1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) 2002 Free Software Foundation, Inc.
3 # Wang Li <charles@linux.net.cn>, 2002.
7 "Project-Id-Version: findutils 4.1.7\n"
8 "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n"
9 "POT-Creation-Date: 2007-11-13 11:10+0000\n"
10 "PO-Revision-Date: 2002-09-03 14:29+0800\n"
11 "Last-Translator: Wang Li <charles@linux.net.cn>\n"
12 "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
14 "Content-Type: text/plain; charset=gb2312\n"
15 "Content-Transfer-Encoding: 8-bit\n"
17 #: gnulib/lib/argmatch.c:133
19 msgid "invalid argument %s for %s"
20 msgstr "¡°%2$s¡±µÄ²ÎÊý %1$s ÎÞЧ"
22 #: gnulib/lib/argmatch.c:134
24 msgid "ambiguous argument %s for %s"
25 msgstr "¡°%2$s¡±µÄ²ÎÊý %1$s ÓжþÒåÐÔ"
27 #: gnulib/lib/argmatch.c:153
29 msgid "Valid arguments are:"
30 msgstr "ºÏ·¨µÄ²ÎÊýΪ£º"
32 #: gnulib/lib/closein.c:99
33 msgid "error closing file"
36 #: gnulib/lib/closeout.c:73 locate/code.c:152 locate/frcode.c:216
40 #: gnulib/lib/error.c:125
41 msgid "Unknown system error"
42 msgstr "δ֪µÄϵͳ´íÎó"
44 #: gnulib/lib/getopt.c:530 gnulib/lib/getopt.c:546
46 msgid "%s: option `%s' is ambiguous\n"
47 msgstr "%s£ºÑ¡Ïî¡°%s¡±ÓжþÒåÐÔ\n"
49 #: gnulib/lib/getopt.c:579 gnulib/lib/getopt.c:583
51 msgid "%s: option `--%s' doesn't allow an argument\n"
52 msgstr "%s£ºÑ¡Ïî¡°--%s¡±²»½ÓÊܲÎÊý\n"
54 #: gnulib/lib/getopt.c:592 gnulib/lib/getopt.c:597
56 msgid "%s: option `%c%s' doesn't allow an argument\n"
57 msgstr "%s£ºÑ¡Ïî¡°%c%s¡±²»½ÓÊܲÎÊý\n"
59 #: gnulib/lib/getopt.c:640 gnulib/lib/getopt.c:659 gnulib/lib/getopt.c:975
60 #: gnulib/lib/getopt.c:994
62 msgid "%s: option `%s' requires an argument\n"
63 msgstr "%s£ºÑ¡Ïî¡°%s¡±ÐèÒªÒ»¸ö²ÎÊý\n"
65 #: gnulib/lib/getopt.c:697 gnulib/lib/getopt.c:700
67 msgid "%s: unrecognized option `--%s'\n"
68 msgstr "%s£ºÎÞ·¨Ê¶±ðµÄÑ¡Ïî¡°--%s¡±\n"
70 #: gnulib/lib/getopt.c:708 gnulib/lib/getopt.c:711
72 msgid "%s: unrecognized option `%c%s'\n"
73 msgstr "%s£ºÎÞ·¨Ê¶±ðµÄÑ¡Ïî¡°%c%s¡±\n"
75 #: gnulib/lib/getopt.c:763 gnulib/lib/getopt.c:766
77 msgid "%s: illegal option -- %c\n"
78 msgstr "%s£º·Ç·¨Ñ¡Ïî -- %c\n"
80 #: gnulib/lib/getopt.c:772 gnulib/lib/getopt.c:775
82 msgid "%s: invalid option -- %c\n"
83 msgstr "%s£º·Ç·¨Ñ¡Ïî -- %c\n"
85 #: gnulib/lib/getopt.c:827 gnulib/lib/getopt.c:843 gnulib/lib/getopt.c:1047
86 #: gnulib/lib/getopt.c:1065
88 msgid "%s: option requires an argument -- %c\n"
89 msgstr "%s£ºÑ¡ÏîÐèÒªÒ»¸ö²ÎÊý -- %c\n"
91 #: gnulib/lib/getopt.c:896 gnulib/lib/getopt.c:912
93 msgid "%s: option `-W %s' is ambiguous\n"
94 msgstr "%s£ºÑ¡Ïî¡°-W %s¡±ÓжþÒåÐÔ\n"
96 #: gnulib/lib/getopt.c:936 gnulib/lib/getopt.c:954
98 msgid "%s: option `-W %s' doesn't allow an argument\n"
99 msgstr "%s£ºÑ¡Ïî¡°-W %s¡±²»½ÓÊܲÎÊý\n"
101 #: gnulib/lib/openat-die.c:33
103 msgid "unable to record current working directory"
104 msgstr "ÎÞ·¨»ñÈ¡µ±Ç°Ä¿Â¼"
106 #: gnulib/lib/openat-die.c:46
107 msgid "failed to return to initial working directory"
111 #. Get translations for open and closing quotation marks.
113 #. The message catalog should translate "`" to a left
114 #. quotation mark suitable for the locale, and similarly for
115 #. "'". If the catalog has no translation,
116 #. locale_quoting_style quotes `like this', and
117 #. clocale_quoting_style quotes "like this".
119 #. For example, an American English Unicode locale should
120 #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
121 #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
122 #. MARK). A British English Unicode locale should instead
123 #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and
124 #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
126 #. If you don't know what to put here, please see
127 #. <http://en.wikipedia.org/wiki/Quotation_mark#Glyphs>
128 #. and use glyphs suitable for your language.
129 #: gnulib/lib/quotearg.c:228
133 #: gnulib/lib/quotearg.c:229
137 #: gnulib/lib/regcomp.c:131
141 #: gnulib/lib/regcomp.c:134
145 #: gnulib/lib/regcomp.c:137
146 msgid "Invalid regular expression"
147 msgstr "ÎÞЧµÄ³£¹æ±í´ïʽ"
149 #: gnulib/lib/regcomp.c:140
150 msgid "Invalid collation character"
151 msgstr "ÎÞЧµÄУ¿±×Ö·û"
153 #: gnulib/lib/regcomp.c:143
154 msgid "Invalid character class name"
155 msgstr "ÎÞЧµÄ×Ö·ûÀàÃû"
157 #: gnulib/lib/regcomp.c:146
158 msgid "Trailing backslash"
159 msgstr "ĩβµÄ·´Ð±Ïß"
161 #: gnulib/lib/regcomp.c:149
162 msgid "Invalid back reference"
163 msgstr "ÎÞЧµÄÏòºóÒýÓÃ"
165 #: gnulib/lib/regcomp.c:152
166 msgid "Unmatched [ or [^"
167 msgstr "²»Æ¥ÅäµÄ [ »ò [^"
169 #: gnulib/lib/regcomp.c:155
170 msgid "Unmatched ( or \\("
171 msgstr "²»Æ¥ÅäµÄ ( »ò \\("
173 #: gnulib/lib/regcomp.c:158
174 msgid "Unmatched \\{"
175 msgstr "²»Æ¥ÅäµÄ \\{"
177 #: gnulib/lib/regcomp.c:161
178 msgid "Invalid content of \\{\\}"
179 msgstr "ÎÞЧµÄ \\{\\} µÄÄÚÈÝ"
181 #: gnulib/lib/regcomp.c:164
183 msgid "Invalid range end"
184 msgstr "ÎÞЧµÄÏòºóÒýÓÃ"
186 #: gnulib/lib/regcomp.c:167
187 msgid "Memory exhausted"
190 #: gnulib/lib/regcomp.c:170
192 msgid "Invalid preceding regular expression"
193 msgstr "ÎÞЧµÄ³£¹æ±í´ïʽ"
195 #: gnulib/lib/regcomp.c:173
197 msgid "Premature end of regular expression"
198 msgstr "ÎÞЧµÄ³£¹æ±í´ïʽ"
200 #: gnulib/lib/regcomp.c:176
201 msgid "Regular expression too big"
202 msgstr "³£¹æ±í´ïʽ¹ý´ó"
204 #: gnulib/lib/regcomp.c:179
205 msgid "Unmatched ) or \\)"
206 msgstr "²»Æ¥ÅäµÄ ) »ò \\)"
208 #: gnulib/lib/regcomp.c:680
209 msgid "No previous regular expression"
210 msgstr "ûÓÐÉÏÒ»¸ö³£¹æ±í´ïʽ"
212 #: gnulib/lib/rpmatch.c:69
216 #: gnulib/lib/rpmatch.c:72
220 #: gnulib/lib/xalloc-die.c:34
222 msgid "memory exhausted"
225 #: gnulib/lib/xstrtol-error.c:63
227 msgid "invalid %s%s argument `%s'"
228 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
230 #: gnulib/lib/xstrtol-error.c:68
232 msgid "invalid suffix in %s%s argument `%s'"
233 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
235 #: gnulib/lib/xstrtol-error.c:72
237 msgid "%s%s argument `%s' too large"
238 msgstr "²ÎÊýÁбí¹ý³¤"
240 #: find/find.c:200 find/ftsfind.c:730
241 msgid "cannot get current directory"
242 msgstr "ÎÞ·¨»ñÈ¡µ±Ç°Ä¿Â¼"
246 msgid "cannot stat current directory"
247 msgstr "ÎÞ·¨»ñÈ¡µ±Ç°Ä¿Â¼"
251 msgid "Warning: file system %s has recently been unmounted."
256 msgid "Warning: file system %s has recently been mounted."
262 "%s%s changed during execution of %s (old device number %ld, new device "
263 "number %ld, file system type is %s) [ref %ld]"
269 "%s%s changed during execution of %s (old inode number %ld, new inode number %"
270 "ld, file system type is %s) [ref %ld]"
275 msgid "Failed to safely change directory into %s"
278 #: find/find.c:1089 find/ftsfind.c:284
281 "Symbolic link %s is part of a loop in the directory hierarchy; we have "
282 "already visited the directory to which it points."
288 "Filesystem loop detected; %s has the same device number and inode as a "
289 "directory which is %d %s."
293 msgid "level higher in the file system hierarchy"
297 msgid "levels higher in the file system hierarchy"
302 msgid "warning: not following the symbolic link %s"
308 "WARNING: Hard link count is wrong for %s (saw only st_nlink=%d but we "
309 "already saw %d subdirectories): this may be a bug in your file system "
310 "driver. Automatically turning on find's -noleaf option. Earlier results "
311 "may have failed to include directories that should have been searched."
318 #: find/ftsfind.c:298
321 "File system loop detected; %s is part of the same file system loop as %s."
324 #: find/ftsfind.c:488 find/util.c:200
326 msgid "Warning: file %s appears to have mode 0000"
329 #: find/ftsfind.c:610
331 msgid "cannot search %s"
337 "warning: you have specified the %s option after a non-option argument %s, "
338 "but options are not positional (%s affects tests specified before it as well "
339 "as those specified after it). Please specify options before other "
345 "warning: the -d option is deprecated; please use -depth instead, because the "
346 "latter is a POSIX-compliant feature."
349 #: find/parser.c:1022
352 "%s is not the name of an existing group and it does not look like a numeric "
353 "group ID because it has the unexpected suffix %s"
356 #: find/parser.c:1035
358 msgid "%s is not the name of an existing group"
361 #: find/parser.c:1040
362 msgid "argument to -group is empty, but should be a group name"
365 #: find/parser.c:1061
369 "default path is the current directory; default expression is -print\n"
370 "expression may consist of: operators, options, tests, and actions:\n"
372 "ĬÈÏ·¾¶Îªµ±Ç°Ä¿Â¼£»Ä¬Èϱí´ïʽΪ -print\n"
373 "±í´ïʽ¿ÉÄÜÓÉÏÂÁгɷÝ×é³É£º\n"
374 "²Ù×÷·û (ÓÅÏȼ¶µÝ¼õ; ÔÚûÓиø³öÆäËü²Ù×÷·ûʱ£¬Òþº¬ -and)£º\n"
375 " ( ±í´ïʽ ) ! ±í´ïʽ -not ±í´ïʽ ±í´ïʽ1 -a ±í´ïʽ2 ±í´ïʽ1 -and ±í´ïʽ"
378 #: find/parser.c:1064
381 "operators (decreasing precedence; -and is implicit where no others are "
383 " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n"
384 " EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2\n"
386 "ĬÈÏ·¾¶Îªµ±Ç°Ä¿Â¼£»Ä¬Èϱí´ïʽΪ -print\n"
387 "±í´ïʽ¿ÉÄÜÓÉÏÂÁгɷÝ×é³É£º\n"
388 "²Ù×÷·û (ÓÅÏȼ¶µÝ¼õ; ÔÚûÓиø³öÆäËü²Ù×÷·ûʱ£¬Òþº¬ -and)£º\n"
389 " ( ±í´ïʽ ) ! ±í´ïʽ -not ±í´ïʽ ±í´ïʽ1 -a ±í´ïʽ2 ±í´ïʽ1 -and ±í´ïʽ"
392 #: find/parser.c:1068
394 "positional options (always true): -daystart -follow -regextype\n"
396 "normal options (always true, specified before other expressions):\n"
397 " -depth --help -maxdepth LEVELS -mindepth LEVELS -mount -noleaf\n"
398 " --version -xdev -ignore_readdir_race -noignore_readdir_race\n"
401 #: find/parser.c:1073
404 "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n"
405 " -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n"
406 " -ilname PATTERN -iname PATTERN -inum N -iwholename PATTERN -iregex "
408 " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE"
410 " -cnewer Îļþ -ctime N -empty -false -fstype ÀàÐÍ -gid N -group Ãû³Æ\n"
411 " -ilname Æ¥Åäģʽ -iname Æ¥Åäģʽ -inum N -ipath Æ¥Åäģʽ -iregex Æ¥ÅäÄ£"
413 " -links N -lname Æ¥Åäģʽ -mmin N -mtime N -name Æ¥Åäģʽ -newer Îļþ\n"
415 #: find/parser.c:1078
418 " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n"
419 " -readable -writable -executable\n"
420 " -wholename PATTERN -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n"
421 " -used N -user NAME -xtype [bcdpfls]\n"
423 " -nouser -nogroup -path Æ¥Åäģʽ -perm [+-]·ÃÎÊģʽ -regex Æ¥Åäģʽ\n"
424 " -size N[bckw] -true -type [bcdpfls] -uid N -used N -user Ãû³Æ\n"
425 " -xtype [bcdpfls]\n"
427 #: find/parser.c:1083
429 "actions: -delete -print0 -printf FORMAT -fprintf FILE FORMAT -print \n"
430 " -fprint0 FILE -fprint FILE -ls -fls FILE -prune -quit\n"
431 " -exec COMMAND ; -exec COMMAND {} + -ok COMMAND ;\n"
432 " -execdir COMMAND ; -execdir COMMAND {} + -okdir COMMAND ;\n"
435 #: find/parser.c:1089
437 "Report (and track progress on fixing) bugs via the findutils bug-reporting\n"
438 "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n"
439 "email to <bug-findutils@gnu.org>."
442 #: find/parser.c:1143
443 msgid "sanity check of the fnmatch() library function failed."
446 #: find/parser.c:1157
449 "warning: Unix filenames usually don't contain slashes (though pathnames "
450 "do). That means that '%s %s' will probably evaluate to false all the time "
451 "on this system. You might find the '-wholename' test more useful, or "
452 "perhaps '-samefile'. Alternatively, if you are using GNU grep, you could "
453 "use 'find ... -print0 | grep -FzZ %s'."
456 #: find/parser.c:1305
458 msgid "Expected a positive decimal integer argument to %s, but got %s"
461 #: find/parser.c:1455
462 msgid "This system does not provide a way to find the birth time of a file."
465 #: find/parser.c:1505
467 msgid "I cannot figure out how to interpret %s as a date or time"
470 #: find/parser.c:1521
472 msgid "Cannot obtain birth time of file %s"
475 #: find/parser.c:1788
477 msgid "invalid mode %s"
478 msgstr "·Ç·¨Ä£Ê½¡°%s¡±"
480 #: find/parser.c:1807
483 "warning: you have specified a mode pattern %s (which is equivalent to /000). "
484 "The meaning of -perm /000 has now been changed to be consistent with -perm -"
485 "000; that is, while it used to match no files, it now matches all files."
488 #: find/parser.c:2004
489 msgid "invalid null argument to -size"
490 msgstr "-size µÄ null ²ÎÊýÎÞЧ"
492 #: find/parser.c:2052
494 msgid "invalid -size type `%c'"
495 msgstr "ÎÞЧµÄ -size ÀàÐÍ¡°%c¡±"
497 #: find/parser.c:2058
499 msgid "Invalid argument `%s%c' to -size"
500 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
502 #: find/parser.c:2237
504 "The -show-control-chars option takes a single argument which must be "
505 "'literal' or 'safe'"
508 #: find/parser.c:2348
510 msgid "Invalid argument %s to -used"
511 msgstr "¡°%2$s¡±µÄ²ÎÊý %1$s ÎÞЧ"
513 #: find/parser.c:2400
515 msgid "Features enabled: "
518 #: find/parser.c:2509
519 msgid "Arguments to -type should contain only one letter"
522 #: find/parser.c:2556
524 msgid "Unknown argument to -type: %c"
527 #: find/parser.c:2677
529 msgid "warning: unrecognized escape `\\%c'"
530 msgstr "¾´¸æ£ºÎÞ·¨Ê¶±ðµÄתÒå×Ö·û¡°\\%c¡±"
532 #: find/parser.c:2693
534 msgid "error: %s at end of format string"
537 #: find/parser.c:2732
539 msgid "warning: unrecognized format directive `%%%c'"
540 msgstr "¾¯¸æ£º²»¿Éʶ±ðµÄ¸ñʽָÁî¡°%%%c¡±"
542 #: find/parser.c:2876
544 msgid "error: the format directive `%%%c' is reserved for future use"
547 #: find/parser.c:2910
550 "The current directory is included in the PATH environment variable, which is "
551 "insecure in combination with the %s action of find. Please remove the "
552 "current directory from your $PATH (that is, remove \".\" or leading or "
556 #: find/parser.c:2921
559 "The relative path %s is included in the PATH environment variable, which is "
560 "insecure in combination with the %s action of find. Please remove that "
564 #: find/parser.c:3024
566 "You may not use {} within the utility name for -execdir and -okdir, because "
567 "this is a potential security problem."
570 #: find/parser.c:3049
572 msgid "Only one instance of {} is supported with -exec%s ... +"
575 #: find/parser.c:3066
577 msgid "The environment is too large for exec()."
578 msgstr "¶Ô exec À´Ëµ»·¾³¹ý´ó"
580 #: find/parser.c:3257
581 msgid "arithmetic overflow when trying to calculate the end of today"
584 #: find/parser.c:3413
585 msgid "standard error"
588 #: find/parser.c:3418
589 msgid "standard output"
594 msgid "cannot delete %s"
599 msgid "Warning: cannot determine birth time of file %s"
604 msgid "< %s ... %s > ? "
605 msgstr "< %s ... %s > ? "
608 msgid "Cannot close standard input"
612 msgid "Failed to change directory"
615 #: find/pred.c:1924 xargs/xargs.c:1119
621 msgid "error waiting for %s"
622 msgstr "µÈ´ý %s ʱ³ö´í"
626 msgid "%s terminated by signal %d"
627 msgstr "%s ÓÉÓÚÐźŠ%d ¶øÖÕÖ¹"
629 #: find/tree.c:89 find/tree.c:94 find/tree.c:174 find/tree.c:213
630 msgid "invalid expression"
636 "invalid expression; you have used a binary operator '%s' with nothing before "
642 msgid "expected an expression between '%s' and ')'"
647 msgid "expected an expression after '%s'"
652 msgid "invalid expression; you have too many ')'"
658 "invalid expression; expected to find a ')' but didn't see one. Perhaps you "
659 "need an extra predicate after '%s'"
664 msgid "invalid expression; empty parentheses are not allowed."
669 "invalid expression; I was expecting to find a ')' somewhere but did not see "
673 #: find/tree.c:159 find/tree.c:788
674 msgid "oops -- invalid expression type!"
675 msgstr "°¥Ñ½ -- ÎÞЧµÄ±í´ïʽÀàÐÍ£¡"
679 msgid "oops -- invalid expression type (%d)!"
680 msgstr "°¥Ñ½ -- ÎÞЧµÄ±í´ïʽÀàÐÍ£¡"
684 msgid "paths must precede expression: %s"
685 msgstr "·¾¶±ØÐëÔÚ±í´ïʽ֮ǰ"
689 msgid "unknown predicate `%s'"
690 msgstr "ÎÞЧ¶ÏÑÔ¡°%s¡±"
694 msgid "invalid predicate `%s'"
695 msgstr "ÎÞЧ¶ÏÑÔ¡°%s¡±"
699 msgid "invalid argument `%s' to `%s'"
700 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
704 msgid "missing argument to `%s'"
705 msgstr "ÒÅ©¡°%s¡±µÄ²ÎÊý"
709 msgid "you have too many ')'"
714 msgid "unexpected extra predicate '%s'"
715 msgstr "ÎÞЧ¶ÏÑÔ¡°%s¡±"
718 msgid "unexpected extra predicate"
722 msgid "oops -- invalid default insertion of and!"
727 msgid "Usage: %s [-H] [-L] [-P] [-Olevel] [-D "
728 msgstr "Ó÷¨£º%s [·¾¶...] [±í´ïʽ]\n"
732 msgid "] [path...] [expression]\n"
733 msgstr "Ó÷¨£º%s [·¾¶...] [±í´ïʽ]\n"
737 msgid "Ignoring unrecognised debug flag %s"
738 msgstr "¾´¸æ£ºÎÞ·¨Ê¶±ðµÄתÒå×Ö·û¡°\\%c¡±"
741 msgid "Empty argument to the -D option."
745 msgid "The -O option must be immediately followed by a decimal integer"
748 #: find/util.c:778 find/util.c:788
749 msgid "Please specify a decimal number immediately after -O"
752 #: find/util.c:793 find/util.c:797
754 msgid "Invalid optimisation level %s"
760 "Optimisation level %lu is too high. If you want to find files very quickly, "
761 "consider using GNU locate."
766 "The environment variable FIND_BLOCK_SIZE is not supported, the only thing "
767 "that affects the block size is the POSIXLY_CORRECT environment variable"
770 #: lib/buildcmd.c:196
771 msgid "command too long"
774 #: lib/buildcmd.c:288
775 msgid "can not fit single argument within argument list size limit"
778 #: lib/buildcmd.c:293
779 msgid "argument list too long"
780 msgstr "²ÎÊýÁбí¹ý³¤"
782 #: lib/findutils-version.c:60
783 msgid "Eric B. Decker"
786 #: lib/findutils-version.c:61
787 msgid "James Youngman"
790 #: lib/findutils-version.c:62
794 #: lib/findutils-version.c:64
796 msgid "Built using GNU gnulib version %s\n"
797 msgstr "GNU find °æ±¾ %s\n"
799 #: lib/regextype.c:112
801 msgid "Unknown regular expression type %s; valid types are %s."
807 "Usage: %s [--version | --help]\n"
808 "or %s most_common_bigrams < file-list > locate-database\n"
811 #: locate/code.c:134 locate/frcode.c:171 locate/locate.c:1418
812 #: xargs/xargs.c:1317
816 "Report bugs to <bug-findutils@gnu.org>.\n"
819 "½«´íÎ󱨸浽 <bug-findutils@gnu.org>¡£"
821 #: locate/frcode.c:169
823 msgid "Usage: %s [-0 | --null] [--version] [--help]\n"
826 #: locate/frcode.c:188
827 msgid "You need to specify a security level as a decimal integer."
830 #: locate/frcode.c:195
832 msgid "Security level %s is outside the convertible range."
835 #: locate/frcode.c:202
837 msgid "Security level %s has unexpected suffix %s."
840 #: locate/frcode.c:258
842 msgid "slocate security level %ld is unsupported."
845 #: locate/frcode.c:296
846 msgid "Failed to write to standard output"
849 #: locate/locate.c:150
853 #: locate/locate.c:197
855 msgid "The argument for option --max-database-age must not be empty"
856 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
858 #: locate/locate.c:213 locate/locate.c:220
860 msgid "Invalid argument %s for option --max-database-age"
861 msgstr "¡°%2$s¡±µÄÎÞЧ²ÎÊý¡°%1$s¡±"
863 #: locate/locate.c:472
865 msgid "locate database %s contains a filename longer than locate can handle"
868 #: locate/locate.c:607
870 msgid "locate database %s is corrupt or invalid"
873 #: locate/locate.c:894
875 msgid "Locate database size: %s bytes\n"
878 #: locate/locate.c:899
880 msgid "Matching Filenames: %s "
883 #: locate/locate.c:900
885 msgid "All Filenames: %s "
888 #: locate/locate.c:903
890 msgid "with a cumulative length of %s bytes"
893 #: locate/locate.c:907
897 "\tof which %s contain whitespace, "
900 #: locate/locate.c:910
904 "\t%s contain newline characters, "
907 #: locate/locate.c:913
911 "\tand %s contain characters with the high bit set.\n"
914 #: locate/locate.c:921
917 "Some filenames may have been filtered out, so we cannot compute the "
918 "compression ratio.\n"
921 #: locate/locate.c:934
923 msgid "Compression ratio %4.2f%% (higher is better)\n"
926 #: locate/locate.c:941
928 msgid "Compression ratio is undefined\n"
931 #: locate/locate.c:996
934 "locate database %s looks like an slocate database but it seems to have "
935 "security level %c, which GNU findutils does not currently support"
938 #: locate/locate.c:1113
941 "%s is an slocate database. Support for these is new, expect problems for "
945 #: locate/locate.c:1127
948 "%s is an slocate database of unsupported security level %d; skipping it."
951 #: locate/locate.c:1144
953 "You specified the -E option, but that option cannot be used with slocate-"
954 "format databases with a non-zero security level. No results will be "
955 "generated for this database.\n"
958 #: locate/locate.c:1155
960 msgid "%s is an slocate database. Turning on the '-e' option."
963 #: locate/locate.c:1193
965 msgid "Old-format locate database %s is too short to be valid"
968 #: locate/locate.c:1345
970 msgid "Database %s is in the %s format.\n"
973 #: locate/locate.c:1366
974 msgid "The database has little-endian machine-word encoding.\n"
977 #: locate/locate.c:1368
978 msgid "The database has big-endian machine-word encoding.\n"
981 #: locate/locate.c:1381
983 msgid "The database machine-word encoding order is not obvious.\n"
986 #: locate/locate.c:1409
989 "Usage: %s [-d path | --database=path] [-e | -E | --[non-]existing]\n"
990 " [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n"
991 " [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n"
992 " [-P | -H | --nofollow] [-L | --follow] [-m | --mmap ] [ -s | --"
994 " [-A | --all] [-p | --print] [-r | --regex ] [--regextype=TYPE]\n"
995 " [--max-database-age D] [--version] [--help]\n"
999 #: locate/locate.c:1472
1000 msgid "failed to drop group privileges"
1003 #: locate/locate.c:1490
1004 msgid "failed to drop setuid privileges"
1007 #: locate/locate.c:1504
1008 msgid "Failed to fully drop privileges"
1011 #: locate/locate.c:1522
1012 msgid "failed to drop setgid privileges"
1015 #: locate/locate.c:1789
1016 msgid "warning: the locate database can only be read from stdin once."
1019 #: locate/locate.c:1851
1020 msgid "time system call failed"
1023 #: locate/locate.c:1862
1025 msgid "warning: database %s is more than %d %s old (actual age is %.1f %s)"
1026 msgstr "¾´¸æ£ºÊý¾Ý¿â¡°%s¡±±È %d %s »¹³Â¾É"
1028 #: locate/word_io.c:97
1030 msgid "Warning: locate database %s was built with a different byte order"
1033 #: locate/word_io.c:144
1035 msgid "unexpected EOF in %s"
1036 msgstr "ÎÞЧ¶ÏÑÔ¡°%s¡±"
1038 #: locate/word_io.c:146
1040 msgid "error reading a word from %s"
1041 msgstr "µÈ´ý %s ʱ³ö´í"
1043 #: xargs/xargs.c:303
1045 msgid "Invalid escape sequence %s in input delimiter specification."
1048 #: xargs/xargs.c:321
1051 "Invalid escape sequence %s in input delimiter specification; character "
1052 "values must not exceed %lx."
1055 #: xargs/xargs.c:327
1058 "Invalid escape sequence %s in input delimiter specification; character "
1059 "values must not exceed %lo."
1062 #: xargs/xargs.c:336
1065 "Invalid escape sequence %s in input delimiter specification; trailing "
1066 "characters %s not recognised."
1069 #: xargs/xargs.c:381
1072 "Invalid input delimiter specification %s: the delimiter must be either a "
1073 "single character or an escape sequence starting with \\."
1076 #: xargs/xargs.c:398
1077 msgid "environment is too large for exec"
1078 msgstr "¶Ô exec À´Ëµ»·¾³¹ý´ó"
1080 #: xargs/xargs.c:583
1082 msgid "warning: value %ld for -s option is too large, using %ld instead"
1085 #: xargs/xargs.c:652
1087 msgid "Cannot open input file %s"
1090 #: xargs/xargs.c:688
1092 msgid "Your environment variables take up %lu bytes\n"
1095 #: xargs/xargs.c:691
1097 msgid "POSIX upper limit on argument length (this system): %lu\n"
1100 #: xargs/xargs.c:694
1103 "POSIX smallest allowable upper limit on argument length (all systems): %lu\n"
1106 #: xargs/xargs.c:697
1108 msgid "Maximum length of command we could actually use: %ld\n"
1111 #: xargs/xargs.c:701
1113 msgid "Size of command buffer we are actually using: %lu\n"
1116 #: xargs/xargs.c:707
1120 "Execution of xargs will continue now, and it will try to read its input and "
1121 "run commands; if this is not what you wanted to happen, please type the end-"
1122 "of-file keystroke.\n"
1125 #: xargs/xargs.c:715
1128 "Warning: %s will be run at least once. If you do not want that to happen, "
1129 "then press the interrupt keystroke.\n"
1132 #: xargs/xargs.c:841 xargs/xargs.c:934
1135 "unmatched %s quote; by default quotes are special to xargs unless you use "
1139 #: xargs/xargs.c:842 xargs/xargs.c:935
1143 #: xargs/xargs.c:842 xargs/xargs.c:935
1147 #: xargs/xargs.c:954
1149 "warning: a NUL character occurred in the input. It cannot be passed through "
1150 "in the argument list. Did you mean to use the --null option?"
1153 #: xargs/xargs.c:964 xargs/xargs.c:1021
1154 msgid "argument line too long"
1157 #: xargs/xargs.c:1194
1158 msgid "error waiting for child process"
1159 msgstr "µÈ´ý×Ó½ø³Ìʱ³ö´í"
1161 #: xargs/xargs.c:1210
1163 msgid "%s: exited with status 255; aborting"
1164 msgstr "%s£ºÒÔ״̬ 255 Í˳ö£»ÖÐÖ¹"
1166 #: xargs/xargs.c:1212
1168 msgid "%s: stopped by signal %d"
1169 msgstr "%s£ºÒòÐźŠ%d ¶øÍ£Ö¹"
1171 #: xargs/xargs.c:1214
1173 msgid "%s: terminated by signal %d"
1174 msgstr "%s£ºÒòÐźŠ%d ¶øÖÕÖ¹"
1176 #: xargs/xargs.c:1267
1178 msgid "%s: invalid number for -%c option\n"
1179 msgstr "%s£ºÑ¡Ïî -%c µÄÊýÖµÎÞЧ\n"
1181 #: xargs/xargs.c:1274
1183 msgid "%s: value for -%c option should be >= %ld\n"
1184 msgstr "%s£ºÑ¡Ïî -%c µÄÖµ±ØÐë >= %ld\n"
1186 #: xargs/xargs.c:1288
1188 msgid "%s: value for -%c option should be < %ld\n"
1189 msgstr "%s£ºÑ¡Ïî -%c µÄÖµ±ØÐë < %ld\n"
1191 #: xargs/xargs.c:1306
1194 "Usage: %s [-0prtx] [--interactive] [--null] [-d|--delimiter=delim]\n"
1195 " [-E eof-str] [-e[eof-str]] [--eof[=eof-str]]\n"
1196 " [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]]\n"
1197 " [-I replace-str] [-i[replace-str]] [--replace[=replace-str]]\n"
1198 " [-n max-args] [--max-args=max-args]\n"
1199 " [-s max-chars] [--max-chars=max-chars]\n"
1200 " [-P max-procs] [--max-procs=max-procs] [--show-limits]\n"
1201 " [--verbose] [--exit] [--no-run-if-empty] [--arg-file=file]\n"
1202 " [--version] [--help] [command [initial-arguments]]\n"
1205 #~ msgid "block size"
1208 #~ msgid "GNU find version %s\n"
1209 #~ msgstr "GNU find °æ±¾ %s\n"
1212 #~ msgid "GNU findutils version %s\n"
1213 #~ msgstr "GNU find °æ±¾ %s\n"
1215 #~ msgid "GNU locate version %s\n"
1216 #~ msgstr "GNU locate °æ±¾ %s\n"
1219 #~ msgid "argument to --limit"
1220 #~ msgstr "²ÎÊýÐйý³¤"
1222 #~ msgid "GNU xargs version %s\n"
1223 #~ msgstr "GNU xargs °æ±¾ %s\n"
1226 #~ msgid "oops -- invalid expression type in mark_stat!"
1227 #~ msgstr "°¥Ñ½ -- ÎÞЧµÄ±í´ïʽÀàÐÍ£¡"
1230 #~ msgid "oops -- invalid expression type in mark_type!"
1231 #~ msgstr "°¥Ñ½ -- ÎÞЧµÄ±í´ïʽÀàÐÍ£¡"
1235 #~ "actions: -exec COMMAND ; -fprint FILE -fprint0 FILE -fprintf FILE FORMAT\n"
1236 #~ " -fls FILE -ok COMMAND ; -print -print0 -printf FORMAT -prune -ls -"
1240 #~ "¶¯×÷£º-exec ÃüÁî ; -fprint Îļþ -fprint0 Îļþ -fprintf Îļþ ¸ñʽ\n"
1241 #~ " -ok ÃüÁî ; -print -print0 -printf ¸ñʽ -prune -ls\n"
1243 #~ msgid "Predicate List:\n"
1244 #~ msgstr "¶ÏÑÔÁÐ±í£º\n"
1246 #~ msgid "Eval Tree:\n"
1247 #~ msgstr "ÇóÖµÊ÷£º\n"
1249 #~ msgid "Optimized Eval Tree:\n"
1250 #~ msgstr "ÓÅ»¯µÄÇóÖµÊ÷£º\n"
1253 #~ msgid "Optimized command line:\n"
1254 #~ msgstr "ÓÅ»¯µÄÇóÖµÊ÷£º\n"
1256 #~ msgid "virtual memory exhausted"
1257 #~ msgstr "ÐéÄâÄÚ´æºÄ¾¡"
1259 #~ msgid "inserting %s\n"
1260 #~ msgstr "ÕýÔÚ²åÈë %s\n"
1262 #~ msgid " type: %s %s "
1263 #~ msgstr " ÀàÐÍ£º%s %s "
1271 #~ msgid "%s changed during execution of %s"
1272 #~ msgstr "ÔÚÖ´ÐÐ %2$s ÆÚ¼ä %1$s ±»¸Ä±ä"
1274 #~ msgid "%s/.. changed during execution of %s"
1275 #~ msgstr "ÔÚÖ´ÐÐ %2$s ÆÚ¼ä %1$s/.. ±»¸Ä±ä"
1277 #~ msgid "error in %s: %s"
1278 #~ msgstr "%s ÖеĴíÎó£º%s"
1281 #~ " EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2\n"
1282 #~ "options (always true): -daystart -depth -follow --help\n"
1283 #~ " -maxdepth LEVELS -mindepth LEVELS -mount -noleaf --version -xdev\n"
1284 #~ "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n"
1286 #~ " ±í´ïʽ1 -o ±í´ïʽ2 ±í´ïʽ1 -or ±í´ïʽ2 ±í´ïʽ1 , ±í´ïʽ2\n"
1287 #~ "Ñ¡Ïî (×ÜΪÕæ)£º-daystart -depth -follow --help\n"
1288 #~ " -maxdepth ²ã´ÎÊý -mindepth ²ã´ÎÊý -mount -noleaf --version -xdev\n"
1289 #~ "²âÊÔ (N ¿ÉÒÔΪ +N »ò -N »ò N)£º-amin N -anewer Îļþ -atime N -cmin N\n"
1292 #~ "Usage: %s [-d path | --database=path] [-e | --existing]\n"
1293 #~ " [-i | --ignore-case] [--version] [--help] pattern...\n"
1295 #~ "Ó÷¨£º%s [-d ·¾¶ | --database=·¾¶] [-e | --existing]\n"
1296 #~ " [-i | --ignore-case] [--version] [--help] ģʽ...\n"
1298 #~ msgid "unmatched %s quote"
1299 #~ msgstr "²»Æ¥ÅäµÄ%sÒýºÅ"