From: <var...@us...> - 2020-12-28 21:15:26
|
Revision: 10211 http://sourceforge.net/p/phpwiki/code/10211 Author: vargenau Date: 2020-12-28 21:15:19 +0000 (Mon, 28 Dec 2020) Log Message: ----------- Update translations Modified Paths: -------------- trunk/lib/plugin/Video.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/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/lib/plugin/Video.php 2020-12-28 21:15:19 UTC (rev 10211) @@ -102,7 +102,7 @@ } return $video; } - return HTML::span(array('class' => 'error'), + return HTML::span(array('class' => 'error'), _("Unknown video format")); } } Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/de.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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." @@ -3372,6 +3372,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/es.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -3275,6 +3275,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/fr.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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." @@ -3346,6 +3346,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "Votre navigateur ne reconnaît pas la balise video du HTML 5." +msgid "Unknown video format" +msgstr "Format vidéo inconnu" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/it.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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" @@ -3252,6 +3252,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/ja.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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" @@ -3238,6 +3238,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/nl.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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" @@ -3244,6 +3244,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/phpwiki.pot 2020-12-28 21:15:19 UTC (rev 10211) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+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" @@ -3238,6 +3238,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/sv.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -3239,6 +3239,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2020-12-28 21:02:13 UTC (rev 10210) +++ trunk/locale/po/zh.po 2020-12-28 21:15:19 UTC (rev 10211) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-12-28 19:06+0100\n" +"POT-Creation-Date: 2020-12-28 22:06+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -3251,6 +3251,9 @@ msgid "Your browser does not understand the HTML 5 video tag." msgstr "" +msgid "Unknown video format" +msgstr "" + msgid "" "Visualizes the Wiki structure in a graph using the 'dot' commandline tool " "from graphviz." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |