~ubuntu-branches/ubuntu/lucid/language-pack-zh-hans/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2010-02-21 18:26:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100221182612-e3rtt1w397854zz3
Tags: 1:10.04+20100220
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Chinese (China) 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: 2009-12-30 08:25-0500\n"
11
 
"PO-Revision-Date: 2008-07-07 13:44+0000\n"
12
 
"Last-Translator: gmagogsfm <Unknown>\n"
13
 
"Language-Team: Chinese (China) <zh_CN@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=1; plural=0;\n"
18
 
"X-Launchpad-Export-Date: 2010-02-13 23:00+0000\n"
19
 
"X-Generator: Launchpad (build Unknown)\n"
20
 
 
21
 
#: arrayfunc.c:50
22
 
msgid "bad array subscript"
23
 
msgstr "错误的数组下标"
24
 
 
25
 
#: arrayfunc.c:313 builtins/declare.def:481
26
 
#, c-format
27
 
msgid "%s: cannot convert indexed to associative array"
28
 
msgstr ""
29
 
 
30
 
#: arrayfunc.c:480
31
 
#, c-format
32
 
msgid "%s: invalid associative array key"
33
 
msgstr ""
34
 
 
35
 
#: arrayfunc.c:482
36
 
#, c-format
37
 
msgid "%s: cannot assign to non-numeric index"
38
 
msgstr "%s: 不能指定非数字索引"
39
 
 
40
 
#: arrayfunc.c:518
41
 
#, c-format
42
 
msgid "%s: %s: must use subscript when assigning associative array"
43
 
msgstr ""
44
 
 
45
 
#: bashhist.c:383
46
 
#, c-format
47
 
msgid "%s: cannot create: %s"
48
 
msgstr "%s: 无法创建: %s"
49
 
 
50
 
#: bashline.c:3457
51
 
msgid "bash_execute_unix_command: cannot find keymap for command"
52
 
msgstr "bash_execute_unix_command: 无法找到命令的键盘映射"
53
 
 
54
 
#: bashline.c:3543
55
 
#, c-format
56
 
msgid "%s: first non-whitespace character is not `\"'"
57
 
msgstr "%s: 第一个非空格字符不是“\"”"
58
 
 
59
 
#: bashline.c:3572
60
 
#, c-format
61
 
msgid "no closing `%c' in %s"
62
 
msgstr "%2$s中没有结束符 “%1$c”"
63
 
 
64
 
#: bashline.c:3606
65
 
#, c-format
66
 
msgid "%s: missing colon separator"
67
 
msgstr "%s: 缺少冒号分隔符"
68
 
 
69
 
#: builtins/alias.def:132
70
 
#, c-format
71
 
msgid "`%s': invalid alias name"
72
 
msgstr ""
73
 
 
74
 
#: builtins/bind.def:120 builtins/bind.def:123
75
 
msgid "line editing not enabled"
76
 
msgstr ""
77
 
 
78
 
#: builtins/bind.def:206
79
 
#, c-format
80
 
msgid "`%s': invalid keymap name"
81
 
msgstr "“%s”: 键盘映射名无效"
82
 
 
83
 
#: builtins/bind.def:245
84
 
#, c-format
85
 
msgid "%s: cannot read: %s"
86
 
msgstr "%s: 无法读取: %s"
87
 
 
88
 
#: builtins/bind.def:260
89
 
#, c-format
90
 
msgid "`%s': cannot unbind"
91
 
msgstr "“%s”: 无法取消绑定"
92
 
 
93
 
#: builtins/bind.def:295 builtins/bind.def:325
94
 
#, c-format
95
 
msgid "`%s': unknown function name"
96
 
msgstr "`%s':未知的函数名"
97
 
 
98
 
#: builtins/bind.def:303
99
 
#, c-format
100
 
msgid "%s is not bound to any keys.\n"
101
 
msgstr "%s 没有绑定到任何键上。\n"
102
 
 
103
 
#: builtins/bind.def:307
104
 
#, c-format
105
 
msgid "%s can be invoked via "
106
 
msgstr "请用  调用%s "
107
 
 
108
 
#: builtins/break.def:77 builtins/break.def:117
109
 
msgid "loop count"
110
 
msgstr ""
111
 
 
112
 
#: builtins/break.def:137
113
 
msgid "only meaningful in a `for', `while', or `until' loop"
114
 
msgstr "只在 “for”、“while” 或者 “until” 循环中有效"
115
 
 
116
 
#: builtins/caller.def:133
117
 
msgid ""
118
 
"Returns the context of the current subroutine call.\n"
119
 
"    \n"
120
 
"    Without EXPR, returns "
121
 
msgstr ""
122
 
 
123
 
#: builtins/caller.def:135
124
 
msgid ""
125
 
".  With EXPR, returns\n"
126
 
"    "
127
 
msgstr ""
128
 
 
129
 
#: builtins/caller.def:136
130
 
msgid ""
131
 
"; this extra information can be used to\n"
132
 
"    provide a stack trace.\n"
133
 
"    \n"
134
 
"    The value of EXPR indicates how many call frames to go back before the\n"
135
 
"    current one; the top frame is frame 0."
136
 
msgstr ""
137
 
 
138
 
#: builtins/cd.def:215
139
 
msgid "HOME not set"
140
 
msgstr "环境变量HOME未设置"
141
 
 
142
 
#: builtins/cd.def:227
143
 
msgid "OLDPWD not set"
144
 
msgstr "环境变量OLDPWD 未设置"
145
 
 
146
 
#: builtins/common.c:101
147
 
#, c-format
148
 
msgid "line %d: "
149
 
msgstr ""
150
 
 
151
 
#: builtins/common.c:139 error.c:261
152
 
#, c-format
153
 
msgid "warning: "
154
 
msgstr ""
155
 
 
156
 
#: builtins/common.c:153
157
 
#, c-format
158
 
msgid "%s: usage: "
159
 
msgstr ""
160
 
 
161
 
#: builtins/common.c:166 test.c:827
162
 
msgid "too many arguments"
163
 
msgstr "过多的参数"
164
 
 
165
 
#: builtins/common.c:191 shell.c:499 shell.c:782
166
 
#, c-format
167
 
msgid "%s: option requires an argument"
168
 
msgstr "%s: 该选项需要一个参数"
169
 
 
170
 
#: builtins/common.c:198
171
 
#, c-format
172
 
msgid "%s: numeric argument required"
173
 
msgstr "%s:该选项需要一个数值类型的参数"
174
 
 
175
 
#: builtins/common.c:205
176
 
#, c-format
177
 
msgid "%s: not found"
178
 
msgstr "%s: 未找到"
179
 
 
180
 
#: builtins/common.c:214 shell.c:795
181
 
#, c-format
182
 
msgid "%s: invalid option"
183
 
msgstr "%s: 无效的选项"
184
 
 
185
 
#: builtins/common.c:221
186
 
#, c-format
187
 
msgid "%s: invalid option name"
188
 
msgstr "%s: 无效的选项名称"
189
 
 
190
 
#: builtins/common.c:228 general.c:231 general.c:236
191
 
#, c-format
192
 
msgid "`%s': not a valid identifier"
193
 
msgstr "“%s”: 无效的标识符"
194
 
 
195
 
#: builtins/common.c:238
196
 
msgid "invalid octal number"
197
 
msgstr "无效的八进制数"
198
 
 
199
 
#: builtins/common.c:240
200
 
msgid "invalid hex number"
201
 
msgstr "无效的十六进制数"
202
 
 
203
 
#: builtins/common.c:242 expr.c:1256
204
 
msgid "invalid number"
205
 
msgstr "无效的数字"
206
 
 
207
 
#: builtins/common.c:250
208
 
#, c-format
209
 
msgid "%s: invalid signal specification"
210
 
msgstr "%s: 无效的信号格式"
211
 
 
212
 
#: builtins/common.c:257
213
 
#, c-format
214
 
msgid "`%s': not a pid or valid job spec"
215
 
msgstr "“%s”: 不是一个进程号或有效的任务指定"
216
 
 
217
 
#: builtins/common.c:264 error.c:454
218
 
#, c-format
219
 
msgid "%s: readonly variable"
220
 
msgstr "%s: 只读变量"
221
 
 
222
 
#: builtins/common.c:272
223
 
#, c-format
224
 
msgid "%s: %s out of range"
225
 
msgstr "%s: %s 超出范围"
226
 
 
227
 
#: builtins/common.c:272 builtins/common.c:274
228
 
msgid "argument"
229
 
msgstr "参数"
230
 
 
231
 
#: builtins/common.c:274
232
 
#, c-format
233
 
msgid "%s out of range"
234
 
msgstr "%s 超出范围"
235
 
 
236
 
#: builtins/common.c:282
237
 
#, c-format
238
 
msgid "%s: no such job"
239
 
msgstr "%s: 无此任务"
240
 
 
241
 
#: builtins/common.c:290
242
 
#, c-format
243
 
msgid "%s: no job control"
244
 
msgstr "%s: 没有任务控制"
245
 
 
246
 
#: builtins/common.c:292
247
 
msgid "no job control"
248
 
msgstr "没有任务控制"
249
 
 
250
 
#: builtins/common.c:302
251
 
#, c-format
252
 
msgid "%s: restricted"
253
 
msgstr "%s: 受限"
254
 
 
255
 
#: builtins/common.c:304
256
 
msgid "restricted"
257
 
msgstr "受限的"
258
 
 
259
 
#: builtins/common.c:312
260
 
#, c-format
261
 
msgid "%s: not a shell builtin"
262
 
msgstr "%s :不是一个shell内部命令"
263
 
 
264
 
#: builtins/common.c:321
265
 
#, c-format
266
 
msgid "write error: %s"
267
 
msgstr "写操作出错: %s"
268
 
 
269
 
#: builtins/common.c:329
270
 
#, c-format
271
 
msgid "error setting terminal attributes: %s"
272
 
msgstr "设置终端属性失败:%s"
273
 
 
274
 
#: builtins/common.c:331
275
 
#, c-format
276
 
msgid "error getting terminal attributes: %s"
277
 
msgstr "获取终端属性失败:%s"
278
 
 
279
 
#: builtins/common.c:563
280
 
#, c-format
281
 
msgid "%s: error retrieving current directory: %s: %s\n"
282
 
msgstr "%s: 获取当前目录时出错: %s: %s\n"
283
 
 
284
 
#: builtins/common.c:629 builtins/common.c:631
285
 
#, c-format
286
 
msgid "%s: ambiguous job spec"
287
 
msgstr "%s: 任务设定不明确"
288
 
 
289
 
#: builtins/complete.def:276
290
 
#, c-format
291
 
msgid "%s: invalid action name"
292
 
msgstr "%s: 无效的操作名称"
293
 
 
294
 
#: builtins/complete.def:449 builtins/complete.def:644
295
 
#: builtins/complete.def:853
296
 
#, c-format
297
 
msgid "%s: no completion specification"
298
 
msgstr "%s: 设定不完整"
299
 
 
300
 
#: builtins/complete.def:696
301
 
msgid "warning: -F option may not work as you expect"
302
 
msgstr "警告: -F 选项可能不能正常工作"
303
 
 
304
 
#: builtins/complete.def:698
305
 
msgid "warning: -C option may not work as you expect"
306
 
msgstr "警告: -C 选项可能不能正常工作"
307
 
 
308
 
#: builtins/complete.def:826
309
 
msgid "not currently executing completion function"
310
 
msgstr ""
311
 
 
312
 
#: builtins/declare.def:122
313
 
msgid "can only be used in a function"
314
 
msgstr "只能用在函数中"
315
 
 
316
 
#: builtins/declare.def:360
317
 
msgid "cannot use `-f' to make functions"
318
 
msgstr "不能使用 “-f”选项 来生成函数"
319
 
 
320
 
#: builtins/declare.def:372 execute_cmd.c:4937
321
 
#, c-format
322
 
msgid "%s: readonly function"
323
 
msgstr "%s: 这是个只读函数"
324
 
 
325
 
#: builtins/declare.def:468
326
 
#, c-format
327
 
msgid "%s: cannot destroy array variables in this way"
328
 
msgstr "%s: 无法通过这种方法销毁数组变量"
329
 
 
330
 
#: builtins/declare.def:475
331
 
#, c-format
332
 
msgid "%s: cannot convert associative to indexed array"
333
 
msgstr ""
334
 
 
335
 
#: builtins/enable.def:137 builtins/enable.def:145
336
 
msgid "dynamic loading not available"
337
 
msgstr "动态加载不可用"
338
 
 
339
 
#: builtins/enable.def:312
340
 
#, c-format
341
 
msgid "cannot open shared object %s: %s"
342
 
msgstr "无法打开共享对象 %s: %s"
343
 
 
344
 
#: builtins/enable.def:335
345
 
#, c-format
346
 
msgid "cannot find %s in shared object %s: %s"
347
 
msgstr "无法找到 %s 于共享对象 %s:%s"
348
 
 
349
 
#: builtins/enable.def:459
350
 
#, c-format
351
 
msgid "%s: not dynamically loaded"
352
 
msgstr "%s: 没用成功动态加载"
353
 
 
354
 
#: builtins/enable.def:474
355
 
#, c-format
356
 
msgid "%s: cannot delete: %s"
357
 
msgstr "%s: 无法删除: %s"
358
 
 
359
 
#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
360
 
#: shell.c:1452
361
 
#, c-format
362
 
msgid "%s: is a directory"
363
 
msgstr "%s: 是一个目录"
364
 
 
365
 
#: builtins/evalfile.c:139
366
 
#, c-format
367
 
msgid "%s: not a regular file"
368
 
msgstr "%s: 不是一个常规普通文件"
369
 
 
370
 
#: builtins/evalfile.c:147
371
 
#, c-format
372
 
msgid "%s: file is too large"
373
 
msgstr "%s: 文件过大"
374
 
 
375
 
#: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
376
 
#: shell.c:1462
377
 
#, c-format
378
 
msgid "%s: cannot execute binary file"
379
 
msgstr "%s:无法执行二进制文件"
380
 
 
381
 
#: builtins/exec.def:212
382
 
#, c-format
383
 
msgid "%s: cannot execute: %s"
384
 
msgstr "%s: 无法执行: %s"
385
 
 
386
 
#: builtins/exit.def:65
387
 
#, c-format
388
 
msgid "logout\n"
389
 
msgstr ""
390
 
 
391
 
#: builtins/exit.def:88
392
 
msgid "not login shell: use `exit'"
393
 
msgstr "不是登陆 shell: 请使用 “exit”"
394
 
 
395
 
#: builtins/exit.def:120
396
 
#, c-format
397
 
msgid "There are stopped jobs.\n"
398
 
msgstr "有停止的任务存在\n"
399
 
 
400
 
#: builtins/exit.def:122
401
 
#, c-format
402
 
msgid "There are running jobs.\n"
403
 
msgstr ""
404
 
 
405
 
#: builtins/fc.def:262
406
 
msgid "no command found"
407
 
msgstr "找不到命令"
408
 
 
409
 
#: builtins/fc.def:349
410
 
msgid "history specification"
411
 
msgstr "历史信息规格"
412
 
 
413
 
#: builtins/fc.def:370
414
 
#, c-format
415
 
msgid "%s: cannot open temp file: %s"
416
 
msgstr "%s: 无法打开临时文件: %s"
417
 
 
418
 
#: builtins/fg_bg.def:149 builtins/jobs.def:282
419
 
msgid "current"
420
 
msgstr ""
421
 
 
422
 
#: builtins/fg_bg.def:158
423
 
#, c-format
424
 
msgid "job %d started without job control"
425
 
msgstr "任务 %d 在没有任务控制的情况下启动"
426
 
 
427
 
#: builtins/getopt.c:110
428
 
#, c-format
429
 
msgid "%s: illegal option -- %c\n"
430
 
msgstr "%s: 非法选项 --%c\n"
431
 
 
432
 
#: builtins/getopt.c:111
433
 
#, c-format
434
 
msgid "%s: option requires an argument -- %c\n"
435
 
msgstr "%s: 选项需要参数 -- %c\n"
436
 
 
437
 
#: builtins/hash.def:92
438
 
msgid "hashing disabled"
439
 
msgstr "哈希方式已被禁用"
440
 
 
441
 
#: builtins/hash.def:138
442
 
#, c-format
443
 
msgid "%s: hash table empty\n"
444
 
msgstr "%s:空哈希表\n"
445
 
 
446
 
#: builtins/hash.def:244
447
 
#, c-format
448
 
msgid "hits\tcommand\n"
449
 
msgstr ""
450
 
 
451
 
#: builtins/help.def:130
452
 
#, c-format
453
 
msgid "Shell commands matching keyword `"
454
 
msgid_plural "Shell commands matching keywords `"
455
 
msgstr[0] ""
456
 
msgstr[1] ""
457
 
 
458
 
#: builtins/help.def:168
459
 
#, c-format
460
 
msgid ""
461
 
"no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
462
 
msgstr "没有匹配 “%s” 的帮助主题。尝试 “help help” 或者 “man -k %s” 或 “info %s”。"
463
 
 
464
 
#: builtins/help.def:185
465
 
#, c-format
466
 
msgid "%s: cannot open: %s"
467
 
msgstr "%s: 无法打开: %s"
468
 
 
469
 
#: builtins/help.def:337
470
 
#, c-format
471
 
msgid ""
472
 
"These shell commands are defined internally.  Type `help' to see this list.\n"
473
 
"Type `help name' to find out more about the function `name'.\n"
474
 
"Use `info bash' to find out more about the shell in general.\n"
475
 
"Use `man -k' or `info' to find out more about commands not in this list.\n"
476
 
"\n"
477
 
"A star (*) next to a name means that the command is disabled.\n"
478
 
"\n"
479
 
msgstr ""
480
 
"shell 的命令是内置定义的,输入 “help” 可以看到这个列表。\n"
481
 
"输入“help name” 来查找关于 “name”命令功能的更多信息。\n"
482
 
"输入 “info bash” 来查看关于 shell 的更多信息。\n"
483
 
"输入 “man -k” 或者 “info” 来查看没有列在这个列表中的命令的信息。\n"
484
 
"带有星号(*)的命令是被禁止的。\n"
485
 
"\n"
486
 
 
487
 
#: builtins/history.def:154
488
 
msgid "cannot use more than one of -anrw"
489
 
msgstr "-anrw 这些选项仅能使用其中一个"
490
 
 
491
 
#: builtins/history.def:186
492
 
msgid "history position"
493
 
msgstr "历史记录位置"
494
 
 
495
 
#: builtins/history.def:365
496
 
#, c-format
497
 
msgid "%s: history expansion failed"
498
 
msgstr "%s: 历史记录扩充失败"
499
 
 
500
 
#: builtins/inlib.def:71
501
 
#, c-format
502
 
msgid "%s: inlib failed"
503
 
msgstr ""
504
 
 
505
 
#: builtins/jobs.def:109
506
 
msgid "no other options allowed with `-x'"
507
 
msgstr "-x 选项不可以和其他选项并用"
508
 
 
509
 
#: builtins/kill.def:200
510
 
#, c-format
511
 
msgid "%s: arguments must be process or job IDs"
512
 
msgstr "%s: 参数必须是进程号或任务号"
513
 
 
514
 
#: builtins/kill.def:263
515
 
msgid "Unknown error"
516
 
msgstr "未知错误"
517
 
 
518
 
#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
519
 
msgid "expression expected"
520
 
msgstr "需要表达式"
521
 
 
522
 
#: builtins/mapfile.def:165
523
 
#, c-format
524
 
msgid "%s: not an indexed array"
525
 
msgstr ""
526
 
 
527
 
#: builtins/mapfile.def:249 builtins/read.def:279
528
 
#, c-format
529
 
msgid "%s: invalid file descriptor specification"
530
 
msgstr "%s:指定了无效的文件描述符"
531
 
 
532
 
#: builtins/mapfile.def:257 builtins/read.def:286
533
 
#, c-format
534
 
msgid "%d: invalid file descriptor: %s"
535
 
