|
From: <var...@us...> - 2017-05-30 14:55:11
|
Revision: 10017
http://sourceforge.net/p/phpwiki/code/10017
Author: vargenau
Date: 2017-05-30 14:55:08 +0000 (Tue, 30 May 2017)
Log Message:
-----------
More specific error message again
Modified Paths:
--------------
trunk/lib/stdlib.php
trunk/locale/de/LC_MESSAGES/phpwiki.mo
trunk/locale/es/LC_MESSAGES/phpwiki.mo
trunk/locale/fr/LC_MESSAGES/phpwiki.mo
trunk/locale/it/LC_MESSAGES/phpwiki.mo
trunk/locale/ja/LC_MESSAGES/phpwiki.mo
trunk/locale/nl/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
trunk/locale/sv/LC_MESSAGES/phpwiki.mo
trunk/locale/zh/LC_MESSAGES/phpwiki.mo
Modified: trunk/lib/stdlib.php
===================================================================
--- trunk/lib/stdlib.php 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/lib/stdlib.php 2017-05-30 14:55:08 UTC (rev 10017)
@@ -382,7 +382,7 @@
{
// FIXME: Is this needed (or sufficient?)
if (!IsSafeURL($url)) {
- $link = HTML::span(array('class' => 'error'), _('Bad URL'));
+ $link = HTML::span(array('class' => 'error'), _('Bad URL').' -- '._('Remove all of <, >, "');
return $link;
} else {
if (!$linktext)
@@ -420,7 +420,7 @@
$arr = explode(' ', $url);
if (!empty($arr)) $url = $arr[0];
if (!IsSafeURL($url)) {
- $link = HTML::span(array('class' => 'error'), _('Bad URL for image'));
+ $link = HTML::span(array('class' => 'error'), _('Bad URL for image').' -- '._('Remove all of <, >, "');
return $link;
}
// spaces in inline images must be %20 encoded!
Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/po/de.po
===================================================================
--- trunk/locale/po/de.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/de.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\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."
@@ -3152,10 +3152,6 @@
msgid "Recursive inclusion of url %s"
msgstr "Rekursiver Selbstaufruf der URL %s"
-#, php-format
-msgid "See: %s"
-msgstr "Siehe: %s"
-
# Transclude is distinct from IncludePage
#, php-format
msgid "Transcluded from %s"
@@ -4548,6 +4544,9 @@
msgid "Bad URL"
msgstr "URL Formfehler"
+msgid "Remove all of <, >, \""
+msgstr "Entfernen Sie alle Zeichen mit <, >, \""
+
msgid "Bad URL for image"
msgstr "URL Formfehler für Bild"
@@ -6008,6 +6007,9 @@
msgid "Edit this page"
msgstr "Diese Seite bearbeiten"
+#~ msgid "See: %s"
+#~ msgstr "Siehe: %s"
+
#~ msgid "Check for mysql LOCK TABLE privilege"
#~ msgstr "Prüfe mysql LOCK TABLE Rechte"
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/es.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -3063,10 +3063,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr ""
-
-#, php-format
msgid "Transcluded from %s"
msgstr ""
@@ -4416,6 +4412,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/fr.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\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."
@@ -3120,10 +3120,6 @@
msgstr "Insertion récursive de l'URL %s"
#, php-format
-msgid "See: %s"
-msgstr "Voir : %s"
-
-#, php-format
msgid "Transcluded from %s"
msgstr "Inséré de %s"
@@ -4513,6 +4509,9 @@
msgid "Bad URL"
msgstr "URL incorrecte"
+msgid "Remove all of <, >, \""
+msgstr "Retirez tous les <, >, \""
+
msgid "Bad URL for image"
msgstr "URL incorrecte pour l'image"
@@ -5947,6 +5946,9 @@
msgid "Edit this page"
msgstr "Modifier cette page"
+#~ msgid "See: %s"
+#~ msgstr "Voir : %s"
+
#~ msgid "version <em>%s</em> not affected"
#~ msgstr "version <em>%s</em> non affectée"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/it.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\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"
@@ -3040,10 +3040,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr ""
-
-#, php-format
msgid "Transcluded from %s"
msgstr "Inserire dalla %s"
@@ -4393,6 +4389,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/ja.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2003-06-07 09:01+0900\n"
"Last-Translator: Tadashi Jokagi <web...@el...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -3026,10 +3026,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr "参照: %s"
-
-#, php-format
msgid "Transcluded from %s"
msgstr ""
@@ -4379,6 +4375,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
@@ -5769,6 +5768,9 @@
msgid "Edit this page"
msgstr "ページを編集しています"
+#~ msgid "See: %s"
+#~ msgstr "参照: %s"
+
#~ msgid "Synopsis"
#~ msgstr "要約"
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/nl.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2000-09-30 02:23+0200\n"
"Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n"
"Language-Team: Dutch <nl...@li...>\n"
@@ -3032,10 +3032,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr ""
-
-#, php-format
msgid "Transcluded from %s"
msgstr ""
@@ -4385,6 +4381,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/phpwiki.pot 2017-05-30 14:55:08 UTC (rev 10017)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2002-12-14 17:51-0500\n"
"Last-Translator: Reini Urban <ru...@us...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -3026,10 +3026,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr ""
-
-#, php-format
msgid "Transcluded from %s"
msgstr ""
@@ -4379,6 +4375,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/sv.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -3027,10 +3027,6 @@
msgstr ""
#, php-format
-msgid "See: %s"
-msgstr ""
-
-#, php-format
msgid "Transcluded from %s"
msgstr ""
@@ -4380,6 +4376,9 @@
msgid "Bad URL"
msgstr ""
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2017-05-30 14:27:31 UTC (rev 10016)
+++ trunk/locale/po/zh.po 2017-05-30 14:55:08 UTC (rev 10017)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-24 19:46+0200\n"
+"POT-Creation-Date: 2017-05-30 16:44+0200\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -3038,10 +3038,6 @@
msgstr "遞迴含括 url %s"
#, php-format
-msgid "See: %s"
-msgstr "參閱: %s"
-
-#, php-format
msgid "Transcluded from %s"
msgstr "Transcluded 從 %s"
@@ -4396,6 +4392,9 @@
msgid "Bad URL"
msgstr "錯誤 URL"
+msgid "Remove all of <, >, \""
+msgstr ""
+
msgid "Bad URL for image"
msgstr ""
@@ -5799,6 +5798,9 @@
msgid "Edit this page"
msgstr "編輯此頁面"
+#~ msgid "See: %s"
+#~ msgstr "參閱: %s"
+
#~ msgid "Synopsis"
#~ msgstr "概要"
Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|