From: <var...@us...> - 2014-11-25 17:13:33
|
Revision: 9377 http://sourceforge.net/p/phpwiki/code/9377 Author: vargenau Date: 2014-11-25 17:13:29 +0000 (Tue, 25 Nov 2014) Log Message: ----------- Use smart quotes Modified Paths: -------------- trunk/lib/plugin/LinkSearch.php trunk/lib/plugin/RelatedChanges.php trunk/lib/plugin/WatchPage.php trunk/lib/stdlib.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/LinkSearch.php =================================================================== --- trunk/lib/plugin/LinkSearch.php 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/lib/plugin/LinkSearch.php 2014-11-25 17:13:29 UTC (rev 9377) @@ -162,7 +162,7 @@ $pagelist->setCaption ( // on mozilla the form doesn't fit into the caption very well. HTML($noform ? '' : HTML($form, HTML::hr()), - fmt("LinkSearch result for \"%s\" in pages \"%s\", direction %s", $s, $page, $direction))); + fmt("LinkSearch result for “%s” in pages “%s”, direction %s", $s, $page, $direction))); } return $pagelist; } Modified: trunk/lib/plugin/RelatedChanges.php =================================================================== --- trunk/lib/plugin/RelatedChanges.php 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/lib/plugin/RelatedChanges.php 2014-11-25 17:13:29 UTC (rev 9377) @@ -35,7 +35,7 @@ function description() { return HTML::p(false, $this->pre_description(), - fmt(" (to pages linked from \"%s\")", $this->_args['page'])); + fmt(" (to pages linked from “%s”)", $this->_args['page'])); } } Modified: trunk/lib/plugin/WatchPage.php =================================================================== --- trunk/lib/plugin/WatchPage.php 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/lib/plugin/WatchPage.php 2014-11-25 17:13:29 UTC (rev 9377) @@ -80,7 +80,7 @@ if ($isNecessary) { $form->pushContent(HTML::p(_("New watchlist: "), $this->showWatchList($this->addpagelist($page, $pagelist))), - HTML::p(sprintf(_("Do you %s want to add this page \"%s\" to your WatchList?"), + HTML::p(sprintf(_("Do you %s want to add this page “%s” to your WatchList?"), ($verified ? _("really") : ""), $page)), HTML::p(Button('submit:add', _("Yes")), HTML::raw(' '), Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/lib/stdlib.php 2014-11-25 17:13:29 UTC (rev 9377) @@ -469,13 +469,13 @@ if (file_exists($file)) { $link = HTML::img(array('src' => $ori_url)); trigger_error( - sprintf(_("Invalid image link fixed %s => %s. Spaces must be quoted with %%20."), + sprintf(_("Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20."), $url, $ori_url), E_USER_WARNING); } elseif (string_starts_with($ori_url, getUploadDataPath())) { $file = substr($file, strlen(getUploadDataPath())); $path = getUploadFilePath() . $file; if (file_exists($path)) { - trigger_error(sprintf(_("Invalid image link fixed \"%s\" => \"%s\".\n Spaces must be quoted with %%20."), + trigger_error(sprintf(_("Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20."), $url, $ori_url), E_USER_WARNING); $link->setAttr('src', getUploadDataPath() . $file); $url = $ori_url; 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 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/de.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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." @@ -1913,7 +1913,7 @@ msgstr "Verweis" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2468,6 +2468,9 @@ msgid "%s is only allowed in locked pages." msgstr "%s wird/werden nur in gesperrten Seiten erlaubt." +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "BenutzerBewertungen" @@ -2690,8 +2693,8 @@ msgstr "Zeige Redirekt-Seite." #, php-format -msgid " (to pages linked from \"%s\")" -msgstr "(auf Seiten verlinkt von \"%s\")" +msgid " (to pages linked from “%s”)" +msgstr " (auf Seiten verlinkt von »%s«)" msgid "List of changes on all pages which are linked to from this page." msgstr "" @@ -3411,7 +3414,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4546,15 +4549,9 @@ msgstr "Ungültiger Parameter %s=%s für Bild %s" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "Ungültige Bildgröße" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/es.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -1880,7 +1880,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2404,6 +2404,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2617,7 +2620,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3316,7 +3319,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4424,15 +4427,9 @@ msgstr "" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/fr.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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." @@ -1892,7 +1892,7 @@ msgstr "Lien" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2424,6 +2424,9 @@ msgid "%s is only allowed in locked pages." msgstr "%s n'est autorisé que dans les pages verrouillées." +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2642,8 +2645,8 @@ msgstr "Voir la page de redirection." #, php-format -msgid " (to pages linked from \"%s\")" -msgstr " (aux pages liées à \"%s\")" +msgid " (to pages linked from “%s”)" +msgstr " (aux pages liées à « %s »)" msgid "List of changes on all pages which are linked to from this page." msgstr "" @@ -3361,7 +3364,7 @@ msgstr "Nouvelle liste de suivi : " #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "Voulez-vous %s ajouter la page « %s » à votre liste de suivi ?" msgid "really" @@ -4488,15 +4491,9 @@ msgstr "Attribut non valable %s=%s pour l'image %s" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "Taille d'image invalide" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/it.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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" @@ -1862,7 +1862,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2382,6 +2382,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2590,7 +2593,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3289,7 +3292,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4389,15 +4392,9 @@ msgstr "" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/ja.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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" @@ -1883,7 +1883,7 @@ msgstr "ログイン" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2406,6 +2406,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + #, fuzzy msgid "UserContribs" msgstr "ユーザー統計" @@ -2629,7 +2632,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3334,7 +3337,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4527,15 +4530,9 @@ msgstr "インライン画像一覧" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - #, fuzzy msgid "Invalid image size" msgstr "インライン画像一覧" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/nl.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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" @@ -1853,7 +1853,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2373,6 +2373,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2582,7 +2585,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3281,7 +3284,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4381,15 +4384,9 @@ msgstr "" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/phpwiki.pot 2014-11-25 17:13:29 UTC (rev 9377) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+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" @@ -1847,7 +1847,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2367,6 +2367,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2575,7 +2578,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3273,7 +3276,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4373,15 +4376,9 @@ msgstr "" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/sv.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -1848,7 +1848,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2368,6 +2368,9 @@ msgid "%s is only allowed in locked pages." msgstr "" +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + msgid "UserContribs" msgstr "" @@ -2576,7 +2579,7 @@ msgstr "" #, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "" msgid "List of changes on all pages which are linked to from this page." @@ -3274,7 +3277,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -4374,15 +4377,9 @@ msgstr "" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - msgid "Invalid image size" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2014-11-25 16:34:47 UTC (rev 9376) +++ trunk/locale/po/zh.po 2014-11-25 17:13:29 UTC (rev 9377) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-21 18:10+0100\n" +"POT-Creation-Date: 2014-11-25 17:59+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -1512,9 +1512,9 @@ msgid "CreatePage failed" msgstr "" -#, fuzzy, php-format +#, php-format msgid "Do you really want to create the page “%s”?" -msgstr "你確定你想要永久更名選定的檔案?" +msgstr "" msgid "The new page you want to create will be a subpage." msgstr "" @@ -1928,7 +1928,7 @@ msgstr "" #, php-format -msgid "LinkSearch result for \"%s\" in pages \"%s\", direction %s" +msgid "LinkSearch result for “%s” in pages “%s”, direction %s" msgstr "" msgid "List pages that are explicitly given as the pages argument." @@ -2468,6 +2468,9 @@ msgid "%s is only allowed in locked pages." msgstr "%s 只允許在鎖定的頁面中." +msgid "Cache output of RecentChanges called with default arguments." +msgstr "" + #, fuzzy msgid "UserContribs" msgstr "使用者統計" @@ -2695,7 +2698,7 @@ msgstr "查看重導向的頁面." #, fuzzy, php-format -msgid " (to pages linked from \"%s\")" +msgid " (to pages linked from “%s”)" msgstr "%s 個頁面連結到 %s:" #, fuzzy @@ -3417,7 +3420,7 @@ msgstr "" #, php-format -msgid "Do you %s want to add this page \"%s\" to your WatchList?" +msgid "Do you %s want to add this page “%s” to your WatchList?" msgstr "" msgid "really" @@ -3620,7 +3623,6 @@ msgid "Rename to" msgstr "更名為" -#, fuzzy msgid "Are you sure you want to rename the selected pages?" msgstr "你確定你想要永久更名選定的檔案?" @@ -4607,15 +4609,9 @@ msgstr "錯誤的顏色值: %s" #, php-format -msgid "Invalid image link fixed %s => %s. Spaces must be quoted with %%20." +msgid "Invalid image link fixed “%s” => “%s”. Spaces must be quoted with %%20." msgstr "" -#, php-format -msgid "" -"Invalid image link fixed \"%s\" => \"%s\".\n" -" Spaces must be quoted with %%20." -msgstr "" - #, fuzzy msgid "Invalid image size" msgstr "Inline 圖片" 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. |