summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fb1d389)
raw | patch | inline | side by side (parent: fb1d389)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 May 2006 07:48:03 +0000 (07:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 May 2006 07:48:03 +0000 (07:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3381 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc
index 6d0e8fcc7cf57eba94d8733ee564b48fb895b076..2a2db84959cbce1a8fa4398b64682007467f1e23 100755 (executable)
$this->selectedBase = $_SESSION['CurrentMainBase'];
/* Set list strings */
- $this->SetTitle(_("List of Application"));
+ $this->SetTitle(_("List of Applications"));
$this->SetSummary(_("This table displays all applications in the selected tree."));
/* Result page will look like a headpage */
diff --git a/plugins/admin/users/class_divListUsers.inc b/plugins/admin/users/class_divListUsers.inc
index 8f3ce23c31c8c45285d43b48a343c339ba877ee1..ba668dd7dc800e150d90f124bbf9e81a9b02c92c 100644 (file)
$this->AddHeader(array("string"=>_("Actions"), "attach" => "style='width:102px;border-right:0px;text-align:right;'"));
$this->AddCheckBox("ShowTemplates" ,_("Select to see template pseudo users") ,_("Show templates") , false);
- $this->AddCheckBox("ShowFunctionalUsers",_("Select to see users that have only a GOsa object"),_("Show functional users") , true);
+ $this->AddCheckBox("ShowFunctionalUsers",_("Select to see users that have only a GOsa object"),_("Show functional users") , true);
$this->AddCheckBox("ShowUnixUsers" ,_("Select to see users that have posix settings") ,_("Show unix users") , true);
$this->AddCheckBox("ShowMailUsers" ,_("Select to see users that have mail settings") ,_("Show mail users") , true);
$this->AddCheckBox("ShowSambaUsers" ,_("Select to see users that have samba settings") ,_("Show samba users") , true);
diff --git a/plugins/gofax/blocklists/class_divListBlocklists.inc b/plugins/gofax/blocklists/class_divListBlocklists.inc
index 01876f545fa5553d0e9d2d71d770d38e87913644..bf132f3e8b476d8667e77d0f3bf5b2e1ae35739d 100755 (executable)
title='"._("Reload list")."' name='submit_department' alt='". _("Submit")."'> ".
" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
" <input class='center' type='image' align='middle' src='images/list_new_blocklist.png'
- title='"._("Create new blocklist")."' alt='"._("New Blocklist")."' name='user_new'> ".
+ title='"._("Create new blocklist")."' alt='"._("New Blocklist")."' name='user_new'> ".
" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'>".
" "._("Base")." <select name='CurrentMainBase' onChange='mainform.submit()' class='center'>$options</select>".
" <input class='center' type='image' src='images/list_submit.png' align='middle'