📄 quilt.pot
字号:
#: bin/quilt.in:32msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."msgstr ""#: bin/quilt.in:33msgid " quilt --version"msgstr ""#: bin/quilt.in:35msgid "Commands are:"msgstr ""#: bin/quilt.in:40msgid """\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. The\n""\tspecial value \\\"-\\\" causes quilt not to read any configuration\n""\tfile.\n""\n""--version\n""\tPrint the version number and exit immediately."msgstr ""#: quilt/add.in:22msgid "Usage: quilt add [-P patch] {file} ...\\n"msgstr ""#: quilt/add.in:25msgid """\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:54msgid "File %s is located below %s\\n"msgstr ""#: quilt/add.in:103msgid "File %s is already in patch %s\\n"msgstr ""#: quilt/add.in:111 quilt/remove.in:82msgid "File %s modified by patch %s\\n"msgstr ""#: quilt/add.in:119msgid "Cannot add symbolic link %s\\n"msgstr ""#: quilt/add.in:126msgid "Failed to back up file %s\\n"msgstr ""#: quilt/add.in:137msgid "File %s added to patch %s\\n"msgstr ""#: quilt/annotate.in:22msgid "Usage: quilt annotate [-P patch] {file}\\n"msgstr ""#: quilt/annotate.in:25msgid """\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:22msgid "Usage: quilt applied [patch]\\n"msgstr ""#: quilt/applied.in:25msgid """\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:22msgid "Usage: quilt delete [-r] [--backup] [patch|-n]\\n"msgstr ""#: quilt/delete.in:25msgid """\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:89msgid "No next patch\\n"msgstr ""#: quilt/delete.in:102 quilt/scripts/patchfns.in:559msgid "Patch %s is currently applied\\n"msgstr ""#: quilt/delete.in:114msgid "Removed patch %s\\n"msgstr ""#: quilt/delete.in:116msgid "Failed to remove patch %s\\n"msgstr ""#: quilt/delete.in:127msgid "Failed to backup patch file %s\\n"msgstr ""#: quilt/delete.in:134msgid "Failed to remove patch file %s\\n"msgstr ""#: quilt/diff.in:24msgid """Usage: quilt diff [-p n|-p ab] [-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:28msgid """\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""-p ab\tCreate a -p1 style patch, but use a/file and b/file as the\n""\toriginal and new filenames instead of the default\n""\tdir.orig/file and dir/file names.\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:217msgid """Options \\`--combine', \\`--snapshot', and \\`-z' cannot be combined.\\n"msgstr ""#: quilt/diff.in:231msgid "Cannot diff patches with -p%s, please specify -p0 or -p1 instead\\n"msgstr ""#: quilt/diff.in:265 quilt/files.in:105msgid "Patch %s not applied before patch %s\\n"msgstr ""#: quilt/diff.in:315 quilt/pop.in:98msgid "Failed to copy files to temporary directory\\n"msgstr ""#: quilt/diff.in:339 quilt/pop.in:122msgid "Failed to patch temporary files\\n"msgstr ""#: quilt/diff.in:358msgid "File %s is not being modified\\n"msgstr ""#: quilt/diff.in:378 quilt/refresh.in:188msgid "Diff failed, aborting\\n"msgstr ""#: quilt/diff.in:385msgid "Warning: more recent patches modify files in patch %s\\n"msgstr ""#: quilt/edit.in:24msgid "Usage: quilt edit file ...\\n"msgstr ""#: quilt/edit.in:27msgid """\n""Edit the specified file(s) in \\$EDITOR (%s) after adding it (them) to\n""the topmost patch.\n"msgstr ""#: quilt/files.in:22msgid "Usage: quilt files [-v] [-a] [-l] [--combine patch] [patch]\\n"msgstr ""#: quilt/files.in:25msgid """\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 or specified patch. A patch name of \\`-' is\n""\tequivalent to specifying the first applied patch.\n""\n"msgstr ""#: quilt/fold.in:22msgid "Usage: quilt fold [-p strip-level]\\n"msgstr ""#: quilt/fold.in:25msgid """\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:112msgid "File %s may be corrupted\\n"msgstr ""#: quilt/fork.in:22msgid "Usage: quilt fork [new_name]\\n"msgstr ""#: quilt/fork.in:25msgid """\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:88msgid "Patch %s exists already, please choose a new name\\n"msgstr ""#: quilt/fork.in:100msgid "Fork of patch %s to patch %s failed\\n"msgstr ""#: quilt/fork.in:106msgid "Fork of patch %s created as %s\\n"msgstr ""#: quilt/graph.in:22msgid """Usage: quilt graph [--all] [--reduce] [--lines[=num]] [--edge-labels=files] ""[-T ps] [patch]\\n"msgstr ""#: quilt/graph.in:26msgid """\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:22msgid "Usage: quilt grep [-h|options] {pattern}\\n"msgstr ""#: quilt/grep.in:25msgid """\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:24msgid """Usage: quilt header [-a|-r|-e] [--backup] [--strip-diffstat] [--strip-""trailing-whitespace] [patch]\\n"msgstr ""#: quilt/header.in:28msgid """\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:167msgid "Replaced header of patch %s\\n"msgstr ""#: quilt/header.in:170msgid "Appended text to header of patch %s\\n"msgstr ""#: quilt/import.in:22msgid """Usage: quilt import [-p num] [-P patch] [-f] [-d {o|a|n}] patchfile ...\\n"msgstr ""#: quilt/import.in:25msgid """\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""-P 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:68msgid "Patch headers differ:\\n"msgstr ""#: quilt/import.in:71msgid "Please use -d {o|a|n} to specify which patch header(s) to keep.\\n"msgstr ""#: quilt/import.in:133msgid "Option \\`-P' can only be used when importing a single patch\\n"msgstr ""#: quilt/import.in:153msgid "Patch %s is applied\\n"msgstr ""#: quilt/import.in:162msgid "Patch %s already exists in series.\\n"msgstr ""#: quilt/import.in:168msgid "Patch %s exists. Replace with -f.\\n"msgstr ""#: quilt/import.in:179msgid "Replacing patch %s with new version\\n"msgstr ""#: quilt/import.in:183msgid "Importing patch %s\\n"msgstr ""#: quilt/import.in:185msgid "Importing patch %s (stored as %s)\\n"msgstr ""#: quilt/import.in:198msgid "Failed to import patch %s\\n"msgstr ""#: quilt/import.in:207msgid "Failed to insert patch %s into file series\\n"msgstr ""#: quilt/mail.in:24msgid """Usage: quilt mail {--mbox file|--send} [-m text] [--prefix prefix] [--""sender ...] [--from ...] [--to ...] [--cc ...] [--bcc ...] [--subject ...]\\n"msgstr ""#: quilt/mail.in:27msgid """\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 introduction. Please see %s for details.\n""\n""-m text\n""\tText to use as the text in the introduction. When this option is\n""\tused, the editor will not be invoked, and the patches will be\n""\tprocessed immediately.\n""\n""--prefix prefix\n""\tUse an alternate prefix in the bracketed part of the subjects\n""\tgenerated. Defaults to \\`patch'.\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:166msgid "Could not determine the envelope sender address. Please use --sender."msgstr ""#: quilt/mail.in:304msgid "Unable to extract a subject header from %s\\n"msgstr ""#: quilt/mail.in:327msgid "Patches %s have duplicate subject headers.\\n"msgstr ""#: quilt/mail.in:369msgid "Introduction has no subject header (saved as %s)\\n"msgstr ""#: quilt/mail.in:372msgid "Introduction has no subject header\\n"msgstr ""#: quilt/mail.in:462msgid "Introduction saved as %s\\n"msgstr ""#: quilt/new.in:22msgid "Usage: quilt new {patchname}\\n"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -