~ubuntu-branches/ubuntu/jaunty/language-pack-pt-base/jaunty-updates

« back to all changes in this revision

Viewing changes to data/pt/LC_MESSAGES/bash.po

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2010-06-03 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20100603202757-y3am6fouw3crk70k
Tags: 1:9.04+20100531
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Portuguese translation for bash
 
2
# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
 
3
# This file is distributed under the same license as the bash package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2006.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: bash\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2006-10-23 17:20-0400\n"
 
11
"PO-Revision-Date: 2008-05-11 23:56+0000\n"
 
12
"Last-Translator: Susana Pereira <susana.pereira@gmail.com>\n"
 
13
"Language-Team: Portuguese <pt@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
 
18
"X-Launchpad-Export-Date: 2009-04-14 21:33+0000\n"
 
19
"X-Generator: Launchpad (build Unknown)\n"
 
20
 
 
21
#: arrayfunc.c:48
 
22
msgid "bad array subscript"
 
23
msgstr ""
 
24
 
 
25
#: arrayfunc.c:362
 
26
#, c-format
 
27
msgid "%s: cannot assign to non-numeric index"
 
28
msgstr "%s: não é possível atribuir a um indicie não numérico"
 
29
 
 
30
#: bashhist.c:331
 
31
#, c-format
 
32
msgid "%s: cannot create: %s"
 
33
msgstr "%s: impossível criar: %s"
 
34
 
 
35
#: bashline.c:3030
 
36
msgid "bash_execute_unix_command: cannot find keymap for command"
 
37
msgstr ""
 
38
"bash_execute_unix_command: não é possível encontrar o mapa de teclado para o "
 
39
"comando"
 
40
 
 
41
#: bashline.c:3079
 
42
#, c-format
 
43
msgid "%s: first non-whitespace character is not `\"'"
 
44
msgstr "%s: o primeiro caracter que não é um espaço não é `\"'"
 
45
 
 
46
#: bashline.c:3108
 
47
#, c-format
 
48
msgid "no closing `%c' in %s"
 
49
msgstr "no há um `%c' final em %s"
 
50
 
 
51
#: bashline.c:3142
 
52
#, c-format
 
53
msgid "%s: missing colon separator"
 
54
msgstr ""
 
55
 
 
56
#: builtins/bind.def:194
 
57
#, c-format
 
58
msgid "`%s': invalid keymap name"
 
59
msgstr ""
 
60
 
 
61
#: builtins/bind.def:233
 
62
#, c-format
 
63
msgid "%s: cannot read: %s"
 
64
msgstr ""
 
65
 
 
66
#: builtins/bind.def:248
 
67
#, c-format
 
68
msgid "`%s': cannot unbind"
 
69
msgstr ""
 
70
 
 
71
#: builtins/bind.def:283
 
72
#, c-format
 
73
msgid "`%s': unknown function name"
 
74
msgstr "'%s': nome de função desconhecido"
 
75
 
 
76
#: builtins/bind.def:291
 
77
#, c-format
 
78
msgid "%s is not bound to any keys.\n"
 
79
msgstr ""
 
80
 
 
81
#: builtins/bind.def:295
 
82
#, c-format
 
83
msgid "%s can be invoked via "
 
84
msgstr "%s pode ser invocado via "
 
85
 
 
86
#: builtins/break.def:128
 
87
msgid "only meaningful in a `for', `while', or `until' loop"
 
88
msgstr "apenas faz sentido num loop 'for', 'while' ou 'until'"
 
89
 
 
90
#: builtins/caller.def:131
 
91
msgid "Returns the context of the current subroutine call."
 
92
msgstr "Devolve o contexto da chamada de subrotina actual."
 
93
 
 
94
#: builtins/caller.def:132 builtins/caller.def:136 builtins/pushd.def:666
 
95
#: builtins/pushd.def:674 builtins/pushd.def:677 builtins/pushd.def:687
 
96
#: builtins/pushd.def:691 builtins/pushd.def:695 builtins/pushd.def:698
 
97
#: builtins/pushd.def:701 builtins/pushd.def:710 builtins/pushd.def:714
 
98
#: builtins/pushd.def:718 builtins/pushd.def:721
 
99
msgid " "
 
100
msgstr " "
 
101
 
 
102
#: builtins/caller.def:133
 
103
msgid "Without EXPR, returns returns \"$line $filename\".  With EXPR,"
 
104
msgstr ""
 
105
 
 
106
#: builtins/caller.def:134
 
107
msgid "returns \"$line $subroutine $filename\"; this extra information"
 
108
msgstr ""
 
109
 
 
110
#: builtins/caller.def:135
 
111
msgid "can be used used to provide a stack trace."
 
112
msgstr "pode ser usado para fornecer um stack trace."
 
113
 
 
114
#: builtins/caller.def:137
 
115
msgid ""
 
116
"The value of EXPR indicates how many call frames to go back before the"
 
117
msgstr ""
 
118
 
 
119
#: builtins/caller.def:138
 
120
msgid "current one; the top frame is frame 0."
 
121
msgstr ""
 
122
 
 
123
#: builtins/cd.def:204
 
124
msgid "HOME not set"
 
125
msgstr "HOME não definido"
 
126
 
 
127
#: builtins/cd.def:216
 
128
msgid "OLDPWD not set"
 
129
msgstr "OLDPWD não definido"
 
130
 
 
131
#: builtins/common.c:133 test.c:822
 
132
msgid "too many arguments"
 
133
msgstr "demasiados argumentos"
 
134
 
 
135
#: builtins/common.c:157 shell.c:474 shell.c:748
 
136
#, c-format
 
137
msgid "%s: option requires an argument"
 
138
msgstr "%s: a opção requer um argumento"
 
139
 
 
140
#: builtins/common.c:164
 
141
#, c-format
 
142
msgid "%s: numeric argument required"
 
143
msgstr "%s: argumento numérico requerido"
 
144
 
 
145
#: builtins/common.c:171
 
146
#, c-format
 
147
msgid "%s: not found"
 
148
msgstr "%s: não encontrado"
 
149
 
 
150
#: builtins/common.c:180 shell.c:761
 
151
#, c-format
 
152
msgid "%s: invalid option"
 
153
msgstr "%s: opção inválida"
 
154
 
 
155
#: builtins/common.c:187
 
156
#, c-format
 
157
msgid "%s: invalid option name"
 
158
msgstr "%s: nome de opção inválido"
 
159
 
 
160
#: builtins/common.c:194 general.c:230 general.c:235
 
161
#, c-format
 
162
msgid "`%s': not a valid identifier"
 
163
msgstr "'%s': não é um identificador válido"
 
164
 
 
165
#: builtins/common.c:201
 
166
#, c-format
 
167
msgid "%s: invalid number"
 
168
msgstr "%s: número inválido"
 
169
 
 
170
#: builtins/common.c:208
 
171
#, c-format
 
172
msgid "%s: invalid signal specification"
 
173
msgstr "%s: especificação de sinal inválida"
 
174
 
 
175
#: builtins/common.c:215
 
176
#, c-format
 
177
msgid "`%s': not a pid or valid job spec"
 
178
msgstr ""
 
179
 
 
180
#: builtins/common.c:222 error.c:451
 
181
#, c-format
 
182
msgid "%s: readonly variable"
 
183
msgstr "%s: variável só de leitura"
 
184
 
 
185
#: builtins/common.c:230
 
186
#, c-format
 
187
msgid "%s: %s out of range"
 
188
msgstr ""
 
189
 
 
190
#: builtins/common.c:230 builtins/common.c:232
 
191
msgid "argument"
 
192
msgstr "argumento"
 
193
 
 
194
#: builtins/common.c:232
 
195
#, c-format
 
196
msgid "%s out of range"
 
197
msgstr ""
 
198
 
 
199
#: builtins/common.c:240
 
200
#, c-format
 
201
msgid "%s: no such job"
 
202
msgstr ""
 
203
 
 
204
#: builtins/common.c:248
 
205
#, c-format
 
206
msgid "%s: no job control"
 
207
msgstr ""
 
208
 
 
209
#: builtins/common.c:250
 
210
msgid "no job control"
 
211
msgstr ""
 
212
 
 
213
#: builtins/common.c:260
 
214
#, c-format
 
215
msgid "%s: restricted"
 
216
msgstr "%s: restrito"
 
217
 
 
218
#: builtins/common.c:262
 
219
msgid "restricted"
 
220
msgstr "restrito"
 
221
 
 
222
#: builtins/common.c:270
 
223
#, c-format
 
224
msgid "%s: not a shell builtin"
 
225
msgstr ""
 
226
 
 
227
#: builtins/common.c:276
 
228
#, c-format
 
229
msgid "write error: %s"
 
230
msgstr "erro de escrita: %s"
 
231
 
 
232
#: builtins/common.c:481
 
233
#, c-format
 
234
msgid "%s: error retrieving current directory: %s: %s\n"
 
235
msgstr "%s: erro ao retirar a directoria actual: %s: %s\n"
 
236
 
 
237
#: builtins/common.c:547 builtins/common.c:549
 
238
#, c-format
 
239
msgid "%s: ambiguous job spec"
 
240
msgstr ""
 
241
 
 
242
#: builtins/complete.def:251
 
243
#, c-format
 
244
msgid "%s: invalid action name"
 
245
msgstr ""
 
246
 
 
247
#: builtins/complete.def:381 builtins/complete.def:524
 
248
#, c-format
 
249
msgid "%s: no completion specification"
 
250
msgstr ""
 
251
 
 
252
#: builtins/complete.def:571
 
253
msgid "warning: -F option may not work as you expect"
 
254
msgstr "aviso: a opção -F pode não funcionar como está à espera"
 
255
 
 
256
#: builtins/complete.def:573
 
257
msgid "warning: -C option may not work as you expect"
 
258
msgstr "aviso: a opção -C pode não funcionar como está à espera"
 
259
 
 
260
#: builtins/declare.def:106
 
261
msgid "can only be used in a function"
 
262
msgstr "só pode ser usado numa função"
 
263
 
 
264
#: builtins/declare.def:306
 
265
msgid "cannot use `-f' to make functions"
 
266
msgstr "não se pode usar '-f' para fazer funções"
 
267
 
 
268
#: builtins/declare.def:318 execute_cmd.c:4073
 
269
#, c-format
 
270
msgid "%s: readonly function"
 
271
msgstr "%s: função só de leitura"
 
272
 
 
273
#: builtins/declare.def:406
 
274
#, c-format
 
275
msgid "%s: cannot destroy array variables in this way"
 
276
msgstr "%s: não se pode destruir variáveis de matriz deste modo"
 
277
 
 
278
#: builtins/enable.def:128 builtins/enable.def:136
 
279
msgid "dynamic loading not available"
 
280
msgstr ""
 
281
 
 
282
#: builtins/enable.def:303
 
283
#, c-format
 
284
msgid "cannot open shared object %s: %s"
 
285
msgstr "não se consegue abrir o objecto partilhado %s: %s"
 
286
 
 
287
#: builtins/enable.def:326
 
288
#, c-format
 
289
msgid "cannot find %s in shared object %s: %s"
 
290
msgstr ""
 
291
 
 
292
#: builtins/enable.def:450
 
293
#, c-format
 
294
msgid "%s: not dynamically loaded"
 
295
msgstr ""
 
296
 
 
297
#: builtins/enable.def:465
 
298
#, c-format
 
299
msgid "%s: cannot delete: %s"
 
300
msgstr ""
 
301
 
 
302
#: builtins/evalfile.c:129 execute_cmd.c:3930 shell.c:1409
 
303
#, c-format
 
304
msgid "%s: is a directory"
 
305
msgstr "%s: é uma directoria"
 
306
 
 
307
#: builtins/evalfile.c:134
 
308
#, c-format
 
309
msgid "%s: not a regular file"
 
310
msgstr "%s: não é um ficheiro regular"
 
311
 
 
312
#: builtins/evalfile.c:142
 
313
#, c-format
 
314
msgid "%s: file is too large"
 
315
msgstr "%s: o ficheiro é demasiado grande"
 
316
 
 
317
#: builtins/exec.def:205
 
318
#, c-format
 
319
msgid "%s: cannot execute: %s"
 
320
msgstr "%s: não se consegue executar: %s"
 
321
 
 
322
#: builtins/exit.def:83
 
323
msgid "not login shell: use `exit'"
 
324
msgstr ""
 
325
 
 
326
#: builtins/exit.def:111
 
327
msgid "There are stopped jobs.\n"
 
328
msgstr ""
 
329
 
 
330
#: builtins/fc.def:258
 
331
msgid "no command found"
 
332
msgstr "nenhum comando encontrado"
 
333
 
 
334
#: builtins/fc.def:328
 
335
msgid "history specification"
 
336
msgstr ""
 
337
 
 
338
#: builtins/fc.def:349
 
339
#, c-format
 
340
msgid "%s: cannot open temp file: %s"
 
341
msgstr ""
 
342
 
 
343
#: builtins/fg_bg.def:149
 
344
#, c-format
 
345
msgid "job %d started without job control"
 
346
msgstr ""
 
347
 
 
348
#: builtins/getopt.c:109
 
349
#, c-format
 
350
msgid "%s: illegal option -- %c\n"
 
351
msgstr "%s: opção ilegal -- %c\n"
 
352
 
 
353
#: builtins/getopt.c:110
 
354
#, c-format
 
355
msgid "%s: option requires an argument -- %c\n"
 
356
msgstr "%s: a opção requer um argumento -- %c\n"
 
357
 
 
358
#: builtins/hash.def:84
 
359
msgid "hashing disabled"
 
