X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-plugins%2Fgofax%2Fgofax%2Fblocklists%2Fclass_divListBlocklists.inc;h=dd47e66443c9ec5b981a325038acde61cef6149b;hb=d1468a92c3c4fae4f994b24ee5360a8dfb4cc295;hp=8b8a505a650a03510581009465d3c2d35146903a;hpb=f3cfcb66f359a89b142a33b924cc10658d459759;p=gosa.git diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc old mode 100755 new mode 100644 index 8b8a505a6..dd47e6644 --- a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc @@ -33,7 +33,6 @@ class divListBlocklist extends MultiSelectWindow /* Result page will look like a headpage */ $this->SetHeadpageMode(); - $this->SetInformation(_("This menu allows you to create, delete and edit selected blocklists. Having a large size of lists, you might prefer the range selectors on top of the select box.")); $this->EnableAplhabet (true); @@ -54,17 +53,17 @@ class divListBlocklist 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" => _("Blocklist name")." / "._("Department"), "attach" => "style=''")); + $this->AddHeader(array("string" => _("Name")." / "._("Department"), "attach" => "style=''")); $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'" )); /* Add Checkboxes / SubSearch checkbox */ - $this->AddCheckBox("ShowSendBocklists" , _("Select to see send blocklists"), _("Show send blocklists"),true); - $this->AddCheckBox("ShowReceiveBlocklists" , _("Select to see receive blocklists"), _("Show receive blocklists"),true); + $this->AddCheckBox("ShowSendBocklists" , msgPool::selectToView(_("Send blocklist"), _("Show send blocklists"),true); + $this->AddCheckBox("ShowReceiveBlocklists" , msgPool::selectToView(_("Receive blocklist"), _("Show receive blocklists"),true); $this->AddCheckBox(SEPERATOR); $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Search in subtrees"), false); - /* Name ,Text ,Default , Connect with alphabet */ + /* Name,Text,Default,Connect with alphabet */ $this->AddRegex ("Regex", _("Regular expression for matching list names"),"*" , true); } @@ -264,8 +263,8 @@ class divListBlocklist extends MultiSelectWindow } $num_objs = count($list); - $num_obj_str = _("Number of listed blocklists"); - $num_dep_str = _("Number of listed departments"); + $num_obj_str = sprintf(_("Number of listed %s"),_("blocklists")); + $num_dep_str = sprintf(_("Number of listed %s"),_("departments")); $str = "".$num_obj_str." ".$num_objs."    ";