From d7eea25d1e28b759fd543d7d151e99982a3d90ef Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 22 Aug 2007 08:12:18 +0000 Subject: [PATCH] Added more translations, fixed layout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7099 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/gotomasses/class_goto_task.inc | 8 ++++---- plugins/addons/gotomasses/class_gotomasses.inc | 4 ++-- plugins/addons/gotomasses/goto_task.tpl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc index 60a776539..19e018d87 100644 --- a/plugins/addons/gotomasses/class_goto_task.inc +++ b/plugins/addons/gotomasses/class_goto_task.inc @@ -177,10 +177,10 @@ class goto_task extends plugin /* Add entries to divlist */ if($this->Action == "initial_install"){ $divlist->SetHeader(array( - array("string" => "Target"), - array("string" => "IP" , "attach" => "style='width:90px;'"), - array("string" => "Name" , "attach" => "style='width:150px;'"), - array("string" => "Actions" , "attach" => "style='width:44px;border-right:0px;text-align:right;'"))); + array("string" => _("Target systems")), + array("string" => _("IP") , "attach" => "style='width:90px;'"), + array("string" => _("Name") , "attach" => "style='width:150px;'"), + array("string" => _("Actions") , "attach" => "style='width:44px;border-right:0px;text-align:right;'"))); foreach($this->Initial_Target as $key => $target){ $field1 = array("string" => $target['MAC'] ); $field2 = array("string" => $target['IP'] ,"attach" => "style='width:90px;'"); diff --git a/plugins/addons/gotomasses/class_gotomasses.inc b/plugins/addons/gotomasses/class_gotomasses.inc index 44a5db138..8b32876ef 100644 --- a/plugins/addons/gotomasses/class_gotomasses.inc +++ b/plugins/addons/gotomasses/class_gotomasses.inc @@ -168,11 +168,11 @@ class gotomasses extends plugin $plug = $_GET['plug']; $divlist = new MultiSelectWindow($this->config,"GotoMasses","gotomassses"); - $divlist->SetSummary(_("Gotomasses tasks")); + $divlist->SetSummary(_("List of system deployment tasks")); $divlist->SetHeadpageMode(); $divlist->EnableCloseButton(FALSE); $divlist->EnableSaveButton(FALSE); - $divlist->SetInformation(_("This menu allows you to add, remove and change the properties of gotomasses tasks.")); + $divlist->SetInformation(_("This menu allows you to add, remove and change the properties of system deployment tasks.")); /* Display add button if allowed */ $header = "
"; diff --git a/plugins/addons/gotomasses/goto_task.tpl b/plugins/addons/gotomasses/goto_task.tpl index 3b08c7549..d04e13f62 100644 --- a/plugins/addons/gotomasses/goto_task.tpl +++ b/plugins/addons/gotomasses/goto_task.tpl @@ -58,7 +58,7 @@ -- 2.30.2
-

{t}Target systems{/t}

+

{t}Systems{/t}