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