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