360
msgstr ""
 
361
 
 
362
#: builtins/hash.def:130
 
363
#, c-format
 
364
msgid "%s: hash table empty\n"
 
365
msgstr ""
 
366
 
 
367
#: builtins/help.def:108
 
368
msgid "Shell commands matching keywords `"
 
369
msgstr ""
 
370
 
 
371
#: builtins/help.def:110
 
372
msgid "Shell commands matching keyword `"
 
373
msgstr ""
 
374
 
 
375
#: builtins/help.def:138
 
376
#, c-format
 
377
msgid ""
 
378
"no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
 
379
msgstr ""
 
380
 
 
381
#: builtins/help.def:164
 
382
#, c-format
 
383
msgid "%s: cannot open: %s"
 
384
msgstr "%s: não se consegue abrir: %s"
 
385
 
 
386
#: builtins/help.def:182
 
387
msgid ""
 
388
"These shell commands are defined internally.  Type `help' to see this list.\n"
 
389
"Type `help name' to find out more about the function `name'.\n"
 
390
"Use `info bash' to find out more about the shell in general.\n"
 
391
"Use `man -k' or `info' to find out more about commands not in this list.\n"
 
392
"\n"
 
393
"A star (*) next to a name means that the command is disabled.\n"
 
394
"\n"
 
395
msgstr ""
 
396
 
 
397
#: builtins/history.def:150
 
398
msgid "cannot use more than one of -anrw"
 
399
msgstr "não se pode usar mais que um de -anrw"
 
400
 
 
401
#: builtins/history.def:182
 
402
msgid "history position"
 
403
msgstr ""
 
404
 
 
405
#: builtins/history.def:400
 
406
#, c-format
 
407
msgid "%s: history expansion failed"
 
408
msgstr ""
 
409
 
 
410
#: builtins/jobs.def:99
 
411
msgid "no other options allowed with `-x'"
 
412
msgstr ""
 
413
 
 
414
#: builtins/kill.def:187
 
415
#, c-format
 
416
msgid "%s: arguments must be process or job IDs"
 
417
msgstr ""
 
418
 
 
419
#: builtins/kill.def:250
 
420
msgid "Unknown error"
 
421
msgstr ""
 
422
 
 
423
#: builtins/let.def:94 builtins/let.def:119 expr.c:498 expr.c:513
 
424
msgid "expression expected"
 
425
msgstr ""
 
426
 
 
427
#: builtins/printf.def:339
 
428
#, c-format
 
429
msgid "`%s': missing format character"
 
430
msgstr ""
 
431
 
 
432
#: builtins/printf.def:516
 
433
#, c-format
 
434
msgid "`%c': invalid format character"
 
435
msgstr ""
 
436
 
 
437
#: builtins/printf.def:722
 
438
msgid "missing hex digit for \\x"
 
439
msgstr ""
 
440
 
 
441
#: builtins/pushd.def:175
 
442
msgid "no other directory"
 
443
msgstr ""
 
444
 
 
445
#: builtins/pushd.def:442
 
446
msgid "<no current directory>"
 
447
msgstr ""
 
448
 
 
449
#: builtins/pushd.def:663
 
450
msgid "Display the list of currently remembered directories.  Directories"
 
451
msgstr ""
 
452
 
 
453
#: builtins/pushd.def:664
 
454
msgid "find their way onto the list with the `pushd' command; you can get"
 
455
msgstr ""
 
456
 
 
457
#: builtins/pushd.def:665
 
458
msgid "back up through the list with the `popd' command."
 
459
msgstr ""
 
460
 
 
461
#: builtins/pushd.def:667
 
462
msgid "The -l flag specifies that `dirs' should not print shorthand versions"
 
463
msgstr ""
 
464
 
 
465
#: builtins/pushd.def:668
 
466
msgid "of directories which are relative to your home directory.  This means"
 
467
msgstr ""
 
468
 
 
469
#: builtins/pushd.def:669
 
470
msgid "that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag"
 
471
msgstr ""
 
472
 
 
473
#: builtins/pushd.def:670
 
474
msgid "causes `dirs' to print the directory stack with one entry per line,"
 
475
msgstr ""
 
476
 
 
477
#: builtins/pushd.def:671
 
478
msgid "prepending the directory name with its position in the stack.  The -p"
 
479
msgstr ""
 
480
 
 
481
#: builtins/pushd.def:672
 
482
msgid "flag does the same thing, but the stack position is not prepended."
 
483
msgstr ""
 
484
 
 
485
#: builtins/pushd.def:673
 
486
msgid ""
 
487
"The -c flag clears the directory stack by deleting all of the elements."
 
488
msgstr ""
 
489
 
 
490
#: builtins/pushd.def:675
 
491
msgid ""
 
492
"+N   displays the Nth entry counting from the left of the list shown by"
 
493
msgstr ""
 
494
 
 
495
#: builtins/pushd.def:676 builtins/pushd.def:679
 
496
msgid "     dirs when invoked without options, starting with zero."
 
497
msgstr ""
 
498
 
 
499
#: builtins/pushd.def:678
 
500
msgid ""
 
501
"-N   displays the Nth entry counting from the right of the list shown by"
 
502
msgstr ""
 
503
 
 
504
#: builtins/pushd.def:684
 
505
msgid "Adds a directory to the top of the directory stack, or rotates"
 
506
msgstr ""
 
507
 
 
508
#: builtins/pushd.def:685
 
509
msgid "the stack, making the new top of the stack the current working"
 
510
msgstr ""
 
511
 
 
512
#: builtins/pushd.def:686
 
513
msgid "directory.  With no arguments, exchanges the top two directories."
 
514
msgstr ""
 
515
 
 
516
#: builtins/pushd.def:688
 
517
msgid "+N   Rotates the stack so that the Nth directory (counting"
 
518
msgstr ""
 
519
 
 
520
#: builtins/pushd.def:689
 
521
msgid "     from the left of the list shown by `dirs', starting with"
 
522
msgstr ""
 
523
 
 
524
#: builtins/pushd.def:690 builtins/pushd.def:694
 
525
msgid "     zero) is at the top."
 
526
msgstr ""
 
527
 
 
528
#: builtins/pushd.def:692
 
529
msgid "-N   Rotates the stack so that the Nth directory (counting"
 
530
msgstr ""
 
531
 
 
532
#: builtins/pushd.def:693
 
533
msgid "     from the right of the list shown by `dirs', starting with"
 
534
msgstr ""
 
535
 
 
536
#: builtins/pushd.def:696
 
537
msgid "-n   suppress the normal change of directory when adding directories"
 
538
msgstr ""
 
539
 
 
540
#: builtins/pushd.def:697
 
541
msgid "     to the stack, so only the stack is manipulated."
 
542
msgstr ""
 
543
 
 
544
#: builtins/pushd.def:699
 
545
msgid "dir  adds DIR to the directory stack at the top, making it the"
 
546
msgstr ""
 
547
 
 
548
#: builtins/pushd.def:700
 
549
msgid "     new current working directory."
 
550
msgstr ""
 
551
 
 
552
#: builtins/pushd.def:702 builtins/pushd.def:722
 
553
msgid "You can see the directory stack with the `dirs' command."
 
554
msgstr ""
 
555
 
 
556
#: builtins/pushd.def:707
 
557
msgid "Removes entries from the directory stack.  With no arguments,"
 
558
msgstr ""
 
559
 
 
560
#: builtins/pushd.def:708
 
561
msgid "removes the top directory from the stack, and cd's to the new"
 
562
msgstr ""
 
563
 
 
564
#: builtins/pushd.def:709
 
565
msgid "top directory."
 
566
msgstr ""
 
567
 
 
568
#: builtins/pushd.def:711
 
569
msgid "+N   removes the Nth entry counting from the left of the list"
 
570
msgstr ""
 
571
 
 
572
#: builtins/pushd.def:712
 
573
msgid "     shown by `dirs', starting with zero.  For example: `popd +0'"
 
574
msgstr ""
 
575
 
 
576
#: builtins/pushd.def:713
 
577
msgid "     removes the first directory, `popd +1' the second."
 
578
msgstr ""
 
579
 
 
580
#: builtins/pushd.def:715
 
581
msgid "-N   removes the Nth entry counting from the right of the list"
 
582
msgstr ""
 
583
 
 
584
#: builtins/pushd.def:716
 
585
msgid "     shown by `dirs', starting with zero.  For example: `popd -0'"
 
586
msgstr ""
 
587
 
 
588
#: builtins/pushd.def:717
 
589
msgid "     removes the last directory, `popd -1' the next to last."
 
590
msgstr ""
 
591
 
 
592
#: builtins/pushd.def:719
 
593
msgid ""
 
594
"-n   suppress the normal change of directory when removing directories"
 
595
msgstr ""
 
596
 
 
597
#: builtins/pushd.def:720
 
598
msgid "     from the stack, so only the stack is manipulated."
 
599
msgstr ""
 
600
 
 
601
#: builtins/read.def:210
 
602
#, c-format
 
603
msgid "%s: invalid timeout specification"
 
604
msgstr ""
 
605
 
 
606
#: builtins/read.def:233
 
607
#, c-format
 
608
msgid "%s: invalid file descriptor specification"
 
609
msgstr ""
 
610
 
 
611
#: builtins/read.def:240
 
612
#, c-format
 
613
msgid "%d: invalid file descriptor: %s"
 
614
msgstr ""
 
615
 
 
616
#: builtins/read.def:478
 
617
#, c-format
 
618
msgid "read error: %d: %s"
 
619
msgstr ""
 
620
 
 
621
#: builtins/return.def:63
 
622
msgid "can only `return' from a function or sourced script"
 
623
msgstr ""
 
624
 
 
625
#: builtins/set.def:744
 
626
msgid "cannot simultaneously unset a function and a variable"
 
627
msgstr ""
 
628
 
 
629
#: builtins/set.def:781
 
630
#, c-format
 
631
msgid "%s: cannot unset"
 
632
msgstr ""
 
633
 
 
634
#: builtins/set.def:788
 
635
#, c-format
 
636
msgid "%s: cannot unset: readonly %s"
 
637
msgstr ""
 
638
 
 
639
#: builtins/set.def:799
 
640
#, c-format
 
641
msgid "%s: not an array variable"
 
642
msgstr ""
 
643
 
 
644
#: builtins/setattr.def:166
 
645
#, c-format
 
646
msgid "%s: not a function"
 
647
msgstr ""
 
648
 
 
649
#: builtins/shift.def:66 builtins/shift.def:72
 
650
msgid "shift count"
 
651
msgstr ""
 
652
 
 
653
#: builtins/shopt.def:227
 
654
msgid "cannot set and unset shell options simultaneously"
 
655
msgstr ""
 
656
 
 
657
#: builtins/shopt.def:292
 
658
#, c-format
 
659
msgid "%s: invalid shell option name"
 
660
msgstr ""
 
661
 
 
662
#: builtins/source.def:115
 
663
msgid "filename argument required"
 
664
msgstr ""
 
665
 
 
666
#: builtins/source.def:135
 
667
#, c-format
 
668
msgid "%s: file not found"
 
669
msgstr ""
 
670
 
 
671
#: builtins/suspend.def:95
 
672
msgid "cannot suspend"
 
673
msgstr ""
 
674
 
 
675
#: builtins/suspend.def:105
 
676
msgid "cannot suspend a login shell"
 
677
msgstr ""
 
678
 
 
679
#: builtins/type.def:232
 
680
#, c-format
 
681
msgid "%s is aliased to `%s'\n"
 
682
msgstr ""
 
683
 
 
684
#: builtins/type.def:253
 
685
#, c-format
 
686
msgid "%s is a shell keyword\n"
 
687
msgstr ""
 
688
 
 
689
#: builtins/type.def:273
 
690
#, c-format
 
691
msgid "%s is a function\n"
 
692
msgstr ""
 
693
 
 
694
#: builtins/type.def:298
 
695
#, c-format
 
696
msgid "%s is a shell builtin\n"
 
697
msgstr ""
 
698
 
 
699
#: builtins/type.def:319
 
700
#, c-format
 
701
msgid "%s is %s\n"
 
702
msgstr ""
 
703
 
 
704
#: builtins/type.def:339
 
705
#, c-format
 
706
msgid "%s is hashed (%s)\n"
 
707
msgstr ""
 
708
 
 
709
#: builtins/ulimit.def:352
 
710
#, c-format
 
711
msgid "%s: invalid limit argument"
 
712
msgstr ""
 
713
 
 
714
#: builtins/ulimit.def:378
 
715
#, c-format
 
716
msgid "`%c': bad command"
 
717
msgstr ""
 
718
 
 
719
#: builtins/ulimit.def:407
 
720
#, c-format
 
721
msgid "%s: cannot get limit: %s"
 
722
msgstr ""
 
723
 
 
724
#: builtins/ulimit.def:445
 
725
#, c-format
 
726
msgid "%s: cannot modify limit: %s"
 
727
msgstr ""
 
728
 
 
729
#: builtins/umask.def:112
 
730
msgid "octal number"
 
731
msgstr ""
 
732
 
 
733
#: builtins/umask.def:226
 
734
#, c-format
 
735
msgid "`%c': invalid symbolic mode operator"
 
736
msgstr ""
 
737
 
 
738
#: builtins/umask.def:281
 
739
#, c-format
 
740
msgid "`%c': invalid symbolic mode character"
 
741
msgstr ""
 
742
 
 
743
#: error.c:163
 
744
#, c-format
 
745
msgid "last command: %s\n"
 
746
msgstr ""
 
747
 
 
748
#: error.c:171
 