msgstr "%d:无效的文件描述符:%s"
536
 
 
537
 
#: builtins/mapfile.def:266 builtins/mapfile.def:304
538
 
#, c-format
539
 
msgid "%s: invalid line count"
540
 
msgstr ""
541
 
 
542
 
#: builtins/mapfile.def:277
543
 
#, c-format
544
 
msgid "%s: invalid array origin"
545
 
msgstr ""
546
 
 
547
 
#: builtins/mapfile.def:294
548
 
#, c-format
549
 
msgid "%s: invalid callback quantum"
550
 
msgstr ""
551
 
 
552
 
#: builtins/mapfile.def:326
553
 
msgid "empty array variable name"
554
 
msgstr ""
555
 
 
556
 
#: builtins/mapfile.def:347
557
 
msgid "array variable support required"
558
 
msgstr ""
559
 
 
560
 
#: builtins/printf.def:374
561
 
#, c-format
562
 
msgid "`%s': missing format character"
563
 
msgstr "“%s”: 缺少格式字符"
564
 
 
565
 
#: builtins/printf.def:551
566
 
#, c-format
567
 
msgid "`%c': invalid format character"
568
 
msgstr "“%c”: 无效的格式字符"
569
 
 
570
 
#: builtins/printf.def:578
571
 
#, c-format
572
 
msgid "warning: %s: %s"
573
 
msgstr ""
574
 
 
575
 
#: builtins/printf.def:757
576
 
msgid "missing hex digit for \\x"
577
 
msgstr "\\x 参数后缺少十六进制字符"
578
 
 
579
 
#: builtins/pushd.def:195
580
 
msgid "no other directory"
581
 
msgstr "没有其他的目录"
582
 
 
583
 
#: builtins/pushd.def:462
584
 
msgid "<no current directory>"
585
 
msgstr "<没有当前目录>"
586
 
 
587
 
#: builtins/pushd.def:506
588
 
msgid "directory stack empty"
589
 
msgstr ""
590
 
 
591
 
#: builtins/pushd.def:508
592
 
msgid "directory stack index"
593
 
msgstr ""
594
 
 
595
 
#: builtins/pushd.def:683
596
 
msgid ""
597
 
"Display the list of currently remembered directories.  Directories\n"
598
 
"    find their way onto the list with the `pushd' command; you can get\n"
599
 
"    back up through the list with the `popd' command.\n"
600
 
"    \n"
601
 
"    Options:\n"
602
 
"      -c\tclear the directory stack by deleting all of the elements\n"
603
 
"      -l\tdo not print tilde-prefixed versions of directories relative\n"
604
 
"    \tto your home directory\n"
605
 
"      -p\tprint the directory stack with one entry per line\n"
606
 
"      -v\tprint the directory stack with one entry per line prefixed\n"
607
 
"    \twith its position in the stack\n"
608
 
"    \n"
609
 
"    Arguments:\n"
610
 
"      +N\tDisplays the Nth entry counting from the left of the list shown "
611
 
"by\n"
612
 
"    \tdirs when invoked without options, starting with zero.\n"
613
 
"    \n"
614
 
"      -N\tDisplays the Nth entry counting from the right of the list shown "
615
 
"by\n"
616
 
"\tdirs when invoked without options, starting with zero."
617
 
msgstr ""
618
 
 
619
 
#: builtins/pushd.def:705
620
 
msgid ""
621
 
"Adds a directory to the top of the directory stack, or rotates\n"
622
 
"    the stack, making the new top of the stack the current working\n"
623
 
"    directory.  With no arguments, exchanges the top two directories.\n"
624
 
"    \n"
625
 
"    Options:\n"
626
 
"      -n\tSuppresses the normal change of directory when adding\n"
627
 
"    \tdirectories to the stack, so only the stack is manipulated.\n"
628
 
"    \n"
629
 
"    Arguments:\n"
630
 
"      +N\tRotates the stack so that the Nth directory (counting\n"
631
 
"    \tfrom the left of the list shown by `dirs', starting with\n"
632
 
"    \tzero) is at the top.\n"
633
 
"    \n"
634
 
"      -N\tRotates the stack so that the Nth directory (counting\n"
635
 
"    \tfrom the right of the list shown by `dirs', starting with\n"
636
 
"    \tzero) is at the top.\n"
637
 
"    \n"
638
 
"      dir\tAdds DIR to the directory stack at the top, making it the\n"
639
 
"    \tnew current working directory.\n"
640
 
"    \n"
641
 
"    The `dirs' builtin displays the directory stack."
642
 
msgstr ""
643
 
 
644
 
#: builtins/pushd.def:730
645
 
msgid ""
646
 
"Removes entries from the directory stack.  With no arguments, removes\n"
647
 
"    the top directory from the stack, and changes to the new top directory.\n"
648
 
"    \n"
649
 
"    Options:\n"
650
 
"      -n\tSuppresses the normal change of directory when removing\n"
651
 
"    \tdirectories from the stack, so only the stack is manipulated.\n"
652
 
"    \n"
653
 
"    Arguments:\n"
654
 
"      +N\tRemoves the Nth entry counting from the left of the list\n"
655
 
"    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
656
 
"    \tremoves the first directory, `popd +1' the second.\n"
657
 
"    \n"
658
 
"      -N\tRemoves the Nth entry counting from the right of the list\n"
659
 
"    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
660
 
"    \tremoves the last directory, `popd -1' the next to last.\n"
661
 
"    \n"
662
 
"    The `dirs' builtin displays the directory stack."
663
 
msgstr ""
664
 
 
665
 
#: builtins/read.def:252
666
 
#, c-format
667
 
msgid "%s: invalid timeout specification"
668
 
msgstr "%s:指定了无效的超时值"
669
 
 
670
 
#: builtins/read.def:588
671
 
#, c-format
672
 
msgid "read error: %d: %s"
673
 
msgstr "读错误:%d:%s"
674
 
 
675
 
#: builtins/return.def:73
676
 
msgid "can only `return' from a function or sourced script"
677
 
msgstr "只能从函数或来源脚本中取得“return”返回值"
678
 
 
679
 
#: builtins/set.def:768
680
 
msgid "cannot simultaneously unset a function and a variable"
681
 
msgstr "无法同时重置一个函数和一个变量"
682
 
 
683
 
#: builtins/set.def:805
684
 
#, c-format
685
 
msgid "%s: cannot unset"
686
 
msgstr "%s:无法重置"
687
 
 
688
 
#: builtins/set.def:812
689
 
#, c-format
690
 
msgid "%s: cannot unset: readonly %s"
691
 
msgstr "%s:无法重置:只读的 %s"
692
 
 
693
 
#: builtins/set.def:823
694
 
#, c-format
695
 
msgid "%s: not an array variable"
696
 
msgstr "%s:不是一个数组变量"
697
 
 
698
 
#: builtins/setattr.def:186
699
 
#, c-format
700
 
msgid "%s: not a function"
701
 
msgstr "%s:不是一个函数"
702
 
 
703
 
#: builtins/shift.def:71 builtins/shift.def:77
704
 
msgid "shift count"
705
 
msgstr "shift 计数"
706
 
 
707
 
#: builtins/shopt.def:260
708
 
msgid "cannot set and unset shell options simultaneously"
709
 
msgstr "无法同时设置并重置 shell 选项"
710
 
 
711
 
#: builtins/shopt.def:325
712
 
#, c-format
713
 
msgid "%s: invalid shell option name"
714
 
msgstr "%s:无效的 shell 选项名称"
715
 
 
716
 
#: builtins/source.def:128
717
 
msgid "filename argument required"
718
 
msgstr "此处需要文件名作参数"
719
 
 
720
 
#: builtins/source.def:153
721
 
#, c-format
722
 
msgid "%s: file not found"
723
 
msgstr "%s:文件未找到"
724
 
 
725
 
#: builtins/suspend.def:101
726
 
msgid "cannot suspend"
727
 
msgstr "无法挂起"
728
 
 
729
 
#: builtins/suspend.def:111
730
 
msgid "cannot suspend a login shell"
731
 
msgstr "无法挂起一个登录 shell"
732
 
 
733
 
#: builtins/type.def:234
734
 
#, c-format
735
 
msgid "%s is aliased to `%s'\n"
736
 
msgstr "%s 已被别名为“%s”\n"
737
 
 
738
 
#: builtins/type.def:255
739
 
#, c-format
740
 
msgid "%s is a shell keyword\n"
741
 
msgstr "%s 是一个 shell 关键词\n"
742
 
 
743
 
#: builtins/type.def:274
744
 
#, c-format
745
 
msgid "%s is a function\n"
746
 
msgstr "%s 是一个函数\n"
747
 
 
748
 
#: builtins/type.def:296
749
 
#, c-format
750
 
msgid "%s is a shell builtin\n"
751
 
msgstr "%s 是一个 shell 内部命令\n"
752
 
 
753
 
#: builtins/type.def:317 builtins/type.def:391
754
 
#, c-format
755
 
msgid "%s is %s\n"
756
 
msgstr "%s 是 %s\n"
757
 
 
758
 
#: builtins/type.def:337
759
 
#, c-format
760
 
msgid "%s is hashed (%s)\n"
761
 
msgstr "%s 已经被散列 (%s)\n"
762
 
 
763
 
#: builtins/ulimit.def:372
764
 
#, c-format
765
 
msgid "%s: invalid limit argument"
766
 
msgstr "%s:无效的限制参数"
767
 
 
768
 
#: builtins/ulimit.def:398
769
 
#, c-format
770
 
msgid "`%c': bad command"
771
 
msgstr "“%c”:错误的命令"
772
 
 
773
 
#: builtins/ulimit.def:427
774
 
#, c-format
775
 
msgid "%s: cannot get limit: %s"
776
 
msgstr "%s:无法获取限制值:%s"
777
 
 
778
 
#: builtins/ulimit.def:453
779
 
msgid "limit"
780
 
msgstr ""
781
 
 
782
 
#: builtins/ulimit.def:465 builtins/ulimit.def:765
783
 
#, c-format
784
 
msgid "%s: cannot modify limit: %s"
785
 
msgstr "%s:无法修改限制:%s"
786
 
 
787
 
#: builtins/umask.def:118
788
 
msgid "octal number"
789
 
msgstr "八进制数"
790
 
 
791
 
#: builtins/umask.def:231
792
 
#, c-format
793
 
msgid "`%c': invalid symbolic mode operator"
794
 
msgstr "“%c”:无效的符号模式操作符"
795
 
 
796
 
#: builtins/umask.def:286
797
 
#, c-format
798
 
msgid "`%c': invalid symbolic mode character"
799
 
msgstr "“%c”:无效的符号模式字符"
800
 
 
801
 
#: error.c:90 error.c:321 error.c:323 error.c:325
802
 
msgid " line "
803
 
msgstr ""
804
 
 
805
 
#: error.c:165
806
 
#, c-format
807
 
msgid "last command: %s\n"
808
 
msgstr "最近的命令:%s\n"
809
 
 
810
 
#: error.c:173
811
 
#, c-format
812
 
msgid "Aborting..."
813
 
msgstr "已中止…"
814
 
 
815
 
#: error.c:406
816
 
msgid "unknown command error"
817
 
msgstr "未知的命令错误"
818
 
 
819
 
#: error.c:407
820
 
msgid "bad command type"
821
 
msgstr "损坏的命令类型"
822
 
 
823
 
#: error.c:408
824
 
msgid "bad connector"
825
 
msgstr "损坏的连接器"
826
 
 
827
 
#: error.c:409
828
 
msgid "bad jump"
829
 
msgstr "错误的跳转"
830
 
 
831
 
#: error.c:447
832
 
#, c-format
833
 
msgid "%s: unbound variable"
834
 
msgstr "%s:未绑定的变量"
835
 
 
836
 
#: eval.c:181
837
 
#, c-format
838
 
msgid "timed out waiting for input: auto-logout\n"
839
 
msgstr "等待输入超时:自动登出\n"
840
 
 
841
 
#: execute_cmd.c:497
842
 
#, c-format
843
 
msgid "cannot redirect standard input from /dev/null: %s"
844
 
msgstr "无法从 /dev/null 重定向到标准输入:%s"
845
 
 
846
 
#: execute_cmd.c:1162
847
 
#, c-format
848
 
msgid "TIMEFORMAT: `%c': invalid format character"
849
 
msgstr "时间格式:%c:无效的格式字符"
850
 
 
851
 
#: execute_cmd.c:2075
852
 
msgid "pipe error"
853
 
msgstr ""
854
 
 
855
 
#: execute_cmd.c:4481
856
 
#, c-format
857
 
msgid "%s: restricted: cannot specify `/' in command names"
858
 
msgstr "%s:受限格式:命令中不能包含“/”"
859
 
 
860
 
#: execute_cmd.c:4572
861
 
#, c-format
862
 
msgid "%s: command not found"
863
 
msgstr "%s:找不到命令"
864
 
 
865
 
#: execute_cmd.c:4827
866
 
#, c-format
867
 
msgid "%s: %s: bad interpreter"
868
 
msgstr "%s:%s:损坏的解释器"
869
 
 
870
 
#: execute_cmd.c:4976
871
 
#, c-format
872
 
msgid "cannot duplicate fd %d to fd %d"
873
 
msgstr "无法从 fd %d 复制到 fd %d"
874
 
 
875
 
#: expr.c:241
876
 
msgid "expression recursion level exceeded"
877
 
msgstr "表达式递归次数过多"
878
 
 
879
 
#: expr.c:265
880
 
msgid "recursion stack underflow"
881
 
msgstr "递归堆栈下溢"
882
 
 
883
 
#: expr.c:379
884
 
msgid "syntax error in expression"
885
 
msgstr "表达式语法出错"
886
 
 
887
 
#: expr.c:419
888
 
msgid "attempted assignment to non-variable"
889
 
msgstr "尝试对非变量赋值"
890
 
 
891
 
#: expr.c:440 expr.c:445 expr.c:756
892
 
msgid "division by 0"
893
 
msgstr "除以 0 错误"
894
 
 
895
 
#: expr.c:471
896
 
msgid "bug: bad expassign token"
897
 
msgstr "bug:捕捉到损坏的表达式"
898
 
 
899
 
#: expr.c:513
900
 
msgid "`:' expected for conditional expression"
901
 
msgstr "在条件表达式中需要“:”"
902
 
 
903
 
#: expr.c:781
904
 
msgid "exponent less than 0"
905
 
msgstr "指数小于 0"
906
 
 
907
 
#: expr.c:826
908
 
msgid "identifier expected after pre-increment or pre-decrement"
909
 
msgstr "在递增或递减之后需要标识符"
910
 
 
911
 
#: expr.c:854
912
 
msgid "missing `)'"
913
 
msgstr "缺少‘)’"
914
 
 
915
 
#: expr.c:897 expr.c:1176
916
 
msgid "syntax error: operand expected"
917
 
msgstr "语法出错:此处需要运算符"
918
 
 
919
 
#: expr.c:1178
920
 
msgid "syntax error: invalid arithmetic operator"
921
 
msgstr "语法错误:无效的算术运算符"
922
 
 
923
 
#: expr.c:1202
924
 
#, c-format
925
 
msgid "%s%s%s: %s (error token is \"%s\")"
926
 
msgstr ""
927
 
 
928
 
#: expr.c:1260
929
 
msgid "invalid arithmetic base"
930
 
msgstr "无效的算术基数"
931
 
 
932
 
#: expr.c:1280
933
 
msgid "value too great for base"
934
 
msgstr "基数值过大"
935
 
 
936
 
#: expr.c:1329
937
 
#, c-format
938
 
msgid "%s: expression error\n"
939
 
msgstr ""
940
 
 
941
 
#: general.c:61
942
 
msgid "getcwd: cannot access parent directories"
943
 
msgstr "getcwd:无法访问上层目录"
944
 
 
945
 
#: input.c:94 subst.c:4857
946
 
#, c-format
947
 
msgid "cannot reset nodelay mode for fd %d"
948
 
msgstr ""
949
 
 
950
 
#: input.c:258
951
 
#, c-format
952
 
msgid "cannot allocate new file descriptor for bash input from fd %d"
953
 
msgstr "无法为 bash 从 fd %d 分配新的文件描述符"
954
 
 
955
 
#: input.c:266
956
 
#, c-format
957
 
msgid "save_bash_input: buffer already exists for new fd %d"
958
 
msgstr "save_bash_input: 新fd %d的缓冲区已经存在"
959
 
 
960
 
#: jobs.c:466
961
 
msgid "start_pipeline: pgrp pipe"
962
 
msgstr ""
963
 
 
964
 
#: jobs.c:887
965
 
#, c-format
966
 
msgid "forked pid %d appears in running job %d"
967
 
msgstr ""
968
 
 
969
 
#: jobs.c:1005
970
 
#, c-format
971
 
msgid "deleting stopped job %d with process group %ld"
972
 
msgstr "将 %d 从进程组 %ld中删除任务"
973
 
 
974
 
#: jobs.c:1110
975
 
#, c-format
976
 
msgid "add_process: process %5ld (%s) in the_pipeline"
977
 
msgstr ""
978
 
 
979
 
#: jobs.c:1113
980
 
#, c-format
981
 
msgid "add_process: pid %5ld (%s) marked as still alive"
982
 
msgstr ""
983
 
 
984
 
#: jobs.c:1401
985
 
#, c-format
986
 
msgid "describe_pid: %ld: no such pid"
987
 
msgstr "describe_pid: %ld: 无此 pid"
988
 
 
989
 
#: jobs.c:1416
990
 
#, c-format
991
 
msgid "Signal %d"
992
 
msgstr ""
993
 
 
994
 
#: jobs.c:1430 jobs.c:1455
995
 
msgid "Done"
996
 
msgstr ""
997
 
 
998
 
#: jobs.c:1435 siglist.c:123
999
 
msgid "Stopped"
1000
 
msgstr ""
1001
 
 
1002
 
#: jobs.c:1439
1003
 
#, c-format
1004
 
msgid "Stopped(%s)"
1005
 
msgstr ""
1006
 
 
1007
 
#: jobs.c:1443
1008
 
msgid "Running"
1009
 
msgstr ""
1010
 
 
1011
 
#: jobs.c:1457
1012
 
#, c-format
1013
 
msgid "Done(%d)"
1014
 
msgstr ""
1015
 
 
1016
 
#: jobs.c:1459
1017
 
#, c-format
1018
 
msgid "Exit %d"
1019
 
msgstr ""
1020
 
 
1021
 
#: jobs.c:1462
1022
 
msgid "Unknown status"
1023
 
msgstr ""
1024
 
 
1025
 
#: jobs.c:1549
1026
 
#, c-format
1027
 
msgid "(core dumped) "
1028
 
msgstr ""
1029
 
 
1030
 
#: jobs.c:1568
1031
 
#, c-format
1032
 
msgid "  (wd: %s)"
1033
 
msgstr ""
1034
 
 
1035
 
#: jobs.c:1776
1036
 
#, c-format
1037
 
msgid "child setpgid (%ld to %ld)"
1038
 
msgstr ""
1039
 
 
1040
 
#: jobs.c:2104 nojobs.c:585
1041
 
#, c-format
1042
 
msgid "wait: pid %ld is not a child of this shell"
1043
 
msgstr "待机:代号 %ld 所属进程不是由当前 shell 所派生"
1044
 
 
1045
 
#: jobs.c:2331
1046
 
#, c-format
1047
 
msgid "wait_for: No record of process %ld"
1048
 
msgstr "待机:没有进程号 %ld 的记录"
1049
 
 
1050
 
#: jobs.c:2607
1051
 
#, c-format
1052
 
msgid "wait_for_job: job %d is stopped"
1053
 
msgstr "等待任务:任务 %d 已中止"
1054
 
 
1055
 
#: jobs.c:2829
1056
 
#, c-format
1057
 
msgid "%s: job has terminated"
1058
 
msgstr "%s:任务已终止"
1059
 
 
1060
 
#: jobs.c:2838
1061
 
#, c-format
1062
 
msgid "%s: job %d already in background"
1063
 
