From: <var...@us...> - 2022-02-14 17:25:37
|
Revision: 10989 http://sourceforge.net/p/phpwiki/code/10989 Author: vargenau Date: 2022-02-14 17:25:34 +0000 (Mon, 14 Feb 2022) Log Message: ----------- WantedPages plugin: "(1 Links)" --> "(1 Link)" Modified Paths: -------------- trunk/lib/plugin/WantedPages.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/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/lib/plugin/WantedPages.php 2022-02-14 17:25:34 UTC (rev 10989) @@ -210,7 +210,11 @@ { $pagename = $page_handle->getName(); $count = count($this->parentobj->_wpagelist[$pagename]); - return LinkURL(WikiURL($pagename, array('action' => 'BackLinks')), - fmt("(%d Links)", $count)); + if ($count == 1) { + return LinkURL(WikiURL($pagename, array('action' => 'BackLinks')), _("(1 Link)")); + } else { + return LinkURL(WikiURL($pagename, array('action' => 'BackLinks')), + fmt("(%d Links)", $count)); + } } } 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 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/de.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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." @@ -503,9 +503,6 @@ msgid "MyRecentChanges" msgstr "MeineNeuesteÄnderungen" -msgid "PgsrcTranslation" -msgstr "PgsrcÜbersetzung" - msgid "RecentChangesMyPages" msgstr "" @@ -3376,9 +3373,6 @@ msgid "List referenced page names which do not exist yet." msgstr "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden." -msgid "WantedPages" -msgstr "WunschZettelSeiten" - msgid "Wanted From" msgstr "Benötigt von" @@ -3389,6 +3383,9 @@ msgid "Wanted Pages in this wiki:" msgstr "WunschZettelSeiten in diesem Wiki:" +msgid "(1 Link)" +msgstr "(1 Verweis)" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4357,6 +4354,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "WunschZettelSeiten" + msgid "WatchPage" msgstr "SeiteBeobarten" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/es.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -498,9 +498,6 @@ msgid "MyRecentChanges" msgstr "Mis Cambios Recientes" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -1714,7 +1711,7 @@ #, php-format msgid "(%d Links)" -msgstr "" +msgstr "(%d acoplamientos)" #, php-format msgid "Search for page titles similar to %s." @@ -1897,7 +1894,7 @@ msgstr "" msgid "Links" -msgstr "" +msgstr "Acoplamientos" #, php-format msgid "Unsupported format argument %s" @@ -3297,9 +3294,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3310,6 +3304,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "(1 acoplamiento)" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4260,6 +4257,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/fr.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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." @@ -506,9 +506,6 @@ msgid "MyRecentChanges" msgstr "MesChangementsRécents" -msgid "PgsrcTranslation" -msgstr "TraductionPgsrc" - msgid "RecentChangesMyPages" msgstr "DernièresModifsDeMesPages" @@ -3365,9 +3362,6 @@ msgid "List referenced page names which do not exist yet." msgstr "Afficher toutes les pages référencées qui n'existent pas." -msgid "WantedPages" -msgstr "PagesRecherchées" - msgid "Wanted From" msgstr "Recherchées par" @@ -3378,6 +3372,9 @@ msgid "Wanted Pages in this wiki:" msgstr "Pages recherchées dans ce wiki :" +msgid "(1 Link)" +msgstr "(1 lien)" + msgid "Manage notifications e-mails per page." msgstr "Gérér les notifications par courriel des pages." @@ -4347,6 +4344,9 @@ msgid "WabiSabi" msgstr "WabiSabi" +msgid "WantedPages" +msgstr "PagesRecherchées" + msgid "WatchPage" msgstr "Suivre" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/it.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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" @@ -488,9 +488,6 @@ msgid "MyRecentChanges" msgstr "" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -1697,7 +1694,7 @@ #, php-format msgid "(%d Links)" -msgstr "" +msgstr "(%d collegamenti)" #, php-format msgid "Search for page titles similar to %s." @@ -1880,7 +1877,7 @@ msgstr "" msgid "Links" -msgstr "" +msgstr "Collegamenti" #, php-format msgid "Unsupported format argument %s" @@ -1908,7 +1905,7 @@ msgstr "" msgid "Link" -msgstr "" +msgstr "Collegamento" #, php-format msgid "LinkSearch result for “%s” in pages “%s”, direction %s" @@ -3274,9 +3271,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3287,6 +3281,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "(1 collegamento)" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4237,6 +4234,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/ja.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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" @@ -476,9 +476,6 @@ msgid "MyRecentChanges" msgstr "" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -3260,9 +3257,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3273,6 +3267,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4223,6 +4220,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/nl.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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" @@ -482,9 +482,6 @@ msgid "MyRecentChanges" msgstr "MijnRecenteVeranderingen" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -1689,7 +1686,7 @@ #, php-format msgid "(%d Links)" -msgstr "" +msgstr "(%d links)" #, php-format msgid "Search for page titles similar to %s." @@ -1900,7 +1897,7 @@ msgstr "" msgid "Link" -msgstr "" +msgstr "Link" #, php-format msgid "LinkSearch result for “%s” in pages “%s”, direction %s" @@ -3266,9 +3263,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3279,6 +3273,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "(1 link)" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4229,6 +4226,9 @@ msgid "WabiSabi" msgstr "WabiSabi" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/phpwiki.pot 2022-02-14 17:25:34 UTC (rev 10989) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+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" @@ -476,9 +476,6 @@ msgid "MyRecentChanges" msgstr "" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -3260,9 +3257,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3273,6 +3267,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4223,6 +4220,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/sv.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -477,9 +477,6 @@ msgid "MyRecentChanges" msgstr "MinaSenasteÄndringar" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -3261,9 +3258,6 @@ msgid "List referenced page names which do not exist yet." msgstr "" -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3274,6 +3268,9 @@ msgid "Wanted Pages in this wiki:" msgstr "" +msgid "(1 Link)" +msgstr "" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4224,6 +4221,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2022-02-07 15:26:52 UTC (rev 10988) +++ trunk/locale/po/zh.po 2022-02-14 17:25:34 UTC (rev 10989) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-27 14:57+0100\n" +"POT-Creation-Date: 2022-02-14 18:24+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -479,9 +479,6 @@ msgid "MyRecentChanges" msgstr "" -msgid "PgsrcTranslation" -msgstr "" - msgid "RecentChangesMyPages" msgstr "" @@ -1690,7 +1687,7 @@ #, php-format msgid "(%d Links)" -msgstr "" +msgstr "(%d 連結)" #, php-format msgid "Search for page titles similar to %s." @@ -3271,9 +3268,6 @@ msgid "List referenced page names which do not exist yet." msgstr "列出還未存在的頁面名稱." -msgid "WantedPages" -msgstr "" - msgid "Wanted From" msgstr "" @@ -3284,6 +3278,9 @@ msgid "Wanted Pages in this wiki:" msgstr "在此 wiki 所需要的頁面:" +msgid "(1 Link)" +msgstr "(1 連結)" + msgid "Manage notifications e-mails per page." msgstr "" @@ -4234,6 +4231,9 @@ msgid "WabiSabi" msgstr "" +msgid "WantedPages" +msgstr "" + msgid "WatchPage" 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. |