#: bin/quilt.in:32 msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..." msgstr "" #: bin/quilt.in:33 msgid " quilt --version" msgstr "" #: bin/quilt.in:35 msgid "Commands are:" msgstr "" #: bin/quilt.in:40 msgid "" "\n" "Global options:\n" "\n" "--trace\n" "\tRuns the command in bash trace mode (-x). For internal debugging.\n" "\n" "--quiltrc file\n" "\tUse the specified configuration file instead of ~/.quiltrc (or\n" "\t/etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf\n" "\tdocumentation for details about its possible contents.\n" "\n" "--version\n" "\tPrint the version number and exit immediately." msgstr "" #: quilt/add.in:22 msgid "Usage: quilt add [-p patch] {file} ...\\n" msgstr "" #: quilt/add.in:25 msgid "" "\n" "Add one or more files to the topmost or named patch. Files must be\n" "added to the patch before being modified. Files that are modified by\n" "patches already applied on top of the specified patch cannot be added.\n" "\n" "-p patch\n" "\tPatch to add files to.\n" msgstr "" #: quilt/add.in:48 quilt/add.in:54 msgid "File \\`%s' is located below \\`%s'\\n" msgstr "" #: quilt/add.in:103 msgid "File %s is already in patch %s\\n" msgstr "" #: quilt/add.in:111 quilt/remove.in:82 msgid "File %s modified by patch %s\\n" msgstr "" #: quilt/add.in:119 msgid "Cannot add symbolic link %s\\n" msgstr "" #: quilt/add.in:126 msgid "Failed to back up file %s\\n" msgstr "" #: quilt/add.in:137 msgid "File %s added to patch %s\\n" msgstr "" #: quilt/annotate.in:22 msgid "Usage: quilt annotate [-p patch] {file}\\n" msgstr "" #: quilt/annotate.in:25 msgid "" "\n" "Print an annotated listing of the specified file showing which\n" "patches modify which lines. Only applied patches are included.\n" "\n" "-p patch\n" "\tStop checking for changes at the specified rather than the\n" "\ttopmost patch.\n" msgstr "" #: quilt/applied.in:22 msgid "Usage: quilt applied [patch]\\n" msgstr "" #: quilt/applied.in:25 msgid "" "\n" "Print a list of applied patches, or all patches up to and including the\n" "specified patch in the file series.\n" msgstr "" #: quilt/delete.in:22 msgid "Usage: quilt delete [-r] [--backup] [patch|-n]\\n" msgstr "" #: quilt/delete.in:25 msgid "" "\n" "Remove the specified or topmost patch from the series file. If the\n" "patch is applied, quilt will attempt to remove it first. (Only the\n" "topmost patch can be removed right now.)\n" "\n" "-n\tDelete the next patch after topmost, rather than the specified\n" "\tor topmost patch.\n" "\n" "-r\tRemove the deleted patch file from the patches directory as well.\n" "\n" "--backup\n" "\tRename the patch file to patch~ rather than deleting it.\n" "\tIgnored if not used with \\\"-r\\\".\n" msgstr "" #: quilt/delete.in:89 msgid "No next patch\\n" msgstr "" #: quilt/delete.in:95 quilt/scripts/patchfns.in:442 msgid "No patches in series\\n" msgstr "" #: quilt/delete.in:101 quilt/scripts/patchfns.in:539 msgid "Patch %s is currently applied\\n" msgstr "" #: quilt/delete.in:113 msgid "Removed patch %s\\n" msgstr "" #: quilt/delete.in:115 msgid "Failed to remove patch %s\\n" msgstr "" #: quilt/delete.in:126 msgid "Failed to backup patch file \\\"%s\\\"\\n" msgstr "" #: quilt/delete.in:133 msgid "Failed to remove patch file \\\"%s\\\"\\n" msgstr "" #: quilt/diff.in:24 msgid "" "Usage: quilt diff [-p n] [-u|-U num|-c|-C num] [--combine patch|-z] [-R] [-P " "patch] [--snapshot] [--diff=utility] [--no-timestamps] [--no-index] [--sort] " "[--color] [file ...]\\n" msgstr "" #: quilt/diff.in:28 msgid "" "\n" "Produces a diff of the specified file(s) in the topmost or specified\n" "patch. If no files are specified, all files that are modified are\n" "included.\n" "\n" "-p n\tCreate a -p n style patch (-p0 or -p1 are supported).\n" "\n" "-u, -U num, -c, -C num\n" "\tCreate a unified diff (-u, -U) with num lines of context. Create\n" "\ta context diff (-c, -C) with num lines of context. The number of\n" "\tcontext lines defaults to 3.\n" "\n" "--no-timestamps\n" "\tDo not include file timestamps in patch headers.\n" "\n" "--no-index\n" "\tDo not output Index: lines.\n" "\n" "-z\tWrite to standard output the changes that have been made\n" "\trelative to the topmost or specified patch.\n" "\n" "-R\tCreate a reverse diff.\n" "\n" "-P patch\n" "\tCreate a diff for the specified patch. (Defaults to the topmost\n" "\tpatch.)\n" "\n" "--combine patch\n" "\tCreate a combined diff for all patches between this patch and\n" "\tthe patch specified with -P. A patch name of \\\"-\\\" is equivalent\n" "\tto specifying the first applied patch.\n" "\n" "--snapshot\n" "\tDiff against snapshot (see \\`quilt snapshot -h').\n" "\n" "--diff=utility\n" "\tUse the specified utility for generating the diff. The utility\n" "\tis invoked with the original and new file name as arguments.\n" "\n" "--color[=always|auto|never]\n" "\tUse syntax coloring.\n" "\n" "--sort\tSort files by their name instead of preserving the original order.\n" msgstr "" #: quilt/diff.in:213 msgid "" "Options \\`--combine', \\`--snapshot', and \\`-z' cannot be combined.\\n" msgstr "" #: quilt/diff.in:225 msgid "Cannot diff patches with -p%s, please specify -p0 or -p1 instead\\n" msgstr "" #: quilt/diff.in:260 quilt/files.in:105 msgid "Patch %s not applied before patch %s\\n" msgstr "" #: quilt/diff.in:310 quilt/pop.in:98 msgid "Failed to copy files to temporary directory\\n" msgstr "" #: quilt/diff.in:334 quilt/pop.in:122 msgid "Failed to patch temporary files\\n" msgstr "" #: quilt/diff.in:353 msgid "File %s is not being modified\\n" msgstr "" #: quilt/diff.in:373 quilt/refresh.in:177 msgid "Diff failed, aborting\\n" msgstr "" #: quilt/diff.in:380 msgid "Warning: more recent patches modify files in patch %s\\n" msgstr "" #: quilt/edit.in:24 msgid "Usage: quilt edit file ...\\n" msgstr "" #: quilt/edit.in:27 msgid "" "\n" "Edit the specified file(s) in \\$EDITOR (%s) after adding it (them) to\n" "the topmost patch.\n" msgstr "" #: quilt/files.in:22 msgid "Usage: quilt files [-v] [-a] [-l] [--combine patch] [patch]\\n" msgstr "" #: 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" "\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" msgstr "" #: quilt/fold.in:22 msgid "Usage: quilt fold [-p strip-level]\\n" msgstr "" #: quilt/fold.in:25 msgid "" "\n" "Integrate the patch read from standard input into the topmost patch:\n" "After making sure that all files modified are part of the topmost\n" "patch, the patch is applied with the specified strip level (which\n" "defaults to 1).\n" "\n" "-p strip-level\n" "\tThe number of pathname components to strip from file names\n" "\twhen applying patchfile.\n" msgstr "" #: quilt/fold.in:112 msgid "File %s may be corrupted\\n" msgstr "" #: quilt/fork.in:22 msgid "Usage: quilt fork [new_name]\\n" msgstr "" #: quilt/fork.in:25 msgid "" "\n" "Fork the topmost patch. Forking a patch means creating a verbatim copy\n" "of it under a new name, and use that new name instead of the original\n" "one in the current series. This is useful when a patch has to be\n" "modified, but the original version of it should be preserved, e.g.\n" "because it is used in another series, or for the history. A typical\n" "sequence of commands would be: fork, edit, refresh.\n" "\n" "If new_name is missing, the name of the forked patch will be the current\n" "patch name, followed by \\\"-2\\\". If the patch name already ends in a\n" "dash-and-number, the number is further incremented (e.g., patch.diff,\n" "patch-2.diff, patch-3.diff).\n" msgstr "" #: quilt/fork.in:94 msgid "Patch %s exists already, please choose a new name\\n" msgstr "" #: quilt/fork.in:106 msgid "Fork of patch %s to patch %s failed\\n" msgstr "" #: quilt/fork.in:112 msgid "Fork of patch %s created as %s\\n" msgstr "" #: quilt/graph.in:22 msgid "" "Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] " "[-T ps] [patch]\\n" msgstr "" #: quilt/graph.in:26 msgid "" "\n" "Generate a dot(1) directed graph showing the dependencies between\n" "applied patches. A patch depends on another patch if both touch the same\n" "file or, with the --lines option, if their modifications overlap. Unless\n" "otherwise specified, the graph includes all patches that the topmost\n" "patch depends on.\n" "When a patch name is specified, instead of the topmost patch, create a\n" "graph for the specified patch. The graph will include all other patches\n" "that this patch depends on, as well as all patches that depend on this\n" "patch.\n" "\n" "--all\tGenerate a graph including all applied patches and their\n" "\tdependencies. (Unapplied patches are not included.)\n" "\n" "--reduce\n" "\tEliminate transitive edges from the graph.\n" "\n" "--lines[=num]\n" "\tCompute dependencies by looking at the lines the patches modify.\n" "\tUnless a different num is specified, two lines of context are\n" "\tincluded.\n" "\n" "--edge-labels=files\n" "\tLabel graph edges with the file names that the adjacent patches\n" "\tmodify.\n" "\n" "-T ps\tDirectly produce a PostScript output file.\n" msgstr "" #: quilt/grep.in:22 msgid "Usage: quilt grep [-h|options] {pattern}\\n" msgstr "" #: quilt/grep.in:25 msgid "" "\n" "Grep through the source files, recursively, skipping patches and quilt\n" "meta-information. If no filename argument is given, the whole source\n" "tree is searched. Please see the grep(1) manual page for options.\n" "\n" "-h\tPrint this help. The grep -h option can be passed after a\n" "\tdouble-dash (--). Search expressions that start with a dash\n" "\tcan be passed after a second double-dash (-- --).\n" msgstr "" #: quilt/header.in:24 msgid "" "Usage: quilt header [-a|-r|-e] [--backup] [--strip-diffstat] [--strip-" "trailing-whitespace] [patch]\\n" msgstr "" #: quilt/header.in:28 msgid "" "\n" "Print or change the header of the topmost or specified patch.\n" "\n" "-a, -r, -e\n" "\tAppend to (-a) or replace (-r) the exiting patch header, or\n" "\tedit (-e) the header in \\$EDITOR (%s). If none of these options is\n" "\tgiven, print the patch header.\n" "\n" "--strip-diffstat\n" "\tStrip diffstat output from the header.\n" "\n" "--strip-trailing-whitespace\n" "\tStrip trailing whitespace at the end of lines of the header.\n" "\n" "--backup\n" "\tCreate a backup copy of the old version of a patch as patch~.\n" msgstr "" #: quilt/header.in:167 msgid "Replaced header of patch %s\\n" msgstr "" #: quilt/header.in:170 msgid "Appended text to header of patch %s\\n" msgstr "" #: quilt/import.in:22 msgid "" "Usage: quilt import [-p num] [-n patch] [-f] [-d {o|a|n}] patchfile ...\\n" msgstr "" #: quilt/import.in:25 msgid "" "\n" "Import external patches. The patches will be inserted following the\n" "current top patch, and must be pushed after import to apply them.\n" "\n" "-p num\n" "\tNumber of directory levels to strip when applying (default=1)\n" "\n" "-n patch\n" "\tPatch filename to use inside quilt. This option can only be\n" "\tused when importing a single patch.\n" "\n" "-f\tOverwite/update existing patches.\n" "\n" "-d {o|a|n}\n" "\tWhen overwriting in existing patch, keep the old (o), all (a), or\n" "\tnew (n) patch header. If both patches include headers, this option\n" "\tmust be specified. This option is only effective when -f is used.\n" msgstr "" #: quilt/import.in:68 msgid "Patch headers differ:\\n" msgstr "" #: quilt/import.in:71 msgid "Please use -d {o|a|n} to specify which patch header(s) to keep.\\n" msgstr "" #: quilt/import.in:124 msgid "Option \\`-n' can only be used when importing a single patch\\n" msgstr "" #: quilt/import.in:144 msgid "Patch %s is applied\\n" msgstr "" #: quilt/import.in:153 msgid "Patch %s already exists in series.\\n" msgstr "" #: quilt/import.in:159 msgid "Patch %s exists. Replace with -f.\\n" msgstr "" #: quilt/import.in:170 msgid "Replacing patch %s with new version\\n" msgstr "" #: quilt/import.in:174 msgid "Importing patch %s\\n" msgstr "" #: quilt/import.in:176 msgid "Importing patch %s (stored as %s)\\n" msgstr "" #: quilt/import.in:186 msgid "Failed to import patch %s\\n" msgstr "" #: quilt/import.in:193 msgid "Failed to insert patch %s into file series\\n" msgstr "" #: quilt/mail.in:24 msgid "" "Usage: quilt mail {--mbox file|--send} [--sender ...] [--from ...] [--" "to ...] [--cc ...] [--bcc ...] [--subject ...]\\n" msgstr "" #: quilt/mail.in:27 msgid "" "\n" "Create mail messages from all patches in the series file, and either store\n" "them in a mailbox file, or send them immediately. The editor is opened\n" "with a template for the introductory message. Please see the file\n" "%s for details.\n" "\n" "--mbox file\n" "\tStore all messages in the specified file in mbox format. The mbox\n" "\tcan later be sent using formail, for example.\n" "\n" "--send\n" "\tSend the messages directly.\n" "\n" "--sender\n" "\tThe envelope sender address to use. The address must be of the form\n" "\t\\`\\`user@domain.name''. No display name is allowed.\n" "\n" "--from, --subject\n" "\tThe values for the From and Subject headers to use. If no --from\n" "\toption is given, the value of the --sender option is used.\n" "\n" "--to, --cc, --bcc\n" "\tAppend a recipient to the To, Cc, or Bcc header.\n" msgstr "" #: quilt/mail.in:145 msgid "Could not determine the envelope sender address. Please use --sender." msgstr "" #: quilt/new.in:22 msgid "Usage: quilt new {patchname}\\n" msgstr "" #: quilt/new.in:25 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" msgstr "" #: quilt/new.in:64 msgid "Patch %s exists already\\n" msgstr "" #: quilt/new.in:75 msgid "Failed to create patch %s\\n" msgstr "" #: quilt/new.in:78 msgid "Patch %s is now on top\\n" msgstr "" #: quilt/next.in:22 msgid "Usage: quilt next [patch]\\n" msgstr "" #: quilt/next.in:25 msgid "" "\n" "Print the name of the next patch after the specified or topmost patch in\n" "the series file.\n" msgstr "" #: quilt/patches.in:22 msgid "Usage: quilt patches {file}\\n" msgstr "" #: quilt/patches.in:25 msgid "" "\n" "Print the list of patches that modify the specified file. (Uses a\n" "heuristic to determine which files are modified by unapplied patches.\n" "Note that this heuristic is much slower than scanning applied patches.)\n" "\n" "-v\tVerbose, more user friendly output.\n" msgstr "" #: quilt/pop.in:22 msgid "Usage: quilt pop [-afRqv] [num|patch]\\n" msgstr "" #: quilt/pop.in:25 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\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" "-f\tForce remove. The state before the patch(es) were applied will\n" "\tbe restored from backup files.\n" "\n" "-R\tAlways verify if the patch removes cleanly; don't rely on\n" "\ttimestamp checks.\n" "\n" "-q\tQuiet operation.\n" "\n" "-v\tVerbose operation.\n" msgstr "" #: quilt/pop.in:140 msgid "Patch %s does not remove cleanly (refresh it or enforce with -f)\\n" msgstr "" #: quilt/pop.in:165 msgid "Patch %s appears to be empty, removing\\n" msgstr "" #: quilt/pop.in:169 msgid "Removing patch %s\\n" msgstr "" #: quilt/pop.in:240 msgid "Patch %s needs to be refreshed first.\\n" msgstr "" #: quilt/pop.in:250 msgid "No patch removed\\n" msgstr "" #: quilt/pop.in:266 quilt/scripts/patchfns.in:455 msgid "No patches applied\\n" msgstr "" #: quilt/pop.in:273 quilt/push.in:368 msgid "Now at patch %s\\n" msgstr "" #: quilt/previous.in:22 msgid "Usage: quilt previous [patch]\\n" msgstr "" #: quilt/previous.in:25 msgid "" "\n" "Print the name of the previous patch before the specified or topmost\n" "patch in the series file.\n" msgstr "" #: quilt/push.in:24 msgid "" "Usage: quilt push [-afqv] [--leave-rejects] [--interactive] [--color[=always|" "auto|never]] [num|patch]\\n" msgstr "" #: quilt/push.in:27 msgid "" "\n" "Apply patch(es) from the series file. Without options, the next patch\n" "in the series file is applied. When a number is specified, apply the\n" "specified number of patches. When a patch name is specified, apply\n" "all patches up to and including the specified patch. Patch names may\n" "include the patches/ prefix, which means that filename completion can\n" "be used.\n" "\n" "-a\tApply all patches in the series file.\n" "\n" "-f\tForce apply, even if the patch has rejects.\n" "\n" "-q\tQuiet operation.\n" "\n" "-v\tVerbose operation.\n" "\n" "--leave-rejects\n" "\tLeave around the reject files patch produced, even if the patch\n" "\tis not actually applied.\n" "\n" "--interactive\n" "\tAllow the patch utility to ask how to deal with conflicts. If\n" "\tthis option is not given, the -f option will be passed to the \n" "\tpatch program.\n" "\n" "--color[=always|auto|never]\n" "\tUse syntax coloring.\n" msgstr "" #: quilt/push.in:64 msgid "Interrupted by user; patch %s was not applied.\\n" msgstr "" #: quilt/push.in:177 msgid "Applying patch %s\\n" msgstr "" #: quilt/push.in:209 msgid "Patch %s does not exist; applied empty patch\\n" msgstr "" #: quilt/push.in:213 msgid "Patch %s appears to be empty; applied\\n" msgstr "" #: quilt/push.in:217 msgid "Applied patch %s (forced; needs refresh)\\n" msgstr "" #: quilt/push.in:226 msgid "Patch %s can be reverse-applied\\n" msgstr "" #: quilt/push.in:229 msgid "Patch %s does not apply (enforce with -f)\\n" msgstr "" #: quilt/push.in:348 msgid "The topmost patch %s needs to be refreshed first.\\n" msgstr "" #: quilt/refresh.in:22 msgid "" "Usage: quilt refresh [-p n] [-f] [--no-timestamps] [--no-index] [--diffstat] " "[--sort] [--backup] [--strip-trailing-whitespace] [patch]\\n" msgstr "" #: quilt/refresh.in:26 msgid "" "\n" "Refreshes the specified patch, or the topmost patch by default.\n" "Documentation that comes before the actual patch in the patch file is\n" "retained.\n" "\n" "It is possible to refresh patches that are not on top. If any patches\n" "on top of the patch to refresh modify the same files, the script aborts\n" "by default. Patches can still be refreshed with -f. In that case this\n" "script will print a warning for each shadowed file, changes by more\n" "recent patches will be ignored, and only changes in files that have not\n" "been modified by any more recent patches will end up in the specified\n" "patch.\n" "\n" "-p n\tCreate a -p n style patch (-p0 or -p1 supported).\n" "\n" "-u, -U num, -c, -C num\n" "\tCreate a unified diff (-u, -U) with num lines of context. Create\n" "\ta context diff (-c, -C) with num lines of context. The number of\n" "\tcontext lines defaults to 3.\n" "\n" "--no-timestamps\n" "\tDo not include file timestamps in patch headers.\n" "\n" "--no-index\n" "\tDo not output Index: lines.\n" "\n" "--diffstat\n" "\tAdd a diffstat section to the patch header, or replace the\n" "\texisting diffstat section.\n" "\n" "-f\tEnforce refreshing of a patch that is not on top.\n" "\n" "--backup\n" "\tCreate a backup copy of the old version of a patch as patch~.\n" "\n" "--sort\tSort files by their name instead of preserving the original order.\n" "\n" "--strip-trailing-whitespace\n" "\tStrip trailing whitespace at the end of lines.\n" msgstr "" #: quilt/refresh.in:149 msgid "Cannot refresh patches with -p%s, please specify -p0 or -p1 instead\\n" msgstr "" #: quilt/refresh.in:183 msgid "" "More recent patches modify files in patch %s. Enforce refresh with -f.\\n" msgstr "" #: quilt/refresh.in:189 msgid "" "Cannot use --strip-trailing-whitespace on a patch that has shadowed files.\\n" msgstr "" #: quilt/refresh.in:195 msgid "Nothing in patch %s\\n" msgstr "" #: quilt/refresh.in:272 msgid "Patch %s is unchanged\\n" msgstr "" #: quilt/refresh.in:277 msgid "Refreshed patch %s\\n" msgstr "" #: quilt/remove.in:22 msgid "Usage: quilt remove [-p patch] {file} ...\\n" msgstr "" #: quilt/remove.in:25 msgid "" "\n" "Remove one or more files from the topmost or named patch. Files that\n" "are modified by patches on top of the specified patch cannot be removed.\n" "\n" "-p patch\n" "\tPatch to remove files from.\n" msgstr "" #: quilt/remove.in:73 msgid "File %s is not in patch %s\\n" msgstr "" #: quilt/remove.in:91 msgid "Failed to remove file %s from patch %s\\n" msgstr "" #: quilt/remove.in:105 msgid "File %s removed from patch %s\\n" msgstr "" #: quilt/rename.in:22 msgid "Usage: quilt rename [-p patch] new_name\\n" msgstr "" #: quilt/rename.in:25 msgid "" "\n" "Rename the topmost or named patch.\n" "\n" "-p patch\n" "\tPatch to rename.\n" msgstr "" #: quilt/rename.in:84 msgid "Patch %s exists already, please choose a different name\\n" msgstr "" #: quilt/rename.in:98 msgid "Renaming of patch %s to %s failed\\n" msgstr "" #: quilt/rename.in:104 msgid "Patch %s renamed to %s\\n" msgstr "" #: quilt/scripts/edmail.in:81 #, perl-format msgid "Display name '%s' contains unpaired parentheses\n" msgstr "" #: quilt/scripts/edmail.in:85 #, perl-format msgid "Display name '%s' contains invalid characters\n" msgstr "" #: quilt/scripts/edmail.in:89 #, perl-format msgid "Display name '%s' contains non-printable or 8-bit characters\n" msgstr "" #: quilt/scripts/edmail.in:95 #, perl-format msgid "Delivery address '%s' is invalid\n" msgstr "" #: quilt/scripts/parse-patch.in:50 #, perl-format msgid "USAGE: %s {-s|-u} section file [< replacement]\n" msgstr "" #: quilt/scripts/parse-patch.in:97 quilt/scripts/parse-patch.in:104 #, perl-format msgid "File %s disappeared!\n" msgstr "" #: quilt/scripts/parse-patch.in:150 quilt/scripts/parse-patch.in:156 #, perl-format msgid "Failed to rename %s to %s: %s\n" msgstr "" #: quilt/scripts/patchfns.in:491 msgid "Patch %s is not in series\\n" msgstr "" #: quilt/scripts/patchfns.in:518 msgid "Patch %s is not applied\\n" msgstr "" #: quilt/scripts/patchfns.in:555 msgid "File series fully applied, ends at patch %s\\n" msgstr "" #: quilt/scripts/patchfns.in:577 msgid "Patch %s does not exist\\n" msgstr "" #: quilt/scripts/patchfns.in:830 msgid "" "The quilt meta-data in this tree has version %s, but this version of quilt " "can only handle meta-data formats up to and including version %s. Please pop " "all the patches using the version of quilt used to push them before " "downgrading.\\n" msgstr "" #: quilt/scripts/patchfns.in:915 msgid "" "The working tree was created by an older version of quilt. Please run 'quilt " "upgrade'.\\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:43 #, perl-format msgid "SYNOPSIS: %s [-p num] [-n] [patch]\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:65 #: quilt/scripts/remove-trailing-ws.in:92 #, perl-format msgid "%s: I'm confused.\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:113 #, perl-format msgid "Warning: trailing whitespace in line %s of %s\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:116 #, perl-format msgid "Warning: trailing whitespace in lines %s of %s\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:120 #, perl-format msgid "Removing trailing whitespace from line %s of %s\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:123 #, perl-format msgid "Removing trailing whitespace from lines %s of %s\n" msgstr "" #: quilt/scripts/remove-trailing-ws.in:143 #, perl-format msgid "Renaming %s to %s: %s\n" msgstr "" #: quilt/series.in:22 msgid "Usage: quilt series [-v]\\n" msgstr "" #: quilt/series.in:25 msgid "" "\n" "Print the names of all patches in the series file.\n" "\n" "-v\tVerbose, more user friendly output.\n" msgstr "" #: quilt/setup.in:27 msgid "Usage: quilt setup [-d path-prefix] [-v] {specfile|seriesfile}\\n" msgstr "" #: quilt/setup.in:30 msgid "" "\n" "Initializes a source tree from an rpm spec file or a quilt series file.\n" "\n" "-d\toptional path prefix (sub-directory).\n" "\n" "-v\tverbose debug output.\n" msgstr "" #: quilt/setup.in:96 msgid "Directory %s exists\\n" msgstr "" #: quilt/setup.in:102 msgid "File %s exists\\n" msgstr "" #: quilt/setup.in:118 msgid "The %%prep section of %s failed; results may be incomplete\\n" msgstr "" #: quilt/setup.in:121 msgid "The -v option will show rpm's output\\n" msgstr "" #: quilt/setup.in:155 msgid "Unpacking archive %s\\n" msgstr "" #: quilt/snapshot.in:22 msgid "Usage: quilt snapshot [-d]\\n" msgstr "" #: quilt/snapshot.in:25 msgid "" "\n" "Take a snapshot of the current working state. After taking the snapshot,\n" "the tree can be modified in the usual ways, including pushing and\n" "popping patches. A diff against the tree at the moment of the\n" "snapshot can be generated with \\`quilt diff --snapshot'.\n" "\n" "-d\tOnly remove current snapshot.\n" msgstr "" #: quilt/top.in:22 msgid "Usage: quilt top\\n" msgstr "" #: quilt/top.in:25 msgid "" "\n" "Print the name of the topmost patch on the current stack of applied\n" "patches.\n" msgstr "" #: quilt/unapplied.in:22 msgid "Usage: quilt unapplied [patch]\\n" msgstr "" #: quilt/unapplied.in:25 msgid "" "\n" "Print a list of patches that are not applied, or all patches that follow\n" "the specified patch in the series file.\n" msgstr "" #: quilt/upgrade.in:25 msgid "Usage: quilt upgrade\\n" msgstr "" #: quilt/upgrade.in:28 msgid "" "\n" "Upgrade the meta-data in a working tree from an old version of quilt to the\n" "current version. This command is only needed when the quilt meta-data " "format\n" "has changed, and the working tree still contains old-format meta-data. In " "that\n" "case, quilt will request to run \\`quilt upgrade'.\n" msgstr "" #: quilt/upgrade.in:67 msgid "" "The quilt meta-data in %s are already in the version %s format; nothing to do" "\\n" msgstr "" #: quilt/upgrade.in:71 msgid "Converting meta-data to version %s\\n" msgstr "" #: quilt/upgrade.in:102 msgid "Conversion failed\\n" msgstr "" #: quilt/upgrade.in:103 msgid "" "\n" "Please remove all patches using \\`quilt pop -a' from the quilt version used " "to create this working tree, or remove the %s directory and apply the " "patches from scratch.\\n" msgstr ""