msgstr "%s:任务 %d 已转入后台"
1064
 
 
1065
 
#: jobs.c:3059
1066
 
msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1067
 
msgstr ""
1068
 
 
1069
 
#: jobs.c:3508
1070
 
#, c-format
1071
 
msgid "%s: line %d: "
1072
 
msgstr ""
1073
 
 
1074
 
#: jobs.c:3522 nojobs.c:814
1075
 
#, c-format
1076
 
msgid " (core dumped)"
1077
 
msgstr ""
1078
 
 
1079
 
#: jobs.c:3534 jobs.c:3547
1080
 
#, c-format
1081
 
msgid "(wd now: %s)\n"
1082
 
msgstr ""
1083
 
 
1084
 
#: jobs.c:3579
1085
 
msgid "initialize_job_control: getpgrp failed"
1086
 
msgstr ""
1087
 
 
1088
 
#: jobs.c:3639
1089
 
msgid "initialize_job_control: line discipline"
1090
 
msgstr ""
1091
 
 
1092
 
#: jobs.c:3649
1093
 
msgid "initialize_job_control: setpgid"
1094
 
msgstr ""
1095
 
 
1096
 
#: jobs.c:3677
1097
 
#, c-format
1098
 
msgid "cannot set terminal process group (%d)"
1099
 
msgstr ""
1100
 
 
1101
 
#: jobs.c:3682
1102
 
msgid "no job control in this shell"
1103
 
msgstr "没有当前 shell 控制下的任务"
1104
 
 
1105
 
#: lib/malloc/malloc.c:296
1106
 
#, c-format
1107
 
msgid "malloc: failed assertion: %s\n"
1108
 
msgstr "malloc:断言失败:%s\n"
1109
 
 
1110
 
#: lib/malloc/malloc.c:312
1111
 
#, c-format
1112
 
msgid ""
1113
 
"\r\n"
1114
 
"malloc: %s:%d: assertion botched\r\n"
1115
 
msgstr ""
1116
 
 
1117
 
#: lib/malloc/malloc.c:313
1118
 
msgid "unknown"
1119
 
msgstr ""
1120
 
 
1121
 
#: lib/malloc/malloc.c:797
1122
 
msgid "malloc: block on free list clobbered"
1123
 
msgstr ""
1124
 
 
1125
 
#: lib/malloc/malloc.c:874
1126
 
msgid "free: called with already freed block argument"
1127
 
msgstr "free: 参数指向为一已释放的块"
1128
 
 
1129
 
#: lib/malloc/malloc.c:877
1130
 
msgid "free: called with unallocated block argument"
1131
 
msgstr "free: 参数指向一未分配的块"
1132
 
 
1133
 
#: lib/malloc/malloc.c:896
1134
 
msgid "free: underflow detected; mh_nbytes out of range"
1135
 
msgstr ""
1136
 
 
1137
 
#: lib/malloc/malloc.c:902
1138
 
msgid "free: start and end chunk sizes differ"
1139
 
msgstr ""
1140
 
 
1141
 
#: lib/malloc/malloc.c:1001
1142
 
msgid "realloc: called with unallocated block argument"
1143
 
msgstr ""
1144
 
 
1145
 
#: lib/malloc/malloc.c:1016
1146
 
msgid "realloc: underflow detected; mh_nbytes out of range"
1147
 
msgstr "realloc:发现下溢;mh_nbytes 超出范围"
1148
 
 
1149
 
#: lib/malloc/malloc.c:1022
1150
 
msgid "realloc: start and end chunk sizes differ"
1151
 
msgstr "realloc:开始和结尾的结构块尺寸不一致"
1152
 
 
1153
 
#: lib/malloc/table.c:177
1154
 
#, c-format
1155
 
msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1156
 
msgstr ""
1157
 
 
1158
 
#: lib/malloc/table.c:184
1159
 
#, c-format
1160
 
msgid "register_alloc: %p already in table as allocated?\n"
1161
 
msgstr ""
1162
 
 
1163
 
#: lib/malloc/table.c:220
1164
 
#, c-format
1165
 
msgid "register_free: %p already in table as free?\n"
1166
 
msgstr ""
1167
 
 
1168
 
#: lib/sh/fmtulong.c:101
1169
 
msgid "invalid base"
1170
 
msgstr "无效的基准"
1171
 
 
1172
 
#: lib/sh/netopen.c:168
1173
 
#, c-format
1174
 
msgid "%s: host unknown"
1175
 
msgstr "%s:主机名未知"
1176
 
 
1177
 
#: lib/sh/netopen.c:175
1178
 
#, c-format
1179
 
msgid "%s: invalid service"
1180
 
msgstr "%s:无效的服务"
1181
 
 
1182
 
#: lib/sh/netopen.c:306
1183
 
#, c-format
1184
 
msgid "%s: bad network path specification"
1185
 
msgstr "%s:损坏的网络路径规格"
1186
 
 
1187
 
#: lib/sh/netopen.c:346
1188
 
msgid "network operations not supported"
1189
 
msgstr "不支持的网络操作"
1190
 
 
1191
 
#: locale.c:192
1192
 
#, c-format
1193
 
msgid "setlocale: LC_ALL: cannot change locale (%s)"
1194
 
msgstr ""
1195
 
 
1196
 
#: locale.c:194
1197
 
#, c-format
1198
 
msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1199
 
msgstr ""
1200
 
 
1201
 
#: locale.c:247
1202
 
#, c-format
1203
 
msgid "setlocale: %s: cannot change locale (%s)"
1204
 
msgstr ""
1205
 
 
1206
 
#: locale.c:249
1207
 
#, c-format
1208
 
msgid "setlocale: %s: cannot change locale (%s): %s"
1209
 
msgstr ""
1210
 
 
1211
 
#: mailcheck.c:433
1212
 
msgid "You have mail in $_"
1213
 
msgstr "您有邮件在 $_ 中"
1214
 
 
1215
 
#: mailcheck.c:458
1216
 
msgid "You have new mail in $_"
1217
 
msgstr "您有新邮件在 $_ 中"
1218
 
 
1219
 
#: mailcheck.c:474
1220
 
#, c-format
1221
 
msgid "The mail in %s has been read\n"
1222
 
msgstr "%s 中的邮件已读\n"
1223
 
 
1224
 
#: make_cmd.c:323
1225
 
msgid "syntax error: arithmetic expression required"
1226
 
msgstr "语法出错:这里需要一个算术表达式"
1227
 
 
1228
 
#: make_cmd.c:325
1229
 
msgid "syntax error: `;' unexpected"
1230
 
msgstr "语法出错:意外的“;”字符"
1231
 
 
1232
 
#: make_cmd.c:326
1233
 
#, c-format
1234
 
msgid "syntax error: `((%s))'"
1235
 
msgstr "语法出错:“((%s))”"
1236
 
 
1237
 
#: make_cmd.c:575
1238
 
#, c-format
1239
 
msgid "make_here_document: bad instruction type %d"
1240
 
msgstr ""
1241
 
 
1242
 
#: make_cmd.c:659
1243
 
#, c-format
1244
 
msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1245
 
msgstr ""
1246
 
 
1247
 
#: make_cmd.c:756
1248
 
#, c-format
1249
 
msgid "make_redirection: redirection instruction `%d' out of range"
1250
 
msgstr ""
1251
 
 
1252
 
#: parse.y:3133 parse.y:3369
1253
 
#, c-format
1254
 
msgid "unexpected EOF while looking for matching `%c'"
1255
 
msgstr "查找“%c”的匹配字符时发现意外的EOF"
1256
 
 
1257
 
#: parse.y:3951
1258
 
msgid "unexpected EOF while looking for `]]'"
1259
 
msgstr "查找“]]”的匹配字符时发现意外的EOF"
1260
 
 
1261
 
#: parse.y:3956
1262
 
#, c-format
1263
 
msgid "syntax error in conditional expression: unexpected token `%s'"
1264
 
msgstr "条件表达式语法错误:意外标识'%s'"
1265
 
 
1266
 
#: parse.y:3960
1267
 
msgid "syntax error in conditional expression"
1268
 
msgstr "条件表达式语法错误"
1269
 
 
1270
 
#: parse.y:4038
1271
 
#, c-format
1272
 
msgid "unexpected token `%s', expected `)'"
1273
 
msgstr "意外标识 '%s' ,要求 ')'"
1274
 
 
1275
 
#: parse.y:4042
1276
 
msgid "expected `)'"
1277
 
msgstr "需要 `)'"
1278
 
 
1279
 
#: parse.y:4070
1280
 
#, c-format
1281
 
msgid "unexpected argument `%s' to conditional unary operator"
1282
 
msgstr "意外参数 '%s' 用于一元条件操作符"
1283
 
 
1284
 
#: parse.y:4074
1285
 
msgid "unexpected argument to conditional unary operator"
1286
 
msgstr "意外参数用于一元条件操作符"
1287
 
 
1288
 
#: parse.y:4120
1289
 
#, c-format
1290
 
msgid "unexpected token `%s', conditional binary operator expected"
1291
 
msgstr ""
1292
 
 
1293
 
#: parse.y:4124
1294
 
msgid "conditional binary operator expected"
1295
 
msgstr "需要二元条件操作符"
1296
 
 
1297
 
#: parse.y:4146
1298
 
#, c-format
1299
 
msgid "unexpected argument `%s' to conditional binary operator"
1300
 
msgstr ""
1301
 
 
1302
 
#: parse.y:4150
1303
 
msgid "unexpected argument to conditional binary operator"
1304
 
msgstr ""
1305
 
 
1306
 
#: parse.y:4161
1307
 
#, c-format
1308
 
msgid "unexpected token `%c' in conditional command"
1309
 
msgstr ""
1310
 
 
1311
 
#: parse.y:4164
1312
 
#, c-format
1313
 
msgid "unexpected token `%s' in conditional command"
1314
 
msgstr ""
1315
 
 
1316
 
#: parse.y:4168
1317
 
#, c-format
1318
 
msgid "unexpected token %d in conditional command"
1319
 
msgstr ""
1320
 
 
1321
 
#: parse.y:5459
1322
 
#, c-format
1323
 
msgid "syntax error near unexpected token `%s'"
1324
 
msgstr "在未预料的“%s”附近出现语法错误"
1325
 
 
1326
 
#: parse.y:5477
1327
 
#, c-format
1328
 
msgid "syntax error near `%s'"
1329
 
msgstr "在“%s”处发现语法错误"
1330
 
 
1331
 
#: parse.y:5487
1332
 
msgid "syntax error: unexpected end of file"
1333
 
msgstr "语法错误:不可预料的文件末尾"
1334
 
 
1335
 
#: parse.y:5487
1336
 
msgid "syntax error"
1337
 
msgstr "语法错误"
1338
 
 
1339
 
#: parse.y:5549
1340
 
#, c-format
1341
 
msgid "Use \"%s\" to leave the shell.\n"
1342
 
msgstr "使用“%s”退出 shell 环境。\n"
1343
 
 
1344
 
#: parse.y:5711
1345
 
msgid "unexpected EOF while looking for matching `)'"
1346
 
msgstr ""
1347
 
 
1348
 
#: pcomplete.c:1030
1349
 
#, c-format
1350
 
msgid "completion: function `%s' not found"
1351
 
msgstr "自动完成: 未找到函数 '%s‘"
1352
 
 
1353
 
#: pcomplib.c:179
1354
 
#, c-format
1355
 
msgid "progcomp_insert: %s: NULL COMPSPEC"
1356
 
msgstr ""
1357
 
 
1358
 
#: print_cmd.c:290
1359
 
#, c-format
1360
 
msgid "print_command: bad connector `%d'"
1361
 
msgstr ""
1362
 
 
1363
 
#: print_cmd.c:363
1364
 
#, c-format
1365
 
msgid "xtrace_set: %d: invalid file descriptor"
1366
 
msgstr ""
1367
 
 
1368
 
#: print_cmd.c:368
1369
 
msgid "xtrace_set: NULL file pointer"
1370
 
msgstr ""
1371
 
 
1372
 
#: print_cmd.c:372
1373
 
#, c-format
1374
 
msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1375
 
msgstr ""
1376
 
 
1377
 
#: print_cmd.c:1461
1378
 
#, c-format
1379
 
msgid "cprintf: `%c': invalid format character"
1380
 
msgstr "cprintf:“%c”:无效的字符格式"
1381
 
 
1382
 
#: redir.c:110
1383
 
msgid "file descriptor out of range"
1384
 
msgstr "文件描述符超出范围"
1385
 
 
1386
 
#: redir.c:166
1387
 
#, c-format
1388
 
msgid "%s: ambiguous redirect"
1389
 
msgstr "%s:意义不明确的重定向"
1390
 
 
1391
 
#: redir.c:170
1392
 
#, c-format
1393
 
msgid "%s: cannot overwrite existing file"
1394
 
msgstr "%s:无法覆盖已经存在的文件"
1395
 
 
1396
 
#: redir.c:175
1397
 
#, c-format
1398
 
msgid "%s: restricted: cannot redirect output"
1399
 
msgstr "%s:受限操作:无法重定向输出"
1400
 
 
1401
 
#: redir.c:180
1402
 
#, c-format
1403
 
msgid "cannot create temp file for here-document: %s"
1404
 
msgstr ""
1405
 
 
1406
 
#: redir.c:184
1407
 
#, c-format
1408
 
msgid "%s: cannot assign fd to variable"
1409
 
msgstr ""
1410
 
 
1411
 
#: redir.c:544
1412
 
msgid "/dev/(tcp|udp)/host/port not supported without networking"
1413
 
msgstr "不支持在没有网络的环境中操作 /dev/(tcp|udp)/host/port"
1414
 
 
1415
 
#: redir.c:1101
1416
 
msgid "redirection error: cannot duplicate fd"
1417
 
msgstr "重定向出错:无法复制文件描述符"
1418
 
 
1419
 
#: shell.c:332
1420
 
msgid "could not find /tmp, please create!"
1421
 
msgstr "找不到 /tmp,请自行创建!"
1422
 
 
1423
 
#: shell.c:336
1424
 
msgid "/tmp must be a valid directory name"
1425
 
msgstr "/tmp 必须是一个有效的目录名"
1426
 
 
1427
 
#: shell.c:884
1428
 
#, c-format
1429
 
msgid "%c%c: invalid option"
1430
 
msgstr "%c%c: 非法选项"
1431
 
 
1432
 
#: shell.c:1651
1433
 
msgid "I have no name!"
1434
 
msgstr "我没有名字!"
1435
 
 
1436
 
#: shell.c:1793
1437
 
#, c-format
1438
 
msgid "GNU bash, version %s-(%s)\n"
1439
 
msgstr ""
1440
 
 
1441
 
#: shell.c:1794
1442
 
#, c-format
1443
 
msgid ""
1444
 
"Usage:\t%s [GNU long option] [option] ...\n"
1445
 
"\t%s [GNU long option] [option] script-file ...\n"
1446
 
msgstr ""
1447
 
"Usage:\t%s [GNU long option] [option] ...\n"
1448
 
"\t%s [GNU long option] [option] script-file ...\n"
1449
 
 
1450
 
#: shell.c:1796
1451
 
msgid "GNU long options:\n"
1452
 
msgstr "GNU 长选项格式:\n"
1453
 
 
1454
 
#: shell.c:1800
1455
 
msgid "Shell options:\n"
1456
 
msgstr "Shell 选项:\n"
1457
 
 
1458
 
#: shell.c:1801
1459
 
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1460
 
msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
1461
 
 
1462
 
#: shell.c:1816
1463
 
#, c-format
1464
 
msgid "\t-%s or -o option\n"
1465
 
msgstr "\t-%s 或 -o 选项\n"
1466
 
 
1467
 
#: shell.c:1822
1468
 
#, c-format
1469
 
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1470
 
msgstr "键入 `%s -c \"help set\"' 获取shell有关选项的更多信息.\n"
1471
 
 
1472
 
#: shell.c:1823
1473
 
#, c-format
1474
 
msgid ""
1475
 
"Type `%s -c help' for more information about shell builtin commands.\n"
1476
 
msgstr "请输入“%s -c help”命令获取 shell 内部命令的帮助信息。\n"
1477
 
 
1478
 
#: shell.c:1824
1479
 
#, c-format
1480
 
msgid "Use the `bashbug' command to report bugs.\n"
1481
 
msgstr "请使用“bashbug”命令报告程序缺陷。\n"
1482
 
 
1483
 
#: sig.c:626
1484
 
#, c-format
1485
 
msgid "sigprocmask: %d: invalid operation"
1486
 
msgstr "sigprocmask:%d:无效的操作"
1487
 
 
1488
 
#: siglist.c:48
1489
 
msgid "Bogus signal"
1490
 
msgstr ""
1491
 
 
1492
 
#: siglist.c:51
1493
 
msgid "Hangup"
1494
 
msgstr ""
1495
 
 
1496
 
#: siglist.c:55
1497
 
msgid "Interrupt"
1498
 
msgstr ""
1499
 
 
1500
 
#: siglist.c:59
1501
 
msgid "Quit"
1502
 
msgstr ""
1503
 
 
1504
 
#: siglist.c:63
1505
 
msgid "Illegal instruction"
1506
 
msgstr ""
1507
 
 
1508
 
#: siglist.c:67
1509
 
msgid "BPT trace/trap"
1510
 
msgstr ""
1511
 
 
1512
 
#: siglist.c:75
1513
 
msgid "ABORT instruction"
1514
 
msgstr ""
1515
 
 
1516
 
#: siglist.c:79
1517
 
msgid "EMT instruction"
1518
 
msgstr ""
1519
 
 
1520
 
#: siglist.c:83
1521
 
msgid "Floating point exception"
1522
 
msgstr ""
1523
 
 
1524
 
#: siglist.c:87
1525
 
msgid "Killed"
1526
 
msgstr ""
1527
 
 
1528
 
#: siglist.c:91
1529
 
msgid "Bus error"
1530
 
msgstr ""
1531
 
 
1532
 
#: siglist.c:95
1533
 
msgid "Segmentation fault"
1534
 
msgstr ""
1535
 
 
1536
 
#: siglist.c:99
1537
 
msgid "Bad system call"
1538
 
msgstr ""
1539
 
 
1540
 
#: siglist.c:103
1541
 
msgid "Broken pipe"
1542
 
msgstr ""
1543
 
 
1544
 
#: siglist.c:107
1545
 
msgid "Alarm clock"
1546
 
msgstr ""
1547
 
 
1548
 
#: siglist.c:111
1549
 
msgid "Terminated"
1550
 
msgstr ""
1551
 
 
1552
 
#: siglist.c:115
1553
 
msgid "Urgent IO condition"
1554
 
msgstr ""
1555
 
 
1556
 
#: siglist.c:119
1557
 
msgid "Stopped (signal)"
1558
 
msgstr ""
1559
 
 
1560
 
#: siglist.c:127
1561
 
msgid "Continue"
1562
 
msgstr ""
1563
 
 
1564
 
#: siglist.c:135
1565
 
msgid "Child death or stop"
1566
 
msgstr ""
1567
 
 
1568
 
#: siglist.c:139
1569
 
msgid "Stopped (tty input)"
1570
 
msgstr ""
1571
 
 
1572
 
#: siglist.c:143
1573
 
msgid "Stopped (tty output)"
1574
 
msgstr ""
1575
 
 
1576
 
#: siglist.c:147
1577
 
msgid "I/O ready"
1578
 
msgstr ""
1579
 
 
1580
 
#: siglist.c:151
1581
 
msgid "CPU limit"
1582
 
msgstr ""
1583
 
 
1584
 
#: siglist.c:155
1585
 
msgid "File limit"
1586
 
msgstr ""
1587
 
 
1588
 
#: siglist.c:159
1589
 
msgid "Alarm (virtual)"
1590
 
msgstr ""
1591
 
 
1592
 
#: siglist.c:163
1593
 
msgid "Alarm (profile)"
1594
 
msgstr ""
1595
 
 
1596
 
#: siglist.c:167
1597
 