749
msgid "Aborting..."
 
750
msgstr ""
 
751
 
 
752
#: error.c:258
 
753
#, c-format
 
754
msgid "%s: warning: "
 
755
msgstr ""
 
756
 
 
757
#: error.c:403
 
758
msgid "unknown command error"
 
759
msgstr ""
 
760
 
 
761
#: error.c:404
 
762
msgid "bad command type"
 
763
msgstr ""
 
764
 
 
765
#: error.c:405
 
766
msgid "bad connector"
 
767
msgstr ""
 
768
 
 
769
#: error.c:406
 
770
msgid "bad jump"
 
771
msgstr ""
 
772
 
 
773
#: error.c:444
 
774
#, c-format
 
775
msgid "%s: unbound variable"
 
776
msgstr ""
 
777
 
 
778
#: eval.c:176
 
779
msgid "timed out waiting for input: auto-logout\n"
 
780
msgstr ""
 
781
 
 
782
#: execute_cmd.c:474
 
783
#, c-format
 
784
msgid "cannot redirect standard input from /dev/null: %s"
 
785
msgstr ""
 
786
 
 
787
#: execute_cmd.c:1058
 
788
#, c-format
 
789
msgid "TIMEFORMAT: `%c': invalid format character"
 
790
msgstr ""
 
791
 
 
792
#: execute_cmd.c:3629
 
793
#, c-format
 
794
msgid "%s: restricted: cannot specify `/' in command names"
 
795
msgstr ""
 
796
 
 
797
#: execute_cmd.c:3717
 
798
#, c-format
 
799
msgid "%s: command not found"
 
800
msgstr ""
 
801
 
 
802
#: execute_cmd.c:3963
 
803
#, c-format
 
804
msgid "%s: %s: bad interpreter"
 
805
msgstr ""
 
806
 
 
807
#: execute_cmd.c:4000
 
808
#, c-format
 
809
msgid "%s: cannot execute binary file"
 
810
msgstr ""
 
811
 
 
812
#: execute_cmd.c:4112
 
813
#, c-format
 
814
msgid "cannot duplicate fd %d to fd %d"
 
815
msgstr ""
 
816
 
 
817
#: expr.c:241
 
818
msgid "expression recursion level exceeded"
 
819
msgstr ""
 
820
 
 
821
#: expr.c:265
 
822
msgid "recursion stack underflow"
 
823
msgstr ""
 
824
 
 
825
#: expr.c:376
 
826
msgid "syntax error in expression"
 
827
msgstr ""
 
828
 
 
829
#: expr.c:416
 
830
msgid "attempted assignment to non-variable"
 
831
msgstr ""
 
832
 
 
833
#: expr.c:437 expr.c:442 expr.c:752
 
834
msgid "division by 0"
 
835
msgstr ""
 
836
 
 
837
#: expr.c:468
 
838
msgid "bug: bad expassign token"
 
839
msgstr ""
 
840
 
 
841
#: expr.c:510
 
842
msgid "`:' expected for conditional expression"
 
843
msgstr ""
 
844
 
 
845
#: expr.c:777
 
846
msgid "exponent less than 0"
 
847
msgstr ""
 
848
 
 
849
#: expr.c:822
 
850
msgid "identifier expected after pre-increment or pre-decrement"
 
851
msgstr ""
 
852
 
 
853
#: expr.c:850
 
854
msgid "missing `)'"
 
855
msgstr ""
 
856
 
 
857
#: expr.c:893 expr.c:1171
 
858
msgid "syntax error: operand expected"
 
859
msgstr ""
 
860
 
 
861
#: expr.c:1173
 
862
msgid "syntax error: invalid arithmetic operator"
 
863
msgstr ""
 
864
 
 
865
#: expr.c:1251
 
866
msgid "invalid number"
 
867
msgstr ""
 
868
 
 
869
#: expr.c:1255
 
870
msgid "invalid arithmetic base"
 
871
msgstr ""
 
872
 
 
873
#: expr.c:1275
 
874
msgid "value too great for base"
 
875
msgstr ""
 
876
 
 
877
#: general.c:61
 
878
msgid "getcwd: cannot access parent directories"
 
879
msgstr ""
 
880
 
 
881
#: input.c:237
 
882
#, c-format
 
883
msgid "cannot allocate new file descriptor for bash input from fd %d"
 
884
msgstr ""
 
885
 
 
886
#: input.c:245
 
887
#, c-format
 
888
msgid "save_bash_input: buffer already exists for new fd %d"
 
889
msgstr ""
 
890
 
 
891
#: jobs.c:876
 
892
#, c-format
 
893
msgid "forked pid %d appears in running job %d"
 
894
msgstr ""
 
895
 
 
896
#: jobs.c:983
 
897
#, c-format
 
898
msgid "deleting stopped job %d with process group %ld"
 
899
msgstr ""
 
900
 
 
901
#: jobs.c:1378
 
902
#, c-format
 
903
msgid "describe_pid: %ld: no such pid"
 
904
msgstr ""
 
905
 
 
906
#: jobs.c:2061 nojobs.c:575
 
907
#, c-format
 
908
msgid "wait: pid %ld is not a child of this shell"
 
909
msgstr ""
 
910
 
 
911
#: jobs.c:2265
 
912
#, c-format
 
913
msgid "wait_for: No record of process %ld"
 
914
msgstr ""
 
915
 
 
916
#: jobs.c:2524
 
917
#, c-format
 
918
msgid "wait_for_job: job %d is stopped"
 
919
msgstr ""
 
920
 
 
921
#: jobs.c:2746
 
922
#, c-format
 
923
msgid "%s: job has terminated"
 
924
msgstr ""
 
925
 
 
926
#: jobs.c:2755
 
927
#, c-format
 
928
msgid "%s: job %d already in background"
 
929
msgstr ""
 
930
 
 
931
#: jobs.c:3546
 
932
msgid "no job control in this shell"
 
933
msgstr ""
 
934
 
 
935
#: lib/malloc/malloc.c:298
 
936
#, c-format
 
937
msgid "malloc: failed assertion: %s\n"
 
938
msgstr ""
 
939
 
 
940
#: lib/malloc/malloc.c:314
 
941
#, c-format
 
942
msgid ""
 
943
"\r\n"
 
944
"malloc: %s:%d: assertion botched\r\n"
 
945
msgstr ""
 
946
 
 
947
#: lib/malloc/malloc.c:799
 
948
msgid "malloc: block on free list clobbered"
 
949
msgstr ""
 
950
 
 
951
#: lib/malloc/malloc.c:876
 
952
msgid "free: called with already freed block argument"
 
953
msgstr ""
 
954
 
 
955
#: lib/malloc/malloc.c:879
 
956
msgid "free: called with unallocated block argument"
 
957
msgstr ""
 
958
 
 
959
#: lib/malloc/malloc.c:898
 
960
msgid "free: underflow detected; mh_nbytes out of range"
 
961
msgstr ""
 
962
 
 
963
#: lib/malloc/malloc.c:904
 
964
msgid "free: start and end chunk sizes differ"
 
965
msgstr ""
 
966
 
 
967
#: lib/malloc/malloc.c:1003
 
968
msgid "realloc: called with unallocated block argument"
 
969
msgstr ""
 
970
 
 
971
#: lib/malloc/malloc.c:1018
 
972
msgid "realloc: underflow detected; mh_nbytes out of range"
 
973
msgstr ""
 
974
 
 
975
#: lib/malloc/malloc.c:1024
 
976
msgid "realloc: start and end chunk sizes differ"
 
977
msgstr ""
 
978
 
 
979
#: lib/malloc/table.c:176
 
980
msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
 
981
msgstr ""
 
982
 
 
983
#: lib/malloc/table.c:183
 
984
#, c-format
 
985
msgid "register_alloc: %p already in table as allocated?\n"
 
986
msgstr ""
 
987
 
 
988
#: lib/malloc/table.c:219
 
989
#, c-format
 
990
msgid "register_free: %p already in table as free?\n"
 
991
msgstr ""
 
992
 
 
993
#: lib/malloc/watch.c:46
 
994
msgid "allocated"
 
995
msgstr ""
 
996
 
 
997
#: lib/malloc/watch.c:48
 
998
msgid "freed"
 
999
msgstr ""
 
1000
 
 
1001
#: lib/malloc/watch.c:50
 
1002
msgid "requesting resize"
 
1003
msgstr ""
 
1004
 
 
1005
#: lib/malloc/watch.c:52
 
1006
msgid "just resized"
 
1007
msgstr ""
 
1008
 
 
1009
#: lib/malloc/watch.c:54
 
1010
msgid "bug: unknown operation"
 
1011
msgstr ""
 
1012
 
 
1013
#: lib/malloc/watch.c:56
 
1014
#, c-format
 
1015
msgid "malloc: watch alert: %p %s "
 
1016
msgstr ""
 
1017
 
 
1018
#: lib/sh/fmtulong.c:101
 
1019
msgid "invalid base"
 
1020
msgstr ""
 
1021
 
 
1022
#: lib/sh/netopen.c:168
 
1023
#, c-format
 
1024
msgid "%s: host unknown"
 
1025
msgstr ""
 
1026
 
 
1027
#: lib/sh/netopen.c:175
 
1028
#, c-format
 
1029
msgid "%s: invalid service"
 
1030
msgstr ""
 
1031
 
 
1032
#: lib/sh/netopen.c:306
 
1033
#, c-format
 
1034
msgid "%s: bad network path specification"
 
1035
msgstr ""
 
1036
 
 
1037
#: lib/sh/netopen.c:346
 
1038
msgid "network operations not supported"
 
1039
msgstr ""
 
1040
 
 
1041
#: mailcheck.c:386
 
1042
msgid "You have mail in $_"
 
1043
msgstr ""
 
1044
 
 
1045
#: mailcheck.c:411
 
1046
msgid "You have new mail in $_"
 
1047
msgstr ""
 
1048
 
 
1049
#: mailcheck.c:427
 
1050
#, c-format
 
1051
msgid "The mail in %s has been read\n"
 
1052
msgstr ""
 
1053
 
 
1054
#: make_cmd.c:322
 
1055
msgid "syntax error: arithmetic expression required"
 
1056
msgstr ""
 
1057
 
 
1058
#: make_cmd.c:324
 
1059
msgid "syntax error: `;' unexpected"
 
1060
msgstr ""
 
1061
 
 
1062
#: make_cmd.c:325
 
1063
#, c-format
 
1064
msgid "syntax error: `((%s))'"
 
1065
msgstr ""
 
1066
 
 
1067
#: make_cmd.c:566
 
1068
#, c-format
 
1069
msgid "make_here_document: bad instruction type %d"
 
1070
msgstr ""
 
1071
 
 
1072
#: make_cmd.c:741
 
1073
#, c-format
 
1074
msgid "make_redirection: redirection instruction `%d' out of range"
 
1075
msgstr ""
 
1076
 
 
1077
#: parse.y:2759
 
1078
#, c-format
 
1079
msgid "unexpected EOF while looking for matching `%c'"
 
1080
msgstr ""
 
1081
 
 
1082
#: parse.y:3071
 
1083
msgid "unexpected EOF while looking for `]]'"
 
1084
msgstr ""
 
1085
 
 
1086
#: parse.y:3076
 
1087
#, c-format
 
1088
msgid "syntax error in conditional expression: unexpected token `%s'"
 
1089
msgstr ""
 
1090
 
 
1091
#: parse.y:3080
 
1092
msgid "syntax error in conditional expression"
 
1093
msgstr ""
 
1094
 
 
1095
#: parse.y:3158
 
1096
#, c-format
 
1097
msgid "unexpected token `%s', expected `)'"
 
1098
msgstr ""
 
1099
 
 
1100
#: parse.y:3162
 
1101
msgid "expected `)'"
 
1102
msgstr ""
 
1103
 
 
1104
#: parse.y:3190
 
1105
#, c-format
 
1106
msgid "unexpected argument `%s' to conditional unary operator"
 
1107
msgstr ""
 
1108
 
 
1109
#: parse.y:3194
 
1110
msgid "unexpected argument to conditional unary operator"
 
1111
msgstr ""
 
1112
 
 
1113
#: parse.y:3234
 
1114
#, c-format
 
1115
msgid "unexpected token `%s', conditional binary operator expected"
 
1116
msgstr ""
 
1117
 
 
1118
#: parse.y:3238
 
1119
msgid "conditional binary operator expected"
 
1120
msgstr ""
 
1121
 
 
1122
#: parse.y:3255
 
1123
#, c-format
 
1124
msgid "unexpected argument `%s' to conditional binary operator"
 
1125
msgstr ""
 
1126
 
 
1127
#: parse.y:3259
 
1128
msgid "unexpected argument to conditional binary operator"
 
1129
msgstr ""
 
1130
 
 
1131
#: parse.y:3270
 
1132
#, c-format
 
1133
msgid "unexpected token `%c' in conditional command"
 
1134
msgstr ""
 
1135
 
 
1136
#: parse.y:3273
 
1137
#, c-format
 
1138
msgid "unexpected token `%s' in conditional command"
 
1139
msgstr ""
 
1140
 
 
1141
#: parse.y:3277
 
1142
#, c-format
 
1143
msgid "unexpected token %d in conditional command"
 
1144
msgstr ""
 
1145
 
 
1146
#: parse.y:4523
 
1147
#, c-format
 
1148
msgid "syntax error near unexpected token `%s'"
 
1149
msgstr ""
 
1150
 
 
1151
#: parse.y:4541
 
1152
#, c-format
 
1153
msgid "syntax error near `%s'"
 
1154
msgstr ""
 
