|
From: <var...@us...> - 2021-01-08 17:27:02
|
Revision: 10234
http://sourceforge.net/p/phpwiki/code/10234
Author: vargenau
Date: 2021-01-08 17:26:59 +0000 (Fri, 08 Jan 2021)
Log Message:
-----------
Make error message generic
Modified Paths:
--------------
trunk/lib/plugin/DebugBackendInfo.php
trunk/locale/fr/LC_MESSAGES/phpwiki.mo
trunk/locale/po/de.po
trunk/locale/po/es.po
trunk/locale/po/fr.po
trunk/locale/po/it.po
trunk/locale/po/ja.po
trunk/locale/po/nl.po
trunk/locale/po/phpwiki.pot
trunk/locale/po/sv.po
trunk/locale/po/zh.po
Modified: trunk/lib/plugin/DebugBackendInfo.php
===================================================================
--- trunk/lib/plugin/DebugBackendInfo.php 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/lib/plugin/DebugBackendInfo.php 2021-01-08 17:26:59 UTC (rev 10234)
@@ -70,7 +70,7 @@
} elseif (($notallversions == '1') || ($notallversions == 'true')) {
$notallversions = true;
} else {
- return $this->error(_("Argument 'notallversions' must be a boolean"));
+ return $this->error(sprintf(_("Argument '%s' must be a boolean"), "notallversions"));
}
$backend = &$dbi->_backend;
Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/po/de.po
===================================================================
--- trunk/locale/po/de.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/de.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2000-10-31 02:23+0200\n"
"Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp "
"<car...@us...>, Helmer Pardun <pardunpress@t-online."
@@ -1568,7 +1568,8 @@
msgid "Get debugging information for %s."
msgstr "Debug-Informationen von %s."
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/es.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -1539,7 +1539,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/fr.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2004-06-22 21:10+0200\n"
"Last-Translator: Pierrick Meignen <mei...@wa...>, Roland "
"Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6."
@@ -1561,8 +1561,9 @@
msgid "Get debugging information for %s."
msgstr "Obtenir des informations de débogage pour %s."
-msgid "Argument 'notallversions' must be a boolean"
-msgstr "L'argument 'notallversions' doit être un booléen"
+#, php-format
+msgid "Argument '%s' must be a boolean"
+msgstr "L'argument '%s' doit être un booléen"
#, php-format
msgid "Querying backend directly for “%s”"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/it.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2005-02-12 16:23+0100\n"
"Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n"
"Language-Team: \n"
@@ -1522,7 +1522,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/ja.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2003-06-07 09:01+0900\n"
"Last-Translator: Tadashi Jokagi <web...@el...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -1508,7 +1508,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/nl.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2000-09-30 02:23+0200\n"
"Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n"
"Language-Team: Dutch <nl...@li...>\n"
@@ -1514,7 +1514,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/phpwiki.pot 2021-01-08 17:26:59 UTC (rev 10234)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2002-12-14 17:51-0500\n"
"Last-Translator: Reini Urban <ru...@us...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -1508,7 +1508,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/sv.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -1509,7 +1509,8 @@
msgid "Get debugging information for %s."
msgstr ""
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2021-01-07 17:26:41 UTC (rev 10233)
+++ trunk/locale/po/zh.po 2021-01-08 17:26:59 UTC (rev 10234)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-07 18:25+0100\n"
+"POT-Creation-Date: 2021-01-08 18:24+0100\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -1513,7 +1513,8 @@
msgid "Get debugging information for %s."
msgstr "為 %s 取得除錯資訊."
-msgid "Argument 'notallversions' must be a boolean"
+#, php-format
+msgid "Argument '%s' must be a boolean"
msgstr ""
#, php-format
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|