summaryrefslogtreecommitdiffstats
path: root/po/quilt.pot
blob: a0d7026fd6d02647ddec4350bab1edd13a071088 (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
#: ../bin/quilt.in:14
msgid "Usage: quilt command [-h] ..."
msgstr ""

#: ../bin/quilt.in:26
msgid "Commands are:"
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.  Files must be\n"
"added to the patch before being modified.  Files that are modified by\n"
"patches on top of the specified patch cannot be added.\n"
"\n"
"-p patch\n"
"\tPatch to add files to."
msgstr ""

#: ../quilt/add.in:75 ../quilt/delete.in:69 ../quilt/files.in:74
#: ../quilt/push.in:176 ../quilt/remove.in:75
msgid "No patch applied"
msgstr ""

#: ../quilt/add.in:80 ../quilt/applied.in:71 ../quilt/refresh.in:187
#: ../quilt/remove.in:80
msgid "Patch $patch is not applied"
msgstr ""

#: ../quilt/add.in:89
msgid "File $file is already in patch $patch"
msgstr ""

#: ../quilt/add.in:96 ../quilt/remove.in:97
msgid "File $file modified by patch $next_patch"
msgstr ""

#: ../quilt/add.in:103
msgid "Failed to back up file $file"
msgstr ""

#: ../quilt/add.in:123
msgid "File $file added to patch $patch"
msgstr ""

#: ../quilt/applied.in:22
msgid "Usage: quilt applied [-n] [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.\n"
"\n"
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 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 patch\n"
"\tCreate a diff for the specified patch.  (Defaults to the topmost\n"
"\tpatch.)\n"
"\n"
"-c 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"
"-R\tCreate a reverse diff.\n"
"\n"
"-z\tWrite to standard output the changes that have been made\n"
"\trelative to the topmost or specified patch.\n"
"\n"
msgstr ""

#: ../quilt/diff.in:140
msgid "Options \\`-c patch', \\`--snapshot', and \\`-z' cannot be combined."
msgstr ""

#: ../quilt/diff.in:149 ../quilt/refresh.in:180
msgid "No patch seem to be applied"
msgstr ""

#: ../quilt/diff.in:156
msgid "Patch $last_patch is not applied"
msgstr ""

#: ../quilt/diff.in:166
msgid ""
"Cannot diff patches with -p$opt_strip_level, please specify -p0 or -p1 "
"instead"
msgstr ""

#: ../quilt/diff.in:200
msgid "Patch $first_patch not applied before $last_patch."
msgstr ""

#: ../quilt/diff.in:234
msgid "Cannot change into .pc/$last_patch"
msgstr ""

#: ../quilt/diff.in:239 ../scripts/rpatch.in:67
msgid "Failed to copy files to temporary directory"
msgstr ""

#: ../quilt/diff.in:250
msgid "Cannot change to temporary directory"
msgstr ""

#: ../quilt/diff.in:267 ../scripts/rpatch.in:95
msgid "Failed to patch temporary files"
msgstr ""

#: ../quilt/diff.in:274
msgid "Cannot change to source directory"
msgstr ""

#: ../quilt/diff.in:292
msgid "File $file is not being modified."
msgstr ""

#: ../quilt/diff.in:311 ../quilt/refresh.in:220
msgid "Diff failed, aborting."
msgstr ""

#: ../quilt/diff.in:318
msgid "More recent patches modify files in $last_patch."
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 changes.\n"
"\n"
"-v\tVerbose, more user friendly output.\n"
"\n"
msgstr ""

#: ../quilt/files.in:83
msgid "Patch is not applied (no verbose output)"
msgstr ""

#: ../quilt/files.in:86
msgid "Patch is not applied"
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, the patch\n"
"will be stored in this relative path in the patches/ directory.  Else,\n"
"if an input file name is given this name is 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:97
msgid "Please use -n to specify a patch file name."
msgstr ""

#: ../quilt/import.in:105
msgid "Patch file name \\\"$patch_file\\\" contains whitespace."
msgstr ""

#: ../quilt/import.in:111
msgid "Patch $patch is applied."
msgstr ""

#: ../quilt/import.in:120
msgid "Cannot read from standard input."
msgstr ""

#: ../quilt/import.in:129 ../quilt/import.in:138
msgid "Cannot decompress file $input_file"
msgstr ""

#: ../quilt/import.in:146
msgid "Cannot read from file $input_file"
msgstr ""

#: ../quilt/import.in:155
msgid "Patch $patch exists. Replace with -f."
msgstr ""

#: ../quilt/import.in:162
msgid "Updating %patch section of patch $patch"
msgstr ""

#: ../quilt/import.in:165
msgid "Failed to update %patch section of patch $patch"
msgstr ""

#: ../quilt/import.in:169
msgid "Replacing patch $patch with new version"
msgstr ""

#: ../quilt/import.in:172
msgid "Failed to replace patch $patch"
msgstr ""

#: ../quilt/import.in:177
msgid "Importing patch $patch (stored as $patch_file)"
msgstr ""

#: ../quilt/import.in:184
msgid "Failed to import patch $patch"
msgstr ""

#: ../quilt/import.in:194
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 it after the\n"
"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. (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"
"-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 patches to remove,\n"
"or a patch name can be specified. If a patch name is given, remove all\n"
"patches applied on top of the named patch. If neither a number nor a\n"
"patch name is specified, remove the next patch from the series file.\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"
"\n"
msgstr ""

#: ../quilt/pop.in:146
msgid "Patch $stop_at_patch is not applied."
msgstr ""

#: ../quilt/pop.in:156
msgid "No patch removed"
msgstr ""

#: ../quilt/pop.in:170 ../quilt/push.in:201
msgid "Interrupted by user"
msgstr ""

#: ../quilt/pop.in:179 ../quilt/push.in:210
msgid "No patches applied"
msgstr ""

#: ../quilt/pop.in:181 ../quilt/push.in:212
msgid "Now at patch $patch"
msgstr ""

#: ../quilt/previous.in:22
msgid "Usage: quilt previous [-n] [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 to apply, or\n"
"a patch name can be specified.  If a patch name is given, apply all\n"
"patches up to and including the named patch.  If neither a number nor a\n"
"patch name is 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 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"
"\n"
msgstr ""

#: ../quilt/push.in:87
msgid "Patch $stop_at_patch not found in file series"
msgstr ""

#: ../quilt/push.in:163
msgid "Patch $stop_at_patch is already applied."
msgstr ""

#: ../quilt/push.in:180
msgid ""
"The topmost patch $top is not in the series file anymore;\n"
"cannot determine the next patch from the series file.\n"
"Please pop -f the top patch and check your series file."
msgstr ""

#: ../quilt/push.in:186
msgid "File series fully applied, ends at patch $top"
msgstr ""

#: ../quilt/refresh.in:26
msgid "Usage: quilt refresh [-p n] [-f] [k|o] [patch]"
msgstr ""

#: ../quilt/refresh.in:30
msgid ""
"\n"
"\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"
"\t\n"
"-f\tForce refresh, even if more recent patches modify\n"
"\tsome of the same files.\n"
"-O \tOverwrite the quilt save patches (for gendiff)\n"
"-K\tKeep the quilt save patches unchanged (for gendiff)\n"
"\n"
"\t\n"
msgstr ""

#: ../quilt/refresh.in:197
msgid ""
"Cannot refresh patches with -p$opt_strip_level, please specify -p0 or -p1 "
"instead"
msgstr ""

#: ../quilt/refresh.in:226
msgid "More recent patches modify files in $patch. Enforce refresh with -f."
msgstr ""

#: ../quilt/refresh.in:233
msgid "Nothing in patch $patch"
msgstr ""

#: ../quilt/refresh.in:275
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.  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"
"\n"
msgstr ""

#: ../quilt/remove.in:89
msgid "File $file is not in patch $patch"
msgstr ""

#: ../quilt/remove.in:105
msgid "Failed to remove file $file from patch $patch"
msgstr ""

#: ../quilt/remove.in:110
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:21
msgid ""
"Usage: quilt setup [-d sourcedir] [-l seriesfile]  {seriesfile|specfile}"
msgstr ""

#: ../quilt/setup.in:24
msgid ""
"\n"
"\n"
"Initializes a source tree from a patch series file.  The patch series\n"
"file must contain the name of the relevant tar archive, in addition to\n"
"the list of patches.\n"
"\n"
"-d\tThe directory that contains the archives and patches. Defaults\n"
"\tto the directory of the series/spec file.\n"
"\n"
"-l\tMake the patches directory a symbolic link. If a series file is\n"
"\tspecified, also create a symlink to the series file.\n"
msgstr ""

#: ../quilt/setup.in:110
msgid "Series file $series_file not found"
msgstr ""

#: ../quilt/setup.in:136
msgid "Reading sources from $arg"
msgstr ""

#: ../quilt/setup.in:140
msgid "Unpacking archive $source/$arg"
msgstr ""

#: ../quilt/setup.in:150
msgid "Directory $packagedir exists already."
msgstr ""

#: ../quilt/setup.in:155
msgid "File $packagedir exists."
msgstr ""

#: ../quilt/setup.in:170
msgid "Creating link to patches directory $arg"
msgstr ""

#: ../quilt/setup.in:174
msgid "$packagedir/patches exist, but not symlink"
msgstr ""

#: ../quilt/setup.in:179
msgid "Copying patch $source/$arg"
msgstr ""

#: ../quilt/setup.in:192
msgid "File $packagedir/series exists; will not override."
msgstr ""

#: ../quilt/setup.in:199 ../quilt/setup.in:213
msgid "Copying series file"
msgstr ""

#: ../quilt/setup.in:209
msgid "Creatig link to series file $arg"
msgstr ""

#: ../quilt/setup.in:243
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:43
msgid "Interrupted by user; patch $patch was not applied."
msgstr ""

#: ../scripts/apatch.in:54
msgid "Patch file $patch_file appears to be empty"
msgstr ""

#: ../scripts/apatch.in:94
msgid "Applying $patch"
msgstr ""

#: ../scripts/apatch.in:113
msgid "Patch $patch appears to be empty, applied"
msgstr ""

#: ../scripts/apatch.in:116
msgid "Applied $patch (forced; needs refresh)"
msgstr ""

#: ../scripts/apatch.in:120
msgid "Patch $patch does not apply (enforce with -f)"
msgstr ""

#: ../scripts/apatch.in:177 ../scripts/rpatch.in:217
msgid "The topmost patch $top needs to be refreshed first."
msgstr ""

#: ../scripts/rpatch.in:22
msgid "Usage: $0 [-fRq] patchname"
msgstr ""

#: ../scripts/rpatch.in:110
msgid "Patch $patch does not remove cleanly (enforce with -f)."
msgstr ""

#: ../scripts/rpatch.in:127
msgid "Patch $patch appears to be empty, removed"
msgstr ""

#: ../scripts/rpatch.in:160
msgid "Removing $patch"
msgstr ""

#: ../scripts/spec2series.in:100 ../scripts/spec2series.in:192
msgid " done"
msgstr ""