1155
 
 
1156
#: parse.y:4551
 
1157
msgid "syntax error: unexpected end of file"
 
1158
msgstr ""
 
1159
 
 
1160
#: parse.y:4551
 
1161
msgid "syntax error"
 
1162
msgstr ""
 
1163
 
 
1164
#: parse.y:4613
 
1165
#, c-format
 
1166
msgid "Use \"%s\" to leave the shell.\n"
 
1167
msgstr ""
 
1168
 
 
1169
#: parse.y:4775
 
1170
msgid "unexpected EOF while looking for matching `)'"
 
1171
msgstr ""
 
1172
 
 
1173
#: pcomplete.c:1002
 
1174
#, c-format
 
1175
msgid "completion: function `%s' not found"
 
1176
msgstr ""
 
1177
 
 
1178
#: pcomplib.c:179
 
1179
#, c-format
 
1180
msgid "progcomp_insert: %s: NULL COMPSPEC"
 
1181
msgstr ""
 
1182
 
 
1183
#: print_cmd.c:264
 
1184
#, c-format
 
1185
msgid "print_command: bad connector `%d'"
 
1186
msgstr ""
 
1187
 
 
1188
#: print_cmd.c:1236
 
1189
#, c-format
 
1190
msgid "cprintf: `%c': invalid format character"
 
1191
msgstr ""
 
1192
 
 
1193
#: redir.c:99
 
1194
msgid "file descriptor out of range"
 
1195
msgstr ""
 
1196
 
 
1197
#: redir.c:141
 
1198
#, c-format
 
1199
msgid "%s: ambiguous redirect"
 
1200
msgstr ""
 
1201
 
 
1202
#: redir.c:145
 
1203
#, c-format
 
1204
msgid "%s: cannot overwrite existing file"
 
1205
msgstr ""
 
1206
 
 
1207
#: redir.c:150
 
1208
#, c-format
 
1209
msgid "%s: restricted: cannot redirect output"
 
1210
msgstr ""
 
1211
 
 
1212
#: redir.c:155
 
1213
#, c-format
 
1214
msgid "cannot create temp file for here document: %s"
 
1215
msgstr ""
 
1216
 
 
1217
#: redir.c:509
 
1218
msgid "/dev/(tcp|udp)/host/port not supported without networking"
 
1219
msgstr ""
 
1220
 
 
1221
#: redir.c:965
 
1222
msgid "redirection error: cannot duplicate fd"
 
1223
msgstr ""
 
1224
 
 
1225
#: shell.c:309
 
1226
msgid "could not find /tmp, please create!"
 
1227
msgstr ""
 
1228
 
 
1229
#: shell.c:313
 
1230
msgid "/tmp must be a valid directory name"
 
1231
msgstr ""
 
1232
 
 
1233
#: shell.c:850
 
1234
#, c-format
 
1235
msgid "%c%c: invalid option"
 
1236
msgstr ""
 
1237
 
 
1238
#: shell.c:1600
 
1239
msgid "I have no name!"
 
1240
msgstr ""
 
1241
 
 
1242
#: shell.c:1735
 
1243
#, c-format
 
1244
msgid ""
 
1245
"Usage:\t%s [GNU long option] [option] ...\n"
 
1246
"\t%s [GNU long option] [option] script-file ...\n"
 
1247
msgstr ""
 
1248
 
 
1249
#: shell.c:1737
 
1250
msgid "GNU long options:\n"
 
1251
msgstr ""
 
1252
 
 
1253
#: shell.c:1741
 
1254
msgid "Shell options:\n"
 
1255
msgstr ""
 
1256
 
 
1257
#: shell.c:1742
 
1258
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
 
1259
msgstr ""
 
1260
 
 
1261
#: shell.c:1757
 
1262
#, c-format
 
1263
msgid "\t-%s or -o option\n"
 
1264
msgstr ""
 
1265
 
 
1266
#: shell.c:1763
 
1267
#, c-format
 
1268
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
 
1269
msgstr ""
 
1270
 
 
1271
#: shell.c:1764
 
1272
#, c-format
 
1273
msgid ""
 
1274
"Type `%s -c help' for more information about shell builtin commands.\n"
 
1275
msgstr ""
 
1276
 
 
1277
#: shell.c:1765
 
1278
msgid "Use the `bashbug' command to report bugs.\n"
 
1279
msgstr ""
 
1280
 
 
1281
#: sig.c:557
 
1282
#, c-format
 
1283
msgid "sigprocmask: %d: invalid operation"
 
1284
msgstr ""
 
1285
 
 
1286
#: subst.c:1160
 
1287
#, c-format
 
1288
msgid "bad substitution: no closing `%s' in %s"
 
1289
msgstr ""
 
1290
 
 
1291
#: subst.c:2328
 
1292
#, c-format
 
1293
msgid "%s: cannot assign list to array member"
 
1294
msgstr ""
 
1295
 
 
1296
#: subst.c:4265 subst.c:4281
 
1297
msgid "cannot make pipe for process substitution"
 
1298
msgstr ""
 
1299
 
 
1300
#: subst.c:4312
 
1301
msgid "cannot make child for process substitution"
 
1302
msgstr ""
 
1303
 
 
1304
#: subst.c:4357
 
1305
#, c-format
 
1306
msgid "cannot open named pipe %s for reading"
 
1307
msgstr ""
 
1308
 
 
1309
#: subst.c:4359
 
1310
#, c-format
 
1311
msgid "cannot open named pipe %s for writing"
 
1312
msgstr ""
 
1313
 
 
1314
#: subst.c:4367
 
1315
#, c-format
 
1316
msgid "cannout reset nodelay mode for fd %d"
 
1317
msgstr ""
 
1318
 
 
1319
#: subst.c:4377
 
1320
#, c-format
 
1321
msgid "cannot duplicate named pipe %s as fd %d"
 
1322
msgstr ""
 
1323
 
 
1324
#: subst.c:4552
 
1325
msgid "cannot make pipe for command substitution"
 
1326
msgstr ""
 
1327
 
 
1328
#: subst.c:4588
 
1329
msgid "cannot make child for command substitution"
 
1330
msgstr ""
 
1331
 
 
1332
#: subst.c:4605
 
1333
msgid "command_substitute: cannot duplicate pipe as fd 1"
 
1334
msgstr ""
 
1335
 
 
1336
#: subst.c:5068
 
1337
#, c-format
 
1338
msgid "%s: parameter null or not set"
 
1339
msgstr ""
 
1340
 
 
1341
#: subst.c:5342
 
1342
#, c-format
 
1343
msgid "%s: substring expression < 0"
 
1344
msgstr ""
 
1345
 
 
1346
#: subst.c:6179
 
1347
#, c-format
 
1348
msgid "%s: bad substitution"
 
1349
msgstr ""
 
1350
 
 
1351
#: subst.c:6255
 
1352
#, c-format
 
1353
msgid "$%s: cannot assign in this way"
 
1354
msgstr ""
 
1355
 
 
1356
#: subst.c:7826
 
1357
#, c-format
 
1358
msgid "no match: %s"
 
1359
msgstr ""
 
1360
 
 
1361
#: test.c:145
 
1362
msgid "argument expected"
 
1363
msgstr ""
 
1364
 
 
1365
#: test.c:154
 
1366
#, c-format
 
1367
msgid "%s: integer expression expected"
 
1368
msgstr ""
 
1369
 
 
1370
#: test.c:262
 
1371
msgid "`)' expected"
 
1372
msgstr ""
 
1373
 
 
1374
#: test.c:264
 
1375
#, c-format
 
1376
msgid "`)' expected, found %s"
 
1377
msgstr ""
 
1378
 
 
1379
#: test.c:279 test.c:688 test.c:691
 
1380
#, c-format
 
1381
msgid "%s: unary operator expected"
 
1382
msgstr ""
 
1383
 
 
1384
#: test.c:444 test.c:731
 
1385
#, c-format
 
1386
msgid "%s: binary operator expected"
 
1387
msgstr ""
 
1388
 
 
1389
#: test.c:806
 
1390
msgid "missing `]'"
 
1391
msgstr ""
 
1392
 
 
1393
#: trap.c:200
 
1394
msgid "invalid signal number"
 
1395
msgstr ""
 
1396
 
 
1397
#: trap.c:315
 
1398
#, c-format
 
1399
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
 
1400
msgstr ""
 
1401
 
 
1402
#: trap.c:319
 
1403
#, c-format
 
1404
msgid ""
 
1405
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
 
1406
msgstr ""
 
1407
 
 
1408
#: trap.c:355
 
1409
#, c-format
 
1410
msgid "trap_handler: bad signal %d"
 
1411
msgstr ""
 
1412
 
 
1413
#: variables.c:334
 
1414
#, c-format
 
1415
msgid "error importing function definition for `%s'"
 
1416
msgstr ""
 
1417
 
 
1418
#: variables.c:711
 
1419
#, c-format
 
1420
msgid "shell level (%d) too high, resetting to 1"
 
1421
msgstr ""
 
1422
 
 
1423
#: variables.c:1670
 
1424
msgid "make_local_variable: no function context at current scope"
 
1425
msgstr ""
 
1426
 
 
1427
#: variables.c:2813
 
1428
msgid "all_local_variables: no function context at current scope"
 
1429
msgstr ""
 
1430
 
 
1431
#: variables.c:3030 variables.c:3039
 
1432
#, c-format
 
1433
msgid "invalid character %d in exportstr for %s"
 
1434
msgstr ""
 
1435
 
 
1436
#: variables.c:3045
 
1437
#, c-format
 
1438
msgid "no `=' in exportstr for %s"
 
1439
msgstr ""
 
1440
 
 
1441
#: variables.c:3472
 
1442
msgid "pop_var_context: head of shell_variables not a function context"
 
1443
msgstr ""
 
1444
 
 
1445
#: variables.c:3485
 
1446
msgid "pop_var_context: no global_variables context"
 
1447
msgstr ""
 
1448
 
 
1449
#: variables.c:3557
 
1450
msgid "pop_scope: head of shell_variables not a temporary environment scope"
 
1451
msgstr ""
 
1452
 
 
1453
#: version.c:82
 
1454
msgid "Copyright (C) 2006 Free Software Foundation, Inc.\n"
 
1455
msgstr ""
 
1456
 
 
1457
#: xmalloc.c:93
 
1458
#, c-format
 
1459
msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)"
 
1460
msgstr ""
 
1461
 
 
1462
#: xmalloc.c:95
 
1463
#, c-format
 
1464
msgid "xmalloc: cannot allocate %lu bytes"
 
1465
msgstr ""
 
1466
 
 
1467
#: xmalloc.c:115
 
1468
#, c-format
 
1469
msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)"
 
1470
msgstr ""
 
1471
 
 
1472
#: xmalloc.c:117
 
1473
#, c-format
 
1474
msgid "xrealloc: cannot allocate %lu bytes"
 
1475
msgstr ""
 
1476
 
 
1477
#: xmalloc.c:151
 
1478
#, c-format
 
1479
msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
 
1480
msgstr ""
 
1481
 
 
1482
#: xmalloc.c:153
 
1483
#, c-format
 
1484
msgid "xmalloc: %s:%d: cannot allocate %lu bytes"
 
1485
msgstr ""
 
1486
 
 
1487
#: xmalloc.c:175
 
1488
#, c-format
 
1489
msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)"
 
1490
msgstr ""
 
1491
 
 
1492
#: xmalloc.c:177
 
1493
#, c-format
 
1494
msgid "xrealloc: %s:%d: cannot allocate %lu bytes"
 
1495
msgstr ""
 
1496
 
 
1497
#: builtins.c:244
 
1498
msgid ""
 
1499
"`alias' with no arguments or with the -p option prints the list\n"
 
1500
"    of aliases in the form alias NAME=VALUE on standard output.\n"
 
1501
"    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
 
1502
"    A trailing space in VALUE causes the next word to be checked for\n"
 
1503
"    alias substitution when the alias is expanded.  Alias returns\n"
 
1504
"    true unless a NAME is given for which no alias has been defined."
 
1505
msgstr ""
 
1506
 
 
1507
#: builtins.c:257
 
1508
msgid ""
 
1509
"Remove NAMEs from the list of defined aliases.  If the -a option is given,\n"
 
1510
"    then remove all alias definitions."
 
1511
msgstr ""
 
1512
 
 
1513
#: builtins.c:266
 
1514
msgid ""
 
1515
"Bind a key sequence to a Readline function or a macro, or set\n"
 
1516
"    a Readline variable.  The non-option argument syntax is equivalent\n"
 
1517
"    to that found in ~/.inputrc, but must be passed as a single argument:\n"
 
1518
"    bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
 
1519
"    bind accepts the following options:\n"
 
1520
"      -m  keymap         Use `keymap' as the keymap for the duration of "
 
1521
"this\n"
 
1522
"                         command.  Acceptable keymap names are emacs,\n"
 
1523
"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
 
1524
"move,\n"
 
1525
"                         vi-command, and vi-insert.\n"
 
1526
"      -l                 List names of functions.\n"
 
1527
"      -P                 List function names and bindings.\n"
 
1528
"      -p                 List functions and bindings in a form that can be\n"
 
1529
"                         reused as input.\n"
 
1530
"      -r  keyseq         Remove the binding for KEYSEQ.\n"
 
1531
"      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
 
1532
"    \t\t\t\tKEYSEQ is entered.\n"
 
1533
"      -f  filename       Read key bindings from FILENAME.\n"
 
1534
"      -q  function-name  Query about which keys invoke the named function.\n"
 
1535
"      -u  function-name  Unbind all keys which are bound to the named "
 
