Translations by Luke Hollins

Luke Hollins has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 154 results
1.
Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ...
2010-07-22
Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ...
2.
quilt --version
2010-07-22
quilt --version
3.
Commands are:
2010-07-22
Commands are:
4.
Global options: --trace Runs the command in bash trace mode (-x). For internal debugging. --quiltrc file Use the specified configuration file instead of ~/.quiltrc (or /etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf documentation for details about its possible contents. --version Print the version number and exit immediately.
2010-07-22
Global options: --trace Runs the command in bash trace mode (-x). For internal debugging. --quiltrc file Use the specified configuration file instead of ~/.quiltrc (or /etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf documentation for details about its possible contents. --version Print the version number and exit immediately.
5.
Usage: quilt add [-p patch] {file} ...\n
2010-07-22
Usage: quilt add [-p patch] {file} ...\n
6.
Add one or more files to the topmost or named patch. Files must be added to the patch before being modified. Files that are modified by patches already applied on top of the specified patch cannot be added. -p patch Patch to add files to.
2010-07-22
Add one or more files to the topmost or named patch. Files must be added to the patch before being modified. Files that are modified by patches already applied on top of the specified patch cannot be added. -p patch Patch to add files to.
7.
File \`%s' is located below \`%s'\n
2010-07-22
File \`%s' is located below \`%s'\n
8.
Patch %s is not in series\n
2010-07-22
Patch %s is not in series\n
9.
Patch %s is not applied\n
2010-07-22
Patch %s is not applied\n
10.
No patches applied\n
2010-07-22
No patches applied\n
11.
File %s is already in patch %s\n
2010-07-22
File %s is already in patch %s\n
12.
File %s modified by patch %s\n
2010-07-22
File %s modified by patch %s\n
13.
Cannot add symbolic link %s\n
2010-07-22
Cannot add symbolic link %s\n
14.
Failed to back up file %s\n
2010-07-22
Failed to back up file %s\n
15.
File %s added to patch %s\n
2010-07-22
File %s added to patch %s\n
16.
Usage: quilt annotate {file}\n
2010-07-22
Usage: quilt annotate {file}\n
17.
Print an annotated listing of the specified file showing which patches modify which lines.
2010-07-22
Print an annotated listing of the specified file showing which patches modify which lines.
18.
Usage: quilt applied [patch]\n
2010-07-22
Usage: quilt applied [patch]\n
19.
Print a list of applied patches, or all patches up to and including the specified patch in the file series.
2010-07-22
Print a list of applied patches, or all patches up to and including the specified patch in the file series.
20.
Patch is not applied\n
2010-07-22
Patch is not applied\n
21.
Usage: quilt delete [patch | -n]\n
2010-07-22
Usage: quilt delete [patch | -n]\n
22.
Remove the specified or topmost patch from the series file. If the patch is applied, quilt will attempt to remove it first. (Only the topmost patch can be removed right now.) -n Delete the next patch after topmost, rather than the specified or topmost patch.
2010-07-22
Remove the specified or topmost patch from the series file. If the patch is applied, quilt will attempt to remove it first. (Only the topmost patch can be removed right now.) -n Delete the next patch after topmost, rather than the specified or topmost patch.
23.
No next patch\n
2010-07-22
No next patch\n
24.
Patch %s is currently applied\n
2010-07-22
Patch %s is currently applied\n
25.
Removed patch %s\n
2010-07-22
Removed patch %s\n
26.
Failed to remove patch %s\n
2010-07-22
Failed to remove patch %s\n
27.
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
2010-07-22
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
28.
Produces a diff of the specified file(s) in the topmost or specified patch. If no files are specified, all files that are modified are included. -p n Create a -p n style patch (-p0 or -p1 are supported). -u, -U num, -c, -C num Create a unified diff (-u, -U) with num lines of context. Create a context diff (-c, -C) with num lines of context. The number of context lines defaults to 3. --no-timestamps Do not include file timestamps in patch headers. --no-index Do not output Index: lines. -z Write to standard output the changes that have been made relative to the topmost or specified patch. -R Create a reverse diff. -P patch Create a diff for the specified patch. (Defaults to the topmost patch.) --combine patch Create a combined diff for all patches between this patch and the patch specified with -P. A patch name of \"-\" is equivalent to specifying the first applied patch. --snapshot Diff against snapshot (see \`quilt snapshot -h'). --diff=utility Use the specified utility for generating the diff. The utility is invoked with the original and new file name as arguments. --color[=always|auto|never] Use syntax coloring. --sort Sort files by their name instead of preserving the original order.
2010-07-22
Produces a diff of the specified file(s) in the topmost or specified patch. If no files are specified, all files that are modified are included. -p n Create a -p n style patch (-p0 or -p1 are supported). -u, -U num, -c, -C num Create a unified diff (-u, -U) with num lines of context. Create a context diff (-c, -C) with num lines of context. The number of context lines defaults to 3. --no-timestamps Do not include file timestamps in patch headers. --no-index Do not output Index: lines. -z Write to standard output the changes that have been made relative to the topmost or specified patch. -R Create a reverse diff. -P patch Create a diff for the specified patch. (Defaults to the topmost patch.) --combine patch Create a combined diff for all patches between this patch and the patch specified with -P. A patch name of \"-\" is equivalent to specifying the first applied patch. --snapshot Diff against snapshot (see \`quilt snapshot -h'). --diff=utility Use the specified utility for generating the diff. The utility is invoked with the original and new file name as arguments. --color[=always|auto|never] Use syntax colouring. --sort Sort files by their name instead of preserving the original order.
29.
Options \`-c patch', \`--snapshot', and \`-z' cannot be combined.\n
2010-07-22
Options \`-c patch', \`--snapshot', and \`-z' cannot be combined.\n
30.
Cannot diff patches with -p%s, please specify -p0 or -p1 instead\n
2010-07-22
Cannot diff patches with -p%s, please specify -p0 or -p1 instead\n
31.
Patch %s not applied before patch %s\n
2010-07-22
Patch %s not applied before patch %s\n
32.
Failed to copy files to temporary directory\n
2010-07-22
Failed to copy files to temporary directory\n
33.
Failed to patch temporary files\n
2010-07-22
Failed to patch temporary files\n
34.
File %s is not being modified\n
2010-07-22
File %s is not being modified\n
35.
Diff failed, aborting\n
2010-07-22
Diff failed, aborting\n
36.
More recent patches modify files in patch %s\n
2010-07-22
More recent patches modify files in patch %s\n
37.
Usage: quilt edit file ...\n
2010-07-22
Usage: quilt edit file ...\n
38.
Edit the specified file(s) in \$EDITOR (%s) after adding it (them) to the topmost patch.
2010-07-22
Edit the specified file(s) in \$EDITOR (%s) after adding it (them) to the topmost patch.
39.
Usage: quilt files [-v] [-a] [-l] [--combine patch] [patch]\n
2010-07-22
Usage: quilt files [-v] [-a] [-l] [--combine patch] [patch]\n
40.
Print the list of files that the topmost or specified patch changes. -a List all files in all applied patches. -l Add patch name to output. -v Verbose, more user friendly output. --combine patch Create a listing for all patches between this patch and the topmost applied patch. A patch name of \"-\" is equivalent to specifying the first applied patch.
2010-07-22
Print the list of files that the topmost or specified patch changes. -a List all files in all applied patches. -l Add patch name to output. -v Verbose, more user friendly output. --combine patch Create a listing for all patches between this patch and the topmost applied patch. A patch name of \"-\" is equivalent to specifying the first applied patch.
41.
Patch %s is not in series file\n
2010-07-22
Patch %s is not in series file\n
42.
Usage: quilt fold [-p strip-level]\n
2010-07-22
Usage: quilt fold [-p strip-level]\n
43.
Integrate the patch read from standard input into the topmost patch: After making sure that all files modified are part of the topmost patch, the patch is applied with the specified strip level (which defaults to 1). -p strip-level The number of pathname components to strip from file names when applying patchfile.
2010-07-22
Integrate the patch read from standard input into the topmost patch: After making sure that all files modified are part of the topmost patch, the patch is applied with the specified strip level (which defaults to 1). -p strip-level The number of pathname components to strip from file names when applying patchfile.
44.
File %s may be corrupted\n
2010-07-22
File %s may be corrupted\n
45.
Usage: quilt fork [new_name]\n
2010-07-22
Usage: quilt fork [new_name]\n
46.
Fork the topmost patch. Forking a patch means creating a verbatim copy of it under a new name, and use that new name instead of the original one in the current series. This is useful when a patch has to be modified, but the original version of it should be preserved, e.g. because it is used in another series, or for the history. A typical sequence of commands would be: fork, edit, refresh. If new_name is missing, the name of the forked patch will be the current patch name, followed by \"-2\". If the patch name already ends in a dash-and-number, the number is further incremented (e.g., patch.diff, patch-2.diff, patch-3.diff).
2010-07-22
Fork the topmost patch. Forking a patch means creating a verbatim copy of it under a new name, and use that new name instead of the original one in the current series. This is useful when a patch has to be modified, but the original version of it should be preserved, e.g. because it is used in another series, or for the history. A typical sequence of commands would be: fork, edit, refresh. If new_name is missing, the name of the forked patch will be the current patch name, followed by \"-2\". If the patch name already ends in a dash-and-number, the number is further incremented (e.g., patch.diff, patch-2.diff, patch-3.diff).
47.
Patch %s exists already, please choose a new name\n
2010-07-22
Patch %s exists already, please choose a new name\n
48.
Fork of patch %s to patch %s failed\n
2010-07-22
Fork of patch %s to patch %s failed\n
49.
Fork of patch %s created as %s\n
2010-07-22
Fork of patch %s created as %s\n
50.
Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] [patch]\n
2010-07-22
Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] [patch]\n