From: <var...@us...> - 2014-12-05 14:45:28
|
Revision: 9424 http://sourceforge.net/p/phpwiki/code/9424 Author: vargenau Date: 2014-12-05 14:45:24 +0000 (Fri, 05 Dec 2014) Log Message: ----------- Improve translations in wiki creation and upgrade Modified Paths: -------------- trunk/lib/loadsave.php trunk/lib/upgrade.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/loadsave.php =================================================================== --- trunk/lib/loadsave.php 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/lib/loadsave.php 2014-12-05 14:45:24 UTC (rev 9424) @@ -63,33 +63,10 @@ if (is_a($request, 'MockRequest')) return; $action = $request->getArg('action'); - $label = ''; - switch ($action) { - case 'zip': - $label = _("ZIP files of database"); - break; - case 'dumpserial': - $label = _("Dump to directory"); - break; - case 'upload': - $label = _("Upload File"); - break; - case 'loadfile': - $label = _("Load File"); - break; - case 'upgrade': - $label = _("Upgrade"); - break; - case 'dumphtml': - case 'ziphtml': - $label = _("Dump Pages as XHTML"); - break; - } - if ($label) $label = str_replace(" ", "_", $label); if ($action == 'browse') // loading virgin $pagelink = WikiLink(HOME_PAGE); else - $pagelink = WikiLink(new WikiPageName(_("PhpWikiAdministration"), false, $label)); + $pagelink = WikiLink(new WikiPageName(__("PhpWikiAdministration"))); // do deferred sendPageChangeNotification() if (!empty($request->_deferredPageChangeNotification)) { @@ -1536,7 +1513,8 @@ $pagename = __("InterWikiMap"); $map = $dbi->getPage($pagename); $map->set('locked', true); - PrintXML(HTML::p(HTML::em(WikiLink($pagename)), HTML::strong(" locked"))); + PrintXML(HTML::p(HTML::em(WikiLink($pagename)), + HTML::strong(" "._("locked")))); EndLoadDump($request); } Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/lib/upgrade.php 2014-12-05 14:45:24 UTC (rev 9424) @@ -402,8 +402,8 @@ return; } } - echo "db version: we want ", $this->current_db_version, "\n<br />"; - echo "db version: we have ", $this->db_version, "\n<br />"; + echo _("db version: we want "), $this->current_db_version, "\n<br />"; + echo _("db version: we have "), $this->db_version, "\n<br />"; if ($this->db_version >= $this->current_db_version) { echo _("OK"), "<br />\n"; return; @@ -426,7 +426,7 @@ if ($this->phpwiki_version >= 1030.12200612 and $this->db_version < 1030.13) { if ($this->isSQL and preg_match("/(pgsql|postgres)/", $backend_type)) { - trigger_error("You need to upgrade to schema/psql-initialize.sql manually!", + trigger_error(_("You need to upgrade to schema/psql-initialize.sql manually!"), E_USER_WARNING); // $this->_upgrade_psql_tsearch2(); } 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-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/de.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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." @@ -516,29 +516,6 @@ msgid "unknown color %s ignored" msgstr "unbekannte Farbe %s ignoriert" -msgid "ZIP files of database" -msgstr "Speichern und Archivieren" - -msgid "Dump to directory" -msgstr "Wiki Seiten als Dateien in lokales Verzeichnis speichern" - -msgid "Upload File" -msgstr "Datei Hochladen" - -msgid "Load File" -msgstr "Datei Laden" - -msgid "Upgrade" -msgstr "Updaten" - -msgid "Dump Pages as XHTML" -msgstr "Seiten als XHTML schreiben" - -# Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten -# must also be renamed to match what is here. -msgid "PhpWikiAdministration" -msgstr "PhpWikiSystemverwalten" - # (Wrong Translation; sorry, but the German term for edit is NOT # editieren, but e d i e r e n). #, php-format @@ -605,6 +582,11 @@ msgid "%s bytes written" msgstr "%s Bytes geschrieben" +# Any better translation? The locale/de/pgsrc/PhpWikiSystemverwalten +# must also be renamed to match what is here. +msgid "PhpWikiAdministration" +msgstr "PhpWikiSystemverwalten" + #, php-format msgid "... copied to %s" msgstr "... kopiert nach %s" @@ -739,6 +721,9 @@ msgid "Loading up virgin wiki" msgstr "Lade neue Seiten in das frische Wiki" +msgid "locked" +msgstr "gesperrt" + msgid "No uploaded file to upload?" msgstr "Keine Datei zum Hochladen?" @@ -1108,9 +1093,6 @@ msgid "Locked" msgstr "Gesperrt" -msgid "locked" -msgstr "gesperrt" - msgid "External" msgstr "Externe" @@ -3904,9 +3886,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "Datei Laden" + msgid "Dump Pages" msgstr "Seiten Schreiben" +msgid "Dump Pages as XHTML" +msgstr "Seiten als XHTML schreiben" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "WikiForm: %s: unbekannte Aktion" @@ -4675,6 +4663,12 @@ msgid "database" msgstr "Datenbank" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "Backend Typ: " @@ -4682,6 +4676,9 @@ msgid "Check for table %s" msgstr "Prüfe Tabelle %s" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "Prüfe auf neue Spalte session.sess_ip column" @@ -5841,6 +5838,9 @@ msgid "Like Pages" msgstr "Ähnliche Seiten" +msgid "Upload File" +msgstr "Datei Hochladen" + msgid "Wiki Admin" msgstr "" @@ -6041,6 +6041,15 @@ msgid "Edit this page" msgstr "Diese Seite bearbeiten" +#~ msgid "ZIP files of database" +#~ msgstr "Speichern und Archivieren" + +#~ msgid "Dump to directory" +#~ msgstr "Wiki Seiten als Dateien in lokales Verzeichnis speichern" + +#~ msgid "Upgrade" +#~ msgstr "Updaten" + #~ msgid "reverse" #~ msgstr "umdrehen" Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/es.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -510,27 +510,6 @@ msgid "unknown color %s ignored" msgstr "el color desconocido %s no hizo caso" -msgid "ZIP files of database" -msgstr "Archivos del ZIP de la base de datos" - -msgid "Dump to directory" -msgstr "Descarga al directorio" - -msgid "Upload File" -msgstr "Archivo Del Upload" - -msgid "Load File" -msgstr "Archivo De la Carga" - -msgid "Upgrade" -msgstr "Mejora" - -msgid "Dump Pages as XHTML" -msgstr "" - -msgid "PhpWikiAdministration" -msgstr "AdministraciónDePhpWiki" - #, php-format msgid "Edited by: %s" msgstr "Editar: %s" @@ -592,6 +571,9 @@ msgid "%s bytes written" msgstr "%s octetos" +msgid "PhpWikiAdministration" +msgstr "AdministraciónDePhpWiki" + #, php-format msgid "... copied to %s" msgstr "... copia de [%s]" @@ -722,6 +704,9 @@ msgid "Loading up virgin wiki" msgstr "El cargar encima de wiki virginal" +msgid "locked" +msgstr "bloqueada" + msgid "No uploaded file to upload?" msgstr "¿Ningún archivo uploaded a upload?" @@ -1089,9 +1074,6 @@ msgid "Locked" msgstr "Bloqueada" -msgid "locked" -msgstr "bloqueada" - msgid "External" msgstr "Externos" @@ -3799,9 +3781,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "Archivo De la Carga" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "" @@ -4553,6 +4541,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4560,6 +4554,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5686,6 +5683,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "Archivo Del Upload" + msgid "Wiki Admin" msgstr "Administración de Wiki" @@ -5871,6 +5871,15 @@ msgid "Edit this page" msgstr "Corrija esta página" +#~ msgid "ZIP files of database" +#~ msgstr "Archivos del ZIP de la base de datos" + +#~ msgid "Dump to directory" +#~ msgstr "Descarga al directorio" + +#~ msgid "Upgrade" +#~ msgstr "Mejora" + #~ msgid "reverse" #~ msgstr "invierta" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/fr.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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." @@ -511,27 +511,6 @@ msgid "unknown color %s ignored" msgstr "couleur %s non valable ignorée" -msgid "ZIP files of database" -msgstr "Récupérer dans un fichier ZIP" - -msgid "Dump to directory" -msgstr "Récupération dans le répertoire" - -msgid "Upload File" -msgstr "Déposer un fichier" - -msgid "Load File" -msgstr "Importer un fichier" - -msgid "Upgrade" -msgstr "Mettre à jour" - -msgid "Dump Pages as XHTML" -msgstr "Exporter les pages en XHTML" - -msgid "PhpWikiAdministration" -msgstr "AdministrationDePhpWiki" - #, php-format msgid "Edited by: %s" msgstr "Modifié par : %s" @@ -594,6 +573,9 @@ msgid "%s bytes written" msgstr "%s octets enregistrés" +msgid "PhpWikiAdministration" +msgstr "AdministrationDePhpWiki" + #, php-format msgid "... copied to %s" msgstr "... copié à %s" @@ -723,6 +705,9 @@ msgid "Loading up virgin wiki" msgstr "Chargement du nouveau wiki" +msgid "locked" +msgstr "verrouillé" + msgid "No uploaded file to upload?" msgstr "Pas de fichier à déposer ?" @@ -1089,9 +1074,6 @@ msgid "Locked" msgstr "Verrouillé" -msgid "locked" -msgstr "verrouillé" - msgid "External" msgstr "Externe" @@ -3858,9 +3840,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "Importer un fichier" + msgid "Dump Pages" msgstr "Récupérer les pages" +msgid "Dump Pages as XHTML" +msgstr "Exporter les pages en XHTML" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "FormulaireWiki : %s : action inconnue" @@ -4619,13 +4607,22 @@ msgid "database" msgstr "base de données" +msgid "db version: we want " +msgstr "Version de la base de données : on veut " + +msgid "db version: we have " +msgstr "Version de la base de données : on a " + msgid "Backend type: " -msgstr "" +msgstr "Type de backend : " #, php-format msgid "Check for table %s" msgstr "vérifie la table %s" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "Vous devez mettre à jour schema/psql-initialize.sql à la main !" + msgid "Check for new session.sess_ip column" msgstr "recherche une nouvelle colonne session.sess_ip" @@ -4684,10 +4681,10 @@ msgstr "" msgid "DB admin user:" -msgstr "DB admin nom de user :" +msgstr "Identifiant de l'administrateur de la base de données :" msgid "DB admin password:" -msgstr "DB admin mot de passe :" +msgstr "Mot de passe de l'administrateur de la base de données :" msgid "Check for extra page.cached_html column" msgstr "recherche une extra colonne page.cached_html" @@ -5771,6 +5768,9 @@ msgid "Like Pages" msgstr "Pages semblables" +msgid "Upload File" +msgstr "Déposer un fichier" + msgid "Wiki Admin" msgstr "Administration du wiki" @@ -5958,6 +5958,15 @@ msgid "Edit this page" msgstr "Modifier cette page" +#~ msgid "ZIP files of database" +#~ msgstr "Récupérer dans un fichier ZIP" + +#~ msgid "Dump to directory" +#~ msgstr "Récupération dans le répertoire" + +#~ msgid "Upgrade" +#~ msgstr "Mettre à jour" + #~ msgid "reverse" #~ msgstr "inverser" Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/it.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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" @@ -500,27 +500,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -msgid "Dump to directory" -msgstr "" - -msgid "Upload File" -msgstr "" - -msgid "Load File" -msgstr "" - -msgid "Upgrade" -msgstr "" - -msgid "Dump Pages as XHTML" -msgstr "" - -msgid "PhpWikiAdministration" -msgstr "" - #, php-format msgid "Edited by: %s" msgstr "Modifica: %s" @@ -583,6 +562,9 @@ msgid "%s bytes written" msgstr "" +msgid "PhpWikiAdministration" +msgstr "" + #, php-format msgid "... copied to %s" msgstr "... copia di %s" @@ -711,6 +693,9 @@ msgid "Loading up virgin wiki" msgstr "" +msgid "locked" +msgstr "bloccata" + msgid "No uploaded file to upload?" msgstr "" @@ -1073,9 +1058,6 @@ msgid "Locked" msgstr "Bloccata" -msgid "locked" -msgstr "bloccata" - msgid "External" msgstr "Esterni" @@ -3768,9 +3750,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "" @@ -4518,6 +4506,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4525,6 +4519,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5630,6 +5627,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "" + msgid "Wiki Admin" msgstr "Wiki Amministrazione" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/ja.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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" @@ -489,27 +489,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -msgid "Dump to directory" -msgstr "" - -msgid "Upload File" -msgstr "ファイル読込み" - -msgid "Load File" -msgstr "ファイル読込み" - -msgid "Upgrade" -msgstr "" - -msgid "Dump Pages as XHTML" -msgstr "XHTMLで出力" - -msgid "PhpWikiAdministration" -msgstr "" - #, php-format msgid "Edited by: %s" msgstr "編集: %s" @@ -570,6 +549,9 @@ msgid "%s bytes written" msgstr "%s バイト書き込みました" +msgid "PhpWikiAdministration" +msgstr "" + #, php-format msgid "... copied to %s" msgstr "" @@ -700,6 +682,9 @@ msgid "Loading up virgin wiki" msgstr "" +msgid "locked" +msgstr "ロックしました" + msgid "No uploaded file to upload?" msgstr "" @@ -1073,9 +1058,6 @@ msgid "Locked" msgstr "ロックしました" -msgid "locked" -msgstr "ロックしました" - msgid "External" msgstr "" @@ -3830,9 +3812,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "ファイル読込み" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "XHTMLで出力" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "WikiForm: “%s” は未知の操作です。" @@ -4658,6 +4646,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4665,6 +4659,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5815,6 +5812,9 @@ msgid "Like Pages" msgstr "ページロック" +msgid "Upload File" +msgstr "ファイル読込み" + #, fuzzy msgid "Wiki Admin" msgstr "管理" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/nl.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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" @@ -493,27 +493,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -msgid "Dump to directory" -msgstr "" - -msgid "Upload File" -msgstr "" - -msgid "Load File" -msgstr "" - -msgid "Upgrade" -msgstr "" - -msgid "Dump Pages as XHTML" -msgstr "" - -msgid "PhpWikiAdministration" -msgstr "PhpWikiBeheer" - #, php-format msgid "Edited by: %s" msgstr "Verander von: %s" @@ -574,6 +553,9 @@ msgid "%s bytes written" msgstr "" +msgid "PhpWikiAdministration" +msgstr "PhpWikiBeheer" + #, php-format msgid "... copied to %s" msgstr "" @@ -702,6 +684,9 @@ msgid "Loading up virgin wiki" msgstr "Laden van maagdelijke wiki" +msgid "locked" +msgstr "låst" + msgid "No uploaded file to upload?" msgstr "" @@ -1064,9 +1049,6 @@ msgid "Locked" msgstr "Låst" -msgid "locked" -msgstr "låst" - msgid "External" msgstr "" @@ -3760,9 +3742,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "" @@ -4510,6 +4498,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4517,6 +4511,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5622,6 +5619,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "" + msgid "Wiki Admin" msgstr "PhpWiki Beheer" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/phpwiki.pot 2014-12-05 14:45:24 UTC (rev 9424) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+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" @@ -487,27 +487,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -msgid "Dump to directory" -msgstr "" - -msgid "Upload File" -msgstr "" - -msgid "Load File" -msgstr "" - -msgid "Upgrade" -msgstr "" - -msgid "Dump Pages as XHTML" -msgstr "" - -msgid "PhpWikiAdministration" -msgstr "" - #, php-format msgid "Edited by: %s" msgstr "" @@ -568,6 +547,9 @@ msgid "%s bytes written" msgstr "" +msgid "PhpWikiAdministration" +msgstr "" + #, php-format msgid "... copied to %s" msgstr "" @@ -696,6 +678,9 @@ msgid "Loading up virgin wiki" msgstr "" +msgid "locked" +msgstr "" + msgid "No uploaded file to upload?" msgstr "" @@ -1058,9 +1043,6 @@ msgid "Locked" msgstr "" -msgid "locked" -msgstr "" - msgid "External" msgstr "" @@ -3752,9 +3734,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "" @@ -4502,6 +4490,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4509,6 +4503,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5614,6 +5611,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "" + msgid "Wiki Admin" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/sv.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -488,27 +488,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -msgid "Dump to directory" -msgstr "" - -msgid "Upload File" -msgstr "" - -msgid "Load File" -msgstr "" - -msgid "Upgrade" -msgstr "" - -msgid "Dump Pages as XHTML" -msgstr "" - -msgid "PhpWikiAdministration" -msgstr "" - #, php-format msgid "Edited by: %s" msgstr "" @@ -569,6 +548,9 @@ msgid "%s bytes written" msgstr "" +msgid "PhpWikiAdministration" +msgstr "" + #, php-format msgid "... copied to %s" msgstr "... kopia är %s" @@ -697,6 +679,9 @@ msgid "Loading up virgin wiki" msgstr "" +msgid "locked" +msgstr "låst" + msgid "No uploaded file to upload?" msgstr "" @@ -1059,9 +1044,6 @@ msgid "Locked" msgstr "Låst" -msgid "locked" -msgstr "låst" - msgid "External" msgstr "" @@ -3753,9 +3735,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "" + msgid "Dump Pages" msgstr "" +msgid "Dump Pages as XHTML" +msgstr "" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "" @@ -4503,6 +4491,12 @@ msgid "database" msgstr "" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4510,6 +4504,9 @@ msgid "Check for table %s" msgstr "" +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5615,6 +5612,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "" + msgid "Wiki Admin" msgstr "" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2014-12-05 13:24:38 UTC (rev 9423) +++ trunk/locale/po/zh.po 2014-12-05 14:45:24 UTC (rev 9424) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.5.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-12-05 14:22+0100\n" +"POT-Creation-Date: 2014-12-05 15:43+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -512,29 +512,6 @@ msgid "unknown color %s ignored" msgstr "" -msgid "ZIP files of database" -msgstr "" - -#, fuzzy -msgid "Dump to directory" -msgstr "目錄 “%s”" - -msgid "Upload File" -msgstr "載入檔案" - -msgid "Load File" -msgstr "載入檔案" - -#, fuzzy -msgid "Upgrade" -msgstr "上傳" - -msgid "Dump Pages as XHTML" -msgstr "傾印頁面為 XHTML" - -msgid "PhpWikiAdministration" -msgstr "" - #, php-format msgid "Edited by: %s" msgstr "由 %s 編輯" @@ -595,6 +572,9 @@ msgid "%s bytes written" msgstr "已寫入 %s bytes" +msgid "PhpWikiAdministration" +msgstr "" + #, php-format msgid "... copied to %s" msgstr "... 複製到 %s" @@ -728,6 +708,9 @@ msgid "Loading up virgin wiki" msgstr "載入原始 wiki" +msgid "locked" +msgstr "被鎖定" + msgid "No uploaded file to upload?" msgstr "沒有要上傳的檔案?" @@ -1102,9 +1085,6 @@ msgid "Locked" msgstr "已鎖定" -msgid "locked" -msgstr "被鎖定" - #, fuzzy msgid "External" msgstr "外部連結" @@ -3923,9 +3903,15 @@ msgid "Provide generic WikiForm input buttons." msgstr "" +msgid "Load File" +msgstr "載入檔案" + msgid "Dump Pages" msgstr "傾印頁面" +msgid "Dump Pages as XHTML" +msgstr "傾印頁面為 XHTML" + #, php-format msgid "WikiForm: %s: unknown action" msgstr "WikiForm: %s: 未知的動作" @@ -4737,6 +4723,12 @@ msgid "database" msgstr "資料庫" +msgid "db version: we want " +msgstr "" + +msgid "db version: we have " +msgstr "" + msgid "Backend type: " msgstr "" @@ -4744,6 +4736,9 @@ msgid "Check for table %s" msgstr "為 page “%s” 設定 acl." +msgid "You need to upgrade to schema/psql-initialize.sql manually!" +msgstr "" + msgid "Check for new session.sess_ip column" msgstr "" @@ -5909,6 +5904,9 @@ msgid "Like Pages" msgstr "" +msgid "Upload File" +msgstr "載入檔案" + msgid "Wiki Admin" msgstr "" @@ -6115,6 +6113,14 @@ msgstr "編輯此頁面" #, fuzzy +#~ msgid "Dump to directory" +#~ msgstr "目錄 “%s”" + +#, fuzzy +#~ msgid "Upgrade" +#~ msgstr "上傳" + +#, fuzzy #~ msgid "reverse" #~ 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. |