msgid "Window changed"
1598
 
msgstr ""
1599
 
 
1600
 
#: siglist.c:171
1601
 
msgid "Record lock"
1602
 
msgstr ""
1603
 
 
1604
 
#: siglist.c:175
1605
 
msgid "User signal 1"
1606
 
msgstr ""
1607
 
 
1608
 
#: siglist.c:179
1609
 
msgid "User signal 2"
1610
 
msgstr ""
1611
 
 
1612
 
#: siglist.c:183
1613
 
msgid "HFT input data pending"
1614
 
msgstr ""
1615
 
 
1616
 
#: siglist.c:187
1617
 
msgid "power failure imminent"
1618
 
msgstr ""
1619
 
 
1620
 
#: siglist.c:191
1621
 
msgid "system crash imminent"
1622
 
msgstr ""
1623
 
 
1624
 
#: siglist.c:195
1625
 
msgid "migrate process to another CPU"
1626
 
msgstr ""
1627
 
 
1628
 
#: siglist.c:199
1629
 
msgid "programming error"
1630
 
msgstr ""
1631
 
 
1632
 
#: siglist.c:203
1633
 
msgid "HFT monitor mode granted"
1634
 
msgstr ""
1635
 
 
1636
 
#: siglist.c:207
1637
 
msgid "HFT monitor mode retracted"
1638
 
msgstr ""
1639
 
 
1640
 
#: siglist.c:211
1641
 
msgid "HFT sound sequence has completed"
1642
 
msgstr ""
1643
 
 
1644
 
#: siglist.c:215
1645
 
msgid "Information request"
1646
 
msgstr ""
1647
 
 
1648
 
#: siglist.c:223
1649
 
msgid "Unknown Signal #"
1650
 
msgstr ""
1651
 
 
1652
 
#: siglist.c:225
1653
 
#, c-format
1654
 
msgid "Unknown Signal #%d"
1655
 
msgstr ""
1656
 
 
1657
 
#: subst.c:1333 subst.c:1454
1658
 
#, c-format
1659
 
msgid "bad substitution: no closing `%s' in %s"
1660
 
msgstr ""
1661
 
 
1662
 
#: subst.c:2735
1663
 
#, c-format
1664
 
msgid "%s: cannot assign list to array member"
1665
 
msgstr "%s:无法将列表分配到数组成员"
1666
 
 
1667
 
#: subst.c:4754 subst.c:4770
1668
 
msgid "cannot make pipe for process substitution"
1669
 
msgstr "无法为置换进程创建管道"
1670
 
 
1671
 
#: subst.c:4802
1672
 
msgid "cannot make child for process substitution"
1673
 
msgstr "无法为置换进程创建子进程"
1674
 
 
1675
 
#: subst.c:4847
1676
 
#, c-format
1677
 
msgid "cannot open named pipe %s for reading"
1678
 
msgstr "无法以读模式打开命名管道 %s"
1679
 
 
1680
 
#: subst.c:4849
1681
 
#, c-format
1682
 
msgid "cannot open named pipe %s for writing"
1683
 
msgstr "无法以写模式打开命名管道 %s"
1684
 
 
1685
 
#: subst.c:4867
1686
 
#, c-format
1687
 
msgid "cannot duplicate named pipe %s as fd %d"
1688
 
msgstr ""
1689
 
 
1690
 
#: subst.c:5063
1691
 
msgid "cannot make pipe for command substitution"
1692
 
msgstr "无法为命令子替换创建管道"
1693
 
 
1694
 
#: subst.c:5097
1695
 
msgid "cannot make child for command substitution"
1696
 
msgstr "无法为命令子替换创建子进程"
1697
 
 
1698
 
#: subst.c:5114
1699
 
msgid "command_substitute: cannot duplicate pipe as fd 1"
1700
 
msgstr ""
1701
 
 
1702
 
#: subst.c:5617
1703
 
#, c-format
1704
 
msgid "%s: parameter null or not set"
1705
 
msgstr ""
1706
 
 
1707
 
#: subst.c:5907
1708
 
#, c-format
1709
 
msgid "%s: substring expression < 0"
1710
 
msgstr "%s:子串表达式小于零。"
1711
 
 
1712
 
#: subst.c:6965
1713
 
#, c-format
1714
 
msgid "%s: bad substitution"
1715
 
msgstr ""
1716
 
 
1717
 
#: subst.c:7045
1718
 
#, c-format
1719
 
msgid "$%s: cannot assign in this way"
1720
 
msgstr "$%s: 不能以此方式关联"
1721
 
 
1722
 
#: subst.c:7374
1723
 
msgid ""
1724
 
"future versions of the shell will force evaluation as an arithmetic "
1725
 
"substitution"
1726
 
msgstr ""
1727
 
 
1728
 
#: subst.c:7839
1729
 
#, c-format
1730
 
msgid "bad substitution: no closing \"`\" in %s"
1731
 
msgstr ""
1732
 
 
1733
 
#: subst.c:8720
1734
 
#, c-format
1735
 
msgid "no match: %s"
1736
 
msgstr "不匹配:%s"
1737
 
 
1738
 
#: test.c:146
1739
 
msgid "argument expected"
1740
 
msgstr "此处需要参数"
1741
 
 
1742
 
#: test.c:155
1743
 
#, c-format
1744
 
msgid "%s: integer expression expected"
1745
 
msgstr "%s:此处需要整数表达式"
1746
 
 
1747
 
#: test.c:263
1748
 
msgid "`)' expected"
1749
 
msgstr "此处需要“)”"
1750
 
 
1751
 
#: test.c:265
1752
 
#, c-format
1753
 
msgid "`)' expected, found %s"
1754
 
msgstr "此处需要“)”,但给定的是 %s"
1755
 
 
1756
 
#: test.c:280 test.c:693 test.c:696
1757
 
#, c-format
1758
 
msgid "%s: unary operator expected"
1759
 
msgstr "%s: 需要单个参数"
1760
 
 
1761
 
#: test.c:449 test.c:736
1762
 
#, c-format
1763
 
msgid "%s: binary operator expected"
1764
 
msgstr "%s:此处需要二进制操作符"
1765
 
 
1766
 
#: test.c:811
1767
 
msgid "missing `]'"
1768
 
msgstr "丢失了“]”"
1769
 
 
1770
 
#: trap.c:203
1771
 
msgid "invalid signal number"
1772
 
msgstr "无效的信号值"
1773
 
 
1774
 
#: trap.c:327
1775
 
#, c-format
1776
 
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
1777
 
msgstr ""
1778
 
 
1779
 
#: trap.c:331
1780
 
#, c-format
1781
 
msgid ""
1782
 
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
1783
 
msgstr ""
1784
 
 
1785
 
#: trap.c:380
1786
 
#, c-format
1787
 
msgid "trap_handler: bad signal %d"
1788
 
msgstr "trap_handler: 错误的信号 %d"
1789
 
 
1790
 
#: variables.c:363
1791
 
#, c-format
1792
 
msgid "error importing function definition for `%s'"
1793
 
msgstr "导入“%s”的函数定义时出错"
1794
 
 
1795
 
#: variables.c:748
1796
 
#, c-format
1797
 
msgid "shell level (%d) too high, resetting to 1"
1798
 
msgstr "shell 层次值 %d 过大,已重置到 1"
1799
 
 
1800
 
#: variables.c:1915
1801
 
msgid "make_local_variable: no function context at current scope"
1802
 
msgstr ""
1803
 
 
1804
 
#: variables.c:3159
1805
 
msgid "all_local_variables: no function context at current scope"
1806
 
msgstr ""
1807
 
 
1808
 
#: variables.c:3376
1809
 
#, c-format
1810
 
msgid "%s has null exportstr"
1811
 
msgstr ""
1812
 
 
1813
 
#: variables.c:3381 variables.c:3390
1814
 
#, c-format
1815
 
msgid "invalid character %d in exportstr for %s"
1816
 
msgstr ""
1817
 
 
1818
 
#: variables.c:3396
1819
 
#, c-format
1820
 
msgid "no `=' in exportstr for %s"
1821
 
msgstr ""
1822
 
 
1823
 
#: variables.c:3835
1824
 
msgid "pop_var_context: head of shell_variables not a function context"
1825
 
msgstr ""
1826
 
 
1827
 
#: variables.c:3848
1828
 
msgid "pop_var_context: no global_variables context"
1829
 
msgstr ""
1830
 
 
1831
 
#: variables.c:3922
1832
 
msgid "pop_scope: head of shell_variables not a temporary environment scope"
1833
 
msgstr ""
1834
 
 
1835
 
#: variables.c:4678
1836
 
#, c-format
1837
 
msgid "%s: %s: cannot open as FILE"
1838
 
msgstr ""
1839
 
 
1840
 
#: variables.c:4683
1841
 
#, c-format
1842
 
msgid "%s: %s: invalid value for trace file descriptor"
1843
 
msgstr ""
1844
 
 
1845
 
#: version.c:46
1846
 
msgid "Copyright (C) 2009 Free Software Foundation, Inc."
1847
 
msgstr ""
1848
 
 
1849
 
#: version.c:47
1850
 
msgid ""
1851
 
"License GPLv3+: GNU GPL version 3 or later "
1852
 
"<http://gnu.org/licenses/gpl.html>\n"
1853
 
msgstr ""
1854
 
 
1855
 
#: version.c:86 version2.c:83
1856
 
#, c-format
1857
 
msgid "GNU bash, version %s (%s)\n"
1858
 
msgstr ""
1859
 
 
1860
 
#: version.c:91 version2.c:88
1861
 
#, c-format
1862
 
msgid "This is free software; you are free to change and redistribute it.\n"
1863
 
msgstr ""
1864
 
 
1865
 
#: version.c:92 version2.c:89
1866
 
#, c-format
1867
 
msgid "There is NO WARRANTY, to the extent permitted by law.\n"
1868
 
msgstr ""
1869
 
 
1870
 
#: version2.c:86
1871
 
#, c-format
1872
 
msgid "Copyright (C) 2009 Free Software Foundation, Inc.\n"
1873
 
msgstr ""
1874
 
 
1875
 
#: version2.c:87
1876
 
#, c-format
1877
 
msgid ""
1878
 
"License GPLv2+: GNU GPL version 2 or later "
1879
 
"<http://gnu.org/licenses/gpl.html>\n"
1880
 
msgstr ""
1881
 
 
1882
 
#: xmalloc.c:91
1883
 
#, c-format
1884
 
msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
1885
 
msgstr ""
1886
 
 
1887
 
#: xmalloc.c:93
1888
 
#, c-format
1889
 
msgid "%s: cannot allocate %lu bytes"
1890
 
msgstr ""
1891
 
 
1892
 
#: xmalloc.c:163
1893
 
#, c-format
1894
 
msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
1895
 
msgstr ""
1896
 
 
1897
 
#: xmalloc.c:165
1898
 
#, c-format
1899
 
msgid "%s: %s:%d: cannot allocate %lu bytes"
1900
 
msgstr ""
1901
 
 
1902
 
#: builtins.c:43
1903
 
msgid "alias [-p] [name[=value] ... ]"
1904
 
msgstr ""
1905
 
 
1906
 
#: builtins.c:47
1907
 
msgid "unalias [-a] name [name ...]"
1908
 
msgstr ""
1909
 
 
1910
 
#: builtins.c:51
1911
 
msgid ""
1912
 
"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
1913
 
"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
1914
 
msgstr ""
1915
 
 
1916
 
#: builtins.c:54
1917
 
msgid "break [n]"
1918
 
msgstr ""
1919
 
 
1920
 
#: builtins.c:56
1921
 
msgid "continue [n]"
1922
 
msgstr ""
1923
 
 
1924
 
#: builtins.c:58
1925
 
msgid "builtin [shell-builtin [arg ...]]"
1926
 
msgstr ""
1927
 
 
1928
 
#: builtins.c:61
1929
 
msgid "caller [expr]"
1930
 
msgstr ""
1931
 
 
1932
 
#: builtins.c:64
1933
 
msgid "cd [-L|-P] [dir]"
1934
 
msgstr ""
1935
 
 
1936
 
#: builtins.c:66
1937
 
msgid "pwd [-LP]"
1938
 
msgstr ""
1939
 
 
1940
 
#: builtins.c:68
1941
 
msgid ":"
1942
 
msgstr ""
1943
 
 
1944
 
#: builtins.c:70
1945
 
msgid "true"
1946
 
msgstr ""
1947
 
 
1948
 
#: builtins.c:72
1949
 
msgid "false"
1950
 
msgstr ""
1951
 
 
1952
 
#: builtins.c:74
1953
 
msgid "command [-pVv] command [arg ...]"
1954
 
msgstr ""
1955
 
 
1956
 
#: builtins.c:76
1957
 
msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
1958
 
msgstr ""
1959
 
 
1960
 
#: builtins.c:78
1961
 
msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
1962
 
msgstr ""
1963
 
 
1964
 
#: builtins.c:80
1965
 
msgid "local [option] name[=value] ..."
1966
 
msgstr ""
1967
 
 
1968
 
#: builtins.c:83
1969
 
msgid "echo [-neE] [arg ...]"
1970
 
msgstr ""
1971
 
 
1972
 
#: builtins.c:87
1973
 
msgid "echo [-n] [arg ...]"
1974
 
msgstr ""
1975
 
 
1976
 
#: builtins.c:90
1977
 
msgid "enable [-a] [-dnps] [-f filename] [name ...]"
1978
 
msgstr ""
1979
 
 
1980
 
#: builtins.c:92
1981
 
msgid "eval [arg ...]"
1982
 
msgstr ""
1983
 
 
1984
 
#: builtins.c:94
1985
 
msgid "getopts optstring name [arg]"
1986
 
msgstr ""
1987
 
 
1988
 
#: builtins.c:96
1989
 
msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]"
1990
 
msgstr ""
1991
 
 
1992
 
#: builtins.c:98
1993
 
msgid "exit [n]"
1994
 
msgstr ""
1995
 
 
1996
 
#: builtins.c:100
1997
 
msgid "logout [n]"
1998
 
msgstr ""
1999
 
 
2000
 
#: builtins.c:103
2001
 
msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2002
 
msgstr ""
2003
 
 
2004
 
#: builtins.c:107
2005
 
msgid "fg [job_spec]"
2006
 
msgstr ""
2007
 
 
2008
 
#: builtins.c:111
2009
 
msgid "bg [job_spec ...]"
2010
 
msgstr ""
2011
 
 
2012
 
#: builtins.c:114
2013
 
msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2014
 
msgstr ""
2015
 
 
2016
 
#: builtins.c:117
2017
 
msgid "help [-dms] [pattern ...]"
2018
 
msgstr ""
2019
 
 
2020
 
#: builtins.c:121
2021
 
msgid ""
2022
 
"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2023
 
"[arg...]"
2024
 
msgstr ""
2025
 
 
2026
 
#: builtins.c:125
2027
 
msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2028
 
msgstr ""
2029
 
 
2030
 
#: builtins.c:129
2031
 
msgid "disown [-h] [-ar] [jobspec ...]"
2032
 
msgstr ""
2033
 
 
2034
 
#: builtins.c:132
2035
 
msgid ""
2036
 
"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2037
 
"[sigspec]"
2038
 
msgstr ""
2039
 
 
2040
 
#: builtins.c:134
2041
 
msgid "let arg [arg ...]"
2042
 
msgstr ""
2043
 
 
2044
 
#: builtins.c:136
2045
 
msgid ""
2046
 
"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2047
 
"prompt] [-t timeout] [-u fd] [name ...]"
2048
 
msgstr ""
2049
 
 
2050
 
#: builtins.c:138
2051
 
msgid "return [n]"
2052
 
msgstr ""
2053
 
 
2054
 
#: builtins.c:140
2055
 
msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
2056
 
msgstr ""
2057
 
 
2058
 
#: builtins.c:142
2059
 
msgid "unset [-f] [-v] [name ...]"
2060
 
msgstr ""
2061
 
 
2062
 
#: builtins.c:144
2063
 
msgid "export [-fn] [name[=value] ...] or export -p"
2064
 
msgstr ""
2065
 
 
2066
 
#: builtins.c:146
2067
 
msgid "readonly [-af] [name[=value] ...] or readonly -p"
2068
 
msgstr ""
2069
 
 
2070
 
#: builtins.c:148
2071
 
msgid "shift [n]"
2072
 
msgstr ""
2073
 
 
2074
 
#: builtins.c:150
2075
 
msgid "source filename [arguments]"
2076
 
msgstr ""
2077
 
 
2078
 
#: builtins.c:152
2079
 
msgid ". filename [arguments]"
2080
 
msgstr ""
2081
 
 
2082
 
#: builtins.c:155
2083
 
msgid "suspend [-f]"
2084
 
msgstr ""
2085
 
 
2086
 
#: builtins.c:158
2087
 
msgid "test [expr]"
2088
 
msgstr ""
2089
 
 
2090
 
#: builtins.c:160
2091
 
msgid "[ arg... ]"
2092
 
msgstr ""
2093
 
 
2094
 
#: builtins.c:162
2095
 
msgid "times"
2096
 
msgstr ""
2097
 
 
2098
 
#: builtins.c:164
2099
 
msgid "trap [-lp] [[arg] signal_spec ...]"
2100
 
msgstr ""
2101
 
 
2102
 
#: builtins.c:166
2103
 
msgid "type [-afptP] name [name ...]"
2104
 
msgstr ""
2105
 
 
2106
 
#: builtins.c:169
2107
 
msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]"
2108
 
msgstr ""
2109
 
 
2110
 
#: builtins.c:172
2111
 
msgid "umask [-p] [-S] [mode]"
2112
 
msgstr ""
2113
 
 
2114
 
#: builtins.c:175
2115
 
msgid "wait [id]"
2116
 
msgstr ""
2117
 
 
2118
 
#: builtins.c:179
2119
 
msgid "wait [pid]"
2120
 
msgstr ""
2121
 
 
2122
 
#: builtins.c:182
2123
 
msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2124
 
msgstr ""
2125
 
 
2126
 
#: builtins.c:184
2127
 
msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2128
 
msgstr ""
2129
 
 
2130
 
#: builtins.c:186
2131
 
msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2132
 
msgstr ""
2133
 
 
2134
 
#: builtins.c:188
2135
 
msgid "time [-p] pipeline"
2136
 
msgstr ""
2137
 
 
2138
 
#: builtins.c:190
2139
 
msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2140
 
msgstr ""
2141
 
 
2142
 
#: builtins.c:192
2143
 
msgid ""
2144
 
"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2145
 
"COMMANDS; ] fi"
2146
 
msgstr ""
2147
 
 
2148
 
#: builtins.c:194
2149
 
msgid "while COMMANDS; do COMMANDS; done"
2150
 
msgstr ""
2151
 
 
2152
 
#: builtins.c:196
2153
 
msgid "until COMMANDS; do COMMANDS; done"
2154
 
msgstr ""
2155
 
 
2156
 
#: builtins.c:198
2157
 
msgid "coproc [NAME] command [redirections]"
2158
 
msgstr ""
2159
 
 
2160
 
#: builtins.c:200
2161
 
msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2162
 
msgstr ""
2163
 
 
2164
 
#: builtins.c:202
2165
 
msgid "{ COMMANDS ; }"
2166
 
msgstr ""
2167
 
 
2168
 
#: builtins.c:204
2169
 
msgid "job_spec [&]"
2170
 
msgstr ""
2171
 
 
2172
 
#: builtins.c:206
2173
 
msgid "(( expression ))"
2174
 
msgstr ""
2175
 
 
2176
 
#: builtins.c:208
2177
 
msgid "[[ expression ]]"
2178
 
msgstr ""
2179
 
 
2180
 
#: builtins.c:210
2181
 
msgid "variables - Names and meanings of some shell variables"
2182
 
msgstr ""
2183
 
 
2184
 
#: builtins.c:213
2185
 
msgid "pushd [-n] [+N | -N | dir]"
2186
 
msgstr ""
2187
 
 
2188
 
#: builtins.c:217
2189
 
