From: <var...@us...> - 2015-07-09 15:38:22
|
Revision: 9705 http://sourceforge.net/p/phpwiki/code/9705 Author: vargenau Date: 2015-07-09 15:38:20 +0000 (Thu, 09 Jul 2015) Log Message: ----------- Click to display the TOC Modified Paths: -------------- trunk/lib/plugin/CreateToc.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 trunk/themes/default/wikicommon.js Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/lib/plugin/CreateToc.php 2015-07-09 15:38:20 UTC (rev 9705) @@ -493,7 +493,7 @@ HTML::img(array( 'id' => $toctoggleid, 'class' => 'wikiaction', - 'title' => _("Click to display to TOC"), + 'title' => _("Click to display the TOC"), 'onclick' => "toggletoc(this, '" . $open . "', '" . $close . "', '" . $toclistid . "')", 'alt' => 'toctoggle', 'src' => $jshide ? $close : $open))); 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 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/de.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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." @@ -1524,7 +1524,7 @@ msgid "%s: no such revision %d." msgstr "%s(%d): keine solche Version." -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "Klicken um TOC anzuzeigen" msgid "Display current time and date." Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/es.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+0200\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -1496,7 +1496,7 @@ msgid "%s: no such revision %d." msgstr "%s: ninguna tal revisión %d." -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/fr.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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." @@ -1515,7 +1515,7 @@ msgid "%s: no such revision %d." msgstr "%s (%d) : version inexistante." -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "Cliquez pour afficher la table des matières" msgid "Display current time and date." Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/it.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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" @@ -1478,7 +1478,7 @@ msgid "%s: no such revision %d." msgstr "" -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/ja.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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" @@ -1493,7 +1493,7 @@ msgid "%s: no such revision %d." msgstr "" -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/nl.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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" @@ -1469,7 +1469,7 @@ msgid "%s: no such revision %d." msgstr "" -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/phpwiki.pot 2015-07-09 15:38:20 UTC (rev 9705) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+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" @@ -1463,7 +1463,7 @@ msgid "%s: no such revision %d." msgstr "" -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/sv.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+0200\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -1464,7 +1464,7 @@ msgid "%s: no such revision %d." msgstr "" -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "" msgid "Display current time and date." Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/locale/po/zh.po 2015-07-09 15:38:20 UTC (rev 9705) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-29 12:08+0200\n" +"POT-Creation-Date: 2015-07-09 17:34+0200\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -1522,7 +1522,7 @@ msgstr "%s(%d): 沒有這個修訂." #, fuzzy -msgid "Click to display to TOC" +msgid "Click to display the TOC" msgstr "點擊以顯示" msgid "Display current time and date." Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/themes/default/wikicommon.js =================================================================== --- trunk/themes/default/wikicommon.js 2015-06-29 10:14:44 UTC (rev 9704) +++ trunk/themes/default/wikicommon.js 2015-07-09 15:38:20 UTC (rev 9705) @@ -49,7 +49,7 @@ a.src = open } else { toc.style.display='none'; - a.title='"._("Click to display")."' + a.title='"._("Click to display the TOC")."' a.src = close } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |