summaryrefslogtreecommitdiffstats
path: root/po/quilt.pot
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
committerMartin Quinson <mquinson@debian.org>2003-02-14 13:18:11 +0000
commit79a014a2ea88e84ab0f494efcf7a11b92c4bc6af (patch)
tree67323a104667a1767d61e2412c6ea5a6353ae6d2 /po/quilt.pot
parentb324e11dcfa120a1cf5827c0c5a96ef28a7743cf (diff)
downloadquilt-79a014a2ea88e84ab0f494efcf7a11b92c4bc6af.tar.gz
Implement i18n, french l10n and bump version number
Diffstat (limited to 'po/quilt.pot')
-rw-r--r--po/quilt.pot698
1 files changed, 698 insertions, 0 deletions
diff --git a/po/quilt.pot b/po/quilt.pot
new file mode 100644
index 0000000..013877f
--- /dev/null
+++ b/po/quilt.pot
@@ -0,0 +1,698 @@
+#: ../bin/quilt.in:14
+msgid "Usage: quilt command [-h] ..."
+msgstr ""
+
+#: ../bin/quilt.in:26
+msgid "Commands are:"
+msgstr ""
+
+#: ../bin/quilt.in:83
+msgid "$command:"
+msgstr ""
+
+#: ../quilt/add.in:22
+msgid "Usage: quilt add [-p patch] {file} ..."
+msgstr ""
+
+#: ../quilt/add.in:25
+msgid ""
+"\n"
+"\n"
+"Add one or more files to the topmost or named patch.\n"
+"Files must be added to the patch before being modified.\n"
+"Files that are modified by patches on top of the specified\n"
+"patch cannot be added.\n"
+"\n"
+"-p patch\n"
+"\tPatch to add files to."
+msgstr ""
+
+#: ../quilt/add.in:76 ../quilt/delete.in:69 ../quilt/files.in:75
+#: ../quilt/guidiff.in:65 ../quilt/push.in:167 ../quilt/remove.in:76
+msgid "No patch applied"
+msgstr ""
+
+#: ../quilt/add.in:81 ../quilt/refresh.in:115 ../quilt/remove.in:81
+msgid "Patch $patch is not applied"
+msgstr ""
+
+#: ../quilt/add.in:90
+msgid "File $file is already in patch $patch"
+msgstr ""
+
+#: ../quilt/add.in:97 ../quilt/remove.in:98
+msgid "File $file modified by patch $next_patch"
+msgstr ""
+
+#: ../quilt/add.in:105
+msgid "Failed to back up file $file"
+msgstr ""
+
+#: ../quilt/add.in:125
+msgid "File $file added to patch $patch"
+msgstr ""
+
+#: ../quilt/applied.in:22
+msgid "Usage: quilt applied [patch]"
+msgstr ""
+
+#: ../quilt/applied.in:25
+msgid ""
+"\n"
+"\n"
+"Print a list of applied patches, or all patches up to and including the\n"
+"specified patch in the file series.\n"
+"\n"
+"-n\tPrint patch file names instead of patch names."
+msgstr ""
+
+#: ../quilt/delete.in:22
+msgid "Usage: quilt delete [patch]"
+msgstr ""
+
+#: ../quilt/delete.in:25
+msgid ""
+"\n"
+"\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.)"
+msgstr ""
+
+#: ../quilt/delete.in:75
+msgid "Patch $patch does not exist"
+msgstr ""
+
+#: ../quilt/delete.in:84
+msgid "Patch $patch is currently applied"
+msgstr ""
+
+#: ../quilt/delete.in:90
+msgid "Failed to remove patch $patch"
+msgstr ""
+
+#: ../quilt/diff.in:27
+msgid "Usage: quilt diff [-p n] [-c patch|-z] [-R] [-P patch] [file ...]"
+msgstr ""
+
+#: ../quilt/diff.in:31
+msgid ""
+"\n"
+"\n"
+"Produces a diff of the specified file(s) in the topmost or\n"
+"specified patch. If no files are specified, all files that\n"
+"are modified are included.\n"
+"\n"
+"-p n\tCreate a -p n style patch (-p0 or -p1 are supported).\n"
+"\n"
+"-P patch\n"
+"\tCreate a diff for the specified patch. (Defaults to\n"
+"\tthe topmost patch.)\n"
+"\n"
+"-c patch\n"
+"\tCreate a combined diff for all patches between this\n"
+"\tpatch and the patch specified with -P.\n"
+"\n"
+"-R\tCreate a reverse diff.\n"
+"\n"
+"-z\tWrite to standard output the changes that have been\n"
+"\tmade relative to the topmost or specified patch.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/diff.in:131
+msgid "Options \\`-c patch' and \\`-z' cannot be combined."
+msgstr ""
+
+#: ../quilt/diff.in:140 ../quilt/refresh.in:108
+msgid "No patch seem to be applied"
+msgstr ""
+
+#: ../quilt/diff.in:147
+msgid "Patch $last_patch is not applied"
+msgstr ""
+
+#: ../quilt/diff.in:157
+msgid ""
+"Cannot diff patches with -p$opt_strip_level, please specify -p0 or -p1 "
+"instead"
+msgstr ""
+
+#: ../quilt/diff.in:165
+msgid "refresh_patches_per_file failed."
+msgstr ""
+
+#: ../quilt/diff.in:178
+msgid "Patch $opt_combine not applied before $last_patch."
+msgstr ""
+
+#: ../quilt/diff.in:212
+msgid "File $file is not being modified."
+msgstr ""
+
+#: ../quilt/diff.in:229
+msgid "Cannot change into .pc/$last_patch"
+msgstr ""
+
+#: ../quilt/diff.in:234
+msgid "Failed to copy files to temporary directory"
+msgstr ""
+
+#: ../quilt/diff.in:239
+msgid "Cannot change to temporary directory"
+msgstr ""
+
+#: ../quilt/diff.in:256
+msgid "Failed to patch temporary files"
+msgstr ""
+
+#: ../quilt/diff.in:263
+msgid "Cannot change to source directory"
+msgstr ""
+
+#: ../quilt/diff.in:298 ../quilt/refresh.in:146
+msgid "Diff failed, aborting."
+msgstr ""
+
+#: ../quilt/diff.in:305
+msgid "More recent patches modify the same files."
+msgstr ""
+
+#: ../quilt/files.in:22
+msgid "Usage: quilt files [-v] [patch]"
+msgstr ""
+
+#: ../quilt/files.in:25
+msgid ""
+"\n"
+"\n"
+"Print the list of files that the topmost or specified patch\n"
+"changes.\n"
+"\n"
+"-v\tVerbose, more user friendly output.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/files.in:84
+msgid "Patch is not applied (no verbose output)"
+msgstr ""
+
+#: ../quilt/files.in:87
+msgid "Patch is not applied"
+msgstr ""
+
+#: ../quilt/guidiff.in:22
+msgid "Usage: quilt guidiff"
+msgstr ""
+
+#: ../quilt/guidiff.in:26
+msgid ""
+"\n"
+"\n"
+"Display in $guidiffname the changes to files in the topmost patch.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/guidiff.in:79
+msgid "The file $file doesn't exist before this patch"
+msgstr ""
+
+#: ../quilt/guidiff.in:83
+msgid "No file in patch $patch"
+msgstr ""
+
+#: ../quilt/import.in:22
+msgid "Usage: quilt import [-f] [-p num] [-n patch] [patchfile]"
+msgstr ""
+
+#: ../quilt/import.in:25
+msgid ""
+"\n"
+"\n"
+"Import an external patch. If a patch file name is specified,\n"
+"the patch will be stored in this relative path in the patches/\n"
+"directory. Else, if an input file name is given this name is\n"
+"used as the patch name.\n"
+"\n"
+"-p num\n"
+"\tNumber of directory levels to strip when aplying (default=1)\n"
+"\n"
+"-n patch\n"
+"\tFile name relative to patches/ to use.\n"
+"\n"
+"-f\tOverwite/update existing patches.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/import.in:98
+msgid "Please use -n to specify a patch file name."
+msgstr ""
+
+#: ../quilt/import.in:106
+msgid "Patch file name \\\"$patch_file\\\" contains whitespace."
+msgstr ""
+
+#: ../quilt/import.in:112
+msgid "Patch $patch is applied."
+msgstr ""
+
+#: ../quilt/import.in:121
+msgid "Cannot read from standard input."
+msgstr ""
+
+#: ../quilt/import.in:130 ../quilt/import.in:139
+msgid "Cannot decompress file $input_file"
+msgstr ""
+
+#: ../quilt/import.in:147
+msgid "Cannot read from file $input_file"
+msgstr ""
+
+#: ../quilt/import.in:156
+msgid "Patch $patch exists. Replace with -f."
+msgstr ""
+
+#: ../quilt/import.in:163
+msgid "Updating %patch section of patch $patch"
+msgstr ""
+
+#: ../quilt/import.in:166
+msgid "Failed to update %patch section of patch $patch"
+msgstr ""
+
+#: ../quilt/import.in:170
+msgid "Replacing patch $patch with new version"
+msgstr ""
+
+#: ../quilt/import.in:173
+msgid "Failed to replace patch $patch"
+msgstr ""
+
+#: ../quilt/import.in:178
+msgid "Importing patch $patch (stored as $patch_file)"
+msgstr ""
+
+#: ../quilt/import.in:185
+msgid "Failed to import patch $patch"
+msgstr ""
+
+#: ../quilt/import.in:195
+msgid "Failed to insert $patch in file series."
+msgstr ""
+
+#: ../quilt/new.in:22
+msgid "Usage: quilt new {patchname}"
+msgstr ""
+
+#: ../quilt/new.in:25
+msgid ""
+"\n"
+"\n"
+"Create a new patch with the specified file name, and insert\n"
+"it after the topmost patch in the patch series file.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/new.in:67
+msgid "Patch $patch exists already"
+msgstr ""
+
+#: ../quilt/new.in:77
+msgid "Failed to create patch $patch"
+msgstr ""
+
+#: ../quilt/new.in:80
+msgid "Patch $patch is now on top"
+msgstr ""
+
+#: ../quilt/next.in:22
+msgid "Usage: quilt next [patch]"
+msgstr ""
+
+#: ../quilt/next.in:25
+msgid ""
+"\n"
+"\n"
+"Print the name of the next patch after the specified or topmost patch in\n"
+"the series file.\n"
+"\n"
+"-n\tPrint patch file names instead of patch names.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/patches.in:22
+msgid "Usage: quilt patches {file}"
+msgstr ""
+
+#: ../quilt/patches.in:25
+msgid ""
+"\n"
+"\n"
+"Print the list of patches that modify the specified file.\n"
+"\n"
+"-n\tPrint the patch file names instead of the patch names.\n"
+"\n"
+"-v\tVerbose, more user friendly output.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/pop.in:22
+msgid "Usage: quilt pop [-afRqv] [num|patch]"
+msgstr ""
+
+#: ../quilt/pop.in:25
+msgid ""
+"\n"
+"\n"
+"Remove patch(es) from the current stack. A number of\n"
+"patches to remove, or a patch name can be specified. If a\n"
+"patch name is given, remove all patches up to and\n"
+"including the named patch. If neither a number nor a patch\n"
+"name is specified, remove the next patch from the series file.\n"
+"\n"
+"-a\tRemove all patches in the series file.\n"
+"\n"
+"-f\tForce remove. The state before the patch(es) were\n"
+"\tapplied will be restored from backup files.\n"
+"\n"
+"-R\tRemove the patch with \\`patch -R' and check if the\n"
+"\tpatch reverts all changes properly.\n"
+"\n"
+"-q\tQuiet operation.\n"
+"\n"
+"-v\tVerbose operation.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/pop.in:84 ../quilt/push.in:83
+msgid "Patch $stop_at_patch not found in file series"
+msgstr ""
+
+#: ../quilt/pop.in:157
+msgid "Patch $stop_at_patch is not applied."
+msgstr ""
+
+#: ../quilt/pop.in:167
+msgid "No patch removed"
+msgstr ""
+
+#: ../quilt/pop.in:181 ../quilt/push.in:184
+msgid "Interrupted by user"
+msgstr ""
+
+#: ../quilt/previous.in:22
+msgid "Usage: quilt previous [patch]"
+msgstr ""
+
+#: ../quilt/previous.in:25
+msgid ""
+"\n"
+"\n"
+"Print the name of the previous patch before the specified or topmost\n"
+"patch in the series file.\n"
+"\n"
+"-n\tPrint patch file names instead of patch names.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/push.in:22
+msgid "Usage: quilt push [-afqv] [--leave-rejects] [num|patch]"
+msgstr ""
+
+#: ../quilt/push.in:25
+msgid ""
+"\n"
+"\n"
+"Apply patch(es) from the series file. A number of patches\n"
+"to apply, or a patch name can be specified. If a patch\n"
+"name is given, apply all patches up to and including the\n"
+"named patch. If neither a number nor a patch name is\n"
+"specified, apply the next patch from the series file.\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\n"
+"\tthe patch is not actually applied.\n"
+"\t\n"
+msgstr ""
+
+#: ../quilt/push.in:154
+msgid "Patch $stop_at_patch is already applied."
+msgstr ""
+
+#: ../quilt/push.in:169
+msgid "File series fully applied, ends at patch $top"
+msgstr ""
+
+#: ../quilt/refresh.in:27
+msgid "Usage: quilt refresh [-p n] [-f] [patch]"
+msgstr ""
+
+#: ../quilt/refresh.in:31
+msgid ""
+"\n"
+"\n"
+"Refresh an applied patch. Refreshes the specified patch, or\n"
+"the topmost patch by default. Documentation on top of the\n"
+"actual patch is retained.\n"
+"\n"
+"It is possible to refresh patches that are not on top. If\n"
+"any patches on top of the patch to refresh modify the same\n"
+"files, this script prints out the file and patch names. If\n"
+"there are any such conflicts, patches can still be refreshed\n"
+"with -f. In that case this script will print a warning for\n"
+"each shadowed file, changes by more recent patches will be\n"
+"ignored, and only changes in files that have not been\n"
+"modified by any more recent patches will end up in the\n"
+"specified patch.\n"
+"\n"
+"-p n\tCreate a -p n style patch (-p0 or -p1 supported).\n"
+"\t\n"
+"-f\tForce refresh, even if more recent patches modify\n"
+"\tsome of the same files.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/refresh.in:125
+msgid ""
+"Cannot refresh patches with -p$opt_strip_level, please specify -p0 or -p1 "
+"instead"
+msgstr ""
+
+#: ../quilt/refresh.in:152
+msgid "More recent patches modify the same files. Enforce refresh with -f."
+msgstr ""
+
+#: ../quilt/refresh.in:159
+msgid "Nothing in patch $patch"
+msgstr ""
+
+#: ../quilt/refresh.in:199
+msgid "Refreshed patch $patch"
+msgstr ""
+
+#: ../quilt/remove.in:22
+msgid "Usage: quilt remove [-p patch] {file} ..."
+msgstr ""
+
+#: ../quilt/remove.in:25
+msgid ""
+"\n"
+"\n"
+"Remove one or more files from the topmost or named patch.\n"
+"Files that are modified by patches on top of the specified\n"
+"patch cannot be removed.\n"
+"\n"
+"-p patch\n"
+"\tPatch to remove files from.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/remove.in:90
+msgid "File $file is not in patch $patch"
+msgstr ""
+
+#: ../quilt/remove.in:106
+msgid "Failed to remove file $file from patch $patch"
+msgstr ""
+
+#: ../quilt/remove.in:117
+msgid "File $file removed from patch $patch"
+msgstr ""
+
+#: ../quilt/series.in:22
+msgid "Usage: quilt series [-v]"
+msgstr ""
+
+#: ../quilt/series.in:25
+msgid ""
+"\n"
+"\n"
+"Print the names of all patches in the series file.\n"
+"\n"
+"-n\tPrint patch file names instead patch names.\n"
+"\n"
+"-v\tVerbose, more user friendly output.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/setup.in:22
+msgid "Usage: quilt setup [-d sourcedir] {seriesfile|specfile}"
+msgstr ""
+
+#: ../quilt/setup.in:25
+msgid ""
+"\n"
+"\n"
+"Initializes a source tree from a patch series file. The\n"
+"patch series file must contain the name of the relevant\n"
+"tar archive, in addition to the list of patches.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/setup.in:100
+msgid "Series file $series_file not found"
+msgstr ""
+
+#: ../quilt/setup.in:125
+msgid "Reading sources from $arg"
+msgstr ""
+
+#: ../quilt/setup.in:128
+msgid "Unpacking archive $source/$arg"
+msgstr ""
+
+#: ../quilt/setup.in:138
+msgid "Directory $packagedir exists already."
+msgstr ""
+
+#: ../quilt/setup.in:143
+msgid "File $packagedir exists."
+msgstr ""
+
+#: ../quilt/setup.in:149
+msgid "Copying patch $source/$arg"
+msgstr ""
+
+#: ../quilt/setup.in:154
+msgid "Copying series file"
+msgstr ""
+
+#: ../quilt/setup.in:178
+msgid "Directory $packagedir set up."
+msgstr ""
+
+#: ../quilt/top.in:22
+msgid "Usage: quilt top"
+msgstr ""
+
+#: ../quilt/top.in:25
+msgid ""
+"\n"
+"\n"
+"Print the name of the topmost patch on the current stack of applied\n"
+"patches.\n"
+"\n"
+msgstr ""
+
+#: ../quilt/unapplied.in:22
+msgid "Usage: quilt unapplied [patch]"
+msgstr ""
+
+#: ../quilt/unapplied.in:25
+msgid ""
+"\n"
+"\n"
+"Print a list of patches that are not applied, or all patches that follow\n"
+"the specified patch in the series file.\n"
+"\n"
+"-n\tPrint patch file names instead of patch names.\n"
+"\n"
+msgstr ""
+
+#: ../scripts/apatch.in:22
+msgid "Usage: $0 [-fqv] patchname"
+msgstr ""
+
+#: ../scripts/apatch.in:40
+msgid "Interrupted by user; patch $patch was not applied."
+msgstr ""
+
+#: ../scripts/apatch.in:51 ../scripts/rpatch.in:113
+msgid "Patch file $patch_file appears to be empty"
+msgstr ""
+
+#: ../scripts/apatch.in:80
+msgid "refresh_file_list failed"
+msgstr ""
+
+#: ../scripts/apatch.in:84
+msgid "Applying $patch"
+msgstr ""
+
+#: ../scripts/apatch.in:87
+msgid "Patch $patch appears to be empty, applied"
+msgstr ""
+
+#: ../scripts/apatch.in:95
+msgid "Recreated file list for $patch"
+msgstr ""
+
+#: ../scripts/apatch.in:126
+msgid "Applied $patch (forced; needs refresh)"
+msgstr ""
+
+#: ../scripts/apatch.in:130
+msgid "Patch $patch does not apply (enforce with -f)"
+msgstr ""
+
+#: ../scripts/apatch.in:181 ../scripts/rpatch.in:246
+msgid "The topmost patch $top needs to be refreshed first."
+msgstr ""
+
+#: ../scripts/rpatch.in:22
+msgid "Usage: $0 [-fRq] patchname"
+msgstr ""
+
+#: ../scripts/rpatch.in:44
+msgid "Patch does not remove changes:"
+msgstr ""
+
+#: ../scripts/rpatch.in:102
+msgid "Interrupted by user; patch $patch was not removed."
+msgstr ""
+
+#: ../scripts/rpatch.in:139
+msgid "Patch $patch appears to be empty, removed"
+msgstr ""
+
+#: ../scripts/rpatch.in:164
+msgid "Failed to create temporary files"
+msgstr ""
+
+#: ../scripts/rpatch.in:185
+msgid "Patch $patch does not remove (enforce with -f)"
+msgstr ""
+
+#: ../scripts/rpatch.in:194
+msgid "no patch applied"
+msgstr ""
+
+#: ../scripts/rpatch.in:196
+msgid "now at $top"
+msgstr ""
+
+#: ../scripts/rpatch.in:198
+msgid "Removed $patch, $where"
+msgstr ""
+
+#: ../scripts/spec2series.in:100 ../scripts/spec2series.in:192
+msgid " done"
+msgstr ""