Imported Upstream version 3.8
[platform/upstream/diffutils.git] / po / diffutils.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the GNU diffutils package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU diffutils 3.8\n"
10 "Report-Msgid-Bugs-To: bug-diffutils@gnu.org\n"
11 "POT-Creation-Date: 2021-08-01 18:56-0700\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: lib/argmatch.c:132
21 #, c-format
22 msgid "invalid argument %s for %s"
23 msgstr ""
24
25 #: lib/argmatch.c:133
26 #, c-format
27 msgid "ambiguous argument %s for %s"
28 msgstr ""
29
30 #: lib/argmatch.c:152 lib/argmatch.h:223
31 msgid "Valid arguments are:"
32 msgstr ""
33
34 #: lib/c-stack.c:187
35 msgid "program error"
36 msgstr ""
37
38 #: lib/c-stack.c:188
39 msgid "stack overflow"
40 msgstr ""
41
42 #: lib/error.c:195
43 msgid "Unknown system error"
44 msgstr ""
45
46 #: lib/file-type.c:40
47 msgid "regular empty file"
48 msgstr ""
49
50 #: lib/file-type.c:40
51 msgid "regular file"
52 msgstr ""
53
54 #: lib/file-type.c:43
55 msgid "directory"
56 msgstr ""
57
58 #: lib/file-type.c:46
59 msgid "symbolic link"
60 msgstr ""
61
62 #: lib/file-type.c:52
63 msgid "message queue"
64 msgstr ""
65
66 #: lib/file-type.c:55
67 msgid "semaphore"
68 msgstr ""
69
70 #: lib/file-type.c:58
71 msgid "shared memory object"
72 msgstr ""
73
74 #: lib/file-type.c:61
75 msgid "typed memory object"
76 msgstr ""
77
78 #: lib/file-type.c:66
79 msgid "block special file"
80 msgstr ""
81
82 #: lib/file-type.c:69
83 msgid "character special file"
84 msgstr ""
85
86 #: lib/file-type.c:72
87 msgid "contiguous data"
88 msgstr ""
89
90 #: lib/file-type.c:75
91 msgid "fifo"
92 msgstr ""
93
94 #: lib/file-type.c:78
95 msgid "door"
96 msgstr ""
97
98 #: lib/file-type.c:81
99 msgid "multiplexed block special file"
100 msgstr ""
101
102 #: lib/file-type.c:84
103 msgid "multiplexed character special file"
104 msgstr ""
105
106 #: lib/file-type.c:87
107 msgid "multiplexed file"
108 msgstr ""
109
110 #: lib/file-type.c:90
111 msgid "named file"
112 msgstr ""
113
114 #: lib/file-type.c:93
115 msgid "network special file"
116 msgstr ""
117
118 #: lib/file-type.c:96
119 msgid "migrated file with data"
120 msgstr ""
121
122 #: lib/file-type.c:99
123 msgid "migrated file without data"
124 msgstr ""
125
126 #: lib/file-type.c:102
127 msgid "port"
128 msgstr ""
129
130 #: lib/file-type.c:105
131 msgid "socket"
132 msgstr ""
133
134 #: lib/file-type.c:108
135 msgid "whiteout"
136 msgstr ""
137
138 #: lib/file-type.c:110
139 msgid "weird file"
140 msgstr ""
141
142 #: lib/getopt.c:278
143 #, c-format
144 msgid "%s: option '%s%s' is ambiguous\n"
145 msgstr ""
146
147 #: lib/getopt.c:284
148 #, c-format
149 msgid "%s: option '%s%s' is ambiguous; possibilities:"
150 msgstr ""
151
152 #: lib/getopt.c:319
153 #, c-format
154 msgid "%s: unrecognized option '%s%s'\n"
155 msgstr ""
156
157 #: lib/getopt.c:345
158 #, c-format
159 msgid "%s: option '%s%s' doesn't allow an argument\n"
160 msgstr ""
161
162 #: lib/getopt.c:360
163 #, c-format
164 msgid "%s: option '%s%s' requires an argument\n"
165 msgstr ""
166
167 #: lib/getopt.c:621
168 #, c-format
169 msgid "%s: invalid option -- '%c'\n"
170 msgstr ""
171
172 #: lib/getopt.c:636 lib/getopt.c:682
173 #, c-format
174 msgid "%s: option requires an argument -- '%c'\n"
175 msgstr ""
176
177 #. TRANSLATORS:
178 #. Get translations for open and closing quotation marks.
179 #. The message catalog should translate "`" to a left
180 #. quotation mark suitable for the locale, and similarly for
181 #. "'".  For example, a French Unicode local should translate
182 #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE
183 #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE
184 #. QUOTATION MARK), respectively.
185 #.
186 #. If the catalog has no translation, we will try to
187 #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and
188 #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK).  If the
189 #. current locale is not Unicode, locale_quoting_style
190 #. will quote 'like this', and clocale_quoting_style will
191 #. quote "like this".  You should always include translations
192 #. for "`" and "'" even if U+2018 and U+2019 are appropriate
193 #. for your locale.
194 #.
195 #. If you don't know what to put here, please see
196 #. <https://en.wikipedia.org/wiki/Quotation_marks_in_other_languages>
197 #. and use glyphs suitable for your language.
198 #: lib/quotearg.c:355
199 msgid "`"
200 msgstr ""
201
202 #: lib/quotearg.c:356
203 msgid "'"
204 msgstr ""
205
206 #: lib/regcomp.c:135
207 msgid "Success"
208 msgstr ""
209
210 #: lib/regcomp.c:138
211 msgid "No match"
212 msgstr ""
213
214 #: lib/regcomp.c:141
215 msgid "Invalid regular expression"
216 msgstr ""
217
218 #: lib/regcomp.c:144
219 msgid "Invalid collation character"
220 msgstr ""
221
222 #: lib/regcomp.c:147
223 msgid "Invalid character class name"
224 msgstr ""
225
226 #: lib/regcomp.c:150
227 msgid "Trailing backslash"
228 msgstr ""
229
230 #: lib/regcomp.c:153
231 msgid "Invalid back reference"
232 msgstr ""
233
234 #: lib/regcomp.c:156
235 msgid "Unmatched [, [^, [:, [., or [="
236 msgstr ""
237
238 #: lib/regcomp.c:159
239 msgid "Unmatched ( or \\("
240 msgstr ""
241
242 #: lib/regcomp.c:162
243 msgid "Unmatched \\{"
244 msgstr ""
245
246 #: lib/regcomp.c:165
247 msgid "Invalid content of \\{\\}"
248 msgstr ""
249
250 #: lib/regcomp.c:168
251 msgid "Invalid range end"
252 msgstr ""
253
254 #: lib/regcomp.c:171
255 msgid "Memory exhausted"
256 msgstr ""
257
258 #: lib/regcomp.c:174
259 msgid "Invalid preceding regular expression"
260 msgstr ""
261
262 #: lib/regcomp.c:177
263 msgid "Premature end of regular expression"
264 msgstr ""
265
266 #: lib/regcomp.c:180
267 msgid "Regular expression too big"
268 msgstr ""
269
270 #: lib/regcomp.c:183
271 msgid "Unmatched ) or \\)"
272 msgstr ""
273
274 #: lib/regcomp.c:676
275 msgid "No previous regular expression"
276 msgstr ""
277
278 #: lib/xalloc-die.c:34
279 msgid "memory exhausted"
280 msgstr ""
281
282 #: lib/xfreopen.c:34
283 msgid "stdin"
284 msgstr ""
285
286 #: lib/xfreopen.c:35
287 msgid "stdout"
288 msgstr ""
289
290 #: lib/xfreopen.c:36
291 msgid "stderr"
292 msgstr ""
293
294 #: lib/xfreopen.c:37
295 msgid "unknown stream"
296 msgstr ""
297
298 #: lib/xfreopen.c:38
299 #, c-format
300 msgid "failed to reopen %s with mode %s"
301 msgstr ""
302
303 #: lib/xstdopen.c:34
304 #, c-format
305 msgid "standard file descriptors"
306 msgstr ""
307
308 #: lib/version-etc.c:73
309 #, c-format
310 msgid "Packaged by %s (%s)\n"
311 msgstr ""
312
313 #: lib/version-etc.c:76
314 #, c-format
315 msgid "Packaged by %s\n"
316 msgstr ""
317
318 #. TRANSLATORS: Translate "(C)" to the copyright symbol
319 #. (C-in-a-circle), if this symbol is available in the user's
320 #. locale.  Otherwise, do not translate "(C)"; leave it as-is.
321 #: lib/version-etc.c:83
322 msgid "(C)"
323 msgstr ""
324
325 #. TRANSLATORS: The %s placeholder is the web address of the GPL license.
326 #: lib/version-etc.c:88
327 #, c-format
328 msgid ""
329 "License GPLv3+: GNU GPL version 3 or later <%s>.\n"
330 "This is free software: you are free to change and redistribute it.\n"
331 "There is NO WARRANTY, to the extent permitted by law.\n"
332 msgstr ""
333
334 #. TRANSLATORS: %s denotes an author name.
335 #: lib/version-etc.c:105
336 #, c-format
337 msgid "Written by %s.\n"
338 msgstr ""
339
340 #. TRANSLATORS: Each %s denotes an author name.
341 #: lib/version-etc.c:109
342 #, c-format
343 msgid "Written by %s and %s.\n"
344 msgstr ""
345
346 #. TRANSLATORS: Each %s denotes an author name.
347 #: lib/version-etc.c:113
348 #, c-format
349 msgid "Written by %s, %s, and %s.\n"
350 msgstr ""
351
352 #. TRANSLATORS: Each %s denotes an author name.
353 #. You can use line breaks, estimating that each author name occupies
354 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
355 #: lib/version-etc.c:120
356 #, c-format
357 msgid ""
358 "Written by %s, %s, %s,\n"
359 "and %s.\n"
360 msgstr ""
361
362 #. TRANSLATORS: Each %s denotes an author name.
363 #. You can use line breaks, estimating that each author name occupies
364 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
365 #: lib/version-etc.c:127
366 #, c-format
367 msgid ""
368 "Written by %s, %s, %s,\n"
369 "%s, and %s.\n"
370 msgstr ""
371
372 #. TRANSLATORS: Each %s denotes an author name.
373 #. You can use line breaks, estimating that each author name occupies
374 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
375 #: lib/version-etc.c:134
376 #, c-format
377 msgid ""
378 "Written by %s, %s, %s,\n"
379 "%s, %s, and %s.\n"
380 msgstr ""
381
382 #. TRANSLATORS: Each %s denotes an author name.
383 #. You can use line breaks, estimating that each author name occupies
384 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
385 #: lib/version-etc.c:142
386 #, c-format
387 msgid ""
388 "Written by %s, %s, %s,\n"
389 "%s, %s, %s, and %s.\n"
390 msgstr ""
391
392 #. TRANSLATORS: Each %s denotes an author name.
393 #. You can use line breaks, estimating that each author name occupies
394 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
395 #: lib/version-etc.c:150
396 #, c-format
397 msgid ""
398 "Written by %s, %s, %s,\n"
399 "%s, %s, %s, %s,\n"
400 "and %s.\n"
401 msgstr ""
402
403 #. TRANSLATORS: Each %s denotes an author name.
404 #. You can use line breaks, estimating that each author name occupies
405 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
406 #: lib/version-etc.c:159
407 #, c-format
408 msgid ""
409 "Written by %s, %s, %s,\n"
410 "%s, %s, %s, %s,\n"
411 "%s, and %s.\n"
412 msgstr ""
413
414 #. TRANSLATORS: Each %s denotes an author name.
415 #. You can use line breaks, estimating that each author name occupies
416 #. ca. 16 screen columns and that a screen line has ca. 80 columns.
417 #: lib/version-etc.c:170
418 #, c-format
419 msgid ""
420 "Written by %s, %s, %s,\n"
421 "%s, %s, %s, %s,\n"
422 "%s, %s, and others.\n"
423 msgstr ""
424
425 #. TRANSLATORS: The placeholder indicates the bug-reporting address
426 #. for this package.  Please add _another line_ saying
427 #. "Report translation bugs to <...>\n" with the address for translation
428 #. bugs (typically your translation team's web or email address).
429 #: lib/version-etc.c:249
430 #, c-format
431 msgid "Report bugs to: %s\n"
432 msgstr ""
433
434 #: lib/version-etc.c:251
435 #, c-format
436 msgid "Report %s bugs to: %s\n"
437 msgstr ""
438
439 #: lib/version-etc.c:255 lib/version-etc.c:257
440 #, c-format
441 msgid "%s home page: <%s>\n"
442 msgstr ""
443
444 #: lib/version-etc.c:260
445 #, c-format
446 msgid "General help using GNU software: <%s>\n"
447 msgstr ""
448
449 #: src/analyze.c:454 src/diff.c:1406
450 #, c-format
451 msgid "Files %s and %s differ\n"
452 msgstr ""
453
454 #: src/analyze.c:455
455 #, c-format
456 msgid "Binary files %s and %s differ\n"
457 msgstr ""
458
459 #: src/analyze.c:706 src/diff3.c:1470 src/util.c:1254
460 msgid "No newline at end of file"
461 msgstr ""
462
463 #. This is a proper name. See the gettext manual, section Names.
464 #: src/cmp.c:45
465 msgid "Torbjorn Granlund"
466 msgstr ""
467
468 #. This is a proper name. See the gettext manual, section Names.
469 #: src/cmp.c:46
470 msgid "David MacKenzie"
471 msgstr ""
472
473 #: src/cmp.c:120 src/diff.c:879 src/diff3.c:467 src/sdiff.c:160
474 #, c-format
475 msgid "Try '%s --help' for more information."
476 msgstr ""
477
478 #: src/cmp.c:138
479 #, c-format
480 msgid "invalid --ignore-initial value '%s'"
481 msgstr ""
482
483 #: src/cmp.c:148
484 #, c-format
485 msgid "options -l and -s are incompatible"
486 msgstr ""
487
488 #: src/cmp.c:156 src/diff.c:887 src/diff3.c:474 src/sdiff.c:168 src/sdiff.c:316
489 #: src/sdiff.c:323 src/sdiff.c:876 src/util.c:852 src/util.c:952 src/util.c:959
490 msgid "write failed"
491 msgstr ""
492
493 #: src/cmp.c:158 src/diff.c:889 src/diff.c:1471 src/diff3.c:476 src/sdiff.c:170
494 msgid "standard output"
495 msgstr ""
496
497 #: src/cmp.c:162
498 msgid "-b, --print-bytes          print differing bytes"
499 msgstr ""
500
501 #: src/cmp.c:163
502 msgid "-i, --ignore-initial=SKIP         skip first SKIP bytes of both inputs"
503 msgstr ""
504
505 #: src/cmp.c:164
506 msgid ""
507 "-i, --ignore-initial=SKIP1:SKIP2  skip first SKIP1 bytes of FILE1 and\n"
508 "                                      first SKIP2 bytes of FILE2"
509 msgstr ""
510
511 #: src/cmp.c:166
512 msgid ""
513 "-l, --verbose              output byte numbers and differing byte values"
514 msgstr ""
515
516 #: src/cmp.c:167
517 msgid "-n, --bytes=LIMIT          compare at most LIMIT bytes"
518 msgstr ""
519
520 #: src/cmp.c:168
521 msgid "-s, --quiet, --silent      suppress all normal output"
522 msgstr ""
523
524 #: src/cmp.c:169
525 msgid "    --help                 display this help and exit"
526 msgstr ""
527
528 #: src/cmp.c:170
529 msgid "-v, --version              output version information and exit"
530 msgstr ""
531
532 #: src/cmp.c:179
533 #, c-format
534 msgid "Usage: %s [OPTION]... FILE1 [FILE2 [SKIP1 [SKIP2]]]\n"
535 msgstr ""
536
537 #: src/cmp.c:181
538 msgid "Compare two files byte by byte."
539 msgstr ""
540
541 #: src/cmp.c:183
542 msgid ""
543 "The optional SKIP1 and SKIP2 specify the number of bytes to skip\n"
544 "at the beginning of each file (zero by default)."
545 msgstr ""
546
547 #: src/cmp.c:186 src/diff.c:999 src/diff3.c:514 src/sdiff.c:211
548 msgid ""
549 "Mandatory arguments to long options are mandatory for short options too.\n"
550 msgstr ""
551
552 #: src/cmp.c:192
553 msgid ""
554 "SKIP values may be followed by the following multiplicative suffixes:\n"
555 "kB 1000, K 1024, MB 1,000,000, M 1,048,576,\n"
556 "GB 1,000,000,000, G 1,073,741,824, and so on for T, P, E, Z, Y."
557 msgstr ""
558
559 #: src/cmp.c:195
560 msgid "If a FILE is '-' or missing, read standard input."
561 msgstr ""
562
563 #: src/cmp.c:196 src/diff.c:987 src/sdiff.c:221
564 msgid "Exit status is 0 if inputs are the same, 1 if different, 2 if trouble."
565 msgstr ""
566
567 #: src/cmp.c:243
568 #, c-format
569 msgid "invalid --bytes value '%s'"
570 msgstr ""
571
572 #: src/cmp.c:269 src/diff.c:797 src/diff3.c:361 src/sdiff.c:567
573 #, c-format
574 msgid "missing operand after '%s'"
575 msgstr ""
576
577 #: src/cmp.c:281 src/diff.c:799 src/diff3.c:363 src/sdiff.c:569
578 #, c-format
579 msgid "extra operand '%s'"
580 msgstr ""
581
582 #: src/cmp.c:507
583 #, c-format
584 msgid "%s %s differ: byte %s, line %s\n"
585 msgstr ""
586
587 #: src/cmp.c:523
588 #, c-format
589 msgid "%s %s differ: byte %s, line %s is %3o %s %3o %s\n"
590 msgstr ""
591
592 #: src/cmp.c:580
593 #, c-format
594 msgid "cmp: EOF on %s which is empty\n"
595 msgstr ""
596
597 #: src/cmp.c:594
598 #, c-format
599 msgid "cmp: EOF on %s after byte %s, line %s\n"
600 msgstr ""
601
602 #: src/cmp.c:595
603 #, c-format
604 msgid "cmp: EOF on %s after byte %s, in line %s\n"
605 msgstr ""
606
607 #: src/cmp.c:601
608 #, c-format
609 msgid "cmp: EOF on %s after byte %s\n"
610 msgstr ""
611
612 #. This is a proper name. See the gettext manual, section Names.
613 #: src/diff.c:51
614 msgid "Paul Eggert"
615 msgstr ""
616
617 #. This is a proper name. See the gettext manual, section Names.
618 #: src/diff.c:52
619 msgid "Mike Haertel"
620 msgstr ""
621
622 #. This is a proper name. See the gettext manual, section Names.
623 #: src/diff.c:53
624 msgid "David Hayes"
625 msgstr ""
626
627 #. This is a proper name. See the gettext manual, section Names.
628 #: src/diff.c:54
629 msgid "Richard Stallman"
630 msgstr ""
631
632 #. This is a proper name. See the gettext manual, section Names.
633 #: src/diff.c:55
634 msgid "Len Tower"
635 msgstr ""
636
637 #: src/diff.c:355
638 #, c-format
639 msgid "invalid context length '%s'"
640 msgstr ""
641
642 #: src/diff.c:438
643 #, c-format
644 msgid "pagination not supported on this host"
645 msgstr ""
646
647 #: src/diff.c:453 src/diff3.c:341
648 #, c-format
649 msgid "too many file label options"
650 msgstr ""
651
652 #: src/diff.c:530
653 #, c-format
654 msgid "invalid width '%s'"
655 msgstr ""
656
657 #: src/diff.c:534
658 msgid "conflicting width options"
659 msgstr ""
660
661 #: src/diff.c:559
662 #, c-format
663 msgid "invalid horizon length '%s'"
664 msgstr ""
665
666 #: src/diff.c:615
667 #, c-format
668 msgid "invalid tabsize '%s'"
669 msgstr ""
670
671 #: src/diff.c:619
672 msgid "conflicting tabsize options"
673 msgstr ""
674
675 #: src/diff.c:774
676 msgid "--from-file and --to-file both specified"
677 msgstr ""
678
679 #: src/diff.c:893
680 msgid "    --normal                  output a normal diff (the default)"
681 msgstr ""
682
683 #: src/diff.c:894
684 msgid "-q, --brief                   report only when files differ"
685 msgstr ""
686
687 #: src/diff.c:895
688 msgid "-s, --report-identical-files  report when two files are the same"
689 msgstr ""
690
691 #: src/diff.c:896
692 msgid ""
693 "-c, -C NUM, --context[=NUM]   output NUM (default 3) lines of copied context"
694 msgstr ""
695
696 #: src/diff.c:897
697 msgid ""
698 "-u, -U NUM, --unified[=NUM]   output NUM (default 3) lines of unified context"
699 msgstr ""
700
701 #: src/diff.c:898
702 msgid "-e, --ed                      output an ed script"
703 msgstr ""
704
705 #: src/diff.c:899
706 msgid "-n, --rcs                     output an RCS format diff"
707 msgstr ""
708
709 #: src/diff.c:900
710 msgid "-y, --side-by-side            output in two columns"
711 msgstr ""
712
713 #: src/diff.c:901
714 msgid ""
715 "-W, --width=NUM               output at most NUM (default 130) print columns"
716 msgstr ""
717
718 #: src/diff.c:902
719 msgid ""
720 "    --left-column             output only the left column of common lines"
721 msgstr ""
722
723 #: src/diff.c:903
724 msgid "    --suppress-common-lines   do not output common lines"
725 msgstr ""
726
727 #: src/diff.c:905
728 msgid "-p, --show-c-function         show which C function each change is in"
729 msgstr ""
730
731 #: src/diff.c:906
732 msgid "-F, --show-function-line=RE   show the most recent line matching RE"
733 msgstr ""
734
735 #: src/diff.c:907
736 msgid ""
737 "    --label LABEL             use LABEL instead of file name and timestamp\n"
738 "                                (can be repeated)"
739 msgstr ""
740
741 #: src/diff.c:910
742 msgid "-t, --expand-tabs             expand tabs to spaces in output"
743 msgstr ""
744
745 #: src/diff.c:911
746 msgid "-T, --initial-tab             make tabs line up by prepending a tab"
747 msgstr ""
748
749 #: src/diff.c:912
750 msgid ""
751 "    --tabsize=NUM             tab stops every NUM (default 8) print columns"
752 msgstr ""
753
754 #: src/diff.c:913
755 msgid ""
756 "    --suppress-blank-empty    suppress space or tab before empty output lines"
757 msgstr ""
758
759 #: src/diff.c:914
760 msgid "-l, --paginate                pass output through 'pr' to paginate it"
761 msgstr ""
762
763 #: src/diff.c:916
764 msgid ""
765 "-r, --recursive                 recursively compare any subdirectories found"
766 msgstr ""
767
768 #: src/diff.c:917
769 msgid "    --no-dereference            don't follow symbolic links"
770 msgstr ""
771
772 #: src/diff.c:918
773 msgid "-N, --new-file                  treat absent files as empty"
774 msgstr ""
775
776 #: src/diff.c:919
777 msgid "    --unidirectional-new-file   treat absent first files as empty"
778 msgstr ""
779
780 #: src/diff.c:920
781 msgid "    --ignore-file-name-case     ignore case when comparing file names"
782 msgstr ""
783
784 #: src/diff.c:921
785 msgid "    --no-ignore-file-name-case  consider case when comparing file names"
786 msgstr ""
787
788 #: src/diff.c:922
789 msgid "-x, --exclude=PAT               exclude files that match PAT"
790 msgstr ""
791
792 #: src/diff.c:923
793 msgid ""
794 "-X, --exclude-from=FILE         exclude files that match any pattern in FILE"
795 msgstr ""
796
797 #: src/diff.c:924
798 msgid ""
799 "-S, --starting-file=FILE        start with FILE when comparing directories"
800 msgstr ""
801
802 #: src/diff.c:925
803 msgid ""
804 "    --from-file=FILE1           compare FILE1 to all operands;\n"
805 "                                  FILE1 can be a directory"
806 msgstr ""
807
808 #: src/diff.c:927
809 msgid ""
810 "    --to-file=FILE2             compare all operands to FILE2;\n"
811 "                                  FILE2 can be a directory"
812 msgstr ""
813
814 #: src/diff.c:930
815 msgid ""
816 "-i, --ignore-case               ignore case differences in file contents"
817 msgstr ""
818
819 #: src/diff.c:931
820 msgid "-E, --ignore-tab-expansion      ignore changes due to tab expansion"
821 msgstr ""
822
823 #: src/diff.c:932
824 msgid "-Z, --ignore-trailing-space     ignore white space at line end"
825 msgstr ""
826
827 #: src/diff.c:933
828 msgid ""
829 "-b, --ignore-space-change       ignore changes in the amount of white space"
830 msgstr ""
831
832 #: src/diff.c:934
833 msgid "-w, --ignore-all-space          ignore all white space"
834 msgstr ""
835
836 #: src/diff.c:935
837 msgid ""
838 "-B, --ignore-blank-lines        ignore changes where lines are all blank"
839 msgstr ""
840
841 #: src/diff.c:936
842 msgid "-I, --ignore-matching-lines=RE  ignore changes where all lines match RE"
843 msgstr ""
844
845 #: src/diff.c:938
846 msgid "-a, --text                      treat all files as text"
847 msgstr ""
848
849 #: src/diff.c:939
850 msgid "    --strip-trailing-cr         strip trailing carriage return on input"
851 msgstr ""
852
853 #: src/diff.c:941
854 msgid "    --binary                    read and write data in binary mode"
855 msgstr ""
856
857 #: src/diff.c:944
858 msgid ""
859 "-D, --ifdef=NAME                output merged file with '#ifdef NAME' diffs"
860 msgstr ""
861
862 #: src/diff.c:945
863 msgid "    --GTYPE-group-format=GFMT   format GTYPE input groups with GFMT"
864 msgstr ""
865
866 #: src/diff.c:946
867 msgid "    --line-format=LFMT          format all input lines with LFMT"
868 msgstr ""
869
870 #: src/diff.c:947
871 msgid "    --LTYPE-line-format=LFMT    format LTYPE input lines with LFMT"
872 msgstr ""
873
874 #: src/diff.c:948
875 msgid ""
876 "  These format options provide fine-grained control over the output\n"
877 "    of diff, generalizing -D/--ifdef."
878 msgstr ""
879
880 #: src/diff.c:950
881 msgid "  LTYPE is 'old', 'new', or 'unchanged'.  GTYPE is LTYPE or 'changed'."
882 msgstr ""
883
884 #: src/diff.c:951
885 msgid ""
886 "  GFMT (only) may contain:\n"
887 "    %<  lines from FILE1\n"
888 "    %>  lines from FILE2\n"
889 "    %=  lines common to FILE1 and FILE2\n"
890 "    %[-][WIDTH][.[PREC]]{doxX}LETTER  printf-style spec for LETTER\n"
891 "      LETTERs are as follows for new group, lower case for old group:\n"
892 "        F  first line number\n"
893 "        L  last line number\n"
894 "        N  number of lines = L-F+1\n"
895 "        E  F-1\n"
896 "        M  L+1\n"
897 "    %(A=B?T:E)  if A equals B then T else E"
898 msgstr ""
899
900 #: src/diff.c:963
901 msgid ""
902 "  LFMT (only) may contain:\n"
903 "    %L  contents of line\n"
904 "    %l  contents of line, excluding any trailing newline\n"
905 "    %[-][WIDTH][.[PREC]]{doxX}n  printf-style spec for input line number"
906 msgstr ""
907
908 #: src/diff.c:967
909 msgid ""
910 "  Both GFMT and LFMT may contain:\n"
911 "    %%  %\n"
912 "    %c'C'  the single character C\n"
913 "    %c'\\OOO'  the character with octal code OOO\n"
914 "    C    the character C (other characters represent themselves)"
915 msgstr ""
916
917 #: src/diff.c:973
918 msgid "-d, --minimal            try hard to find a smaller set of changes"
919 msgstr ""
920
921 #: src/diff.c:974
922 msgid "    --horizon-lines=NUM  keep NUM lines of the common prefix and suffix"
923 msgstr ""
924
925 #: src/diff.c:975
926 msgid ""
927 "    --speed-large-files  assume large files and many scattered small changes"
928 msgstr ""
929
930 #: src/diff.c:976
931 msgid ""
932 "    --color[=WHEN]       color output; WHEN is 'never', 'always', or "
933 "'auto';\n"
934 "                           plain --color means --color='auto'"
935 msgstr ""
936
937 #: src/diff.c:978
938 msgid ""
939 "    --palette=PALETTE    the colors to use when --color is active; PALETTE "
940 "is\n"
941 "                           a colon-separated list of terminfo capabilities"
942 msgstr ""
943
944 #: src/diff.c:981
945 msgid "    --help               display this help and exit"
946 msgstr ""
947
948 #: src/diff.c:982
949 msgid "-v, --version            output version information and exit"
950 msgstr ""
951
952 #: src/diff.c:984
953 msgid "FILES are 'FILE1 FILE2' or 'DIR1 DIR2' or 'DIR FILE' or 'FILE DIR'."
954 msgstr ""
955
956 #: src/diff.c:985
957 msgid ""
958 "If --from-file or --to-file is given, there are no restrictions on FILE(s)."
959 msgstr ""
960
961 #: src/diff.c:986 src/diff3.c:533 src/sdiff.c:220
962 msgid "If a FILE is '-', read standard input."
963 msgstr ""
964
965 #: src/diff.c:996
966 #, c-format
967 msgid "Usage: %s [OPTION]... FILES\n"
968 msgstr ""
969
970 #: src/diff.c:997
971 msgid "Compare FILES line by line."
972 msgstr ""
973
974 #: src/diff.c:1034
975 #, c-format
976 msgid "conflicting %s option value '%s'"
977 msgstr ""
978
979 #: src/diff.c:1047
980 #, c-format
981 msgid "conflicting output style options"
982 msgstr ""
983
984 #: src/diff.c:1063
985 #, c-format
986 msgid "invalid color '%s'"
987 msgstr ""
988
989 #: src/diff.c:1119 src/diff.c:1329
990 #, c-format
991 msgid "Only in %s: %s\n"
992 msgstr ""
993
994 #: src/diff.c:1253
995 msgid "cannot compare '-' to a directory"
996 msgstr ""
997
998 #: src/diff.c:1288
999 msgid "-D option not supported with directories"
1000 msgstr ""
1001
1002 #: src/diff.c:1297
1003 #, c-format
1004 msgid "Common subdirectories: %s and %s\n"
1005 msgstr ""
1006
1007 #: src/diff.c:1339 src/diff.c:1389
1008 #, c-format
1009 msgid "File %s is a %s while file %s is a %s\n"
1010 msgstr ""
1011
1012 #: src/diff.c:1375
1013 #, c-format
1014 msgid "Symbolic links %s and %s differ\n"
1015 msgstr ""
1016
1017 #: src/diff.c:1462
1018 #, c-format
1019 msgid "Files %s and %s are identical\n"
1020 msgstr ""
1021
1022 #. This is a proper name. See the gettext manual, section Names.
1023 #: src/diff3.c:43
1024 msgid "Randy Smith"
1025 msgstr ""
1026
1027 #: src/diff3.c:356
1028 #, c-format
1029 msgid "incompatible options"
1030 msgstr ""
1031
1032 #: src/diff3.c:396
1033 msgid "'-' specified for more than one input file"
1034 msgstr ""
1035
1036 #: src/diff3.c:447 src/diff3.c:1295 src/diff3.c:1698 src/diff3.c:1753
1037 #: src/sdiff.c:308 src/sdiff.c:846 src/sdiff.c:857
1038 msgid "read failed"
1039 msgstr ""
1040
1041 #: src/diff3.c:480
1042 msgid "-A, --show-all              output all changes, bracketing conflicts"
1043 msgstr ""
1044
1045 #: src/diff3.c:482
1046 msgid ""
1047 "-e, --ed                    output ed script incorporating changes\n"
1048 "                                from OLDFILE to YOURFILE into MYFILE"
1049 msgstr ""
1050
1051 #: src/diff3.c:484
1052 msgid "-E, --show-overlap          like -e, but bracket conflicts"
1053 msgstr ""
1054
1055 #: src/diff3.c:485
1056 msgid ""
1057 "-3, --easy-only             like -e, but incorporate only nonoverlapping "
1058 "changes"
1059 msgstr ""
1060
1061 #: src/diff3.c:486
1062 msgid ""
1063 "-x, --overlap-only          like -e, but incorporate only overlapping changes"
1064 msgstr ""
1065
1066 #: src/diff3.c:487
1067 msgid "-X                          like -x, but bracket conflicts"
1068 msgstr ""
1069
1070 #: src/diff3.c:488
1071 msgid "-i                          append 'w' and 'q' commands to ed scripts"
1072 msgstr ""
1073
1074 #: src/diff3.c:490
1075 msgid ""
1076 "-m, --merge                 output actual merged file, according to\n"
1077 "                                -A if no other options are given"
1078 msgstr ""
1079
1080 #: src/diff3.c:493
1081 msgid "-a, --text                  treat all files as text"
1082 msgstr ""
1083
1084 #: src/diff3.c:494
1085 msgid "    --strip-trailing-cr     strip trailing carriage return on input"
1086 msgstr ""
1087
1088 #: src/diff3.c:495
1089 msgid "-T, --initial-tab           make tabs line up by prepending a tab"
1090 msgstr ""
1091
1092 #: src/diff3.c:496
1093 msgid "    --diff-program=PROGRAM  use PROGRAM to compare files"
1094 msgstr ""
1095
1096 #: src/diff3.c:497
1097 msgid ""
1098 "-L, --label=LABEL           use LABEL instead of file name\n"
1099 "                                (can be repeated up to three times)"
1100 msgstr ""
1101
1102 #: src/diff3.c:500
1103 msgid "    --help                  display this help and exit"
1104 msgstr ""
1105
1106 #: src/diff3.c:501
1107 msgid "-v, --version               output version information and exit"
1108 msgstr ""
1109
1110 #: src/diff3.c:510
1111 #, c-format
1112 msgid "Usage: %s [OPTION]... MYFILE OLDFILE YOURFILE\n"
1113 msgstr ""
1114
1115 #: src/diff3.c:512
1116 msgid "Compare three files line by line."
1117 msgstr ""
1118
1119 #: src/diff3.c:522
1120 msgid ""
1121 "\n"
1122 "The default output format is a somewhat human-readable representation of\n"
1123 "the changes.\n"
1124 "\n"
1125 "The -e, -E, -x, -X (and corresponding long) options cause an ed script\n"
1126 "to be output instead of the default.\n"
1127 "\n"
1128 "Finally, the -m (--merge) option causes diff3 to do the merge internally\n"
1129 "and output the actual merged file.  For unusual input, this is more\n"
1130 "robust than using ed.\n"
1131 msgstr ""
1132
1133 #: src/diff3.c:534
1134 msgid "Exit status is 0 if successful, 1 if conflicts, 2 if trouble."
1135 msgstr ""
1136
1137 #: src/diff3.c:727
1138 msgid "internal error: screwup in format of diff blocks"
1139 msgstr ""
1140
1141 #: src/diff3.c:1022
1142 #, c-format
1143 msgid "%s: diff failed: "
1144 msgstr ""
1145
1146 #: src/diff3.c:1044
1147 msgid "internal error: invalid diff type in process_diff"
1148 msgstr ""
1149
1150 #: src/diff3.c:1069
1151 msgid "invalid diff format; invalid change separator"
1152 msgstr ""
1153
1154 #: src/diff3.c:1305
1155 msgid "invalid diff format; incomplete last line"
1156 msgstr ""
1157
1158 #: src/diff3.c:1329 src/sdiff.c:276 src/util.c:969
1159 #, c-format
1160 msgid "subsidiary program '%s' could not be invoked"
1161 msgstr ""
1162
1163 #: src/diff3.c:1354
1164 msgid "invalid diff format; incorrect leading line chars"
1165 msgstr ""
1166
1167 #: src/diff3.c:1427
1168 msgid "internal error: invalid diff type passed to output"
1169 msgstr ""
1170
1171 #: src/diff3.c:1700 src/diff3.c:1757
1172 msgid "input file shrank"
1173 msgstr ""
1174
1175 #: src/dir.c:156
1176 #, c-format
1177 msgid "cannot compare file names '%s' and '%s'"
1178 msgstr ""
1179
1180 #: src/dir.c:225
1181 #, c-format
1182 msgid "%s: recursive directory loop"
1183 msgstr ""
1184
1185 #. This is a proper name. See the gettext manual, section Names.
1186 #: src/sdiff.c:44
1187 msgid "Thomas Lord"
1188 msgstr ""
1189
1190 #: src/sdiff.c:174
1191 msgid ""
1192 "-o, --output=FILE            operate interactively, sending output to FILE"
1193 msgstr ""
1194
1195 #: src/sdiff.c:176
1196 msgid ""
1197 "-i, --ignore-case            consider upper- and lower-case to be the same"
1198 msgstr ""
1199
1200 #: src/sdiff.c:177
1201 msgid "-E, --ignore-tab-expansion   ignore changes due to tab expansion"
1202 msgstr ""
1203
1204 #: src/sdiff.c:178
1205 msgid "-Z, --ignore-trailing-space  ignore white space at line end"
1206 msgstr ""
1207
1208 #: src/sdiff.c:179
1209 msgid ""
1210 "-b, --ignore-space-change    ignore changes in the amount of white space"
1211 msgstr ""
1212
1213 #: src/sdiff.c:180
1214 msgid "-W, --ignore-all-space       ignore all white space"
1215 msgstr ""
1216
1217 #: src/sdiff.c:181
1218 msgid "-B, --ignore-blank-lines     ignore changes whose lines are all blank"
1219 msgstr ""
1220
1221 #: src/sdiff.c:182
1222 msgid "-I, --ignore-matching-lines=RE  ignore changes all whose lines match RE"
1223 msgstr ""
1224
1225 #: src/sdiff.c:183
1226 msgid "    --strip-trailing-cr      strip trailing carriage return on input"
1227 msgstr ""
1228
1229 #: src/sdiff.c:184
1230 msgid "-a, --text                   treat all files as text"
1231 msgstr ""
1232
1233 #: src/sdiff.c:186
1234 msgid ""
1235 "-w, --width=NUM              output at most NUM (default 130) print columns"
1236 msgstr ""
1237
1238 #: src/sdiff.c:187
1239 msgid ""
1240 "-l, --left-column            output only the left column of common lines"
1241 msgstr ""
1242
1243 #: src/sdiff.c:188
1244 msgid "-s, --suppress-common-lines  do not output common lines"
1245 msgstr ""
1246
1247 #: src/sdiff.c:190
1248 msgid "-t, --expand-tabs            expand tabs to spaces in output"
1249 msgstr ""
1250
1251 #: src/sdiff.c:191
1252 msgid ""
1253 "    --tabsize=NUM            tab stops at every NUM (default 8) print columns"
1254 msgstr ""
1255
1256 #: src/sdiff.c:193
1257 msgid "-d, --minimal                try hard to find a smaller set of changes"
1258 msgstr ""
1259
1260 #: src/sdiff.c:194
1261 msgid ""
1262 "-H, --speed-large-files      assume large files, many scattered small changes"
1263 msgstr ""
1264
1265 #: src/sdiff.c:195
1266 msgid "    --diff-program=PROGRAM   use PROGRAM to compare files"
1267 msgstr ""
1268
1269 #: src/sdiff.c:197
1270 msgid "    --help                   display this help and exit"
1271 msgstr ""
1272
1273 #: src/sdiff.c:198
1274 msgid "-v, --version                output version information and exit"
1275 msgstr ""
1276
1277 #: src/sdiff.c:207
1278 #, c-format
1279 msgid "Usage: %s [OPTION]... FILE1 FILE2\n"
1280 msgstr ""
1281
1282 #: src/sdiff.c:209
1283 msgid "Side-by-side merge of differences between FILE1 and FILE2."
1284 msgstr ""
1285
1286 #: src/sdiff.c:330
1287 msgid "cannot interactively merge standard input"
1288 msgstr ""
1289
1290 #: src/sdiff.c:597
1291 msgid "both files to be compared are directories"
1292 msgstr ""
1293
1294 #: src/sdiff.c:820
1295 msgid ""
1296 "ed:\tEdit then use both versions, each decorated with a header.\n"
1297 "eb:\tEdit then use both versions.\n"
1298 "el or e1:\tEdit then use the left version.\n"
1299 "er or e2:\tEdit then use the right version.\n"
1300 "e:\tDiscard both versions then edit a new one.\n"
1301 "l or 1:\tUse the left version.\n"
1302 "r or 2:\tUse the right version.\n"
1303 "s:\tSilently include common lines.\n"
1304 "v:\tVerbosely include common lines.\n"
1305 "q:\tQuit.\n"
1306 msgstr ""
1307
1308 #: src/util.c:662
1309 #, c-format
1310 msgid "unrecognized prefix: %s"
1311 msgstr ""
1312
1313 #: src/util.c:692
1314 #, c-format
1315 msgid "unparsable value for --palette"
1316 msgstr ""