summaryrefslogtreecommitdiffstats
path: root/po/quilt.pot
blob: 868ee32fde25a495951c752d6a1c93f6dd8c3113 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
#: ../bin/quilt.in:23
msgid "Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ..."
msgstr ""

#: ../bin/quilt.in:24
msgid "       quilt --version"
msgstr ""

#: ../bin/quilt.in:26
msgid "Commands are:"
msgstr ""

#: ../bin/quilt.in:31
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 does not exist).  See the pdf\n"
"\tdocumentation for details about its possible contents.\n"
"\n"
"Special options:\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:78 ../quilt/applied.in:62 ../quilt/delete.in:97
#: ../quilt/diff.in:160 ../quilt/diff.in:171 ../quilt/graph.in:116
#: ../quilt/next.in:62 ../quilt/pop.in:246 ../quilt/previous.in:62
#: ../quilt/push.in:312 ../quilt/refresh.in:148 ../quilt/remove.in:53
#: ../quilt/unapplied.in:62
msgid "Patch %s is not in series\\n"
msgstr ""

#: ../quilt/add.in:99 ../quilt/diff.in:239 ../quilt/graph.in:121
#: ../quilt/pop.in:261 ../quilt/refresh.in:154 ../quilt/remove.in:74
msgid "Patch %s is not applied\\n"
msgstr ""

#: ../quilt/add.in:106 ../quilt/delete.in:76 ../quilt/diff.in:247
#: ../quilt/files.in:103 ../quilt/fold.in:79 ../quilt/fork.in:72
#: ../quilt/graph.in:131 ../quilt/pop.in:295 ../quilt/push.in:350
#: ../quilt/refresh.in:162 ../quilt/remove.in:81
msgid "No patches applied\\n"
msgstr ""

#: ../quilt/add.in:121
msgid "File %s is already in patch %s\\n"
msgstr ""

#: ../quilt/add.in:129 ../quilt/remove.in:100
msgid "File %s modified by patch %s\\n"
msgstr ""

#: ../quilt/add.in:137
msgid "Cannot add symbolic link %s\\n"
msgstr ""

#: ../quilt/add.in:144
msgid "Failed to back up file %s\\n"
msgstr ""

#: ../quilt/add.in:155
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]\\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"
msgstr ""

#: ../quilt/delete.in:88
msgid "No next patch\\n"
msgstr ""

#: ../quilt/delete.in:106
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/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:231
msgid "Options \\`-c patch', \\`--snapshot', and \\`-z' cannot be combined.\\n"
msgstr ""

#: ../quilt/diff.in:258
msgid "Cannot diff patches with -p%s, please specify -p0 or -p1 instead\\n"
msgstr ""

#: ../quilt/diff.in:293 ../quilt/files.in:122
msgid "Patch %s not applied before patch %s\\n"
msgstr ""

#: ../quilt/diff.in:343 ../quilt/pop.in:114
msgid "Failed to copy files to temporary directory\\n"
msgstr ""

#: ../quilt/diff.in:367 ../quilt/pop.in:138
msgid "Failed to patch temporary files\\n"
msgstr ""

#: ../quilt/diff.in:386
msgid "File %s is not being modified\\n"
msgstr ""

#: ../quilt/diff.in:406 ../quilt/refresh.in:201
msgid "Diff failed, aborting\\n"
msgstr ""

#: ../quilt/diff.in:413
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:116
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:99
msgid "Patch %s exists already, please choose a new name\\n"
msgstr ""

#: ../quilt/fork.in:111
msgid "Fork of patch %s to patch %s failed\\n"
msgstr ""

#: ../quilt/fork.in:117
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] "
"[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/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/mail.in:25
msgid ""
"Usage: quilt mail {--mbox file|--send} [--from ...] [--to ...] [--cc ...] [--"
"bcc ...] [--subject ...]\\n"
msgstr ""

#: ../quilt/mail.in:28
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"
"@DOCSUBDIR@/README.MAIL 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 using @MTA@.\n"
"\n"
"--from, --subject\n"
"\tThe values for the From and Subject headers to use.\n"
"\n"
"--to, --cc, --bcc\n"
"\tAppend a recipient to the To, Cc, or Bcc header.\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\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:156
msgid "Patch %s does not remove cleanly (refresh it or enforce with -f)\\n"
msgstr ""

#: ../quilt/pop.in:181
msgid "Patch %s appears to be empty, removing\\n"
msgstr ""

#: ../quilt/pop.in:185
msgid "Removing patch %s\\n"
msgstr ""

#: ../quilt/pop.in:269
msgid "Patch %s needs to be refreshed first.\\n"
msgstr ""

#: ../quilt/pop.in:279
msgid "No patch removed\\n"
msgstr ""

#: ../quilt/pop.in:302 ../quilt/push.in:372
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] [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"
"        Use syntax coloring.\n"
msgstr ""

#: ../quilt/push.in:64
msgid "Interrupted by user; patch %s was not applied.\\n"
msgstr ""

#: ../quilt/push.in:157
msgid "Applying patch %s\\n"
msgstr ""

#: ../quilt/push.in:189
msgid "Patch %s does not exist, applied\\n"
msgstr ""

#: ../quilt/push.in:193
msgid "Patch %s appears to be empty, applied\\n"
msgstr ""

#: ../quilt/push.in:197
msgid "Applied patch %s (forced; needs refresh)\\n"
msgstr ""

#: ../quilt/push.in:202
msgid "Patch %s does not apply (enforce with -f)\\n"
msgstr ""

#: ../quilt/push.in:241
msgid "Patch %s not found in file series\\n"
msgstr ""

#: ../quilt/push.in:329
msgid "Patch %s is already applied\\n"
msgstr ""

#: ../quilt/push.in:338
msgid "The topmost patch %s needs to be refreshed first.\\n"
msgstr ""

#: ../quilt/push.in:352
msgid "File series fully applied, ends at patch %s\\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"
"\t\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 of the generated patch.\n"
msgstr ""

#: ../quilt/refresh.in:173
msgid "Cannot refresh patches with -p%s, please specify -p0 or -p1 instead\\n"
msgstr ""

#: ../quilt/refresh.in:207
msgid ""
"More recent patches modify files in patch %s. Enforce refresh with -f.\\n"
msgstr ""

#: ../quilt/refresh.in:213
msgid ""
"Cannot use --strip-trailing-whitespace on a patch that has shadowed files.\\n"
msgstr ""

#: ../quilt/refresh.in:219
msgid "Nothing in patch %s\\n"
msgstr ""

#: ../quilt/refresh.in:296
msgid "Patch %s is unchanged\\n"
msgstr ""

#: ../quilt/refresh.in:301
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:123
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:740
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 ""