a560bf6caae3c7fd78e9ffccb3ab99dd9817fd52
[platform/upstream/bash.git] / po / en@quot.po
1 # English translations for GNU bash package.
2 # Copyright (C) 2004 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the GNU bash package.
4 # Automatically generated, 2004.
5 #
6 # All this catalog "translates" are quotation characters.
7 # The msgids must be ASCII and therefore cannot contain real quotation
8 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
9 # and double quote (0x22). These substitutes look strange; see
10 # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
11 #
12 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
13 # left single quotation mark (U+2018) and right single quotation mark (U+2019).
14 # It also translates pairs of apostrophe (0x27) to
15 # left single quotation mark (U+2018) and right single quotation mark (U+2019)
16 # and pairs of quotation mark (0x22) to
17 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
18 #
19 # When output to an UTF-8 terminal, the quotation characters appear perfectly.
20 # When output to an ISO-8859-1 terminal, the single quotation marks are
21 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
22 # grave/acute accent (by libiconv), and the double quotation marks are
23 # transliterated to 0x22.
24 # When output to an ASCII terminal, the single quotation marks are
25 # transliterated to apostrophes, and the double quotation marks are
26 # transliterated to 0x22.
27 #
28 #: builtins/caller.def:128 builtins/caller.def:132 builtins/pushd.def:655
29 #: builtins/pushd.def:663 builtins/pushd.def:666 builtins/pushd.def:676
30 #: builtins/pushd.def:680 builtins/pushd.def:684 builtins/pushd.def:687
31 #: builtins/pushd.def:690 builtins/pushd.def:699 builtins/pushd.def:703
32 #: builtins/pushd.def:707 builtins/pushd.def:710 builtins.c:321 builtins.c:325
33 #: builtins.c:390 builtins.c:392 builtins.c:401 builtins.c:404 builtins.c:408
34 #: builtins.c:445 builtins.c:487 builtins.c:491 builtins.c:498 builtins.c:509
35 #: builtins.c:513 builtins.c:552 builtins.c:555 builtins.c:559 builtins.c:562
36 #: builtins.c:630 builtins.c:637 builtins.c:692 builtins.c:713 builtins.c:718
37 #: builtins.c:722 builtins.c:745 builtins.c:835 builtins.c:919 builtins.c:921
38 #: builtins.c:943 builtins.c:946 builtins.c:948 builtins.c:950 builtins.c:952
39 #: builtins.c:954 builtins.c:957 builtins.c:966 builtins.c:968 builtins.c:973
40 #: builtins.c:976 builtins.c:1019 builtins.c:1024 builtins.c:1028
41 #: builtins.c:1032 builtins.c:1034 builtins.c:1047 builtins.c:1062
42 #: builtins.c:1226 builtins.c:1231 builtins.c:1305 builtins.c:1309
43 #: builtins.c:1313 builtins.c:1316 builtins.c:1319 builtins.c:1331
44 #: builtins.c:1335 builtins.c:1339 builtins.c:1342 builtins.c:1354
45 #: builtins.c:1362 builtins.c:1365
46 msgid ""
47 msgstr ""
48 "Project-Id-Version: GNU bash 3.0-rc1\n"
49 "POT-Creation-Date: 2003-12-22 15:34-0500\n"
50 "PO-Revision-Date: 2003-12-22 15:34-0500\n"
51 "Last-Translator: Automatically generated\n"
52 "Language-Team: none\n"
53 "MIME-Version: 1.0\n"
54 "Content-Type: text/plain; charset=UTF-8\n"
55 "Content-Transfer-Encoding: 8bit\n"
56 "Report-Msgid-Bugs-To: bug-bash@gnu.org\n"
57 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
58
59 #: arrayfunc.c:45
60 msgid "bad array subscript"
61 msgstr "bad array subscript"
62
63 #: arrayfunc.c:306
64 #, c-format
65 msgid "%s: cannot assign to non-numeric index"
66 msgstr "%s: cannot assign to non-numeric index"
67
68 #: bashhist.c:321
69 #, c-format
70 msgid "%s: cannot create: %s"
71 msgstr "%s: cannot create: %s"
72
73 #: bashline.c:2791
74 msgid "bash_execute_unix_command: cannot find keymap for command"
75 msgstr "bash_execute_unix_command: cannot find keymap for command"
76
77 #: bashline.c:2840
78 #, c-format
79 msgid "%s: first non-whitespace character is not `\"'"
80 msgstr "%s: first non-whitespace character is not ‘\"’"
81
82 #: bashline.c:2869
83 #, c-format
84 msgid "no closing `%c' in %s"
85 msgstr "no closing ‘%c’ in %s"
86
87 #: bashline.c:2903
88 #, c-format
89 msgid "%s: missing colon separator"
90 msgstr "%s: missing colon separator"
91
92 #: builtins/alias.def:123
93 #, c-format
94 msgid "`%s': invalid alias name"
95 msgstr "‘%s’: invalid alias name"
96
97 #: builtins/bind.def:194
98 #, c-format
99 msgid "`%s': invalid keymap name"
100 msgstr "‘%s’: invalid keymap name"
101
102 #: builtins/bind.def:233
103 #, c-format
104 msgid "%s: cannot read: %s"
105 msgstr "%s: cannot read: %s"
106
107 #: builtins/bind.def:248
108 #, c-format
109 msgid "`%s': cannot unbind"
110 msgstr "‘%s’: cannot unbind"
111
112 #: builtins/bind.def:283
113 #, c-format
114 msgid "`%s': unknown function name"
115 msgstr "‘%s’: unknown function name"
116
117 #: builtins/bind.def:291
118 #, c-format
119 msgid "%s is not bound to any keys.\n"
120 msgstr "%s is not bound to any keys.\n"
121
122 #: builtins/bind.def:295
123 #, c-format
124 msgid "%s can be invoked via "
125 msgstr "%s can be invoked via "
126
127 #: builtins/break.def:128
128 msgid "only meaningful in a `for', `while', or `until' loop"
129 msgstr "only meaningful in a ‘for’, ‘while’, or ‘until’ loop"
130
131 #: builtins/caller.def:127 builtins.c:320
132 msgid "Returns the context of the current subroutine call."
133 msgstr "Returns the context of the current subroutine call."
134
135 #: builtins/caller.def:129 builtins.c:322
136 msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
137 msgstr "Without EXPR, returns returns “$line $filename”.  With EXPR,"
138
139 #: builtins/caller.def:130 builtins.c:323
140 msgid "returns \"$line $subroutine $filename\"; this extra information"
141 msgstr "returns “$line $subroutine $filename”; this extra information"
142
143 #: builtins/caller.def:131 builtins.c:324
144 msgid "can be used used to provide a stack trace."
145 msgstr "can be used used to provide a stack trace."
146
147 #: builtins/caller.def:133 builtins.c:326
148 msgid "The value of EXPR indicates how many call frames to go back before the"
149 msgstr "The value of EXPR indicates how many call frames to go back before the"
150
151 #: builtins/caller.def:134 builtins.c:327
152 msgid "current one; the top frame is frame 0."
153 msgstr "current one; the top frame is frame 0."
154
155 #: builtins/cd.def:188
156 msgid "HOME not set"
157 msgstr "HOME not set"
158
159 #: builtins/cd.def:200
160 msgid "OLDPWD not set"
161 msgstr "OLDPWD not set"
162
163 #: builtins/cd.def:357
164 #, c-format
165 msgid "write error: %s"
166 msgstr "write error: %s"
167
168 #: builtins/common.c:133 test.c:921
169 msgid "too many arguments"
170 msgstr "too many arguments"
171
172 #: builtins/common.c:157 shell.c:465 shell.c:737
173 #, c-format
174 msgid "%s: option requires an argument"
175 msgstr "%s: option requires an argument"
176
177 #: builtins/common.c:164
178 #, c-format
179 msgid "%s: numeric argument required"
180 msgstr "%s: numeric argument required"
181
182 #: builtins/common.c:171
183 #, c-format
184 msgid "%s: not found"
185 msgstr "%s: not found"
186
187 #: builtins/common.c:180 shell.c:750
188 #, c-format
189 msgid "%s: invalid option"
190 msgstr "%s: invalid option"
191
192 #: builtins/common.c:187
193 #, c-format
194 msgid "%s: invalid option name"
195 msgstr "%s: invalid option name"
196
197 #: builtins/common.c:194 general.c:229 general.c:234
198 #, c-format
199 msgid "`%s': not a valid identifier"
200 msgstr "‘%s’: not a valid identifier"
201
202 #: builtins/common.c:201
203 #, c-format
204 msgid "%s: invalid number"
205 msgstr "%s: invalid number"
206
207 #: builtins/common.c:208
208 #, c-format
209 msgid "%s: invalid signal specification"
210 msgstr "%s: invalid signal specification"
211
212 #: builtins/common.c:215
213 #, c-format
214 msgid "`%s': not a pid or valid job spec"
215 msgstr "‘%s’: not a pid or valid job spec"
216
217 #: builtins/common.c:222 error.c:453
218 #, c-format
219 msgid "%s: readonly variable"
220 msgstr "%s: readonly variable"
221
222 #: builtins/common.c:230
223 #, c-format
224 msgid "%s: %s out of range"
225 msgstr "%s: %s out of range"
226
227 #: builtins/common.c:230 builtins/common.c:232
228 msgid "argument"
229 msgstr "argument"
230
231 #: builtins/common.c:232
232 #, c-format
233 msgid "%s out of range"
234 msgstr "%s out of range"
235
236 #: builtins/common.c:240
237 #, c-format
238 msgid "%s: no such job"
239 msgstr "%s: no such job"
240
241 #: builtins/common.c:248
242 #, c-format
243 msgid "%s: no job control"
244 msgstr "%s: no job control"
245
246 #: builtins/common.c:250
247 msgid "no job control"
248 msgstr "no job control"
249
250 #: builtins/common.c:260
251 #, c-format
252 msgid "%s: restricted"
253 msgstr "%s: restricted"
254
255 #: builtins/common.c:262
256 msgid "restricted"
257 msgstr "restricted"
258
259 #: builtins/common.c:270
260 #, c-format
261 msgid "%s: not a shell builtin"
262 msgstr "%s: not a shell builtin"
263
264 #: builtins/common.c:486
265 #, c-format
266 msgid "%s: error retrieving current directory: %s: %s\n"
267 msgstr "%s: error retrieving current directory: %s: %s\n"
268
269 #: builtins/common.c:553 builtins/common.c:555
270 #, c-format
271 msgid "%s: ambiguous job spec"
272 msgstr "%s: ambiguous job spec"
273
274 #: builtins/complete.def:251
275 #, c-format
276 msgid "%s: invalid action name"
277 msgstr "%s: invalid action name"
278
279 #: builtins/complete.def:381 builtins/complete.def:524
280 #, c-format
281 msgid "%s: no completion specification"
282 msgstr "%s: no completion specification"
283
284 #: builtins/complete.def:571
285 msgid "warning: -F option may not work as you expect"
286 msgstr "warning: -F option may not work as you expect"
287
288 #: builtins/complete.def:573
289 msgid "warning: -C option may not work as you expect"
290 msgstr "warning: -C option may not work as you expect"
291
292 #: builtins/declare.def:105
293 msgid "can only be used in a function"
294 msgstr "can only be used in a function"
295
296 #: builtins/declare.def:295
297 msgid "cannot use `-f' to make functions"
298 msgstr "cannot use ‘-f’ to make functions"
299
300 #: builtins/declare.def:307 execute_cmd.c:3949
301 #, c-format
302 msgid "%s: readonly function"
303 msgstr "%s: readonly function"
304
305 #: builtins/declare.def:389
306 #, c-format
307 msgid "%s: cannot destroy array variables in this way"
308 msgstr "%s: cannot destroy array variables in this way"
309
310 #: builtins/enable.def:128 builtins/enable.def:136
311 msgid "dynamic loading not available"
312 msgstr "dynamic loading not available"
313
314 #: builtins/enable.def:303
315 #, c-format
316 msgid "cannot open shared object %s: %s"
317 msgstr "cannot open shared object %s: %s"
318
319 #: builtins/enable.def:326
320 #, c-format
321 msgid "cannot find %s in shared object %s: %s"
322 msgstr "cannot find %s in shared object %s: %s"
323
324 #: builtins/enable.def:450
325 #, c-format
326 msgid "%s: not dynamically loaded"
327 msgstr "%s: not dynamically loaded"
328
329 #: builtins/enable.def:465
330 #, c-format
331 msgid "%s: cannot delete: %s"
332 msgstr "%s: cannot delete: %s"
333
334 #: builtins/evalfile.c:128 execute_cmd.c:3821 shell.c:1395
335 #, c-format
336 msgid "%s: is a directory"
337 msgstr "%s: is a directory"
338
339 #: builtins/evalfile.c:133
340 #, c-format
341 msgid "%s: not a regular file"
342 msgstr "%s: not a regular file"
343
344 #: builtins/evalfile.c:141
345 #, c-format
346 msgid "%s: file is too large"
347 msgstr "%s: file is too large"
348
349 #: builtins/exec.def:205
350 #, c-format
351 msgid "%s: cannot execute: %s"
352 msgstr "%s: cannot execute: %s"
353
354 #: builtins/exit.def:83
355 msgid "not login shell: use `exit'"
356 msgstr "not login shell: use ‘exit’"
357
358 #: builtins/exit.def:111
359 msgid "There are stopped jobs.\n"
360 msgstr "There are stopped jobs.\n"
361
362 #: builtins/fc.def:252
363 msgid "no command found"
364 msgstr "no command found"
365
366 #: builtins/fc.def:317
367 msgid "history specification"
368 msgstr "history specification"
369
370 #: builtins/fc.def:338
371 #, c-format
372 msgid "%s: cannot open temp file: %s"
373 msgstr "%s: cannot open temp file: %s"
374
375 #: builtins/fg_bg.def:133
376 #, c-format
377 msgid "job %d started without job control"
378 msgstr "job %d started without job control"
379
380 #: builtins/getopt.c:109
381 #, c-format
382 msgid "%s: illegal option -- %c\n"
383 msgstr "%s: illegal option -- %c\n"
384
385 #: builtins/getopt.c:110
386 #, c-format
387 msgid "%s: option requires an argument -- %c\n"
388 msgstr "%s: option requires an argument -- %c\n"
389
390 #: builtins/hash.def:83
391 msgid "hashing disabled"
392 msgstr "hashing disabled"
393
394 #: builtins/hash.def:128
395 #, c-format
396 msgid "%s: hash table empty\n"
397 msgstr "%s: hash table empty\n"
398
399 #: builtins/help.def:108
400 msgid "Shell commands matching keywords `"
401 msgstr "Shell commands matching keywords `"
402
403 #: builtins/help.def:110
404 msgid "Shell commands matching keyword `"
405 msgstr "Shell commands matching keyword `"
406
407 #: builtins/help.def:138
408 #, c-format
409 msgid ""
410 "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
411 msgstr ""
412 "no help topics match ‘%s’.  Try ‘help help’ or ‘man -k %s’ or ‘info %s’."
413
414 #: builtins/help.def:164
415 #, c-format
416 msgid "%s: cannot open: %s"
417 msgstr "%s: cannot open: %s"
418
419 #: builtins/help.def:182
420 msgid ""
421 "These shell commands are defined internally.  Type `help' to see this list.\n"
422 "Type `help name' to find out more about the function `name'.\n"
423 "Use `info bash' to find out more about the shell in general.\n"
424 "Use `man -k' or `info' to find out more about commands not in this list.\n"
425 "\n"
426 "A star (*) next to a name means that the command is disabled.\n"
427 "\n"
428 msgstr ""
429 "These shell commands are defined internally.  Type ‘help’ to see this list.\n"
430 "Type ‘help name’ to find out more about the function ‘name’.\n"
431 "Use ‘info bash’ to find out more about the shell in general.\n"
432 "Use ‘man -k’ or ‘info’ to find out more about commands not in this list.\n"
433 "\n"
434 "A star (*) next to a name means that the command is disabled.\n"
435 "\n"
436
437 #: builtins/history.def:148
438 msgid "cannot use more than one of -anrw"
439 msgstr "cannot use more than one of -anrw"
440
441 #: builtins/history.def:180
442 msgid "history position"
443 msgstr "history position"
444
445 #: builtins/history.def:390
446 #, c-format
447 msgid "%s: history expansion failed"
448 msgstr "%s: history expansion failed"
449
450 #: builtins/jobs.def:99
451 msgid "no other options allowed with `-x'"
452 msgstr "no other options allowed with ‘-x’"
453
454 #: builtins/kill.def:187
455 #, c-format
456 msgid "%s: arguments must be process or job IDs"
457 msgstr "%s: arguments must be process or job IDs"
458
459 #: builtins/kill.def:248
460 msgid "Unknown error"
461 msgstr "Unknown error"
462
463 #: builtins/let.def:94 builtins/let.def:119 expr.c:496 expr.c:511
464 msgid "expression expected"
465 msgstr "expression expected"
466
467 #: builtins/printf.def:249
468 #, c-format
469 msgid "`%s': missing format character"
470 msgstr "‘%s’: missing format character"
471
472 #: builtins/printf.def:408
473 #, c-format
474 msgid "`%c': invalid format character"
475 msgstr "‘%c’: invalid format character"
476
477 #: builtins/printf.def:601
478 msgid "missing hex digit for \\x"
479 msgstr "missing hex digit for \\x"
480
481 #: builtins/pushd.def:168
482 msgid "no other directory"
483 msgstr "no other directory"
484
485 #: builtins/pushd.def:435
486 msgid "<no current directory>"
487 msgstr "<no current directory>"
488
489 #: builtins/pushd.def:652 builtins.c:1351
490 msgid "Display the list of currently remembered directories.  Directories"
491 msgstr "Display the list of currently remembered directories.  Directories"
492
493 #: builtins/pushd.def:653 builtins.c:1352
494 msgid "find their way onto the list with the `pushd' command; you can get"
495 msgstr "find their way onto the list with the ‘pushd’ command; you can get"
496
497 #: builtins/pushd.def:654 builtins.c:1353
498 msgid "back up through the list with the `popd' command."
499 msgstr "back up through the list with the ‘popd’ command."
500
501 #: builtins/pushd.def:656 builtins.c:1355
502 msgid "The -l flag specifies that `dirs' should not print shorthand versions"
503 msgstr "The -l flag specifies that ‘dirs’ should not print shorthand versions"
504
505 #: builtins/pushd.def:657 builtins.c:1356
506 msgid "of directories which are relative to your home directory.  This means"
507 msgstr "of directories which are relative to your home directory.  This means"
508
509 #: builtins/pushd.def:658 builtins.c:1357
510 msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
511 msgstr "that ‘~/bin’ might be displayed as ‘/homes/bfox/bin’.  The -v flag"
512
513 #: builtins/pushd.def:659 builtins.c:1358
514 msgid "causes `dirs' to print the directory stack with one entry per line,"
515 msgstr "causes ‘dirs’ to print the directory stack with one entry per line,"
516
517 #: builtins/pushd.def:660 builtins.c:1359
518 msgid "prepending the directory name with its position in the stack.  The -p"
519 msgstr "prepending the directory name with its position in the stack.  The -p"
520
521 #: builtins/pushd.def:661 builtins.c:1360
522 msgid "flag does the same thing, but the stack position is not prepended."
523 msgstr "flag does the same thing, but the stack position is not prepended."
524
525 #: builtins/pushd.def:662 builtins.c:1361
526 msgid "The -c flag clears the directory stack by deleting all of the elements."
527 msgstr ""
528 "The -c flag clears the directory stack by deleting all of the elements."
529
530 #: builtins/pushd.def:664
531 msgid "+N   displays the Nth entry counting from the left of the list shown by"
532 msgstr ""
533 "+N   displays the Nth entry counting from the left of the list shown by"
534
535 #: builtins/pushd.def:665 builtins/pushd.def:668
536 msgid "     dirs when invoked without options, starting with zero."
537 msgstr "     dirs when invoked without options, starting with zero."
538
539 #: builtins/pushd.def:667
540 msgid ""
541 "-N   displays the Nth entry counting from the right of the list shown by"
542 msgstr ""
543 "-N   displays the Nth entry counting from the right of the list shown by"
544
545 #: builtins/pushd.def:673 builtins.c:1302
546 msgid "Adds a directory to the top of the directory stack, or rotates"
547 msgstr "Adds a directory to the top of the directory stack, or rotates"
548
549 #: builtins/pushd.def:674 builtins.c:1303
550 msgid "the stack, making the new top of the stack the current working"
551 msgstr "the stack, making the new top of the stack the current working"
552
553 #: builtins/pushd.def:675 builtins.c:1304
554 msgid "directory.  With no arguments, exchanges the top two directories."
555 msgstr "directory.  With no arguments, exchanges the top two directories."
556
557 #: builtins/pushd.def:677
558 msgid "+N   Rotates the stack so that the Nth directory (counting"
559 msgstr "+N   Rotates the stack so that the Nth directory (counting"
560
561 #: builtins/pushd.def:678
562 msgid "     from the left of the list shown by `dirs', starting with"
563 msgstr "     from the left of the list shown by ‘dirs’, starting with"
564
565 #: builtins/pushd.def:679 builtins/pushd.def:683
566 msgid "     zero) is at the top."
567 msgstr "     zero) is at the top."
568
569 #: builtins/pushd.def:681
570 msgid "-N   Rotates the stack so that the Nth directory (counting"
571 msgstr "-N   Rotates the stack so that the Nth directory (counting"
572
573 #: builtins/pushd.def:682
574 msgid "     from the right of the list shown by `dirs', starting with"
575 msgstr "     from the right of the list shown by ‘dirs’, starting with"
576
577 #: builtins/pushd.def:685
578 msgid "-n   suppress the normal change of directory when adding directories"
579 msgstr "-n   suppress the normal change of directory when adding directories"
580
581 #: builtins/pushd.def:686
582 msgid "     to the stack, so only the stack is manipulated."
583 msgstr "     to the stack, so only the stack is manipulated."
584
585 #: builtins/pushd.def:688
586 msgid "dir  adds DIR to the directory stack at the top, making it the"
587 msgstr "dir  adds DIR to the directory stack at the top, making it the"
588
589 #: builtins/pushd.def:689
590 msgid "     new current working directory."
591 msgstr "     new current working directory."
592
593 #: builtins/pushd.def:691 builtins/pushd.def:711 builtins.c:1320
594 #: builtins.c:1343
595 msgid "You can see the directory stack with the `dirs' command."
596 msgstr "You can see the directory stack with the ‘dirs’ command."
597
598 #: builtins/pushd.def:696 builtins.c:1328
599 msgid "Removes entries from the directory stack.  With no arguments,"
600 msgstr "Removes entries from the directory stack.  With no arguments,"
601
602 #: builtins/pushd.def:697 builtins.c:1329
603 msgid "removes the top directory from the stack, and cd's to the new"
604 msgstr "removes the top directory from the stack, and cd's to the new"
605
606 #: builtins/pushd.def:698 builtins.c:1330
607 msgid "top directory."
608 msgstr "top directory."
609
610 #: builtins/pushd.def:700
611 msgid "+N   removes the Nth entry counting from the left of the list"
612 msgstr "+N   removes the Nth entry counting from the left of the list"
613
614 #: builtins/pushd.def:701
615 msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
616 msgstr "     shown by ‘dirs’, starting with zero.  For example: ‘popd +0’"
617
618 #: builtins/pushd.def:702
619 msgid "     removes the first directory, `popd +1' the second."
620 msgstr "     removes the first directory, ‘popd +1’ the second."
621
622 #: builtins/pushd.def:704
623 msgid "-N   removes the Nth entry counting from the right of the list"
624 msgstr "-N   removes the Nth entry counting from the right of the list"
625
626 #: builtins/pushd.def:705
627 msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
628 msgstr "     shown by ‘dirs’, starting with zero.  For example: ‘popd -0’"
629
630 #: builtins/pushd.def:706
631 msgid "     removes the last directory, `popd -1' the next to last."
632 msgstr "     removes the last directory, ‘popd -1’ the next to last."
633
634 #: builtins/pushd.def:708
635 msgid "-n   suppress the normal change of directory when removing directories"
636 msgstr "-n   suppress the normal change of directory when removing directories"
637
638 #: builtins/pushd.def:709
639 msgid "     from the stack, so only the stack is manipulated."
640 msgstr "     from the stack, so only the stack is manipulated."
641
642 #: builtins/read.def:207
643 #, c-format
644 msgid "%s: invalid timeout specification"
645 msgstr "%s: invalid timeout specification"
646
647 #: builtins/read.def:230
648 #, c-format
649 msgid "%s: invalid file descriptor specification"
650 msgstr "%s: invalid file descriptor specification"
651
652 #: builtins/read.def:237
653 #, c-format
654 msgid "%d: invalid file descriptor: %s"
655 msgstr "%d: invalid file descriptor: %s"
656
657 #: builtins/read.def:463
658 #, c-format
659 msgid "read error: %d: %s"
660 msgstr "read error: %d: %s"
661
662 #: builtins/return.def:63
663 msgid "can only `return' from a function or sourced script"
664 msgstr "can only ‘return’ from a function or sourced script"
665
666 #: builtins/set.def:743
667 msgid "cannot simultaneously unset a function and a variable"
668 msgstr "cannot simultaneously unset a function and a variable"
669
670 #: builtins/set.def:780
671 #, c-format
672 msgid "%s: cannot unset"
673 msgstr "%s: cannot unset"
674
675 #: builtins/set.def:787
676 #, c-format
677 msgid "%s: cannot unset: readonly %s"
678 msgstr "%s: cannot unset: readonly %s"
679
680 #: builtins/set.def:798
681 #, c-format
682 msgid "%s: not an array variable"
683 msgstr "%s: not an array variable"
684
685 #: builtins/setattr.def:165
686 #, c-format
687 msgid "%s: not a function"
688 msgstr "%s: not a function"
689
690 #: builtins/shift.def:66 builtins/shift.def:72
691 msgid "shift count"
692 msgstr "shift count"
693
694 #: builtins/shopt.def:226
695 msgid "cannot set and unset shell options simultaneously"
696 msgstr "cannot set and unset shell options simultaneously"
697
698 #: builtins/shopt.def:291
699 #, c-format
700 msgid "%s: invalid shell option name"
701 msgstr "%s: invalid shell option name"
702
703 #: builtins/source.def:117
704 msgid "filename argument required"
705 msgstr "filename argument required"
706
707 #: builtins/source.def:137
708 #, c-format
709 msgid "%s: file not found"
710 msgstr "%s: file not found"
711
712 #: builtins/suspend.def:93
713 msgid "cannot suspend"
714 msgstr "cannot suspend"
715
716 #: builtins/suspend.def:103
717 msgid "cannot suspend a login shell"
718 msgstr "cannot suspend a login shell"
719
720 #: builtins/type.def:231
721 #, c-format
722 msgid "%s is aliased to `%s'\n"
723 msgstr "%s is aliased to ‘%s’\n"
724
725 #: builtins/type.def:252
726 #, c-format
727 msgid "%s is a shell keyword\n"
728 msgstr "%s is a shell keyword\n"
729
730 #: builtins/type.def:272
731 #, c-format
732 msgid "%s is a function\n"
733 msgstr "%s is a function\n"
734
735 #: builtins/type.def:297
736 #, c-format
737 msgid "%s is a shell builtin\n"
738 msgstr "%s is a shell builtin\n"
739
740 #: builtins/type.def:318
741 #, c-format
742 msgid "%s is %s\n"
743 msgstr "%s is %s\n"
744
745 #: builtins/type.def:338
746 #, c-format
747 msgid "%s is hashed (%s)\n"
748 msgstr "%s is hashed (%s)\n"
749
750 #: builtins/ulimit.def:332
751 #, c-format
752 msgid "%s: invalid limit argument"
753 msgstr "%s: invalid limit argument"
754
755 #: builtins/ulimit.def:358
756 #, c-format
757 msgid "`%c': bad command"
758 msgstr "‘%c’: bad command"
759
760 #: builtins/ulimit.def:387
761 #, c-format
762 msgid "%s: cannot get limit: %s"
763 msgstr "%s: cannot get limit: %s"
764
765 #: builtins/ulimit.def:425
766 #, c-format
767 msgid "%s: cannot modify limit: %s"
768 msgstr "%s: cannot modify limit: %s"
769
770 #: builtins/umask.def:112
771 msgid "octal number"
772 msgstr "octal number"
773
774 #: builtins/umask.def:226
775 #, c-format
776 msgid "`%c': invalid symbolic mode operator"
777 msgstr "‘%c’: invalid symbolic mode operator"
778
779 #: builtins/umask.def:279
780 #, c-format
781 msgid "`%c': invalid symbolic mode character"
782 msgstr "‘%c’: invalid symbolic mode character"
783
784 #: error.c:165
785 #, c-format
786 msgid "last command: %s\n"
787 msgstr "last command: %s\n"
788
789 #: error.c:173
790 msgid "Aborting..."
791 msgstr "Aborting..."
792
793 #: error.c:260
794 #, c-format
795 msgid "%s: warning: "
796 msgstr "%s: warning: "
797
798 #: error.c:405
799 msgid "unknown command error"
800 msgstr "unknown command error"
801
802 #: error.c:406
803 msgid "bad command type"
804 msgstr "bad command type"
805
806 #: error.c:407
807 msgid "bad connector"
808 msgstr "bad connector"
809
810 #: error.c:408
811 msgid "bad jump"
812 msgstr "bad jump"
813
814 #: error.c:446
815 #, c-format
816 msgid "%s: unbound variable"
817 msgstr "%s: unbound variable"
818
819 #: eval.c:175
820 msgid "\atimed out waiting for input: auto-logout\n"
821 msgstr "\atimed out waiting for input: auto-logout\n"
822
823 #: execute_cmd.c:466
824 #, c-format
825 msgid "cannot redirect standard input from /dev/null: %s"
826 msgstr "cannot redirect standard input from /dev/null: %s"
827
828 #: execute_cmd.c:1036
829 #, c-format
830 msgid "TIMEFORMAT: `%c': invalid format character"
831 msgstr "TIMEFORMAT: ‘%c’: invalid format character"
832
833 #: execute_cmd.c:3521
834 #, c-format
835 msgid "%s: restricted: cannot specify `/' in command names"
836 msgstr "%s: restricted: cannot specify ‘/’ in command names"
837
838 #: execute_cmd.c:3609
839 #, c-format
840 msgid "%s: command not found"
841 msgstr "%s: command not found"
842
843 #: execute_cmd.c:3839
844 #, c-format
845 msgid "%s: %s: bad interpreter"
846 msgstr "%s: %s: bad interpreter"
847
848 #: execute_cmd.c:3876
849 #, c-format
850 msgid "%s: cannot execute binary file"
851 msgstr "%s: cannot execute binary file"
852
853 #: execute_cmd.c:3988
854 #, c-format
855 msgid "cannot duplicate fd %d to fd %d"
856 msgstr "cannot duplicate fd %d to fd %d"
857
858 #: expr.c:239
859 msgid "expression recursion level exceeded"
860 msgstr "expression recursion level exceeded"
861
862 #: expr.c:263
863 msgid "recursion stack underflow"
864 msgstr "recursion stack underflow"
865
866 #: expr.c:374
867 msgid "syntax error in expression"
868 msgstr "syntax error in expression"
869
870 #: expr.c:414
871 msgid "attempted assignment to non-variable"
872 msgstr "attempted assignment to non-variable"
873
874 #: expr.c:435 expr.c:440 expr.c:750
875 msgid "division by 0"
876 msgstr "division by 0"
877
878 #: expr.c:466
879 msgid "bug: bad expassign token"
880 msgstr "bug: bad expassign token"
881
882 #: expr.c:508
883 msgid "`:' expected for conditional expression"
884 msgstr "‘:’ expected for conditional expression"
885
886 #: expr.c:775
887 msgid "exponent less than 0"
888 msgstr "exponent less than 0"
889
890 #: expr.c:819
891 msgid "identifier expected after pre-increment or pre-decrement"
892 msgstr "identifier expected after pre-increment or pre-decrement"
893
894 #: expr.c:847
895 msgid "missing `)'"
896 msgstr "missing ‘)’"
897
898 #: expr.c:871
899 msgid "syntax error: operand expected"
900 msgstr "syntax error: operand expected"
901
902 #: expr.c:1146
903 msgid "invalid number"
904 msgstr "invalid number"
905
906 #: expr.c:1150
907 msgid "invalid arithmetic base"
908 msgstr "invalid arithmetic base"
909
910 #: expr.c:1170
911 msgid "value too great for base"
912 msgstr "value too great for base"
913
914 #: general.c:60
915 msgid "getcwd: cannot access parent directories"
916 msgstr "getcwd: cannot access parent directories"
917
918 #: input.c:231
919 #, c-format
920 msgid "cannot allocate new file descriptor for bash input from fd %d"
921 msgstr "cannot allocate new file descriptor for bash input from fd %d"
922
923 #: input.c:239
924 #, c-format
925 msgid "save_bash_input: buffer already exists for new fd %d"
926 msgstr "save_bash_input: buffer already exists for new fd %d"
927
928 #: jobs.c:693
929 #, c-format
930 msgid "deleting stopped job %d with process group %ld"
931 msgstr "deleting stopped job %d with process group %ld"
932
933 #: jobs.c:1001
934 #, c-format
935 msgid "describe_pid: %ld: no such pid"
936 msgstr "describe_pid: %ld: no such pid"
937
938 #: jobs.c:1632 nojobs.c:648
939 #, c-format
940 msgid "wait: pid %ld is not a child of this shell"
941 msgstr "wait: pid %ld is not a child of this shell"
942
943 #: jobs.c:1815
944 #, c-format
945 msgid "wait_for: No record of process %ld"
946 msgstr "wait_for: No record of process %ld"
947
948 #: jobs.c:2062
949 #, c-format
950 msgid "wait_for_job: job %d is stopped"
951 msgstr "wait_for_job: job %d is stopped"
952
953 #: jobs.c:2284
954 #, c-format
955 msgid "%s: job has terminated"
956 msgstr "%s: job has terminated"
957
958 #: jobs.c:2293
959 #, c-format
960 msgid "%s: job %d already in background"
961 msgstr "%s: job %d already in background"
962
963 #: jobs.c:3037
964 msgid "no job control in this shell"
965 msgstr "no job control in this shell"
966
967 #: lib/malloc/malloc.c:298
968 #, c-format
969 msgid "malloc: failed assertion: %s\n"
970 msgstr "malloc: failed assertion: %s\n"
971
972 #: lib/malloc/malloc.c:314
973 #, c-format
974 msgid ""
975 "\r\n"
976 "malloc: %s:%d: assertion botched\r\n"
977 msgstr ""
978 "\r\n"
979 "malloc: %s:%d: assertion botched\r\n"
980
981 #: lib/malloc/malloc.c:740
982 msgid "malloc: block on free list clobbered"
983 msgstr "malloc: block on free list clobbered"
984
985 #: lib/malloc/malloc.c:817
986 msgid "free: called with already freed block argument"
987 msgstr "free: called with already freed block argument"
988
989 #: lib/malloc/malloc.c:820
990 msgid "free: called with unallocated block argument"
991 msgstr "free: called with unallocated block argument"
992
993 #: lib/malloc/malloc.c:839
994 msgid "free: underflow detected; mh_nbytes out of range"
995 msgstr "free: underflow detected; mh_nbytes out of range"
996
997 #: lib/malloc/malloc.c:845
998 msgid "free: start and end chunk sizes differ"
999 msgstr "free: start and end chunk sizes differ"
1000
1001 #: lib/malloc/malloc.c:942
1002 msgid "realloc: called with unallocated block argument"
1003 msgstr "realloc: called with unallocated block argument"
1004
1005 #: lib/malloc/malloc.c:957
1006 msgid "realloc: underflow detected; mh_nbytes out of range"
1007 msgstr "realloc: underflow detected; mh_nbytes out of range"
1008
1009 #: lib/malloc/malloc.c:963
1010 msgid "realloc: start and end chunk sizes differ"
1011 msgstr "realloc: start and end chunk sizes differ"
1012
1013 #: lib/malloc/table.c:175
1014 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1015 msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n"
1016
1017 #: lib/malloc/table.c:182
1018 #, c-format
1019 msgid "register_alloc: %p already in table as allocated?\n"
1020 msgstr "register_alloc: %p already in table as allocated?\n"
1021
1022 #: lib/malloc/table.c:218
1023 #, c-format
1024 msgid "register_free: %p already in table as free?\n"
1025 msgstr "register_free: %p already in table as free?\n"
1026
1027 #: lib/malloc/watch.c:46
1028 msgid "allocated"
1029 msgstr "allocated"
1030
1031 #: lib/malloc/watch.c:48
1032 msgid "freed"
1033 msgstr "freed"
1034
1035 #: lib/malloc/watch.c:50
1036 msgid "requesting resize"
1037 msgstr "requesting resize"
1038
1039 #: lib/malloc/watch.c:52
1040 msgid "just resized"
1041 msgstr "just resized"
1042
1043 #: lib/malloc/watch.c:54
1044 msgid "bug: unknown operation"
1045 msgstr "bug: unknown operation"
1046
1047 #: lib/malloc/watch.c:56
1048 #, c-format
1049 msgid "malloc: watch alert: %p %s "
1050 msgstr "malloc: watch alert: %p %s "
1051
1052 #: lib/sh/fmtulong.c:101
1053 msgid "invalid base"
1054 msgstr "invalid base"
1055
1056 #: lib/sh/netopen.c:158
1057 #, c-format
1058 msgid "%s: host unknown"
1059 msgstr "%s: host unknown"
1060
1061 #: lib/sh/netopen.c:165
1062 #, c-format
1063 msgid "%s: invalid service"
1064 msgstr "%s: invalid service"
1065
1066 #: lib/sh/netopen.c:296
1067 #, c-format
1068 msgid "%s: bad network path specification"
1069 msgstr "%s: bad network path specification"
1070
1071 #: lib/sh/netopen.c:336
1072 msgid "network operations not supported"
1073 msgstr "network operations not supported"
1074
1075 #: mailcheck.c:382
1076 msgid "You have mail in $_"
1077 msgstr "You have mail in $_"
1078
1079 #: mailcheck.c:407
1080 msgid "You have new mail in $_"
1081 msgstr "You have new mail in $_"
1082
1083 #: mailcheck.c:423
1084 #, c-format
1085 msgid "The mail in %s has been read\n"
1086 msgstr "The mail in %s has been read\n"
1087
1088 #: make_cmd.c:318
1089 msgid "syntax error: arithmetic expression required"
1090 msgstr "syntax error: arithmetic expression required"
1091
1092 #: make_cmd.c:320
1093 msgid "syntax error: `;' unexpected"
1094 msgstr "syntax error: ‘;’ unexpected"
1095
1096 #: make_cmd.c:321
1097 #, c-format
1098 msgid "syntax error: `((%s))'"
1099 msgstr "syntax error: ‘((%s))’"
1100
1101 #: make_cmd.c:560
1102 #, c-format
1103 msgid "make_here_document: bad instruction type %d"
1104 msgstr "make_here_document: bad instruction type %d"
1105
1106 #: make_cmd.c:730
1107 #, c-format
1108 msgid "make_redirection: redirection instruction `%d' out of range"
1109 msgstr "make_redirection: redirection instruction ‘%d’ out of range"
1110
1111 #: parse.y:2726
1112 #, c-format
1113 msgid "unexpected EOF while looking for matching `%c'"
1114 msgstr "unexpected EOF while looking for matching ‘%c’"
1115
1116 #: parse.y:3011
1117 msgid "unexpected EOF while looking for `]]'"
1118 msgstr "unexpected EOF while looking for ‘]]’"
1119
1120 #: parse.y:3016
1121 #, c-format
1122 msgid "syntax error in conditional expression: unexpected token `%s'"
1123 msgstr "syntax error in conditional expression: unexpected token ‘%s’"
1124
1125 #: parse.y:3020
1126 msgid "syntax error in conditional expression"
1127 msgstr "syntax error in conditional expression"
1128
1129 #: parse.y:3098
1130 #, c-format
1131 msgid "unexpected token `%s', expected `)'"
1132 msgstr "unexpected token ‘%s’, expected ‘)’"
1133
1134 #: parse.y:3102
1135 msgid "expected `)'"
1136 msgstr "expected ‘)’"
1137
1138 #: parse.y:3130
1139 #, c-format
1140 msgid "unexpected argument `%s' to conditional unary operator"
1141 msgstr "unexpected argument ‘%s’ to conditional unary operator"
1142
1143 #: parse.y:3134
1144 msgid "unexpected argument to conditional unary operator"
1145 msgstr "unexpected argument to conditional unary operator"
1146
1147 #: parse.y:3171
1148 #, c-format
1149 msgid "unexpected token `%s', conditional binary operator expected"
1150 msgstr "unexpected token ‘%s’, conditional binary operator expected"
1151
1152 #: parse.y:3175
1153 msgid "conditional binary operator expected"
1154 msgstr "conditional binary operator expected"
1155
1156 #: parse.y:3191
1157 #, c-format
1158 msgid "unexpected argument `%s' to conditional binary operator"
1159 msgstr "unexpected argument ‘%s’ to conditional binary operator"
1160
1161 #: parse.y:3195
1162 msgid "unexpected argument to conditional binary operator"
1163 msgstr "unexpected argument to conditional binary operator"
1164
1165 #: parse.y:3206
1166 #, c-format
1167 msgid "unexpected token `%c' in conditional command"
1168 msgstr "unexpected token ‘%c’ in conditional command"
1169
1170 #: parse.y:3209
1171 #, c-format
1172 msgid "unexpected token `%s' in conditional command"
1173 msgstr "unexpected token ‘%s’ in conditional command"
1174
1175 #: parse.y:3213
1176 #, c-format
1177 msgid "unexpected token %d in conditional command"
1178 msgstr "unexpected token %d in conditional command"
1179
1180 #: parse.y:4400
1181 #, c-format
1182 msgid "syntax error near unexpected token `%s'"
1183 msgstr "syntax error near unexpected token ‘%s’"
1184
1185 #: parse.y:4418
1186 #, c-format
1187 msgid "syntax error near `%s'"
1188 msgstr "syntax error near ‘%s’"
1189
1190 #: parse.y:4428
1191 msgid "syntax error: unexpected end of file"
1192 msgstr "syntax error: unexpected end of file"
1193
1194 #: parse.y:4428
1195 msgid "syntax error"
1196 msgstr "syntax error"
1197
1198 #: parse.y:4490
1199 #, c-format
1200 msgid "Use \"%s\" to leave the shell.\n"
1201 msgstr "Use “%s” to leave the shell.\n"
1202
1203 #: parse.y:4649
1204 msgid "unexpected EOF while looking for matching `)'"
1205 msgstr "unexpected EOF while looking for matching ‘)’"
1206
1207 #: pcomplete.c:988
1208 #, c-format
1209 msgid "completion: function `%s' not found"
1210 msgstr "completion: function ‘%s’ not found"
1211
1212 #: pcomplib.c:179
1213 #, c-format
1214 msgid "progcomp_insert: %s: NULL COMPSPEC"
1215 msgstr "progcomp_insert: %s: NULL COMPSPEC"
1216
1217 #: print_cmd.c:260
1218 #, c-format
1219 msgid "print_command: bad connector `%d'"
1220 msgstr "print_command: bad connector ‘%d’"
1221
1222 #: print_cmd.c:1172
1223 #, c-format
1224 msgid "cprintf: `%c': invalid format character"
1225 msgstr "cprintf: ‘%c’: invalid format character"
1226
1227 #: redir.c:99
1228 msgid "file descriptor out of range"
1229 msgstr "file descriptor out of range"
1230
1231 #: redir.c:141
1232 #, c-format
1233 msgid "%s: ambiguous redirect"
1234 msgstr "%s: ambiguous redirect"
1235
1236 #: redir.c:145
1237 #, c-format
1238 msgid "%s: cannot overwrite existing file"
1239 msgstr "%s: cannot overwrite existing file"
1240
1241 #: redir.c:150
1242 #, c-format
1243 msgid "%s: restricted: cannot redirect output"
1244 msgstr "%s: restricted: cannot redirect output"
1245
1246 #: redir.c:155
1247 #, c-format
1248 msgid "cannot create temp file for here document: %s"
1249 msgstr "cannot create temp file for here document: %s"
1250
1251 #: redir.c:509
1252 msgid "/dev/(tcp|udp)/host/port not supported without networking"
1253 msgstr "/dev/(tcp|udp)/host/port not supported without networking"
1254
1255 #: redir.c:949
1256 msgid "redirection error: cannot duplicate fd"
1257 msgstr "redirection error: cannot duplicate fd"
1258
1259 #: shell.c:302
1260 msgid "could not find /tmp, please create!"
1261 msgstr "could not find /tmp, please create!"
1262
1263 #: shell.c:306
1264 msgid "/tmp must be a valid directory name"
1265 msgstr "/tmp must be a valid directory name"
1266
1267 #: shell.c:839
1268 #, c-format
1269 msgid "%c%c: invalid option"
1270 msgstr "%c%c: invalid option"
1271
1272 #: shell.c:1590
1273 msgid "I have no name!"
1274 msgstr "I have no name!"
1275
1276 #: shell.c:1725
1277 #, c-format
1278 msgid ""
1279 "Usage:\t%s [GNU long option] [option] ...\n"
1280 "\t%s [GNU long option] [option] script-file ...\n"
1281 msgstr ""
1282 "Usage:\t%s [GNU long option] [option] ...\n"
1283 "\t%s [GNU long option] [option] script-file ...\n"
1284
1285 #: shell.c:1727
1286 msgid "GNU long options:\n"
1287 msgstr "GNU long options:\n"
1288
1289 #: shell.c:1731
1290 msgid "Shell options:\n"
1291 msgstr "Shell options:\n"
1292
1293 #: shell.c:1732
1294 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1295 msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1296
1297 #: shell.c:1747
1298 #, c-format
1299 msgid "\t-%s or -o option\n"
1300 msgstr "\t-%s or -o option\n"
1301
1302 #: shell.c:1753
1303 #, c-format
1304 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1305 msgstr "Type ‘%s -c “help set”’ for more information about shell options.\n"
1306
1307 #: shell.c:1754
1308 #, c-format
1309 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1310 msgstr "Type ‘%s -c help’ for more information about shell builtin commands.\n"
1311
1312 #: shell.c:1755
1313 msgid "Use the `bashbug' command to report bugs.\n"
1314 msgstr "Use the ‘bashbug’ command to report bugs.\n"
1315
1316 #: sig.c:485
1317 #, c-format
1318 msgid "sigprocmask: %d: invalid operation"
1319 msgstr "sigprocmask: %d: invalid operation"
1320
1321 #: subst.c:1011
1322 #, c-format
1323 msgid "bad substitution: no closing `%s' in %s"
1324 msgstr "bad substitution: no closing ‘%s’ in %s"
1325
1326 #: subst.c:2020
1327 #, c-format
1328 msgid "%s: cannot assign list to array member"
1329 msgstr "%s: cannot assign list to array member"
1330
1331 #: subst.c:3516 subst.c:3532
1332 msgid "cannot make pipe for process substitution"
1333 msgstr "cannot make pipe for process substitution"
1334
1335 #: subst.c:3563
1336 msgid "cannot make child for process substitution"
1337 msgstr "cannot make child for process substitution"
1338
1339 #: subst.c:3608
1340 #, c-format
1341 msgid "cannot open named pipe %s for reading"
1342 msgstr "cannot open named pipe %s for reading"
1343
1344 #: subst.c:3610
1345 #, c-format
1346 msgid "cannot open named pipe %s for writing"
1347 msgstr "cannot open named pipe %s for writing"
1348
1349 #: subst.c:3618
1350 #, c-format
1351 msgid "cannout reset nodelay mode for fd %d"
1352 msgstr "cannout reset nodelay mode for fd %d"
1353
1354 #: subst.c:3628
1355 #, c-format
1356 msgid "cannot duplicate named pipe %s as fd %d"
1357 msgstr "cannot duplicate named pipe %s as fd %d"
1358
1359 #: subst.c:3803
1360 msgid "cannot make pipe for command substitution"
1361 msgstr "cannot make pipe for command substitution"
1362
1363 #: subst.c:3832
1364 msgid "cannot make child for command substitution"
1365 msgstr "cannot make child for command substitution"
1366
1367 #: subst.c:3849
1368 msgid "command_substitute: cannot duplicate pipe as fd 1"
1369 msgstr "command_substitute: cannot duplicate pipe as fd 1"
1370
1371 #: subst.c:4284
1372 #, c-format
1373 msgid "%s: parameter null or not set"
1374 msgstr "%s: parameter null or not set"
1375
1376 #: subst.c:4529
1377 #, c-format
1378 msgid "%s: substring expression < 0"
1379 msgstr "%s: substring expression < 0"
1380
1381 #: subst.c:5209
1382 #, c-format
1383 msgid "%s: bad substitution"
1384 msgstr "%s: bad substitution"
1385
1386 #: subst.c:5283
1387 #, c-format
1388 msgid "$%s: cannot assign in this way"
1389 msgstr "$%s: cannot assign in this way"
1390
1391 #: subst.c:6652
1392 #, c-format
1393 msgid "no match: %s"
1394 msgstr "no match: %s"
1395
1396 #: test.c:154
1397 msgid "argument expected"
1398 msgstr "argument expected"
1399
1400 #: test.c:163
1401 #, c-format
1402 msgid "%s: integer expression expected"
1403 msgstr "%s: integer expression expected"
1404
1405 #: test.c:361
1406 msgid "`)' expected"
1407 msgstr "‘)’ expected"
1408
1409 #: test.c:363
1410 #, c-format
1411 msgid "`)' expected, found %s"
1412 msgstr "‘)’ expected, found %s"
1413
1414 #: test.c:378 test.c:787 test.c:790
1415 #, c-format
1416 msgid "%s: unary operator expected"
1417 msgstr "%s: unary operator expected"
1418
1419 #: test.c:543 test.c:830
1420 #, c-format
1421 msgid "%s: binary operator expected"
1422 msgstr "%s: binary operator expected"
1423
1424 #: test.c:905
1425 msgid "missing `]'"
1426 msgstr "missing ‘]’"
1427
1428 #: trap.c:194
1429 msgid "invalid signal number"
1430 msgstr "invalid signal number"
1431
1432 #: trap.c:309
1433 #, c-format
1434 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1435 msgstr "run_pending_traps: bad value in trap_list[%d]: %p"
1436
1437 #: trap.c:313
1438 #, c-format
1439 msgid ""
1440 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1441 msgstr ""
1442 "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1443
1444 #: trap.c:349
1445 #, c-format
1446 msgid "trap_handler: bad signal %d"
1447 msgstr "trap_handler: bad signal %d"
1448
1449 #: variables.c:310
1450 #, c-format
1451 msgid "error importing function definition for `%s'"
1452 msgstr "error importing function definition for ‘%s’"
1453
1454 #: variables.c:670
1455 #, c-format
1456 msgid "shell level (%d) too high, resetting to 1"
1457 msgstr "shell level (%d) too high, resetting to 1"
1458
1459 #: variables.c:1610
1460 msgid "make_local_variable: no function context at current scope"
1461 msgstr "make_local_variable: no function context at current scope"
1462
1463 #: variables.c:2709
1464 msgid "all_local_variables: no function context at current scope"
1465 msgstr "all_local_variables: no function context at current scope"
1466
1467 #: variables.c:2923 variables.c:2932
1468 #, c-format
1469 msgid "invalid character %d in exportstr for %s"
1470 msgstr "invalid character %d in exportstr for %s"
1471
1472 #: variables.c:2938
1473 #, c-format
1474 msgid "no `=' in exportstr for %s"
1475 msgstr "no ‘=’ in exportstr for %s"
1476
1477 #: variables.c:3363
1478 msgid "pop_var_context: head of shell_variables not a function context"
1479 msgstr "pop_var_context: head of shell_variables not a function context"
1480
1481 #: variables.c:3376
1482 msgid "pop_var_context: no global_variables context"
1483 msgstr "pop_var_context: no global_variables context"
1484
1485 #: variables.c:3442
1486 msgid "pop_scope: head of shell_variables not a temporary environment scope"
1487 msgstr "pop_scope: head of shell_variables not a temporary environment scope"
1488
1489 #: version.c:82
1490 msgid "Copyright (C) 2004 Free Software Foundation, Inc.\n"
1491 msgstr "Copyright (C) 2004 Free Software Foundation, Inc.\n"
1492
1493 #: xmalloc.c:93
1494 #, c-format
1495 msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1496 msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
1497
1498 #: xmalloc.c:95
1499 #, c-format
1500 msgid "xmalloc: cannot allocate %lu bytes"
1501 msgstr "xmalloc: cannot allocate %lu bytes"
1502
1503 #: xmalloc.c:115
1504 #, c-format
1505 msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1506 msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
1507
1508 #: xmalloc.c:117
1509 #, c-format
1510 msgid "xrealloc: cannot allocate %lu bytes"
1511 msgstr "xrealloc: cannot allocate %lu bytes"
1512
1513 #: xmalloc.c:151
1514 #, c-format
1515 msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1516 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1517
1518 #: xmalloc.c:153
1519 #, c-format
1520 msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
1521 msgstr "xmalloc: %s:%d: cannot allocate %lu bytes"
1522
1523 #: xmalloc.c:175
1524 #, c-format
1525 msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1526 msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
1527
1528 #: xmalloc.c:177
1529 #, c-format
1530 msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
1531 msgstr "xrealloc: %s:%d: cannot allocate %lu bytes"
1532
1533 #: builtins.c:244
1534 msgid "`alias' with no arguments or with the -p option prints the list"
1535 msgstr "‘alias’ with no arguments or with the -p option prints the list"
1536
1537 #: builtins.c:245
1538 msgid "of aliases in the form alias NAME=VALUE on standard output."
1539 msgstr "of aliases in the form alias NAME=VALUE on standard output."
1540
1541 #: builtins.c:246
1542 msgid "Otherwise, an alias is defined for each NAME whose VALUE is given."
1543 msgstr "Otherwise, an alias is defined for each NAME whose VALUE is given."
1544
1545 #: builtins.c:247
1546 msgid "A trailing space in VALUE causes the next word to be checked for"
1547 msgstr "A trailing space in VALUE causes the next word to be checked for"
1548
1549 #: builtins.c:248
1550 msgid "alias substitution when the alias is expanded.  Alias returns"
1551 msgstr "alias substitution when the alias is expanded.  Alias returns"
1552
1553 #: builtins.c:249
1554 msgid "true unless a NAME is given for which no alias has been defined."
1555 msgstr "true unless a NAME is given for which no alias has been defined."
1556
1557 #: builtins.c:257
1558 msgid ""
1559 "Remove NAMEs from the list of defined aliases.  If the -a option is given,"
1560 msgstr ""
1561 "Remove NAMEs from the list of defined aliases.  If the -a option is given,"
1562
1563 #: builtins.c:258
1564 msgid "then remove all alias definitions."
1565 msgstr "then remove all alias definitions."
1566
1567 #: builtins.c:266
1568 msgid "Bind a key sequence to a Readline function or a macro, or set"
1569 msgstr "Bind a key sequence to a Readline function or a macro, or set"
1570
1571 #: builtins.c:267
1572 msgid "a Readline variable.  The non-option argument syntax is equivalent"
1573 msgstr "a Readline variable.  The non-option argument syntax is equivalent"
1574
1575 #: builtins.c:268
1576 msgid "to that found in ~/.inputrc, but must be passed as a single argument:"
1577 msgstr "to that found in ~/.inputrc, but must be passed as a single argument:"
1578
1579 #: builtins.c:269
1580 msgid "bind '\"\\C-x\\C-r\": re-read-init-file'."
1581 msgstr "bind '“\\C-x\\C-r”: re-read-init-file'."
1582
1583 #: builtins.c:270
1584 msgid "bind accepts the following options:"
1585 msgstr "bind accepts the following options:"
1586
1587 #: builtins.c:271
1588 msgid ""
1589 "  -m  keymap         Use `keymap' as the keymap for the duration of this"
1590 msgstr ""
1591 "  -m  keymap         Use ‘keymap’ as the keymap for the duration of this"
1592
1593 #: builtins.c:272
1594 msgid "                     command.  Acceptable keymap names are emacs,"
1595 msgstr "                     command.  Acceptable keymap names are emacs,"
1596
1597 #: builtins.c:273
1598 msgid ""
1599 "                     emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,"
1600 msgstr ""
1601 "                     emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,"
1602
1603 #: builtins.c:274
1604 msgid "                     vi-command, and vi-insert."
1605 msgstr "                     vi-command, and vi-insert."
1606
1607 #: builtins.c:275
1608 msgid "  -l                 List names of functions."
1609 msgstr "  -l                 List names of functions."
1610
1611 #: builtins.c:276
1612 msgid "  -P                 List function names and bindings."
1613 msgstr "  -P                 List function names and bindings."
1614
1615 #: builtins.c:277
1616 msgid "  -p                 List functions and bindings in a form that can be"
1617 msgstr "  -p                 List functions and bindings in a form that can be"
1618
1619 #: builtins.c:278
1620 msgid "                     reused as input."
1621 msgstr "                     reused as input."
1622
1623 #: builtins.c:279
1624 msgid "  -r  keyseq         Remove the binding for KEYSEQ."
1625 msgstr "  -r  keyseq         Remove the binding for KEYSEQ."
1626
1627 #: builtins.c:280
1628 msgid "  -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when"
1629 msgstr "  -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when"
1630
1631 #: builtins.c:281
1632 msgid "\t\t\t\tKEYSEQ is entered."
1633 msgstr "\t\t\t\tKEYSEQ is entered."
1634
1635 #: builtins.c:282
1636 msgid "  -f  filename       Read key bindings from FILENAME."
1637 msgstr "  -f  filename       Read key bindings from FILENAME."
1638
1639 #: builtins.c:283
1640 msgid "  -q  function-name  Query about which keys invoke the named function."
1641 msgstr "  -q  function-name  Query about which keys invoke the named function."
1642
1643 #: builtins.c:284
1644 msgid ""
1645 "  -u  function-name  Unbind all keys which are bound to the named function."
1646 msgstr ""
1647 "  -u  function-name  Unbind all keys which are bound to the named function."
1648
1649 #: builtins.c:285
1650 msgid "  -V                 List variable names and values"
1651 msgstr "  -V                 List variable names and values"
1652
1653 #: builtins.c:286
1654 msgid "  -v                 List variable names and values in a form that can"
1655 msgstr "  -v                 List variable names and values in a form that can"
1656
1657 #: builtins.c:287
1658 msgid "                     be reused as input."
1659 msgstr "                     be reused as input."
1660
1661 #: builtins.c:288
1662 msgid ""
1663 "  -S                 List key sequences that invoke macros and their values"
1664 msgstr ""
1665 "  -S                 List key sequences that invoke macros and their values"
1666
1667 #: builtins.c:289
1668 msgid ""
1669 "  -s                 List key sequences that invoke macros and their values"
1670 msgstr ""
1671 "  -s                 List key sequences that invoke macros and their values"
1672
1673 #: builtins.c:290
1674 msgid "                     in a form that can be reused as input."
1675 msgstr "                     in a form that can be reused as input."
1676
1677 #: builtins.c:297
1678 msgid "Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,"
1679 msgstr "Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,"
1680
1681 #: builtins.c:298
1682 msgid "break N levels."
1683 msgstr "break N levels."
1684
1685 #: builtins.c:304
1686 msgid "Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop."
1687 msgstr "Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop."
1688
1689 #: builtins.c:305
1690 msgid "If N is specified, resume at the N-th enclosing loop."
1691 msgstr "If N is specified, resume at the N-th enclosing loop."
1692
1693 #: builtins.c:311
1694 msgid "Run a shell builtin.  This is useful when you wish to rename a"
1695 msgstr "Run a shell builtin.  This is useful when you wish to rename a"
1696
1697 #: builtins.c:312
1698 msgid "shell builtin to be a function, but need the functionality of the"
1699 msgstr "shell builtin to be a function, but need the functionality of the"
1700
1701 #: builtins.c:313
1702 msgid "builtin within the function itself."
1703 msgstr "builtin within the function itself."
1704
1705 #: builtins.c:334
1706 msgid "Change the current directory to DIR.  The variable $HOME is the"
1707 msgstr "Change the current directory to DIR.  The variable $HOME is the"
1708
1709 #: builtins.c:335
1710 msgid "default DIR.  The variable CDPATH defines the search path for"
1711 msgstr "default DIR.  The variable CDPATH defines the search path for"
1712
1713 #: builtins.c:336
1714 msgid "the directory containing DIR.  Alternative directory names in CDPATH"
1715 msgstr "the directory containing DIR.  Alternative directory names in CDPATH"
1716
1717 #: builtins.c:337
1718 msgid "are separated by a colon (:).  A null directory name is the same as"
1719 msgstr "are separated by a colon (:).  A null directory name is the same as"
1720
1721 #: builtins.c:338
1722 msgid "the current directory, i.e. `.'.  If DIR begins with a slash (/),"
1723 msgstr "the current directory, i.e. ‘.’.  If DIR begins with a slash (/),"
1724
1725 #: builtins.c:339
1726 msgid "then CDPATH is not used.  If the directory is not found, and the"
1727 msgstr "then CDPATH is not used.  If the directory is not found, and the"
1728
1729 #: builtins.c:340
1730 msgid "shell option `cdable_vars' is set, then try the word as a variable"
1731 msgstr "shell option ‘cdable_vars’ is set, then try the word as a variable"
1732
1733 #: builtins.c:341
1734 msgid "name.  If that variable has a value, then cd to the value of that"
1735 msgstr "name.  If that variable has a value, then cd to the value of that"
1736
1737 #: builtins.c:342
1738 msgid "variable.  The -P option says to use the physical directory structure"
1739 msgstr "variable.  The -P option says to use the physical directory structure"
1740
1741 #: builtins.c:343
1742 msgid ""
1743 "instead of following symbolic links; the -L option forces symbolic links"
1744 msgstr ""
1745 "instead of following symbolic links; the -L option forces symbolic links"
1746
1747 #: builtins.c:344
1748 msgid "to be followed."
1749 msgstr "to be followed."
1750
1751 #: builtins.c:350
1752 msgid "Print the current working directory.  With the -P option, pwd prints"
1753 msgstr "Print the current working directory.  With the -P option, pwd prints"
1754
1755 #: builtins.c:351
1756 msgid "the physical directory, without any symbolic links; the -L option"
1757 msgstr "the physical directory, without any symbolic links; the -L option"
1758
1759 #: builtins.c:352
1760 msgid "makes pwd follow symbolic links."
1761 msgstr "makes pwd follow symbolic links."
1762
1763 #: builtins.c:358
1764 msgid "No effect; the command does nothing.  A zero exit code is returned."
1765 msgstr "No effect; the command does nothing.  A zero exit code is returned."
1766
1767 #: builtins.c:364
1768 msgid "Return a successful result."
1769 msgstr "Return a successful result."
1770
1771 #: builtins.c:370
1772 msgid "Return an unsuccessful result."
1773 msgstr "Return an unsuccessful result."
1774
1775 #: builtins.c:376
1776 msgid "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell"
1777 msgstr "Runs COMMAND with ARGS ignoring shell functions.  If you have a shell"
1778
1779 #: builtins.c:377
1780 msgid "function called `ls', and you wish to call the command `ls', you can"
1781 msgstr "function called ‘ls’, and you wish to call the command ‘ls’, you can"
1782
1783 #: builtins.c:378
1784 msgid "say \"command ls\".  If the -p option is given, a default value is used"
1785 msgstr "say “command ls”.  If the -p option is given, a default value is used"
1786
1787 #: builtins.c:379
1788 msgid "for PATH that is guaranteed to find all of the standard utilities.  If"
1789 msgstr "for PATH that is guaranteed to find all of the standard utilities.  If"
1790
1791 #: builtins.c:380
1792 msgid "the -V or -v option is given, a string is printed describing COMMAND."
1793 msgstr "the -V or -v option is given, a string is printed describing COMMAND."
1794
1795 #: builtins.c:381
1796 msgid "The -V option produces a more verbose description."
1797 msgstr "The -V option produces a more verbose description."
1798
1799 #: builtins.c:387
1800 msgid "Declare variables and/or give them attributes.  If no NAMEs are"
1801 msgstr "Declare variables and/or give them attributes.  If no NAMEs are"
1802
1803 #: builtins.c:388
1804 msgid "given, then display the values of variables instead.  The -p option"
1805 msgstr "given, then display the values of variables instead.  The -p option"
1806
1807 #: builtins.c:389
1808 msgid "will display the attributes and values of each NAME."
1809 msgstr "will display the attributes and values of each NAME."
1810
1811 #: builtins.c:391
1812 msgid "The flags are:"
1813 msgstr "The flags are:"
1814
1815 #: builtins.c:393
1816 msgid "  -a\tto make NAMEs arrays (if supported)"
1817 msgstr "  -a\tto make NAMEs arrays (if supported)"
1818
1819 #: builtins.c:394
1820 msgid "  -f\tto select from among function names only"
1821 msgstr "  -f\tto select from among function names only"
1822
1823 #: builtins.c:395
1824 msgid ""
1825 "  -F\tto display function names (and line number and source file name if"
1826 msgstr ""
1827 "  -F\tto display function names (and line number and source file name if"
1828
1829 #: builtins.c:396
1830 msgid "\tdebugging) without definitions"
1831 msgstr "\tdebugging) without definitions"
1832
1833 #: builtins.c:397
1834 msgid "  -i\tto make NAMEs have the `integer' attribute"
1835 msgstr "  -i\tto make NAMEs have the ‘integer’ attribute"
1836
1837 #: builtins.c:398
1838 msgid "  -r\tto make NAMEs readonly"
1839 msgstr "  -r\tto make NAMEs readonly"
1840
1841 #: builtins.c:399
1842 msgid "  -t\tto make NAMEs have the `trace' attribute"
1843 msgstr "  -t\tto make NAMEs have the ‘trace’ attribute"
1844
1845 #: builtins.c:400
1846 msgid "  -x\tto make NAMEs export"
1847 msgstr "  -x\tto make NAMEs export"
1848
1849 #: builtins.c:402
1850 msgid "Variables with the integer attribute have arithmetic evaluation (see"
1851 msgstr "Variables with the integer attribute have arithmetic evaluation (see"
1852
1853 #: builtins.c:403
1854 msgid "`let') done when the variable is assigned to."
1855 msgstr "‘let’) done when the variable is assigned to."
1856
1857 #: builtins.c:405
1858 msgid "When displaying values of variables, -f displays a function's name"
1859 msgstr "When displaying values of variables, -f displays a function's name"
1860
1861 #: builtins.c:406
1862 msgid "and definition.  The -F option restricts the display to function"
1863 msgstr "and definition.  The -F option restricts the display to function"
1864
1865 #: builtins.c:407
1866 msgid "name only."
1867 msgstr "name only."
1868
1869 #: builtins.c:409
1870 msgid "Using `+' instead of `-' turns off the given attribute instead.  When"
1871 msgstr "Using ‘+’ instead of ‘-’ turns off the given attribute instead.  When"
1872
1873 #: builtins.c:410
1874 msgid "used in a function, makes NAMEs local, as with the `local' command."
1875 msgstr "used in a function, makes NAMEs local, as with the ‘local’ command."
1876
1877 #: builtins.c:416
1878 msgid "Obsolete.  See `declare'."
1879 msgstr "Obsolete.  See ‘declare’."
1880
1881 #: builtins.c:422
1882 msgid "Create a local variable called NAME, and give it VALUE.  LOCAL"
1883 msgstr "Create a local variable called NAME, and give it VALUE.  LOCAL"
1884
1885 #: builtins.c:423
1886 msgid "can only be used within a function; it makes the variable NAME"
1887 msgstr "can only be used within a function; it makes the variable NAME"
1888
1889 #: builtins.c:424
1890 msgid "have a visible scope restricted to that function and its children."
1891 msgstr "have a visible scope restricted to that function and its children."
1892
1893 #: builtins.c:431
1894 msgid "Output the ARGs.  If -n is specified, the trailing newline is"
1895 msgstr "Output the ARGs.  If -n is specified, the trailing newline is"
1896
1897 #: builtins.c:432
1898 msgid "suppressed.  If the -e option is given, interpretation of the"
1899 msgstr "suppressed.  If the -e option is given, interpretation of the"
1900
1901 #: builtins.c:433
1902 msgid "following backslash-escaped characters is turned on:"
1903 msgstr "following backslash-escaped characters is turned on:"
1904
1905 #: builtins.c:434
1906 msgid "\t\\a\talert (bell)"
1907 msgstr "\t\\a\talert (bell)"
1908
1909 #: builtins.c:435
1910 msgid "\t\\b\tbackspace"
1911 msgstr "\t\\b\tbackspace"
1912
1913 #: builtins.c:436
1914 msgid "\t\\c\tsuppress trailing newline"
1915 msgstr "\t\\c\tsuppress trailing newline"
1916
1917 #: builtins.c:437
1918 msgid "\t\\E\tescape character"
1919 msgstr "\t\\E\tescape character"
1920
1921 #: builtins.c:438
1922 msgid "\t\\f\tform feed"
1923 msgstr "\t\\f\tform feed"
1924
1925 #: builtins.c:439
1926 msgid "\t\\n\tnew line"
1927 msgstr "\t\\n\tnew line"
1928
1929 #: builtins.c:440
1930 msgid "\t\\r\tcarriage return"
1931 msgstr "\t\\r\tcarriage return"
1932
1933 #: builtins.c:441
1934 msgid "\t\\t\thorizontal tab"
1935 msgstr "\t\\t\thorizontal tab"
1936
1937 #: builtins.c:442
1938 msgid "\t\\v\tvertical tab"
1939 msgstr "\t\\v\tvertical tab"
1940
1941 #: builtins.c:443
1942 msgid "\t\\\\\tbackslash"
1943 msgstr "\t\\\\\tbackslash"
1944
1945 #: builtins.c:444
1946 msgid "\t\\num\tthe character whose ASCII code is NUM (octal)."
1947 msgstr "\t\\num\tthe character whose ASCII code is NUM (octal)."
1948
1949 #: builtins.c:446
1950 msgid "You can explicitly turn off the interpretation of the above characters"
1951 msgstr "You can explicitly turn off the interpretation of the above characters"
1952
1953 #: builtins.c:447
1954 msgid "with the -E option."
1955 msgstr "with the -E option."
1956
1957 #: builtins.c:455
1958 msgid ""
1959 "Output the ARGs.  If -n is specified, the trailing newline is suppressed."
1960 msgstr ""
1961 "Output the ARGs.  If -n is specified, the trailing newline is suppressed."
1962
1963 #: builtins.c:462
1964 msgid "Enable and disable builtin shell commands.  This allows"
1965 msgstr "Enable and disable builtin shell commands.  This allows"
1966
1967 #: builtins.c:463
1968 msgid "you to use a disk command which has the same name as a shell"
1969 msgstr "you to use a disk command which has the same name as a shell"
1970
1971 #: builtins.c:464
1972 msgid "builtin without specifying a full pathname.  If -n is used, the"
1973 msgstr "builtin without specifying a full pathname.  If -n is used, the"
1974
1975 #: builtins.c:465
1976 msgid "NAMEs become disabled; otherwise NAMEs are enabled.  For example,"
1977 msgstr "NAMEs become disabled; otherwise NAMEs are enabled.  For example,"
1978
1979 #: builtins.c:466
1980 msgid "to use the `test' found in $PATH instead of the shell builtin"
1981 msgstr "to use the ‘test’ found in $PATH instead of the shell builtin"
1982
1983 #: builtins.c:467
1984 msgid "version, type `enable -n test'.  On systems supporting dynamic"
1985 msgstr "version, type ‘enable -n test’.  On systems supporting dynamic"
1986
1987 #: builtins.c:468
1988 msgid "loading, the -f option may be used to load new builtins from the"
1989 msgstr "loading, the -f option may be used to load new builtins from the"
1990
1991 #: builtins.c:469
1992 msgid "shared object FILENAME.  The -d option will delete a builtin"
1993 msgstr "shared object FILENAME.  The -d option will delete a builtin"
1994
1995 #: builtins.c:470
1996 msgid "previously loaded with -f.  If no non-option names are given, or"
1997 msgstr "previously loaded with -f.  If no non-option names are given, or"
1998
1999 #: builtins.c:471
2000 msgid "the -p option is supplied, a list of builtins is printed.  The"
2001 msgstr "the -p option is supplied, a list of builtins is printed.  The"
2002
2003 #: builtins.c:472
2004 msgid "-a option means to print every builtin with an indication of whether"
2005 msgstr "-a option means to print every builtin with an indication of whether"
2006
2007 #: builtins.c:473
2008 msgid ""
2009 "or not it is enabled.  The -s option restricts the output to the POSIX.2"
2010 msgstr ""
2011 "or not it is enabled.  The -s option restricts the output to the POSIX.2"
2012
2013 #: builtins.c:474
2014 msgid ""
2015 "`special' builtins.  The -n option displays a list of all disabled builtins."
2016 msgstr ""
2017 "‘special’ builtins.  The -n option displays a list of all disabled builtins."
2018
2019 #: builtins.c:480
2020 msgid "Read ARGs as input to the shell and execute the resulting command(s)."
2021 msgstr "Read ARGs as input to the shell and execute the resulting command(s)."
2022
2023 #: builtins.c:486
2024 msgid "Getopts is used by shell procedures to parse positional parameters."
2025 msgstr "Getopts is used by shell procedures to parse positional parameters."
2026
2027 #: builtins.c:488
2028 msgid "OPTSTRING contains the option letters to be recognized; if a letter"
2029 msgstr "OPTSTRING contains the option letters to be recognized; if a letter"
2030
2031 #: builtins.c:489
2032 msgid "is followed by a colon, the option is expected to have an argument,"
2033 msgstr "is followed by a colon, the option is expected to have an argument,"
2034
2035 #: builtins.c:490
2036 msgid "which should be separated from it by white space."
2037 msgstr "which should be separated from it by white space."
2038
2039 #: builtins.c:492
2040 msgid "Each time it is invoked, getopts will place the next option in the"
2041 msgstr "Each time it is invoked, getopts will place the next option in the"
2042
2043 #: builtins.c:493
2044 msgid "shell variable $name, initializing name if it does not exist, and"
2045 msgstr "shell variable $name, initializing name if it does not exist, and"
2046
2047 #: builtins.c:494
2048 msgid "the index of the next argument to be processed into the shell"
2049 msgstr "the index of the next argument to be processed into the shell"
2050
2051 #: builtins.c:495
2052 msgid "variable OPTIND.  OPTIND is initialized to 1 each time the shell or"
2053 msgstr "variable OPTIND.  OPTIND is initialized to 1 each time the shell or"
2054
2055 #: builtins.c:496
2056 msgid "a shell script is invoked.  When an option requires an argument,"
2057 msgstr "a shell script is invoked.  When an option requires an argument,"
2058
2059 #: builtins.c:497
2060 msgid "getopts places that argument into the shell variable OPTARG."
2061 msgstr "getopts places that argument into the shell variable OPTARG."
2062
2063 #: builtins.c:499
2064 msgid "getopts reports errors in one of two ways.  If the first character"
2065 msgstr "getopts reports errors in one of two ways.  If the first character"
2066
2067 #: builtins.c:500
2068 msgid "of OPTSTRING is a colon, getopts uses silent error reporting.  In"
2069 msgstr "of OPTSTRING is a colon, getopts uses silent error reporting.  In"
2070
2071 #: builtins.c:501
2072 msgid "this mode, no error messages are printed.  If an invalid option is"
2073 msgstr "this mode, no error messages are printed.  If an invalid option is"
2074
2075 #: builtins.c:502
2076 msgid "seen, getopts places the option character found into OPTARG.  If a"
2077 msgstr "seen, getopts places the option character found into OPTARG.  If a"
2078
2079 #: builtins.c:503
2080 msgid "required argument is not found, getopts places a ':' into NAME and"
2081 msgstr "required argument is not found, getopts places a ‘:’ into NAME and"
2082
2083 #: builtins.c:504
2084 msgid "sets OPTARG to the option character found.  If getopts is not in"
2085 msgstr "sets OPTARG to the option character found.  If getopts is not in"
2086
2087 #: builtins.c:505
2088 msgid "silent mode, and an invalid option is seen, getopts places '?' into"
2089 msgstr "silent mode, and an invalid option is seen, getopts places ‘?’ into"
2090
2091 #: builtins.c:506
2092 msgid "NAME and unsets OPTARG.  If a required argument is not found, a '?'"
2093 msgstr "NAME and unsets OPTARG.  If a required argument is not found, a ‘?’"
2094
2095 #: builtins.c:507
2096 msgid "is placed in NAME, OPTARG is unset, and a diagnostic message is"
2097 msgstr "is placed in NAME, OPTARG is unset, and a diagnostic message is"
2098
2099 #: builtins.c:508
2100 msgid "printed."
2101 msgstr "printed."
2102
2103 #: builtins.c:510
2104 msgid "If the shell variable OPTERR has the value 0, getopts disables the"
2105 msgstr "If the shell variable OPTERR has the value 0, getopts disables the"
2106
2107 #: builtins.c:511
2108 msgid "printing of error messages, even if the first character of"
2109 msgstr "printing of error messages, even if the first character of"
2110
2111 #: builtins.c:512
2112 msgid "OPTSTRING is not a colon.  OPTERR has the value 1 by default."
2113 msgstr "OPTSTRING is not a colon.  OPTERR has the value 1 by default."
2114
2115 #: builtins.c:514
2116 msgid "Getopts normally parses the positional parameters ($0 - $9), but if"
2117 msgstr "Getopts normally parses the positional parameters ($0 - $9), but if"
2118
2119 #: builtins.c:515
2120 msgid "more arguments are given, they are parsed instead."
2121 msgstr "more arguments are given, they are parsed instead."
2122
2123 #: builtins.c:521
2124 msgid "Exec FILE, replacing this shell with the specified program."
2125 msgstr "Exec FILE, replacing this shell with the specified program."
2126
2127 #: builtins.c:522
2128 msgid "If FILE is not specified, the redirections take effect in this"
2129 msgstr "If FILE is not specified, the redirections take effect in this"
2130
2131 #: builtins.c:523
2132 msgid "shell.  If the first argument is `-l', then place a dash in the"
2133 msgstr "shell.  If the first argument is ‘-l’, then place a dash in the"
2134
2135 #: builtins.c:524
2136 msgid "zeroth arg passed to FILE, as login does.  If the `-c' option"
2137 msgstr "zeroth arg passed to FILE, as login does.  If the ‘-c’ option"
2138
2139 #: builtins.c:525
2140 msgid "is supplied, FILE is executed with a null environment.  The `-a'"
2141 msgstr "is supplied, FILE is executed with a null environment.  The ‘-a’"
2142
2143 #: builtins.c:526
2144 msgid "option means to make set argv[0] of the executed process to NAME."
2145 msgstr "option means to make set argv[0] of the executed process to NAME."
2146
2147 #: builtins.c:527
2148 msgid "If the file cannot be executed and the shell is not interactive,"
2149 msgstr "If the file cannot be executed and the shell is not interactive,"
2150
2151 #: builtins.c:528
2152 msgid "then the shell exits, unless the shell option `execfail' is set."
2153 msgstr "then the shell exits, unless the shell option ‘execfail’ is set."
2154
2155 #: builtins.c:534
2156 msgid "Exit the shell with a status of N.  If N is omitted, the exit status"
2157 msgstr "Exit the shell with a status of N.  If N is omitted, the exit status"
2158
2159 #: builtins.c:535
2160 msgid "is that of the last command executed."
2161 msgstr "is that of the last command executed."
2162
2163 #: builtins.c:541
2164 msgid "Logout of a login shell."
2165 msgstr "Logout of a login shell."
2166
2167 #: builtins.c:548
2168 msgid ""
2169 "fc is used to list or edit and re-execute commands from the history list."
2170 msgstr ""
2171 "fc is used to list or edit and re-execute commands from the history list."
2172
2173 #: builtins.c:549
2174 msgid "FIRST and LAST can be numbers specifying the range, or FIRST can be a"
2175 msgstr "FIRST and LAST can be numbers specifying the range, or FIRST can be a"
2176
2177 #: builtins.c:550
2178 msgid "string, which means the most recent command beginning with that"
2179 msgstr "string, which means the most recent command beginning with that"
2180
2181 #: builtins.c:551
2182 msgid "string."
2183 msgstr "string."
2184
2185 #: builtins.c:553
2186 msgid ""
2187 "   -e ENAME selects which editor to use.  Default is FCEDIT, then EDITOR,"
2188 msgstr ""
2189 "   -e ENAME selects which editor to use.  Default is FCEDIT, then EDITOR,"
2190
2191 #: builtins.c:554
2192 msgid "      then vi."
2193 msgstr "      then vi."
2194
2195 #: builtins.c:556
2196 msgid "   -l means list lines instead of editing."
2197 msgstr "   -l means list lines instead of editing."
2198
2199 #: builtins.c:557
2200 msgid "   -n means no line numbers listed."
2201 msgstr "   -n means no line numbers listed."
2202
2203 #: builtins.c:558
2204 msgid ""
2205 "   -r means reverse the order of the lines (making it newest listed first)."
2206 msgstr ""
2207 "   -r means reverse the order of the lines (making it newest listed first)."
2208
2209 #: builtins.c:560
2210 msgid "With the `fc -s [pat=rep ...] [command]' format, the command is"
2211 msgstr "With the ‘fc -s [pat=rep ...] [command]’ format, the command is"
2212
2213 #: builtins.c:561
2214 msgid "re-executed after the substitution OLD=NEW is performed."
2215 msgstr "re-executed after the substitution OLD=NEW is performed."
2216
2217 #: builtins.c:563
2218 msgid "A useful alias to use with this is r='fc -s', so that typing `r cc'"
2219 msgstr "A useful alias to use with this is r='fc -s', so that typing ‘r cc’"
2220
2221 #: builtins.c:564
2222 msgid "runs the last command beginning with `cc' and typing `r' re-executes"
2223 msgstr "runs the last command beginning with ‘cc’ and typing ‘r’ re-executes"
2224
2225 #: builtins.c:565
2226 msgid "the last command."
2227 msgstr "the last command."
2228
2229 #: builtins.c:573
2230 msgid "Place JOB_SPEC in the foreground, and make it the current job.  If"
2231 msgstr "Place JOB_SPEC in the foreground, and make it the current job.  If"
2232
2233 #: builtins.c:574
2234 msgid "JOB_SPEC is not present, the shell's notion of the current job is"
2235 msgstr "JOB_SPEC is not present, the shell's notion of the current job is"
2236
2237 #: builtins.c:575
2238 msgid "used."
2239 msgstr "used."
2240
2241 #: builtins.c:583
2242 msgid "Place JOB_SPEC in the background, as if it had been started with"
2243 msgstr "Place JOB_SPEC in the background, as if it had been started with"
2244
2245 #: builtins.c:584
2246 msgid "`&'.  If JOB_SPEC is not present, the shell's notion of the current"
2247 msgstr "‘&’.  If JOB_SPEC is not present, the shell's notion of the current"
2248
2249 #: builtins.c:585
2250 msgid "job is used."
2251 msgstr "job is used."
2252
2253 #: builtins.c:592
2254 msgid "For each NAME, the full pathname of the command is determined and"
2255 msgstr "For each NAME, the full pathname of the command is determined and"
2256
2257 #: builtins.c:593
2258 msgid "remembered.  If the -p option is supplied, PATHNAME is used as the"
2259 msgstr "remembered.  If the -p option is supplied, PATHNAME is used as the"
2260
2261 #: builtins.c:594
2262 msgid "full pathname of NAME, and no path search is performed.  The -r"
2263 msgstr "full pathname of NAME, and no path search is performed.  The -r"
2264
2265 #: builtins.c:595
2266 msgid "option causes the shell to forget all remembered locations.  The -d"
2267 msgstr "option causes the shell to forget all remembered locations.  The -d"
2268
2269 #: builtins.c:596
2270 msgid "option causes the shell to forget the remembered location of each NAME."
2271 msgstr ""
2272 "option causes the shell to forget the remembered location of each NAME."
2273
2274 #: builtins.c:597
2275 msgid "If the -t option is supplied the full pathname to which each NAME"
2276 msgstr "If the -t option is supplied the full pathname to which each NAME"
2277
2278 #: builtins.c:598
2279 msgid "corresponds is printed.  If multiple NAME arguments are supplied with"
2280 msgstr "corresponds is printed.  If multiple NAME arguments are supplied with"
2281
2282 #: builtins.c:599
2283 msgid "-t, the NAME is printed before the hashed full pathname.  The -l option"
2284 msgstr ""
2285 "-t, the NAME is printed before the hashed full pathname.  The -l option"
2286
2287 #: builtins.c:600
2288 msgid "causes output to be displayed in a format that may be reused as input."
2289 msgstr "causes output to be displayed in a format that may be reused as input."
2290
2291 #: builtins.c:601
2292 msgid ""
2293 "If no arguments are given, information about remembered commands is "
2294 "displayed."
2295 msgstr ""
2296 "If no arguments are given, information about remembered commands is "
2297 "displayed."
2298
2299 #: builtins.c:608
2300 msgid "Display helpful information about builtin commands.  If PATTERN is"
2301 msgstr "Display helpful information about builtin commands.  If PATTERN is"
2302
2303 #: builtins.c:609
2304 msgid "specified, gives detailed help on all commands matching PATTERN,"
2305 msgstr "specified, gives detailed help on all commands matching PATTERN,"
2306
2307 #: builtins.c:610
2308 msgid "otherwise a list of the builtins is printed.  The -s option"
2309 msgstr "otherwise a list of the builtins is printed.  The -s option"
2310
2311 #: builtins.c:611
2312 msgid "restricts the output for each builtin command matching PATTERN to"
2313 msgstr "restricts the output for each builtin command matching PATTERN to"
2314
2315 #: builtins.c:612
2316 msgid "a short usage synopsis."
2317 msgstr "a short usage synopsis."
2318
2319 #: builtins.c:620
2320 msgid "Display the history list with line numbers.  Lines listed with"
2321 msgstr "Display the history list with line numbers.  Lines listed with"
2322
2323 #: builtins.c:621
2324 msgid "with a `*' have been modified.  Argument of N says to list only"
2325 msgstr "with a ‘*’ have been modified.  Argument of N says to list only"
2326
2327 #: builtins.c:622
2328 msgid "the last N lines.  The `-c' option causes the history list to be"
2329 msgstr "the last N lines.  The ‘-c’ option causes the history list to be"
2330
2331 #: builtins.c:623
2332 msgid "cleared by deleting all of the entries.  The `-d' option deletes"
2333 msgstr "cleared by deleting all of the entries.  The ‘-d’ option deletes"
2334
2335 #: builtins.c:624
2336 msgid "the history entry at offset OFFSET.  The `-w' option writes out the"
2337 msgstr "the history entry at offset OFFSET.  The ‘-w’ option writes out the"
2338
2339 #: builtins.c:625
2340 msgid "current history to the history file;  `-r' means to read the file and"
2341 msgstr "current history to the history file;  ‘-r’ means to read the file and"
2342
2343 #: builtins.c:626
2344 msgid "append the contents to the history list instead.  `-a' means"
2345 msgstr "append the contents to the history list instead.  ‘-a’ means"
2346
2347 #: builtins.c:627
2348 msgid "to append history lines from this session to the history file."
2349 msgstr "to append history lines from this session to the history file."
2350
2351 #: builtins.c:628
2352 msgid "Argument `-n' means to read all history lines not already read"
2353 msgstr "Argument ‘-n’ means to read all history lines not already read"
2354
2355 #: builtins.c:629
2356 msgid "from the history file and append them to the history list."
2357 msgstr "from the history file and append them to the history list."
2358
2359 #: builtins.c:631
2360 msgid "If FILENAME is given, then that is used as the history file else"
2361 msgstr "If FILENAME is given, then that is used as the history file else"
2362
2363 #: builtins.c:632
2364 msgid "if $HISTFILE has a value, that is used, else ~/.bash_history."
2365 msgstr "if $HISTFILE has a value, that is used, else ~/.bash_history."
2366
2367 #: builtins.c:633
2368 msgid "If the -s option is supplied, the non-option ARGs are appended to"
2369 msgstr "If the -s option is supplied, the non-option ARGs are appended to"
2370
2371 #: builtins.c:634
2372 msgid "the history list as a single entry.  The -p option means to perform"
2373 msgstr "the history list as a single entry.  The -p option means to perform"
2374
2375 #: builtins.c:635
2376 msgid "history expansion on each ARG and display the result, without storing"
2377 msgstr "history expansion on each ARG and display the result, without storing"
2378
2379 #: builtins.c:636
2380 msgid "anything in the history list."
2381 msgstr "anything in the history list."
2382
2383 #: builtins.c:638
2384 msgid "If the $HISTTIMEFORMAT variable is set and not null, its value is used"
2385 msgstr "If the $HISTTIMEFORMAT variable is set and not null, its value is used"
2386
2387 #: builtins.c:639
2388 msgid "as a format string for strftime(3) to print the time stamp associated"
2389 msgstr "as a format string for strftime(3) to print the time stamp associated"
2390
2391 #: builtins.c:640
2392 msgid ""
2393 "with each displayed history entry.  No time stamps are printed otherwise."
2394 msgstr ""
2395 "with each displayed history entry.  No time stamps are printed otherwise."
2396
2397 #: builtins.c:648
2398 msgid "Lists the active jobs.  The -l option lists process id's in addition"
2399 msgstr "Lists the active jobs.  The -l option lists process id's in addition"
2400
2401 #: builtins.c:649
2402 msgid "to the normal information; the -p option lists process id's only."
2403 msgstr "to the normal information; the -p option lists process id's only."
2404
2405 #: builtins.c:650
2406 msgid "If -n is given, only processes that have changed status since the last"
2407 msgstr "If -n is given, only processes that have changed status since the last"
2408
2409 #: builtins.c:651
2410 msgid "notification are printed.  JOBSPEC restricts output to that job.  The"
2411 msgstr "notification are printed.  JOBSPEC restricts output to that job.  The"
2412
2413 #: builtins.c:652
2414 msgid "-r and -s options restrict output to running and stopped jobs only,"
2415 msgstr "-r and -s options restrict output to running and stopped jobs only,"
2416
2417 #: builtins.c:653
2418 msgid "respectively.  Without options, the status of all active jobs is"
2419 msgstr "respectively.  Without options, the status of all active jobs is"
2420
2421 #: builtins.c:654
2422 msgid "printed.  If -x is given, COMMAND is run after all job specifications"
2423 msgstr "printed.  If -x is given, COMMAND is run after all job specifications"
2424
2425 #: builtins.c:655
2426 msgid ""
2427 "that appear in ARGS have been replaced with the process ID of that job's"
2428 msgstr ""
2429 "that appear in ARGS have been replaced with the process ID of that job's"
2430
2431 #: builtins.c:656
2432 msgid "process group leader."
2433 msgstr "process group leader."
2434
2435 #: builtins.c:664
2436 msgid ""
2437 "By default, removes each JOBSPEC argument from the table of active jobs."
2438 msgstr ""
2439 "By default, removes each JOBSPEC argument from the table of active jobs."
2440
2441 #: builtins.c:665
2442 msgid ""
2443 "If the -h option is given, the job is not removed from the table, but is"
2444 msgstr ""
2445 "If the -h option is given, the job is not removed from the table, but is"
2446
2447 #: builtins.c:666
2448 msgid "marked so that SIGHUP is not sent to the job if the shell receives a"
2449 msgstr "marked so that SIGHUP is not sent to the job if the shell receives a"
2450
2451 #: builtins.c:667
2452 msgid ""
2453 "SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove all"
2454 msgstr ""
2455 "SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove all"
2456
2457 #: builtins.c:668
2458 msgid ""
2459 "jobs from the job table; the -r option means to remove only running jobs."
2460 msgstr ""
2461 "jobs from the job table; the -r option means to remove only running jobs."
2462
2463 #: builtins.c:675
2464 msgid "Send the processes named by PID (or JOB) the signal SIGSPEC.  If"
2465 msgstr "Send the processes named by PID (or JOB) the signal SIGSPEC.  If"
2466
2467 #: builtins.c:676
2468 msgid "SIGSPEC is not present, then SIGTERM is assumed.  An argument of `-l'"
2469 msgstr "SIGSPEC is not present, then SIGTERM is assumed.  An argument of ‘-l’"
2470
2471 #: builtins.c:677
2472 msgid "lists the signal names; if arguments follow `-l' they are assumed to"
2473 msgstr "lists the signal names; if arguments follow ‘-l’ they are assumed to"
2474
2475 #: builtins.c:678
2476 msgid "be signal numbers for which names should be listed.  Kill is a shell"
2477 msgstr "be signal numbers for which names should be listed.  Kill is a shell"
2478
2479 #: builtins.c:679
2480 msgid "builtin for two reasons: it allows job IDs to be used instead of"
2481 msgstr "builtin for two reasons: it allows job IDs to be used instead of"
2482
2483 #: builtins.c:680
2484 msgid "process IDs, and, if you have reached the limit on processes that"
2485 msgstr "process IDs, and, if you have reached the limit on processes that"
2486
2487 #: builtins.c:681
2488 msgid "you can create, you don't have to start a process to kill another one."
2489 msgstr "you can create, you don't have to start a process to kill another one."
2490
2491 #: builtins.c:687
2492 msgid "Each ARG is an arithmetic expression to be evaluated.  Evaluation"
2493 msgstr "Each ARG is an arithmetic expression to be evaluated.  Evaluation"
2494
2495 #: builtins.c:688
2496 msgid "is done in fixed-width integers with no check for overflow, though"
2497 msgstr "is done in fixed-width integers with no check for overflow, though"
2498
2499 #: builtins.c:689
2500 msgid "division by 0 is trapped and flagged as an error.  The following"
2501 msgstr "division by 0 is trapped and flagged as an error.  The following"
2502
2503 #: builtins.c:690
2504 msgid "list of operators is grouped into levels of equal-precedence operators."
2505 msgstr ""
2506 "list of operators is grouped into levels of equal-precedence operators."
2507
2508 #: builtins.c:691
2509 msgid "The levels are listed in order of decreasing precedence."
2510 msgstr "The levels are listed in order of decreasing precedence."
2511
2512 #: builtins.c:693
2513 msgid "\tid++, id--\tvariable post-increment, post-decrement"
2514 msgstr "\tid++, id--\tvariable post-increment, post-decrement"
2515
2516 #: builtins.c:694
2517 msgid "\t++id, --id\tvariable pre-increment, pre-decrement"
2518 msgstr "\t++id, --id\tvariable pre-increment, pre-decrement"
2519
2520 #: builtins.c:695
2521 msgid "\t-, +\t\tunary minus, plus"
2522 msgstr "\t-, +\t\tunary minus, plus"
2523
2524 #: builtins.c:696
2525 msgid "\t!, ~\t\tlogical and bitwise negation"
2526 msgstr "\t!, ~\t\tlogical and bitwise negation"
2527
2528 #: builtins.c:697
2529 msgid "\t**\t\texponentiation"
2530 msgstr "\t**\t\texponentiation"
2531
2532 #: builtins.c:698
2533 msgid "\t*, /, %\t\tmultiplication, division, remainder"
2534 msgstr "\t*, /, %\t\tmultiplication, division, remainder"
2535
2536 #: builtins.c:699
2537 msgid "\t+, -\t\taddition, subtraction"
2538 msgstr "\t+, -\t\taddition, subtraction"
2539
2540 #: builtins.c:700
2541 msgid "\t<<, >>\t\tleft and right bitwise shifts"
2542 msgstr "\t<<, >>\t\tleft and right bitwise shifts"
2543
2544 #: builtins.c:701
2545 msgid "\t<=, >=, <, >\tcomparison"
2546 msgstr "\t<=, >=, <, >\tcomparison"
2547
2548 #: builtins.c:702
2549 msgid "\t==, !=\t\tequality, inequality"
2550 msgstr "\t==, !=\t\tequality, inequality"
2551
2552 #: builtins.c:703
2553 msgid "\t&\t\tbitwise AND"
2554 msgstr "\t&\t\tbitwise AND"
2555
2556 #: builtins.c:704
2557 msgid "\t^\t\tbitwise XOR"
2558 msgstr "\t^\t\tbitwise XOR"
2559
2560 #: builtins.c:705
2561 msgid "\t|\t\tbitwise OR"
2562 msgstr "\t|\t\tbitwise OR"
2563
2564 #: builtins.c:706
2565 msgid "\t&&\t\tlogical AND"
2566 msgstr "\t&&\t\tlogical AND"
2567
2568 #: builtins.c:707
2569 msgid "\t||\t\tlogical OR"
2570 msgstr "\t||\t\tlogical OR"
2571
2572 #: builtins.c:708
2573 msgid "\texpr ? expr : expr"
2574 msgstr "\texpr ? expr : expr"
2575
2576 #: builtins.c:709
2577 msgid "\t\t\tconditional operator"
2578 msgstr "\t\t\tconditional operator"
2579
2580 #: builtins.c:710
2581 msgid "\t=, *=, /=, %=,"
2582 msgstr "\t=, *=, /=, %=,"
2583
2584 #: builtins.c:711
2585 msgid "\t+=, -=, <<=, >>=,"
2586 msgstr "\t+=, -=, <<=, >>=,"
2587
2588 #: builtins.c:712
2589 msgid "\t&=, ^=, |=\tassignment"
2590 msgstr "\t&=, ^=, |=\tassignment"
2591
2592 #: builtins.c:714
2593 msgid "Shell variables are allowed as operands.  The name of the variable"
2594 msgstr "Shell variables are allowed as operands.  The name of the variable"
2595
2596 #: builtins.c:715
2597 msgid "is replaced by its value (coerced to a fixed-width integer) within"
2598 msgstr "is replaced by its value (coerced to a fixed-width integer) within"
2599
2600 #: builtins.c:716
2601 msgid "an expression.  The variable need not have its integer attribute"
2602 msgstr "an expression.  The variable need not have its integer attribute"
2603
2604 #: builtins.c:717
2605 msgid "turned on to be used in an expression."
2606 msgstr "turned on to be used in an expression."
2607
2608 #: builtins.c:719
2609 msgid "Operators are evaluated in order of precedence.  Sub-expressions in"
2610 msgstr "Operators are evaluated in order of precedence.  Sub-expressions in"
2611
2612 #: builtins.c:720
2613 msgid "parentheses are evaluated first and may override the precedence"
2614 msgstr "parentheses are evaluated first and may override the precedence"
2615
2616 #: builtins.c:721
2617 msgid "rules above."
2618 msgstr "rules above."
2619
2620 #: builtins.c:723
2621 msgid "If the last ARG evaluates to 0, let returns 1; 0 is returned"
2622 msgstr "If the last ARG evaluates to 0, let returns 1; 0 is returned"
2623
2624 #: builtins.c:724
2625 msgid "otherwise."
2626 msgstr "otherwise."
2627
2628 #: builtins.c:730
2629 msgid ""
2630 "One line is read from the standard input, or from file descriptor FD if the"
2631 msgstr ""
2632 "One line is read from the standard input, or from file descriptor FD if the"
2633
2634 #: builtins.c:731
2635 msgid ""
2636 "-u option is supplied, and the first word is assigned to the first NAME,"
2637 msgstr ""
2638 "-u option is supplied, and the first word is assigned to the first NAME,"
2639
2640 #: builtins.c:732
2641 msgid ""
2642 "the second word to the second NAME, and so on, with leftover words assigned"
2643 msgstr ""
2644 "the second word to the second NAME, and so on, with leftover words assigned"
2645
2646 #: builtins.c:733
2647 msgid ""
2648 "to the last NAME.  Only the characters found in $IFS are recognized as word"
2649 msgstr ""
2650 "to the last NAME.  Only the characters found in $IFS are recognized as word"
2651
2652 #: builtins.c:734
2653 msgid ""
2654 "delimiters.  If no NAMEs are supplied, the line read is stored in the REPLY"
2655 msgstr ""
2656 "delimiters.  If no NAMEs are supplied, the line read is stored in the REPLY"
2657
2658 #: builtins.c:735
2659 msgid "variable.  If the -r option is given, this signifies `raw' input, and"
2660 msgstr "variable.  If the -r option is given, this signifies ‘raw’ input, and"
2661
2662 #: builtins.c:736
2663 msgid "backslash escaping is disabled.  The -d option causes read to continue"
2664 msgstr "backslash escaping is disabled.  The -d option causes read to continue"
2665
2666 #: builtins.c:737
2667 msgid ""
2668 "until the first character of DELIM is read, rather than newline.  If the -p"
2669 msgstr ""
2670 "until the first character of DELIM is read, rather than newline.  If the -p"
2671
2672 #: builtins.c:738
2673 msgid ""
2674 "option is supplied, the string PROMPT is output without a trailing newline"
2675 msgstr ""
2676 "option is supplied, the string PROMPT is output without a trailing newline"
2677
2678 #: builtins.c:739
2679 msgid ""
2680 "before attempting to read.  If -a is supplied, the words read are assigned"
2681 msgstr ""
2682 "before attempting to read.  If -a is supplied, the words read are assigned"
2683
2684 #: builtins.c:740
2685 msgid ""
2686 "to sequential indices of ARRAY, starting at zero.  If -e is supplied and"
2687 msgstr ""
2688 "to sequential indices of ARRAY, starting at zero.  If -e is supplied and"
2689
2690 #: builtins.c:741
2691 msgid ""
2692 "the shell is interactive, readline is used to obtain the line.  If -n is"
2693 msgstr ""
2694 "the shell is interactive, readline is used to obtain the line.  If -n is"
2695
2696 #: builtins.c:742
2697 msgid "supplied with a non-zero NCHARS argument, read returns after NCHARS"
2698 msgstr "supplied with a non-zero NCHARS argument, read returns after NCHARS"
2699
2700 #: builtins.c:743
2701 msgid "characters have been read.  The -s option causes input coming from a"
2702 msgstr "characters have been read.  The -s option causes input coming from a"
2703
2704 #: builtins.c:744
2705 msgid "terminal to not be echoed."
2706 msgstr "terminal to not be echoed."
2707
2708 #: builtins.c:746
2709 msgid ""
2710 "The -t option causes read to time out and return failure if a complete line"
2711 msgstr ""
2712 "The -t option causes read to time out and return failure if a complete line"
2713
2714 #: builtins.c:747
2715 msgid ""
2716 "of input is not read within TIMEOUT seconds.  If the TMOUT variable is set,"
2717 msgstr ""
2718 "of input is not read within TIMEOUT seconds.  If the TMOUT variable is set,"
2719
2720 #: builtins.c:748
2721 msgid ""
2722 "its value is the default timeout.  The return code is zero, unless end-of-"
2723 "file"
2724 msgstr ""
2725 "its value is the default timeout.  The return code is zero, unless end-of-"
2726 "file"
2727
2728 #: builtins.c:749
2729 msgid ""
2730 "is encountered, read times out, or an invalid file descriptor is supplied as"
2731 msgstr ""
2732 "is encountered, read times out, or an invalid file descriptor is supplied as"
2733
2734 #: builtins.c:750
2735 msgid "the argument to -u."
2736 msgstr "the argument to -u."
2737
2738 #: builtins.c:756
2739 msgid "Causes a function to exit with the return value specified by N.  If N"
2740 msgstr "Causes a function to exit with the return value specified by N.  If N"
2741
2742 #: builtins.c:757
2743 msgid "is omitted, the return status is that of the last command."
2744 msgstr "is omitted, the return status is that of the last command."
2745
2746 #: builtins.c:763
2747 msgid "    -a  Mark variables which are modified or created for export."
2748 msgstr "    -a  Mark variables which are modified or created for export."
2749
2750 #: builtins.c:764
2751 msgid "    -b  Notify of job termination immediately."
2752 msgstr "    -b  Notify of job termination immediately."
2753
2754 #: builtins.c:765
2755 msgid "    -e  Exit immediately if a command exits with a non-zero status."
2756 msgstr "    -e  Exit immediately if a command exits with a non-zero status."
2757
2758 #: builtins.c:766
2759 msgid "    -f  Disable file name generation (globbing)."
2760 msgstr "    -f  Disable file name generation (globbing)."
2761
2762 #: builtins.c:767
2763 msgid "    -h  Remember the location of commands as they are looked up."
2764 msgstr "    -h  Remember the location of commands as they are looked up."
2765
2766 #: builtins.c:768
2767 msgid "    -k  All assignment arguments are placed in the environment for a"
2768 msgstr "    -k  All assignment arguments are placed in the environment for a"
2769
2770 #: builtins.c:769
2771 msgid "        command, not just those that precede the command name."
2772 msgstr "        command, not just those that precede the command name."
2773
2774 #: builtins.c:770
2775 msgid "    -m  Job control is enabled."
2776 msgstr "    -m  Job control is enabled."
2777
2778 #: builtins.c:771
2779 msgid "    -n  Read commands but do not execute them."
2780 msgstr "    -n  Read commands but do not execute them."
2781
2782 #: builtins.c:772
2783 msgid "    -o option-name"
2784 msgstr "    -o option-name"
2785
2786 #: builtins.c:773
2787 msgid "        Set the variable corresponding to option-name:"
2788 msgstr "        Set the variable corresponding to option-name:"
2789
2790 #: builtins.c:774
2791 msgid "            allexport    same as -a"
2792 msgstr "            allexport    same as -a"
2793
2794 #: builtins.c:775
2795 msgid "            braceexpand  same as -B"
2796 msgstr "            braceexpand  same as -B"
2797
2798 #: builtins.c:777
2799 msgid "            emacs        use an emacs-style line editing interface"
2800 msgstr "            emacs        use an emacs-style line editing interface"
2801
2802 #: builtins.c:779
2803 msgid "            errexit      same as -e"
2804 msgstr "            errexit      same as -e"
2805
2806 #: builtins.c:780
2807 msgid "            errtrace     same as -E"
2808 msgstr "            errtrace     same as -E"
2809
2810 #: builtins.c:781
2811 msgid "            functrace    same as -T"
2812 msgstr "            functrace    same as -T"
2813
2814 #: builtins.c:782
2815 msgid "            hashall      same as -h"
2816 msgstr "            hashall      same as -h"
2817
2818 #: builtins.c:784
2819 msgid "            histexpand   same as -H"
2820 msgstr "            histexpand   same as -H"
2821
2822 #: builtins.c:787
2823 msgid "            history      enable command history"
2824 msgstr "            history      enable command history"
2825
2826 #: builtins.c:789
2827 msgid "            ignoreeof    the shell will not exit upon reading EOF"
2828 msgstr "            ignoreeof    the shell will not exit upon reading EOF"
2829
2830 #: builtins.c:790
2831 msgid "            interactive-comments"
2832 msgstr "            interactive-comments"
2833
2834 #: builtins.c:791
2835 msgid ""
2836 "                         allow comments to appear in interactive commands"
2837 msgstr ""
2838 "                         allow comments to appear in interactive commands"
2839
2840 #: builtins.c:792
2841 msgid "            keyword      same as -k"
2842 msgstr "            keyword      same as -k"
2843
2844 #: builtins.c:793
2845 msgid "            monitor      same as -m"
2846 msgstr "            monitor      same as -m"
2847
2848 #: builtins.c:794
2849 msgid "            noclobber    same as -C"
2850 msgstr "            noclobber    same as -C"
2851
2852 #: builtins.c:795
2853 msgid "            noexec       same as -n"
2854 msgstr "            noexec       same as -n"
2855
2856 #: builtins.c:796
2857 msgid "            noglob       same as -f"
2858 msgstr "            noglob       same as -f"
2859
2860 #: builtins.c:797
2861 msgid "            nolog        currently accepted but ignored"
2862 msgstr "            nolog        currently accepted but ignored"
2863
2864 #: builtins.c:798
2865 msgid "            notify       same as -b"
2866 msgstr "            notify       same as -b"
2867
2868 #: builtins.c:799
2869 msgid "            nounset      same as -u"
2870 msgstr "            nounset      same as -u"
2871
2872 #: builtins.c:800
2873 msgid "            onecmd       same as -t"
2874 msgstr "            onecmd       same as -t"
2875
2876 #: builtins.c:801
2877 msgid "            physical     same as -P"
2878 msgstr "            physical     same as -P"
2879
2880 #: builtins.c:802
2881 msgid ""
2882 "            pipefail     the return value of a pipeline is the status of"
2883 msgstr ""
2884 "            pipefail     the return value of a pipeline is the status of"
2885
2886 #: builtins.c:803
2887 msgid ""
2888 "                         the last command to exit with a non-zero status,"
2889 msgstr ""
2890 "                         the last command to exit with a non-zero status,"
2891
2892 #: builtins.c:804
2893 msgid ""
2894 "                         or zero if no command exited with a non-zero status"
2895 msgstr ""
2896 "                         or zero if no command exited with a non-zero status"
2897
2898 #: builtins.c:805
2899 msgid "            posix        change the behavior of bash where the default"
2900 msgstr "            posix        change the behavior of bash where the default"
2901
2902 #: builtins.c:806
2903 msgid "                         operation differs from the 1003.2 standard to"
2904 msgstr "                         operation differs from the 1003.2 standard to"
2905
2906 #: builtins.c:807
2907 msgid "                         match the standard"
2908 msgstr "                         match the standard"
2909
2910 #: builtins.c:808
2911 msgid "            privileged   same as -p"
2912 msgstr "            privileged   same as -p"
2913
2914 #: builtins.c:809
2915 msgid "            verbose      same as -v"
2916 msgstr "            verbose      same as -v"
2917
2918 #: builtins.c:811
2919 msgid "            vi           use a vi-style line editing interface"
2920 msgstr "            vi           use a vi-style line editing interface"
2921
2922 #: builtins.c:813
2923 msgid "            xtrace       same as -x"
2924 msgstr "            xtrace       same as -x"
2925
2926 #: builtins.c:814
2927 msgid ""
2928 "    -p  Turned on whenever the real and effective user ids do not match."
2929 msgstr ""
2930 "    -p  Turned on whenever the real and effective user ids do not match."
2931
2932 #: builtins.c:815
2933 msgid "        Disables processing of the $ENV file and importing of shell"
2934 msgstr "        Disables processing of the $ENV file and importing of shell"
2935
2936 #: builtins.c:816
2937 msgid ""
2938 "        functions.  Turning this option off causes the effective uid and"
2939 msgstr ""
2940 "        functions.  Turning this option off causes the effective uid and"
2941
2942 #: builtins.c:817
2943 msgid "        gid to be set to the real uid and gid."
2944 msgstr "        gid to be set to the real uid and gid."
2945
2946 #: builtins.c:818
2947 msgid "    -t  Exit after reading and executing one command."
2948 msgstr "    -t  Exit after reading and executing one command."
2949
2950 #: builtins.c:819
2951 msgid "    -u  Treat unset variables as an error when substituting."
2952 msgstr "    -u  Treat unset variables as an error when substituting."
2953
2954 #: builtins.c:820
2955 msgid "    -v  Print shell input lines as they are read."
2956 msgstr "    -v  Print shell input lines as they are read."
2957
2958 #: builtins.c:821
2959 msgid "    -x  Print commands and their arguments as they are executed."
2960 msgstr "    -x  Print commands and their arguments as they are executed."
2961
2962 #: builtins.c:823
2963 msgid "    -B  the shell will perform brace expansion"
2964 msgstr "    -B  the shell will perform brace expansion"
2965
2966 #: builtins.c:825
2967 msgid "    -C  If set, disallow existing regular files to be overwritten"
2968 msgstr "    -C  If set, disallow existing regular files to be overwritten"
2969
2970 #: builtins.c:826
2971 msgid "        by redirection of output."
2972 msgstr "        by redirection of output."
2973
2974 #: builtins.c:827
2975 msgid "    -E  If set, the ERR trap is inherited by shell functions."
2976 msgstr "    -E  If set, the ERR trap is inherited by shell functions."
2977
2978 #: builtins.c:829
2979 msgid "    -H  Enable ! style history substitution.  This flag is on"
2980 msgstr "    -H  Enable ! style history substitution.  This flag is on"
2981
2982 #: builtins.c:830
2983 msgid "        by default."
2984 msgstr "        by default."
2985
2986 #: builtins.c:832
2987 msgid "    -P  If set, do not follow symbolic links when executing commands"
2988 msgstr "    -P  If set, do not follow symbolic links when executing commands"
2989
2990 #: builtins.c:833
2991 msgid "        such as cd which change the current directory."
2992 msgstr "        such as cd which change the current directory."
2993
2994 #: builtins.c:834
2995 msgid "    -T  If set, the DEBUG trap is inherited by shell functions."
2996 msgstr "    -T  If set, the DEBUG trap is inherited by shell functions."
2997
2998 #: builtins.c:836
2999 msgid "Using + rather than - causes these flags to be turned off.  The"
3000 msgstr "Using + rather than - causes these flags to be turned off.  The"
3001
3002 #: builtins.c:837
3003 msgid "flags can also be used upon invocation of the shell.  The current"
3004 msgstr "flags can also be used upon invocation of the shell.  The current"
3005
3006 #: builtins.c:838
3007 msgid "set of flags may be found in $-.  The remaining n ARGs are positional"
3008 msgstr "set of flags may be found in $-.  The remaining n ARGs are positional"
3009
3010 #: builtins.c:839
3011 msgid "parameters and are assigned, in order, to $1, $2, .. $n.  If no"
3012 msgstr "parameters and are assigned, in order, to $1, $2, .. $n.  If no"
3013
3014 #: builtins.c:840
3015 msgid "ARGs are given, all shell variables are printed."
3016 msgstr "ARGs are given, all shell variables are printed."
3017
3018 #: builtins.c:846
3019 msgid "For each NAME, remove the corresponding variable or function.  Given"
3020 msgstr "For each NAME, remove the corresponding variable or function.  Given"
3021
3022 #: builtins.c:847
3023 msgid "the `-v', unset will only act on variables.  Given the `-f' flag,"
3024 msgstr "the ‘-v’, unset will only act on variables.  Given the ‘-f’ flag,"
3025
3026 #: builtins.c:848
3027 msgid "unset will only act on functions.  With neither flag, unset first"
3028 msgstr "unset will only act on functions.  With neither flag, unset first"
3029
3030 #: builtins.c:849
3031 msgid "tries to unset a variable, and if that fails, then tries to unset a"
3032 msgstr "tries to unset a variable, and if that fails, then tries to unset a"
3033
3034 #: builtins.c:850
3035 msgid "function.  Some variables cannot be unset; also see readonly."
3036 msgstr "function.  Some variables cannot be unset; also see readonly."
3037
3038 #: builtins.c:856
3039 msgid "NAMEs are marked for automatic export to the environment of"
3040 msgstr "NAMEs are marked for automatic export to the environment of"
3041
3042 #: builtins.c:857
3043 msgid "subsequently executed commands.  If the -f option is given,"
3044 msgstr "subsequently executed commands.  If the -f option is given,"
3045
3046 #: builtins.c:858
3047 msgid "the NAMEs refer to functions.  If no NAMEs are given, or if `-p'"
3048 msgstr "the NAMEs refer to functions.  If no NAMEs are given, or if ‘-p’"
3049
3050 #: builtins.c:859
3051 msgid "is given, a list of all names that are exported in this shell is"
3052 msgstr "is given, a list of all names that are exported in this shell is"
3053
3054 #: builtins.c:860
3055 msgid "printed.  An argument of `-n' says to remove the export property"
3056 msgstr "printed.  An argument of ‘-n’ says to remove the export property"
3057
3058 #: builtins.c:861
3059 msgid "from subsequent NAMEs.  An argument of `--' disables further option"
3060 msgstr "from subsequent NAMEs.  An argument of ‘--’ disables further option"
3061
3062 #: builtins.c:862 builtins.c:874
3063 msgid "processing."
3064 msgstr "processing."
3065
3066 #: builtins.c:868
3067 msgid "The given NAMEs are marked readonly and the values of these NAMEs may"
3068 msgstr "The given NAMEs are marked readonly and the values of these NAMEs may"
3069
3070 #: builtins.c:869
3071 msgid "not be changed by subsequent assignment.  If the -f option is given,"
3072 msgstr "not be changed by subsequent assignment.  If the -f option is given,"
3073
3074 #: builtins.c:870
3075 msgid "then functions corresponding to the NAMEs are so marked.  If no"
3076 msgstr "then functions corresponding to the NAMEs are so marked.  If no"
3077
3078 #: builtins.c:871
3079 msgid "arguments are given, or if `-p' is given, a list of all readonly names"
3080 msgstr "arguments are given, or if ‘-p’ is given, a list of all readonly names"
3081
3082 #: builtins.c:872
3083 msgid "is printed.  The `-a' option means to treat each NAME as"
3084 msgstr "is printed.  The ‘-a’ option means to treat each NAME as"
3085
3086 #: builtins.c:873
3087 msgid "an array variable.  An argument of `--' disables further option"
3088 msgstr "an array variable.  An argument of ‘--’ disables further option"
3089
3090 #: builtins.c:880
3091 msgid "The positional parameters from $N+1 ... are renamed to $1 ...  If N is"
3092 msgstr "The positional parameters from $N+1 ... are renamed to $1 ...  If N is"
3093
3094 #: builtins.c:881
3095 msgid "not given, it is assumed to be 1."
3096 msgstr "not given, it is assumed to be 1."
3097
3098 #: builtins.c:887 builtins.c:896
3099 msgid "Read and execute commands from FILENAME and return.  The pathnames"
3100 msgstr "Read and execute commands from FILENAME and return.  The pathnames"
3101
3102 #: builtins.c:888 builtins.c:897
3103 msgid "in $PATH are used to find the directory containing FILENAME.  If any"
3104 msgstr "in $PATH are used to find the directory containing FILENAME.  If any"
3105
3106 #: builtins.c:889 builtins.c:898
3107 msgid "ARGUMENTS are supplied, they become the positional parameters when"
3108 msgstr "ARGUMENTS are supplied, they become the positional parameters when"
3109
3110 #: builtins.c:890 builtins.c:899
3111 msgid "FILENAME is executed."
3112 msgstr "FILENAME is executed."
3113
3114 #: builtins.c:906
3115 msgid "Suspend the execution of this shell until it receives a SIGCONT"
3116 msgstr "Suspend the execution of this shell until it receives a SIGCONT"
3117
3118 #: builtins.c:907
3119 msgid "signal.  The `-f' if specified says not to complain about this"
3120 msgstr "signal.  The ‘-f’ if specified says not to complain about this"
3121
3122 #: builtins.c:908
3123 msgid "being a login shell if it is; just suspend anyway."
3124 msgstr "being a login shell if it is; just suspend anyway."
3125
3126 #: builtins.c:915
3127 msgid "Exits with a status of 0 (true) or 1 (false) depending on"
3128 msgstr "Exits with a status of 0 (true) or 1 (false) depending on"
3129
3130 #: builtins.c:916
3131 msgid "the evaluation of EXPR.  Expressions may be unary or binary.  Unary"
3132 msgstr "the evaluation of EXPR.  Expressions may be unary or binary.  Unary"
3133
3134 #: builtins.c:917
3135 msgid "expressions are often used to examine the status of a file.  There"
3136 msgstr "expressions are often used to examine the status of a file.  There"
3137
3138 #: builtins.c:918
3139 msgid "are string operators as well, and numeric comparison operators."
3140 msgstr "are string operators as well, and numeric comparison operators."
3141
3142 #: builtins.c:920
3143 msgid "File operators:"
3144 msgstr "File operators:"
3145
3146 #: builtins.c:922
3147 msgid "    -a FILE        True if file exists."
3148 msgstr "    -a FILE        True if file exists."
3149
3150 #: builtins.c:923
3151 msgid "    -b FILE        True if file is block special."
3152 msgstr "    -b FILE        True if file is block special."
3153
3154 #: builtins.c:924
3155 msgid "    -c FILE        True if file is character special."
3156 msgstr "    -c FILE        True if file is character special."
3157
3158 #: builtins.c:925
3159 msgid "    -d FILE        True if file is a directory."
3160 msgstr "    -d FILE        True if file is a directory."
3161
3162 #: builtins.c:926
3163 msgid "    -e FILE        True if file exists."
3164 msgstr "    -e FILE        True if file exists."
3165
3166 #: builtins.c:927
3167 msgid "    -f FILE        True if file exists and is a regular file."
3168 msgstr "    -f FILE        True if file exists and is a regular file."
3169
3170 #: builtins.c:928
3171 msgid "    -g FILE        True if file is set-group-id."
3172 msgstr "    -g FILE        True if file is set-group-id."
3173
3174 #: builtins.c:929
3175 msgid "    -h FILE        True if file is a symbolic link."
3176 msgstr "    -h FILE        True if file is a symbolic link."
3177
3178 #: builtins.c:930
3179 msgid "    -L FILE        True if file is a symbolic link."
3180 msgstr "    -L FILE        True if file is a symbolic link."
3181
3182 #: builtins.c:931
3183 msgid "    -k FILE        True if file has its `sticky' bit set."
3184 msgstr "    -k FILE        True if file has its ‘sticky’ bit set."
3185
3186 #: builtins.c:932
3187 msgid "    -p FILE        True if file is a named pipe."
3188 msgstr "    -p FILE        True if file is a named pipe."
3189
3190 #: builtins.c:933
3191 msgid "    -r FILE        True if file is readable by you."
3192 msgstr "    -r FILE        True if file is readable by you."
3193
3194 #: builtins.c:934
3195 msgid "    -s FILE        True if file exists and is not empty."
3196 msgstr "    -s FILE        True if file exists and is not empty."
3197
3198 #: builtins.c:935
3199 msgid "    -S FILE        True if file is a socket."
3200 msgstr "    -S FILE        True if file is a socket."
3201
3202 #: builtins.c:936
3203 msgid "    -t FD          True if FD is opened on a terminal."
3204 msgstr "    -t FD          True if FD is opened on a terminal."
3205
3206 #: builtins.c:937
3207 msgid "    -u FILE        True if the file is set-user-id."
3208 msgstr "    -u FILE        True if the file is set-user-id."
3209
3210 #: builtins.c:938
3211 msgid "    -w FILE        True if the file is writable by you."
3212 msgstr "    -w FILE        True if the file is writable by you."
3213
3214 #: builtins.c:939
3215 msgid "    -x FILE        True if the file is executable by you."
3216 msgstr "    -x FILE        True if the file is executable by you."
3217
3218 #: builtins.c:940
3219 msgid "    -O FILE        True if the file is effectively owned by you."
3220 msgstr "    -O FILE        True if the file is effectively owned by you."
3221
3222 #: builtins.c:941
3223 msgid "    -G FILE        True if the file is effectively owned by your group."
3224 msgstr ""
3225 "    -G FILE        True if the file is effectively owned by your group."
3226
3227 #: builtins.c:942
3228 msgid ""
3229 "    -N FILE        True if the file has been modified since it was last read."
3230 msgstr ""
3231 "    -N FILE        True if the file has been modified since it was last read."
3232
3233 #: builtins.c:944
3234 msgid "  FILE1 -nt FILE2  True if file1 is newer than file2 (according to"
3235 msgstr "  FILE1 -nt FILE2  True if file1 is newer than file2 (according to"
3236
3237 #: builtins.c:945
3238 msgid "                   modification date)."
3239 msgstr "                   modification date)."
3240
3241 #: builtins.c:947
3242 msgid "  FILE1 -ot FILE2  True if file1 is older than file2."
3243 msgstr "  FILE1 -ot FILE2  True if file1 is older than file2."
3244
3245 #: builtins.c:949
3246 msgid "  FILE1 -ef FILE2  True if file1 is a hard link to file2."
3247 msgstr "  FILE1 -ef FILE2  True if file1 is a hard link to file2."
3248
3249 #: builtins.c:951
3250 msgid "String operators:"
3251 msgstr "String operators:"
3252
3253 #: builtins.c:953
3254 msgid "    -z STRING      True if string is empty."
3255 msgstr "    -z STRING      True if string is empty."
3256
3257 #: builtins.c:955
3258 msgid "    -n STRING"
3259 msgstr "    -n STRING"
3260
3261 #: builtins.c:956
3262 msgid "    STRING         True if string is not empty."
3263 msgstr "    STRING         True if string is not empty."
3264
3265 #: builtins.c:958
3266 msgid "    STRING1 = STRING2"
3267 msgstr "    STRING1 = STRING2"
3268
3269 #: builtins.c:959
3270 msgid "                   True if the strings are equal."
3271 msgstr "                   True if the strings are equal."
3272
3273 #: builtins.c:960
3274 msgid "    STRING1 != STRING2"
3275 msgstr "    STRING1 != STRING2"
3276
3277 #: builtins.c:961
3278 msgid "                   True if the strings are not equal."
3279 msgstr "                   True if the strings are not equal."
3280
3281 #: builtins.c:962
3282 msgid "    STRING1 < STRING2"
3283 msgstr "    STRING1 < STRING2"
3284
3285 #: builtins.c:963
3286 msgid ""
3287 "                   True if STRING1 sorts before STRING2 lexicographically."
3288 msgstr ""
3289 "                   True if STRING1 sorts before STRING2 lexicographically."
3290
3291 #: builtins.c:964
3292 msgid "    STRING1 > STRING2"
3293 msgstr "    STRING1 > STRING2"
3294
3295 #: builtins.c:965
3296 msgid ""
3297 "                   True if STRING1 sorts after STRING2 lexicographically."
3298 msgstr ""
3299 "                   True if STRING1 sorts after STRING2 lexicographically."
3300
3301 #: builtins.c:967
3302 msgid "Other operators:"
3303 msgstr "Other operators:"
3304
3305 #: builtins.c:969
3306 msgid "    -o OPTION      True if the shell option OPTION is enabled."
3307 msgstr "    -o OPTION      True if the shell option OPTION is enabled."
3308
3309 #: builtins.c:970
3310 msgid "    ! EXPR         True if expr is false."
3311 msgstr "    ! EXPR         True if expr is false."
3312
3313 #: builtins.c:971
3314 msgid "    EXPR1 -a EXPR2 True if both expr1 AND expr2 are true."
3315 msgstr "    EXPR1 -a EXPR2 True if both expr1 AND expr2 are true."
3316
3317 #: builtins.c:972
3318 msgid "    EXPR1 -o EXPR2 True if either expr1 OR expr2 is true."
3319 msgstr "    EXPR1 -o EXPR2 True if either expr1 OR expr2 is true."
3320
3321 #: builtins.c:974
3322 msgid "    arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,"
3323 msgstr "    arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,"
3324
3325 #: builtins.c:975
3326 msgid "                   -lt, -le, -gt, or -ge."
3327 msgstr "                   -lt, -le, -gt, or -ge."
3328
3329 #: builtins.c:977
3330 msgid "Arithmetic binary operators return true if ARG1 is equal, not-equal,"
3331 msgstr "Arithmetic binary operators return true if ARG1 is equal, not-equal,"
3332
3333 #: builtins.c:978
3334 msgid "less-than, less-than-or-equal, greater-than, or greater-than-or-equal"
3335 msgstr "less-than, less-than-or-equal, greater-than, or greater-than-or-equal"
3336
3337 #: builtins.c:979
3338 msgid "than ARG2."
3339 msgstr "than ARG2."
3340
3341 #: builtins.c:985
3342 msgid "This is a synonym for the \"test\" builtin, but the last"
3343 msgstr "This is a synonym for the “test” builtin, but the last"
3344
3345 #: builtins.c:986
3346 msgid "argument must be a literal `]', to match the opening `['."
3347 msgstr "argument must be a literal ‘]’, to match the opening ‘[’."
3348
3349 #: builtins.c:992
3350 msgid "Print the accumulated user and system times for processes run from"
3351 msgstr "Print the accumulated user and system times for processes run from"
3352
3353 #: builtins.c:993
3354 msgid "the shell."
3355 msgstr "the shell."
3356
3357 #: builtins.c:999
3358 msgid "The command ARG is to be read and executed when the shell receives"
3359 msgstr "The command ARG is to be read and executed when the shell receives"
3360
3361 #: builtins.c:1000
3362 msgid "signal(s) SIGNAL_SPEC.  If ARG is absent all specified signals are"
3363 msgstr "signal(s) SIGNAL_SPEC.  If ARG is absent all specified signals are"
3364
3365 #: builtins.c:1001
3366 msgid "reset to their original values.  If ARG is the null string each"
3367 msgstr "reset to their original values.  If ARG is the null string each"
3368
3369 #: builtins.c:1002
3370 msgid "SIGNAL_SPEC is ignored by the shell and by the commands it invokes."
3371 msgstr "SIGNAL_SPEC is ignored by the shell and by the commands it invokes."
3372
3373 #: builtins.c:1003
3374 msgid "If a SIGNAL_SPEC is EXIT (0) the command ARG is executed on exit from"
3375 msgstr "If a SIGNAL_SPEC is EXIT (0) the command ARG is executed on exit from"
3376
3377 #: builtins.c:1004
3378 msgid "the shell.  If a SIGNAL_SPEC is DEBUG, ARG is executed after every"
3379 msgstr "the shell.  If a SIGNAL_SPEC is DEBUG, ARG is executed after every"
3380
3381 #: builtins.c:1005
3382 msgid "command.  If ARG is `-p' then the trap commands associated with"
3383 msgstr "command.  If ARG is ‘-p’ then the trap commands associated with"
3384
3385 #: builtins.c:1006
3386 msgid "each SIGNAL_SPEC are displayed.  If no arguments are supplied or if"
3387 msgstr "each SIGNAL_SPEC are displayed.  If no arguments are supplied or if"
3388
3389 #: builtins.c:1007
3390 msgid "only `-p' is given, trap prints the list of commands associated with"
3391 msgstr "only ‘-p’ is given, trap prints the list of commands associated with"
3392
3393 #: builtins.c:1008
3394 msgid ""
3395 "each signal number.  Each SIGNAL_SPEC is either a signal name in <signal.h>"
3396 msgstr ""
3397 "each signal number.  Each SIGNAL_SPEC is either a signal name in <signal.h>"
3398
3399 #: builtins.c:1009
3400 msgid "or a signal number.  `trap -l' prints a list of signal names and their"
3401 msgstr "or a signal number.  ‘trap -l’ prints a list of signal names and their"
3402
3403 #: builtins.c:1010
3404 msgid "corresponding numbers.  Note that a signal can be sent to the shell"
3405 msgstr "corresponding numbers.  Note that a signal can be sent to the shell"
3406
3407 #: builtins.c:1011
3408 msgid "with \"kill -signal $$\"."
3409 msgstr "with “kill -signal $$”."
3410
3411 #: builtins.c:1017
3412 msgid "For each NAME, indicate how it would be interpreted if used as a"
3413 msgstr "For each NAME, indicate how it would be interpreted if used as a"
3414
3415 #: builtins.c:1018
3416 msgid "command name."
3417 msgstr "command name."
3418
3419 #: builtins.c:1020
3420 msgid "If the -t option is used, `type' outputs a single word which is one of"
3421 msgstr "If the -t option is used, ‘type’ outputs a single word which is one of"
3422
3423 #: builtins.c:1021
3424 msgid "`alias', `keyword', `function', `builtin', `file' or `', if NAME is an"
3425 msgstr "‘alias’, ‘keyword’, ‘function’, ‘builtin’, ‘file’ or ‘’, if NAME is an"
3426
3427 #: builtins.c:1022
3428 msgid "alias, shell reserved word, shell function, shell builtin, disk file,"
3429 msgstr "alias, shell reserved word, shell function, shell builtin, disk file,"
3430
3431 #: builtins.c:1023
3432 msgid "or unfound, respectively."
3433 msgstr "or unfound, respectively."
3434
3435 #: builtins.c:1025
3436 msgid "If the -p flag is used, `type' either returns the name of the disk"
3437 msgstr "If the -p flag is used, ‘type’ either returns the name of the disk"
3438
3439 #: builtins.c:1026
3440 msgid "file that would be executed, or nothing if `type -t NAME' would not"
3441 msgstr "file that would be executed, or nothing if ‘type -t NAME’ would not"
3442
3443 #: builtins.c:1027
3444 msgid "return `file'."
3445 msgstr "return ‘file’."
3446
3447 #: builtins.c:1029
3448 msgid "If the -a flag is used, `type' displays all of the places that contain"
3449 msgstr "If the -a flag is used, ‘type’ displays all of the places that contain"
3450
3451 #: builtins.c:1030
3452 msgid "an executable named `file'.  This includes aliases, builtins, and"
3453 msgstr "an executable named ‘file’.  This includes aliases, builtins, and"
3454
3455 #: builtins.c:1031
3456 msgid "functions, if and only if the -p flag is not also used."
3457 msgstr "functions, if and only if the -p flag is not also used."
3458
3459 #: builtins.c:1033
3460 msgid "The -f flag suppresses shell function lookup."
3461 msgstr "The -f flag suppresses shell function lookup."
3462
3463 #: builtins.c:1035
3464 msgid "The -P flag forces a PATH search for each NAME, even if it is an alias,"
3465 msgstr ""
3466 "The -P flag forces a PATH search for each NAME, even if it is an alias,"
3467
3468 #: builtins.c:1036
3469 msgid "builtin, or function, and returns the name of the disk file that would"
3470 msgstr "builtin, or function, and returns the name of the disk file that would"
3471
3472 #: builtins.c:1037
3473 msgid "be executed."
3474 msgstr "be executed."
3475
3476 #: builtins.c:1044
3477 msgid "Ulimit provides control over the resources available to processes"
3478 msgstr "Ulimit provides control over the resources available to processes"
3479
3480 #: builtins.c:1045
3481 msgid "started by the shell, on systems that allow such control.  If an"
3482 msgstr "started by the shell, on systems that allow such control.  If an"
3483
3484 #: builtins.c:1046
3485 msgid "option is given, it is interpreted as follows:"
3486 msgstr "option is given, it is interpreted as follows:"
3487
3488 #: builtins.c:1048
3489 msgid "    -S\tuse the `soft' resource limit"
3490 msgstr "    -S\tuse the ‘soft’ resource limit"
3491
3492 #: builtins.c:1049
3493 msgid "    -H\tuse the `hard' resource limit"
3494 msgstr "    -H\tuse the ‘hard’ resource limit"
3495
3496 #: builtins.c:1050
3497 msgid "    -a\tall current limits are reported"
3498 msgstr "    -a\tall current limits are reported"
3499
3500 #: builtins.c:1051
3501 msgid "    -c\tthe maximum size of core files created"
3502 msgstr "    -c\tthe maximum size of core files created"
3503
3504 #: builtins.c:1052
3505 msgid "    -d\tthe maximum size of a process's data segment"
3506 msgstr "    -d\tthe maximum size of a process's data segment"
3507
3508 #: builtins.c:1053
3509 msgid "    -f\tthe maximum size of files created by the shell"
3510 msgstr "    -f\tthe maximum size of files created by the shell"
3511
3512 #: builtins.c:1054
3513 msgid "    -l\tthe maximum size a process may lock into memory"
3514 msgstr "    -l\tthe maximum size a process may lock into memory"
3515
3516 #: builtins.c:1055
3517 msgid "    -m\tthe maximum resident set size"
3518 msgstr "    -m\tthe maximum resident set size"
3519
3520 #: builtins.c:1056
3521 msgid "    -n\tthe maximum number of open file descriptors"
3522 msgstr "    -n\tthe maximum number of open file descriptors"
3523
3524 #: builtins.c:1057
3525 msgid "    -p\tthe pipe buffer size"
3526 msgstr "    -p\tthe pipe buffer size"
3527
3528 #: builtins.c:1058
3529 msgid "    -s\tthe maximum stack size"
3530 msgstr "    -s\tthe maximum stack size"
3531
3532 #: builtins.c:1059
3533 msgid "    -t\tthe maximum amount of cpu time in seconds"
3534 msgstr "    -t\tthe maximum amount of cpu time in seconds"
3535
3536 #: builtins.c:1060
3537 msgid "    -u\tthe maximum number of user processes"
3538 msgstr "    -u\tthe maximum number of user processes"
3539
3540 #: builtins.c:1061
3541 msgid "    -v\tthe size of virtual memory"
3542 msgstr "    -v\tthe size of virtual memory"
3543
3544 #: builtins.c:1063
3545 msgid "If LIMIT is given, it is the new value of the specified resource;"
3546 msgstr "If LIMIT is given, it is the new value of the specified resource;"
3547
3548 #: builtins.c:1064
3549 msgid "the special LIMIT values `soft', `hard', and `unlimited' stand for"
3550 msgstr "the special LIMIT values ‘soft’, ‘hard’, and ‘unlimited’ stand for"
3551
3552 #: builtins.c:1065
3553 msgid ""
3554 "the current soft limit, the current hard limit, and no limit, respectively."
3555 msgstr ""
3556 "the current soft limit, the current hard limit, and no limit, respectively."
3557
3558 #: builtins.c:1066
3559 msgid "Otherwise, the current value of the specified resource is printed."
3560 msgstr "Otherwise, the current value of the specified resource is printed."
3561
3562 #: builtins.c:1067
3563 msgid "If no option is given, then -f is assumed.  Values are in 1024-byte"
3564 msgstr "If no option is given, then -f is assumed.  Values are in 1024-byte"
3565
3566 #: builtins.c:1068
3567 msgid "increments, except for -t, which is in seconds, -p, which is in"
3568 msgstr "increments, except for -t, which is in seconds, -p, which is in"
3569
3570 #: builtins.c:1069
3571 msgid "increments of 512 bytes, and -u, which is an unscaled number of"
3572 msgstr "increments of 512 bytes, and -u, which is an unscaled number of"
3573
3574 #: builtins.c:1070
3575 msgid "processes."
3576 msgstr "processes."
3577
3578 #: builtins.c:1077
3579 msgid "The user file-creation mask is set to MODE.  If MODE is omitted, or if"
3580 msgstr "The user file-creation mask is set to MODE.  If MODE is omitted, or if"
3581
3582 #: builtins.c:1078
3583 msgid "`-S' is supplied, the current value of the mask is printed.  The `-S'"
3584 msgstr "‘-S’ is supplied, the current value of the mask is printed.  The ‘-S’"
3585
3586 #: builtins.c:1079
3587 msgid "option makes the output symbolic; otherwise an octal number is output."
3588 msgstr "option makes the output symbolic; otherwise an octal number is output."
3589
3590 #: builtins.c:1080
3591 msgid "If `-p' is supplied, and MODE is omitted, the output is in a form"
3592 msgstr "If ‘-p’ is supplied, and MODE is omitted, the output is in a form"
3593
3594 #: builtins.c:1081
3595 msgid "that may be used as input.  If MODE begins with a digit, it is"
3596 msgstr "that may be used as input.  If MODE begins with a digit, it is"
3597
3598 #: builtins.c:1082
3599 msgid "interpreted as an octal number, otherwise it is a symbolic mode string"
3600 msgstr "interpreted as an octal number, otherwise it is a symbolic mode string"
3601
3602 #: builtins.c:1083
3603 msgid "like that accepted by chmod(1)."
3604 msgstr "like that accepted by chmod(1)."
3605
3606 #: builtins.c:1090 builtins.c:1102
3607 msgid "Wait for the specified process and report its termination status.  If"
3608 msgstr "Wait for the specified process and report its termination status.  If"
3609
3610 #: builtins.c:1091 builtins.c:1103
3611 msgid "N is not given, all currently active child processes are waited for,"
3612 msgstr "N is not given, all currently active child processes are waited for,"
3613
3614 #: builtins.c:1092
3615 msgid "and the return code is zero.  N may be a process ID or a job"
3616 msgstr "and the return code is zero.  N may be a process ID or a job"
3617
3618 #: builtins.c:1093
3619 msgid "specification; if a job spec is given, all processes in the job's"
3620 msgstr "specification; if a job spec is given, all processes in the job's"
3621
3622 #: builtins.c:1094
3623 msgid "pipeline are waited for."
3624 msgstr "pipeline are waited for."
3625
3626 #: builtins.c:1104
3627 msgid "and the return code is zero.  N is a process ID; if it is not given,"
3628 msgstr "and the return code is zero.  N is a process ID; if it is not given,"
3629
3630 #: builtins.c:1105
3631 msgid "all child processes of the shell are waited for."
3632 msgstr "all child processes of the shell are waited for."
3633
3634 #: builtins.c:1112
3635 msgid "The `for' loop executes a sequence of commands for each member in a"
3636 msgstr "The ‘for’ loop executes a sequence of commands for each member in a"
3637
3638 #: builtins.c:1113
3639 msgid "list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is"
3640 msgstr "list of items.  If ‘in WORDS ...;’ is not present, then ‘in “$@”’ is"
3641
3642 #: builtins.c:1114
3643 msgid "assumed.  For each element in WORDS, NAME is set to that element, and"
3644 msgstr "assumed.  For each element in WORDS, NAME is set to that element, and"
3645
3646 #: builtins.c:1115
3647 msgid "the COMMANDS are executed."
3648 msgstr "the COMMANDS are executed."
3649
3650 #: builtins.c:1121
3651 msgid "Equivalent to"
3652 msgstr "Equivalent to"
3653
3654 #: builtins.c:1122
3655 msgid "\t(( EXP1 ))"
3656 msgstr "\t(( EXP1 ))"
3657
3658 #: builtins.c:1123
3659 msgid "\twhile (( EXP2 )); do"
3660 msgstr "\twhile (( EXP2 )); do"
3661
3662 #: builtins.c:1124
3663 msgid "\t\tCOMMANDS"
3664 msgstr "\t\tCOMMANDS"
3665
3666 #: builtins.c:1125
3667 msgid "\t\t(( EXP3 ))"
3668 msgstr "\t\t(( EXP3 ))"
3669
3670 #: builtins.c:1126
3671 msgid "\tdone"
3672 msgstr "\tdone"
3673
3674 #: builtins.c:1127
3675 msgid "EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is"
3676 msgstr "EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is"
3677
3678 #: builtins.c:1128
3679 msgid "omitted, it behaves as if it evaluates to 1."
3680 msgstr "omitted, it behaves as if it evaluates to 1."
3681
3682 #: builtins.c:1134
3683 msgid "The WORDS are expanded, generating a list of words.  The"
3684 msgstr "The WORDS are expanded, generating a list of words.  The"
3685
3686 #: builtins.c:1135
3687 msgid "set of expanded words is printed on the standard error, each"
3688 msgstr "set of expanded words is printed on the standard error, each"
3689
3690 #: builtins.c:1136
3691 msgid "preceded by a number.  If `in WORDS' is not present, `in \"$@\"'"
3692 msgstr "preceded by a number.  If ‘in WORDS’ is not present, ‘in “$@”’"
3693
3694 #: builtins.c:1137
3695 msgid "is assumed.  The PS3 prompt is then displayed and a line read"
3696 msgstr "is assumed.  The PS3 prompt is then displayed and a line read"
3697
3698 #: builtins.c:1138
3699 msgid "from the standard input.  If the line consists of the number"
3700 msgstr "from the standard input.  If the line consists of the number"
3701
3702 #: builtins.c:1139
3703 msgid "corresponding to one of the displayed words, then NAME is set"
3704 msgstr "corresponding to one of the displayed words, then NAME is set"
3705
3706 #: builtins.c:1140
3707 msgid "to that word.  If the line is empty, WORDS and the prompt are"
3708 msgstr "to that word.  If the line is empty, WORDS and the prompt are"
3709
3710 #: builtins.c:1141
3711 msgid "redisplayed.  If EOF is read, the command completes.  Any other"
3712 msgstr "redisplayed.  If EOF is read, the command completes.  Any other"
3713
3714 #: builtins.c:1142
3715 msgid "value read causes NAME to be set to null.  The line read is saved"
3716 msgstr "value read causes NAME to be set to null.  The line read is saved"
3717
3718 #: builtins.c:1143
3719 msgid "in the variable REPLY.  COMMANDS are executed after each selection"
3720 msgstr "in the variable REPLY.  COMMANDS are executed after each selection"
3721
3722 #: builtins.c:1144
3723 msgid "until a break command is executed."
3724 msgstr "until a break command is executed."
3725
3726 #: builtins.c:1150
3727 msgid "Execute PIPELINE and print a summary of the real time, user CPU time,"
3728 msgstr "Execute PIPELINE and print a summary of the real time, user CPU time,"
3729
3730 #: builtins.c:1151
3731 msgid "and system CPU time spent executing PIPELINE when it terminates."
3732 msgstr "and system CPU time spent executing PIPELINE when it terminates."
3733
3734 #: builtins.c:1152
3735 msgid "The return status is the return status of PIPELINE.  The `-p' option"
3736 msgstr "The return status is the return status of PIPELINE.  The ‘-p’ option"
3737
3738 #: builtins.c:1153
3739 msgid "prints the timing summary in a slightly different format.  This uses"
3740 msgstr "prints the timing summary in a slightly different format.  This uses"
3741
3742 #: builtins.c:1154
3743 msgid "the value of the TIMEFORMAT variable as the output format."
3744 msgstr "the value of the TIMEFORMAT variable as the output format."
3745
3746 #: builtins.c:1160
3747 msgid "Selectively execute COMMANDS based upon WORD matching PATTERN.  The"
3748 msgstr "Selectively execute COMMANDS based upon WORD matching PATTERN.  The"
3749
3750 #: builtins.c:1161
3751 msgid "`|' is used to separate multiple patterns."
3752 msgstr "‘|’ is used to separate multiple patterns."
3753
3754 #: builtins.c:1167
3755 msgid ""
3756 "The if COMMANDS are executed.  If the exit status is zero, then the then"
3757 msgstr ""
3758 "The if COMMANDS are executed.  If the exit status is zero, then the then"
3759
3760 #: builtins.c:1168
3761 msgid ""
3762 "COMMANDS are executed.  Otherwise, each of the elif COMMANDS are executed"
3763 msgstr ""
3764 "COMMANDS are executed.  Otherwise, each of the elif COMMANDS are executed"
3765
3766 #: builtins.c:1169
3767 msgid ""
3768 "in turn, and if the exit status is zero, the corresponding then COMMANDS"
3769 msgstr ""
3770 "in turn, and if the exit status is zero, the corresponding then COMMANDS"
3771
3772 #: builtins.c:1170
3773 msgid ""
3774 "are executed and the if command completes.  Otherwise, the else COMMANDS"
3775 msgstr ""
3776 "are executed and the if command completes.  Otherwise, the else COMMANDS"
3777
3778 #: builtins.c:1171
3779 msgid ""
3780 "are executed, if present.  The exit status is the exit status of the last"
3781 msgstr ""
3782 "are executed, if present.  The exit status is the exit status of the last"
3783
3784 #: builtins.c:1172
3785 msgid "command executed, or zero if no condition tested true."
3786 msgstr "command executed, or zero if no condition tested true."
3787
3788 #: builtins.c:1178 builtins.c:1185
3789 msgid "Expand and execute COMMANDS as long as the final command in the"
3790 msgstr "Expand and execute COMMANDS as long as the final command in the"
3791
3792 #: builtins.c:1179
3793 msgid "`while' COMMANDS has an exit status of zero."
3794 msgstr "‘while’ COMMANDS has an exit status of zero."
3795
3796 #: builtins.c:1186
3797 msgid "`until' COMMANDS has an exit status which is not zero."
3798 msgstr "‘until’ COMMANDS has an exit status which is not zero."
3799
3800 #: builtins.c:1192
3801 msgid "Create a simple command invoked by NAME which runs COMMANDS."
3802 msgstr "Create a simple command invoked by NAME which runs COMMANDS."
3803
3804 #: builtins.c:1193
3805 msgid "Arguments on the command line along with NAME are passed to the"
3806 msgstr "Arguments on the command line along with NAME are passed to the"
3807
3808 #: builtins.c:1194
3809 msgid "function as $0 .. $n."
3810 msgstr "function as $0 .. $n."
3811
3812 #: builtins.c:1200
3813 msgid "Run a set of commands in a group.  This is one way to redirect an"
3814 msgstr "Run a set of commands in a group.  This is one way to redirect an"
3815
3816 #: builtins.c:1201
3817 msgid "entire set of commands."
3818 msgstr "entire set of commands."
3819
3820 #: builtins.c:1207
3821 msgid "This is similar to the `fg' command.  Resume a stopped or background"
3822 msgstr "This is similar to the ‘fg’ command.  Resume a stopped or background"
3823
3824 #: builtins.c:1208
3825 msgid "job.  If you specifiy DIGITS, then that job is used.  If you specify"
3826 msgstr "job.  If you specifiy DIGITS, then that job is used.  If you specify"
3827
3828 #: builtins.c:1209
3829 msgid "WORD, then the job whose name begins with WORD is used.  Following the"
3830 msgstr "WORD, then the job whose name begins with WORD is used.  Following the"
3831
3832 #: builtins.c:1210
3833 msgid "job specification with a `&' places the job in the background."
3834 msgstr "job specification with a ‘&’ places the job in the background."
3835
3836 #: builtins.c:1216
3837 msgid "The EXPRESSION is evaluated according to the rules for arithmetic"
3838 msgstr "The EXPRESSION is evaluated according to the rules for arithmetic"
3839
3840 #: builtins.c:1217
3841 msgid "evaluation.  Equivalent to \"let EXPRESSION\"."
3842 msgstr "evaluation.  Equivalent to “let EXPRESSION”."
3843
3844 #: builtins.c:1223
3845 msgid ""
3846 "Returns a status of 0 or 1 depending on the evaluation of the conditional"
3847 msgstr ""
3848 "Returns a status of 0 or 1 depending on the evaluation of the conditional"
3849
3850 #: builtins.c:1224
3851 msgid ""
3852 "expression EXPRESSION.  Expressions are composed of the same primaries used"
3853 msgstr ""
3854 "expression EXPRESSION.  Expressions are composed of the same primaries used"
3855
3856 #: builtins.c:1225
3857 msgid ""
3858 "by the `test' builtin, and may be combined using the following operators"
3859 msgstr ""
3860 "by the ‘test’ builtin, and may be combined using the following operators"
3861
3862 #: builtins.c:1227
3863 msgid "\t( EXPRESSION )\tReturns the value of EXPRESSION"
3864 msgstr "\t( EXPRESSION )\tReturns the value of EXPRESSION"
3865
3866 #: builtins.c:1228
3867 msgid "\t! EXPRESSION\tTrue if EXPRESSION is false; else false"
3868 msgstr "\t! EXPRESSION\tTrue if EXPRESSION is false; else false"
3869
3870 #: builtins.c:1229
3871 msgid "\tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false"
3872 msgstr "\tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false"
3873
3874 #: builtins.c:1230
3875 msgid "\tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false"
3876 msgstr "\tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false"
3877
3878 #: builtins.c:1232
3879 msgid ""
3880 "When the `==' and `!=' operators are used, the string to the right of the"
3881 msgstr ""
3882 "When the ‘==’ and ‘!=’ operators are used, the string to the right of the"
3883
3884 #: builtins.c:1233
3885 msgid "operator is used as a pattern and pattern matching is performed.  The"
3886 msgstr "operator is used as a pattern and pattern matching is performed.  The"
3887
3888 #: builtins.c:1234
3889 msgid "&& and || operators do not evaluate EXPR2 if EXPR1 is sufficient to"
3890 msgstr "&& and || operators do not evaluate EXPR2 if EXPR1 is sufficient to"
3891
3892 #: builtins.c:1235
3893 msgid "determine the expression's value."
3894 msgstr "determine the expression's value."
3895
3896 #: builtins.c:1241
3897 msgid "BASH_VERSION    Version information for this Bash."
3898 msgstr "BASH_VERSION    Version information for this Bash."
3899
3900 #: builtins.c:1242
3901 msgid "CDPATH          A colon separated list of directories to search"
3902 msgstr "CDPATH          A colon separated list of directories to search"
3903
3904 #: builtins.c:1243
3905 msgid "\t\twhen the argument to `cd' is not found in the current"
3906 msgstr "\t\twhen the argument to ‘cd’ is not found in the current"
3907
3908 #: builtins.c:1244
3909 msgid "\t\tdirectory."
3910 msgstr "\t\tdirectory."
3911
3912 #: builtins.c:1245
3913 msgid "GLOBIGNORE\tA colon-separated list of patterns describing filenames to"
3914 msgstr "GLOBIGNORE\tA colon-separated list of patterns describing filenames to"
3915
3916 #: builtins.c:1246
3917 msgid "\t\tbe ignored by pathname expansion."
3918 msgstr "\t\tbe ignored by pathname expansion."
3919
3920 #: builtins.c:1248
3921 msgid ""
3922 "HISTFILE        The name of the file where your command history is stored."
3923 msgstr ""
3924 "HISTFILE        The name of the file where your command history is stored."
3925
3926 #: builtins.c:1249
3927 msgid "HISTFILESIZE    The maximum number of lines this file can contain."
3928 msgstr "HISTFILESIZE    The maximum number of lines this file can contain."
3929
3930 #: builtins.c:1250
3931 msgid "HISTSIZE        The maximum number of history lines that a running"
3932 msgstr "HISTSIZE        The maximum number of history lines that a running"
3933
3934 #: builtins.c:1251
3935 msgid "\t\tshell can access."
3936 msgstr "\t\tshell can access."
3937
3938 #: builtins.c:1253
3939 msgid "HOME            The complete pathname to your login directory."
3940 msgstr "HOME            The complete pathname to your login directory."
3941
3942 #: builtins.c:1254
3943 msgid "HOSTNAME\tThe name of the current host."
3944 msgstr "HOSTNAME\tThe name of the current host."
3945
3946 #: builtins.c:1255
3947 msgid "HOSTTYPE        The type of CPU this version of Bash is running under."
3948 msgstr "HOSTTYPE        The type of CPU this version of Bash is running under."
3949
3950 #: builtins.c:1256
3951 msgid "IGNOREEOF       Controls the action of the shell on receipt of an EOF"
3952 msgstr "IGNOREEOF       Controls the action of the shell on receipt of an EOF"
3953
3954 #: builtins.c:1257
3955 msgid "\t\tcharacter as the sole input.  If set, then the value"
3956 msgstr "\t\tcharacter as the sole input.  If set, then the value"
3957
3958 #: builtins.c:1258
3959 msgid "\t\tof it is the number of EOF characters that can be seen"
3960 msgstr "\t\tof it is the number of EOF characters that can be seen"
3961
3962 #: builtins.c:1259
3963 msgid "\t\tin a row on an empty line before the shell will exit"
3964 msgstr "\t\tin a row on an empty line before the shell will exit"
3965
3966 #: builtins.c:1260
3967 msgid "\t\t(default 10).  When unset, EOF signifies the end of input."
3968 msgstr "\t\t(default 10).  When unset, EOF signifies the end of input."
3969
3970 #: builtins.c:1261
3971 msgid "MACHTYPE\tA string describing the current system Bash is running on."
3972 msgstr "MACHTYPE\tA string describing the current system Bash is running on."
3973
3974 #: builtins.c:1262
3975 msgid "MAILCHECK\tHow often, in seconds, Bash checks for new mail."
3976 msgstr "MAILCHECK\tHow often, in seconds, Bash checks for new mail."
3977
3978 #: builtins.c:1263
3979 msgid "MAILPATH\tA colon-separated list of filenames which Bash checks"
3980 msgstr "MAILPATH\tA colon-separated list of filenames which Bash checks"
3981
3982 #: builtins.c:1264
3983 msgid "\t\tfor new mail."
3984 msgstr "\t\tfor new mail."
3985
3986 #: builtins.c:1265
3987 msgid "OSTYPE\t\tThe version of Unix this version of Bash is running on."
3988 msgstr "OSTYPE\t\tThe version of Unix this version of Bash is running on."
3989
3990 #: builtins.c:1266
3991 msgid "PATH            A colon-separated list of directories to search when"
3992 msgstr "PATH            A colon-separated list of directories to search when"
3993
3994 #: builtins.c:1267
3995 msgid "\t\tlooking for commands."
3996 msgstr "\t\tlooking for commands."
3997
3998 #: builtins.c:1268
3999 msgid "PROMPT_COMMAND  A command to be executed before the printing of each"
4000 msgstr "PROMPT_COMMAND  A command to be executed before the printing of each"
4001
4002 #: builtins.c:1269
4003 msgid "\t\tprimary prompt."
4004 msgstr "\t\tprimary prompt."
4005
4006 #: builtins.c:1270
4007 msgid "PS1             The primary prompt string."
4008 msgstr "PS1             The primary prompt string."
4009
4010 #: builtins.c:1271
4011 msgid "PS2             The secondary prompt string."
4012 msgstr "PS2             The secondary prompt string."
4013
4014 #: builtins.c:1272
4015 msgid "PWD\t\tThe full pathname of the current directory."
4016 msgstr "PWD\t\tThe full pathname of the current directory."
4017
4018 #: builtins.c:1273
4019 msgid "SHELLOPTS\tA colon-separated list of enabled shell options."
4020 msgstr "SHELLOPTS\tA colon-separated list of enabled shell options."
4021
4022 #: builtins.c:1274
4023 msgid "TERM            The name of the current terminal type."
4024 msgstr "TERM            The name of the current terminal type."
4025
4026 #: builtins.c:1275
4027 msgid "TIMEFORMAT\tThe output format for timing statistics displayed by the"
4028 msgstr "TIMEFORMAT\tThe output format for timing statistics displayed by the"
4029
4030 #: builtins.c:1276
4031 msgid "\t\t`time' reserved word."
4032 msgstr "\t\t‘time’ reserved word."
4033
4034 #: builtins.c:1277
4035 msgid "auto_resume     Non-null means a command word appearing on a line by"
4036 msgstr "auto_resume     Non-null means a command word appearing on a line by"
4037
4038 #: builtins.c:1278
4039 msgid "\t\titself is first looked for in the list of currently"
4040 msgstr "\t\titself is first looked for in the list of currently"
4041
4042 #: builtins.c:1279
4043 msgid "\t\tstopped jobs.  If found there, that job is foregrounded."
4044 msgstr "\t\tstopped jobs.  If found there, that job is foregrounded."
4045
4046 #: builtins.c:1280
4047 msgid "\t\tA value of `exact' means that the command word must"
4048 msgstr "\t\tA value of ‘exact’ means that the command word must"
4049
4050 #: builtins.c:1281
4051 msgid "\t\texactly match a command in the list of stopped jobs.  A"
4052 msgstr "\t\texactly match a command in the list of stopped jobs.  A"
4053
4054 #: builtins.c:1282
4055 msgid "\t\tvalue of `substring' means that the command word must"
4056 msgstr "\t\tvalue of ‘substring’ means that the command word must"
4057
4058 #: builtins.c:1283
4059 msgid "\t\tmatch a substring of the job.  Any other value means that"
4060 msgstr "\t\tmatch a substring of the job.  Any other value means that"
4061
4062 #: builtins.c:1284
4063 msgid "\t\tthe command must be a prefix of a stopped job."
4064 msgstr "\t\tthe command must be a prefix of a stopped job."
4065
4066 #: builtins.c:1287
4067 msgid "histchars       Characters controlling history expansion and quick"
4068 msgstr "histchars       Characters controlling history expansion and quick"
4069
4070 #: builtins.c:1288
4071 msgid "\t\tsubstitution.  The first character is the history"
4072 msgstr "\t\tsubstitution.  The first character is the history"
4073
4074 #: builtins.c:1289
4075 msgid "\t\tsubstitution character, usually `!'.  The second is"
4076 msgstr "\t\tsubstitution character, usually ‘!’.  The second is"
4077
4078 #: builtins.c:1290
4079 msgid "\t\tthe `quick substitution' character, usually `^'.  The"
4080 msgstr "\t\tthe ‘quick substitution’ character, usually ‘^’.  The"
4081
4082 #: builtins.c:1291
4083 msgid "\t\tthird is the `history comment' character, usually `#'."
4084 msgstr "\t\tthird is the ‘history comment’ character, usually ‘#’."
4085
4086 #: builtins.c:1293
4087 msgid "HISTIGNORE\tA colon-separated list of patterns used to decide which"
4088 msgstr "HISTIGNORE\tA colon-separated list of patterns used to decide which"
4089
4090 #: builtins.c:1294
4091 msgid "\t\tcommands should be saved on the history list."
4092 msgstr "\t\tcommands should be saved on the history list."
4093
4094 #: builtins.c:1306
4095 msgid "+N\tRotates the stack so that the Nth directory (counting"
4096 msgstr "+N\tRotates the stack so that the Nth directory (counting"
4097
4098 #: builtins.c:1307
4099 msgid "\tfrom the left of the list shown by `dirs', starting with"
4100 msgstr "\tfrom the left of the list shown by ‘dirs’, starting with"
4101
4102 #: builtins.c:1308 builtins.c:1312
4103 msgid "\tzero) is at the top."
4104 msgstr "\tzero) is at the top."
4105
4106 #: builtins.c:1310
4107 msgid "-N\tRotates the stack so that the Nth directory (counting"
4108 msgstr "-N\tRotates the stack so that the Nth directory (counting"
4109
4110 #: builtins.c:1311
4111 msgid "\tfrom the right of the list shown by `dirs', starting with"
4112 msgstr "\tfrom the right of the list shown by ‘dirs’, starting with"
4113
4114 #: builtins.c:1314
4115 msgid "-n\tsuppress the normal change of directory when adding directories"
4116 msgstr "-n\tsuppress the normal change of directory when adding directories"
4117
4118 #: builtins.c:1315
4119 msgid "\tto the stack, so only the stack is manipulated."
4120 msgstr "\tto the stack, so only the stack is manipulated."
4121
4122 #: builtins.c:1317
4123 msgid "dir\tadds DIR to the directory stack at the top, making it the"
4124 msgstr "dir\tadds DIR to the directory stack at the top, making it the"
4125
4126 #: builtins.c:1318
4127 msgid "\tnew current working directory."
4128 msgstr "\tnew current working directory."
4129
4130 #: builtins.c:1332
4131 msgid "+N\tremoves the Nth entry counting from the left of the list"
4132 msgstr "+N\tremoves the Nth entry counting from the left of the list"
4133
4134 #: builtins.c:1333
4135 msgid "\tshown by `dirs', starting with zero.  For example: `popd +0'"
4136 msgstr "\tshown by ‘dirs’, starting with zero.  For example: ‘popd +0’"
4137
4138 #: builtins.c:1334
4139 msgid "\tremoves the first directory, `popd +1' the second."
4140 msgstr "\tremoves the first directory, ‘popd +1’ the second."
4141
4142 #: builtins.c:1336
4143 msgid "-N\tremoves the Nth entry counting from the right of the list"
4144 msgstr "-N\tremoves the Nth entry counting from the right of the list"
4145
4146 #: builtins.c:1337
4147 msgid "\tshown by `dirs', starting with zero.  For example: `popd -0'"
4148 msgstr "\tshown by ‘dirs’, starting with zero.  For example: ‘popd -0’"
4149
4150 #: builtins.c:1338
4151 msgid "\tremoves the last directory, `popd -1' the next to last."
4152 msgstr "\tremoves the last directory, ‘popd -1’ the next to last."
4153
4154 #: builtins.c:1340
4155 msgid "-n\tsuppress the normal change of directory when removing directories"
4156 msgstr "-n\tsuppress the normal change of directory when removing directories"
4157
4158 #: builtins.c:1341
4159 msgid "\tfrom the stack, so only the stack is manipulated."
4160 msgstr "\tfrom the stack, so only the stack is manipulated."
4161
4162 #: builtins.c:1363
4163 msgid "+N\tdisplays the Nth entry counting from the left of the list shown by"
4164 msgstr "+N\tdisplays the Nth entry counting from the left of the list shown by"
4165
4166 #: builtins.c:1364 builtins.c:1367
4167 msgid "\tdirs when invoked without options, starting with zero."
4168 msgstr "\tdirs when invoked without options, starting with zero."
4169
4170 #: builtins.c:1366
4171 msgid "-N\tdisplays the Nth entry counting from the right of the list shown by"
4172 msgstr ""
4173 "-N\tdisplays the Nth entry counting from the right of the list shown by"
4174
4175 #: builtins.c:1374
4176 msgid "Toggle the values of variables controlling optional behavior."
4177 msgstr "Toggle the values of variables controlling optional behavior."
4178
4179 #: builtins.c:1375
4180 msgid "The -s flag means to enable (set) each OPTNAME; the -u flag"
4181 msgstr "The -s flag means to enable (set) each OPTNAME; the -u flag"
4182
4183 #: builtins.c:1376
4184 msgid "unsets each OPTNAME.  The -q flag suppresses output; the exit"
4185 msgstr "unsets each OPTNAME.  The -q flag suppresses output; the exit"
4186
4187 #: builtins.c:1377
4188 msgid "status indicates whether each OPTNAME is set or unset.  The -o"
4189 msgstr "status indicates whether each OPTNAME is set or unset.  The -o"
4190
4191 #: builtins.c:1378
4192 msgid "option restricts the OPTNAMEs to those defined for use with"
4193 msgstr "option restricts the OPTNAMEs to those defined for use with"
4194
4195 #: builtins.c:1379
4196 msgid "`set -o'.  With no options, or with the -p option, a list of all"
4197 msgstr "‘set -o’.  With no options, or with the -p option, a list of all"
4198
4199 #: builtins.c:1380
4200 msgid "settable options is displayed, with an indication of whether or"
4201 msgstr "settable options is displayed, with an indication of whether or"
4202
4203 #: builtins.c:1381
4204 msgid "not each is set."
4205 msgstr "not each is set."
4206
4207 #: builtins.c:1387
4208 msgid "printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT"
4209 msgstr ""
4210 "printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT"
4211
4212 #: builtins.c:1388
4213 msgid "is a character string which contains three types of objects: plain"
4214 msgstr "is a character string which contains three types of objects: plain"
4215
4216 #: builtins.c:1389
4217 msgid ""
4218 "characters, which are simply copied to standard output, character escape"
4219 msgstr ""
4220 "characters, which are simply copied to standard output, character escape"
4221
4222 #: builtins.c:1390
4223 msgid "sequences which are converted and copied to the standard output, and"
4224 msgstr "sequences which are converted and copied to the standard output, and"
4225
4226 #: builtins.c:1391
4227 msgid ""
4228 "format specifications, each of which causes printing of the next successive"
4229 msgstr ""
4230 "format specifications, each of which causes printing of the next successive"
4231
4232 #: builtins.c:1392
4233 msgid "argument.  In addition to the standard printf(1) formats, %b means to"
4234 msgstr "argument.  In addition to the standard printf(1) formats, %b means to"
4235
4236 #: builtins.c:1393
4237 msgid "expand backslash escape sequences in the corresponding argument, and %q"
4238 msgstr ""
4239 "expand backslash escape sequences in the corresponding argument, and %q"
4240
4241 #: builtins.c:1394
4242 msgid "means to quote the argument in a way that can be reused as shell input."
4243 msgstr ""
4244 "means to quote the argument in a way that can be reused as shell input."
4245
4246 #: builtins.c:1401
4247 msgid "For each NAME, specify how arguments are to be completed."
4248 msgstr "For each NAME, specify how arguments are to be completed."
4249
4250 #: builtins.c:1402
4251 msgid "If the -p option is supplied, or if no options are supplied, existing"
4252 msgstr "If the -p option is supplied, or if no options are supplied, existing"
4253
4254 #: builtins.c:1403
4255 msgid "completion specifications are printed in a way that allows them to be"
4256 msgstr "completion specifications are printed in a way that allows them to be"
4257
4258 #: builtins.c:1404
4259 msgid "reused as input.  The -r option removes a completion specification for"
4260 msgstr "reused as input.  The -r option removes a completion specification for"
4261
4262 #: builtins.c:1405
4263 msgid "each NAME, or, if no NAMEs are supplied, all completion specifications."
4264 msgstr ""
4265 "each NAME, or, if no NAMEs are supplied, all completion specifications."
4266
4267 #: builtins.c:1413
4268 msgid "Display the possible completions depending on the options.  Intended"
4269 msgstr "Display the possible completions depending on the options.  Intended"
4270
4271 #: builtins.c:1414
4272 msgid ""
4273 "to be used from within a shell function generating possible completions."
4274 msgstr ""
4275 "to be used from within a shell function generating possible completions."
4276
4277 #: builtins.c:1415
4278 msgid "If the optional WORD argument is supplied, matches against WORD are"
4279 msgstr "If the optional WORD argument is supplied, matches against WORD are"
4280
4281 #: builtins.c:1416
4282 msgid "generated."
4283 msgstr "generated."