From 09e39e03953b7e5e94f74e56258606d8df959874 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 11 Aug 2004 07:28:31 +0000 Subject: - Working in sub-directories: `quilt new' so far did always create patches in the current directory, even if the current directory appeared to be a sub-directory of the working tree. This was confusing for several people now. Make `quilt new' behave like all other commands, and thus allow it to be used from within sub-directories. --- po/de.po | 12 +++++------- po/fr.po | 8 ++------ po/quilt.pot | 8 ++------ 3 files changed, 9 insertions(+), 19 deletions(-) (limited to 'po') diff --git a/po/de.po b/po/de.po index 9266dbb..58d8bcb 100644 --- a/po/de.po +++ b/po/de.po @@ -448,18 +448,14 @@ msgstr "" "ihn nach dem obersten Patch in die series-Datei ein.\n" #: ../quilt/new.in:64 -msgid "Warning: directory %s exists; ignoring\\n" -msgstr "Warnung: Verzeichnis %s existiert; ignoriere\\n" - -#: ../quilt/new.in:72 msgid "Patch %s exists already\\n" msgstr "Patch %s existiert bereits\\n" -#: ../quilt/new.in:83 +#: ../quilt/new.in:75 msgid "Failed to create patch %s\\n" msgstr "Konnte Patch %s nicht erzeugen\\n" -#: ../quilt/new.in:86 +#: ../quilt/new.in:78 msgid "Patch %s is now on top\\n" msgstr "Der oberste Patch ist jetzt %s\\n" @@ -988,7 +984,9 @@ msgstr "Verwendung: %s [-fRq] patchname\\n" #: ../scripts/rpatch.in:100 msgid "Patch %s does not remove cleanly (refresh it or enforce with -f)\\n" -msgstr "Patch %s kann nicht entfernt werden (Patch auffrischen oder Entfernen erzwingen mit -f)\\n" +msgstr "" +"Patch %s kann nicht entfernt werden (Patch auffrischen oder Entfernen " +"erzwingen mit -f)\\n" #: ../scripts/rpatch.in:123 msgid "Removing patch %s\\n" diff --git a/po/fr.po b/po/fr.po index 81ce046..2705d6c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -457,18 +457,14 @@ msgstr "" "au sommet dans le fichier de série.\n" #: ../quilt/new.in:64 -msgid "Warning: directory %s exists; ignoring\\n" -msgstr "Avertissement : le repertoire %s existe; ignoré\\n" - -#: ../quilt/new.in:72 msgid "Patch %s exists already\\n" msgstr "Le patch %s existe déjà\\n" -#: ../quilt/new.in:83 +#: ../quilt/new.in:75 msgid "Failed to create patch %s\\n" msgstr "Impossible de crée le patch %s\\n" -#: ../quilt/new.in:86 +#: ../quilt/new.in:78 msgid "Patch %s is now on top\\n" msgstr "Le patch %s est maintenant au sommet\\n" diff --git a/po/quilt.pot b/po/quilt.pot index c95e75e..1f815e3 100644 --- a/po/quilt.pot +++ b/po/quilt.pot @@ -329,18 +329,14 @@ msgid "" msgstr "" #: ../quilt/new.in:64 -msgid "Warning: directory %s exists; ignoring\\n" -msgstr "" - -#: ../quilt/new.in:72 msgid "Patch %s exists already\\n" msgstr "" -#: ../quilt/new.in:83 +#: ../quilt/new.in:75 msgid "Failed to create patch %s\\n" msgstr "" -#: ../quilt/new.in:86 +#: ../quilt/new.in:78 msgid "Patch %s is now on top\\n" msgstr "" -- cgit