From: <var...@us...> - 2019-04-05 13:14:58
|
Revision: 10081 http://sourceforge.net/p/phpwiki/code/10081 Author: vargenau Date: 2019-04-05 13:14:56 +0000 (Fri, 05 Apr 2019) Log Message: ----------- Translate message Modified Paths: -------------- trunk/lib/plugin/InterWikiSearch.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/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/lib/plugin/InterWikiSearch.php 2019-04-05 13:14:56 UTC (rev 10081) @@ -52,10 +52,10 @@ extract($args); if (defined('DEBUG') && !DEBUG) - return $this->disabled("Sorry, this plugin is currently out of order."); + return $this->disabled(_("Sorry, this plugin is currently out of order.")); $page = $dbi->getPage($request->getArg('pagename')); - return new TransformedText($page, __('InterWikiMap'), array(), + return new TransformedText($page, __("InterWikiMap"), array(), 'searchableInterWikiMap'); } } 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 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/de.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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." @@ -1838,6 +1838,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "Durchsuchen im InterWiki sites die im InterWikiMap verzeichnet sind." +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "Name des Wikis" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/es.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+0200\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -1806,6 +1806,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "Nombre de la Wiki" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/fr.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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." @@ -1836,6 +1836,9 @@ "Effectuer une recherche sur les sites InterWiki contenu dans la carte " "InterWiki." +msgid "Sorry, this plugin is currently out of order." +msgstr "Désolé, the plugin est actuellement en panne." + msgid "Wiki Name" msgstr "Nom du wiki" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/it.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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" @@ -1789,6 +1789,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "Wiki Nome" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/ja.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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" @@ -1775,6 +1775,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "Wiki名" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/nl.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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" @@ -1781,6 +1781,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/phpwiki.pot 2019-04-05 13:14:56 UTC (rev 10081) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+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" @@ -1775,6 +1775,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/sv.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+0200\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -1776,6 +1776,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "" +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2019-04-05 09:33:36 UTC (rev 10080) +++ trunk/locale/po/zh.po 2019-04-05 13:14:56 UTC (rev 10081) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-06 15:10+0200\n" +"POT-Creation-Date: 2019-04-05 15:14+0200\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -1782,6 +1782,9 @@ msgid "Perform searches on InterWiki sites listed in InterWikiMap." msgstr "在列在 InterWikiMap 清單中的 InterWiki 站台進行搜尋." +msgid "Sorry, this plugin is currently out of order." +msgstr "" + msgid "Wiki Name" msgstr "Wiki 名稱" 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. |