1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
|
# Terjemahan coreutils untuk Bahasa Melayu.
# Copyright (C) 2001 Free Software Foundation, Inc.
# Hasbullah Bin Pit <sebol@ikhlas.com>, 2003.
#
msgid ""
msgstr ""
"Project-Id-Version: coreutils 5.0.90\n"
"Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n"
"POT-Creation-Date: 2012-01-21 15:16+0300\n"
"PO-Revision-Date: 2003-08-10 16:00+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: gnulib/argp-help.c:147
#, c-format
msgid "ARGP_HELP_FMT: %s value is less than or equal to %s"
msgstr ""
#: gnulib/argp-help.c:220
#, c-format
msgid "%.*s: ARGP_HELP_FMT parameter requires a value"
msgstr ""
#: gnulib/argp-help.c:226
#, c-format
msgid "%.*s: ARGP_HELP_FMT parameter must be positive"
msgstr ""
#: gnulib/argp-help.c:235
#, c-format
msgid "%.*s: Unknown ARGP_HELP_FMT parameter"
msgstr ""
#: gnulib/argp-help.c:247
#, c-format
msgid "Garbage in ARGP_HELP_FMT: %s"
msgstr ""
#: gnulib/argp-help.c:1247
#, fuzzy
msgid ""
"Mandatory or optional arguments to long options are also mandatory or "
"optional for any corresponding short options."
msgstr ""
"Hujah mandatori kepada opsyen panjang andalah mandatori bagi opsyen pendek "
"juga.\n"
#: gnulib/argp-help.c:1640
msgid "Usage:"
msgstr ""
#: gnulib/argp-help.c:1644
msgid " or: "
msgstr ""
#: gnulib/argp-help.c:1656
#, fuzzy
msgid " [OPTION...]"
msgstr "Pengunaan: %s [OPSYEN]...\n"
#: gnulib/argp-help.c:1683
#, fuzzy, c-format
msgid "Try '%s --help' or '%s --usage' for more information.\n"
msgstr "Cuba `%s --help' untuk maklumat lanjut .\n"
#: gnulib/argp-help.c:1711
#, fuzzy, c-format
msgid "Report bugs to %s.\n"
msgstr ""
"\n"
"Lapor pepijat ke <%s>.\n"
#: gnulib/argp-help.c:1930
msgid "Unknown system error"
msgstr "Ralat sistem yang tidak diketahui"
#: gnulib/argp-parse.c:81
msgid "give this help list"
msgstr ""
#: gnulib/argp-parse.c:82
msgid "give a short usage message"
msgstr ""
#: gnulib/argp-parse.c:83
msgid "NAME"
msgstr "NAMA"
#: gnulib/argp-parse.c:83
msgid "set the program name"
msgstr ""
#: gnulib/argp-parse.c:84
msgid "SECS"
msgstr ""
#: gnulib/argp-parse.c:85
msgid "hang for SECS seconds (default 3600)"
msgstr ""
#: gnulib/argp-parse.c:142
#, fuzzy
msgid "print program version"
msgstr "ralat membaca"
#: gnulib/argp-parse.c:159
msgid "(PROGRAM ERROR) No version known!?"
msgstr ""
#: gnulib/argp-parse.c:612
#, fuzzy, c-format
msgid "%s: Too many arguments\n"
msgstr "terlalu banyak hujah"
#: gnulib/argp-parse.c:755
msgid "(PROGRAM ERROR) Option should have been recognized!?"
msgstr ""
#: gnulib/getopt.c:547 gnulib/getopt.c:576
#, fuzzy, c-format
msgid "%s: option '%s' is ambiguous; possibilities:"
msgstr "%s: opsyen `%s' adalah ambiguous\n"
#: gnulib/getopt.c:624 gnulib/getopt.c:628
#, fuzzy, c-format
msgid "%s: option '--%s' doesn't allow an argument\n"
msgstr "%s: opsyen `--%s' tidak mengizinkan hujah\n"
#: gnulib/getopt.c:637 gnulib/getopt.c:642
#, fuzzy, c-format
msgid "%s: option '%c%s' doesn't allow an argument\n"
msgstr "%s: opsyen `%c%s' tidak mengizinkan hujah\n"
#: gnulib/getopt.c:685 gnulib/getopt.c:704
#, fuzzy, c-format
msgid "%s: option '--%s' requires an argument\n"
msgstr "%s: opsyen `%s' memerlukan hujah\n"
#: gnulib/getopt.c:742 gnulib/getopt.c:745
#, fuzzy, c-format
msgid "%s: unrecognized option '--%s'\n"
msgstr "%s: opensyen tidak dikenali `--%s'\n"
#: gnulib/getopt.c:753 gnulib/getopt.c:756
#, fuzzy, c-format
msgid "%s: unrecognized option '%c%s'\n"
msgstr "%s: opensyen tidak dikenali `%c%s'\n"
#: gnulib/getopt.c:805 gnulib/getopt.c:808
#, fuzzy, c-format
msgid "%s: invalid option -- '%c'\n"
msgstr "%s: opsyen tidak sah -- %c\n"
#: gnulib/getopt.c:861 gnulib/getopt.c:878 gnulib/getopt.c:1088
#: gnulib/getopt.c:1106
#, fuzzy, c-format
msgid "%s: option requires an argument -- '%c'\n"
msgstr "%s: opsyen memerlukan hujah -- %c\n"
#: gnulib/getopt.c:934 gnulib/getopt.c:950
#, fuzzy, c-format
msgid "%s: option '-W %s' is ambiguous\n"
msgstr "%s: opsyen `-W %s' adalah ambiguous\n"
#: gnulib/getopt.c:974 gnulib/getopt.c:992
#, fuzzy, c-format
msgid "%s: option '-W %s' doesn't allow an argument\n"
msgstr "%s: opsyen `-W %s' tidak mengizinkan hujan\n"
#: gnulib/getopt.c:1013 gnulib/getopt.c:1031
#, fuzzy, c-format
msgid "%s: option '-W %s' requires an argument\n"
msgstr "%s: opsyen `%s' memerlukan hujah\n"
#~ msgid "invalid argument %s for %s"
#~ msgstr "hujah tidak sah %s bagi %s"
#~ msgid "ambiguous argument %s for %s"
#~ msgstr "hujah ambiguous %s bagi %s"
#~ msgid "Valid arguments are:"
#~ msgstr "Hujah sah adalah:"
#~ msgid "write error"
#~ msgstr "ralat menulis"
#, fuzzy
#~ msgid "error while opening \"%s\" for reading"
#~ msgstr "tak dapat buka %s untuk dibaca"
#, fuzzy
#~ msgid "cannot open backup file \"%s\" for writing"
#~ msgstr "tak dapat buka %s untuk dibaca"
#, fuzzy
#~ msgid "error reading \"%s\""
#~ msgstr "membaca %s"
#, fuzzy
#~ msgid "error writing \"%s\""
#~ msgstr "menulis %s"
#, fuzzy
#~ msgid "error after reading \"%s\""
#~ msgstr "membaca %s"
#, fuzzy
#~ msgid "fdopen() failed"
#~ msgstr "pembukaan gagal"
#, fuzzy
#~ msgid "%s subprocess failed"
#~ msgstr "fail istimewa blok"
#~ msgid "regular empty file"
#~ msgstr "fail kosong biasa"
#~ msgid "regular file"
#~ msgstr "fail biasa"
#~ msgid "directory"
#~ msgstr "direktori"
#~ msgid "block special file"
#~ msgstr "fail istimewa blok"
#~ msgid "character special file"
#~ msgstr "fail istimewa aksara"
#~ msgid "fifo"
#~ msgstr "fifo"
#~ msgid "symbolic link"
#~ msgstr "pautan simbolik"
#~ msgid "socket"
#~ msgstr "soket"
#~ msgid "message queue"
#~ msgstr "giliran mesej"
#~ msgid "shared memory object"
#~ msgstr "objek memori terkongsi"
#, fuzzy
#~ msgid "typed memory object"
#~ msgstr "objek memori terkongsi"
#~ msgid "weird file"
#~ msgstr "fail pelik"
#, fuzzy
#~ msgid "Address family for hostname not supported"
#~ msgstr "fail fifo tidak disokong"
#, fuzzy
#~ msgid "ai_family not supported"
#~ msgstr "fail fifo tidak disokong"
#, fuzzy
#~ msgid "ai_socktype not supported"
#~ msgstr "fail fifo tidak disokong"
#, fuzzy
#~ msgid "System error"
#~ msgstr "ralat menulis"
#, fuzzy
#~ msgid "Unknown error"
#~ msgstr "Ralat sistem yang tidak diketahui"
#~ msgid "%s: illegal option -- %c\n"
#~ msgstr "%s: opsyen tidak dibenarkan -- %c\n"
#~ msgid "block size"
#~ msgstr "saiz blok"
#~ msgid "%s exists but is not a directory"
#~ msgstr "%s wujud tapi ianya bukan direktori"
#~ msgid "cannot change owner and/or group of %s"
#~ msgstr "tak dapat menukar hakmilik dan/atau kumpulan %s"
#~ msgid "cannot create directory %s"
#~ msgstr "tak dapat mencipta direktori %s"
#~ msgid "cannot chdir to directory %s"
#~ msgstr "tak dapat chdir ke direktori %s"
#~ msgid "cannot change permissions of %s"
#~ msgstr "tak dapat menukar keizinan %s"
#~ msgid "memory exhausted"
#~ msgstr "memori keletihan"
#, fuzzy
#~ msgid "unable to record current working directory"
#~ msgstr "gagal untuk kembali ke direktori kerja pemulaan"
#~ msgid "failed to return to initial working directory"
#~ msgstr "gagal untuk kembali ke direktori kerja pemulaan"
#, fuzzy
#~ msgid "Failed to open /dev/zero for read"
#~ msgstr "gagal mengekalkan keizinan bagi %s"
#, fuzzy
#~ msgid "cannot create pipe"
#~ msgstr "tak boleh mencipta pautan %s"
#~ msgid "`"
#~ msgstr "`"
#~ msgid "'"
#~ msgstr "`"
#, fuzzy
#~ msgid "Invalid regular expression"
#~ msgstr "%s: ungkapan biasa (regexp) tidak sah: %s"
#, fuzzy
#~ msgid "Invalid character class name"
#~ msgstr "aksara tidak sah pada %s pada rentetan mod %s"
#, fuzzy
#~ msgid "Memory exhausted"
#~ msgstr "memori keletihan"
#, fuzzy
#~ msgid "Invalid preceding regular expression"
#~ msgstr "%s: ungkapan biasa (regexp) tidak sah: %s"
#, fuzzy
#~ msgid "Premature end of regular expression"
#~ msgstr "ralat pada carian ungkapan biasa (regexp)"
#, fuzzy
#~ msgid "Regular expression too big"
#~ msgstr "%s: ungkapan biasa (regexp) tidak sah: %s"
#, fuzzy
#~ msgid "No previous regular expression"
#~ msgstr "ralat pada carian ungkapan biasa (regexp)"
#~ msgid "^[yY]"
#~ msgstr "^[yY]"
#~ msgid "^[nN]"
#~ msgstr "^[tT]"
#~ msgid "iconv function not usable"
#~ msgstr "fungsi iconv tak boleh digunakan"
#~ msgid "iconv function not available"
#~ msgstr "fungsi iconv tidak ada"
#~ msgid "character out of range"
#~ msgstr "aksara di luar julat"
#~ msgid "cannot convert U+%04X to local character set"
#~ msgstr "tak dapat menukar U+%04X ke set aksara lokal"
#~ msgid "cannot convert U+%04X to local character set: %s"
#~ msgstr "tak dapat menukar U+%04X ke set aksara lokal: %s"
#~ msgid "invalid user"
#~ msgstr "pengguna tidak sah"
#~ msgid "invalid group"
#~ msgstr "kumpulan tidak sah"
#~ msgid "cannot get the login group of a numeric UID"
#~ msgstr "tak boleh mendapatkan kumpulan logmasuk untuk UID numerik"
#~ msgid "Written by %s.\n"
#~ msgstr "Ditulis oleh %s.\n"
#, fuzzy
#~ msgid "Written by %s and %s.\n"
#~ msgstr "Ditulis oleh %s.\n"
#, fuzzy
#~ msgid "Written by %s, %s, and %s.\n"
#~ msgstr "Ditulis oleh %s.\n"
#, fuzzy
#~ msgid ""
#~ "Written by %s, %s, %s,\n"
#~ "and %s.\n"
#~ msgstr "Ditulis oleh %s.\n"
#, fuzzy
#~ msgid ""
#~ "Written by %s, %s, %s,\n"
#~ "%s, and %s.\n"
#~ msgstr "Ditulis oleh %s.\n"
#~ msgid "string comparison failed"
#~ msgstr "perbandingan rentetan gagal"
#~ msgid "Set LC_ALL='C' to work around the problem."
#~ msgstr "Tetapkan LC_ALL='C' untuk mengatasi masalah."
#~ msgid "The strings compared were %s and %s."
#~ msgstr "Rentetan dibandingkan adalah %s dan %s."
|