1536
"function.\n"
 
1537
"      -V                 List variable names and values\n"
 
1538
"      -v                 List variable names and values in a form that can\n"
 
1539
"                         be reused as input.\n"
 
1540
"      -S                 List key sequences that invoke macros and their "
 
1541
"values\n"
 
1542
"      -s                 List key sequences that invoke macros and their "
 
1543
"values\n"
 
1544
"                         in a form that can be reused as input."
 
1545
msgstr ""
 
1546
 
 
1547
#: builtins.c:297
 
1548
msgid ""
 
1549
"Exit from within a FOR, WHILE or UNTIL loop.  If N is specified,\n"
 
1550
"    break N levels."
 
1551
msgstr ""
 
1552
 
 
1553
#: builtins.c:304
 
1554
msgid ""
 
1555
"Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
 
1556
"    If N is specified, resume at the N-th enclosing loop."
 
1557
msgstr ""
 
1558
 
 
1559
#: builtins.c:311
 
1560
msgid ""
 
1561
"Run a shell builtin.  This is useful when you wish to rename a\n"
 
1562
"    shell builtin to be a function, but need the functionality of the\n"
 
1563
"    builtin within the function itself."
 
1564
msgstr ""
 
1565
 
 
1566
#: builtins.c:320
 
1567
msgid ""
 
1568
"Returns the context of the current subroutine call.\n"
 
1569
"    \n"
 
1570
"    Without EXPR, returns \"$line $filename\".  With EXPR,\n"
 
1571
"    returns \"$line $subroutine $filename\"; this extra information\n"
 
1572
"    can be used to provide a stack trace.\n"
 
1573
"    \n"
 
1574
"    The value of EXPR indicates how many call frames to go back before the\n"
 
1575
"    current one; the top frame is frame 0."
 
1576
msgstr ""
 
1577
 
 
1578
#: builtins.c:334
 
1579
msgid ""
 
1580
"Change the current directory to DIR.  The variable $HOME is the\n"
 
1581
"    default DIR.  The variable CDPATH defines the search path for\n"
 
1582
"    the directory containing DIR.  Alternative directory names in CDPATH\n"
 
1583
"    are separated by a colon (:).  A null directory name is the same as\n"
 
1584
"    the current directory, i.e. `.'.  If DIR begins with a slash (/),\n"
 
1585
"    then CDPATH is not used.  If the directory is not found, and the\n"
 
1586
"    shell option `cdable_vars' is set, then try the word as a variable\n"
 
1587
"    name.  If that variable has a value, then cd to the value of that\n"
 
1588
"    variable.  The -P option says to use the physical directory structure\n"
 
1589
"    instead of following symbolic links; the -L option forces symbolic "
 
1590
"links\n"
 
1591
"    to be followed."
 
1592
msgstr ""
 
1593
 
 
1594
#: builtins.c:350
 
1595
msgid ""
 
1596
"Print the current working directory.  With the -P option, pwd prints\n"
 
1597
"    the physical directory, without any symbolic links; the -L option\n"
 
1598
"    makes pwd follow symbolic links."
 
1599
msgstr ""
 
1600
 
 
1601
#: builtins.c:358
 
1602
msgid "No effect; the command does nothing.  A zero exit code is returned."
 
1603
msgstr ""
 
1604
 
 
1605
#: builtins.c:364
 
1606
msgid "Return a successful result."
 
1607
msgstr ""
 
1608
 
 
1609
#: builtins.c:370
 
1610
msgid "Return an unsuccessful result."
 
1611
msgstr ""
 
1612
 
 
1613
#: builtins.c:376
 
1614
msgid ""
 
1615
"Runs COMMAND with ARGS ignoring shell functions.  If you have a shell\n"
 
1616
"    function called `ls', and you wish to call the command `ls', you can\n"
 
1617
"    say \"command ls\".  If the -p option is given, a default value is used\n"
 
1618
"    for PATH that is guaranteed to find all of the standard utilities.  If\n"
 
1619
"    the -V or -v option is given, a string is printed describing COMMAND.\n"
 
1620
"    The -V option produces a more verbose description."
 
1621
msgstr ""
 
1622
 
 
1623
#: builtins.c:387
 
1624
msgid ""
 
1625
"Declare variables and/or give them attributes.  If no NAMEs are\n"
 
1626
"    given, then display the values of variables instead.  The -p option\n"
 
1627
"    will display the attributes and values of each NAME.\n"
 
1628
"    \n"
 
1629
"    The flags are:\n"
 
1630
"    \n"
 
1631
"      -a\tto make NAMEs arrays (if supported)\n"
 
1632
"      -f\tto select from among function names only\n"
 
1633
"      -F\tto display function names (and line number and source file name "
 
1634
"if\n"
 
1635
"    \tdebugging) without definitions\n"
 
1636
"      -i\tto make NAMEs have the `integer' attribute\n"
 
1637
"      -r\tto make NAMEs readonly\n"
 
1638
"      -t\tto make NAMEs have the `trace' attribute\n"
 
1639
"      -x\tto make NAMEs export\n"
 
1640
"    \n"
 
1641
"    Variables with the integer attribute have arithmetic evaluation (see\n"
 
1642
"    `let') done when the variable is assigned to.\n"
 
1643
"    \n"
 
1644
"    When displaying values of variables, -f displays a function's name\n"
 
1645
"    and definition.  The -F option restricts the display to function\n"
 
1646
"    name only.\n"
 
1647
"    \n"
 
1648
"    Using `+' instead of `-' turns off the given attribute instead.  When\n"
 
1649
"    used in a function, makes NAMEs local, as with the `local' command."
 
1650
msgstr ""
 
1651
 
 
1652
#: builtins.c:416
 
1653
msgid "Obsolete.  See `declare'."
 
1654
msgstr ""
 
1655
 
 
1656
#: builtins.c:422
 
1657
msgid ""
 
1658
"Create a local variable called NAME, and give it VALUE.  LOCAL\n"
 
1659
"    can only be used within a function; it makes the variable NAME\n"
 
1660
"    have a visible scope restricted to that function and its children."
 
1661
msgstr ""
 
1662
 
 
1663
#: builtins.c:431
 
1664
msgid ""
 
1665
"Output the ARGs.  If -n is specified, the trailing newline is\n"
 
1666
"    suppressed.  If the -e option is given, interpretation of the\n"
 
1667
"    following backslash-escaped characters is turned on:\n"
 
1668
"    \t\\a\talert (bell)\n"
 
1669
"    \t\\b\tbackspace\n"
 
1670
"    \t\\c\tsuppress trailing newline\n"
 
1671
"    \t\\E\tescape character\n"
 
1672
"    \t\\f\tform feed\n"
 
1673
"    \t\\n\tnew line\n"
 
1674
"    \t\\r\tcarriage return\n"
 
1675
"    \t\\t\thorizontal tab\n"
 
1676
"    \t\\v\tvertical tab\n"
 
1677
"    \t\\\\\tbackslash\n"
 
1678
"    \t\\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
 
1679
"    \t\t0 to 3 octal digits\n"
 
1680
"    \n"
 
1681
"    You can explicitly turn off the interpretation of the above characters\n"
 
1682
"    with the -E option."
 
1683
msgstr ""
 
1684
 
 
1685
#: builtins.c:456
 
1686
msgid ""
 
1687
"Output the ARGs.  If -n is specified, the trailing newline is suppressed."
 
1688
msgstr ""
 
1689
 
 
1690
#: builtins.c:463
 
1691
msgid ""
 
1692
"Enable and disable builtin shell commands.  This allows\n"
 
1693
"    you to use a disk command which has the same name as a shell\n"
 
1694
"    builtin without specifying a full pathname.  If -n is used, the\n"
 
1695
"    NAMEs become disabled; otherwise NAMEs are enabled.  For example,\n"
 
1696
"    to use the `test' found in $PATH instead of the shell builtin\n"
 
1697
"    version, type `enable -n test'.  On systems supporting dynamic\n"
 
1698
"    loading, the -f option may be used to load new builtins from the\n"
 
1699
"    shared object FILENAME.  The -d option will delete a builtin\n"
 
1700
"    previously loaded with -f.  If no non-option names are given, or\n"
 
1701
"    the -p option is supplied, a list of builtins is printed.  The\n"
 
1702
"    -a option means to print every builtin with an indication of whether\n"
 
1703
"    or not it is enabled.  The -s option restricts the output to the "
 
1704
"POSIX.2\n"
 
1705
"    `special' builtins.  The -n option displays a list of all disabled "
 
1706
"builtins."
 
1707
msgstr ""
 
1708
 
 
1709
#: builtins.c:481
 
1710
msgid "Read ARGs as input to the shell and execute the resulting command(s)."
 
1711
msgstr ""
 
1712
 
 
1713
#: builtins.c:487
 
1714
msgid ""
 
1715
"Getopts is used by shell procedures to parse positional parameters.\n"
 
1716
"    \n"
 
1717
"    OPTSTRING contains the option letters to be recognized; if a letter\n"
 
1718
"    is followed by a colon, the option is expected to have an argument,\n"
 
1719
"    which should be separated from it by white space.\n"
 
1720
"    \n"
 
1721
"    Each time it is invoked, getopts will place the next option in the\n"
 
1722
"    shell variable $name, initializing name if it does not exist, and\n"
 
1723
"    the index of the next argument to be processed into the shell\n"
 
1724
"    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
 
1725
"    a shell script is invoked.  When an option requires an argument,\n"
 
1726
"    getopts places that argument into the shell variable OPTARG.\n"
 
1727
"    \n"
 
1728
"    getopts reports errors in one of two ways.  If the first character\n"
 
1729
"    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
 
1730
"    this mode, no error messages are printed.  If an invalid option is\n"
 
1731
"    seen, getopts places the option character found into OPTARG.  If a\n"
 
1732
"    required argument is not found, getopts places a ':' into NAME and\n"
 
1733
"    sets OPTARG to the option character found.  If getopts is not in\n"
 
1734
"    silent mode, and an invalid option is seen, getopts places '?' into\n"
 
1735
"    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
 
1736
"    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
 
1737
"    printed.\n"
 
1738
"    \n"
 
1739
"    If the shell variable OPTERR has the value 0, getopts disables the\n"
 
1740
"    printing of error messages, even if the first character of\n"
 
1741
"    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
 
1742
"    \n"
 
1743
"    Getopts normally parses the positional parameters ($0 - $9), but if\n"
 
1744
"    more arguments are given, they are parsed instead."
 
1745
msgstr ""
 
1746
 
 
1747
#: builtins.c:522
 
1748
msgid ""
 
1749
"Exec FILE, replacing this shell with the specified program.\n"
 
1750
"    If FILE is not specified, the redirections take effect in this\n"
 
1751
"    shell.  If the first argument is `-l', then place a dash in the\n"
 
1752
"    zeroth arg passed to FILE, as login does.  If the `-c' option\n"
 
1753
"    is supplied, FILE is executed with a null environment.  The `-a'\n"
 
1754
"    option means to make set argv[0] of the executed process to NAME.\n"
 
1755
"    If the file cannot be executed and the shell is not interactive,\n"
 
1756
"    then the shell exits, unless the shell option `execfail' is set."
 
1757
msgstr ""
 
1758
 
 
1759
#: builtins.c:535
 
1760
msgid ""
 
1761
"Exit the shell with a status of N.  If N is omitted, the exit status\n"
 
1762
"    is that of the last command executed."
 
1763
msgstr ""
 
1764
 
 
1765
#: builtins.c:542
 
1766
msgid "Logout of a login shell."
 
1767
msgstr ""
 
1768
 
 
1769
#: builtins.c:549
 
1770
msgid ""
 
1771
"fc is used to list or edit and re-execute commands from the history list.\n"
 
1772
"    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
 
1773
"    string, which means the most recent command beginning with that\n"
 
1774
"    string.\n"
 
1775
"    \n"
 
1776
"       -e ENAME selects which editor to use.  Default is FCEDIT, then "
 
1777
"EDITOR,\n"
 
1778
"          then vi.\n"
 
1779
"    \n"
 
1780
"       -l means list lines instead of editing.\n"
 
1781
"       -n means no line numbers listed.\n"
 
1782
"       -r means reverse the order of the lines (making it newest listed "
 
1783
"first).\n"
 
1784
"    \n"
 
1785
"    With the `fc -s [pat=rep ...] [command]' format, the command is\n"
 
1786
"    re-executed after the substitution OLD=NEW is performed.\n"
 
1787
"    \n"
 
1788
"    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
 
1789
"    runs the last command beginning with `cc' and typing `r' re-executes\n"
 
1790
"    the last command."
 
1791
msgstr ""
 
1792
 
 
1793
#: builtins.c:574
 
1794
msgid ""
 
1795
"Place JOB_SPEC in the foreground, and make it the current job.  If\n"
 
1796
"    JOB_SPEC is not present, the shell's notion of the current job is\n"
 
1797
"    used."
 
1798
msgstr ""
 
1799
 
 
1800
#: builtins.c:584
 
1801
msgid ""
 
1802
"Place each JOB_SPEC in the background, as if it had been started with\n"
 
1803
"    `&'.  If JOB_SPEC is not present, the shell's notion of the current\n"
 
1804
"    job is used."
 
1805
msgstr ""
 
1806
 
 
1807
#: builtins.c:593
 
1808
msgid ""
 
1809
"For each NAME, the full pathname of the command is determined and\n"
 
1810
"    remembered.  If the -p option is supplied, PATHNAME is used as the\n"
 
1811
"    full pathname of NAME, and no path search is performed.  The -r\n"
 
