summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e977b4f)
raw | patch | inline | side by side (parent: e977b4f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 12:00:28 +0000 (12:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 12:00:28 +0000 (12:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9831 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_divListSystem.inc | patch | blob | history | |
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index ecb92ca82a203a9a4287861207a7d17ad58f6de5..1a81fa5939f5ba9f4d0310d14647f13fd07b0905 100644 (file)
msgPool::selectToView( _("network printers")),
sprintf(_("Show %s"), _("network printers")) ,true);
$this->AddCheckBox("ShowPhones",
- msgPool::selectToView( _("VOIP phones")),
+ msgPool::selectToView( _("VoIP phones")),
sprintf(_("Show %s"), _("phones")) ,true);
$this->AddCheckBox("ShowDevices",
msgPool::selectToView( _("network devices")),
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 7e8f429f5357095a5b9f83b56da285ad458e24f4..13a30406d90eb916e8ae2912eb95685dd9d8f2d4 100644 (file)
{
$temp= "";
$conv= array(
- "NQ" => array("select_newsystem.png",_("New System from incoming")),
+ "NQ" => array("select_newsystem.png",_("New system from incoming")),
"D" => array("select_default.png",_("Template")),
"T" => array("select_terminal.png",_("Terminal")),
"L" => array("select_workstation.png",_("Workstation")),
"GS" => array("select_server_green.png",_("Server is installing")),
"YS" => array("select_server_yellow.png",_("Server is waiting for action")),
"RS" => array("select_server_red.png",_("Server installation failed")),
- "W" => array("select_winstation.png",_("Winstation")),
- "C" => array("select_component.png",_("Network Device")),
- "NT"=> array("select_new_terminal.png",_("New Terminal")),
- "NL"=> array("select_new_workstation.png",_("New Workstation")),
+ "W" => array("select_winstation.png",_("Win workstation")),
+ "C" => array("select_component.png",_("Network device")),
+ "NT"=> array("select_new_terminal.png",_("New terminal")),
+ "NL"=> array("select_new_workstation.png",_("New workstation")),
"P" => array("select_printer.png",_("Printer")));
if((isset($input['is_new']))&&(!empty($input['is_new']))){