msgid "popd [-n] [+N | -N]"
2190
 
msgstr ""
2191
 
 
2192
 
#: builtins.c:221
2193
 
msgid "dirs [-clpv] [+N] [-N]"
2194
 
msgstr ""
2195
 
 
2196
 
#: builtins.c:224
2197
 
msgid "shopt [-pqsu] [-o] [optname ...]"
2198
 
msgstr ""
2199
 
 
2200
 
#: builtins.c:226
2201
 
msgid "printf [-v var] format [arguments]"
2202
 
msgstr ""
2203
 
 
2204
 
#: builtins.c:229
2205
 
msgid ""
2206
 
"complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G globpat] [-"
2207
 
"W wordlist]  [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2208
 
"suffix] [name ...]"
2209
 
msgstr ""
2210
 
 
2211
 
#: builtins.c:233
2212
 
msgid ""
2213
 
"compgen [-abcdefgjksuv] [-o option]  [-A action] [-G globpat] [-W wordlist]  "
2214
 
"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2215
 
msgstr ""
2216
 
 
2217
 
#: builtins.c:237
2218
 
msgid "compopt [-o|+o option] [-DE] [name ...]"
2219
 
msgstr ""
2220
 
 
2221
 
#: builtins.c:240
2222
 
msgid ""
2223
 
"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2224
 
"quantum] [array]"
2225
 
msgstr ""
2226
 
 
2227
 
#: builtins.c:242
2228
 
msgid ""
2229
 
"readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c "
2230
 
"quantum] [array]"
2231
 
msgstr ""
2232
 
 
2233
 
#: builtins.c:254
2234
 
msgid ""
2235
 
"Define or display aliases.\n"
2236
 
"    \n"
2237
 
"    Without arguments, `alias' prints the list of aliases in the reusable\n"
2238
 
"    form `alias NAME=VALUE' on standard output.\n"
2239
 
"    \n"
2240
 
"    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2241
 
"    A trailing space in VALUE causes the next word to be checked for\n"
2242
 
"    alias substitution when the alias is expanded.\n"
2243
 
"    \n"
2244
 
"    Options:\n"
2245
 
"      -p\tPrint all defined aliases in a reusable format\n"
2246
 
"    \n"
2247
 
"    Exit Status:\n"
2248
 
"    alias returns true unless a NAME is supplied for which no alias has "
2249
 
"been\n"
2250
 
"    defined."
2251
 
msgstr ""
2252
 
 
2253
 
#: builtins.c:276
2254
 
msgid ""
2255
 
"Remove each NAME from the list of defined aliases.\n"
2256
 
"    \n"
2257
 
"    Options:\n"
2258
 
"      -a\tremove all alias definitions.\n"
2259
 
"    \n"
2260
 
"    Return success unless a NAME is not an existing alias."
2261
 
msgstr ""
2262
 
 
2263
 
#: builtins.c:289
2264
 
msgid ""
2265
 
"Set Readline key bindings and variables.\n"
2266
 
"    \n"
2267
 
"    Bind a key sequence to a Readline function or a macro, or set a\n"
2268
 
"    Readline variable.  The non-option argument syntax is equivalent to\n"
2269
 
"    that found in ~/.inputrc, but must be passed as a single argument:\n"
2270
 
"    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2271
 
"    \n"
2272
 
"    Options:\n"
2273
 
"      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2274
 
"                         command.  Acceptable keymap names are emacs,\n"
2275
 
"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2276
 
"move,\n"
2277
 
"                         vi-command, and vi-insert.\n"
2278
 
"      -l                 List names of functions.\n"
2279
 
"      -P                 List function names and bindings.\n"
2280
 
"      -p                 List functions and bindings in a form that can be\n"
2281
 
"                         reused as input.\n"
2282
 
"      -S                 List key sequences that invoke macros and their "
2283
 
"values\n"
2284
 
"      -s                 List key sequences that invoke macros and their "
2285
 
"values\n"
2286
 
"                         in a form that can be reused as input.\n"
2287
 
"      -V                 List variable names and values\n"
2288
 
"      -v                 List variable names and values in a form that can\n"
2289
 
"                         be reused as input.\n"
2290
 
"      -q  function-name  Query about which keys invoke the named function.\n"
2291
 
"      -u  function-name  Unbind all keys which are bound to the named "
2292
 
"function.\n"
2293
 
"      -r  keyseq         Remove the binding for KEYSEQ.\n"
2294
 
"      -f  filename       Read key bindings from FILENAME.\n"
2295
 
"      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2296
 
"    \t\t\t\tKEYSEQ is entered.\n"
2297
 
"    \n"
2298
 
"    Exit Status:\n"
2299
 
"    bind returns 0 unless an unrecognized option is given or an error occurs."
2300
 
msgstr ""
2301
 
 
2302
 
#: builtins.c:326
2303
 
msgid ""
2304
 
"Exit for, while, or until loops.\n"
2305
 
"    \n"
2306
 
"    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2307
 
"    loops.\n"
2308
 
"    \n"
2309
 
"    Exit Status:\n"
2310
 
"    The exit status is 0 unless N is not greater than or equal to 1."
2311
 
msgstr ""
2312
 
 
2313
 
#: builtins.c:338
2314
 
msgid ""
2315
 
"Resume for, while, or until loops.\n"
2316
 
"    \n"
2317
 
"    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2318
 
"    If N is specified, resumes the Nth enclosing loop.\n"
2319
 
"    \n"
2320
 
"    Exit Status:\n"
2321
 
"    The exit status is 0 unless N is not greater than or equal to 1."
2322
 
msgstr ""
2323
 
 
2324
 
#: builtins.c:350
2325
 
msgid ""
2326
 
"Execute shell builtins.\n"
2327
 
"    \n"
2328
 
"    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2329
 
"    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2330
 
"    as a shell function, but need to execute the builtin within the "
2331
 
"function.\n"
2332
 
"    \n"
2333
 
"    Exit Status:\n"
2334
 
"    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2335
 
"    not a shell builtin.."
2336
 
msgstr ""
2337
 
 
2338
 
#: builtins.c:365
2339
 
msgid ""
2340
 
"Return the context of the current subroutine call.\n"
2341
 
"    \n"
2342
 
"    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2343
 
"    \"$line $subroutine $filename\"; this extra information can be used to\n"
2344
 
"    provide a stack trace.\n"
2345
 
"    \n"
2346
 
"    The value of EXPR indicates how many call frames to go back before the\n"
2347
 
"    current one; the top frame is frame 0.\n"
2348
 
"    \n"
2349
 
"    Exit Status:\n"
2350
 
"    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2351
 
"    is invalid."
2352
 
msgstr ""
2353
 
 
2354
 
#: builtins.c:383
2355
 
msgid ""
2356
 
"Change the shell working directory.\n"
2357
 
"    \n"
2358
 
"    Change the current directory to DIR.  The default DIR is the value of "
2359
 
"the\n"
2360
 
"    HOME shell variable.\n"
2361
 
"    \n"
2362
 
"    The variable CDPATH defines the search path for the directory "
2363
 
"containing\n"
2364
 
"    DIR.  Alternative directory names in CDPATH are separated by a colon "
2365
 
"(:).\n"
2366
 
"    A null directory name is the same as the current directory.  If DIR "
2367
 
"begins\n"
2368
 
"    with a slash (/), then CDPATH is not used.\n"
2369
 
"    \n"
2370
 
"    If the directory is not found, and the shell option `cdable_vars' is "
2371
 
"set,\n"
2372
 
"    the word is assumed to be  a variable name.  If that variable has a "
2373
 
"value,\n"
2374
 
"    its value is used for DIR.\n"
2375
 
"    \n"
2376
 
"    Options:\n"
2377
 
"        -L\tforce symbolic links to be followed\n"
2378
 
"        -P\tuse the physical directory structure without following symbolic\n"
2379
 
"    \tlinks\n"
2380
 
"    \n"
2381
 
"    The default is to follow symbolic links, as if `-L' were specified.\n"
2382
 
"    \n"
2383
 
"    Exit Status:\n"
2384
 
"    Returns 0 if the directory is changed; non-zero otherwise."
2385
 
msgstr ""
2386
 
 
2387
 
#: builtins.c:411
2388
 
msgid ""
2389
 
"Print the name of the current working directory.\n"
2390
 
"    \n"
2391
 
"    Options:\n"
2392
 
"      -L\tprint the value of $PWD if it names the current working\n"
2393
 
"    \tdirectory\n"
2394
 
"      -P\tprint the physical directory, without any symbolic links\n"
2395
 
"    \n"
2396
 
"    By default, `pwd' behaves as if `-L' were specified.\n"
2397
 
"    \n"
2398
 
"    Exit Status:\n"
2399
 
"    Returns 0 unless an invalid option is given or the current directory\n"
2400
 
"    cannot be read."
2401
 
msgstr ""
2402
 
 
2403
 
#: builtins.c:428
2404
 
msgid ""
2405
 
"Null command.\n"
2406
 
"    \n"
2407
 
"    No effect; the command does nothing.\n"
2408
 
"    \n"
2409
 
"    Exit Status:\n"
2410
 
"    Always succeeds."
2411
 
msgstr ""
2412
 
 
2413
 
#: builtins.c:439
2414
 
msgid ""
2415
 
"Return a successful result.\n"
2416
 
"    \n"
2417
 
"    Exit Status:\n"
2418
 
"    Always succeeds."
2419
 
msgstr ""
2420
 
 
2421
 
#: builtins.c:448
2422
 
msgid ""
2423
 
"Return an unsuccessful result.\n"
2424
 
"    \n"
2425
 
"    Exit Status:\n"
2426
 
"    Always fails."
2427
 
msgstr ""
2428
 
 
2429
 
#: builtins.c:457
2430
 
msgid ""
2431
 
"Execute a simple command or display information about commands.\n"
2432
 
"    \n"
2433
 
"    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2434
 
"    information about the specified COMMANDs.  Can be used to invoke "
2435
 
"commands\n"
2436
 
"    on disk when a function with the same name exists.\n"
2437
 
"    \n"
2438
 
"    Options:\n"
2439
 
"      -p\tuse a default value for PATH that is guaranteed to find all of\n"
2440
 
"    \tthe standard utilities\n"
2441
 
"      -v\tprint a description of COMMAND similar to the `type' builtin\n"
2442
 
"      -V\tprint a more verbose description of each COMMAND\n"
2443
 
"    \n"
2444
 
"    Exit Status:\n"
2445
 
"    Returns exit status of COMMAND, or failure if COMMAND is not found."
2446
 
msgstr ""
2447
 
 
2448
 
#: builtins.c:476
2449
 
msgid ""
2450
 
"Set variable values and attributes.\n"
2451
 
"    \n"
2452
 
"    Declare variables and give them attributes.  If no NAMEs are given,\n"
2453
 
"    display the attributes and values of all variables.\n"
2454
 
"    \n"
2455
 
"    Options:\n"
2456
 
"      -f\trestrict action or display to function names and definitions\n"
2457
 
"      -F\trestrict display to function names only (plus line number and\n"
2458
 
"    \tsource file when debugging)\n"
2459
 
"      -p\tdisplay the attributes and value of each NAME\n"
2460
 
"    \n"
2461
 
"    Options which set attributes:\n"
2462
 
"      -a\tto make NAMEs indexed arrays (if supported)\n"
2463
 
"      -A\tto make NAMEs associative arrays (if supported)\n"
2464
 
"      -i\tto make NAMEs have the `integer' attribute\n"
2465
 
"      -l\tto convert NAMEs to lower case on assignment\n"
2466
 
"      -r\tto make NAMEs readonly\n"
2467
 
"      -t\tto make NAMEs have the `trace' attribute\n"
2468
 
"      -u\tto convert NAMEs to upper case on assignment\n"
2469
 
"      -x\tto make NAMEs export\n"
2470
 
"    \n"
2471
 
"    Using `+' instead of `-' turns off the given attribute.\n"
2472
 
"    \n"
2473
 
"    Variables with the integer attribute have arithmetic evaluation (see\n"
2474
 
"    the `let' command) performed when the variable is assigned a value.\n"
2475
 
"    \n"
2476
 
"    When used in a function, `declare' makes NAMEs local, as with the "
2477
 
"`local'\n"
2478
 
"    command.\n"
2479
 
"    \n"
2480
 
"    Exit Status:\n"
2481
 
"    Returns success unless an invalid option is supplied or an error occurs."
2482
 
msgstr ""
2483
 
 
2484
 
#: builtins.c:512
2485
 
msgid ""
2486
 
"Set variable values and attributes.\n"
2487
 
"    \n"
2488
 
"    Obsolete.  See `help declare'."
2489
 
msgstr ""
2490
 
 
2491
 
#: builtins.c:520
2492
 
msgid ""
2493
 
"Define local variables.\n"
2494
 
"    \n"
2495
 
"    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
2496
 
"    be any option accepted by `declare'.\n"
2497
 
"    \n"
2498
 
"    Local variables can only be used within a function; they are visible\n"
2499
 
"    only to the function where they are defined and its children.\n"
2500
 
"    \n"
2501
 
"    Exit Status:\n"
2502
 
"    Returns success unless an invalid option is supplied, an error occurs,\n"
2503
 
"    or the shell is not executing a function."
2504
 
msgstr ""
2505
 
 
2506
 
#: builtins.c:537
2507
 
msgid ""
2508
 
"Write arguments to the standard output.\n"
2509
 
"    \n"
2510
 
"    Display the ARGs on the standard output followed by a newline.\n"
2511
 
"    \n"
2512
 
"    Options:\n"
2513
 
"      -n\tdo not append a newline\n"
2514
 
"      -e\tenable interpretation of the following backslash escapes\n"
2515
 
"      -E\texplicitly suppress interpretation of backslash escapes\n"
2516
 
"    \n"
2517
 
"    `echo' interprets the following backslash-escaped characters:\n"
2518
 
"      \\a\talert (bell)\n"
2519
 
"      \\b\tbackspace\n"
2520
 
"      \\c\tsuppress further output\n"
2521
 
"      \\e\tescape character\n"
2522
 
"      \\f\tform feed\n"
2523
 
"      \\n\tnew line\n"
2524
 
"      \\r\tcarriage return\n"
2525
 
"      \\t\thorizontal tab\n"
2526
 
"      \\v\tvertical tab\n"
2527
 
"      \\\\\tbackslash\n"
2528
 
"      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
2529
 
"    \t0 to 3 octal digits\n"
2530
 
"      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
2531
 
"    \tcan be one or two hex digits\n"
2532
 
"    \n"
2533
 
"    Exit Status:\n"
2534
 
"    Returns success unless a write error occurs."
2535
 
msgstr ""
2536
 
 
2537
 
#: builtins.c:571
2538
 
msgid ""
2539
 
"Write arguments to the standard output.\n"
2540
 
"    \n"
2541
 
"    Display the ARGs on the standard output followed by a newline.\n"
2542
 
"    \n"
2543
 
"    Options:\n"
2544
 
"      -n\tdo not append a newline\n"
2545
 
"    \n"
2546
 
"    Exit Status:\n"
2547
 
"    Returns success unless a write error occurs."
2548
 
msgstr ""
2549
 
 
2550
 
#: builtins.c:586
2551
 
msgid ""
2552
 
"Enable and disable shell builtins.\n"
2553
 
"    \n"
2554
 
"    Enables and disables builtin shell commands.  Disabling allows you to\n"
2555
 
"    execute a disk command which has the same name as a shell builtin\n"
2556
 
"    without using a full pathname.\n"
2557
 
"    \n"
2558
 
"    Options:\n"
2559
 
"      -a\tprint a list of builtins showing whether or not each is enabled\n"
2560
 
"      -n\tdisable each NAME or display a list of disabled builtins\n"
2561
 
"      -p\tprint the list of builtins in a reusable format\n"
2562
 
"      -s\tprint only the names of Posix `special' builtins\n"
2563
 
"    \n"
2564
 
"    Options controlling dynamic loading:\n"
2565
 
"      -f\tLoad builtin NAME from shared object FILENAME\n"
2566
 
"      -d\tRemove a builtin loaded with -f\n"
2567
 
"    \n"
2568
 
"    Without options, each NAME is enabled.\n"
2569
 
"    \n"
2570
 
"    To use the `test' found in $PATH instead of the shell builtin\n"
2571
 
"    version, type `enable -n test'.\n"
2572
 
"    \n"
2573
 
"    Exit Status:\n"
2574
 
"    Returns success unless NAME is not a shell builtin or an error occurs."
2575
 
msgstr ""
2576
 
 
2577
 
#: builtins.c:614
2578
 
msgid ""
2579
 
"Execute arguments as a shell command.\n"
2580
 
"    \n"
2581
 
"    Combine ARGs into a single string, use the result as input to the "
2582
 
"shell,\n"
2583
 
"    and execute the resulting commands.\n"
2584
 
"    \n"
2585
 
"    Exit Status:\n"
2586
 
"    Returns exit status of command or success if command is null."
2587
 
msgstr ""
2588
 
 
2589
 
#: builtins.c:626
2590
 
msgid ""
2591
 
"Parse option arguments.\n"
2592
 
"    \n"
2593
 
"    Getopts is used by shell procedures to parse positional parameters\n"
2594
 
"    as options.\n"
2595
 
"    \n"
2596
 
"    OPTSTRING contains the option letters to be recognized; if a letter\n"
2597
 
"    is followed by a colon, the option is expected to have an argument,\n"
2598
 
"    which should be separated from it by white space.\n"
2599
 
"    \n"
2600
 
"    Each time it is invoked, getopts will place the next option in the\n"
2601
 
"    shell variable $name, initializing name if it does not exist, and\n"
2602
 
"    the index of the next argument to be processed into the shell\n"
2603
 
"    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
2604
 
"    a shell script is invoked.  When an option requires an argument,\n"
2605
 
"    getopts places that argument into the shell variable OPTARG.\n"
2606
 
"    \n"
2607
 
"    getopts reports errors in one of two ways.  If the first character\n"
2608
 
"    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
2609
 
"    this mode, no error messages are printed.  If an invalid option is\n"
2610
 
"    seen, getopts places the option character found into OPTARG.  If a\n"
2611
 
"    required argument is not found, getopts places a ':' into NAME and\n"
2612
 
"    sets OPTARG to the option character found.  If getopts is not in\n"
2613
 
"    silent mode, and an invalid option is seen, getopts places '?' into\n"
2614
 
"    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
2615
 
"    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
2616
 
"    printed.\n"
2617
 
"    \n"
2618
 
"    If the shell variable OPTERR has the value 0, getopts disables the\n"
2619
 
"    printing of error messages, even if the first character of\n"
2620
 
"    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
2621
 
"    \n"
2622
 
"    Getopts normally parses the positional parameters ($0 - $9), but if\n"
2623
 
"    more arguments are given, they are parsed instead.\n"
2624
 
"    \n"
2625
 
"    Exit Status:\n"
2626
 
"    Returns success if an option is found; fails if the end of options is\n"
2627
 
"    encountered or an error occurs."
2628
 
msgstr ""
2629
 
 
2630
 
#: builtins.c:668
2631
 
msgid ""
2632
 
"Replace the shell with the given command.\n"
2633
 
"    \n"
2634
 
"    Execute COMMAND, replacing this shell with the specified program.\n"
2635
 
"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
2636
 
"specified,\n"
2637
 
"    any redirections take effect in the current shell.\n"
2638
 
"    \n"
2639
 
"    Options:\n"
2640
 
"      -a name\tpass NAME as the zeroth argument to COMMAND\n"
2641
 
"      -c\t\texecute COMMAND with an empty environment\n"
2642
 
"      -l\t\tplace a dash in the zeroth argument to COMMAND\n"
2643
 
"    \n"
2644
 
"    If the command cannot be executed, a non-interactive shell exits, "
2645
 
"unless\n"
2646
 
"    the shell option `execfail' is set.\n"
2647
 
"    \n"
2648
 
"    Exit Status:\n"
2649
 
"    Returns success unless COMMAND is not found or a redirection error "
2650
 
