summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1112849)
raw | patch | inline | side by side (parent: 1112849)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 May 2006 07:53:42 +0000 (07:53 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 May 2006 07:53:42 +0000 (07:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3382 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc
index 2a2db84959cbce1a8fa4398b64682007467f1e23..092ad7ba9ce3991cdb00705d29f2c9485cb7f173 100755 (executable)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to add, edit and remove selected applications. ".
- "You may want to use the range selector on top of the application listbox, ".
- "when working with a large number of applications."));
+ $this->SetInformation(_("This menu allows you to add, edit and remove selected applications. "You may want to use the range selector on top of the application listbox, when working with a large number of applications."));
$this->EnableAplhabet(true);
diff --git a/plugins/admin/departments/class_divListDepartment.inc b/plugins/admin/departments/class_divListDepartment.inc
index a215b9580f83fea223aea656a3340fe4152669a8..40ebcb89962bb8eab0f9bfd04b2ba9daf7583e8b 100755 (executable)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to create, delete and edit selected departments. ".
- "Having a large size of departments, you might prefer the range selectors on top of the department list."));
+ $this->SetInformation(_("This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list."));
/* Disable buttonsm */
$this->EnableCloseButton(false);
diff --git a/plugins/admin/groups/class_divListGroup.inc b/plugins/admin/groups/class_divListGroup.inc
index e76b5476cb63cef9f8cd264aff0ed3894745a12f..d0ac190d7726b37daa62cc5bf439e3d833c12b27 100644 (file)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to add, edit and remove selected groups. ".
- "You may want to use the range selector on top of the group listbox, when working with a large number of groups."));
+ $this->SetInformation(_("This menu allows you to add, edit and remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups."));
/* Disable buttonsm */
$this->EnableCloseButton(false);
diff --git a/plugins/admin/ogroups/class_divListOGroup.inc b/plugins/admin/ogroups/class_divListOGroup.inc
index e1656f2d1c5d45c734e1ad6d3aaee160ba6752b1..5f7cc06f26bc201fb34b4219896fda61277deca3 100755 (executable)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to add, edit or remove selected groups. ".
- "You may want to use the range selector on top of the group listbox, when working with a large number of groups."));
+ $this->SetInformation(_("This menu allows you to add, edit or remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups."));
/* Disable buttonsm */
$this->EnableCloseButton(false);
diff --git a/plugins/gofax/blocklists/class_divListBlocklists.inc b/plugins/gofax/blocklists/class_divListBlocklists.inc
index bf132f3e8b476d8667e77d0f3bf5b2e1ae35739d..a98b20c01ab39ba74a962da452f622707b5413db 100755 (executable)
/* 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->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);
diff --git a/plugins/gofon/conference/class_divListConferences.inc b/plugins/gofon/conference/class_divListConferences.inc
index b9d21b54fa55929f681342bbf6119fc60f8d077d..496a49f8ec91647376be765cff1a32aae699e1aa 100755 (executable)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to create, delete and edit selected phone conferences. ".
- "Having a large number of phone conferences, you might prefer the range ".
- "selectors on top of the conferences list."));
+ $this->SetInformation(_("This menu allows you to create, delete and edit selected phone conferences. Having a large number of phone conferences, you might prefer the range selectors on top of the conferences list."));
$this->EnableAplhabet(true);
diff --git a/plugins/gofon/macro/class_divListMacros.inc b/plugins/gofon/macro/class_divListMacros.inc
index c549e9cab5fc330062c034b74a8cecdfdffda2d3..b88aaed36fd3f9e7e13060888ab461f1db5e4426 100755 (executable)
/* Result page will look like a headpage */
$this->SetHeadpageMode();
- $this->SetInformation(_("This menu allows you to add, edit and remove selected macros. ".
- "You may want to use the range selector on top of the macro listbox, ".
- "when working with a large number of macros."));
+ $this->SetInformation(_("This menu allows you to add, edit and remove selected macros. You may want to use the range selector on top of the macro listbox, when working with a large number of macros."));
$this->EnableAplhabet (true);