summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ecc68f2)
raw | patch | inline | side by side (parent: ecc68f2)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 May 2009 14:13:55 +0000 (14:13 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 25 May 2009 14:13:55 +0000 (14:13 +0000) |
consistent with the rest of the interface. This fixes
problems with truncated strings ("Number of listed")
as well as it is enhancing consistence.
(Trac #2635)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13665 594d385d-05f5-0310-b6e9-bd551577e9d8
problems with truncated strings ("Number of listed")
as well as it is enhancing consistence.
(Trac #2635)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13665 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/trunk/gosa-plugins/fai/admin/fai/class_divListFai.inc b/trunk/gosa-plugins/fai/admin/fai/class_divListFai.inc
index 620aaa7459626985db899c7ed8676d6902386d4b..183aa5f00a135d19cbbfd6181a94131c66f86158 100644 (file)
$num_deps = count($this->Added_Departments);
}
- $profile_str = sprintf(_("Number of listed '%s'"),_("profiles"));
- $partition_str = sprintf(_("Number of listed '%s'"),_("partitions"));
- $script_str = sprintf(_("Number of listed '%s'"),_("scripts"));
- $hook_str = sprintf(_("Number of listed '%s'"),_("hooks"));
- $variable_str = sprintf(_("Number of listed '%s'"),_("variables"));
- $template_str = sprintf(_("Number of listed '%s'"),_("templates"));
- $package_str = sprintf(_("Number of listed '%s'"),_("packages"));
- $dep_str = sprintf(_("Number of listed '%s'"),_("departments"));
- $opsi_netboot = sprintf(_("Number of listed '%s'"),_("netboot products"));
- $opsi_local = sprintf(_("Number of listed '%s'"),_("localboot products"));
+ $profile_str = sprintf(_("Number of listed %s"),_("profiles"));
+ $partition_str = sprintf(_("Number of listed %s"),_("partitions"));
+ $script_str = sprintf(_("Number of listed %s"),_("scripts"));
+ $hook_str = sprintf(_("Number of listed %s"),_("hooks"));
+ $variable_str = sprintf(_("Number of listed %s"),_("variables"));
+ $template_str = sprintf(_("Number of listed %s"),_("templates"));
+ $package_str = sprintf(_("Number of listed %s"),_("packages"));
+ $dep_str = sprintf(_("Number of listed %s"),_("departments"));
+ $opsi_netboot = sprintf(_("Number of listed %s"),_("netboot products"));
+ $opsi_local = sprintf(_("Number of listed %s"),_("localboot products"));
$str = "<img class=\"center\" src=\"".$objects['FAIprofile']['IMG']."\"
title=\"".$profile_str."\" alt=\"".$profile_str."\"> ".$cnts['FAIprofile']." ";
diff --git a/trunk/gosa-plugins/fai/locale/de/LC_MESSAGES/messages.po b/trunk/gosa-plugins/fai/locale/de/LC_MESSAGES/messages.po
index e9335822bde95081fa32aab1c4eecde5c9c502e1..2c66e5b3f90b131d639ae78935ac9421114583ca 100644 (file)
#: admin/fai/class_divListFai.inc:319 admin/fai/class_divListFai.inc:320
#: admin/fai/class_divListFai.inc:321 admin/fai/class_divListFai.inc:322
#, php-format
-msgid "Number of listed '%s'"
-msgstr "Anzahl der angezeigten '%s'"
+msgid "Number of listed %s"
+msgstr "Anzahl der angezeigten %s"
#: admin/fai/class_divListFai.inc:313
msgid "profiles"
index 2db1e27009cc290cb73f30a6e6cca18122dfd992..1fb55eab14be9d19c290e3fdd981a603ab8d335f 100644 (file)
#: admin/fai/class_divListFai.inc:319 admin/fai/class_divListFai.inc:320
#: admin/fai/class_divListFai.inc:321 admin/fai/class_divListFai.inc:322
#, php-format
-msgid "Number of listed '%s'"
+msgid "Number of listed %s"
msgstr ""
#: admin/fai/class_divListFai.inc:313
diff --git a/trunk/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/trunk/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 88cd4f5113b85369796f13431959b182498c635e..c1e8a305bbececd91642895ef181e6395e83939d 100644 (file)
$num_deps = count($this->Added_Departments);
}
- $num_ser_str = sprintf(_("Number of listed '%s'"),_("servers"));
- $num_ws_str = sprintf(_("Number of listed '%s'"),_("workstations"));
- $num_ter_str = sprintf(_("Number of listed '%s'"),_("terminals"));
- $num_pho_str = sprintf(_("Number of listed '%s'"),_("phones"));
- $num_prt_str = sprintf(_("Number of listed '%s'"),_("printers"));
- $num_com_str = sprintf(_("Number of listed '%s'"),_("network components"));
- $num_new_str = sprintf(_("Number of listed '%s'"),_("new devices"));
- $num_wws_str = sprintf(_("Number of listed '%s'"),_("windows workstations"));
- $num_dep_str = sprintf(_("Number of listed '%s'"),_("departments"));
+ $num_ser_str = sprintf(_("Number of listed %s"),_("servers"));
+ $num_ws_str = sprintf(_("Number of listed %s"),_("workstations"));
+ $num_ter_str = sprintf(_("Number of listed %s"),_("terminals"));
+ $num_pho_str = sprintf(_("Number of listed %s"),_("phones"));
+ $num_prt_str = sprintf(_("Number of listed %s"),_("printers"));
+ $num_com_str = sprintf(_("Number of listed %s"),_("network components"));
+ $num_new_str = sprintf(_("Number of listed %s"),_("new devices"));
+ $num_wws_str = sprintf(_("Number of listed %s"),_("windows workstations"));
+ $num_dep_str = sprintf(_("Number of listed %s"),_("departments"));
$str = "<img class='center' src='plugins/systems/images/select_server.png'
title='".$num_ser_str."' alt='".$num_ser_str."'> ".$cnts['server']." ";
diff --git a/trunk/gosa-plugins/systems/locale/de/LC_MESSAGES/messages.po b/trunk/gosa-plugins/systems/locale/de/LC_MESSAGES/messages.po
index 801593410f570b34793b2ddfe16f2d4d695d4246..eb1a60566e9c212518d0ed5c98b2b48cd212c746 100644 (file)
#: admin/systems/class_divListSystem.inc:430
#: admin/systems/class_divListSystem.inc:431
#, php-format
-msgid "Number of listed '%s'"
-msgstr "Anzahl der angezeigten '%s'"
+msgid "Number of listed %s"
+msgstr "Anzahl der angezeigten %s"
#: admin/systems/class_divListSystem.inc:427
msgid "printers"
diff --git a/trunk/gosa-plugins/systems/locale/messages.po b/trunk/gosa-plugins/systems/locale/messages.po
index 2be8a435231c1bd031139f49d24894a1c3433722..92e6f14a26de0fd0b586efeecb88c5b7c65afb10 100644 (file)
#: admin/systems/class_divListSystem.inc:430
#: admin/systems/class_divListSystem.inc:431
#, php-format
-msgid "Number of listed '%s'"
+msgid "Number of listed %s"
msgstr ""
#: admin/systems/class_divListSystem.inc:427