"occurs."
2651
 
msgstr ""
2652
 
 
2653
 
#: builtins.c:689
2654
 
msgid ""
2655
 
"Exit the shell.\n"
2656
 
"    \n"
2657
 
"    Exits the shell with a status of N.  If N is omitted, the exit status\n"
2658
 
"    is that of the last command executed."
2659
 
msgstr ""
2660
 
 
2661
 
#: builtins.c:698
2662
 
msgid ""
2663
 
"Exit a login shell.\n"
2664
 
"    \n"
2665
 
"    Exits a login shell with exit status N.  Returns an error if not "
2666
 
"executed\n"
2667
 
"    in a login shell."
2668
 
msgstr ""
2669
 
 
2670
 
#: builtins.c:708
2671
 
msgid ""
2672
 
"Display or execute commands from the history list.\n"
2673
 
"    \n"
2674
 
"    fc is used to list or edit and re-execute commands from the history "
2675
 
"list.\n"
2676
 
"    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
2677
 
"    string, which means the most recent command beginning with that\n"
2678
 
"    string.\n"
2679
 
"    \n"
2680
 
"    Options:\n"
2681
 
"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
2682
 
"EDITOR,\n"
2683
 
"    \t\tthen vi\n"
2684
 
"      -l \tlist lines instead of editing\n"
2685
 
"      -n\tomit line numbers when listing\n"
2686
 
"      -r\treverse the order of the lines (newest listed first)\n"
2687
 
"    \n"
2688
 
"    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
2689
 
"    re-executed after the substitution OLD=NEW is performed.\n"
2690
 
"    \n"
2691
 
"    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
2692
 
"    runs the last command beginning with `cc' and typing `r' re-executes\n"
2693
 
"    the last command.\n"
2694
 
"    \n"
2695
 
"    Exit Status:\n"
2696
 
"    Returns success or status of executed command; non-zero if an error "
2697
 
"occurs."
2698
 
msgstr ""
2699
 
 
2700
 
#: builtins.c:738
2701
 
msgid ""
2702
 
"Move job to the foreground.\n"
2703
 
"    \n"
2704
 
"    Place the job identified by JOB_SPEC in the foreground, making it the\n"
2705
 
"    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
2706
 
"    current job is used.\n"
2707
 
"    \n"
2708
 
"    Exit Status:\n"
2709
 
"    Status of command placed in foreground, or failure if an error occurs."
2710
 
msgstr ""
2711
 
 
2712
 
#: builtins.c:753
2713
 
msgid ""
2714
 
"Move jobs to the background.\n"
2715
 
"    \n"
2716
 
"    Place the jobs identified by each JOB_SPEC in the background, as if "
2717
 
"they\n"
2718
 
"    had been started with `&'.  If JOB_SPEC is not present, the shell's "
2719
 
"notion\n"
2720
 
"    of the current job is used.\n"
2721
 
"    \n"
2722
 
"    Exit Status:\n"
2723
 
"    Returns success unless job control is not enabled or an error occurs."
2724
 
msgstr ""
2725
 
 
2726
 
#: builtins.c:767
2727
 
msgid ""
2728
 
"Remember or display program locations.\n"
2729
 
"    \n"
2730
 
"    Determine and remember the full pathname of each command NAME.  If\n"
2731
 
"    no arguments are given, information about remembered commands is "
2732
 
"displayed.\n"
2733
 
"    \n"
2734
 
"    Options:\n"
2735
 
"      -d\t\tforget the remembered location of each NAME\n"
2736
 
"      -l\t\tdisplay in a format that may be reused as input\n"
2737
 
"      -p pathname\tuse PATHNAME is the full pathname of NAME\n"
2738
 
"      -r\t\tforget all remembered locations\n"
2739
 
"      -t\t\tprint the remembered location of each NAME, preceding\n"
2740
 
"    \t\teach location with the corresponding NAME if multiple\n"
2741
 
"    \t\tNAMEs are given\n"
2742
 
"    Arguments:\n"
2743
 
"      NAME\t\tEach NAME is searched for in $PATH and added to the list\n"
2744
 
"    \t\tof remembered commands.\n"
2745
 
"    \n"
2746
 
"    Exit Status:\n"
2747
 
"    Returns success unless NAME is not found or an invalid option is given."
2748
 
msgstr ""
2749
 
 
2750
 
#: builtins.c:792
2751
 
msgid ""
2752
 
"Display information about builtin commands.\n"
2753
 
"    \n"
2754
 
"    Displays brief summaries of builtin commands.  If PATTERN is\n"
2755
 
"    specified, gives detailed help on all commands matching PATTERN,\n"
2756
 
"    otherwise the list of help topics is printed.\n"
2757
 
"    \n"
2758
 
"    Options:\n"
2759
 
"      -d\toutput short description for each topic\n"
2760
 
"      -m\tdisplay usage in pseudo-manpage format\n"
2761
 
"      -s\toutput only a short usage synopsis for each topic matching\n"
2762
 
"    \tPATTERN\n"
2763
 
"    \n"
2764
 
"    Arguments:\n"
2765
 
"      PATTERN\tPattern specifiying a help topic\n"
2766
 
"    \n"
2767
 
"    Exit Status:\n"
2768
 
"    Returns success unless PATTERN is not found or an invalid option is "
2769
 
"given."
2770
 
msgstr ""
2771
 
 
2772
 
#: builtins.c:816
2773
 
msgid ""
2774
 
"Display or manipulate the history list.\n"
2775
 
"    \n"
2776
 
"    Display the history list with line numbers, prefixing each modified\n"
2777
 
"    entry with a `*'.  An argument of N lists only the last N entries.\n"
2778
 
"    \n"
2779
 
"    Options:\n"
2780
 
"      -c\tclear the history list by deleting all of the entries\n"
2781
 
"      -d offset\tdelete the history entry at offset OFFSET.\n"
2782
 
"    \n"
2783
 
"      -a\tappend history lines from this session to the history file\n"
2784
 
"      -n\tread all history lines not already read from the history file\n"
2785
 
"      -r\tread the history file and append the contents to the history\n"
2786
 
"    \tlist\n"
2787
 
"      -w\twrite the current history to the history file\n"
2788
 
"    \tand append them to the history list\n"
2789
 
"    \n"
2790
 
"      -p\tperform history expansion on each ARG and display the result\n"
2791
 
"    \twithout storing it in the history list\n"
2792
 
"      -s\tappend the ARGs to the history list as a single entry\n"
2793
 
"    \n"
2794
 
"    If FILENAME is given, it is used as the history file.  Otherwise,\n"
2795
 
"    if $HISTFILE has a value, that is used, else ~/.bash_history.\n"
2796
 
"    \n"
2797
 
"    If the $HISTTIMEFORMAT variable is set and not null, its value is used\n"
2798
 
"    as a format string for strftime(3) to print the time stamp associated\n"
2799
 
"    with each displayed history entry.  No time stamps are printed "
2800
 
"otherwise.\n"
2801
 
"    \n"
2802
 
"    Exit Status:\n"
2803
 
"    Returns success unless an invalid option is given or an error occurs."
2804
 
msgstr ""
2805
 
 
2806
 
#: builtins.c:852
2807
 
msgid ""
2808
 
"Display status of jobs.\n"
2809
 
"    \n"
2810
 
"    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
2811
 
"    Without options, the status of all active jobs is displayed.\n"
2812
 
"    \n"
2813
 
"    Options:\n"
2814
 
"      -l\tlists process IDs in addition to the normal information\n"
2815
 
"      -n\tlist only processes that have changed status since the last\n"
2816
 
"    \tnotification\n"
2817
 
"      -p\tlists process IDs only\n"
2818
 
"      -r\trestrict output to running jobs\n"
2819
 
"      -s\trestrict output to stopped jobs\n"
2820
 
"    \n"
2821
 
"    If -x is supplied, COMMAND is run after all job specifications that\n"
2822
 
"    appear in ARGS have been replaced with the process ID of that job's\n"
2823
 
"    process group leader.\n"
2824
 
"    \n"
2825
 
"    Exit Status:\n"
2826
 
"    Returns success unless an invalid option is given or an error occurs.\n"
2827
 
"    If -x is used, returns the exit status of COMMAND."
2828
 
msgstr ""
2829
 
 
2830
 
#: builtins.c:879
2831
 
msgid ""
2832
 
"Remove jobs from current shell.\n"
2833
 
"    \n"
2834
 
"    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
2835
 
"    any JOBSPECs, the shell uses its notion of the current job.\n"
2836
 
"    \n"
2837
 
"    Options:\n"
2838
 
"      -a\tremove all jobs if JOBSPEC is not supplied\n"
2839
 
"      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
2840
 
"    \tshell receives a SIGHUP\n"
2841
 
"      -r\tremove only running jobs\n"
2842
 
"    \n"
2843
 
"    Exit Status:\n"
2844
 
"    Returns success unless an invalid option or JOBSPEC is given."
2845
 
msgstr ""
2846
 
 
2847
 
#: builtins.c:898
2848
 
msgid ""
2849
 
"Send a signal to a job.\n"
2850
 
"    \n"
2851
 
"    Send the processes identified by PID or JOBSPEC the signal named by\n"
2852
 
"    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
2853
 
"    SIGTERM is assumed.\n"
2854
 
"    \n"
2855
 
"    Options:\n"
2856
 
"      -s sig\tSIG is a signal name\n"
2857
 
"      -n sig\tSIG is a signal number\n"
2858
 
"      -l\tlist the signal names; if arguments follow `-l' they are\n"
2859
 
"    \tassumed to be signal numbers for which names should be listed\n"
2860
 
"    \n"
2861
 
"    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
2862
 
"    instead of process IDs, and allows processes to be killed if the limit\n"
2863
 
"    on processes that you can create is reached.\n"
2864
 
"    \n"
2865
 
"    Exit Status:\n"
2866
 
"    Returns success unless an invalid option is given or an error occurs."
2867
 
msgstr ""
2868
 
 
2869
 
#: builtins.c:921
2870
 
msgid ""
2871
 
"Evaluate arithmetic expressions.\n"
2872
 
"    \n"
2873
 
"    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
2874
 
"    fixed-width integers with no check for overflow, though division by 0\n"
2875
 
"    is trapped and flagged as an error.  The following list of operators is\n"
2876
 
"    grouped into levels of equal-precedence operators.  The levels are "
2877
 
"listed\n"
2878
 
"    in order of decreasing precedence.\n"
2879
 
"    \n"
2880
 
"    \tid++, id--\tvariable post-increment, post-decrement\n"
2881
 
"    \t++id, --id\tvariable pre-increment, pre-decrement\n"
2882
 
"    \t-, +\t\tunary minus, plus\n"
2883
 
"    \t!, ~\t\tlogical and bitwise negation\n"
2884
 
"    \t**\t\texponentiation\n"
2885
 
"    \t*, /, %\t\tmultiplication, division, remainder\n"
2886
 
"    \t+, -\t\taddition, subtraction\n"
2887
 
"    \t<<, >>\t\tleft and right bitwise shifts\n"
2888
 
"    \t<=, >=, <, >\tcomparison\n"
2889
 
"    \t==, !=\t\tequality, inequality\n"
2890
 
"    \t&\t\tbitwise AND\n"
2891
 
"    \t^\t\tbitwise XOR\n"
2892
 
"    \t|\t\tbitwise OR\n"
2893
 
"    \t&&\t\tlogical AND\n"
2894
 
"    \t||\t\tlogical OR\n"
2895
 
"    \texpr ? expr : expr\n"
2896
 
"    \t\t\tconditional operator\n"
2897
 
"    \t=, *=, /=, %=,\n"
2898
 
"    \t+=, -=, <<=, >>=,\n"
2899
 
"    \t&=, ^=, |=\tassignment\n"
2900
 
"    \n"
2901
 
"    Shell variables are allowed as operands.  The name of the variable\n"
2902
 
"    is replaced by its value (coerced to a fixed-width integer) within\n"
2903
 
"    an expression.  The variable need not have its integer attribute\n"
2904
 
"    turned on to be used in an expression.\n"
2905
 
"    \n"
2906
 
"    Operators are evaluated in order of precedence.  Sub-expressions in\n"
2907
 
"    parentheses are evaluated first and may override the precedence\n"
2908
 
"    rules above.\n"
2909
 
"    \n"
2910
 
"    Exit Status:\n"
2911
 
"    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
2912
 
msgstr ""
2913
 
 
2914
 
#: builtins.c:966
2915
 
msgid ""
2916
 
"Read a line from the standard input and split it into fields.\n"
2917
 
"    \n"
2918
 
"    Reads a single line from the standard input, or from file descriptor FD\n"
2919
 
"    if the -u option is supplied.  The line is split into fields as with "
2920
 
"word\n"
2921
 
"    splitting, and the first word is assigned to the first NAME, the second\n"
2922
 
"    word to the second NAME, and so on, with any leftover words assigned to\n"
2923
 
"    the last NAME.  Only the characters found in $IFS are recognized as "
2924
 
"word\n"
2925
 
"    delimiters.\n"
2926
 
"    \n"
2927
 
"    If no NAMEs are supplied, the line read is stored in the REPLY "
2928
 
"variable.\n"
2929
 
"    \n"
2930
 
"    Options:\n"
2931
 
"      -a array\tassign the words read to sequential indices of the array\n"
2932
 
"    \t\tvariable ARRAY, starting at zero\n"
2933
 
"      -d delim\tcontinue until the first character of DELIM is read, rather\n"
2934
 
"    \t\tthan newline\n"
2935
 
"      -e\t\tuse Readline to obtain the line in an interactive shell\n"
2936
 
"      -i text\tUse TEXT as the initial text for Readline\n"
2937
 
"      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
2938
 
"    \t\tfor a newline, but honor a delimiter if fewer than NCHARS\n"
2939
 
"    \t\tcharacters are read before the delimiter\n"
2940
 
"      -N nchars\treturn only after reading exactly NCHARS characters, "
2941
 
"unless\n"
2942
 
"    \t\tEOF is encountered or read times out, ignoring any delimiter\n"
2943
 
"      -p prompt\toutput the string PROMPT without a trailing newline before\n"
2944
 
"    \t\tattempting to read\n"
2945
 
"      -r\t\tdo not allow backslashes to escape any characters\n"
2946
 
"      -s\t\tdo not echo input coming from a terminal\n"
2947
 
"      -t timeout\ttime out and return failure if a complete line of input "
2948
 
"is\n"
2949
 
"    \t\tnot read withint TIMEOUT seconds.  The value of the TMOUT\n"
2950
 
"    \t\tvariable is the default timeout.  TIMEOUT may be a\n"
2951
 
"    \t\tfractional number.  If TIMEOUT is 0, read returns success only\n"
2952
 
"    \t\tif input is available on the specified file descriptor.  The\n"
2953
 
"    \t\texit status is greater than 128 if the timeout is exceeded\n"
2954
 
"      -u fd\t\tread from file descriptor FD instead of the standard input\n"
2955
 
"    \n"
2956
 
"    Exit Status:\n"
2957
 
"    The return code is zero, unless end-of-file is encountered, read times "
2958
 
"out,\n"
2959
 
"    or an invalid file descriptor is supplied as the argument to -u."
2960
 
msgstr ""
2961
 
 
2962
 
#: builtins.c:1009
2963
 
msgid ""
2964
 
"Return from a shell function.\n"
2965
 
"    \n"
2966
 
"    Causes a function or sourced script to exit with the return value\n"
2967
 
"    specified by N.  If N is omitted, the return status is that of the\n"
2968
 
"    last command executed within the function or script.\n"
2969
 
"    \n"
2970
 
"    Exit Status:\n"
2971
 
"    Returns N, or failure if the shell is not executing a function or script."
2972
 
msgstr ""
2973
 
 
2974
 
#: builtins.c:1022
2975
 
msgid ""
2976
 
"Set or unset values of shell options and positional parameters.\n"
2977
 
"    \n"
2978
 
"    Change the value of shell attributes and positional parameters, or\n"
2979
 
"    display the names and values of shell variables.\n"
2980
 
"    \n"
2981
 
"    Options:\n"
2982
 
"      -a  Mark variables which are modified or created for export.\n"
2983
 
"      -b  Notify of job termination immediately.\n"
2984
 
"      -e  Exit immediately if a command exits with a non-zero status.\n"
2985
 
"      -f  Disable file name generation (globbing).\n"
2986
 
"      -h  Remember the location of commands as they are looked up.\n"
2987
 
"      -k  All assignment arguments are placed in the environment for a\n"
2988
 
"          command, not just those that precede the command name.\n"
2989
 
"      -m  Job control is enabled.\n"
2990
 
"      -n  Read commands but do not execute them.\n"
2991
 
"      -o option-name\n"
2992
 
"          Set the variable corresponding to option-name:\n"
2993
 
"              allexport    same as -a\n"
2994
 
"              braceexpand  same as -B\n"
2995
 
"              emacs        use an emacs-style line editing interface\n"
2996
 
"              errexit      same as -e\n"
2997
 
"              errtrace     same as -E\n"
2998
 
"              functrace    same as -T\n"
2999
 
"              hashall      same as -h\n"
3000
 
"              histexpand   same as -H\n"
3001
 
"              history      enable command history\n"
3002
 
"              ignoreeof    the shell will not exit upon reading EOF\n"
3003
 
"              interactive-comments\n"
3004
 
"                           allow comments to appear in interactive commands\n"
3005
 
"              keyword      same as -k\n"
3006
 
"              monitor      same as -m\n"
3007
 
"              noclobber    same as -C\n"
3008
 
"              noexec       same as -n\n"
3009
 
"              noglob       same as -f\n"
3010
 
"              nolog        currently accepted but ignored\n"
3011
 
"              notify       same as -b\n"
3012
 
"              nounset      same as -u\n"
3013
 
"              onecmd       same as -t\n"
3014
 
"              physical     same as -P\n"
3015
 
"              pipefail     the return value of a pipeline is the status of\n"
3016
 
"                           the last command to exit with a non-zero status,\n"
3017
 
"                           or zero if no command exited with a non-zero "
3018
 
"status\n"
3019
 
"              posix        change the behavior of bash where the default\n"
3020
 
"                           operation differs from the Posix standard to\n"
3021
 
"                           match the standard\n"
3022
 
"              privileged   same as -p\n"
3023
 
"              verbose      same as -v\n"
3024
 
"              vi           use a vi-style line editing interface\n"
3025
 
"              xtrace       same as -x\n"
3026
 
"      -p  Turned on whenever the real and effective user ids do not match.\n"
3027
 
"          Disables processing of the $ENV file and importing of shell\n"
3028
 
"          functions.  Turning this option off causes the effective uid and\n"
3029
 
"          gid to be set to the real uid and gid.\n"
3030
 
"      -t  Exit after reading and executing one command.\n"
3031
 
"      -u  Treat unset variables as an error when substituting.\n"
3032
 
"      -v  Print shell input lines as they are read.\n"
3033
 
"      -x  Print commands and their arguments as they are executed.\n"
3034
 
"      -B  the shell will perform brace expansion\n"
3035
 
"      -C  If set, disallow existing regular files to be overwritten\n"
3036
 
"          by redirection of output.\n"
3037
 
"      -E  If set, the ERR trap is inherited by shell functions.\n"
3038
 
"      -H  Enable ! style history substitution.  This flag is on\n"
3039
 
"          by default when the shell is interactive.\n"
3040
 
"      -P  If set, do not follow symbolic links when executing commands\n"
3041
 
"          such as cd which change the current directory.\n"
3042
 
"      -T  If set, the DEBUG trap is inherited by shell functions.\n"
3043
 
"      -   Assign any remaining arguments to the positional parameters.\n"
3044
 
"          The -x and -v options are turned off.\n"
3045
 
"    \n"
3046
 
"    Using + rather than - causes these flags to be turned off.  The\n"
3047
 
"    flags can also be used upon invocation of the shell.  The current\n"
3048
 
"    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3049
 
"    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3050
 
"    ARGs are given, all shell variables are printed.\n"
3051
 
