#: ../bin/quilt.in:23 msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..." msgstr "" #: ../bin/quilt.in:25 msgid "Commands are:" msgstr "" #: ../bin/quilt.in:30 msgid "" "\n" "Common options to all commands:\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 is missing). See the pdf\n" "\tdocumentation for details about its possible content." 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:54 ../quilt/applied.in:62 ../quilt/delete.in:76 #: ../quilt/diff.in:148 ../quilt/diff.in:159 ../quilt/next.in:62 #: ../quilt/pop.in:237 ../quilt/previous.in:62 ../quilt/push.in:272 #: ../quilt/refresh.in:129 ../quilt/remove.in:53 ../quilt/unapplied.in:62 msgid "Patch %s is not in series\\n" msgstr "" #: ../quilt/add.in:75 ../quilt/diff.in:221 ../quilt/pop.in:252 #: ../quilt/refresh.in:135 ../quilt/remove.in:74 msgid "Patch %s is not applied\\n" msgstr "" #: ../quilt/add.in:82 ../quilt/delete.in:68 ../quilt/diff.in:229 #: ../quilt/files.in:103 ../quilt/fold.in:79 ../quilt/fork.in:65 #: ../quilt/pop.in:286 ../quilt/push.in:310 ../quilt/refresh.in:143 #: ../quilt/remove.in:81 msgid "No patches applied\\n" msgstr "" #: ../quilt/add.in:92 msgid "File %s is already in patch %s\\n" msgstr "" #: ../quilt/add.in:100 ../quilt/remove.in:100 msgid "File %s modified by patch %s\\n" msgstr "" #: ../quilt/add.in:108 msgid "Failed to back up file %s\\n" msgstr "" #: ../quilt/add.in:119 msgid "File %s added to patch %s\\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/applied.in:67 msgid "Patch is not applied\\n" msgstr "" #: ../quilt/delete.in:22 msgid "Usage: quilt delete [patch]\\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" msgstr "" #: ../quilt/delete.in:85 msgid "Patch %s is currently applied\\n" msgstr "" #: ../quilt/delete.in:92 msgid "Failed to remove patch %s\\n" msgstr "" #: ../quilt/diff.in:22 msgid "" "Usage: quilt diff [-p n] [-u|-U num|-c|-C num] [--combine patch|-z] [-R] [-P " "patch] [--snapshot] [--diff=utility] [--color] [file ...]\\n" msgstr "" #: ../quilt/diff.in:26 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" "-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 agains 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" msgstr "" #: ../quilt/diff.in:213 msgid "Options \\`-c patch', \\`--snapshot', and \\`-z' cannot be combined.\\n" msgstr "" #: ../quilt/diff.in:240 msgid "Cannot diff patches with -p%s, please specify -p0 or -p1 instead\\n" msgstr "" #: ../quilt/diff.in:275 ../quilt/files.in:122 msgid "Patch %s not applied before patch %s\\n" msgstr "" #: ../quilt/diff.in:311 msgid "Cannot change into directory %s\\n" msgstr "" #: ../quilt/diff.in:318 ../quilt/pop.in:115 msgid "Failed to copy files to temporary directory\\n" msgstr "" #: ../quilt/diff.in:329 msgid "Cannot change to temporary directory\\n" msgstr "" #: ../quilt/diff.in:348 ../quilt/pop.in:138 msgid "Failed to patch temporary files\\n" msgstr "" #: ../quilt/diff.in:354 msgid "Cannot change to source directory\\n" msgstr "" #: ../quilt/diff.in:372 msgid "File %s is not being modified\\n" msgstr "" #: ../quilt/diff.in:392 ../quilt/refresh.in:175 msgid "Diff failed, aborting\\n" msgstr "" #: ../quilt/diff.in:399 msgid "More recent patches modify files in patch %s\\n" msgstr "" #: ../quilt/edit.in:13 msgid "Usage: quilt edit file ...\\n" msgstr "" #: ../quilt/edit.in:16 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/files.in:76 ../quilt/files.in:96 msgid "Patch %s is not in series file\\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:115 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. If new_name is missing, the name of the\n" "forked patch will be the current patch name, followed by \\\"-2\\\".\n" "If the patch name already ends in a dash-and-number, the number is\n" "further incremented (e.g., patch.diff, patch-2.diff, patch-3.diff).\n" msgstr "" #: ../quilt/fork.in:92 msgid "Patch %s exists already, please choose a new name\\n" msgstr "" #: ../quilt/fork.in:104 msgid "Fork of patch %s to patch %s failed\\n" msgstr "" #: ../quilt/fork.in:110 msgid "Fork of patch %s created as %s\\n" msgstr "" #: ../quilt/import.in:22 msgid "Usage: quilt import [-f] [-p num] [-n patch] patchfile ...\\n" msgstr "" #: ../quilt/import.in:25 msgid "" "\n" "Import external patches.\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" msgstr "" #: ../quilt/import.in:74 msgid "Option \\`-n' can only be used when importing a single patch\\n" msgstr "" #: ../quilt/import.in:92 msgid "Patch %s is applied\\n" msgstr "" #: ../quilt/import.in:100 msgid "Patch %s exists. Replace with -f.\\n" msgstr "" #: ../quilt/import.in:104 msgid "Replacing patch %s with new version\\n" msgstr "" #: ../quilt/import.in:107 msgid "Importing patch %s (stored as %s)\\n" msgstr "" #: ../quilt/import.in:115 msgid "Failed to import patch %s\\n" msgstr "" #: ../quilt/import.in:122 msgid "Failed to insert patch %s into file series\\n" 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\tRemove the patch with \\`patch -R' and check if the patch reverts\n" "\tall changes properly.\n" "\n" "-q\tQuiet operation.\n" "\n" "-v\tVerbose operation.\n" msgstr "" #: ../quilt/pop.in:153 msgid "Patch %s does not remove cleanly (refresh it or enforce with -f)\\n" msgstr "" #: ../quilt/pop.in:176 msgid "Removing patch %s\\n" msgstr "" #: ../quilt/pop.in:260 msgid "Patch %s needs to be refreshed first.\\n" msgstr "" #: ../quilt/pop.in:270 msgid "No patch removed\\n" msgstr "" #: ../quilt/pop.in:293 ../quilt/push.in:328 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:22 msgid "Usage: quilt push [-afqv] [--leave-rejects] [num|patch]\\n" msgstr "" #: ../quilt/push.in:25 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 option -f will be passed to the \n" "\tpatch program.\n" msgstr "" #: ../quilt/push.in:59 msgid "Interrupted by user; patch %s was not applied.\\n" msgstr "" #: ../quilt/push.in:71 msgid "Patch %s appears to be empty\\n" msgstr "" #: ../quilt/push.in:135 msgid "Applying patch %s\\n" msgstr "" #: ../quilt/push.in:166 msgid "Patch %s appears to be empty, applied\\n" msgstr "" #: ../quilt/push.in:170 msgid "Applied patch %s (forced; needs refresh)\\n" msgstr "" #: ../quilt/push.in:175 msgid "Patch %s does not apply (enforce with -f)\\n" msgstr "" #: ../quilt/push.in:214 msgid "Patch %s not found in file series\\n" msgstr "" #: ../quilt/push.in:289 msgid "Patch %s is already applied\\n" msgstr "" #: ../quilt/push.in:298 msgid "The topmost patch %s needs to be refreshed first.\\n" msgstr "" #: ../quilt/push.in:312 msgid "File series fully applied, ends at patch %s\\n" msgstr "" #: ../quilt/refresh.in:22 msgid "" "Usage: quilt refresh [-p n] [-f] [--no-timestamps] [--diffstat] [--backup] " "[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" "\t\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" msgstr "" #: ../quilt/refresh.in:154 msgid "Cannot refresh patches with -p%s, please specify -p0 or -p1 instead\\n" msgstr "" #: ../quilt/refresh.in:181 msgid "" "More recent patches modify files in patch %s. Enforce refresh with -f.\\n" msgstr "" #: ../quilt/refresh.in:188 msgid "Nothing in patch %s\\n" msgstr "" #: ../quilt/refresh.in:249 msgid "Patch %s is unchanged\\n" msgstr "" #: ../quilt/refresh.in:263 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:91 msgid "File %s is not in patch %s\\n" msgstr "" #: ../quilt/remove.in:109 msgid "Failed to remove file %s from patch %s\\n" msgstr "" #: ../quilt/remove.in:115 msgid "File %s removed from patch %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 "" #: ../scripts/patchfns.in:750 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 "" #: ../scripts/patchfns.in:817 msgid "" "The working tree was created by an older version of quilt. Please run 'quilt " "upgrade'.\\n" msgstr ""