summaryrefslogtreecommitdiffstats
path: root/po/de.po
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-08-11 12:32:14 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-08-11 12:32:14 +0000
commit30870bd7cd1daa0c3a68df5e8f08c1c44542d70d (patch)
tree2069c0539d971756b5aedb69e54a114ae78d8e90 /po/de.po
parent09e39e03953b7e5e94f74e56258606d8df959874 (diff)
downloadquilt-30870bd7cd1daa0c3a68df5e8f08c1c44542d70d.tar.gz
- Merge improvement to files command from Dean Roehrich: Allow to
list all files modified, or all files modified by a range of patches. - Fix pop command help.
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po46
1 files changed, 25 insertions, 21 deletions
diff --git a/po/de.po b/po/de.po
index 58d8bcb..4ebe289 100644
--- a/po/de.po
+++ b/po/de.po
@@ -65,20 +65,19 @@ msgstr ""
"\tPatch, zu dem die Dateien hinzugefügt werden sollen.\n"
#: ../quilt/add.in:54 ../quilt/applied.in:62 ../quilt/delete.in:76
-#: ../quilt/diff.in:148 ../quilt/diff.in:159 ../quilt/files.in:69
-#: ../quilt/next.in:62 ../quilt/pop.in:129 ../quilt/previous.in:62
-#: ../quilt/push.in:145 ../quilt/refresh.in:129 ../quilt/remove.in:53
-#: ../quilt/unapplied.in:62
+#: ../quilt/diff.in:148 ../quilt/diff.in:159 ../quilt/next.in:62
+#: ../quilt/pop.in:129 ../quilt/previous.in:62 ../quilt/push.in:145
+#: ../quilt/refresh.in:129 ../quilt/remove.in:53 ../quilt/unapplied.in:62
msgid "Patch %s is not in series\\n"
msgstr "Patch %s ist nicht in der series-Datei enthalten\\n"
-#: ../quilt/add.in:75 ../quilt/diff.in:221 ../quilt/files.in:89
-#: ../quilt/pop.in:150 ../quilt/refresh.in:135 ../quilt/remove.in:74
+#: ../quilt/add.in:75 ../quilt/diff.in:221 ../quilt/pop.in:150
+#: ../quilt/refresh.in:135 ../quilt/remove.in:74
msgid "Patch %s is not applied\\n"
msgstr "Patch %s ist nicht angewandt\\n"
#: ../quilt/add.in:82 ../quilt/delete.in:68 ../quilt/diff.in:229
-#: ../quilt/files.in:76 ../quilt/fold.in:79 ../quilt/fork.in:65
+#: ../quilt/files.in:103 ../quilt/fold.in:79 ../quilt/fork.in:65
#: ../quilt/pop.in:185 ../quilt/push.in:182 ../quilt/push.in:221
#: ../quilt/refresh.in:143 ../quilt/remove.in:81
msgid "No patches applied\\n"
@@ -241,7 +240,7 @@ msgstr ""
"Kann kein Diff mit -p$opt_strip_level erzeugen, bitte -p0 oder -p1 verwenden."
"\\n"
-#: ../quilt/diff.in:275
+#: ../quilt/diff.in:275 ../quilt/files.in:122
msgid "Patch %s not applied before patch %s\\n"
msgstr "Patch %s ist nicht vor Patch %s angewandt\\n"
@@ -292,25 +291,30 @@ msgstr ""
"sie dann in \\$EDITOR (%s).\n"
#: ../quilt/files.in:22
-msgid "Usage: quilt files [-v] [patch]\\n"
-msgstr "Verwendung: quilt files [-v] [patch]\\n"
+msgid "Usage: quilt files [-v] [-a] [-l] [--combine patch] [patch]\\n"
+msgstr "Verwendung: quilt files [-v] [-a] [-l] [--combine patch] [patch]\\n"
#: ../quilt/files.in:25
msgid ""
"\n"
"Print the list of files that the topmost or specified patch changes.\n"
"\n"
+"-a\tList all files in all applied patches.\n"
+"\n"
+"-l\tAdd patch name to output.\n"
+"\n"
"-v\tVerbose, more user friendly output.\n"
-msgstr ""
"\n"
-"Gibt eine Liste der Dateien aus, die der oberste oder angegebene Patch\n"
-"beinhaltet.\n"
+"--combine patch\n"
+"\tCreate a listing for all patches between this patch and\n"
+"\tthe topmost applied patch. A patch name of \\\"-\\\" is equivalent\n"
+"\tto specifying the first applied patch.\n"
"\n"
-"-v\tAusführlichere, benutzerfreundliche Ausgabe.\n"
+msgstr ""
-#: ../quilt/files.in:85
-msgid "Patch %s is not applied (no verbose output)\\n"
-msgstr "Patch %s ist nicht angewandt (keine ausführliche Ausgabe)\\n"
+#: ../quilt/files.in:76 ../quilt/files.in:96
+msgid "Patch %s is not in series file\\n"
+msgstr "Patch %s ist nicht in der series-Datei enthalten\\n"
#: ../quilt/fold.in:22
msgid "Usage: quilt fold [-p strip-level]\\n"
@@ -502,10 +506,10 @@ msgid ""
"\n"
"Remove patch(es) from the stack of applied patches. Without options,\n"
"the topmost patch is removed. When a number is specified, remove the\n"
-"specified number of patches. When a patch name is specified, remove all\n"
-"patches up to and including the specified patch. Patch names may\n"
-"include the patches/ prefix, which means that filename completion can be\n"
-"used.\n"
+"specified number of patches. When a patch name is specified, remove\n"
+"patches until the specified patch end up on top of the stack. Patch\n"
+"names may include the patches/ prefix, which means that filename\n"
+"completion can be used.\n"
"\n"
"-a\tRemove all applied patches.\n"
"\n"