1 # THINK DIFFERENT, THINK OPENSOURSE.
2 # Copyright (C) 2003, 2010 Free Software Foundation, Inc.
3 # Nik Ramadhan Nik Idris <toknik@yahoo.com>, 2003.
7 "Project-Id-Version: findutils-4.1.7\n"
8 "Report-Msgid-Bugs-To: bug-findutils@gnu.org\n"
9 "POT-Creation-Date: 2010-04-07 23:44+0100\n"
10 "PO-Revision-Date: 2003-01-19 14:42+0800\n"
11 "Last-Translator: Nik Ramadhan Nik Idris <toknix@yahoo.com>\n"
12 "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
14 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: find/find.c:144 find/ftsfind.c:691
19 msgid "Failed initialise shared-file hash table"
22 #: find/find.c:214 find/ftsfind.c:757
24 msgid "cannot get current directory"
29 msgid "cannot stat current directory"
34 msgid "Cannot read list of mounted devices."
39 msgid "WARNING: file system %s has recently been unmounted."
44 msgid "WARNING: file system %s has recently been mounted."
50 "%s%s changed during execution of %s (old device number %ld, new device "
51 "number %ld, file system type is %s) [ref %ld]"
57 "%s%s changed during execution of %s (old inode number %<PRIuMAX>, new inode "
58 "number %<PRIuMAX>, file system type is %s) [ref %ld]"
63 msgid "failed to return to parent directory"
68 msgid "Failed to safely change directory into %s"
71 #: find/find.c:1127 find/ftsfind.c:263
74 "Symbolic link %s is part of a loop in the directory hierarchy; we have "
75 "already visited the directory to which it points."
81 "Filesystem loop detected; %s has the same device number and inode as a "
82 "directory which is %d level higher in the file system hierarchy"
84 "Filesystem loop detected; %s has the same device number and inode as a "
85 "directory which is %d levels higher in the file system hierarchy"
91 msgid "warning: not following the symbolic link %s"
97 "WARNING: Hard link count is wrong for %s (saw only st_nlink=%<PRIuMAX> but "
98 "we already saw %<PRIuMAX> subdirectories): this may be a bug in your file "
99 "system driver. Automatically turning on find's -noleaf option. Earlier "
100 "results may have failed to include directories that should have been "
106 msgid "Cannot read mounted file system list"
111 msgstr "tidak diketahui"
113 #: find/ftsfind.c:277
116 "File system loop detected; %s is part of the same file system loop as %s."
119 #: find/ftsfind.c:471 find/util.c:211
121 msgid "WARNING: file %s appears to have mode 0000"
124 #: find/ftsfind.c:604
126 msgid "cannot search %s"
129 #: find/ftsfind.c:625
131 msgid "failed to restore working directory after searching %s"
137 "The -delete action atomatically turns on -depth, but -prune does nothing "
138 "when -depth is in effect. If you want to carry on anyway, just explicitly "
139 "use the -depth option."
145 "warning: you have specified the %s option after a non-option argument %s, "
146 "but options are not positional (%s affects tests specified before it as well "
147 "as those specified after it). Please specify options before other "
154 "warning: the -d option is deprecated; please use -depth instead, because the "
155 "latter is a POSIX-compliant feature."
158 #: find/parser.c:1184
161 "%s is not the name of an existing group and it does not look like a numeric "
162 "group ID because it has the unexpected suffix %s"
165 #: find/parser.c:1199
167 msgid "%s is not the name of an existing group"
170 #: find/parser.c:1205
172 msgid "argument to -group is empty, but should be a group name"
175 #: find/parser.c:1227
178 "default path is the current directory; default expression is -print\n"
179 "expression may consist of: operators, options, tests, and actions:\n"
182 #: find/parser.c:1230
184 "operators (decreasing precedence; -and is implicit where no others are "
186 " ( EXPR ) ! EXPR -not EXPR EXPR1 -a EXPR2 EXPR1 -and EXPR2\n"
187 " EXPR1 -o EXPR2 EXPR1 -or EXPR2 EXPR1 , EXPR2\n"
190 #: find/parser.c:1234
192 "positional options (always true): -daystart -follow -regextype\n"
194 "normal options (always true, specified before other expressions):\n"
195 " -depth --help -maxdepth LEVELS -mindepth LEVELS -mount -noleaf\n"
196 " --version -xdev -ignore_readdir_race -noignore_readdir_race\n"
199 #: find/parser.c:1239
201 "tests (N can be +N or -N or N): -amin N -anewer FILE -atime N -cmin N\n"
202 " -cnewer FILE -ctime N -empty -false -fstype TYPE -gid N -group NAME\n"
203 " -ilname PATTERN -iname PATTERN -inum N -iwholename PATTERN -iregex "
205 " -links N -lname PATTERN -mmin N -mtime N -name PATTERN -newer FILE"
208 #: find/parser.c:1244
210 " -nouser -nogroup -path PATTERN -perm [+-]MODE -regex PATTERN\n"
211 " -readable -writable -executable\n"
212 " -wholename PATTERN -size N[bcwkMG] -true -type [bcdpflsD] -uid N\n"
213 " -used N -user NAME -xtype [bcdpfls]"
216 #: find/parser.c:1249
217 msgid " -context CONTEXT\n"
220 #: find/parser.c:1251
223 "actions: -delete -print0 -printf FORMAT -fprintf FILE FORMAT -print \n"
224 " -fprint0 FILE -fprint FILE -ls -fls FILE -prune -quit\n"
225 " -exec COMMAND ; -exec COMMAND {} + -ok COMMAND ;\n"
226 " -execdir COMMAND ; -execdir COMMAND {} + -okdir COMMAND ;\n"
229 #: find/parser.c:1257
231 "Report (and track progress on fixing) bugs via the findutils bug-reporting\n"
232 "page at http://savannah.gnu.org/ or, if you have no web access, by sending\n"
233 "email to <bug-findutils@gnu.org>."
236 #: find/parser.c:1312
238 msgid "sanity check of the fnmatch() library function failed."
241 #: find/parser.c:1326
244 "warning: Unix filenames usually don't contain slashes (though pathnames "
245 "do). That means that '%s %s' will probably evaluate to false all the time "
246 "on this system. You might find the '-wholename' test more useful, or "
247 "perhaps '-samefile'. Alternatively, if you are using GNU grep, you could "
248 "use 'find ... -print0 | grep -FzZ %s'."
251 #: find/parser.c:1452
253 msgid "Expected a positive decimal integer argument to %s, but got %s"
256 #: find/parser.c:1617
258 msgid "This system does not provide a way to find the birth time of a file."
261 #: find/parser.c:1638
263 msgid "The %s test needs an argument"
264 msgstr "%s: pilihan `%s' memerlukan hujah\n"
266 #: find/parser.c:1675
268 msgid "I cannot figure out how to interpret %s as a date or time"
271 #: find/parser.c:1692
273 msgid "Cannot obtain birth time of file %s"
276 #: find/parser.c:1900
278 msgid "warning: -%s %s will not match anything because it ends with /."
281 #: find/parser.c:1956
283 msgid "Mode %s is not valid when POSIXLY_CORRECT is on."
286 #: find/parser.c:2039
288 msgid "invalid mode %s"
289 msgstr "mod yang salah `%s'"
291 #: find/parser.c:2058
294 "warning: you have specified a mode pattern %s (which is equivalent to /000). "
295 "The meaning of -perm /000 has now been changed to be consistent with -perm -"
296 "000; that is, while it used to match no files, it now matches all files."
299 #: find/parser.c:2274
301 msgid "invalid null argument to -size"
304 #: find/parser.c:2323
306 msgid "invalid -size type `%c'"
307 msgstr "jenis saiz tidak sah `%c'"
309 #: find/parser.c:2329
311 msgid "Invalid argument `%s%c' to -size"
312 msgstr "hujah yang salah `%s' kepada `%s'"
314 #: find/parser.c:2511
316 "The -show-control-chars option takes a single argument which must be "
317 "'literal' or 'safe'"
320 #: find/parser.c:2625
322 msgid "Invalid argument %s to -used"
323 msgstr "hujah yang salah `%s' kepada `%s'"
325 #: find/parser.c:2666
327 msgid "%s is not the name of a known user"
330 #: find/parser.c:2673
332 msgid "The argument to -user should not be empty"
335 #: find/parser.c:2698
337 msgid "Features enabled: "
340 #: find/parser.c:2775
342 msgid "invalid predicate -context: SELinux is not enabled."
345 #: find/parser.c:2839
347 msgid "Arguments to -type should contain only one letter"
350 #: find/parser.c:2888
352 msgid "Unknown argument to -type: %c"
355 #: find/parser.c:3010
357 msgid "warning: unrecognized escape `\\%c'"
360 #: find/parser.c:3027
362 msgid "error: %s at end of format string"
365 #: find/parser.c:3066
367 msgid "warning: unrecognized format directive `%%%c'"
370 #: find/parser.c:3220
372 msgid "error: the format directive `%%%c' is reserved for future use"
375 #: find/parser.c:3255
378 "The current directory is included in the PATH environment variable, which is "
379 "insecure in combination with the %s action of find. Please remove the "
380 "current directory from your $PATH (that is, remove \".\" or leading or "
384 #: find/parser.c:3267
387 "The relative path %s is included in the PATH environment variable, which is "
388 "insecure in combination with the %s action of find. Please remove that "
392 #: find/parser.c:3371
395 "You may not use {} within the utility name for -execdir and -okdir, because "
396 "this is a potential security problem."
399 #: find/parser.c:3396
401 msgid "Only one instance of {} is supported with -exec%s ... +"
404 #: find/parser.c:3413
406 msgid "The environment is too large for exec()."
409 #: find/parser.c:3593
411 msgid "arithmetic overflow while converting %s days to a number of seconds"
414 #: find/parser.c:3617
416 msgid "arithmetic overflow when trying to calculate the end of today"
419 #: find/parser.c:3776
420 msgid "standard error"
423 #: find/parser.c:3781
424 msgid "standard output"
429 msgid "cannot delete %s"
432 #: find/pred.c:1088 find/pred.c:1927
434 msgid "getfilecon failed: %s"
439 msgid "WARNING: cannot determine birth time of file %s"
444 msgid "< %s ... %s > ? "
445 msgstr "< %s ... %s > ? "
449 msgid "Cannot close standard input"
454 msgid "Failed to change directory"
457 #: find/pred.c:2040 xargs/xargs.c:1107
464 msgid "error waiting for %s"
465 msgstr "ralat menunggu untuk %s"
469 msgid "%s terminated by signal %d"
472 #: find/tree.c:124 find/tree.c:129 find/tree.c:219 find/tree.c:258
474 msgid "invalid expression"
480 "invalid expression; you have used a binary operator '%s' with nothing before "
486 msgid "expected an expression between '%s' and ')'"
491 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'"
508 msgid "invalid expression; empty parentheses are not allowed."
514 "invalid expression; I was expecting to find a ')' somewhere but did not see "
518 #: find/tree.c:204 find/tree.c:838
520 msgid "oops -- invalid expression type!"
525 msgid "oops -- invalid expression type (%d)!"
530 msgid "paths must precede expression: %s"
535 msgid "unknown predicate `%s'"
540 msgid "invalid predicate `%s'"
545 msgid "invalid argument `%s' to `%s'"
546 msgstr "hujah yang salah `%s' kepada `%s'"
550 msgid "missing argument to `%s'"
551 msgstr "kehilangan hujah kepada `%s'"
555 msgid "you have too many ')'"
560 msgid "unexpected extra predicate '%s'"
565 msgid "unexpected extra predicate"
570 msgid "oops -- invalid default insertion of and!"
575 msgid "Usage: %s [-H] [-L] [-P] [-Olevel] [-D "
580 msgid "] [path...] [expression]\n"
585 msgid "Ignoring unrecognised debug flag %s"
590 msgid "Empty argument to the -D option."
595 msgid "The -O option must be immediately followed by a decimal integer"
598 #: find/util.c:841 find/util.c:852
600 msgid "Please specify a decimal number immediately after -O"
603 #: find/util.c:857 find/util.c:862
605 msgid "Invalid optimisation level %s"
611 "Optimisation level %lu is too high. If you want to find files very quickly, "
612 "consider using GNU locate."
618 "The environment variable FIND_BLOCK_SIZE is not supported, the only thing "
619 "that affects the block size is the POSIXLY_CORRECT environment variable"
622 #: lib/buildcmd.c:178
624 msgid "command too long"
625 msgstr "arahan terlalu panjang"
627 #: lib/buildcmd.c:318
629 msgid "can't call exec() due to argument size restrictions"
632 #: lib/buildcmd.c:388
634 msgid "can not fit single argument within argument list size limit"
637 #: lib/buildcmd.c:394
639 msgid "argument list too long"
640 msgstr "senarai hujag terlalu panjang"
642 #: lib/buildcmd.c:647
644 msgid "Environment variable %s is not set to a valid decimal number"
647 #: lib/findutils-version.c:60
648 msgid "Eric B. Decker"
651 #: lib/findutils-version.c:61
652 msgid "James Youngman"
655 #: lib/findutils-version.c:62
659 #: lib/findutils-version.c:64
661 msgid "Built using GNU gnulib version %s\n"
662 msgstr "versi find GNU %s\n"
664 #: lib/safe-atoi.c:76
666 msgid "Unexpected suffix %s on %s"
669 #: lib/safe-atoi.c:82
671 msgid "Expected an integer: %s"
674 #: lib/regextype.c:107
676 msgid "Unknown regular expression type %s; valid types are %s."
682 "Usage: %s [--version | --help]\n"
683 "or %s most_common_bigrams < file-list > locate-database\n"
686 #: locate/code.c:134 locate/frcode.c:158 locate/locate.c:1409
687 #: xargs/xargs.c:1463
691 "Report bugs to <bug-findutils@gnu.org>.\n"
694 "Laporkan pepijat kepada <bug-findutils@gnu.org>."
696 #: locate/code.c:152 locate/frcode.c:206
701 #: locate/frcode.c:156
703 msgid "Usage: %s [-0 | --null] [--version] [--help]\n"
706 #: locate/frcode.c:176
708 msgid "You need to specify a security level as a decimal integer."
711 #: locate/frcode.c:184
713 msgid "Security level %s is outside the convertible range."
716 #: locate/frcode.c:192
718 msgid "Security level %s has unexpected suffix %s."
721 #: locate/frcode.c:250
723 msgid "slocate security level %ld is unsupported."
726 #: locate/frcode.c:288
728 msgid "Failed to write to standard output"
731 #: locate/locate.c:146
735 #: locate/locate.c:193
737 msgid "The argument for option --max-database-age must not be empty"
740 #: locate/locate.c:209 locate/locate.c:216
742 msgid "Invalid argument %s for option --max-database-age"
743 msgstr "hujah %s tidak sah untuk `%s'"
745 #: locate/locate.c:468
747 msgid "locate database %s contains a filename longer than locate can handle"
750 #: locate/locate.c:603
752 msgid "locate database %s is corrupt or invalid"
755 #: locate/locate.c:893
757 msgid "Locate database size: %s byte\n"
758 msgid_plural "Locate database size: %s bytes\n"
762 #: locate/locate.c:900
764 msgid "Matching Filenames: %s\n"
767 #: locate/locate.c:901
769 msgid "All Filenames: %s\n"
772 #: locate/locate.c:907
775 "File names have a cumulative length of %s bytes.\n"
776 "Of those file names,\n"
778 "\t%s contain whitespace, \n"
779 "\t%s contain newline characters, \n"
780 "\tand %s contain characters with the high bit set.\n"
783 #: locate/locate.c:921
786 "Some filenames may have been filtered out, so we cannot compute the "
787 "compression ratio.\n"
790 #: locate/locate.c:934
792 msgid "Compression ratio %4.2f%% (higher is better)\n"
795 #: locate/locate.c:941
797 msgid "Compression ratio is undefined\n"
800 #: locate/locate.c:996
803 "locate database %s looks like an slocate database but it seems to have "
804 "security level %c, which GNU findutils does not currently support"
807 #: locate/locate.c:1109
810 "%s is an slocate database. Support for these is new, expect problems for "
814 #: locate/locate.c:1123
817 "%s is an slocate database of unsupported security level %d; skipping it."
820 #: locate/locate.c:1140
823 "You specified the -E option, but that option cannot be used with slocate-"
824 "format databases with a non-zero security level. No results will be "
825 "generated for this database.\n"
828 #: locate/locate.c:1151
830 msgid "%s is an slocate database. Turning on the '-e' option."
833 #: locate/locate.c:1189
835 msgid "Old-format locate database %s is too short to be valid"
838 #: locate/locate.c:1341
840 msgid "Database %s is in the %s format.\n"
843 #: locate/locate.c:1362
844 msgid "The database has little-endian machine-word encoding.\n"
847 #: locate/locate.c:1364
848 msgid "The database has big-endian machine-word encoding.\n"
851 #: locate/locate.c:1377
853 msgid "The database machine-word encoding order is not obvious.\n"
856 #: locate/locate.c:1400
859 "Usage: %s [-d path | --database=path] [-e | -E | --[non-]existing]\n"
860 " [-i | --ignore-case] [-w | --wholename] [-b | --basename] \n"
861 " [--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n"
862 " [-P | -H | --nofollow] [-L | --follow] [-m | --mmap] [-s | --stdio]\n"
863 " [-A | --all] [-p | --print] [-r | --regex] [--regextype=TYPE]\n"
864 " [--max-database-age D] [--version] [--help]\n"
868 #: locate/locate.c:1463
869 msgid "failed to drop group privileges"
872 #: locate/locate.c:1481
873 msgid "failed to drop setuid privileges"
876 #: locate/locate.c:1495
877 msgid "Failed to fully drop privileges"
880 #: locate/locate.c:1513
881 msgid "failed to drop setgid privileges"
884 #: locate/locate.c:1783
886 msgid "warning: the locate database can only be read from stdin once."
889 #: locate/locate.c:1845
891 msgid "time system call failed"
894 #: locate/locate.c:1856
896 msgid "warning: database %s is more than %d %s old (actual age is %.1f %s)"
899 #: locate/word_io.c:96
901 msgid "WARNING: locate database %s was built with a different byte order"
904 #: locate/word_io.c:143
906 msgid "unexpected EOF in %s"
909 #: locate/word_io.c:146
911 msgid "error reading a word from %s"
912 msgstr "ralat menunggu untuk %s"
916 msgid "Invalid escape sequence %s in input delimiter specification."
922 "Invalid escape sequence %s in input delimiter specification; character "
923 "values must not exceed %lx."
929 "Invalid escape sequence %s in input delimiter specification; character "
930 "values must not exceed %lo."
936 "Invalid escape sequence %s in input delimiter specification; trailing "
937 "characters %s not recognised."
943 "Invalid input delimiter specification %s: the delimiter must be either a "
944 "single character or an escape sequence starting with \\."
949 msgid "environment is too large for exec"
954 msgid "warning: value %ld for -s option is too large, using %ld instead"
959 msgid "Cannot open input file %s"
964 msgid "Your environment variables take up %<PRIuMAX> bytes\n"
969 msgid "POSIX upper limit on argument length (this system): %<PRIuMAX>\n"
975 "POSIX smallest allowable upper limit on argument length (all systems): %"
981 msgid "Maximum length of command we could actually use: %<PRIuMAX>\n"
986 msgid "Size of command buffer we are actually using: %<PRIuMAX>\n"
993 "Execution of xargs will continue now, and it will try to read its input and "
994 "run commands; if this is not what you wanted to happen, please type the end-"
995 "of-file keystroke.\n"
1001 "Warning: %s will be run at least once. If you do not want that to happen, "
1002 "then press the interrupt keystroke.\n"
1005 #: xargs/xargs.c:805 xargs/xargs.c:898
1008 "unmatched %s quote; by default quotes are special to xargs unless you use "
1012 #: xargs/xargs.c:806 xargs/xargs.c:899
1016 #: xargs/xargs.c:806 xargs/xargs.c:899
1020 #: xargs/xargs.c:918
1023 "WARNING: a NUL character occurred in the input. It cannot be passed through "
1024 "in the argument list. Did you mean to use the --null option?"
1027 #: xargs/xargs.c:928 xargs/xargs.c:985
1029 msgid "argument line too long"
1030 msgstr "baris hujah terlalu panjang"
1032 #: xargs/xargs.c:1013
1034 msgid "failed to open /dev/tty for reading"
1037 #: xargs/xargs.c:1096
1039 msgid "could not create pipe before fork"
1042 #: xargs/xargs.c:1165
1045 "errno-buffer read failed in xargs_do_exec (this is probably a bug, please "
1049 #: xargs/xargs.c:1218
1052 "read returned unexpected value %d; this is probably a bug, please report it"
1055 #: xargs/xargs.c:1308
1057 msgid "error waiting for child process"
1058 msgstr "ralat menunggu untuk proses anak"
1060 #: xargs/xargs.c:1330
1062 msgid "WARNING: Lost track of %d child processes"
1065 #: xargs/xargs.c:1349
1067 msgid "%s: exited with status 255; aborting"
1068 msgstr "%s: keluar dengan status; abaikan"
1070 #: xargs/xargs.c:1352
1072 msgid "%s: stopped by signal %d"
1073 msgstr "%s: di berhentikan oleh signal %d"
1075 #: xargs/xargs.c:1355
1077 msgid "%s: terminated by signal %d"
1078 msgstr "%s: diputuskan oleh signal %d"
1080 #: xargs/xargs.c:1413
1082 msgid "%s: invalid number for -%c option\n"
1085 #: xargs/xargs.c:1420
1087 msgid "%s: value for -%c option should be >= %ld\n"
1088 msgstr "%s: nilai untuk pilihan -%c mesti >= %ld\n"
1090 #: xargs/xargs.c:1434
1092 msgid "%s: value for -%c option should be < %ld\n"
1093 msgstr "%s:nilai untuk pilihan -%c mesti < %ld\n"
1095 #: xargs/xargs.c:1452
1098 "Usage: %s [-0prtx] [--interactive] [--null] [-d|--delimiter=delim]\n"
1099 " [-E eof-str] [-e[eof-str]] [--eof[=eof-str]]\n"
1100 " [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]]\n"
1101 " [-I replace-str] [-i[replace-str]] [--replace[=replace-str]]\n"
1102 " [-n max-args] [--max-args=max-args]\n"
1103 " [-s max-chars] [--max-chars=max-chars]\n"
1104 " [-P max-procs] [--max-procs=max-procs] [--show-limits]\n"
1105 " [--verbose] [--exit] [--no-run-if-empty] [--arg-file=file]\n"
1106 " [--version] [--help] [command [initial-arguments]]\n"
1110 #~ msgid "invalid argument %s for %s"
1111 #~ msgstr "hujah %s tidak sah untuk `%s'"
1114 #~ msgid "ambiguous argument %s for %s"
1115 #~ msgstr "hujah %s adalah kabur untuk `%s'"
1117 #~ msgid "Valid arguments are:"
1118 #~ msgstr "Hujah yang sah ialah:"
1120 #~ msgid "Unknown system error"
1121 #~ msgstr "ralat sistem tidak diketahui"
1124 #~ msgid "%s: option '%s' is ambiguous\n"
1125 #~ msgstr "%s: pilihan `%s' adalah kabur\n"
1128 #~ msgid "%s: option '--%s' doesn't allow an argument\n"
1129 #~ msgstr "%s: pilihan `--%s' tidak mengizinkan sebarang hujah\n"
1132 #~ msgid "%s: option '%c%s' doesn't allow an argument\n"
1133 #~ msgstr "%s: pilihan `%c%s' tidak mengizinkan sebarang hujah\n"
1136 #~ msgid "%s: option '%s' requires an argument\n"
1137 #~ msgstr "%s: pilihan `%s' memerlukan hujah\n"
1140 #~ msgid "%s: unrecognized option '--%s'\n"
1141 #~ msgstr "%s: pilihan tidak dapat dikenal pasti `--%s'\n"
1144 #~ msgid "%s: unrecognized option '%c%s'\n"
1145 #~ msgstr "%s: pilihan tidak dapat dikenal pasti `%c%s'\n"
1148 #~ msgid "%s: invalid option -- '%c'\n"
1149 #~ msgstr "%s: pilihan yang tidak sah -- %c\n"
1152 #~ msgid "%s: option requires an argument -- '%c'\n"
1153 #~ msgstr "%s: pilihan memerlukan hujah -- %c\n"
1156 #~ msgid "%s: option '-W %s' is ambiguous\n"
1157 #~ msgstr "%s: pilihan `-W %s' adalah kabur\n"
1160 #~ msgid "%s: option '-W %s' doesn't allow an argument\n"
1161 #~ msgstr "%s: pilihan `-W %s' tidak mengizinkan sebarang hujah\n"
1173 #~ msgstr "tidak padan"
1175 #~ msgid "Unmatched [ or [^"
1176 #~ msgstr "Tidak padan [ atau [^"
1178 #~ msgid "Unmatched ( or \\("
1179 #~ msgstr "( atau \\( tidak sesuai"
1181 #~ msgid "Unmatched \\{"
1182 #~ msgstr " \\{ Tidak sesuai"
1184 #~ msgid "Memory exhausted"
1185 #~ msgstr "memori kehabisan"
1187 #~ msgid "Unmatched ) or \\)"
1188 #~ msgstr ") atau \\) tidak sesuai"
1197 #~ msgid "memory exhausted"
1198 #~ msgstr "memori kehabisan"
1201 #~ msgid "invalid %s%s argument `%s'"
1202 #~ msgstr "hujah %s tidak sah untuk `%s'"
1205 #~ msgid "invalid suffix in %s%s argument `%s'"
1206 #~ msgstr "hujah %s tidak sah untuk `%s'"
1209 #~ msgid "%s%s argument `%s' too large"
1210 #~ msgstr "senarai hujag terlalu panjang"
1212 #~ msgid "%s: illegal option -- %c\n"
1213 #~ msgstr "%s: pilihan tidak dibenarkan -- %c\n"
1215 #~ msgid "block size"
1216 #~ msgstr "saiz blok"
1218 #~ msgid "virtual memory exhausted"
1219 #~ msgstr "kehabisan memori maya"
1221 #~ msgid "%s/.. changed during execution of %s"
1222 #~ msgstr "%s/.. perubahan semasa perlaksanaan %s"
1224 #~ msgid "error in %s: %s"
1225 #~ msgstr "ralat dalam %s: %s"
1227 #~ msgid " type: %s %s "
1228 #~ msgstr " jenis: %s %s "
1234 #~ msgstr "kanan:\n"
1236 #~ msgid "GNU locate version %s\n"
1237 #~ msgstr "versi locate GNU %s\n"