summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 596c9ce)
raw | patch | inline | side by side (parent: 596c9ce)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Dec 2010 15:21:10 +0000 (15:21 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 1 Dec 2010 15:21:10 +0000 (15:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20501 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/class_newConfigManagement.inc
index 530e979fc86a2573db23dd975560442fa0b7de03..dda5975ef37969189fe1caa1da83979ecd3c764d 100644 (file)
$rpc = $this->config->getRpcHandle();
$res = $rpc->getDistributions();
if(!$rpc->success()){
- msg_dialog::display(_("Error"), sprintf(_("Failed to load distributions, error was '%s'!"), $rpc->get_error()),ERROR_DIALOG);
+ msg_dialog::display(_("Error"), sprintf(_("Failed to load distributions: %s"), $rpc->get_error()),ERROR_DIALOG);
return(NULL);
}
foreach($res as $dist){
$res = $rpc->listConfigItems($data['name']);
if(!$rpc->success()){
msg_dialog::display(_("Error"),
- sprintf(_("Failed to load distributions, error was '%s'!"),
+ sprintf(_("Failed to load distributions: %s"),
$rpc->get_error()),ERROR_DIALOG);
}else{
$rpc = $this->config->getRpcHandle();
diff --git a/gosa-plugins/goto-ng/locale/de/LC_MESSAGES/messages.po b/gosa-plugins/goto-ng/locale/de/LC_MESSAGES/messages.po
index f2730091d3b209cd88b90fd6c9dbdbd7f066fa4e..b6408dfe857fa8fca2ad0983e982b919a09132be 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-01 16:17+0100\n"
+"POT-Creation-Date: 2010-12-01 16:20+0100\n"
"PO-Revision-Date: 2010-11-24 16:25+0100\n"
"Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
#: admin/newConfigManagement/class_newConfigManagement.inc:42
#: admin/newConfigManagement/class_newConfigManagement.inc:95
#, php-format
-msgid "Failed to load distributions, error was '%s'!"
-msgstr ""
+msgid "Failed to load distributions: %s"
+msgstr "Fehler beim Laden der Distributionen: %s"
#: admin/newConfigManagement/class_newConfigManagement.inc:262
msgid "No selectable install methods returned!"
-msgstr ""
+msgstr "Keine auswählbare Installationsmethode verfügbar!"
#: admin/newConfigManagement/class_newConfigManagement.inc:263
msgid "Setup"
diff --git a/gosa-plugins/goto-ng/locale/en/LC_MESSAGES/messages.po b/gosa-plugins/goto-ng/locale/en/LC_MESSAGES/messages.po
index e52df445c13c21a07fd485d571554aa9e447cd07..167e50942955107c0c1cbd5c3588f907581df903 100644 (file)
#: admin/newConfigManagement/class_newConfigManagement.inc:42
#: admin/newConfigManagement/class_newConfigManagement.inc:95
#, php-format
-msgid "Failed to load distributions, error was '%s'!"
+msgid "Failed to load distributions: %s"
msgstr ""
#: admin/newConfigManagement/class_newConfigManagement.inc:262
index 61fb123646e0a5626b67250dd2165eed020d2a53..1303801b8c5dc72aec58669641c2b7b1b729ea94 100644 (file)
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-01 16:17+0100\n"
+"POT-Creation-Date: 2010-12-01 16:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: admin/newConfigManagement/class_newConfigManagement.inc:42
#: admin/newConfigManagement/class_newConfigManagement.inc:95
#, php-format
-msgid "Failed to load distributions, error was '%s'!"
+msgid "Failed to load distributions: %s"
msgstr ""
#: admin/newConfigManagement/class_newConfigManagement.inc:262