1812
"    option causes the shell to forget all remembered locations.  The -d\n"
 
1813
"    option causes the shell to forget the remembered location of each NAME.\n"
 
1814
"    If the -t option is supplied the full pathname to which each NAME\n"
 
1815
"    corresponds is printed.  If multiple NAME arguments are supplied with\n"
 
1816
"    -t, the NAME is printed before the hashed full pathname.  The -l option\n"
 
1817
"    causes output to be displayed in a format that may be reused as input.\n"
 
1818
"    If no arguments are given, information about remembered commands is "
 
1819
"displayed."
 
1820
msgstr ""
 
1821
 
 
1822
#: builtins.c:609
 
1823
msgid ""
 
1824
"Display helpful information about builtin commands.  If PATTERN is\n"
 
1825
"    specified, gives detailed help on all commands matching PATTERN,\n"
 
1826
"    otherwise a list of the builtins is printed.  The -s option\n"
 
1827
"    restricts the output for each builtin command matching PATTERN to\n"
 
1828
"    a short usage synopsis."
 
1829
msgstr ""
 
1830
 
 
1831
#: builtins.c:621
 
1832
msgid ""
 
1833
"Display the history list with line numbers.  Lines listed with\n"
 
1834
"    with a `*' have been modified.  Argument of N says to list only\n"
 
1835
"    the last N lines.  The `-c' option causes the history list to be\n"
 
1836
"    cleared by deleting all of the entries.  The `-d' option deletes\n"
 
1837
"    the history entry at offset OFFSET.  The `-w' option writes out the\n"
 
1838
"    current history to the history file;  `-r' means to read the file and\n"
 
1839
"    append the contents to the history list instead.  `-a' means\n"
 
1840
"    to append history lines from this session to the history file.\n"
 
1841
"    Argument `-n' means to read all history lines not already read\n"
 
1842
"    from the history file and append them to the history list.\n"
 
1843
"    \n"
 
1844
"    If FILENAME is given, then that is used as the history file else\n"
 
1845
"    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
 
1846
"    If the -s option is supplied, the non-option ARGs are appended to\n"
 
1847
"    the history list as a single entry.  The -p option means to perform\n"
 
1848
"    history expansion on each ARG and display the result, without storing\n"
 
1849
"    anything in the history list.\n"
 
1850
"    \n"
 
1851
"    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
 
1852
"    as a format string for strftime(3) to print the time stamp associated\n"
 
1853
"    with each displayed history entry.  No time stamps are printed otherwise."
 
1854
msgstr ""
 
1855
 
 
1856
#: builtins.c:649
 
1857
msgid ""
 
1858
"Lists the active jobs.  The -l option lists process id's in addition\n"
 
1859
"    to the normal information; the -p option lists process id's only.\n"
 
1860
"    If -n is given, only processes that have changed status since the last\n"
 
1861
"    notification are printed.  JOBSPEC restricts output to that job.  The\n"
 
1862
"    -r and -s options restrict output to running and stopped jobs only,\n"
 
1863
"    respectively.  Without options, the status of all active jobs is\n"
 
1864
"    printed.  If -x is given, COMMAND is run after all job specifications\n"
 
1865
"    that appear in ARGS have been replaced with the process ID of that "
 
1866
"job's\n"
 
1867
"    process group leader."
 
1868
msgstr ""
 
1869
 
 
1870
#: builtins.c:665
 
1871
msgid ""
 
1872
"By default, removes each JOBSPEC argument from the table of active jobs.\n"
 
1873
"    If the -h option is given, the job is not removed from the table, but "
 
1874
"is\n"
 
1875
"    marked so that SIGHUP is not sent to the job if the shell receives a\n"
 
1876
"    SIGHUP.  The -a option, when JOBSPEC is not supplied, means to remove "
 
1877
"all\n"
 
1878
"    jobs from the job table; the -r option means to remove only running jobs."
 
1879
msgstr ""
 
1880
 
 
1881
#: builtins.c:676
 
1882
msgid ""
 
1883
"Send the processes named by PID (or JOBSPEC) the signal SIGSPEC.  If\n"
 
1884
"    SIGSPEC is not present, then SIGTERM is assumed.  An argument of `-l'\n"
 
1885
"    lists the signal names; if arguments follow `-l' they are assumed to\n"
 
1886
"    be signal numbers for which names should be listed.  Kill is a shell\n"
 
1887
"    builtin for two reasons: it allows job IDs to be used instead of\n"
 
1888
"    process IDs, and, if you have reached the limit on processes that\n"
 
1889
"    you can create, you don't have to start a process to kill another one."
 
1890
msgstr ""
 
1891
 
 
1892
#: builtins.c:688
 
1893
msgid ""
 
1894
"Each ARG is an arithmetic expression to be evaluated.  Evaluation\n"
 
1895
"    is done in fixed-width integers with no check for overflow, though\n"
 
1896
"    division by 0 is trapped and flagged as an error.  The following\n"
 
1897
"    list of operators is grouped into levels of equal-precedence operators.\n"
 
1898
"    The levels are listed in order of decreasing precedence.\n"
 
1899
"    \n"
 
1900
"    \tid++, id--\tvariable post-increment, post-decrement\n"
 
1901
"    \t++id, --id\tvariable pre-increment, pre-decrement\n"
 
1902
"    \t-, +\t\tunary minus, plus\n"
 
1903
"    \t!, ~\t\tlogical and bitwise negation\n"
 
1904
"    \t**\t\texponentiation\n"
 
1905
"    \t*, /, %\t\tmultiplication, division, remainder\n"
 
1906
"    \t+, -\t\taddition, subtraction\n"
 
1907
"    \t<<, >>\t\tleft and right bitwise shifts\n"
 
1908
"    \t<=, >=, <, >\tcomparison\n"
 
1909
"    \t==, !=\t\tequality, inequality\n"
 
1910
"    \t&\t\tbitwise AND\n"
 
1911
"    \t^\t\tbitwise XOR\n"
 
1912
"    \t|\t\tbitwise OR\n"
 
1913
"    \t&&\t\tlogical AND\n"
 
1914
"    \t||\t\tlogical OR\n"
 
1915
"    \texpr ? expr : expr\n"
 
1916
"    \t\t\tconditional operator\n"
 
1917
"    \t=, *=, /=, %=,\n"
 
1918
"    \t+=, -=, <<=, >>=,\n"
 
1919
"    \t&=, ^=, |=\tassignment\n"
 
1920
"    \n"
 
1921
"    Shell variables are allowed as operands.  The name of the variable\n"
 
1922
"    is replaced by its value (coerced to a fixed-width integer) within\n"
 
1923
"    an expression.  The variable need not have its integer attribute\n"
 
1924
"    turned on to be used in an expression.\n"
 
1925
"    \n"
 
1926
"    Operators are evaluated in order of precedence.  Sub-expressions in\n"
 
1927
"    parentheses are evaluated first and may override the precedence\n"
 
1928
"    rules above.\n"
 
1929
"    \n"
 
1930
"    If the last ARG evaluates to 0, let returns 1; 0 is returned\n"
 
1931
"    otherwise."
 
1932
msgstr ""
 
1933
 
 
1934
#: builtins.c:731
 
1935
msgid ""
 
1936
"One line is read from the standard input, or from file descriptor FD if the\n"
 
1937
"    -u option is supplied, and the first word is assigned to the first "
 
1938
"NAME,\n"
 
1939
"    the second word to the second NAME, and so on, with leftover words "
 
1940
"assigned\n"
 
1941
"    to the last NAME.  Only the characters found in $IFS are recognized as "
 
1942
"word\n"
 
1943
"    delimiters.  If no NAMEs are supplied, the line read is stored in the "
 
1944
"REPLY\n"
 
1945
"    variable.  If the -r option is given, this signifies `raw' input, and\n"
 
1946
"    backslash escaping is disabled.  The -d option causes read to continue\n"
 
1947
"    until the first character of DELIM is read, rather than newline.  If the "
 
1948
"-p\n"
 
1949
"    option is supplied, the string PROMPT is output without a trailing "
 
1950
"newline\n"
 
1951
"    before attempting to read.  If -a is supplied, the words read are "
 
1952
"assigned\n"
 
1953
"    to sequential indices of ARRAY, starting at zero.  If -e is supplied "
 
1954
"and\n"
 
1955
"    the shell is interactive, readline is used to obtain the line.  If -n "
 
1956
"is\n"
 
1957
"    supplied with a non-zero NCHARS argument, read returns after NCHARS\n"
 
1958
"    characters have been read.  The -s option causes input coming from a\n"
 
1959
"    terminal to not be echoed.\n"
 
1960
"    \n"
 
1961
"    The -t option causes read to time out and return failure if a complete "
 
1962
"line\n"
 
1963
"    of input is not read within TIMEOUT seconds.  If the TMOUT variable is "
 
1964
"set,\n"
 
1965
"    its value is the default timeout.  The return code is zero, unless end-"
 
1966
"of-file\n"
 
1967
"    is encountered, read times out, or an invalid file descriptor is "
 
1968
"supplied as\n"
 
1969
"    the argument to -u."
 
1970
msgstr ""
 
1971
 
 
1972
#: builtins.c:757
 
1973
msgid ""
 
1974
"Causes a function to exit with the return value specified by N.  If N\n"
 
1975
"    is omitted, the return status is that of the last command."
 
1976
msgstr ""
 
1977
 
 
1978
#: builtins.c:764
 
1979
msgid ""
 
1980
"    -a  Mark variables which are modified or created for export.\n"
 
1981
"        -b  Notify of job termination immediately.\n"
 
1982
"        -e  Exit immediately if a command exits with a non-zero status.\n"
 
1983
"        -f  Disable file name generation (globbing).\n"
 
1984
"        -h  Remember the location of commands as they are looked up.\n"
 
1985
"        -k  All assignment arguments are placed in the environment for a\n"
 
1986
"            command, not just those that precede the command name.\n"
 
1987
"        -m  Job control is enabled.\n"
 
1988
"        -n  Read commands but do not execute them.\n"
 
1989
"        -o option-name\n"
 
1990
"            Set the variable corresponding to option-name:\n"
 
1991
"                allexport    same as -a\n"
 
1992
"                braceexpand  same as -B\n"
 
1993
"                emacs        use an emacs-style line editing interface\n"
 
1994
"                errexit      same as -e\n"
 
1995
"                errtrace     same as -E\n"
 
1996
"                functrace    same as -T\n"
 
1997
"                hashall      same as -h\n"
 
1998
"                histexpand   same as -H\n"
 
1999
"                history      enable command history\n"
 
2000
"                ignoreeof    the shell will not exit upon reading EOF\n"
 
2001
"                interactive-comments\n"
 
2002
"                             allow comments to appear in interactive "
 
2003
"commands\n"
 
2004
"                keyword      same as -k\n"
 
2005
"                monitor      same as -m\n"
 
2006
"                noclobber    same as -C\n"
 
2007
"                noexec       same as -n\n"
 
2008
"                noglob       same as -f\n"
 
2009
"                nolog        currently accepted but ignored\n"
 
2010
"                notify       same as -b\n"
 
2011
"                nounset      same as -u\n"
 
2012
"                onecmd       same as -t\n"
 
2013
"                physical     same as -P\n"
 
2014
"                pipefail     the return value of a pipeline is the status "
 
2015
"of\n"
 
2016
"                             the last command to exit with a non-zero "
 
2017
"status,\n"
 
2018
"                             or zero if no command exited with a non-zero "
 
2019
"status\n"
 
2020
"                posix        change the behavior of bash where the default\n"
 
2021
"                             operation differs from the 1003.2 standard to\n"
 
2022
"                             match the standard\n"
 
2023
"                privileged   same as -p\n"
 
2024
"                verbose      same as -v\n"
 
2025
"                vi           use a vi-style line editing interface\n"
 
2026
"                xtrace       same as -x\n"
 
2027
"        -p  Turned on whenever the real and effective user ids do not "
 
2028
"match.\n"
 
2029
"            Disables processing of the $ENV file and importing of shell\n"
 
2030
"            functions.  Turning this option off causes the effective uid "
 
2031
"and\n"
 
2032
"            gid to be set to the real uid and gid.\n"
 
2033
"        -t  Exit after reading and executing one command.\n"
 
2034
"        -u  Treat unset variables as an error when substituting.\n"
 
2035
"        -v  Print shell input lines as they are read.\n"
 
2036
"        -x  Print commands and their arguments as they are executed.\n"
 
2037
"        -B  the shell will perform brace expansion\n"
 
2038
"        -C  If set, disallow existing regular files to be overwritten\n"
 
2039
"            by redirection of output.\n"
 
2040
"        -E  If set, the ERR trap is inherited by shell functions.\n"
 
2041
"        -H  Enable ! style history substitution.  This flag is on\n"
 
2042
"            by default when the shell is interactive.\n"
 
2043
"        -P  If set, do not follow symbolic links when executing commands\n"
 
2044
"            such as cd which change the current directory.\n"
 
2045
"        -T  If set, the DEBUG trap is inherited by shell functions.\n"
 
2046
"        -   Assign any remaining arguments to the positional parameters.\n"
 
2047
"            The -x and -v options are turned off.\n"
 
2048
"    \n"
 
2049
"    Using + rather than - causes these flags to be turned off.  The\n"
 
2050
"    flags can also be used upon invocation of the shell.  The current\n"
 
2051
"    set of flags may be found in $-.  The remaining n ARGs are positional\n"
 
2052
"    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
 
2053
"    ARGs are given, all shell variables are printed."
 
2054
msgstr ""
 
2055
 
 
2056
#: builtins.c:837
 