"    \n"
3052
 
"    Exit Status:\n"
3053
 
"    Returns success unless an invalid option is given."
3054
 
msgstr ""
3055
 
 
3056
 
#: builtins.c:1104
3057
 
msgid ""
3058
 
"Unset values and attributes of shell variables and functions.\n"
3059
 
"    \n"
3060
 
"    For each NAME, remove the corresponding variable or function.\n"
3061
 
"    \n"
3062
 
"    Options:\n"
3063
 
"      -f\ttreat each NAME as a shell function\n"
3064
 
"      -v\ttreat each NAME as a shell variable\n"
3065
 
"    \n"
3066
 
"    Without options, unset first tries to unset a variable, and if that "
3067
 
"fails,\n"
3068
 
"    tries to unset a function.\n"
3069
 
"    \n"
3070
 
"    Some variables cannot be unset; also see `readonly'.\n"
3071
 
"    \n"
3072
 
"    Exit Status:\n"
3073
 
"    Returns success unless an invalid option is given or a NAME is read-only."
3074
 
msgstr ""
3075
 
 
3076
 
#: builtins.c:1124
3077
 
msgid ""
3078
 
"Set export attribute for shell variables.\n"
3079
 
"    \n"
3080
 
"    Marks each NAME for automatic export to the environment of subsequently\n"
3081
 
"    executed commands.  If VALUE is supplied, assign VALUE before "
3082
 
"exporting.\n"
3083
 
"    \n"
3084
 
"    Options:\n"
3085
 
"      -f\trefer to shell functions\n"
3086
 
"      -n\tremove the export property from each NAME\n"
3087
 
"      -p\tdisplay a list of all exported variables and functions\n"
3088
 
"    \n"
3089
 
"    An argument of `--' disables further option processing.\n"
3090
 
"    \n"
3091
 
"    Exit Status:\n"
3092
 
"    Returns success unless an invalid option is given or NAME is invalid."
3093
 
msgstr ""
3094
 
 
3095
 
#: builtins.c:1143
3096
 
msgid ""
3097
 
"Mark shell variables as unchangeable.\n"
3098
 
"    \n"
3099
 
"    Mark each NAME as read-only; the values of these NAMEs may not be\n"
3100
 
"    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
3101
 
"    before marking as read-only.\n"
3102
 
"    \n"
3103
 
"    Options:\n"
3104
 
"      -a\trefer to indexed array variables\n"
3105
 
"      -A\trefer to associative array variables\n"
3106
 
"      -f\trefer to shell functions\n"
3107
 
"      -p\tdisplay a list of all readonly variables and functions\n"
3108
 
"    \n"
3109
 
"    An argument of `--' disables further option processing.\n"
3110
 
"    \n"
3111
 
"    Exit Status:\n"
3112
 
"    Returns success unless an invalid option is given or NAME is invalid."
3113
 
msgstr ""
3114
 
 
3115
 
#: builtins.c:1164
3116
 
msgid ""
3117
 
"Shift positional parameters.\n"
3118
 
"    \n"
3119
 
"    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
3120
 
"    not given, it is assumed to be 1.\n"
3121
 
"    \n"
3122
 
"    Exit Status:\n"
3123
 
"    Returns success unless N is negative or greater than $#."
3124
 
msgstr ""
3125
 
 
3126
 
#: builtins.c:1176 builtins.c:1191
3127
 
msgid ""
3128
 
"Execute commands from a file in the current shell.\n"
3129
 
"    \n"
3130
 
"    Read and execute commands from FILENAME in the current shell.  The\n"
3131
 
"    entries in $PATH are used to find the directory containing FILENAME.\n"
3132
 
"    If any ARGUMENTS are supplied, they become the positional parameters\n"
3133
 
"    when FILENAME is executed.\n"
3134
 
"    \n"
3135
 
"    Exit Status:\n"
3136
 
"    Returns the status of the last command executed in FILENAME; fails if\n"
3137
 
"    FILENAME cannot be read."
3138
 
msgstr ""
3139
 
 
3140
 
#: builtins.c:1207
3141
 
msgid ""
3142
 
"Suspend shell execution.\n"
3143
 
"    \n"
3144
 
"    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
3145
 
"    Unless forced, login shells cannot be suspended.\n"
3146
 
"    \n"
3147
 
"    Options:\n"
3148
 
"      -f\tforce the suspend, even if the shell is a login shell\n"
3149
 
"    \n"
3150
 
"    Exit Status:\n"
3151
 
"    Returns success unless job control is not enabled or an error occurs."
3152
 
msgstr ""
3153
 
 
3154
 
#: builtins.c:1223
3155
 
msgid ""
3156
 
"Evaluate conditional expression.\n"
3157
 
"    \n"
3158
 
"    Exits with a status of 0 (true) or 1 (false) depending on\n"
3159
 
"    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
3160
 
"    expressions are often used to examine the status of a file.  There\n"
3161
 
"    are string operators as well, and numeric comparison operators.\n"
3162
 
"    \n"
3163
 
"    File operators:\n"
3164
 
"    \n"
3165
 
"      -a FILE        True if file exists.\n"
3166
 
"      -b FILE        True if file is block special.\n"
3167
 
"      -c FILE        True if file is character special.\n"
3168
 
"      -d FILE        True if file is a directory.\n"
3169
 
"      -e FILE        True if file exists.\n"
3170
 
"      -f FILE        True if file exists and is a regular file.\n"
3171
 
"      -g FILE        True if file is set-group-id.\n"
3172
 
"      -h FILE        True if file is a symbolic link.\n"
3173
 
"      -L FILE        True if file is a symbolic link.\n"
3174
 
"      -k FILE        True if file has its `sticky' bit set.\n"
3175
 
"      -p FILE        True if file is a named pipe.\n"
3176
 
"      -r FILE        True if file is readable by you.\n"
3177
 
"      -s FILE        True if file exists and is not empty.\n"
3178
 
"      -S FILE        True if file is a socket.\n"
3179
 
"      -t FD          True if FD is opened on a terminal.\n"
3180
 
"      -u FILE        True if the file is set-user-id.\n"
3181
 
"      -w FILE        True if the file is writable by you.\n"
3182
 
"      -x FILE        True if the file is executable by you.\n"
3183
 
"      -O FILE        True if the file is effectively owned by you.\n"
3184
 
"      -G FILE        True if the file is effectively owned by your group.\n"
3185
 
"      -N FILE        True if the file has been modified since it was last "
3186
 
"read.\n"
3187
 
"    \n"
3188
 
"      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
3189
 
"                       modification date).\n"
3190
 
"    \n"
3191
 
"      FILE1 -ot FILE2  True if file1 is older than file2.\n"
3192
 
"    \n"
3193
 
"      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
3194
 
"    \n"
3195
 
"    String operators:\n"
3196
 
"    \n"
3197
 
"      -z STRING      True if string is empty.\n"
3198
 
"    \n"
3199
 
"      -n STRING\n"
3200
 
"         STRING      True if string is not empty.\n"
3201
 
"    \n"
3202
 
"      STRING1 = STRING2\n"
3203
 
"                     True if the strings are equal.\n"
3204
 
"      STRING1 != STRING2\n"
3205
 
"                     True if the strings are not equal.\n"
3206
 
"      STRING1 < STRING2\n"
3207
 
"                     True if STRING1 sorts before STRING2 "
3208
 
"lexicographically.\n"
3209
 
"      STRING1 > STRING2\n"
3210
 
"                     True if STRING1 sorts after STRING2 lexicographically.\n"
3211
 
"    \n"
3212
 
"    Other operators:\n"
3213
 
"    \n"
3214
 
"      -o OPTION      True if the shell option OPTION is enabled.\n"
3215
 
"      ! EXPR         True if expr is false.\n"
3216
 
"      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
3217
 
"      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
3218
 
"    \n"
3219
 
"      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
3220
 
"                     -lt, -le, -gt, or -ge.\n"
3221
 
"    \n"
3222
 
"    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
3223
 
"    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
3224
 
"    than ARG2.\n"
3225
 
"    \n"
3226
 
"    Exit Status:\n"
3227
 
"    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
3228
 
"    false or an invalid argument is given."
3229
 
msgstr ""
3230
 
 
3231
 
#: builtins.c:1299
3232
 
msgid ""
3233
 
"Evaluate conditional expression.\n"
3234
 
"    \n"
3235
 
"    This is a synonym for the \"test\" builtin, but the last argument must\n"
3236
 
"    be a literal `]', to match the opening `['."
3237
 
msgstr ""
3238
 
 
3239
 
#: builtins.c:1308
3240
 
msgid ""
3241
 
"Display process times.\n"
3242
 
"    \n"
3243
 
"    Prints the accumulated user and system times for the shell and all of "
3244
 
"its\n"
3245
 
"    child processes.\n"
3246
 
"    \n"
3247
 
"    Exit Status:\n"
3248
 
"    Always succeeds."
3249
 
msgstr ""
3250
 
 
3251
 
#: builtins.c:1320
3252
 
msgid ""
3253
 
"Trap signals and other events.\n"
3254
 
"    \n"
3255
 
"    Defines and activates handlers to be run when the shell receives "
3256
 
"signals\n"
3257
 
"    or other conditions.\n"
3258
 
"    \n"
3259
 
"    ARG is a command to be read and executed when the shell receives the\n"
3260
 
"    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
3261
 
"    is supplied) or `-', each specified signal is reset to its original\n"
3262
 
"    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
3263
 
"    shell and by the commands it invokes.\n"
3264
 
"    \n"
3265
 
"    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
3266
 
"If\n"
3267
 
"    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
3268
 
"    \n"
3269
 
"    If no arguments are supplied, trap prints the list of commands "
3270
 
"associated\n"
3271
 
"    with each signal.\n"
3272
 
"    \n"
3273
 
"    Options:\n"
3274
 
"      -l\tprint a list of signal names and their corresponding numbers\n"
3275
 
"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
3276
 
"    \n"
3277
 
"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
3278
 
"number.\n"
3279
 
"    Signal names are case insensitive and the SIG prefix is optional.  A\n"
3280
 
"    signal may be sent to the shell with \"kill -signal $$\".\n"
3281
 
"    \n"
3282
 
"    Exit Status:\n"
3283
 
"    Returns success unless a SIGSPEC is invalid or an invalid option is "
3284
 
"given."
3285
 
msgstr ""
3286
 
 
3287
 
#: builtins.c:1352
3288
 
msgid ""
3289
 
"Display information about command type.\n"
3290
 
"    \n"
3291
 
"    For each NAME, indicate how it would be interpreted if used as a\n"
3292
 
"    command name.\n"
3293
 
"    \n"
3294
 
"    Options:\n"
3295
 
"      -a\tdisplay all locations containing an executable named NAME;\n"
3296
 
"    \tincludes aliases, builtins, and functions, if and only if\n"
3297
 
"    \tthe `-p' option is not also used\n"
3298
 
"      -f\tsuppress shell function lookup\n"
3299
 
"      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
3300
 
"    \tbuiltin, or function, and returns the name of the disk file\n"
3301
 
"    \tthat would be executed\n"
3302
 
"      -p\treturns either the name of the disk file that would be executed,\n"
3303
 
"    \tor nothing if `type -t NAME' would not return `file'.\n"
3304
 
"      -t\toutput a single word which is one of `alias', `keyword',\n"
3305
 
"    \t`function', `builtin', `file' or `', if NAME is an alias, shell\n"
3306
 
"    \treserved word, shell function, shell builtin, disk file, or not\n"
3307
 
"    \tfound, respectively\n"
3308
 
"    \n"
3309
 
"    Arguments:\n"
3310
 
"      NAME\tCommand name to be interpreted.\n"
3311
 
"    \n"
3312
 
"    Exit Status:\n"
3313
 
"    Returns success if all of the NAMEs are found; fails if any are not "
3314
 
"found."
3315
 
msgstr ""
3316
 
 
3317
 
#: builtins.c:1383
3318
 
msgid ""
3319
 
"Modify shell resource limits.\n"
3320
 
"    \n"
3321
 
"    Provides control over the resources available to the shell and "
3322
 
"processes\n"
3323
 
"    it creates, on systems that allow such control.\n"
3324
 
"    \n"
3325
 
"    Options:\n"
3326
 
"      -S\tuse the `soft' resource limit\n"
3327
 
"      -H\tuse the `hard' resource limit\n"
3328
 
"      -a\tall current limits are reported\n"
3329
 
"      -b\tthe socket buffer size\n"
3330
 
"      -c\tthe maximum size of core files created\n"
3331
 
"      -d\tthe maximum size of a process's data segment\n"
3332
 
"      -e\tthe maximum scheduling priority (`nice')\n"
3333
 
"      -f\tthe maximum size of files written by the shell and its children\n"
3334
 
"      -i\tthe maximum number of pending signals\n"
3335
 
"      -l\tthe maximum size a process may lock into memory\n"
3336
 
"      -m\tthe maximum resident set size\n"
3337
 
"      -n\tthe maximum number of open file descriptors\n"
3338
 
"      -p\tthe pipe buffer size\n"
3339
 
"      -q\tthe maximum number of bytes in POSIX message queues\n"
3340
 
"      -r\tthe maximum real-time scheduling priority\n"
3341
 
"      -s\tthe maximum stack size\n"
3342
 
"      -t\tthe maximum amount of cpu time in seconds\n"
3343
 
"      -u\tthe maximum number of user processes\n"
3344
 
"      -v\tthe size of virtual memory\n"
3345
 
"      -x\tthe maximum number of file locks\n"
3346
 
"    \n"
3347
 
"    If LIMIT is given, it is the new value of the specified resource; the\n"
3348
 
"    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
3349
 
"    current soft limit, the current hard limit, and no limit, respectively.\n"
3350
 
"    Otherwise, the current value of the specified resource is printed.  If\n"
3351
 
"    no option is given, then -f is assumed.\n"
3352
 
"    \n"
3353
 
"    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
3354
 
"    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
3355
 
"    number of processes.\n"
3356
 
"    \n"
3357
 
"    Exit Status:\n"
3358
 
"    Returns success unless an invalid option is supplied or an error occurs."
3359
 
msgstr ""
3360
 
 
3361
 
#: builtins.c:1428
3362
 
msgid ""
3363
 
"Display or set file mode mask.\n"
3364
 
"    \n"
3365
 
"    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
3366
 
"    the current value of the mask.\n"
3367
 
"    \n"
3368
 
"    If MODE begins with a digit, it is interpreted as an octal number;\n"
3369
 
"    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
3370
 
"    \n"
3371
 
"    Options:\n"
3372
 
"      -p\tif MODE is omitted, output in a form that may be reused as input\n"
3373
 
"      -S\tmakes the output symbolic; otherwise an octal number is output\n"
3374
 
"    \n"
3375
 
"    Exit Status:\n"
3376
 
"    Returns success unless MODE is invalid or an invalid option is given."
3377
 
msgstr ""
3378
 
 
3379
 
#: builtins.c:1448
3380
 
msgid ""
3381
 
"Wait for job completion and return exit status.\n"
3382
 
"    \n"
3383
 
"    Waits for the process identified by ID, which may be a process ID or a\n"
3384
 
"    job specification, and reports its termination status.  If ID is not\n"
3385
 
"    given, waits for all currently active child processes, and the return\n"
3386
 
"    status is zero.  If ID is a a job specification, waits for all "
3387
 
"processes\n"
3388
 
"    in the job's pipeline.\n"
3389
 
"    \n"
3390
 
"    Exit Status:\n"
3391
 
"    Returns the status of ID; fails if ID is invalid or an invalid option "
3392
 
"is\n"
3393
 
"    given."
3394
 
msgstr ""
3395
 
 
3396
 
#: builtins.c:1466
3397
 
msgid ""
3398
 
"Wait for process completion and return exit status.\n"
3399
 
"    \n"
3400
 
"    Waits for the specified process and reports its termination status.  If\n"
3401
 
"    PID is not given, all currently active child processes are waited for,\n"
3402
 
"    and the return code is zero.  PID must be a process ID.\n"
3403
 
"    \n"
3404
 
"    Exit Status:\n"
3405
 
"    Returns the status of ID; fails if ID is invalid or an invalid option "
3406
 
"is\n"
3407
 
"    given."
3408
 
msgstr ""
3409
 
 
3410
 
#: builtins.c:1481
3411
 
msgid ""
3412
 
"Execute commands for each member in a list.\n"
3413
 
"    \n"
3414
 
"    The `for' loop executes a sequence of commands for each member in a\n"
3415
 
"    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
3416
 
"    assumed.  For each element in WORDS, NAME is set to that element, and\n"
3417
 
"    the COMMANDS are executed.\n"
3418
 
"    \n"
3419
 
"    Exit Status:\n"
3420
 
"    Returns the status of the last command executed."
3421
 
msgstr ""
3422
 
 
3423
 
#: builtins.c:1495
3424
 
msgid ""
3425
 
"Arithmetic for loop.\n"
3426
 
"    \n"
3427
 
"    Equivalent to\n"
3428
 
"    \t(( EXP1 ))\n"
3429
 
"    \twhile (( EXP2 )); do\n"
3430
 
"    \t\tCOMMANDS\n"
3431
 
"    \t\t(( EXP3 ))\n"
3432
 
"    \tdone\n"
3433
 
"    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
3434
 
"    omitted, it behaves as if it evaluates to 1.\n"
3435
 
"    \n"
3436
 
"    Exit Status:\n"
3437
 
"    Returns the status of the last command executed."
3438
 
msgstr ""
3439
 
 
3440
 
#: builtins.c:1513
3441
 
msgid ""
3442
 
"Select words from a list and execute commands.\n"
3443
 
"    \n"
3444
 
"    The WORDS are expanded, generating a list of words.  The\n"
3445
 
"    set of expanded words is printed on the standard error, each\n"
3446
 
"    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
3447
 
"    is assumed.  The PS3 prompt is then displayed and a line read\n"
3448
 
"    from the standard input.  If the line consists of the number\n"
3449
 
"    corresponding to one of the displayed words, then NAME is set\n"
3450
 
"    to that word.  If the line is empty, WORDS and the prompt are\n"
3451
 
"    redisplayed.  If EOF is read, the command completes.  Any other\n"
3452
 
"    value read causes NAME to be set to null.  The line read is saved\n"
3453
 
"    in the variable REPLY.  COMMANDS are executed after each selection\n"
3454
 
"    until a break command is executed.\n"
3455
 
"    \n"
3456
 
"    Exit Status:\n"
3457
 
"    Returns the status of the last command executed."
3458
 
msgstr ""
3459
 
 
3460
 
#: builtins.c:1534
3461
 
msgid ""
3462
 
"Report time consumed by pipeline's execution.\n"
3463
 
"    \n"
3464
 
"    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
3465
 
"    and system CPU time spent executing PIPELINE when it terminates.\n"
3466
 
"    \n"
3467
 
"    Options:\n"
3468
 
"      -p\tprint the timing summary in the portable Posix format\n"
3469
 
"    \n"
3470
 
"    The value of the TIMEFORMAT variable is used as the output format.\n"
3471
 
"    \n"
3472
 
"    Exit Status:\n"
3473
 
"    The return status is the return status of PIPELINE."
3474
 
msgstr ""
3475
 
 
3476
 
#: builtins.c:1551
3477
 
msgid ""
3478
 
"Execute commands based on pattern matching.\n"
3479
 
"    \n"
3480
 
"    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
3481
 
"    `|' is used to separate multiple patterns.\n"
3482
 
"    \n"
3483
 
"    Exit Status:\n"
3484
 
"    Returns the status of the last command executed."
3485
 
msgstr ""
3486
 
 
3487
 
#: builtins.c:1563
3488
 
msgid ""
3489
 
"Execute commands based on conditional.\n"
3490
 
"    \n"
3491
 
"    The `if COMMANDS' list is executed.  If its exit status is zero, then "
3492
 
"the\n"
3493
 
"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
3494
 
"is\n"
3495
 
"    executed in turn, and if its exit status is zero, the corresponding\n"
3496
 
