|
From: <var...@us...> - 2016-12-05 13:38:16
|
Revision: 9983
http://sourceforge.net/p/phpwiki/code/9983
Author: vargenau
Date: 2016-12-05 13:38:13 +0000 (Mon, 05 Dec 2016)
Log Message:
-----------
Add "..." to be consistent
Modified Paths:
--------------
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/upgrade.php
===================================================================
--- trunk/lib/upgrade.php 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/lib/upgrade.php 2016-12-05 13:38:13 UTC (rev 9983)
@@ -76,7 +76,7 @@
or ($pagename == _("HomePage"))
or ($pagename == "HomePage")
) {
- echo "$path/$pagename: " . _("always skip the HomePage.") . " " . _("Skipped."), "<br />\n";
+ echo "$path/$pagename: " . _("always skip the HomePage") . " ... " . _("Skipped."), "<br />\n";
return;
}
@@ -101,16 +101,16 @@
if (!$new_mtime)
$new_mtime = $stat[9];
if ($new_mtime > $page_mtime) {
- echo "$path/$pagename" . _(": ") . _("newer than the existing page.")
- . " " . _("Replace") . " " . "($new_mtime > $page_mtime)" . "<br />\n";
+ echo "$path/$pagename" . _(": ") . _("newer than the existing page")
+ . " ... " . _("Replace") . " " . "($new_mtime > $page_mtime)" . "<br />\n";
LoadAny($this->request, $path . "/" . $filename);
echo "<br />\n";
} else {
- echo "$path/$pagename" . _(": ") . _("older than the existing page.")
- . " " . _("Skipped."), "<br />\n";
+ echo "$path/$pagename" . _(": ") . _("older than the existing page")
+ . " ... " . _("Skipped."), "<br />\n";
}
} else {
- echo "$path/$pagename" . _(": ") . _("unknown format.") . " " . _("Skipped.") . "<br />\n";
+ echo "$path/$pagename" . _(": ") . _("unknown format") . " ... " . _("Skipped.") . "<br />\n";
}
} else {
echo sprintf(_("%s does not exist"), $pagename), "<br />\n";
@@ -202,7 +202,7 @@
$this->_rename_to_help_page($pagename);
}
if (in_array($pagename, $themepgsrc)) {
- echo sprintf(_('%s already checked in theme pgsrc.'), $pagename).' '._('Skipped.').'<br />';
+ echo sprintf(_('%s already checked in theme pgsrc'), $pagename).' ... '._('Skipped.').'<br />';
} else {
$this->doPgsrcUpdate($pagename, $path, $filename);
}
@@ -1010,7 +1010,7 @@
{ // not applicable
if (isset($this->silent_skip))
return true;
- echo " " . _("Skipped.") . "<br />\n";
+ echo " ... " . _("Skipped.") . "<br />\n";
flush();
return true;
}
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 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/de.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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."
@@ -4630,16 +4630,16 @@
msgid "HomePage"
msgstr "StartSeite"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
-msgstr "neuer als die bestehende Seite."
+msgid "newer than the existing page"
+msgstr "neuer als die bestehende Seite"
-msgid "older than the existing page."
-msgstr "älter als die bestehende Seite."
+msgid "older than the existing page"
+msgstr "älter als die bestehende Seite"
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4661,7 +4661,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/es.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+0100\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -4507,16 +4507,16 @@
msgid "HomePage"
msgstr "PáginaPrincipal"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4538,7 +4538,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/fr.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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."
@@ -4587,17 +4587,17 @@
msgid "HomePage"
msgstr "PageAccueil"
-msgid "always skip the HomePage."
-msgstr "toujours ignorer la page d'accueil."
+msgid "always skip the HomePage"
+msgstr "toujours ignorer la page d'accueil"
-msgid "newer than the existing page."
-msgstr "plus récent que la page existante."
+msgid "newer than the existing page"
+msgstr "plus récent que la page existante"
-msgid "older than the existing page."
-msgstr "plus vieux que la page existante."
+msgid "older than the existing page"
+msgstr "plus vieux que la page existante"
-msgid "unknown format."
-msgstr "format inconnu."
+msgid "unknown format"
+msgstr "format inconnu"
#, php-format
msgid "%s does not exist"
@@ -4618,8 +4618,8 @@
msgstr "renommer les pages d'aide"
#, php-format
-msgid "%s already checked in theme pgsrc."
-msgstr "%s déjà vérifié dans le pgsrc du thème."
+msgid "%s already checked in theme pgsrc"
+msgstr "%s déjà vérifié dans le pgsrc du thème"
#, php-format
msgid "rename %s to %s"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/it.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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"
@@ -4471,16 +4471,16 @@
msgid "HomePage"
msgstr "PaginaPrincipale"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4502,7 +4502,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/ja.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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"
@@ -4608,16 +4608,16 @@
msgid "HomePage"
msgstr "ホームページ"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4640,7 +4640,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, fuzzy, php-format
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/nl.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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"
@@ -4461,16 +4461,16 @@
msgid "HomePage"
msgstr "ThuisPagina"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4492,7 +4492,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/phpwiki.pot 2016-12-05 13:38:13 UTC (rev 9983)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+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"
@@ -4453,16 +4453,16 @@
msgid "HomePage"
msgstr ""
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4484,7 +4484,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/sv.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+0100\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -4454,16 +4454,16 @@
msgid "HomePage"
msgstr "Framsida"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, php-format
@@ -4485,7 +4485,7 @@
msgstr ""
#, php-format
-msgid "%s already checked in theme pgsrc."
+msgid "%s already checked in theme pgsrc"
msgstr ""
#, php-format
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2016-12-05 13:20:05 UTC (rev 9982)
+++ trunk/locale/po/zh.po 2016-12-05 13:38:13 UTC (rev 9983)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-12-05 13:42+0100\n"
+"POT-Creation-Date: 2016-12-05 14:34+0100\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -3412,9 +3412,9 @@
msgid "really"
msgstr ""
-#, fuzzy, php-format
+#, php-format
msgid "The page %s is already watched!"
-msgstr "此頁面已經存在"
+msgstr ""
msgid "Edit"
msgstr "編輯"
@@ -3627,9 +3627,9 @@
msgid "Cannot rename. New page name too long."
msgstr ""
-#, fuzzy, php-format
+#, php-format
msgid "Page “%s” already exists. Ignored."
-msgstr "%s 已經存在."
+msgstr ""
#, php-format
msgid "Access denied to rename page “%s”."
@@ -4687,16 +4687,16 @@
msgid "HomePage"
msgstr "首頁"
-msgid "always skip the HomePage."
+msgid "always skip the HomePage"
msgstr ""
-msgid "newer than the existing page."
+msgid "newer than the existing page"
msgstr ""
-msgid "older than the existing page."
+msgid "older than the existing page"
msgstr ""
-msgid "unknown format."
+msgid "unknown format"
msgstr ""
#, fuzzy, php-format
@@ -4718,9 +4718,9 @@
msgid "rename to Help: pages"
msgstr ""
-#, php-format
-msgid "%s already checked in theme pgsrc."
-msgstr ""
+#, fuzzy, php-format
+msgid "%s already checked in theme pgsrc"
+msgstr "%"
#, fuzzy, php-format
msgid "rename %s to %s"
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.
|