summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02a17ee)
raw | patch | inline | side by side (parent: 02a17ee)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Aug 2007 08:12:18 +0000 (08:12 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Aug 2007 08:12:18 +0000 (08:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7099 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/addons/gotomasses/class_goto_task.inc b/plugins/addons/gotomasses/class_goto_task.inc
index 60a7765398b1d3a478f545f2723b454f8bf31e61..19e018d872d6442361972fe4040fde03b13cdea7 100644 (file)
/* 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 44a5db138908ce4497f5b37fff6bda3b122388cf..8b32876efd6969dfddb06ef190e8289d8179bb5e 100644 (file)
$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 = "<div style='padding:5px'>";
index 3b08c7549a925a4742a03528068f1679185ac869..d04e13f6238044e3bed8f1257ba3e1b74867def9 100644 (file)
<table style='width:100%;'>
<tr>
<td colspan="2" style='padding-top:5px;'>
- <h2><img alt="" src="images/select_workstation.png" class="center" align="middle"> {t}Target systems{/t}</h2>
+ <h2><img alt="" src="images/select_workstation.png" class="center" align="middle"> {t}Systems{/t}</h2>
</td>
</tr>
<tr>