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.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n"
11 "POT-Creation-Date: 2007-04-08 12:35+0100\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"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: gnulib/lib/argmatch.c:134
21 msgid "invalid argument %s for %s"
24 #: gnulib/lib/argmatch.c:135
26 msgid "ambiguous argument %s for %s"
29 #: gnulib/lib/argmatch.c:154
31 msgid "Valid arguments are:"
34 #: gnulib/lib/error.c:125
35 msgid "Unknown system error"
38 #: gnulib/lib/getopt.c:531 gnulib/lib/getopt.c:547
40 msgid "%s: option `%s' is ambiguous\n"
43 #: gnulib/lib/getopt.c:580 gnulib/lib/getopt.c:584
45 msgid "%s: option `--%s' doesn't allow an argument\n"
48 #: gnulib/lib/getopt.c:593 gnulib/lib/getopt.c:598
50 msgid "%s: option `%c%s' doesn't allow an argument\n"
53 #: gnulib/lib/getopt.c:641 gnulib/lib/getopt.c:660 gnulib/lib/getopt.c:976
54 #: gnulib/lib/getopt.c:995
56 msgid "%s: option `%s' requires an argument\n"
59 #: gnulib/lib/getopt.c:698 gnulib/lib/getopt.c:701
61 msgid "%s: unrecognized option `--%s'\n"
64 #: gnulib/lib/getopt.c:709 gnulib/lib/getopt.c:712
66 msgid "%s: unrecognized option `%c%s'\n"
69 #: gnulib/lib/getopt.c:764 gnulib/lib/getopt.c:767
71 msgid "%s: illegal option -- %c\n"
74 #: gnulib/lib/getopt.c:773 gnulib/lib/getopt.c:776
76 msgid "%s: invalid option -- %c\n"
79 #: gnulib/lib/getopt.c:828 gnulib/lib/getopt.c:844 gnulib/lib/getopt.c:1048
80 #: gnulib/lib/getopt.c:1066
82 msgid "%s: option requires an argument -- %c\n"
85 #: gnulib/lib/getopt.c:897 gnulib/lib/getopt.c:913
87 msgid "%s: option `-W %s' is ambiguous\n"
90 #: gnulib/lib/getopt.c:937 gnulib/lib/getopt.c:955
92 msgid "%s: option `-W %s' doesn't allow an argument\n"
95 #: gnulib/lib/human.c:477
100 #. Get translations for open and closing quotation marks.
102 #. The message catalog should translate "`" to a left
103 #. quotation mark suitable for the locale, and similarly for
104 #. "'". If the catalog has no translation,
105 #. locale_quoting_style quotes `like this', and
106 #. clocale_quoting_style quotes "like this".
108 #. For example, an American English Unicode locale should
109 #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
110 #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
111 #. MARK). A British English Unicode locale should instead
112 #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and
113 #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
115 #. If you don't know what to put here, please see
116 #. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
117 #. and use glyphs suitable for your language.
118 #: gnulib/lib/quotearg.c:229
122 #: gnulib/lib/quotearg.c:230
126 #: gnulib/lib/rpmatch.c:70
130 #: gnulib/lib/rpmatch.c:73
136 msgid "Usage: %s [-H] [-L] [-P] [-Olevel] [-D "
141 msgid "] [path...] [expression]\n"
146 msgid "Ignoring unrecognised debug flag %s"
150 msgid "Empty argument to the -D option."
154 msgid "The -O option must be immediately followed by a decimal integer"
157 #: find/util.c:647 find/util.c:657
158 msgid "Please specify a decimal number immediately after -O"
161 #: find/util.c:662 find/util.c:666
163 msgid "Invalid optimisation level %s"
169 "Optimisation level %lu is too high. If you want to find files very quickly, "
170 "consider using GNU locate."
175 "The environment variable FIND_BLOCK_SIZE is not supported, the only thing "
176 "that affects the block size is the POSIXLY_CORRECT environment variable"
179 #: find/find.c:188 find/find.c:192
180 msgid "cannot get current directory"
185 msgid "Warning: filesystem %s has recently been unmounted."
190 msgid "Warning: filesystem %s has recently been mounted."
196 "%s%s changed during execution of %s (old device number %ld, new device "
197 "number %ld, filesystem type is %s) [ref %ld]"
203 "%s%s changed during execution of %s (old inode number %ld, new inode number %"
204 "ld, filesystem type is %s) [ref %ld]"
210 "Symbolic link `%s' is part of a loop in the directory hierarchy; we have "
211 "already visited the directory to which it points."
217 "Filesystem loop detected; `%s' has the same device number and inode as a "
218 "directory which is %d %s."
222 msgid "level higher in the filesystem hierarchy"
226 msgid "levels higher in the filesystem hierarchy"
231 msgid "warning: not following the symbolic link %s"
237 "WARNING: Hard link count is wrong for %s: this may be a bug in your "
238 "filesystem driver. Automatically turning on find's -noleaf option. Earlier "
239 "results may have failed to include directories that should have been "
250 "warning: you have specified the %s option after a non-option argument %s, "
251 "but options are not positional (%s affects tests specified before it as well "
252 "as those specified after it). Please specify options before other "
258 "warning: the -d option is deprecated; please use -depth instead, because the "
259 "latter is a POSIX-compliant feature."
265 "default path is the current directory; default expression is -print\n"
266 "expression may consist of: operators, options, tests, and actions:\n"
271 "operators (decreasing precedence; -and is implicit where no others are "
273 " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n"
274 " EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2\n"
279 "positional options (always true): -daystart -follow -regextype\n"
281 "normal options (always true, specified before other expressions):\n"
282 " -depth --help -maxdepth LEVELS -mindepth LEVELS -mount -noleaf\n"
283 " --version -xdev -ignore_readdir_race -noignore_readdir_race\n"
288 "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n"
289 " -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n"
290 " -ilname PATTERN -iname PATTERN -inum N -iwholename PATTERN -iregex "
292 " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE"
297 " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n"
298 " -readable -writable -executable\n"
299 " -wholename PATTERN -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n"
300 " -used N -user NAME -xtype [bcdpfls]\n"
305 "actions: -delete -print0 -printf FORMAT -fprintf FILE FORMAT -print \n"
306 " -fprint0 FILE -fprint FILE -ls -fls FILE -prune -quit\n"
307 " -exec COMMAND ; -exec COMMAND {} + -ok COMMAND ;\n"
308 " -execdir COMMAND ; -execdir COMMAND {} + -okdir COMMAND ;\n"
313 "Report (and track progress on fixing) bugs via the findutils bug-reporting\n"
314 "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n"
315 "email to <bug-findutils@gnu.org>."
319 msgid "sanity check of the fnmatch() library function failed."
325 "warning: Unix filenames usually don't contain slashes (though pathnames "
326 "do). That means that '%s %s' will probably evaluate to false all the time "
327 "on this system. You might find the '-wholename' test more useful, or "
328 "perhaps '-samefile'. Alternatively, if you are using GNU grep, you could "
329 "use 'find ... -print0 | grep -FzZ %s'."
332 #: find/parser.c:1045
334 "warning: the predicate -ipath is deprecated; please use -iwholename instead."
337 #: find/parser.c:1287
338 msgid "This system does not provide a way to find the birth time of a file."
341 #: find/parser.c:1337
343 msgid "I cannot figure out how to interpret `%s' as a date or time"
346 #: find/parser.c:1353
348 msgid "Cannot obtain birth time of file `%s'"
351 #: find/parser.c:1625
353 msgid "invalid mode `%s'"
356 #: find/parser.c:1643
359 "warning: you have specified a mode pattern %s (which is equivalent to /000). "
360 "The meaning of -perm /000 has now been changed to be consistent with -perm -"
361 "000; that is, while it used to match no files, it now matches all files."
364 #: find/parser.c:1828
365 msgid "invalid null argument to -size"
368 #: find/parser.c:1874
370 msgid "invalid -size type `%c'"
373 #: find/parser.c:1925
375 "The -show-control-chars option takes a single argument which must be "
376 "'literal' or 'safe'"
379 #: find/parser.c:2068
381 msgid "GNU find version %s\n"
384 #: find/parser.c:2069 locate/code.c:167 locate/locate.c:1530 xargs/xargs.c:577
386 msgid "Built using GNU gnulib version %s\n"
389 #: find/parser.c:2070
391 msgid "Features enabled: "
394 #: find/parser.c:2340
396 msgid "warning: unrecognized escape `\\%c'"
399 #: find/parser.c:2356
401 msgid "error: %s at end of format string"
404 #: find/parser.c:2395
406 msgid "warning: unrecognized format directive `%%%c'"
409 #: find/parser.c:2539
411 msgid "error: the format directive `%%%c' is reserved for future use"
414 #: find/parser.c:2564
417 "The current directory is included in the PATH environment variable, which is "
418 "insecure in combination with the %s action of find. Please remove the "
419 "current directory from your $PATH (that is, remove \".\" or leading or "
423 #: find/parser.c:2570
426 "The ralative path %s is included in the PATH environment variable, which is "
427 "insecure in combination with the %s action of find. Please remove that "
431 #: find/parser.c:2668
433 "You may not use {} within the utility name for -execdir and -okdir, because "
434 "this is a potential security problem."
437 #: find/parser.c:2691
439 msgid "Only one instance of {} is supported with -exec%s ... +"
442 #: find/parser.c:2704
443 msgid "The environment is too large for exec()."
446 #: find/parser.c:2887
447 msgid "arithmetic overflow when trying to calculate the end of today"
452 msgid "Warning: cannot determine birth time of file `%s'"
457 msgid "< %s ... %s > ? "
460 #: find/pred.c:1717 xargs/xargs.c:1072
466 msgid "error waiting for %s"
471 msgid "%s terminated by signal %d"
474 #: find/tree.c:87 find/tree.c:92 find/tree.c:172 find/tree.c:211
475 msgid "invalid expression"
481 "invalid expression; you have used a binary operator '%s' with nothing before "
487 msgid "expected an expression between '%s' and ')'"
492 msgid "expected an expression after '%s'"
496 msgid "invalid expression; you have too many ')'"
502 "invalid expression; expected to find a ')' but didn't see one. Perhaps you "
503 "need an extra predicate after '%s'"
507 msgid "invalid expression; empty parentheses are not allowed."
512 "invalid expression; I was expecting to find a ')' somewhere but did not see "
516 #: find/tree.c:157 find/tree.c:811
517 msgid "oops -- invalid expression type!"
522 msgid "oops -- invalid expression type (%d)!"
526 msgid "oops -- invalid expression type in mark_stat!"
530 msgid "oops -- invalid expression type in mark_type!"
535 msgid "paths must precede expression: %s"
540 msgid "unknown predicate `%s'"
545 msgid "invalid predicate `%s'"
550 msgid "invalid argument `%s' to `%s'"
555 msgid "missing argument to `%s'"
559 msgid "you have too many ')'"
564 msgid "unexpected extra predicate '%s'"
568 msgid "unexpected extra predicate"
572 msgid "oops -- invalid default insertion of and!"
578 "Usage: %s [--version | --help]\n"
579 "or %s most_common_bigrams < file-list > locate-database\n"
582 #: locate/code.c:132 locate/locate.c:1289 xargs/xargs.c:1270
585 "Report bugs to <bug-findutils@gnu.org>.\n"
590 msgid "GNU findutils version %s\n"
593 #: locate/locate.c:157
597 #: locate/locate.c:206
598 msgid "The argument argument for option --max-database-age must not be empty"
601 #: locate/locate.c:222 locate/locate.c:229
603 msgid "Invalid argument `%s' for option --max-database-age"
606 #: locate/locate.c:587
608 msgid "locate database `%s' is corrupt or invalid"
611 #: locate/locate.c:848
613 msgid "Locate database size: %s bytes\n"
616 #: locate/locate.c:853
618 msgid "Matching Filenames: %s "
621 #: locate/locate.c:854
623 msgid "All Filenames: %s "
626 #: locate/locate.c:857
628 msgid "with a cumulative length of %s bytes"
631 #: locate/locate.c:861
635 "\tof which %s contain whitespace, "
638 #: locate/locate.c:864
642 "\t%s contain newline characters, "
645 #: locate/locate.c:867
649 "\tand %s contain characters with the high bit set.\n"
652 #: locate/locate.c:875
655 "Some filenames may have been filtered out, so we cannot compute the "
656 "compression ratio.\n"
659 #: locate/locate.c:882
661 msgid "Compression ratio %4.2f%%\n"
664 #: locate/locate.c:889
666 msgid "Compression ratio is undefined\n"
669 #: locate/locate.c:944
672 "locate database `%s' looks like an slocate database but it seems to have "
673 "security level %c, which GNU findutils does not currently support"
676 #: locate/locate.c:1036
679 "`%s' is an slocate database. Support for these is new, expect problems for "
680 "now (you are, after all, using the CVS code)."
683 #: locate/locate.c:1064
685 "You specified the -E option, but that option cannot be used with slocate-"
686 "format databases with a non-zero security level. No results will be "
687 "generated for this database.\n"
690 #: locate/locate.c:1075
692 msgid "`%s' is an slocate database. Turning on the '-e' option."
695 #: locate/locate.c:1239
697 msgid "Database %s is in the %s format.\n"
700 #: locate/locate.c:1280
703 "Usage: %s [-d path | --database=path] [-e | -E | --[non-]existing]\n"
704 " [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n"
705 " [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n"
706 " [-P | -H | --nofollow] [-L | --follow] [-m | --mmap ] [ -s | --"
708 " [-A | --all] [-p | --print] [-r | --regex ] [--regextype=TYPE]\n"
709 " [--max-database-age D] [--version] [--help]\n"
713 #: locate/locate.c:1342
714 msgid "failed to drop group privileges"
717 #: locate/locate.c:1359
718 msgid "failed to drop setuid privileges"
721 #: locate/locate.c:1373
722 msgid "Failed to fully drop privileges"
725 #: locate/locate.c:1391
726 msgid "failed to drop setgid privileges"
729 #: locate/locate.c:1529
731 msgid "GNU locate version %s\n"
734 #: locate/locate.c:1569
735 msgid "argument to --limit"
738 #: locate/locate.c:1652
739 msgid "warning: the locate database can only be read from stdin once."
742 #: locate/locate.c:1723
744 msgid "warning: database `%s' is more than %d %s old (actual age is %.1f %s)"
749 msgid "Invalid escape sequence %s in input delimiter specification."
755 "Invalid escape sequence %s in input delimiter specification; character "
756 "values must not exceed %lx."
762 "Invalid escape sequence %s in input delimiter specification; character "
763 "values must not exceed %lo."
769 "Invalid escape sequence %s in input delimiter specification; trailing "
770 "characters %s not recognised."
776 "Invalid input delimiter specification %s: the delimiter must be either a "
777 "single character or an escape sequence starting with \\."
781 msgid "environment is too large for exec"
786 msgid "warning: value %ld for -s option is too large, using %ld instead"
791 msgid "GNU xargs version %s\n"
796 msgid "Cannot open input file `%s'"
801 msgid "Your environment variables take up %lu bytes\n"
806 msgid "POSIX lower and upper limits on argument length: %lu, %lu\n"
811 msgid "Maximum length of command we could actually use: %ld\n"
816 msgid "Size of command buffer we are actually using: %lu\n"
823 "Execution of xargs will continue now, and it will try to read its input and "
824 "run commands; if this is not what you wanted to happen, please type the end-"
825 "of-file keystroke.\n"
831 "Warning: %s will be run at least once. If you do not want that to happen, "
832 "then press the interrupt keystroke.\n"
835 #: xargs/xargs.c:794 xargs/xargs.c:887
838 "unmatched %s quote; by default quotes are special to xargs unless you use "
842 #: xargs/xargs.c:795 xargs/xargs.c:888
846 #: xargs/xargs.c:795 xargs/xargs.c:888
852 "warning: a NUL character occurred in the input. It cannot be passed through "
853 "in the argument list. Did you mean to use the --null option?"
856 #: xargs/xargs.c:917 xargs/xargs.c:974
857 msgid "argument line too long"
860 #: xargs/xargs.c:1147
861 msgid "error waiting for child process"
864 #: xargs/xargs.c:1163
866 msgid "%s: exited with status 255; aborting"
869 #: xargs/xargs.c:1165
871 msgid "%s: stopped by signal %d"
874 #: xargs/xargs.c:1167
876 msgid "%s: terminated by signal %d"
879 #: xargs/xargs.c:1220
881 msgid "%s: invalid number for -%c option\n"
884 #: xargs/xargs.c:1227
886 msgid "%s: value for -%c option should be >= %ld\n"
889 #: xargs/xargs.c:1241
891 msgid "%s: value for -%c option should be < %ld\n"
894 #: xargs/xargs.c:1259
897 "Usage: %s [-0prtx] [--interactive] [--null] [-d|--delimiter=delim]\n"
898 " [-E eof-str] [-e[eof-str]] [--eof[=eof-str]]\n"
899 " [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]]\n"
900 " [-I replace-str] [-i[replace-str]] [--replace[=replace-str]]\n"
901 " [-n max-args] [--max-args=max-args]\n"
902 " [-s max-chars] [--max-chars=max-chars]\n"
903 " [-P max-procs] [--max-procs=max-procs] [--show-limits]\n"
904 " [--verbose] [--exit] [--no-run-if-empty] [--arg-file=file]\n"
905 " [--version] [--help] [command [initial-arguments]]\n"