From: hickert Date: Thu, 13 Mar 2008 12:03:34 +0000 (+0000) Subject: Updated strings X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=14d42bb43c7754d734d29330e3da9508c7574f7d;p=gosa.git Updated strings git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9735 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc index 220656f8a..37be8ef4f 100644 --- a/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc +++ b/gosa-core/plugins/admin/ogroups/class_divListOGroup.inc @@ -80,21 +80,33 @@ class divListOGroup extends MultiSelectWindow /* set Page header */ $this->AddHeader(array("string"=> $chk, "attach"=>"style='width:20px;'")); $this->AddHeader(array("string" => " ", "attach" => "style='text-align:center;width:20px;'")); - $this->AddHeader(array("string" => _("Name of object groups")." / "._("Departments"), "attach" => "style=''")); + $this->AddHeader(array("string" => _("Object group")." / "._("Department"), "attach" => "style=''")); $this->AddHeader(array("string" => _("Properties"), "attach" => "style='width:136px;'")); $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'")); /* Text ,Value ,Name ,Is selected */ - $this->AddCheckBox("UserGroups" , _("Select to see groups containing users") , _("Show groups containing users"), true); - $this->AddCheckBox("GroupGroups" , _("Select to see groups containing groups") , _("Show groups containing groups"), true); - $this->AddCheckBox("ApplicationGroups", _("Select to see groups containing applications"), _("Show groups containing applications"), true); - $this->AddCheckBox("DepartmentGroups" , _("Select to see groups containing departments") , _("Show groups containing departments"), true); - $this->AddCheckBox("ServerGroups" , _("Select to see groups containing servers") , _("Show groups containing servers"), true); - $this->AddCheckBox("WorkstationGroups", _("Select to see groups containing workstations"), _("Show groups containing workstations"), true); - $this->AddCheckBox("WindowsGroups", _("Select to see groups containing windows workstations"), _("Show groups containing windows workstations"), true); - $this->AddCheckBox("TerminalGroups" , _("Select to see groups containing terminals") , _("Show groups containing terminals"), true); - $this->AddCheckBox("PrinterGroups" , _("Select to see groups containing printer") , _("Show groups containing printer"), true); - $this->AddCheckBox("PhoneGroups" , _("Select to see groups containing phones") , _("Show groups containing phones"), true); + $str1 = _("Select to see groups containing '%s'."); + $str2 = _("Show groups containing '%s'"); + $this->AddCheckBox("UserGroups" , sprintf($str1, _("Users")), + sprintf($str2, _("Users")), true); + $this->AddCheckBox("GroupGroups" , sprintf($str1, _("Groups")), + sprintf($str2, _("Groups")), true); + $this->AddCheckBox("ApplicationGroups", sprintf($str1, _("Applications")), + sprintf($str2, _("Applications")), true); + $this->AddCheckBox("DepartmentGroups" , sprintf($str1, _("Departments")), + sprintf($str2, _("Departments")), true); + $this->AddCheckBox("ServerGroups" , sprintf($str1, _("Server")), + sprintf($str2, _("Server")), true); + $this->AddCheckBox("WorkstationGroups", sprintf($str1, _("Workstations")), + sprintf($str2, _("Workstations")), true); + $this->AddCheckBox("WindowsGroups", sprintf($str1, _("Windows workstations")), + sprintf($str2, _("Windows workstations")), true); + $this->AddCheckBox("TerminalGroups" , sprintf($str1, _("Terminals")), + sprintf($str2, _("Terminals")), true); + $this->AddCheckBox("PrinterGroups" , sprintf($str1, _("Printer")), + sprintf($str2, _("Printer")), true); + $this->AddCheckBox("PhoneGroups" , sprintf($str1, _("Phones")), + sprintf($str2, _("Phones")), true); /* Add SubSearch checkbox */ $this->AddCheckBox(SEPERATOR); @@ -291,7 +303,7 @@ class divListOGroup extends MultiSelectWindow src='images/edittrash.png' alt='"._("delete")."' name='group_del_%KEY%' title='"._("Delete this entry")."'>"; }else{ $actions.= " "; + title='".msgPool::permDelete()."'>"; } diff --git a/gosa-core/plugins/admin/ogroups/class_ogroup.inc b/gosa-core/plugins/admin/ogroups/class_ogroup.inc index 65fc6e74b..bfd86e101 100644 --- a/gosa-core/plugins/admin/ogroups/class_ogroup.inc +++ b/gosa-core/plugins/admin/ogroups/class_ogroup.inc @@ -187,7 +187,7 @@ class ogroup extends plugin /* Do we represent a valid group? */ if (!$this->is_account){ $display= "\"\" ". - _("This 'dn' is no object group.").""; + msgPool::noValidExtension("object group").""; return ($display); } diff --git a/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc b/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc index b1d139436..51193a32f 100644 --- a/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc +++ b/gosa-core/plugins/admin/ogroups/class_ogroupManagement.inc @@ -261,7 +261,7 @@ class ogroupManagement extends plugin /* Normally this shouldn't be reached, send some extra logs to notify the administrator */ - msg_dialog::display(_("Permission error"), _("You have no permission to delete this entry!"), INFO_DIALOG); + msg_dialog::display(_("Permission error"), msgPool::permDelete(), INFO_DIALOG); new log("security","ogroups/".get_class($this),$dn,array(),"Tried to trick deletion."); } /* Remove lock file after successfull deletion */ @@ -313,7 +313,7 @@ class ogroupManagement extends plugin /* Obviously the user isn't allowed to delete. Show message and clean session. */ - msg_dialog::display(_("Permission error"), _("You have no permission to delete this entry!"), INFO_DIALOG); + msg_dialog::display(_("Permission error"), msgPool::permDelete(), INFO_DIALOG); } } @@ -340,7 +340,7 @@ class ogroupManagement extends plugin /* Normally this shouldn't be reached, send some extra logs to notify the administrator */ - msg_dialog::display(_("Permission error"), _("You have no permission to delete this entry!"), INFO_DIALOG); + msg_dialog::display(_("Permission error"), msgPool::permDelete(), INFO_DIALOG); new log("security","ogroups/".get_class($this),$dn,array(),"Tried to trick deletion."); } @@ -503,7 +503,7 @@ class ogroupManagement extends plugin "S" => array("select_server.png" ,_("Server") , "ogroup"), "F" => array("select_phone.png" ,_("Phone") , "phonequeue"), "W" => array("select_workstation.png" ,_("Workstation") , "workstartup"), - "O" => array("select_winstation.png" ,_("Windows Install") , "ogroup"), + "O" => array("select_winstation.png" ,_("Windows Install") , "ogroup"), "T" => array("select_terminal.png" ,_("Terminal") , "termgroup"), "P" => array("select_printer.png" ,_("Printer") , "ogroup"));