summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/de.po5
-rw-r--r--po/fr.po5
-rw-r--r--po/ja.po5
-rw-r--r--po/quilt.pot2
-rw-r--r--quilt.changes4
-rw-r--r--quilt/upgrade.in2
6 files changed, 11 insertions, 12 deletions
diff --git a/po/de.po b/po/de.po
index 9591f05..73d611c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,9 +12,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../bin/quilt.in:20
-#, fuzzy
msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."
-msgstr "Verwendung: quilt [--trace] [--quiltrc=XX] befehl [-h] ..."
+msgstr "Verwendung: quilt [--trace[=verbose]] [--quiltrc=XX] befehl [-h] ..."
#: ../bin/quilt.in:22
msgid "Commands are:"
@@ -929,7 +928,7 @@ msgstr ""
#: ../quilt/upgrade.in:67
msgid ""
-"The quilt meta-data in %s already are have format version %s; nothing to do"
+"The quilt meta-data in %s are already in the version %s format; nothing to do"
"\\n"
msgstr ""
"Die Metadaten in $QUILT_PC/ sind bereits in Format Version $DB_VERSION; "
diff --git a/po/fr.po b/po/fr.po
index f5da2e3..2d06b26 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,9 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../bin/quilt.in:20
-#, fuzzy
msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."
-msgstr "Usage : quilt [--trace] [--quiltrc=XX] commande [-h] ..."
+msgstr "Usage : quilt [--trace[=verbose]] [--quiltrc=XX] commande [-h] ..."
#: ../bin/quilt.in:22
msgid "Commands are:"
@@ -951,7 +950,7 @@ msgstr ""
#: ../quilt/upgrade.in:67
msgid ""
-"The quilt meta-data in %s already are have format version %s; nothing to do"
+"The quilt meta-data in %s are already in the version %s format; nothing to do"
"\\n"
msgstr ""
"Les mta-donnes de quilt dans %s sont dj au format %s ; rien faire\\n"
diff --git a/po/ja.po b/po/ja.po
index 03333fe..ffcda8c 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -13,9 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../bin/quilt.in:20
-#, fuzzy
msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."
-msgstr "使い方: quilt [--trace] [--quiltrc=XX] command [-h] ..."
+msgstr "使い方: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."
#: ../bin/quilt.in:22
msgid "Commands are:"
@@ -913,7 +912,7 @@ msgstr ""
#: ../quilt/upgrade.in:67
msgid ""
-"The quilt meta-data in %s already are have format version %s; nothing to do"
+"The quilt meta-data in %s are already in the version %s format; nothing to do"
"\\n"
msgstr ""
"%s内の quiltメタデータはすでに version %s フォーマットのため、処理する必要が"
diff --git a/po/quilt.pot b/po/quilt.pot
index c2ce9d9..874f7e4 100644
--- a/po/quilt.pot
+++ b/po/quilt.pot
@@ -663,7 +663,7 @@ msgstr ""
#: ../quilt/upgrade.in:67
msgid ""
-"The quilt meta-data in %s already are have format version %s; nothing to do"
+"The quilt meta-data in %s are already in the version %s format; nothing to do"
"\\n"
msgstr ""
diff --git a/quilt.changes b/quilt.changes
index f5194ef..2c7757e 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,8 +1,10 @@
-------------------------------------------------------------------
-Mon Sep 13 22:28:21 CEST 2004 - agruen@suse.de
+Tue Sep 14 01:00:43 CEST 2004 - agruen@suse.de
- bin/quilt.in: Add optional verbose modifier to --trace option
by request of Dean Roehrich <roehrich@sgi.com>.
+- Fix a message; took a while. Thanks Yasushi SHOJI
+ <yashi@atmark-techno.com>.
-------------------------------------------------------------------
Sun Sep 12 18:33:07 CEST 2004 - agruen@suse.de
diff --git a/quilt/upgrade.in b/quilt/upgrade.in
index 84ccaa1..2ce7e12 100644
--- a/quilt/upgrade.in
+++ b/quilt/upgrade.in
@@ -64,7 +64,7 @@ fi
if version_check
then
- printf $"The quilt meta-data in %s already are have format version %s; nothing to do\n" "$QUILT_PC/" "$DB_VERSION"
+ printf $"The quilt meta-data in %s are already in the version %s format; nothing to do\n" "$QUILT_PC/" "$DB_VERSION"
exit 0
fi