From: <var...@us...> - 2014-11-21 17:12:03
|
Revision: 9363 http://sourceforge.net/p/phpwiki/code/9363 Author: vargenau Date: 2014-11-21 17:11:59 +0000 (Fri, 21 Nov 2014) Log Message: ----------- Simpler message; update translations Modified Paths: -------------- 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/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/lib/stdlib.php 2014-11-21 17:11:59 UTC (rev 9363) @@ -907,7 +907,7 @@ return $request->getArg('pagename'); } assert($name[0] == '/'); - $this->_errors[] = sprintf(_("Leading %s not allowed"), '/'); + $this->_errors[] = _("Leading “/” not allowed"); return substr($name, 1); } @@ -939,14 +939,8 @@ while ($pagename and $pagename[0] == '/') $pagename = substr($pagename, 1); if ($pagename != $orig) - $this->_errors[] = sprintf(_("Leading %s not allowed"), '/'); + $this->_errors[] = _("Leading “/” not allowed"); - // ";" is urlencoded, so safe from php arg-delim problems - /*if (strstr($pagename, ';')) { - $this->_warnings[] = _("';' is deprecated"); - $pagename = str_replace(';', '', $pagename); - }*/ - // not only for SQL, also to restrict url length if (strlen($pagename) > MAX_PAGENAME_LENGTH) { $pagename = substr($pagename, 0, MAX_PAGENAME_LENGTH); 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-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/de.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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." @@ -3208,7 +3208,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "Enthält den Inhalt alle UnterSeiten der aktuellen Seite." -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3251,20 +3251,16 @@ msgid "Only files with the extension %s are allowed." msgstr "Nur Dateien mit der Endung %s sind erlaubt." -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." -msgstr "" -"Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische Zeichen, " -"Punkt, Unterstrich, Leerzeichen und Bindestrich." +msgid "Sorry but this file is too big." +msgstr "Leider ist diese Datei zu groß." +msgid "Invalid filename." +msgstr "Ungültiger Dateiname." + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "Es existiert schon eine gleichnamige, hochgeladene Datei »%s«." -msgid "Sorry but this file is too big." -msgstr "Leider ist diese Datei zu groß." - msgid "File successfully uploaded." msgstr "Datei erfolgreich hochgeladen." @@ -4572,10 +4568,8 @@ msgid "“%s”: Bad page name: %s" msgstr "»%s«: Ungültiger Seitenname: %s" -# z.B. führende Leerzeichen -#, php-format -msgid "Leading %s not allowed" -msgstr "Führende %s nicht erlaubt" +msgid "Leading “/” not allowed" +msgstr "Führende »/« nicht erlaubt" msgid "White space converted to single space" msgstr "" @@ -5710,10 +5704,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" @@ -6049,6 +6041,13 @@ msgid "Edit this page" msgstr "Diese Seite bearbeiten" +#~ msgid "" +#~ "Invalid filename. File names may only contain alphanumeric characters and " +#~ "dot, underscore, space or dash." +#~ msgstr "" +#~ "Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische " +#~ "Zeichen, Punkt, Unterstrich, Leerzeichen und Bindestrich." + #~ msgid "Unable to open directory “%s” for reading" #~ msgstr "Konnte Verzeichnis »%s« nicht zum Lesen öffnen" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/es.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -3117,7 +3117,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3159,18 +3159,16 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +msgid "Invalid filename." +msgstr "Nombre de archivo inválido." + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4448,8 +4446,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5564,10 +5561,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/fr.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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." @@ -3156,8 +3156,8 @@ msgid "Include the content of all SubPages of the current page." msgstr "Pour inclure le contenu de toutes les sous-pages de la page actuelle." -msgid "Upload files to the local InterWiki Upload:<filename>" -msgstr "Transférer les fichiers vers Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" +msgstr "Transférer les fichiers vers [[Upload:fichier]]" msgid "You cannot upload files." msgstr "" @@ -3198,20 +3198,16 @@ msgid "Only files with the extension %s are allowed." msgstr "Seuls les fichiers avec les extensions %s sont autorisés." -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." -msgstr "" -"Nom de fichier incorrect. Les noms de fichiers sont formés de lettres, " -"chiffres, points, blancs soulignés, espaces ou tirets." +msgid "Sorry but this file is too big." +msgstr "Désolé, mais le fichier est trop gros." +msgid "Invalid filename." +msgstr "Nom de fichier incorrect." + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "Un fichier portant le nom « %s » existe déjà." -msgid "Sorry but this file is too big." -msgstr "Désolé, mais le fichier est trop gros." - msgid "File successfully uploaded." msgstr "Fichier téléchargé avec succès." @@ -4514,8 +4510,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5642,10 +5637,8 @@ msgid "Enable DoubleClick Edit" msgstr "Autoriser la modification par double clic" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" @@ -5963,6 +5956,13 @@ msgid "Edit this page" msgstr "Modifier cette page" +#~ msgid "" +#~ "Invalid filename. File names may only contain alphanumeric characters and " +#~ "dot, underscore, space or dash." +#~ msgstr "" +#~ "Nom de fichier incorrect. Les noms de fichiers sont formés de lettres, " +#~ "chiffres, points, blancs soulignés, espaces ou tirets." + #~ msgid "Unable to open directory “%s” for reading" #~ msgstr "Impossible d'ouvrir le répertoire « %s » en lecture" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/it.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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" @@ -3090,7 +3090,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3132,18 +3132,16 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +msgid "Invalid filename." +msgstr "" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4413,8 +4411,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5509,10 +5506,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/ja.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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" @@ -3131,7 +3131,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3173,18 +3173,17 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +#, fuzzy +msgid "Invalid filename." +msgstr "インライン画像一覧" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4551,8 +4550,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5680,10 +5678,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/nl.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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" @@ -3082,7 +3082,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3124,18 +3124,16 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +msgid "Invalid filename." +msgstr "" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4405,8 +4403,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5501,10 +5498,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/phpwiki.pot 2014-11-21 17:11:59 UTC (rev 9363) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+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" @@ -3074,7 +3074,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3116,18 +3116,16 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +msgid "Invalid filename." +msgstr "" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4397,8 +4395,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5493,10 +5490,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/sv.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -3075,7 +3075,7 @@ msgid "Include the content of all SubPages of the current page." msgstr "" -msgid "Upload files to the local InterWiki Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" msgstr "" msgid "You cannot upload files." @@ -3117,18 +3117,16 @@ msgid "Only files with the extension %s are allowed." msgstr "" -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." +msgid "Sorry but this file is too big." msgstr "" +msgid "Invalid filename." +msgstr "" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "" -msgid "Sorry but this file is too big." -msgstr "" - msgid "File successfully uploaded." msgstr "" @@ -4398,8 +4396,7 @@ msgid "“%s”: Bad page name: %s" msgstr "" -#, php-format -msgid "Leading %s not allowed" +msgid "Leading “/” not allowed" msgstr "" msgid "White space converted to single space" @@ -5494,10 +5491,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2014-11-21 16:51:08 UTC (rev 9362) +++ trunk/locale/po/zh.po 2014-11-21 17:11:59 UTC (rev 9363) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-19 11:21+0100\n" +"POT-Creation-Date: 2014-11-21 18:10+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -3206,8 +3206,8 @@ msgid "Include the content of all SubPages of the current page." msgstr "含括目前頁面所有子頁面的內容." -msgid "Upload files to the local InterWiki Upload:<filename>" -msgstr "上傳檔案到本地 InterWiki. Upload:<filename>" +msgid "Upload files to the local InterWiki [[Upload:filename]]" +msgstr "上傳檔案到本地 InterWiki. [[Upload:filename]]" #, fuzzy msgid "You cannot upload files." @@ -3249,19 +3249,18 @@ msgid "Only files with the extension %s are allowed." msgstr "副檔名 %s 不被允許." -msgid "" -"Invalid filename. File names may only contain alphanumeric characters and " -"dot, underscore, space or dash." -msgstr "" +#, fuzzy +msgid "Sorry but this file is too big." +msgstr "抱歉,因為檔案太大了." +#, fuzzy +msgid "Invalid filename." +msgstr "Inline 圖片" + #, php-format msgid "There is already a file with name “%s” uploaded." msgstr "已經有個名為 %s 的檔案存在." -#, fuzzy -msgid "Sorry but this file is too big." -msgstr "抱歉,因為檔案太大了." - msgid "File successfully uploaded." msgstr "檔案已經成功地上傳." @@ -4631,9 +4630,8 @@ msgid "“%s”: Bad page name: %s" msgstr "“%s”: 錯誤頁面名稱: %s" -#, php-format -msgid "Leading %s not allowed" -msgstr "前面的 %s 是不被允許的" +msgid "Leading “/” not allowed" +msgstr "前面的 / 是不被允許的" msgid "White space converted to single space" msgstr "空白空格轉換為單一空格" @@ -5780,10 +5778,8 @@ msgid "Enable DoubleClick Edit" msgstr "" -#, php-format msgid "" -"Enabled makes it hard to double-click words and sentences for cut and paste. " -"See %s." +"Enabled makes it hard to double-click words and sentences for cut and paste." msgstr "" msgid "Edit Area Size" 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. |