2057
msgid ""
 
2058
"For each NAME, remove the corresponding variable or function.  Given\n"
 
2059
"    the `-v', unset will only act on variables.  Given the `-f' flag,\n"
 
2060
"    unset will only act on functions.  With neither flag, unset first\n"
 
2061
"    tries to unset a variable, and if that fails, then tries to unset a\n"
 
2062
"    function.  Some variables cannot be unset; also see readonly."
 
2063
msgstr ""
 
2064
 
 
2065
#: builtins.c:847
 
2066
msgid ""
 
2067
"NAMEs are marked for automatic export to the environment of\n"
 
2068
"    subsequently executed commands.  If the -f option is given,\n"
 
2069
"    the NAMEs refer to functions.  If no NAMEs are given, or if `-p'\n"
 
2070
"    is given, a list of all names that are exported in this shell is\n"
 
2071
"    printed.  An argument of `-n' says to remove the export property\n"
 
2072
"    from subsequent NAMEs.  An argument of `--' disables further option\n"
 
2073
"    processing."
 
2074
msgstr ""
 
2075
 
 
2076
#: builtins.c:859
 
2077
msgid ""
 
2078
"The given NAMEs are marked readonly and the values of these NAMEs may\n"
 
2079
"    not be changed by subsequent assignment.  If the -f option is given,\n"
 
2080
"    then functions corresponding to the NAMEs are so marked.  If no\n"
 
2081
"    arguments are given, or if `-p' is given, a list of all readonly names\n"
 
2082
"    is printed.  The `-a' option means to treat each NAME as\n"
 
2083
"    an array variable.  An argument of `--' disables further option\n"
 
2084
"    processing."
 
2085
msgstr ""
 
2086
 
 
2087
#: builtins.c:871
 
2088
msgid ""
 
2089
"The positional parameters from $N+1 ... are renamed to $1 ...  If N is\n"
 
2090
"    not given, it is assumed to be 1."
 
2091
msgstr ""
 
2092
 
 
2093
#: builtins.c:878 builtins.c:887
 
2094
msgid ""
 
2095
"Read and execute commands from FILENAME and return.  The pathnames\n"
 
2096
"    in $PATH are used to find the directory containing FILENAME.  If any\n"
 
2097
"    ARGUMENTS are supplied, they become the positional parameters when\n"
 
2098
"    FILENAME is executed."
 
2099
msgstr ""
 
2100
 
 
2101
#: builtins.c:897
 
2102
msgid ""
 
2103
"Suspend the execution of this shell until it receives a SIGCONT\n"
 
2104
"    signal.  The `-f' if specified says not to complain about this\n"
 
2105
"    being a login shell if it is; just suspend anyway."
 
2106
msgstr ""
 
2107
 
 
2108
#: builtins.c:906
 
2109
msgid ""
 
2110
"Exits with a status of 0 (true) or 1 (false) depending on\n"
 
2111
"    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
 
2112
"    expressions are often used to examine the status of a file.  There\n"
 
2113
"    are string operators as well, and numeric comparison operators.\n"
 
2114
"    \n"
 
2115
"    File operators:\n"
 
2116
"    \n"
 
2117
"        -a FILE        True if file exists.\n"
 
2118
"        -b FILE        True if file is block special.\n"
 
2119
"        -c FILE        True if file is character special.\n"
 
2120
"        -d FILE        True if file is a directory.\n"
 
2121
"        -e FILE        True if file exists.\n"
 
2122
"        -f FILE        True if file exists and is a regular file.\n"
 
2123
"        -g FILE        True if file is set-group-id.\n"
 
2124
"        -h FILE        True if file is a symbolic link.\n"
 
2125
"        -L FILE        True if file is a symbolic link.\n"
 
2126
"        -k FILE        True if file has its `sticky' bit set.\n"
 
2127
"        -p FILE        True if file is a named pipe.\n"
 
2128
"        -r FILE        True if file is readable by you.\n"
 
2129
"        -s FILE        True if file exists and is not empty.\n"
 
2130
"        -S FILE        True if file is a socket.\n"
 
2131
"        -t FD          True if FD is opened on a terminal.\n"
 
2132
"        -u FILE        True if the file is set-user-id.\n"
 
2133
"        -w FILE        True if the file is writable by you.\n"
 
2134
"        -x FILE        True if the file is executable by you.\n"
 
2135
"        -O FILE        True if the file is effectively owned by you.\n"
 
2136
"        -G FILE        True if the file is effectively owned by your group.\n"
 
2137
"        -N FILE        True if the file has been modified since it was last "
 
2138
"read.\n"
 
2139
"    \n"
 
2140
"      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
 
2141
"                       modification date).\n"
 
2142
"    \n"
 
2143
"      FILE1 -ot FILE2  True if file1 is older than file2.\n"
 
2144
"    \n"
 
2145
"      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
 
2146
"    \n"
 
2147
"    String operators:\n"
 
2148
"    \n"
 
2149
"        -z STRING      True if string is empty.\n"
 
2150
"    \n"
 
2151
"        -n STRING\n"
 
2152
"        STRING         True if string is not empty.\n"
 
2153
"    \n"
 
2154
"        STRING1 = STRING2\n"
 
2155
"                       True if the strings are equal.\n"
 
2156
"        STRING1 != STRING2\n"
 
2157
"                       True if the strings are not equal.\n"
 
2158
"        STRING1 < STRING2\n"
 
2159
"                       True if STRING1 sorts before STRING2 "
 
2160
"lexicographically.\n"
 
2161
"        STRING1 > STRING2\n"
 
2162
"                       True if STRING1 sorts after STRING2 "
 
2163
"lexicographically.\n"
 
2164
"    \n"
 
2165
"    Other operators:\n"
 
2166
"    \n"
 
2167
"        -o OPTION      True if the shell option OPTION is enabled.\n"
 
2168
"        ! EXPR         True if expr is false.\n"
 
2169
"        EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
 
2170
"        EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
 
2171
"    \n"
 
2172
"        arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
 
2173
"                       -lt, -le, -gt, or -ge.\n"
 
2174
"    \n"
 
2175
"    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
 
2176
"    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
 
2177
"    than ARG2."
 
2178
msgstr ""
 
2179
 
 
2180
#: builtins.c:976
 
2181
msgid ""
 
2182
"This is a synonym for the \"test\" builtin, but the last\n"
 
2183
"    argument must be a literal `]', to match the opening `['."
 
2184
msgstr ""
 
2185
 
 
2186
#: builtins.c:983
 
2187
msgid ""
 
2188
"Print the accumulated user and system times for processes run from\n"
 
2189
"    the shell."
 
2190
msgstr ""
 
2191
 
 
2192
#: builtins.c:990
 
2193
msgid ""
 
2194
"The command ARG is to be read and executed when the shell receives\n"
 
2195
"    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
 
2196
"    is supplied) or `-', each specified signal is reset to its original\n"
 
2197
"    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
 
2198
"    shell and by the commands it invokes.  If a SIGNAL_SPEC is EXIT (0)\n"
 
2199
"    the command ARG is executed on exit from the shell.  If a SIGNAL_SPEC\n"
 
2200
"    is DEBUG, ARG is executed after every simple command.  If the`-p' "
 
2201
"option\n"
 
2202
"    is supplied then the trap commands associated with each SIGNAL_SPEC are\n"
 
2203
"    displayed.  If no arguments are supplied or if only `-p' is given, trap\n"
 
2204
"    prints the list of commands associated with each signal.  Each "
 
2205
"SIGNAL_SPEC\n"
 
2206
"    is either a signal name in <signal.h> or a signal number.  Signal names\n"
 
2207
"    are case insensitive and the SIG prefix is optional.  `trap -l' prints\n"
 
2208
"    a list of signal names and their corresponding numbers.  Note that a\n"
 
2209
"    signal can be sent to the shell with \"kill -signal $$\"."
 
2210
msgstr ""
 
2211
 
 
2212
#: builtins.c:1009
 
2213
msgid ""
 
2214
"For each NAME, indicate how it would be interpreted if used as a\n"
 
2215
"    command name.\n"
 
2216
"    \n"
 
2217
"    If the -t option is used, `type' outputs a single word which is one of\n"
 
2218
"    `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n"
 
2219
"    alias, shell reserved word, shell function, shell builtin, disk file,\n"
 
2220
"    or unfound, respectively.\n"
 
2221
"    \n"
 
2222
"    If the -p flag is used, `type' either returns the name of the disk\n"
 
2223
"    file that would be executed, or nothing if `type -t NAME' would not\n"
 
2224
"    return `file'.\n"
 
2225
"    \n"
 
2226
"    If the -a flag is used, `type' displays all of the places that contain\n"
 
2227
"    an executable named `file'.  This includes aliases, builtins, and\n"
 
2228
"    functions, if and only if the -p flag is not also used.\n"
 
2229
"    \n"
 
2230
"    The -f flag suppresses shell function lookup.\n"
 
2231
"    \n"
 
2232
"    The -P flag forces a PATH search for each NAME, even if it is an alias,\n"
 
2233
"    builtin, or function, and returns the name of the disk file that would\n"
 
2234
"    be executed."
 
2235
msgstr ""
 
2236
 
 
2237
#: builtins.c:1036
 
2238
msgid ""
 
2239
"Ulimit provides control over the resources available to processes\n"
 
2240
"    started by the shell, on systems that allow such control.  If an\n"
 
2241
"    option is given, it is interpreted as follows:\n"
 
2242
"    \n"
 
2243
"        -S\tuse the `soft' resource limit\n"
 
2244
"        -H\tuse the `hard' resource limit\n"
 
2245
"        -a\tall current limits are reported\n"
 
2246
"        -c\tthe maximum size of core files created\n"
 
2247
"        -d\tthe maximum size of a process's data segment\n"
 
2248
"        -e\tthe maximum scheduling priority (`nice')\n"
 
2249
"        -f\tthe maximum size of files written by the shell and its children\n"
 
2250
"        -i\tthe maximum number of pending signals\n"
 
2251
"        -l\tthe maximum size a process may lock into memory\n"
 
2252
"        -m\tthe maximum resident set size\n"
 
2253
"        -n\tthe maximum number of open file descriptors\n"
 
2254
"        -p\tthe pipe buffer size\n"
 
2255
"        -q\tthe maximum number of bytes in POSIX message queues\n"
 
2256
"        -r\tthe maximum real-time scheduling priority\n"
 
2257
"        -s\tthe maximum stack size\n"
 
2258
"        -t\tthe maximum amount of cpu time in seconds\n"
 
2259
"        -u\tthe maximum number of user processes\n"
 
2260
"        -v\tthe size of virtual memory\n"
 
2261
"        -x\tthe maximum number of file locks\n"
 
2262
"    \n"
 
2263
"    If LIMIT is given, it is the new value of the specified resource;\n"
 
2264
"    the special LIMIT values `soft', `hard', and `unlimited' stand for\n"
 
2265
"    the current soft limit, the current hard limit, and no limit, "
 
2266
"respectively.\n"
 
2267
"    Otherwise, the current value of the specified resource is printed.\n"
 
2268
"    If no option is given, then -f is assumed.  Values are in 1024-byte\n"
 
2269
"    increments, except for -t, which is in seconds, -p, which is in\n"
 
2270
"    increments of 512 bytes, and -u, which is an unscaled number of\n"
 
2271
"    processes."
 
2272
msgstr ""
 
2273
 
 
2274
#: builtins.c:1074
 
2275
msgid ""
 
2276
"The user file-creation mask is set to MODE.  If MODE is omitted, or if\n"
 
2277
"    `-S' is supplied, the current value of the mask is printed.  The `-S'\n"
 
2278
"    option makes the output symbolic; otherwise an octal number is output.\n"
 
2279
"    If `-p' is supplied, and MODE is omitted, the output is in a form\n"
 
2280
"    that may be used as input.  If MODE begins with a digit, it is\n"
 
2281
"    interpreted as an octal number, otherwise it is a symbolic mode string\n"
 
2282
"    like that accepted by chmod(1)."
 
2283
msgstr ""
 
2284
 
 
2285
#: builtins.c:1087
 
2286
msgid ""
 
2287
"Wait for the specified process and report its termination status.  If\n"
 
2288
"    N is not given, all currently active child processes are waited for,\n"
 
2289
"    and the return code is zero.  N may be a process ID or a job\n"
 
2290
"    specification; if a job spec is given, all processes in the job's\n"
 
2291
"    pipeline are waited for."
 
2292
msgstr ""
 
2293
 
 
2294
#: builtins.c:1099
 
2295
msgid ""
 
2296
"Wait for the specified process and report its termination status.  If\n"
 
2297
"    N is not given, all currently active child processes are waited for,\n"
 
2298
"    and the return code is zero.  N is a process ID; if it is not given,\n"
 
2299
"    all child processes of the shell are waited for."
 
2300
msgstr ""
 
2301
 
 
2302
#: builtins.c:1109
 
2303
msgid ""
 
2304
"The `for' loop executes a sequence of commands for each member in a\n"
 
2305
"    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
 
2306
"    assumed.  For each element in WORDS, NAME is set to that element, and\n"
 
2307
"    the COMMANDS are executed."
 
2308
msgstr ""
 
2309
 
 
2310
#: builtins.c:1118
 
2311
msgid ""
 
2312
"Equivalent to\n"
 
2313
"    \t(( EXP1 ))\n"
 
2314
"    \twhile (( EXP2 )); do\n"
 
2315
"    \t\tCOMMANDS\n"
 
2316
"    \t\t(( EXP3 ))\n"
 
2317
"    \tdone\n"
 
