summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2007-09-06 14:19:54 +0000
committerAndreas Gruenbacher <agruen@suse.de>2007-09-06 14:19:54 +0000
commit02eaa5ab50bf46fca7a5b6518f63fa9756d99b6e (patch)
treefcf9bdb626c1e5756cf92692d1731053a588ed65
parent78a9cae9dc3828fdb2ae3cfbaa6ab1539a699abd (diff)
downloadquilt-02eaa5ab50bf46fca7a5b6518f63fa9756d99b6e.tar.gz
- Small help text improvement
-rw-r--r--po/de.po20
-rw-r--r--po/quilt.pot18
-rw-r--r--quilt/new.in2
3 files changed, 20 insertions, 20 deletions
diff --git a/po/de.po b/po/de.po
index df87ee1..6421b88 100644
--- a/po/de.po
+++ b/po/de.po
@@ -322,7 +322,7 @@ msgstr ""
"Kann kein Diff mit -p$opt_strip_level erzeugen, bitte -p0 oder -p1 verwenden."
"\\n"
-#: quilt/diff.in:266 quilt/files.in:105 quilt/mail.in:367
+#: quilt/diff.in:266 quilt/files.in:105 quilt/mail.in:368
msgid "Patch %s not applied before patch %s\\n"
msgstr "Patch %s ist nicht vor Patch %s angewandt\\n"
@@ -810,33 +810,33 @@ msgstr ""
"--to, --cc, --bcc\n"
"\tFüre einen Empfänger an die To, Cc, or Bcc-Kopfzeilen an.\n"
-#: quilt/mail.in:235
+#: quilt/mail.in:236
msgid "Could not determine the envelope sender address. Please use --sender."
msgstr ""
"Konnte die Envelope-Adresse nicht feststellen. Bitte verwenden Sie --sender."
-#: quilt/mail.in:397
+#: quilt/mail.in:398
msgid "Unable to extract a subject header from %s\\n"
msgstr "Konnte keine Subject-Kopfzeile aus %s extrahieren\\n"
-#: quilt/mail.in:420
+#: quilt/mail.in:421
msgid "Patches %s have duplicate subject headers.\\n"
msgstr "Die Patches %s haben die selben Subject-Kopfzeilen.\\n"
-#: quilt/mail.in:429
+#: quilt/mail.in:430
#, fuzzy
msgid "File %s does not exist\\n"
msgstr "Patch %s existiert nicht\\n"
-#: quilt/mail.in:486
+#: quilt/mail.in:502
msgid "Introduction has no subject header (saved as %s)\\n"
msgstr "Die Einleitung hat keine Subject-Kopfzeile (gespeichert als %s)\\n"
-#: quilt/mail.in:489
+#: quilt/mail.in:505
msgid "Introduction has no subject header\\n"
msgstr "Die Einleitung hat keine Subject-Kopfzeile\\n"
-#: quilt/mail.in:578
+#: quilt/mail.in:594
msgid "Introduction saved as %s\\n"
msgstr "Einleitung gespeichert als %s\\n"
@@ -848,7 +848,7 @@ msgstr "Verwendung: new {patchname}\\n"
msgid ""
"\n"
"Create a new patch with the specified file name, and insert it after the\n"
-"topmost patch in the patch series file.\n"
+"topmost patch.\n"
"\n"
"Quilt can be used in sub-directories of a source tree. It determines the\n"
"root of a source tree by searching for a %s directory above the\n"
@@ -858,7 +858,7 @@ msgid ""
msgstr ""
"\n"
"Erzeuge einen neuen Patch mit dem angegebenen Dateinamen, und fügt\n"
-"ihn nach dem obersten Patch in die series-Datei ein.\n"
+"ihn nach dem obersten Patch ein.\n"
"\n"
"Quilt kann aus Unterverzeichnissen eines Quellbaums heraus verwendet "
"werden.\n"
diff --git a/po/quilt.pot b/po/quilt.pot
index 0e118aa..8320067 100644
--- a/po/quilt.pot
+++ b/po/quilt.pot
@@ -206,7 +206,7 @@ msgstr ""
msgid "Cannot diff patches with -p%s, please specify -p0 or -p1 instead\\n"
msgstr ""
-#: quilt/diff.in:266 quilt/files.in:105 quilt/mail.in:367
+#: quilt/diff.in:266 quilt/files.in:105 quilt/mail.in:368
msgid "Patch %s not applied before patch %s\\n"
msgstr ""
@@ -524,31 +524,31 @@ msgid ""
"\tAdd the appropriate headers to reply to the specified message.\n"
msgstr ""
-#: quilt/mail.in:235
+#: quilt/mail.in:236
msgid "Could not determine the envelope sender address. Please use --sender."
msgstr ""
-#: quilt/mail.in:397
+#: quilt/mail.in:398
msgid "Unable to extract a subject header from %s\\n"
msgstr ""
-#: quilt/mail.in:420
+#: quilt/mail.in:421
msgid "Patches %s have duplicate subject headers.\\n"
msgstr ""
-#: quilt/mail.in:429
+#: quilt/mail.in:430
msgid "File %s does not exist\\n"
msgstr ""
-#: quilt/mail.in:486
+#: quilt/mail.in:502
msgid "Introduction has no subject header (saved as %s)\\n"
msgstr ""
-#: quilt/mail.in:489
+#: quilt/mail.in:505
msgid "Introduction has no subject header\\n"
msgstr ""
-#: quilt/mail.in:578
+#: quilt/mail.in:594
msgid "Introduction saved as %s\\n"
msgstr ""
@@ -560,7 +560,7 @@ msgstr ""
msgid ""
"\n"
"Create a new patch with the specified file name, and insert it after the\n"
-"topmost patch in the patch series file.\n"
+"topmost patch.\n"
"\n"
"Quilt can be used in sub-directories of a source tree. It determines the\n"
"root of a source tree by searching for a %s directory above the\n"
diff --git a/quilt/new.in b/quilt/new.in
index b48dc24..5741534 100644
--- a/quilt/new.in
+++ b/quilt/new.in
@@ -24,7 +24,7 @@ usage()
then
printf $"
Create a new patch with the specified file name, and insert it after the
-topmost patch in the patch series file.
+topmost patch.
Quilt can be used in sub-directories of a source tree. It determines the
root of a source tree by searching for a %s directory above the