"    `then COMMANDS' list is executed and the if command completes.  "
3497
 
"Otherwise,\n"
3498
 
"    the `else COMMANDS' list is executed, if present.  The exit status of "
3499
 
"the\n"
3500
 
"    entire construct is the exit status of the last command executed, or "
3501
 
"zero\n"
3502
 
"    if no condition tested true.\n"
3503
 
"    \n"
3504
 
"    Exit Status:\n"
3505
 
"    Returns the status of the last command executed."
3506
 
msgstr ""
3507
 
 
3508
 
#: builtins.c:1580
3509
 
msgid ""
3510
 
"Execute commands as long as a test succeeds.\n"
3511
 
"    \n"
3512
 
"    Expand and execute COMMANDS as long as the final command in the\n"
3513
 
"    `while' COMMANDS has an exit status of zero.\n"
3514
 
"    \n"
3515
 
"    Exit Status:\n"
3516
 
"    Returns the status of the last command executed."
3517
 
msgstr ""
3518
 
 
3519
 
#: builtins.c:1592
3520
 
msgid ""
3521
 
"Execute commands as long as a test does not succeed.\n"
3522
 
"    \n"
3523
 
"    Expand and execute COMMANDS as long as the final command in the\n"
3524
 
"    `until' COMMANDS has an exit status which is not zero.\n"
3525
 
"    \n"
3526
 
"    Exit Status:\n"
3527
 
"    Returns the status of the last command executed."
3528
 
msgstr ""
3529
 
 
3530
 
#: builtins.c:1604
3531
 
msgid ""
3532
 
"Create a coprocess named NAME.\n"
3533
 
"    \n"
3534
 
"    Execute COMMAND asynchronously, with the standard output and standard\n"
3535
 
"    input of the command connected via a pipe to file descriptors assigned\n"
3536
 
"    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
3537
 
"    The default NAME is \"COPROC\".\n"
3538
 
"    \n"
3539
 
"    Exit Status:\n"
3540
 
"    Returns the exit status of COMMAND."
3541
 
msgstr ""
3542
 
 
3543
 
#: builtins.c:1618
3544
 
msgid ""
3545
 
"Define shell function.\n"
3546
 
"    \n"
3547
 
"    Create a shell function named NAME.  When invoked as a simple command,\n"
3548
 
"    NAME runs COMMANDs in the calling shell's context.  When NAME is "
3549
 
"invoked,\n"
3550
 
"    the arguments are passed to the function as $1...$n, and the function's\n"
3551
 
"    name is in $FUNCNAME.\n"
3552
 
"    \n"
3553
 
"    Exit Status:\n"
3554
 
"    Returns success unless NAME is readonly."
3555
 
msgstr ""
3556
 
 
3557
 
#: builtins.c:1632
3558
 
msgid ""
3559
 
"Group commands as a unit.\n"
3560
 
"    \n"
3561
 
"    Run a set of commands in a group.  This is one way to redirect an\n"
3562
 
"    entire set of commands.\n"
3563
 
"    \n"
3564
 
"    Exit Status:\n"
3565
 
"    Returns the status of the last command executed."
3566
 
msgstr ""
3567
 
 
3568
 
#: builtins.c:1644
3569
 
msgid ""
3570
 
"Resume job in foreground.\n"
3571
 
"    \n"
3572
 
"    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
3573
 
"    stopped or background job.  JOB_SPEC can specify either a job name\n"
3574
 
"    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
3575
 
"    the background, as if the job specification had been supplied as an\n"
3576
 
"    argument to `bg'.\n"
3577
 
"    \n"
3578
 
"    Exit Status:\n"
3579
 
"    Returns the status of the resumed job."
3580
 
msgstr ""
3581
 
 
3582
 
#: builtins.c:1659
3583
 
msgid ""
3584
 
"Evaluate arithmetic expression.\n"
3585
 
"    \n"
3586
 
"    The EXPRESSION is evaluated according to the rules for arithmetic\n"
3587
 
"    evaluation.  Equivalent to \"let EXPRESSION\".\n"
3588
 
"    \n"
3589
 
"    Exit Status:\n"
3590
 
"    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
3591
 
msgstr ""
3592
 
 
3593
 
#: builtins.c:1671
3594
 
msgid ""
3595
 
"Execute conditional command.\n"
3596
 
"    \n"
3597
 
"    Returns a status of 0 or 1 depending on the evaluation of the "
3598
 
"conditional\n"
3599
 
"    expression EXPRESSION.  Expressions are composed of the same primaries "
3600
 
"used\n"
3601
 
"    by the `test' builtin, and may be combined using the following "
3602
 
"operators:\n"
3603
 
"    \n"
3604
 
"      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
3605
 
"      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
3606
 
"      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
3607
 
"      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
3608
 
"    \n"
3609
 
"    When the `==' and `!=' operators are used, the string to the right of\n"
3610
 
"    the operator is used as a pattern and pattern matching is performed.\n"
3611
 
"    When the `=~' operator is used, the string to the right of the operator\n"
3612
 
"    is matched as a regular expression.\n"
3613
 
"    \n"
3614
 
"    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
3615
 
"    determine the expression's value.\n"
3616
 
"    \n"
3617
 
"    Exit Status:\n"
3618
 
"    0 or 1 depending on value of EXPRESSION."
3619
 
msgstr ""
3620
 
 
3621
 
#: builtins.c:1697
3622
 
msgid ""
3623
 
"Common shell variable names and usage.\n"
3624
 
"    \n"
3625
 
"    BASH_VERSION\tVersion information for this Bash.\n"
3626
 
"    CDPATH\tA colon-separated list of directories to search\n"
3627
 
"    \t\tfor directories given as arguments to `cd'.\n"
3628
 
"    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
3629
 
"    \t\tbe ignored by pathname expansion.\n"
3630
 
"    HISTFILE\tThe name of the file where your command history is stored.\n"
3631
 
"    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
3632
 
"    HISTSIZE\tThe maximum number of history lines that a running\n"
3633
 
"    \t\tshell can access.\n"
3634
 
"    HOME\tThe complete pathname to your login directory.\n"
3635
 
"    HOSTNAME\tThe name of the current host.\n"
3636
 
"    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
3637
 
"    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
3638
 
"    \t\tcharacter as the sole input.  If set, then the value\n"
3639
 
"    \t\tof it is the number of EOF characters that can be seen\n"
3640
 
"    \t\tin a row on an empty line before the shell will exit\n"
3641
 
"    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
3642
 
"    MACHTYPE\tA string describing the current system Bash is running on.\n"
3643
 
"    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
3644
 
"    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
3645
 
"    \t\tfor new mail.\n"
3646
 
"    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
3647
 
"    PATH\tA colon-separated list of directories to search when\n"
3648
 
"    \t\tlooking for commands.\n"
3649
 
"    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
3650
 
"    \t\tprimary prompt.\n"
3651
 
"    PS1\t\tThe primary prompt string.\n"
3652
 
"    PS2\t\tThe secondary prompt string.\n"
3653
 
"    PWD\t\tThe full pathname of the current directory.\n"
3654
 
"    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
3655
 
"    TERM\tThe name of the current terminal type.\n"
3656
 
"    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
3657
 
"    \t\t`time' reserved word.\n"
3658
 
"    auto_resume\tNon-null means a command word appearing on a line by\n"
3659
 
"    \t\titself is first looked for in the list of currently\n"
3660
 
"    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
3661
 
"    \t\tA value of `exact' means that the command word must\n"
3662
 
"    \t\texactly match a command in the list of stopped jobs.  A\n"
3663
 
"    \t\tvalue of `substring' means that the command word must\n"
3664
 
"    \t\tmatch a substring of the job.  Any other value means that\n"
3665
 
"    \t\tthe command must be a prefix of a stopped job.\n"
3666
 
"    histchars\tCharacters controlling history expansion and quick\n"
3667
 
"    \t\tsubstitution.  The first character is the history\n"
3668
 
"    \t\tsubstitution character, usually `!'.  The second is\n"
3669
 
"    \t\tthe `quick substitution' character, usually `^'.  The\n"
3670
 
"    \t\tthird is the `history comment' character, usually `#'.\n"
3671
 
"    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
3672
 
"    \t\tcommands should be saved on the history list.\n"
3673
 
msgstr ""
3674
 
 
3675
 
#: builtins.c:1754
3676
 
msgid ""
3677
 
"Add directories to stack.\n"
3678
 
"    \n"
3679
 
"    Adds a directory to the top of the directory stack, or rotates\n"
3680
 
"    the stack, making the new top of the stack the current working\n"
3681
 
"    directory.  With no arguments, exchanges the top two directories.\n"
3682
 
"    \n"
3683
 
"    Options:\n"
3684
 
"      -n\tSuppresses the normal change of directory when adding\n"
3685
 
"    \tdirectories to the stack, so only the stack is manipulated.\n"
3686
 
"    \n"
3687
 
"    Arguments:\n"
3688
 
"      +N\tRotates the stack so that the Nth directory (counting\n"
3689
 
"    \tfrom the left of the list shown by `dirs', starting with\n"
3690
 
"    \tzero) is at the top.\n"
3691
 
"    \n"
3692
 
"      -N\tRotates the stack so that the Nth directory (counting\n"
3693
 
"    \tfrom the right of the list shown by `dirs', starting with\n"
3694
 
"    \tzero) is at the top.\n"
3695
 
"    \n"
3696
 
"      dir\tAdds DIR to the directory stack at the top, making it the\n"
3697
 
"    \tnew current working directory.\n"
3698
 
"    \n"
3699
 
"    The `dirs' builtin displays the directory stack.\n"
3700
 
"    \n"
3701
 
"    Exit Status:\n"
3702
 
"    Returns success unless an invalid argument is supplied or the directory\n"
3703
 
"    change fails."
3704
 
msgstr ""
3705
 
 
3706
 
#: builtins.c:1788
3707
 
msgid ""
3708
 
"Remove directories from stack.\n"
3709
 
"    \n"
3710
 
"    Removes entries from the directory stack.  With no arguments, removes\n"
3711
 
"    the top directory from the stack, and changes to the new top directory.\n"
3712
 
"    \n"
3713
 
"    Options:\n"
3714
 
"      -n\tSuppresses the normal change of directory when removing\n"
3715
 
"    \tdirectories from the stack, so only the stack is manipulated.\n"
3716
 
"    \n"
3717
 
"    Arguments:\n"
3718
 
"      +N\tRemoves the Nth entry counting from the left of the list\n"
3719
 
"    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
3720
 
"    \tremoves the first directory, `popd +1' the second.\n"
3721
 
"    \n"
3722
 
"      -N\tRemoves the Nth entry counting from the right of the list\n"
3723
 
"    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
3724
 
"    \tremoves the last directory, `popd -1' the next to last.\n"
3725
 
"    \n"
3726
 
"    The `dirs' builtin displays the directory stack.\n"
3727
 
"    \n"
3728
 
"    Exit Status:\n"
3729
 
"    Returns success unless an invalid argument is supplied or the directory\n"
3730
 
"    change fails."
3731
 
msgstr ""
3732
 
 
3733
 
#: builtins.c:1818
3734
 
msgid ""
3735
 
"Display directory stack.\n"
3736
 
"    \n"
3737
 
"    Display the list of currently remembered directories.  Directories\n"
3738
 
"    find their way onto the list with the `pushd' command; you can get\n"
3739
 
"    back up through the list with the `popd' command.\n"
3740
 
"    \n"
3741
 
"    Options:\n"
3742
 
"      -c\tclear the directory stack by deleting all of the elements\n"
3743
 
"      -l\tdo not print tilde-prefixed versions of directories relative\n"
3744
 
"    \tto your home directory\n"
3745
 
"      -p\tprint the directory stack with one entry per line\n"
3746
 
"      -v\tprint the directory stack with one entry per line prefixed\n"
3747
 
"    \twith its position in the stack\n"
3748
 
"    \n"
3749
 
"    Arguments:\n"
3750
 
"      +N\tDisplays the Nth entry counting from the left of the list shown "
3751
 
"by\n"
3752
 
"    \tdirs when invoked without options, starting with zero.\n"
3753
 
"    \n"
3754
 
"      -N\tDisplays the Nth entry counting from the right of the list shown "
3755
 
"by\n"
3756
 
"    \tdirs when invoked without options, starting with zero.\n"
3757
 
"    \n"
3758
 
"    Exit Status:\n"
3759
 
"    Returns success unless an invalid option is supplied or an error occurs."
3760
 
msgstr ""
3761
 
 
3762
 
#: builtins.c:1847
3763
 
msgid ""
3764
 
"Set and unset shell options.\n"
3765
 
"    \n"
3766
 
"    Change the setting of each shell option OPTNAME.  Without any option\n"
3767
 
"    arguments, list all shell options with an indication of whether or not "
3768
 
"each\n"
3769
 
"    is set.\n"
3770
 
"    \n"
3771
 
"    Options:\n"
3772
 
"      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
3773
 
"      -p\tprint each shell option with an indication of its status\n"
3774
 
"      -q\tsuppress output\n"
3775
 
"      -s\tenable (set) each OPTNAME\n"
3776
 
"      -u\tdisable (unset) each OPTNAME\n"
3777
 
"    \n"
3778
 
"    Exit Status:\n"
3779
 
"    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
3780
 
"    given or OPTNAME is disabled."
3781
 
msgstr ""
3782
 
 
3783
 
#: builtins.c:1868
3784
 
msgid ""
3785
 
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
3786
 
"    \n"
3787
 
"    Options:\n"
3788
 
"      -v var\tassign the output to shell variable VAR rather than\n"
3789
 
"    \t\tdisplay it on the standard output\n"
3790
 
"    \n"
3791
 
"    FORMAT is a character string which contains three types of objects: "
3792
 
"plain\n"
3793
 
"    characters, which are simply copied to standard output; character "
3794
 
"escape\n"
3795
 
"    sequences, which are converted and copied to the standard output; and\n"
3796
 
"    format specifications, each of which causes printing of the next "
3797
 
"successive\n"
3798
 
"    argument.\n"
3799
 
"    \n"
3800
 
"    In addition to the standard format specifications described in "
3801
 
"printf(1)\n"
3802
 
"    and printf(3), printf interprets:\n"
3803
 
"    \n"
3804
 
"      %b\texpand backslash escape sequences in the corresponding argument\n"
3805
 
"      %q\tquote the argument in a way that can be reused as shell input\n"
3806
 
"    \n"
3807
 
"    Exit Status:\n"
3808
 
"    Returns success unless an invalid option is given or a write or "
3809
 
"assignment\n"
3810
 
"    error occurs."
3811
 
msgstr ""
3812
 
 
3813
 
#: builtins.c:1895
3814
 
msgid ""
3815
 
"Specify how arguments are to be completed by Readline.\n"
3816
 
"    \n"
3817
 
"    For each NAME, specify how arguments are to be completed.  If no "
3818
 
"options\n"
3819
 
"    are supplied, existing completion specifications are printed in a way "
3820
 
"that\n"
3821
 
"    allows them to be reused as input.\n"
3822
 
"    \n"
3823
 
"    Options:\n"
3824
 
"      -p\tprint existing completion specifications in a reusable format\n"
3825
 
"      -r\tremove a completion specification for each NAME, or, if no\n"
3826
 
"    \tNAMEs are supplied, all completion specifications\n"
3827
 
"      -D\tapply the completions and actions as the default for commands\n"
3828
 
"    \twithout any specific completion defined\n"
3829
 
"      -E\tapply the completions and actions to \"empty\" commands --\n"
3830
 
"    \tcompletion attempted on a blank line\n"
3831
 
"    \n"
3832
 
"    When completion is attempted, the actions are applied in the order the\n"
3833
 
"    uppercase-letter options are listed above.  The -D option takes\n"
3834
 
"    precedence over -E.\n"
3835
 
"    \n"
3836
 
"    Exit Status:\n"
3837
 
"    Returns success unless an invalid option is supplied or an error occurs."
3838
 
msgstr ""
3839
 
 
3840
 
#: builtins.c:1923
3841
 
msgid ""
3842
 
"Display possible completions depending on the options.\n"
3843
 
"    \n"
3844
 
"    Intended to be used from within a shell function generating possible\n"
3845
 
"    completions.  If the optional WORD argument is supplied, matches "
3846
 
"against\n"
3847
 
"    WORD are generated.\n"
3848
 
"    \n"
3849
 
"    Exit Status:\n"
3850
 
"    Returns success unless an invalid option is supplied or an error occurs."
3851
 
msgstr ""
3852
 
 
3853
 
#: builtins.c:1938
3854
 
msgid ""
3855
 
"Modify or display completion options.\n"
3856
 
"    \n"
3857
 
"    Modify the completion options for each NAME, or, if no NAMEs are "
3858
 
"supplied,\n"
3859
 
"    the completion currently begin executed.  If no OPTIONs are givenm, "
3860
 
"print\n"
3861
 
"    the completion options for each NAME or the current completion "
3862
 
"specification.\n"
3863
 
"    \n"
3864
 
"    Options:\n"
3865
 
"    \t-o option\tSet completion option OPTION for each NAME\n"
3866
 
"    \t-D\t\tChange options for the \"default\" command completion\n"
3867
 
"    \t-E\t\tChange options for the \"empty\" command completion\n"
3868
 
"    \n"
3869
 
"    Using `+o' instead of `-o' turns off the specified option.\n"
3870
 
"    \n"
3871
 
"    Arguments:\n"
3872
 
"    \n"
3873
 
"    Each NAME refers to a command for which a completion specification must\n"
3874
 
"    have previously been defined using the `complete' builtin.  If no NAMEs\n"
3875
 
"    are supplied, compopt must be called by a function currently generating\n"
3876
 
"    completions, and the options for that currently-executing completion\n"
3877
 
"    generator are modified.\n"
3878
 
"    \n"
3879
 
"    Exit Status:\n"
3880
 
"    Returns success unless an invalid option is supplied or NAME does not\n"
3881
 
"    have a completion specification defined."
3882
 
msgstr ""
3883
 
 
3884
 
#: builtins.c:1968
3885
 
msgid ""
3886
 
"Read lines from the standard input into an indexed array variable.\n"
3887
 
"    \n"
3888
 
"    Read lines from the standard input into the indexed array variable "
3889
 
"ARRAY, or\n"
3890
 
"    from file descriptor FD if the -u option is supplied.  The variable "
3891
 
"MAPFILE\n"
3892
 
"    is the default ARRAY.\n"
3893
 
"    \n"
3894
 
"    Options:\n"
3895
 
"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
3896
 
"copied.\n"
3897
 
"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
3898
 
"index is 0.\n"
3899
 
"      -s count \tDiscard the first COUNT lines read.\n"
3900
 
"      -t\t\tRemove a trailing newline from each line read.\n"
3901
 
"      -u fd\t\tRead lines from file descriptor FD instead of the standard "
3902
 
"input.\n"
3903
 
"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n"
3904
 
"      -c quantum\tSpecify the number of lines read between each call to "
3905
 
"CALLBACK.\n"
3906
 
"    \n"
3907
 
"    Arguments:\n"
3908
 
"      ARRAY\t\tArray variable name to use for file data.\n"
3909
 
"    \n"
3910
 
"    If -C is supplied without -c, the default quantum is 5000.  When\n"
3911
 
"    CALLBACK is evaluated, it is supplied the index of the next array\n"
3912
 
"    element to be assigned as an additional argument.\n"
3913
 
"    \n"
3914
 
"    If not supplied with an explicit origin, mapfile will clear ARRAY "
3915
 
"before\n"
3916
 
"    assigning to it.\n"
3917
 
"    \n"
3918
 
"    Exit Status:\n"
3919
 
"    Returns success unless an invalid option is given or ARRAY is readonly "
3920
 
"or\n"
3921
 
"    not an indexed array."
3922
 
msgstr ""
3923
 
 
3924
 
#: builtins.c:2001
3925
 
msgid ""
3926
 
"Read lines from a file into an array variable.\n"
3927
 
"    \n"
3928
 
"    A synonym for `mapfile'."
3929
 
msgstr ""