2318
"    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
 
2319
"    omitted, it behaves as if it evaluates to 1."
 
2320
msgstr ""
 
2321
 
 
2322
#: builtins.c:1131
 
2323
msgid ""
 
2324
"The WORDS are expanded, generating a list of words.  The\n"
 
2325
"    set of expanded words is printed on the standard error, each\n"
 
2326
"    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
 
2327
"    is assumed.  The PS3 prompt is then displayed and a line read\n"
 
2328
"    from the standard input.  If the line consists of the number\n"
 
2329
"    corresponding to one of the displayed words, then NAME is set\n"
 
2330
"    to that word.  If the line is empty, WORDS and the prompt are\n"
 
2331
"    redisplayed.  If EOF is read, the command completes.  Any other\n"
 
2332
"    value read causes NAME to be set to null.  The line read is saved\n"
 
2333
"    in the variable REPLY.  COMMANDS are executed after each selection\n"
 
2334
"    until a break command is executed."
 
2335
msgstr ""
 
2336
 
 
2337
#: builtins.c:1147
 
2338
msgid ""
 
2339
"Execute PIPELINE and print a summary of the real time, user CPU time,\n"
 
2340
"    and system CPU time spent executing PIPELINE when it terminates.\n"
 
2341
"    The return status is the return status of PIPELINE.  The `-p' option\n"
 
2342
"    prints the timing summary in a slightly different format.  This uses\n"
 
2343
"    the value of the TIMEFORMAT variable as the output format."
 
2344
msgstr ""
 
2345
 
 
2346
#: builtins.c:1157
 
2347
msgid ""
 
2348
"Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
 
2349
"    `|' is used to separate multiple patterns."
 
2350
msgstr ""
 
2351
 
 
2352
#: builtins.c:1164
 
2353
msgid ""
 
2354
"The `if COMMANDS' list is executed.  If its exit status is zero, then the\n"
 
2355
"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
 
2356
"is\n"
 
2357
"    executed in turn, and if its exit status is zero, the corresponding\n"
 
2358
"    `then COMMANDS' list is executed and the if command completes.  "
 
2359
"Otherwise,\n"
 
2360
"    the `else COMMANDS' list is executed, if present.  The exit status of "
 
2361
"the\n"
 
2362
"    entire construct is the exit status of the last command executed, or "
 
2363
"zero\n"
 
2364
"    if no condition tested true."
 
2365
msgstr ""
 
2366
 
 
2367
#: builtins.c:1176
 
2368
msgid ""
 
2369
"Expand and execute COMMANDS as long as the final command in the\n"
 
2370
"    `while' COMMANDS has an exit status of zero."
 
2371
msgstr ""
 
2372
 
 
2373
#: builtins.c:1183
 
2374
msgid ""
 
2375
"Expand and execute COMMANDS as long as the final command in the\n"
 
2376
"    `until' COMMANDS has an exit status which is not zero."
 
2377
msgstr ""
 
2378
 
 
2379
#: builtins.c:1190
 
2380
msgid ""
 
2381
"Create a simple command invoked by NAME which runs COMMANDS.\n"
 
2382
"    Arguments on the command line along with NAME are passed to the\n"
 
2383
"    function as $0 .. $n."
 
2384
msgstr ""
 
2385
 
 
2386
#: builtins.c:1198
 
2387
msgid ""
 
2388
"Run a set of commands in a group.  This is one way to redirect an\n"
 
2389
"    entire set of commands."
 
2390
msgstr ""
 
2391
 
 
2392
#: builtins.c:1205
 
2393
msgid ""
 
2394
"Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
 
2395
"    stopped or background job.  JOB_SPEC can specify either a job name\n"
 
2396
"    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
 
2397
"    the background, as if the job specification had been supplied as an\n"
 
2398
"    argument to `bg'."
 
2399
msgstr ""
 
2400
 
 
2401
#: builtins.c:1215
 
2402
msgid ""
 
2403
"The EXPRESSION is evaluated according to the rules for arithmetic\n"
 
2404
"    evaluation.  Equivalent to \"let EXPRESSION\"."
 
2405
msgstr ""
 
2406
 
 
2407
#: builtins.c:1222
 
2408
msgid ""
 
2409
"Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
 
2410
"    expression EXPRESSION.  Expressions are composed of the same primaries "
 
2411
"used\n"
 
2412
"    by the `test' builtin, and may be combined using the following "
 
2413
"operators\n"
 
2414
"    \n"
 
2415
"    \t( EXPRESSION )\tReturns the value of EXPRESSION\n"
 
2416
"    \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n"
 
2417
"    \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
 
2418
"    \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
 
2419
"    \n"
 
2420
"    When the `==' and `!=' operators are used, the string to the right of "
 
2421
"the\n"
 
2422
"    operator is used as a pattern and pattern matching is performed.  The\n"
 
2423
"    && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
 
2424
"    determine the expression's value."
 
2425
msgstr ""
 
2426
 
 
2427
#: builtins.c:1240
 
2428
msgid ""
 
2429
"BASH_VERSION\tVersion information for this Bash.\n"
 
2430
"    CDPATH\tA colon-separated list of directories to search\n"
 
2431
"    \t\tfor directries given as arguments to `cd'.\n"
 
2432
"    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
 
2433
"    \t\tbe ignored by pathname expansion.\n"
 
2434
"    HISTFILE\tThe name of the file where your command history is stored.\n"
 
2435
"    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
 
2436
"    HISTSIZE\tThe maximum number of history lines that a running\n"
 
2437
"    \t\tshell can access.\n"
 
2438
"    HOME\tThe complete pathname to your login directory.\n"
 
2439
"    HOSTNAME\tThe name of the current host.\n"
 
2440
"    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
 
2441
"    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
 
2442
"    \t\tcharacter as the sole input.  If set, then the value\n"
 
2443
"    \t\tof it is the number of EOF characters that can be seen\n"
 
2444
"    \t\tin a row on an empty line before the shell will exit\n"
 
2445
"    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
 
2446
"    MACHTYPE\tA string describing the current system Bash is running on.\n"
 
2447
"    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
 
2448
"    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
 
2449
"    \t\tfor new mail.\n"
 
2450
"    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
 
2451
"    PATH\tA colon-separated list of directories to search when\n"
 
2452
"    \t\tlooking for commands.\n"
 
2453
"    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
 
2454
"    \t\tprimary prompt.\n"
 
2455
"    PS1\t\tThe primary prompt string.\n"
 
2456
"    PS2\t\tThe secondary prompt string.\n"
 
2457
"    PWD\t\tThe full pathname of the current directory.\n"
 
2458
"    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
 
2459
"    TERM\tThe name of the current terminal type.\n"
 
2460
"    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
 
2461
"    \t\t`time' reserved word.\n"
 
2462
"    auto_resume\tNon-null means a command word appearing on a line by\n"
 
2463
"    \t\titself is first looked for in the list of currently\n"
 
2464
"    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
 
2465
"    \t\tA value of `exact' means that the command word must\n"
 
2466
"    \t\texactly match a command in the list of stopped jobs.  A\n"
 
2467
"    \t\tvalue of `substring' means that the command word must\n"
 
2468
"    \t\tmatch a substring of the job.  Any other value means that\n"
 
2469
"    \t\tthe command must be a prefix of a stopped job.\n"
 
2470
"    histchars\tCharacters controlling history expansion and quick\n"
 
2471
"    \t\tsubstitution.  The first character is the history\n"
 
2472
"    \t\tsubstitution character, usually `!'.  The second is\n"
 
2473
"    \t\tthe `quick substitution' character, usually `^'.  The\n"
 
2474
"    \t\tthird is the `history comment' character, usually `#'.\n"
 
2475
"    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
 
2476
"    \t\tcommands should be saved on the history list.\n"
 
2477
msgstr ""
 
2478
 
 
2479
#: builtins.c:1295
 
2480
msgid ""
 
2481
"Adds a directory to the top of the directory stack, or rotates\n"
 
2482
"    the stack, making the new top of the stack the current working\n"
 
2483
"    directory.  With no arguments, exchanges the top two directories.\n"
 
2484
"    \n"
 
2485
"    +N\tRotates the stack so that the Nth directory (counting\n"
 
2486
"    \tfrom the left of the list shown by `dirs', starting with\n"
 
2487
"    \tzero) is at the top.\n"
 
2488
"    \n"
 
2489
"    -N\tRotates the stack so that the Nth directory (counting\n"
 
2490
"    \tfrom the right of the list shown by `dirs', starting with\n"
 
2491
"    \tzero) is at the top.\n"
 
2492
"    \n"
 
2493
"    -n\tsuppress the normal change of directory when adding directories\n"
 
2494
"    \tto the stack, so only the stack is manipulated.\n"
 
2495
"    \n"
 
2496
"    dir\tadds DIR to the directory stack at the top, making it the\n"
 
2497
"    \tnew current working directory.\n"
 
2498
"    \n"
 
2499
"    You can see the directory stack with the `dirs' command."
 
2500
msgstr ""
 
2501
 
 
2502
#: builtins.c:1321
 
2503
msgid ""
 
2504
"Removes entries from the directory stack.  With no arguments,\n"
 
2505
"    removes the top directory from the stack, and cd's to the new\n"
 
2506
"    top directory.\n"
 
2507
"    \n"
 
2508
"    +N\tremoves the Nth entry counting from the left of the list\n"
 
2509
"    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
 
2510
"    \tremoves the first directory, `popd +1' the second.\n"
 
2511
"    \n"
 
2512
"    -N\tremoves the Nth entry counting from the right of the list\n"
 
2513
"    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
 
2514
"    \tremoves the last directory, `popd -1' the next to last.\n"
 
2515
"    \n"
 
2516
"    -n\tsuppress the normal change of directory when removing directories\n"
 
2517
"    \tfrom the stack, so only the stack is manipulated.\n"
 
2518
"    \n"
 
2519
"    You can see the directory stack with the `dirs' command."
 
2520
msgstr ""
 
2521
 
 
2522
#: builtins.c:1344
 
2523
msgid ""
 
2524
"Display the list of currently remembered directories.  Directories\n"
 
2525
"    find their way onto the list with the `pushd' command; you can get\n"
 
2526
"    back up through the list with the `popd' command.\n"
 
2527
"    \n"
 
2528
"    The -l flag specifies that `dirs' should not print shorthand versions\n"
 
2529
"    of directories which are relative to your home directory.  This means\n"
 
2530
"    that `~/bin' might be displayed as `/homes/bfox/bin'.  The -v flag\n"
 
2531
"    causes `dirs' to print the directory stack with one entry per line,\n"
 
2532
"    prepending the directory name with its position in the stack.  The -p\n"
 
2533
"    flag does the same thing, but the stack position is not prepended.\n"
 
2534
"    The -c flag clears the directory stack by deleting all of the elements.\n"
 
2535
"    \n"
 
2536
"    +N\tdisplays the Nth entry counting from the left of the list shown by\n"
 
2537
"    \tdirs when invoked without options, starting with zero.\n"
 
2538
"    \n"
 
2539
"    -N\tdisplays the Nth entry counting from the right of the list shown by\n"
 
2540
"    \tdirs when invoked without options, starting with zero."
 
2541
msgstr ""
 
2542
 
 
2543
#: builtins.c:1367
 
2544
msgid ""
 
2545
"Toggle the values of variables controlling optional behavior.\n"
 
2546
"    The -s flag means to enable (set) each OPTNAME; the -u flag\n"
 
2547
"    unsets each OPTNAME.  The -q flag suppresses output; the exit\n"
 
2548
"    status indicates whether each OPTNAME is set or unset.  The -o\n"
 
2549
"    option restricts the OPTNAMEs to those defined for use with\n"
 
2550
"    `set -o'.  With no options, or with the -p option, a list of all\n"
 
2551
"    settable options is displayed, with an indication of whether or\n"
 
2552
"    not each is set."
 
2553
msgstr ""
 
2554
 
 
2555
#: builtins.c:1380
 
2556
msgid ""
 
2557
"printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n"
 
2558
"    is a character string which contains three types of objects: plain\n"
 
2559
"    characters, which are simply copied to standard output, character "
 
2560
"escape\n"
 
2561
"    sequences which are converted and copied to the standard output, and\n"
 
2562
"    format specifications, each of which causes printing of the next "
 
2563
"successive\n"
 
2564
"    argument.  In addition to the standard printf(1) formats, %b means to\n"
 
2565
"    expand backslash escape sequences in the corresponding argument, and %q\n"
 
2566
"    means to quote the argument in a way that can be reused as shell input.\n"
 
2567
"    If the -v option is supplied, the output is placed into the value of "
 
2568
"the\n"
 
2569
"    shell variable VAR rather than being sent to the standard output."
 
2570
msgstr ""
 
2571
 
 
2572
#: builtins.c:1396
 
2573
msgid ""
 
2574
"For each NAME, specify how arguments are to be completed.\n"
 
2575
"    If the -p option is supplied, or if no options are supplied, existing\n"
 
2576
"    completion specifications are printed in a way that allows them to be\n"
 
2577
"    reused as input.  The -r option removes a completion specification for\n"
 
2578
"    each NAME, or, if no NAMEs are supplied, all completion specifications."
 
2579
msgstr ""
 
2580
 
 
2581
#: builtins.c:1408
 
2582
msgid ""
 
2583
"Display the possible completions depending on the options.  Intended\n"
 
2584
"    to be used from within a shell function generating possible "
 
2585
"completions.\n"
 
2586
"    If the optional WORD argument is supplied, matches against WORD are\n"
 
2587
"    generated."
 
2588
msgstr ""