From: <var...@us...> - 2016-11-25 13:11:39
|
Revision: 9976 http://sourceforge.net/p/phpwiki/code/9976 Author: vargenau Date: 2016-11-25 13:11:36 +0000 (Fri, 25 Nov 2016) Log Message: ----------- Translate one more message Modified Paths: -------------- trunk/lib/loadsave.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/loadsave.php =================================================================== --- trunk/lib/loadsave.php 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/lib/loadsave.php 2016-11-25 13:11:36 UTC (rev 9976) @@ -1077,7 +1077,7 @@ // noreturn } if (!$request->getArg('verify')) { - $mesg->pushContent(HTML::p(fmt("Are you sure to revert %s to version $version?", WikiLink($pagename))), + $mesg->pushContent(HTML::p(fmt("Are you sure to revert %s to version %d?", WikiLink($pagename), $version)), HTML::form(array('action' => $request->getPostURL(), 'method' => 'post'), HiddenInputs($request->getArgs(), false, array('verify')), 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 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/de.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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." @@ -671,6 +671,10 @@ msgid "Revert cancelled" msgstr "Zurückspeichern abgebrochen" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "Sind Sie sicher, dass Sie %s zu Version %d zurückspeichern wollen?" + msgid "Yes" msgstr "Ja" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/es.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -654,6 +654,10 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "Si" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/fr.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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." @@ -661,6 +661,10 @@ msgid "Revert cancelled" msgstr "Révocation annulée" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "Êtes-vous certain de vouloir revenir à la version %d de %s ?" + msgid "Yes" msgstr "Oui" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/it.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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" @@ -643,6 +643,10 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "Si" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/ja.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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" @@ -632,15 +632,19 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "" msgid "Cancel" msgstr "" -#, fuzzy, php-format +#, php-format msgid "Revert to version %d" -msgstr "バージョン %d" +msgstr "" #, php-format msgid "Revert: %s" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/nl.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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" @@ -632,6 +632,10 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/phpwiki.pot 2016-11-25 13:11:36 UTC (rev 9976) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+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" @@ -626,6 +626,10 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/sv.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -627,6 +627,10 @@ msgid "Revert cancelled" msgstr "" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2016-11-25 11:07:40 UTC (rev 9975) +++ trunk/locale/po/zh.po 2016-11-25 13:11:36 UTC (rev 9976) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-10-13 15:13+0200\n" +"POT-Creation-Date: 2016-11-25 14:10+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -657,6 +657,10 @@ msgid "Revert cancelled" msgstr "取消" +#, php-format +msgid "Are you sure to revert %s to version %d?" +msgstr "" + msgid "Yes" 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. |