~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to po/gawk.pot

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# SOME DESCRIPTIVE TITLE.
2
2
# Copyright (C) YEAR Free Software Foundation, Inc.
3
 
# This file is distributed under the same license as the GNU gawk package.
 
3
# This file is distributed under the same license as the PACKAGE package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
 
"Project-Id-Version: GNU gawk 5.3.0c\n"
10
 
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
11
 
"POT-Creation-Date: 2024-08-29 09:36+0300\n"
 
9
"Project-Id-Version: gawk 4.1.0b\n"
 
10
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
 
11
"POT-Creation-Date: 2014-01-14 22:23+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
17
17
"Content-Type: text/plain; charset=CHARSET\n"
18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
 
20
 
#: array.c:249
 
20
#: array.c:256
21
21
#, c-format
22
22
msgid "from %s"
23
23
msgstr ""
24
24
 
25
 
#: array.c:355
 
25
#: array.c:357
26
26
msgid "attempt to use a scalar value as array"
27
27
msgstr ""
28
28
 
29
 
#: array.c:357
 
29
#: array.c:359
30
30
#, c-format
31
31
msgid "attempt to use scalar parameter `%s' as an array"
32
32
msgstr ""
33
33
 
34
 
#: array.c:360
 
34
#: array.c:362
35
35
#, c-format
36
36
msgid "attempt to use scalar `%s' as an array"
37
37
msgstr ""
38
38
 
39
 
#: array.c:407 array.c:574 builtin.c:83 builtin.c:1139 builtin.c:1166
40
 
#: eval.c:1156 eval.c:1161 eval.c:1561
 
39
#: array.c:409 array.c:576 builtin.c:85 builtin.c:1599 builtin.c:1645
 
40
#: builtin.c:1658 builtin.c:2086 builtin.c:2100 eval.c:1122 eval.c:1126
 
41
#: eval.c:1531
41
42
#, c-format
42
43
msgid "attempt to use array `%s' in a scalar context"
43
44
msgstr ""
44
45
 
45
 
#: array.c:581
 
46
#: array.c:583
46
47
#, c-format
47
 
msgid "delete: index `%.*s' not in array `%s'"
 
48
msgid "delete: index `%s' not in array `%s'"
48
49
msgstr ""
49
50
 
50
 
#: array.c:595
 
51
#: array.c:597
51
52
#, c-format
52
53
msgid "attempt to use scalar `%s[\"%.*s\"]' as an array"
53
54
msgstr ""
54
55
 
55
 
#: array.c:808 array.c:858
56
 
#, c-format
57
 
msgid "%s: first argument is not an array"
58
 
msgstr ""
59
 
 
60
 
#: array.c:850
61
 
#, c-format
62
 
msgid "%s: second argument is not an array"
63
 
msgstr ""
64
 
 
65
 
#: array.c:853 field.c:1148 field.c:1245
66
 
#, c-format
67
 
msgid "%s: cannot use %s as second argument"
68
 
msgstr ""
69
 
 
70
 
#: array.c:861
71
 
#, c-format
72
 
msgid "%s: first argument cannot be SYMTAB without a second argument"
73
 
msgstr ""
74
 
 
75
 
#: array.c:863
76
 
#, c-format
77
 
msgid "%s: first argument cannot be FUNCTAB without a second argument"
78
 
msgstr ""
79
 
 
80
 
#: array.c:870
81
 
msgid ""
82
 
"asort/asorti: using the same array as source and destination without a third "
83
 
"argument is silly."
84
 
msgstr ""
85
 
 
86
 
#: array.c:875
87
 
#, c-format
88
 
msgid "%s: cannot use a subarray of first argument for second argument"
89
 
msgstr ""
90
 
 
91
 
#: array.c:880
92
 
#, c-format
93
 
msgid "%s: cannot use a subarray of second argument for first argument"
94
 
msgstr ""
95
 
 
96
 
#: array.c:1410
 
56
#: array.c:776
 
57
msgid "adump: first argument not an array"
 
58
msgstr ""
 
59
 
 
60
#: array.c:815
 
61
msgid "asort: second argument not an array"
 
62
msgstr ""
 
63
 
 
64
#: array.c:816
 
65
msgid "asorti: second argument not an array"
 
66
msgstr ""
 
67
 
 
68
#: array.c:823
 
69
msgid "asort: first argument not an array"
 
70
msgstr ""
 
71
 
 
72
#: array.c:824
 
73
msgid "asorti: first argument not an array"
 
74
msgstr ""
 
75
 
 
76
#: array.c:831
 
77
msgid "asort: cannot use a subarray of first arg for second arg"
 
78
msgstr ""
 
79
 
 
80
#: array.c:832
 
81
msgid "asorti: cannot use a subarray of first arg for second arg"
 
82
msgstr ""
 
83
 
 
84
#: array.c:837
 
85
msgid "asort: cannot use a subarray of second arg for first arg"
 
86
msgstr ""
 
87
 
 
88
#: array.c:838
 
89
msgid "asorti: cannot use a subarray of second arg for first arg"
 
90
msgstr ""
 
91
 
 
92
#: array.c:1314
97
93
#, c-format
98
94
msgid "`%s' is invalid as a function name"
99
95
msgstr ""
100
96
 
101
 
#: array.c:1414
 
97
#: array.c:1318
102
98
#, c-format
103
99
msgid "sort comparison function `%s' is not defined"
104
100
msgstr ""
105
101
 
106
 
#: awkgram.y:279
 
102
#: awkgram.y:233
107
103
#, c-format
108
104
msgid "%s blocks must have an action part"
109
105
msgstr ""
110
106
 
111
 
#: awkgram.y:282
 
107
#: awkgram.y:236
112
108
msgid "each rule must have a pattern or an action part"
113
109
msgstr ""
114
110
 
115
 
#: awkgram.y:436 awkgram.y:448
 
111
#: awkgram.y:325 awkgram.y:336
116
112
msgid "old awk does not support multiple `BEGIN' or `END' rules"
117
113
msgstr ""
118
114
 
119
 
#: awkgram.y:501
 
115
#: awkgram.y:373
120
116
#, c-format
121
117
msgid "`%s' is a built-in function, it cannot be redefined"
122
118
msgstr ""
123
119
 
124
 
#: awkgram.y:565
 
120
#: awkgram.y:419
125
121
msgid "regexp constant `//' looks like a C++ comment, but is not"
126
122
msgstr ""
127
123
 
128
 
#: awkgram.y:569
 
124
#: awkgram.y:423
129
125
#, c-format
130
126
msgid "regexp constant `/%s/' looks like a C comment, but is not"
131
127
msgstr ""
132
128
 
133
 
#: awkgram.y:696
 
129
#: awkgram.y:515
134
130
#, c-format
135
131
msgid "duplicate case values in switch body: %s"
136
132
msgstr ""
137
133
 
138
 
#: awkgram.y:717
 
134
#: awkgram.y:536
139
135
msgid "duplicate `default' detected in switch body"
140
136
msgstr ""
141
137
 
142
 
#: awkgram.y:1053 awkgram.y:4480
 
138
#: awkgram.y:796 awkgram.y:3699
143
139
msgid "`break' is not allowed outside a loop or switch"
144
140
msgstr ""
145
141
 
146
 
#: awkgram.y:1063 awkgram.y:4472
 
142
#: awkgram.y:805 awkgram.y:3691
147
143
msgid "`continue' is not allowed outside a loop"
148
144
msgstr ""
149
145
 
150
 
#: awkgram.y:1074
 
146
#: awkgram.y:815
151
147
#, c-format
152
148
msgid "`next' used in %s action"
153
149
msgstr ""
154
150
 
155
 
#: awkgram.y:1085
 
151
#: awkgram.y:824
156
152
#, c-format
157
153
msgid "`nextfile' used in %s action"
158
154
msgstr ""
159
155
 
160
 
#: awkgram.y:1113
 
156
#: awkgram.y:848
161
157
msgid "`return' used outside function context"
162
158
msgstr ""
163
159
 
164
 
#: awkgram.y:1186
 
160
#: awkgram.y:922
165
161
msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'"
166
162
msgstr ""
167
163
 
168
 
#: awkgram.y:1256 awkgram.y:1305
 
164
#: awkgram.y:988 awkgram.y:1037
169
165
msgid "`delete' is not allowed with SYMTAB"
170
166
msgstr ""
171
167
 
172
 
#: awkgram.y:1258 awkgram.y:1307
 
168
#: awkgram.y:990 awkgram.y:1039
173
169
msgid "`delete' is not allowed with FUNCTAB"
174
170
msgstr ""
175
171
 
176
 
#: awkgram.y:1292 awkgram.y:1296
 
172
#: awkgram.y:1024 awkgram.y:1028
177
173
msgid "`delete(array)' is a non-portable tawk extension"
178
174
msgstr ""
179
175
 
180
 
#: awkgram.y:1432
 
176
#: awkgram.y:1149
181
177
msgid "multistage two-way pipelines don't work"
182
178
msgstr ""
183
179
 
184
 
#: awkgram.y:1434
185
 
msgid "concatenation as I/O `>' redirection target is ambiguous"
186
 
msgstr ""
187
 
 
188
 
#: awkgram.y:1646
 
180
#: awkgram.y:1264
189
181
msgid "regular expression on right of assignment"
190
182
msgstr ""
191
183
 
192
 
#: awkgram.y:1661 awkgram.y:1674
 
184
#: awkgram.y:1275
193
185
msgid "regular expression on left of `~' or `!~' operator"
194
186
msgstr ""
195
187
 
196
 
#: awkgram.y:1691 awkgram.y:1841
 
188
#: awkgram.y:1291 awkgram.y:1442
197
189
msgid "old awk does not support the keyword `in' except after `for'"
198
190
msgstr ""
199
191
 
200
 
#: awkgram.y:1701
 
192
#: awkgram.y:1301
201
193
msgid "regular expression on right of comparison"
202
194
msgstr ""
203
195
 
204
 
#: awkgram.y:1820
205
 
#, c-format
206
 
msgid "non-redirected `getline' invalid inside `%s' rule"
207
 
msgstr ""
208
 
 
209
 
#: awkgram.y:1823
 
196
#: awkgram.y:1417
 
197
#, c-format
 
198
msgid "`getline var' invalid inside `%s' rule"
 
199
msgstr ""
 
200
 
 
201
#: awkgram.y:1420
 
202
#, c-format
 
203
msgid "`getline' invalid inside `%s' rule"
 
204
msgstr ""
 
205
 
 
206
#: awkgram.y:1425
210
207
msgid "non-redirected `getline' undefined inside END action"
211
208
msgstr ""
212
209
 
213
 
#: awkgram.y:1843
 
210
#: awkgram.y:1444
214
211
msgid "old awk does not support multidimensional arrays"
215
212
msgstr ""
216
213
 
217
 
#: awkgram.y:1946
 
214
#: awkgram.y:1541
218
215
msgid "call of `length' without parentheses is not portable"
219
216
msgstr ""
220
217
 
221
 
#: awkgram.y:2020
 
218
#: awkgram.y:1607
222
219
msgid "indirect function calls are a gawk extension"
223
220
msgstr ""
224
221
 
225
 
#: awkgram.y:2033
226
 
#, c-format
227
 
msgid "cannot use special variable `%s' for indirect function call"
228
 
msgstr ""
229
 
 
230
 
#: awkgram.y:2066
231
 
#, c-format
232
 
msgid "attempt to use non-function `%s' in function call"
233
 
msgstr ""
234
 
 
235
 
#: awkgram.y:2131
 
222
#: awkgram.y:1620
 
223
#, c-format
 
224
msgid "can not use special variable `%s' for indirect function call"
 
225
msgstr ""
 
226
 
 
227
#: awkgram.y:1698
236
228
msgid "invalid subscript expression"
237
229
msgstr ""
238
230
 
239
 
#: awkgram.y:2506 awkgram.y:2526 gawkapi.c:275 gawkapi.c:292 msg.c:133
 
231
#: awkgram.y:2024 awkgram.y:2044 gawkapi.c:206 gawkapi.c:224 msg.c:126
240
232
msgid "warning: "
241
233
msgstr ""
242
234
 
243
 
#: awkgram.y:2524 gawkapi.c:247 gawkapi.c:290 msg.c:165
 
235
#: awkgram.y:2042 gawkapi.c:192 gawkapi.c:221 msg.c:158
244
236
msgid "fatal: "
245
237
msgstr ""
246
238
 
247
 
#: awkgram.y:2577
 
239
#: awkgram.y:2092
248
240
msgid "unexpected newline or end of string"
249
241
msgstr ""
250
242
 
251
 
#: awkgram.y:2598
252
 
msgid ""
253
 
"source files / command-line arguments must contain complete functions or "
254
 
"rules"
255
 
msgstr ""
256
 
 
257
 
#: awkgram.y:2882 awkgram.y:2960 awkgram.y:3193 debug.c:545 debug.c:561
258
 
#: debug.c:2888 debug.c:5257
259
 
#, c-format
260
 
msgid "cannot open source file `%s' for reading: %s"
261
 
msgstr ""
262
 
 
263
 
#: awkgram.y:2883 awkgram.y:3020
264
 
#, c-format
265
 
msgid "cannot open shared library `%s' for reading: %s"
266
 
msgstr ""
267
 
 
268
 
#: awkgram.y:2885 awkgram.y:2961 awkgram.y:3021 builtin.c:131 debug.c:5408
 
243
#: awkgram.y:2359 awkgram.y:2435 awkgram.y:2658 debug.c:523 debug.c:539
 
244
#: debug.c:2812 debug.c:5055
 
245
#, c-format
 
246
msgid "can't open source file `%s' for reading (%s)"
 
247
msgstr ""
 
248
 
 
249
#: awkgram.y:2360 awkgram.y:2485
 
250
#, c-format
 
251
msgid "can't open shared library `%s' for reading (%s)"
 
252
msgstr ""
 
253
 
 
254
#: awkgram.y:2362 awkgram.y:2436 awkgram.y:2486 builtin.c:135 debug.c:5206
269
255
msgid "reason unknown"
270
256
msgstr ""
271
257
 
272
 
#: awkgram.y:2894 awkgram.y:2918
 
258
#: awkgram.y:2371 awkgram.y:2395
273
259
#, c-format
274
 
msgid "cannot include `%s' and use it as a program file"
 
260
msgid "can't include `%s' and use it as a program file"
275
261
msgstr ""
276
262
 
277
 
#: awkgram.y:2907
 
263
#: awkgram.y:2384
278
264
#, c-format
279
265
msgid "already included source file `%s'"
280
266
msgstr ""
281
267
 
282
 
#: awkgram.y:2908
 
268
#: awkgram.y:2385
283
269
#, c-format
284
270
msgid "already loaded shared library `%s'"
285
271
msgstr ""
286
272
 
287
 
#: awkgram.y:2945
 
273
#: awkgram.y:2420
288
274
msgid "@include is a gawk extension"
289
275
msgstr ""
290
276
 
291
 
#: awkgram.y:2951
 
277
#: awkgram.y:2426
292
278
msgid "empty filename after @include"
293
279
msgstr ""
294
280
 
295
 
#: awkgram.y:3000
 
281
#: awkgram.y:2470
296
282
msgid "@load is a gawk extension"
297
283
msgstr ""
298
284
 
299
 
#: awkgram.y:3007
 
285
#: awkgram.y:2476
300
286
msgid "empty filename after @load"
301
287
msgstr ""
302
288
 
303
 
#: awkgram.y:3145
 
289
#: awkgram.y:2610
304
290
msgid "empty program text on command line"
305
291
msgstr ""
306
292
 
307
 
#: awkgram.y:3261 debug.c:470 debug.c:628
 
293
#: awkgram.y:2725
308
294
#, c-format
309
 
msgid "cannot read source file `%s': %s"
 
295
msgid "can't read sourcefile `%s' (%s)"
310
296
msgstr ""
311
297
 
312
 
#: awkgram.y:3272
 
298
#: awkgram.y:2736
313
299
#, c-format
314
300
msgid "source file `%s' is empty"
315
301
msgstr ""
316
302
 
317
 
#: awkgram.y:3332
318
 
#, c-format
319
 
msgid "error: invalid character '\\%03o' in source code"
320
 
msgstr ""
321
 
 
322
 
#: awkgram.y:3559
 
303
#: awkgram.y:2913
323
304
msgid "source file does not end in newline"
324
305
msgstr ""
325
306
 
326
 
#: awkgram.y:3669
 
307
#: awkgram.y:3018
327
308
msgid "unterminated regexp ends with `\\' at end of file"
328
309
msgstr ""
329
310
 
330
 
#: awkgram.y:3696
 
311
#: awkgram.y:3042
331
312
#, c-format
332
313
msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk"
333
314
msgstr ""
334
315
 
335
 
#: awkgram.y:3700
 
316
#: awkgram.y:3046
336
317
#, c-format
337
318
msgid "tawk regex modifier `/.../%c' doesn't work in gawk"
338
319
msgstr ""
339
320
 
340
 
#: awkgram.y:3713
 
321
#: awkgram.y:3053
341
322
msgid "unterminated regexp"
342
323
msgstr ""
343
324
 
344
 
#: awkgram.y:3717
 
325
#: awkgram.y:3057
345
326
msgid "unterminated regexp at end of file"
346
327
msgstr ""
347
328
 
348
 
#: awkgram.y:3806
 
329
#: awkgram.y:3116
349
330
msgid "use of `\\ #...' line continuation is not portable"
350
331
msgstr ""
351
332
 
352
 
#: awkgram.y:3828
 
333
#: awkgram.y:3132
353
334
msgid "backslash not last character on line"
354
335
msgstr ""
355
336
 
356
 
#: awkgram.y:3876 awkgram.y:3878
357
 
msgid "multidimensional arrays are a gawk extension"
358
 
msgstr ""
359
 
 
360
 
#: awkgram.y:3903 awkgram.y:3914
361
 
#, c-format
362
 
msgid "POSIX does not allow operator `%s'"
363
 
msgstr ""
364
 
 
365
 
#: awkgram.y:3905 awkgram.y:3916 awkgram.y:3951 awkgram.y:3959
366
 
#, c-format
367
 
msgid "operator `%s' is not supported in old awk"
368
 
msgstr ""
369
 
 
370
 
#: awkgram.y:4056 awkgram.y:4078 command.y:1188
 
337
#: awkgram.y:3193
 
338
msgid "POSIX does not allow operator `**='"
 
339
msgstr ""
 
340
 
 
341
#: awkgram.y:3195
 
342
msgid "old awk does not support operator `**='"
 
343
msgstr ""
 
344
 
 
345
#: awkgram.y:3204
 
346
msgid "POSIX does not allow operator `**'"
 
347
msgstr ""
 
348
 
 
349
#: awkgram.y:3206
 
350
msgid "old awk does not support operator `**'"
 
351
msgstr ""
 
352
 
 
353
#: awkgram.y:3241
 
354
msgid "operator `^=' is not supported in old awk"
 
355
msgstr ""
 
356
 
 
357
#: awkgram.y:3249
 
358
msgid "operator `^' is not supported in old awk"
 
359
msgstr ""
 
360
 
 
361
#: awkgram.y:3342 awkgram.y:3358 command.y:1178
371
362
msgid "unterminated string"
372
363
msgstr ""
373
364
 
374
 
#: awkgram.y:4066 main.c:1263
375
 
msgid "POSIX does not allow physical newlines in string values"
376
 
msgstr ""
377
 
 
378
 
#: awkgram.y:4068 node.c:480
379
 
msgid "backslash string continuation is not portable"
380
 
msgstr ""
381
 
 
382
 
#: awkgram.y:4309
 
365
#: awkgram.y:3579
383
366
#, c-format
384
367
msgid "invalid char '%c' in expression"
385
368
msgstr ""
386
369
 
387
 
#: awkgram.y:4404
 
370
#: awkgram.y:3626
388
371
#, c-format
389
372
msgid "`%s' is a gawk extension"
390
373
msgstr ""
391
374
 
392
 
#: awkgram.y:4409
 
375
#: awkgram.y:3631
393
376
#, c-format
394
377
msgid "POSIX does not allow `%s'"
395
378
msgstr ""
396
379
 
397
 
#: awkgram.y:4417
 
380
#: awkgram.y:3639
398
381
#, c-format
399
382
msgid "`%s' is not supported in old awk"
400
383
msgstr ""
401
384
 
402
 
#: awkgram.y:4517
403
 
msgid "`goto' considered harmful!"
 
385
#: awkgram.y:3729
 
386
msgid "`goto' considered harmful!\n"
404
387
msgstr ""
405
388
 
406
 
#: awkgram.y:4586
 
389
#: awkgram.y:3763
407
390
#, c-format
408
391
msgid "%d is invalid as number of arguments for %s"
409
392
msgstr ""
410
393
 
411
 
#: awkgram.y:4621
 
394
#: awkgram.y:3798
412
395
#, c-format
413
 
msgid "%s: string literal as last argument of substitute has no effect"
 
396
msgid "%s: string literal as last arg of substitute has no effect"
414
397
msgstr ""
415
398
 
416
 
#: awkgram.y:4626
 
399
#: awkgram.y:3803
417
400
#, c-format
418
401
msgid "%s third parameter is not a changeable object"
419
402
msgstr ""
420
403
 
421
 
#: awkgram.y:4730 awkgram.y:4733
 
404
#: awkgram.y:3886 awkgram.y:3889
422
405
msgid "match: third argument is a gawk extension"
423
406
msgstr ""
424
407
 
425
 
#: awkgram.y:4787 awkgram.y:4790
 
408
#: awkgram.y:3943 awkgram.y:3946
426
409
msgid "close: second argument is a gawk extension"
427
410
msgstr ""
428
411
 
429
 
#: awkgram.y:4802
 
412
#: awkgram.y:3958
430
413
msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore"
431
414
msgstr ""
432
415
 
433
 
#: awkgram.y:4817
 
416
#: awkgram.y:3973
434
417
msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
435
418
msgstr ""
436
419
 
437
 
#: awkgram.y:4836
 
420
#: awkgram.y:3992
438
421
msgid "index: regexp constant as second argument is not allowed"
439
422
msgstr ""
440
423
 
441
 
#: awkgram.y:4889
 
424
#: awkgram.y:4045
442
425
#, c-format
443
426
msgid "function `%s': parameter `%s' shadows global variable"
444
427
msgstr ""
445
428
 
446
 
#: awkgram.y:4938 debug.c:4241 debug.c:4284 debug.c:5406 profile.c:110
 
429
#: awkgram.y:4102 debug.c:4041 debug.c:4084 debug.c:5204
447
430
#, c-format
448
 
msgid "could not open `%s' for writing: %s"
 
431
msgid "could not open `%s' for writing (%s)"
449
432
msgstr ""
450
433
 
451
 
#: awkgram.y:4939
 
434
#: awkgram.y:4103
452
435
msgid "sending variable list to standard error"
453
436
msgstr ""
454
437
 
455
 
#: awkgram.y:4947
 
438
#: awkgram.y:4111
456
439
#, c-format
457
 
msgid "%s: close failed: %s"
 
440
msgid "%s: close failed (%s)"
458
441
msgstr ""
459
442
 
460
 
#: awkgram.y:4972
 
443
#: awkgram.y:4136
461
444
msgid "shadow_funcs() called twice!"
462
445
msgstr ""
463
446
 
464
 
#: awkgram.y:4980
465
 
msgid "there were shadowed variables"
 
447
#: awkgram.y:4144
 
448
msgid "there were shadowed variables."
466
449
msgstr ""
467
450
 
468
 
#: awkgram.y:5072
 
451
#: awkgram.y:4215
469
452
#, c-format
470
453
msgid "function name `%s' previously defined"
471
454
msgstr ""
472
455
 
473
 
#: awkgram.y:5123
474
 
#, c-format
475
 
msgid "function `%s': cannot use function name as parameter name"
476
 
msgstr ""
477
 
 
478
 
#: awkgram.y:5126
479
 
#, c-format
480
 
msgid ""
481
 
"function `%s': parameter `%s': POSIX disallows using a special variable as a "
482
 
"function parameter"
483
 
msgstr ""
484
 
 
485
 
#: awkgram.y:5130
486
 
#, c-format
487
 
msgid "function `%s': parameter `%s' cannot contain a namespace"
488
 
msgstr ""
489
 
 
490
 
#: awkgram.y:5137
 
456
#: awkgram.y:4261
 
457
#, c-format
 
458
msgid "function `%s': can't use function name as parameter name"
 
459
msgstr ""
 
460
 
 
461
#: awkgram.y:4264
 
462
#, c-format
 
463
msgid "function `%s': can't use special variable `%s' as a function parameter"
 
464
msgstr ""
 
465
 
 
466
#: awkgram.y:4272
491
467
#, c-format
492
468
msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
493
469
msgstr ""
494
470
 
495
 
#: awkgram.y:5226
 
471
#: awkgram.y:4359 awkgram.y:4365
496
472
#, c-format
497
473
msgid "function `%s' called but never defined"
498
474
msgstr ""
499
475
 
500
 
#: awkgram.y:5230
 
476
#: awkgram.y:4369
501
477
#, c-format
502
478
msgid "function `%s' defined but never called directly"
503
479
msgstr ""
504
480
 
505
 
#: awkgram.y:5262
 
481
#: awkgram.y:4401
506
482
#, c-format
507
483
msgid "regexp constant for parameter #%d yields boolean value"
508
484
msgstr ""
509
485
 
510
 
#: awkgram.y:5277
 
486
#: awkgram.y:4460
511
487
#, c-format
512
488
msgid ""
513
489
"function `%s' called with space between name and `(',\n"
514
490
"or used as a variable or an array"
515
491
msgstr ""
516
492
 
517
 
#: awkgram.y:5501 awkgram.y:5554 mpfr.c:1586 mpfr.c:1621
 
493
#: awkgram.y:4696
518
494
msgid "division by zero attempted"
519
495
msgstr ""
520
496
 
521
 
#: awkgram.y:5510 awkgram.y:5563 mpfr.c:1631
 
497
#: awkgram.y:4705
522
498
#, c-format
523
499
msgid "division by zero attempted in `%%'"
524
500
msgstr ""
525
501
 
526
 
#: awkgram.y:5883
 
502
#: awkgram.y:5025
527
503
msgid ""
528
504
"cannot assign a value to the result of a field post-increment expression"
529
505
msgstr ""
530
506
 
531
 
#: awkgram.y:5886
 
507
#: awkgram.y:5028
532
508
#, c-format
533
509
msgid "invalid target of assignment (opcode %s)"
534
510
msgstr ""
535
511
 
536
 
#: awkgram.y:6266
537
 
msgid "statement has no effect"
538
 
msgstr ""
539
 
 
540
 
#: awkgram.y:6781
541
 
#, c-format
542
 
msgid "identifier %s: qualified names not allowed in traditional / POSIX mode"
543
 
msgstr ""
544
 
 
545
 
#: awkgram.y:6786
546
 
#, c-format
547
 
msgid "identifier %s: namespace separator is two colons, not one"
548
 
msgstr ""
549
 
 
550
 
#: awkgram.y:6792
551
 
#, c-format
552
 
msgid "qualified identifier `%s' is badly formed"
553
 
msgstr ""
554
 
 
555
 
#: awkgram.y:6799
556
 
#, c-format
557
 
msgid ""
558
 
"identifier `%s': namespace separator can only appear once in a qualified name"
559
 
msgstr ""
560
 
 
561
 
#: awkgram.y:6848 awkgram.y:6899
562
 
#, c-format
563
 
msgid "using reserved identifier `%s' as a namespace is not allowed"
564
 
msgstr ""
565
 
 
566
 
#: awkgram.y:6855 awkgram.y:6865
567
 
#, c-format
568
 
msgid ""
569
 
"using reserved identifier `%s' as second component of a qualified name is "
570
 
"not allowed"
571
 
msgstr ""
572
 
 
573
 
#: awkgram.y:6883
574
 
msgid "@namespace is a gawk extension"
575
 
msgstr ""
576
 
 
577
 
#: awkgram.y:6890
578
 
#, c-format
579
 
msgid "namespace name `%s' must meet identifier naming rules"
580
 
msgstr ""
581
 
 
582
 
#: builtin.c:93 builtin.c:100
583
 
#, c-format
584
 
msgid "%s: called with %d arguments"
585
 
msgstr ""
586
 
 
587
 
#: builtin.c:125
588
 
#, c-format
589
 
msgid "%s to \"%s\" failed: %s"
590
 
msgstr ""
591
 
 
592
 
#: builtin.c:129
 
512
#: builtin.c:133
 
513
#, c-format
 
514
msgid "%s to \"%s\" failed (%s)"
 
515
msgstr ""
 
516
 
 
517
#: builtin.c:134
593
518
msgid "standard output"
594
519
msgstr ""
595
520
 
596
 
#: builtin.c:130
597
 
msgid "standard error"
598
 
msgstr ""
599
 
 
600
 
#: builtin.c:206 builtin.c:544 builtin.c:644 builtin.c:665 builtin.c:1424
601
 
#: builtin.c:1442 builtin.c:1561 builtin.c:2591 mpfr.c:818
602
 
#, c-format
603
 
msgid "%s: received non-numeric argument"
604
 
msgstr ""
605
 
 
606
 
#: builtin.c:212
 
521
#: builtin.c:148
 
522
msgid "exp: received non-numeric argument"
 
523
msgstr ""
 
524
 
 
525
#: builtin.c:154
607
526
#, c-format
608
527
msgid "exp: argument %g is out of range"
609
528
msgstr ""
610
529
 
611
 
#: builtin.c:276 builtin.c:613 builtin.c:1019 builtin.c:1081 builtin.c:1333
612
 
#: builtin.c:1366
613
 
#, c-format
614
 
msgid "%s: received non-string argument"
615
 
msgstr ""
616
 
 
617
 
#: builtin.c:293
618
 
#, c-format
619
 
msgid "fflush: cannot flush: pipe `%.*s' opened for reading, not writing"
620
 
msgstr ""
621
 
 
622
 
#: builtin.c:296
623
 
#, c-format
624
 
msgid "fflush: cannot flush: file `%.*s' opened for reading, not writing"
625
 
msgstr ""
626
 
 
627
 
#: builtin.c:307
628
 
#, c-format
629
 
msgid "fflush: cannot flush file `%.*s': %s"
630
 
msgstr ""
631
 
 
632
 
#: builtin.c:312
633
 
#, c-format
634
 
msgid "fflush: cannot flush: two-way pipe `%.*s' has closed write end"
635
 
msgstr ""
636
 
 
637
 
#: builtin.c:318
638
 
#, c-format
639
 
msgid "fflush: `%.*s' is not an open file, pipe or co-process"
640
 
msgstr ""
641
 
 
642
 
#: builtin.c:427 builtin.c:703 builtin.c:913 builtin.c:1603 builtin.c:2853
643
 
#: builtin.c:2940 builtin.c:3007
644
 
#, c-format
645
 
msgid "%s: received non-string first argument"
646
 
msgstr ""
647
 
 
648
 
#: builtin.c:429 builtin.c:2831 builtin.c:2846 builtin.c:2936 builtin.c:2998
649
 
#, c-format
650
 
msgid "%s: received non-string second argument"
651
 
msgstr ""
652
 
 
653
 
#: builtin.c:587
 
530
#: builtin.c:229
 
531
#, c-format
 
532
msgid "fflush: cannot flush: pipe `%s' opened for reading, not writing"
 
533
msgstr ""
 
534
 
 
535
#: builtin.c:232
 
536
#, c-format
 
537
msgid "fflush: cannot flush: file `%s' opened for reading, not writing"
 
538
msgstr ""
 
539
 
 
540
#: builtin.c:244
 
541
#, c-format
 
542
msgid "fflush: `%s' is not an open file, pipe or co-process"
 
543
msgstr ""
 
544
 
 
545
#: builtin.c:362
 
546
msgid "index: received non-string first argument"
 
547
msgstr ""
 
548
 
 
549
#: builtin.c:364
 
550
msgid "index: received non-string second argument"
 
551
msgstr ""
 
552
 
 
553
#: builtin.c:488 mpfr.c:757
 
554
msgid "int: received non-numeric argument"
 
555
msgstr ""
 
556
 
 
557
#: builtin.c:525
654
558
msgid "length: received array argument"
655
559
msgstr ""
656
560
 
657
 
#: builtin.c:590
 
561
#: builtin.c:528
658
562
msgid "`length(array)' is a gawk extension"
659
563
msgstr ""
660
564
 
661
 
#: builtin.c:647 builtin.c:669
662
 
#, c-format
663
 
msgid "%s: received negative argument %g"
664
 
msgstr ""
665
 
 
666
 
#: builtin.c:690 builtin.c:2929
667
 
#, c-format
668
 
msgid "%s: received non-numeric third argument"
669
 
msgstr ""
670
 
 
671
 
#: builtin.c:697 builtin.c:887 builtin.c:1403 builtin.c:2419 builtin.c:2460
672
 
#: builtin.c:3060
673
 
#, c-format
674
 
msgid "%s: received non-numeric second argument"
675
 
msgstr ""
676
 
 
677
 
#: builtin.c:708
 
565
#: builtin.c:544
 
566
msgid "length: received non-string argument"
 
567
msgstr ""
 
568
 
 
569
#: builtin.c:575
 
570
msgid "log: received non-numeric argument"
 
571
msgstr ""
 
572
 
 
573
#: builtin.c:578
 
574
#, c-format
 
575
msgid "log: received negative argument %g"
 
576
msgstr ""
 
577
 
 
578
#: builtin.c:776 builtin.c:781
 
579
msgid "fatal: must use `count$' on all formats or none"
 
580
msgstr ""
 
581
 
 
582
#: builtin.c:851
 
583
#, c-format
 
584
msgid "field width is ignored for `%%' specifier"
 
585
msgstr ""
 
586
 
 
587
#: builtin.c:853
 
588
#, c-format
 
589
msgid "precision is ignored for `%%' specifier"
 
590
msgstr ""
 
591
 
 
592
#: builtin.c:855
 
593
#, c-format
 
594
msgid "field width and precision are ignored for `%%' specifier"
 
595
msgstr ""
 
596
 
 
597
#: builtin.c:906
 
598
msgid "fatal: `$' is not permitted in awk formats"
 
599
msgstr ""
 
600
 
 
601
#: builtin.c:915
 
602
msgid "fatal: arg count with `$' must be > 0"
 
603
msgstr ""
 
604
 
 
605
#: builtin.c:919
 
606
#, c-format
 
607
msgid "fatal: arg count %ld greater than total number of supplied arguments"
 
608
msgstr ""
 
609
 
 
610
#: builtin.c:923
 
611
msgid "fatal: `$' not permitted after period in format"
 
612
msgstr ""
 
613
 
 
614
#: builtin.c:939
 
615
msgid "fatal: no `$' supplied for positional field width or precision"
 
616
msgstr ""
 
617
 
 
618
#: builtin.c:1011
 
619
msgid "`l' is meaningless in awk formats; ignored"
 
620
msgstr ""
 
621
 
 
622
#: builtin.c:1015
 
623
msgid "fatal: `l' is not permitted in POSIX awk formats"
 
624
msgstr ""
 
625
 
 
626
#: builtin.c:1028
 
627
msgid "`L' is meaningless in awk formats; ignored"
 
628
msgstr ""
 
629
 
 
630
#: builtin.c:1032
 
631
msgid "fatal: `L' is not permitted in POSIX awk formats"
 
632
msgstr ""
 
633
 
 
634
#: builtin.c:1045
 
635
msgid "`h' is meaningless in awk formats; ignored"
 
636
msgstr ""
 
637
 
 
638
#: builtin.c:1049
 
639
msgid "fatal: `h' is not permitted in POSIX awk formats"
 
640
msgstr ""
 
641
 
 
642
#: builtin.c:1447
 
643
#, c-format
 
644
msgid "[s]printf: value %g is out of range for `%%%c' format"
 
645
msgstr ""
 
646
 
 
647
#: builtin.c:1545
 
648
#, c-format
 
649
msgid "ignoring unknown format specifier character `%c': no argument converted"
 
650
msgstr ""
 
651
 
 
652
#: builtin.c:1550
 
653
msgid "fatal: not enough arguments to satisfy format string"
 
654
msgstr ""
 
655
 
 
656
#: builtin.c:1552
 
657
msgid "^ ran out for this one"
 
658
msgstr ""
 
659
 
 
660
#: builtin.c:1559
 
661
msgid "[s]printf: format specifier does not have control letter"
 
662
msgstr ""
 
663
 
 
664
#: builtin.c:1562
 
665
msgid "too many arguments supplied for format string"
 
666
msgstr ""
 
667
 
 
668
#: builtin.c:1618
 
669
msgid "sprintf: no arguments"
 
670
msgstr ""
 
671
 
 
672
#: builtin.c:1641 builtin.c:1652
 
673
msgid "printf: no arguments"
 
674
msgstr ""
 
675
 
 
676
#: builtin.c:1695
 
677
msgid "sqrt: received non-numeric argument"
 
678
msgstr ""
 
679
 
 
680
#: builtin.c:1699
 
681
#, c-format
 
682
msgid "sqrt: called with negative argument %g"
 
683
msgstr ""
 
684
 
 
685
#: builtin.c:1730
678
686
#, c-format
679
687
msgid "substr: length %g is not >= 1"
680
688
msgstr ""
681
689
 
682
 
#: builtin.c:710
 
690
#: builtin.c:1732
683
691
#, c-format
684
692
msgid "substr: length %g is not >= 0"
685
693
msgstr ""
686
694
 
687
 
#: builtin.c:724
 
695
#: builtin.c:1739
688
696
#, c-format
689
697
msgid "substr: non-integer length %g will be truncated"
690
698
msgstr ""
691
699
 
692
 
#: builtin.c:729
 
700
#: builtin.c:1744
693
701
#, c-format
694
702
msgid "substr: length %g too big for string indexing, truncating to %g"
695
703
msgstr ""
696
704
 
697
 
#: builtin.c:741
 
705
#: builtin.c:1756
698
706
#, c-format
699
707
msgid "substr: start index %g is invalid, using 1"
700
708
msgstr ""
701
709
 
702
 
#: builtin.c:746
 
710
#: builtin.c:1761
703
711
#, c-format
704
712
msgid "substr: non-integer start index %g will be truncated"
705
713
msgstr ""
706
714
 
707
 
#: builtin.c:769
 
715
#: builtin.c:1786
708
716
msgid "substr: source string is zero length"
709
717
msgstr ""
710
718
 
711
 
#: builtin.c:783
 
719
#: builtin.c:1802
712
720
#, c-format
713
721
msgid "substr: start index %g is past end of string"
714
722
msgstr ""
715
723
 
716
 
#: builtin.c:791
 
724
#: builtin.c:1810
717
725
#, c-format
718
726
msgid ""
719
727
"substr: length %g at start index %g exceeds length of first argument (%lu)"
720
728
msgstr ""
721
729
 
722
 
#: builtin.c:866
 
730
#: builtin.c:1884
723
731
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
724
732
msgstr ""
725
733
 
726
 
#: builtin.c:897
 
734
#: builtin.c:1907
 
735
msgid "strftime: received non-numeric second argument"
 
736
msgstr ""
 
737
 
 
738
#: builtin.c:1911
727
739
msgid "strftime: second argument less than 0 or too big for time_t"
728
740
msgstr ""
729
741
 
730
 
#: builtin.c:904
731
 
msgid "strftime: second argument out of range for time_t"
 
742
#: builtin.c:1918
 
743
msgid "strftime: received non-string first argument"
732
744
msgstr ""
733
745
 
734
 
#: builtin.c:920
 
746
#: builtin.c:1925
735
747
msgid "strftime: received empty format string"
736
748
msgstr ""
737
749
 
738
 
#: builtin.c:1038
 
750
#: builtin.c:1991
 
751
msgid "mktime: received non-string argument"
 
752
msgstr ""
 
753
 
 
754
#: builtin.c:2008
739
755
msgid "mktime: at least one of the values is out of the default range"
740
756
msgstr ""
741
757
 
742
 
#: builtin.c:1076
 
758
#: builtin.c:2043
743
759
msgid "'system' function not allowed in sandbox mode"
744
760
msgstr ""
745
761
 
746
 
#: builtin.c:1148 builtin.c:1223
747
 
msgid "print: attempt to write to closed write end of two-way pipe"
 
762
#: builtin.c:2048
 
763
msgid "system: received non-string argument"
748
764
msgstr ""
749
765
 
750
 
#: builtin.c:1246
 
766
#: builtin.c:2168
751
767
#, c-format
752
768
msgid "reference to uninitialized field `$%d'"
753
769
msgstr ""
754
770
 
755
 
#: builtin.c:1401 builtin.c:2417 builtin.c:2458 builtin.c:3058
756
 
#, c-format
757
 
msgid "%s: received non-numeric first argument"
758
 
msgstr ""
759
 
 
760
 
#: builtin.c:1594
 
771
#: builtin.c:2255
 
772
msgid "tolower: received non-string argument"
 
773
msgstr ""
 
774
 
 
775
#: builtin.c:2289
 
776
msgid "toupper: received non-string argument"
 
777
msgstr ""
 
778
 
 
779
#: builtin.c:2325 mpfr.c:672
 
780
msgid "atan2: received non-numeric first argument"
 
781
msgstr ""
 
782
 
 
783
#: builtin.c:2327 mpfr.c:674
 
784
msgid "atan2: received non-numeric second argument"
 
785
msgstr ""
 
786
 
 
787
#: builtin.c:2346
 
788
msgid "sin: received non-numeric argument"
 
789
msgstr ""
 
790
 
 
791
#: builtin.c:2362
 
792
msgid "cos: received non-numeric argument"
 
793
msgstr ""
 
794
 
 
795
#: builtin.c:2415 mpfr.c:1156
 
796
msgid "srand: received non-numeric argument"
 
797
msgstr ""
 
798
 
 
799
#: builtin.c:2446
761
800
msgid "match: third argument is not an array"
762
801
msgstr ""
763
802
 
764
 
#: builtin.c:1596
765
 
#, c-format
766
 
msgid "%s: cannot use %s as third argument"
767
 
msgstr ""
768
 
 
769
 
#: builtin.c:1845
770
 
#, c-format
771
 
msgid "gensub: third argument `%.*s' treated as 1"
772
 
msgstr ""
773
 
 
774
 
#: builtin.c:2219
775
 
#, c-format
776
 
msgid "%s: can be called indirectly only with two arguments"
777
 
msgstr ""
778
 
 
779
 
#: builtin.c:2242
780
 
msgid "indirect call to gensub requires three or four arguments"
781
 
msgstr ""
782
 
 
783
 
#: builtin.c:2304
784
 
msgid "indirect call to match requires two or three arguments"
785
 
msgstr ""
786
 
 
787
 
#: builtin.c:2348
788
 
#, c-format
789
 
msgid "indirect call to %s requires two to four arguments"
790
 
msgstr ""
791
 
 
792
 
#: builtin.c:2425
793
 
#, c-format
794
 
msgid "lshift(%f, %f): negative values are not allowed"
795
 
msgstr ""
796
 
 
797
 
#: builtin.c:2429
 
803
#: builtin.c:2718
 
804
msgid "gensub: third argument of 0 treated as 1"
 
805
msgstr ""
 
806
 
 
807
#: builtin.c:3014
 
808
msgid "lshift: received non-numeric first argument"
 
809
msgstr ""
 
810
 
 
811
#: builtin.c:3016
 
812
msgid "lshift: received non-numeric second argument"
 
813
msgstr ""
 
814
 
 
815
#: builtin.c:3022
 
816
#, c-format
 
817
msgid "lshift(%f, %f): negative values will give strange results"
 
818
msgstr ""
 
819
 
 
820
#: builtin.c:3024
798
821
#, c-format
799
822
msgid "lshift(%f, %f): fractional values will be truncated"
800
823
msgstr ""
801
824
 
802
 
#: builtin.c:2431
 
825
#: builtin.c:3026
803
826
#, c-format
804
827
msgid "lshift(%f, %f): too large shift value will give strange results"
805
828
msgstr ""
806
829
 
807
 
#: builtin.c:2466
 
830
#: builtin.c:3051
 
831
msgid "rshift: received non-numeric first argument"
 
832
msgstr ""
 
833
 
 
834
#: builtin.c:3053
 
835
msgid "rshift: received non-numeric second argument"
 
836
msgstr ""
 
837
 
 
838
#: builtin.c:3059
808
839
#, c-format
809
 
msgid "rshift(%f, %f): negative values are not allowed"
 
840
msgid "rshift(%f, %f): negative values will give strange results"
810
841
msgstr ""
811
842
 
812
 
#: builtin.c:2470
 
843
#: builtin.c:3061
813
844
#, c-format
814
845
msgid "rshift(%f, %f): fractional values will be truncated"
815
846
msgstr ""
816
847
 
817
 
#: builtin.c:2472
 
848
#: builtin.c:3063
818
849
#, c-format
819
850
msgid "rshift(%f, %f): too large shift value will give strange results"
820
851
msgstr ""
821
852
 
822
 
#: builtin.c:2496 builtin.c:2527 builtin.c:2557
823
 
#, c-format
824
 
msgid "%s: called with less than two arguments"
825
 
msgstr ""
826
 
 
827
 
#: builtin.c:2501 builtin.c:2532 builtin.c:2563
828
 
#, c-format
829
 
msgid "%s: argument %d is non-numeric"
830
 
msgstr ""
831
 
 
832
 
#: builtin.c:2505 builtin.c:2536 builtin.c:2567
833
 
#, c-format
834
 
msgid "%s: argument %d negative value %g is not allowed"
835
 
msgstr ""
836
 
 
837
 
#: builtin.c:2596
838
 
#, c-format
839
 
msgid "compl(%f): negative value is not allowed"
840
 
msgstr ""
841
 
 
842
 
#: builtin.c:2599
 
853
#: builtin.c:3088 mpfr.c:968
 
854
msgid "and: called with less than two arguments"
 
855
msgstr ""
 
856
 
 
857
#: builtin.c:3093
 
858
#, c-format
 
859
msgid "and: argument %d is non-numeric"
 
860
msgstr ""
 
861
 
 
862
#: builtin.c:3097
 
863
#, c-format
 
864
msgid "and: argument %d negative value %g will give strange results"
 
865
msgstr ""
 
866
 
 
867
#: builtin.c:3120 mpfr.c:1000
 
868
msgid "or: called with less than two arguments"
 
869
msgstr ""
 
870
 
 
871
#: builtin.c:3125
 
872
#, c-format
 
873
msgid "or: argument %d is non-numeric"
 
874
msgstr ""
 
875
 
 
876
#: builtin.c:3129
 
877
#, c-format
 
878
msgid "or: argument %d negative value %g will give strange results"
 
879
msgstr ""
 
880
 
 
881
#: builtin.c:3151 mpfr.c:1031
 
882
msgid "xor: called with less than two arguments"
 
883
msgstr ""
 
884
 
 
885
#: builtin.c:3157
 
886
#, c-format
 
887
msgid "xor: argument %d is non-numeric"
 
888
msgstr ""
 
889
 
 
890
#: builtin.c:3161
 
891
#, c-format
 
892
msgid "xor: argument %d negative value %g will give strange results"
 
893
msgstr ""
 
894
 
 
895
#: builtin.c:3186 mpfr.c:787
 
896
msgid "compl: received non-numeric argument"
 
897
msgstr ""
 
898
 
 
899
#: builtin.c:3192
 
900
#, c-format
 
901
msgid "compl(%f): negative value will give strange results"
 
902
msgstr ""
 
903
 
 
904
#: builtin.c:3194
843
905
#, c-format
844
906
msgid "compl(%f): fractional value will be truncated"
845
907
msgstr ""
846
908
 
847
 
#: builtin.c:2787
 
909
#: builtin.c:3363
848
910
#, c-format
849
911
msgid "dcgettext: `%s' is not a valid locale category"
850
912
msgstr ""
851
913
 
852
 
#: builtin.c:2822 builtin.c:2840
853
 
#, c-format
854
 
msgid "%s: received non-string third argument"
855
 
msgstr ""
856
 
 
857
 
#: builtin.c:2895 builtin.c:2916
858
 
#, c-format
859
 
msgid "%s: received non-string fifth argument"
860
 
msgstr ""
861
 
 
862
 
#: builtin.c:2905 builtin.c:2922
863
 
#, c-format
864
 
msgid "%s: received non-string fourth argument"
865
 
msgstr ""
866
 
 
867
 
#: builtin.c:3050 mpfr.c:1334
868
 
msgid "intdiv: third argument is not an array"
869
 
msgstr ""
870
 
 
871
 
#: builtin.c:3069 mpfr.c:1383
872
 
msgid "intdiv: division by zero attempted"
873
 
msgstr ""
874
 
 
875
 
#: builtin.c:3110
876
 
msgid "typeof: second argument is not an array"
877
 
msgstr ""
878
 
 
879
 
#: builtin.c:3206
880
 
#, c-format
881
 
msgid ""
882
 
"typeof detected invalid flags combination `%s'; please file a bug report"
883
 
msgstr ""
884
 
 
885
 
#: builtin.c:3244
886
 
#, c-format
887
 
msgid "typeof: unknown argument type `%s'"
888
 
msgstr ""
889
 
 
890
 
#: cint_array.c:1268 cint_array.c:1296
891
 
#, c-format
892
 
msgid "cannot add a new file (%.*s) to ARGV in sandbox mode"
893
 
msgstr ""
894
 
 
895
 
#: command.y:228
896
 
#, c-format
897
 
msgid "Type (g)awk statement(s). End with the command `end'\n"
898
 
msgstr ""
899
 
 
900
 
#: command.y:292
 
914
#: command.y:225
 
915
#, c-format
 
916
msgid "Type (g)awk statement(s). End with the command \"end\"\n"
 
917
msgstr ""
 
918
 
 
919
#: command.y:289
901
920
#, c-format
902
921
msgid "invalid frame number: %d"
903
922
msgstr ""
904
923
 
905
 
#: command.y:298
906
 
#, c-format
907
 
msgid "info: invalid option - `%s'"
908
 
msgstr ""
909
 
 
910
 
#: command.y:324
911
 
#, c-format
912
 
msgid "source: `%s': already sourced"
913
 
msgstr ""
914
 
 
915
 
#: command.y:329
916
 
#, c-format
917
 
msgid "save: `%s': command not permitted"
918
 
msgstr ""
919
 
 
920
 
#: command.y:342
921
 
msgid "cannot use command `commands' for breakpoint/watchpoint commands"
922
 
msgstr ""
923
 
 
924
 
#: command.y:344
 
924
#: command.y:295
 
925
#, c-format
 
926
msgid "info: invalid option - \"%s\""
 
927
msgstr ""
 
928
 
 
929
#: command.y:321
 
930
#, c-format
 
931
msgid "source \"%s\": already sourced."
 
932
msgstr ""
 
933
 
 
934
#: command.y:326
 
935
#, c-format
 
936
msgid "save \"%s\": command not permitted."
 
937
msgstr ""
 
938
 
 
939
#: command.y:339
 
940
msgid "Can't use command `commands' for breakpoint/watchpoint commands"
 
941
msgstr ""
 
942
 
 
943
#: command.y:341
925
944
msgid "no breakpoint/watchpoint has been set yet"
926
945
msgstr ""
927
946
 
928
 
#: command.y:346
 
947
#: command.y:343
929
948
msgid "invalid breakpoint/watchpoint number"
930
949
msgstr ""
931
950
 
932
 
#: command.y:351
 
951
#: command.y:348
933
952
#, c-format
934
953
msgid "Type commands for when %s %d is hit, one per line.\n"
935
954
msgstr ""
936
955
 
937
 
#: command.y:353
 
956
#: command.y:350
938
957
#, c-format
939
 
msgid "End with the command `end'\n"
 
958
msgid "End with the command \"end\"\n"
940
959
msgstr ""
941
960
 
942
 
#: command.y:360
 
961
#: command.y:357
943
962
msgid "`end' valid only in command `commands' or `eval'"
944
963
msgstr ""
945
964
 
946
 
#: command.y:370
 
965
#: command.y:367
947
966
msgid "`silent' valid only in command `commands'"
948
967
msgstr ""
949
968
 
950
 
#: command.y:376
 
969
#: command.y:373
951
970
#, c-format
952
 
msgid "trace: invalid option - `%s'"
 
971
msgid "trace: invalid option - \"%s\""
953
972
msgstr ""
954
973
 
955
 
#: command.y:390
 
974
#: command.y:387
956
975
msgid "condition: invalid breakpoint/watchpoint number"
957
976
msgstr ""
958
977
 
959
 
#: command.y:452
 
978
#: command.y:449
960
979
msgid "argument not a string"
961
980
msgstr ""
962
981
 
963
 
#: command.y:462 command.y:467
964
 
#, c-format
965
 
msgid "option: invalid parameter - `%s'"
966
 
msgstr ""
967
 
 
968
 
#: command.y:477
969
 
#, c-format
970
 
msgid "no such function - `%s'"
971
 
msgstr ""
972
 
 
973
 
#: command.y:534
974
 
#, c-format
975
 
msgid "enable: invalid option - `%s'"
976
 
msgstr ""
977
 
 
978
 
#: command.y:600
 
982
#: command.y:459 command.y:464
 
983
#, c-format
 
984
msgid "option: invalid parameter - \"%s\""
 
985
msgstr ""
 
986
 
 
987
#: command.y:474
 
988
#, c-format
 
989
msgid "no such function - \"%s\""
 
990
msgstr ""
 
991
 
 
992
#: command.y:531
 
993
#, c-format
 
994
msgid "enable: invalid option - \"%s\""
 
995
msgstr ""
 
996
 
 
997
#: command.y:597
979
998
#, c-format
980
999
msgid "invalid range specification: %d - %d"
981
1000
msgstr ""
982
1001
 
983
 
#: command.y:662
 
1002
#: command.y:659
984
1003
msgid "non-numeric value for field number"
985
1004
msgstr ""
986
1005
 
987
 
#: command.y:683 command.y:690
 
1006
#: command.y:680 command.y:687
988
1007
msgid "non-numeric value found, numeric expected"
989
1008
msgstr ""
990
1009
 
991
 
#: command.y:715 command.y:721
 
1010
#: command.y:712 command.y:718
992
1011
msgid "non-zero integer value"
993
1012
msgstr ""
994
1013
 
995
 
#: command.y:820
996
 
msgid ""
997
 
"backtrace [N] - print trace of all or N innermost (outermost if N < 0) frames"
998
 
msgstr ""
999
 
 
1000
 
#: command.y:822
1001
 
msgid ""
1002
 
"break [[filename:]N|function] - set breakpoint at the specified location"
1003
 
msgstr ""
1004
 
 
1005
 
#: command.y:824
1006
 
msgid "clear [[filename:]N|function] - delete breakpoints previously set"
1007
 
msgstr ""
1008
 
 
1009
 
#: command.y:826
 
1014
#: command.y:817
 
1015
msgid ""
 
1016
"backtrace [N] - print trace of all or N innermost (outermost if N < 0) "
 
1017
"frames."
 
1018
msgstr ""
 
1019
 
 
1020
#: command.y:819
 
1021
msgid ""
 
1022
"break [[filename:]N|function] - set breakpoint at the specified location."
 
1023
msgstr ""
 
1024
 
 
1025
#: command.y:821
 
1026
msgid "clear [[filename:]N|function] - delete breakpoints previously set."
 
1027
msgstr ""
 
1028
 
 
1029
#: command.y:823
1010
1030
msgid ""
1011
1031
"commands [num] - starts a list of commands to be executed at a "
1012
 
"breakpoint(watchpoint) hit"
1013
 
msgstr ""
1014
 
 
1015
 
#: command.y:828
1016
 
msgid "condition num [expr] - set or clear breakpoint or watchpoint condition"
1017
 
msgstr ""
1018
 
 
1019
 
#: command.y:830
1020
 
msgid "continue [COUNT] - continue program being debugged"
1021
 
msgstr ""
1022
 
 
1023
 
#: command.y:832
1024
 
msgid "delete [breakpoints] [range] - delete specified breakpoints"
1025
 
msgstr ""
1026
 
 
1027
 
#: command.y:834
1028
 
msgid "disable [breakpoints] [range] - disable specified breakpoints"
1029
 
msgstr ""
1030
 
 
1031
 
#: command.y:836
1032
 
msgid "display [var] - print value of variable each time the program stops"
1033
 
msgstr ""
1034
 
 
1035
 
#: command.y:838
1036
 
msgid "down [N] - move N frames down the stack"
1037
 
msgstr ""
1038
 
 
1039
 
#: command.y:840
1040
 
msgid "dump [filename] - dump instructions to file or stdout"
1041
 
msgstr ""
1042
 
 
1043
 
#: command.y:842
1044
 
msgid "enable [once|del] [breakpoints] [range] - enable specified breakpoints"
1045
 
msgstr ""
1046
 
 
1047
 
#: command.y:844
1048
 
msgid "end - end a list of commands or awk statements"
1049
 
msgstr ""
1050
 
 
1051
 
#: command.y:846
1052
 
msgid "eval stmt|[p1, p2, ...] - evaluate awk statement(s)"
1053
 
msgstr ""
1054
 
 
1055
 
#: command.y:848
1056
 
msgid "exit - (same as quit) exit debugger"
1057
 
msgstr ""
1058
 
 
1059
 
#: command.y:850
1060
 
msgid "finish - execute until selected stack frame returns"
1061
 
msgstr ""
1062
 
 
1063
 
#: command.y:852
1064
 
msgid "frame [N] - select and print stack frame number N"
1065
 
msgstr ""
1066
 
 
1067
 
#: command.y:854
1068
 
msgid "help [command] - print list of commands or explanation of command"
1069
 
msgstr ""
1070
 
 
1071
 
#: command.y:856
1072
 
msgid "ignore N COUNT - set ignore-count of breakpoint number N to COUNT"
1073
 
msgstr ""
1074
 
 
1075
 
#: command.y:858
 
1032
"breakpoint(watchpoint) hit."
 
1033
msgstr ""
 
1034
 
 
1035
#: command.y:825
 
1036
msgid "condition num [expr] - set or clear breakpoint or watchpoint condition."
 
1037
msgstr ""
 
1038
 
 
1039
#: command.y:827
 
1040
msgid "continue [COUNT] - continue program being debugged."
 
1041
msgstr ""
 
1042
 
 
1043
#: command.y:829
 
1044
msgid "delete [breakpoints] [range] - delete specified breakpoints."
 
1045
msgstr ""
 
1046
 
 
1047
#: command.y:831
 
1048
msgid "disable [breakpoints] [range] - disable specified breakpoints."
 
1049
msgstr ""
 
1050
 
 
1051
#: command.y:833
 
1052
msgid "display [var] - print value of variable each time the program stops."
 
1053
msgstr ""
 
1054
 
 
1055
#: command.y:835
 
1056
msgid "down [N] - move N frames down the stack."
 
1057
msgstr ""
 
1058
 
 
1059
#: command.y:837
 
1060
msgid "dump [filename] - dump instructions to file or stdout."
 
1061
msgstr ""
 
1062
 
 
1063
#: command.y:839
 
1064
msgid "enable [once|del] [breakpoints] [range] - enable specified breakpoints."
 
1065
msgstr ""
 
1066
 
 
1067
#: command.y:841
 
1068
msgid "end - end a list of commands or awk statements."
 
1069
msgstr ""
 
1070
 
 
1071
#: command.y:843
 
1072
msgid "eval stmt|[p1, p2, ...] - evaluate awk statement(s)."
 
1073
msgstr ""
 
1074
 
 
1075
#: command.y:845
 
1076
msgid "finish - execute until selected stack frame returns."
 
1077
msgstr ""
 
1078
 
 
1079
#: command.y:847
 
1080
msgid "frame [N] - select and print stack frame number N."
 
1081
msgstr ""
 
1082
 
 
1083
#: command.y:849
 
1084
msgid "help [command] - print list of commands or explanation of command."
 
1085
msgstr ""
 
1086
 
 
1087
#: command.y:851
 
1088
msgid "ignore N COUNT - set ignore-count of breakpoint number N to COUNT."
 
1089
msgstr ""
 
1090
 
 
1091
#: command.y:853
1076
1092
msgid ""
1077
1093
"info topic - source|sources|variables|functions|break|frame|args|locals|"
1078
 
"display|watch"
1079
 
msgstr ""
1080
 
 
1081
 
#: command.y:860
1082
 
msgid "list [-|+|[filename:]lineno|function|range] - list specified line(s)"
1083
 
msgstr ""
1084
 
 
1085
 
#: command.y:862
1086
 
msgid "next [COUNT] - step program, proceeding through subroutine calls"
1087
 
msgstr ""
1088
 
 
1089
 
#: command.y:864
 
1094
"display|watch."
 
1095
msgstr ""
 
1096
 
 
1097
#: command.y:855
 
1098
msgid "list [-|+|[filename:]lineno|function|range] - list specified line(s)."
 
1099
msgstr ""
 
1100
 
 
1101
#: command.y:857
 
1102
msgid "next [COUNT] - step program, proceeding through subroutine calls."
 
1103
msgstr ""
 
1104
 
 
1105
#: command.y:859
1090
1106
msgid ""
1091
 
"nexti [COUNT] - step one instruction, but proceed through subroutine calls"
1092
 
msgstr ""
1093
 
 
1094
 
#: command.y:866
1095
 
msgid "option [name[=value]] - set or display debugger option(s)"
1096
 
msgstr ""
1097
 
 
1098
 
#: command.y:868
1099
 
msgid "print var [var] - print value of a variable or array"
1100
 
msgstr ""
1101
 
 
1102
 
#: command.y:870
1103
 
msgid "printf format, [arg], ... - formatted output"
1104
 
msgstr ""
1105
 
 
1106
 
#: command.y:872
1107
 
msgid "quit - exit debugger"
 
1107
"nexti [COUNT] - step one instruction, but proceed through subroutine calls."
 
1108
msgstr ""
 
1109
 
 
1110
#: command.y:861
 
1111
msgid "option [name[=value]] - set or display debugger option(s)."
 
1112
msgstr ""
 
1113
 
 
1114
#: command.y:863
 
1115
msgid "print var [var] - print value of a variable or array."
 
1116
msgstr ""
 
1117
 
 
1118
#: command.y:865
 
1119
msgid "printf format, [arg], ... - formatted output."
 
1120
msgstr ""
 
1121
 
 
1122
#: command.y:867
 
1123
msgid "quit - exit debugger."
 
1124
msgstr ""
 
1125
 
 
1126
#: command.y:869
 
1127
msgid "return [value] - make selected stack frame return to its caller."
 
1128
msgstr ""
 
1129
 
 
1130
#: command.y:871
 
1131
msgid "run - start or restart executing program."
1108
1132
msgstr ""
1109
1133
 
1110
1134
#: command.y:874
1111
 
msgid "return [value] - make selected stack frame return to its caller"
 
1135
msgid "save filename - save commands from the session to file."
1112
1136
msgstr ""
1113
1137
 
1114
 
#: command.y:876
1115
 
msgid "run - start or restart executing program"
 
1138
#: command.y:877
 
1139
msgid "set var = value - assign value to a scalar variable."
1116
1140
msgstr ""
1117
1141
 
1118
1142
#: command.y:879
1119
 
msgid "save filename - save commands from the session to file"
1120
 
msgstr ""
1121
 
 
1122
 
#: command.y:882
1123
 
msgid "set var = value - assign value to a scalar variable"
1124
 
msgstr ""
1125
 
 
1126
 
#: command.y:884
1127
 
msgid "silent - suspends usual message when stopped at a breakpoint/watchpoint"
1128
 
msgstr ""
1129
 
 
1130
 
#: command.y:886
1131
 
msgid "source file - execute commands from file"
1132
 
msgstr ""
1133
 
 
1134
 
#: command.y:888
1135
 
msgid "step [COUNT] - step program until it reaches a different source line"
1136
 
msgstr ""
1137
 
 
1138
 
#: command.y:890
1139
 
msgid "stepi [COUNT] - step one instruction exactly"
1140
 
msgstr ""
1141
 
 
1142
 
#: command.y:892
1143
 
msgid "tbreak [[filename:]N|function] - set a temporary breakpoint"
1144
 
msgstr ""
1145
 
 
1146
 
#: command.y:894
1147
 
msgid "trace on|off - print instruction before executing"
1148
 
msgstr ""
1149
 
 
1150
 
#: command.y:896
1151
 
msgid "undisplay [N] - remove variable(s) from automatic display list"
1152
 
msgstr ""
1153
 
 
1154
 
#: command.y:898
 
1143
msgid ""
 
1144
"silent - suspends usual message when stopped at a breakpoint/watchpoint."
 
1145
msgstr ""
 
1146
 
 
1147
#: command.y:881
 
1148
msgid "source file - execute commands from file."
 
1149
msgstr ""
 
1150
 
 
1151
#: command.y:883
 
1152
msgid "step [COUNT] - step program until it reaches a different source line."
 
1153
msgstr ""
 
1154
 
 
1155
#: command.y:885
 
1156
msgid "stepi [COUNT] - step one instruction exactly."
 
1157
msgstr ""
 
1158
 
 
1159
#: command.y:887
 
1160
msgid "tbreak [[filename:]N|function] - set a temporary breakpoint."
 
1161
msgstr ""
 
1162
 
 
1163
#: command.y:889
 
1164
msgid "trace on|off - print instruction before executing."
 
1165
msgstr ""
 
1166
 
 
1167
#: command.y:891
 
1168
msgid "undisplay [N] - remove variable(s) from automatic display list."
 
1169
msgstr ""
 
1170
 
 
1171
#: command.y:893
1155
1172
msgid ""
1156
1173
"until [[filename:]N|function] - execute until program reaches a different "
1157
 
"line or line N within current frame"
1158
 
msgstr ""
1159
 
 
1160
 
#: command.y:900
1161
 
msgid "unwatch [N] - remove variable(s) from watch list"
1162
 
msgstr ""
1163
 
 
1164
 
#: command.y:902
1165
 
msgid "up [N] - move N frames up the stack"
1166
 
msgstr ""
1167
 
 
1168
 
#: command.y:904
1169
 
msgid "watch var - set a watchpoint for a variable"
1170
 
msgstr ""
1171
 
 
1172
 
#: command.y:906
1173
 
msgid ""
1174
 
"where [N] - (same as backtrace) print trace of all or N innermost (outermost "
1175
 
"if N < 0) frames"
1176
 
msgstr ""
1177
 
 
1178
 
#: command.y:1017 debug.c:423 gawkapi.c:261 msg.c:142
 
1174
"line or line N within current frame."
 
1175
msgstr ""
 
1176
 
 
1177
#: command.y:895
 
1178
msgid "unwatch [N] - remove variable(s) from watch list."
 
1179
msgstr ""
 
1180
 
 
1181
#: command.y:897
 
1182
msgid "up [N] - move N frames up the stack."
 
1183
msgstr ""
 
1184
 
 
1185
#: command.y:899
 
1186
msgid "watch var - set a watchpoint for a variable."
 
1187
msgstr ""
 
1188
 
 
1189
#: command.y:1011 debug.c:401 msg.c:135
1179
1190
#, c-format
1180
1191
msgid "error: "
1181
1192
msgstr ""
1182
1193
 
1183
 
#: command.y:1061
1184
 
#, c-format
1185
 
msgid "cannot read command: %s\n"
1186
 
msgstr ""
1187
 
 
1188
 
#: command.y:1075
1189
 
#, c-format
1190
 
msgid "cannot read command: %s"
1191
 
msgstr ""
1192
 
 
1193
 
#: command.y:1126
 
1194
#: command.y:1051
 
1195
#, c-format
 
1196
msgid "can't read command (%s)\n"
 
1197
msgstr ""
 
1198
 
 
1199
#: command.y:1065
 
1200
#, c-format
 
1201
msgid "can't read command (%s)"
 
1202
msgstr ""
 
1203
 
 
1204
#: command.y:1116
1194
1205
msgid "invalid character in command"
1195
1206
msgstr ""
1196
1207
 
1197
 
#: command.y:1162
1198
 
#, c-format
1199
 
msgid "unknown command - `%.*s', try help"
1200
 
msgstr ""
1201
 
 
1202
 
#: command.y:1294
 
1208
#: command.y:1152
 
1209
#, c-format
 
1210
msgid "unknown command - \"%.*s\", try help"
 
1211
msgstr ""
 
1212
 
 
1213
#: command.y:1222
 
1214
#, c-format
 
1215
msgid "%s"
 
1216
msgstr ""
 
1217
 
 
1218
#: command.y:1284
1203
1219
msgid "invalid character"
1204
1220
msgstr ""
1205
1221
 
1206
 
#: command.y:1498
 
1222
#: command.y:1455
1207
1223
#, c-format
1208
1224
msgid "undefined command: %s\n"
1209
1225
msgstr ""
1210
1226
 
1211
 
#: debug.c:257
1212
 
msgid "set or show the number of lines to keep in history file"
1213
 
msgstr ""
1214
 
 
1215
 
#: debug.c:259
1216
 
msgid "set or show the list command window size"
1217
 
msgstr ""
1218
 
 
1219
 
#: debug.c:261
1220
 
msgid "set or show gawk output file"
1221
 
msgstr ""
1222
 
 
1223
 
#: debug.c:263
1224
 
msgid "set or show debugger prompt"
1225
 
msgstr ""
1226
 
 
1227
 
#: debug.c:265
1228
 
msgid "(un)set or show saving of command history (value=on|off)"
1229
 
msgstr ""
1230
 
 
1231
 
#: debug.c:267
1232
 
msgid "(un)set or show saving of options (value=on|off)"
1233
 
msgstr ""
1234
 
 
1235
 
#: debug.c:269
1236
 
msgid "(un)set or show instruction tracing (value=on|off)"
1237
 
msgstr ""
1238
 
 
1239
 
#: debug.c:358
1240
 
msgid "program not running"
1241
 
msgstr ""
1242
 
 
1243
 
#: debug.c:475
 
1227
#: debug.c:252
 
1228
msgid "set or show the number of lines to keep in history file."
 
1229
msgstr ""
 
1230
 
 
1231
#: debug.c:254
 
1232
msgid "set or show the list command window size."
 
1233
msgstr ""
 
1234
 
 
1235
#: debug.c:256
 
1236
msgid "set or show gawk output file."
 
1237
msgstr ""
 
1238
 
 
1239
#: debug.c:258
 
1240
msgid "set or show debugger prompt."
 
1241
msgstr ""
 
1242
 
 
1243
#: debug.c:260
 
1244
msgid "(un)set or show saving of command history (value=on|off)."
 
1245
msgstr ""
 
1246
 
 
1247
#: debug.c:262
 
1248
msgid "(un)set or show saving of options (value=on|off)."
 
1249
msgstr ""
 
1250
 
 
1251
#: debug.c:264
 
1252
msgid "(un)set or show instruction tracing (value=on|off)."
 
1253
msgstr ""
 
1254
 
 
1255
#: debug.c:345
 
1256
msgid "program not running."
 
1257
msgstr ""
 
1258
 
 
1259
#: debug.c:448 debug.c:606
 
1260
#, c-format
 
1261
msgid "can't read source file `%s' (%s)"
 
1262
msgstr ""
 
1263
 
 
1264
#: debug.c:453
1244
1265
#, c-format
1245
1266
msgid "source file `%s' is empty.\n"
1246
1267
msgstr ""
1247
1268
 
1248
 
#: debug.c:502
1249
 
msgid "no current source file"
1250
 
msgstr ""
1251
 
 
1252
 
#: debug.c:527
1253
 
#, c-format
1254
 
msgid "cannot find source file named `%s': %s"
 
1269
#: debug.c:480
 
1270
msgid "no current source file."
 
1271
msgstr ""
 
1272
 
 
1273
#: debug.c:505
 
1274
#, c-format
 
1275
msgid "cannot find source file named `%s' (%s)"
 
1276
msgstr ""
 
1277
 
 
1278
#: debug.c:529
 
1279
#, c-format
 
1280
msgid "WARNING: source file `%s' modified since program compilation.\n"
1255
1281
msgstr ""
1256
1282
 
1257
1283
#: debug.c:551
1258
1284
#, c-format
1259
 
msgid "warning: source file `%s' modified since program compilation.\n"
1260
 
msgstr ""
1261
 
 
1262
 
#: debug.c:573
1263
 
#, c-format
1264
1285
msgid "line number %d out of range; `%s' has %d lines"
1265
1286
msgstr ""
1266
1287
 
1267
 
#: debug.c:633
 
1288
#: debug.c:611
1268
1289
#, c-format
1269
1290
msgid "unexpected eof while reading file `%s', line %d"
1270
1291
msgstr ""
1271
1292
 
1272
 
#: debug.c:642
 
1293
#: debug.c:620
1273
1294
#, c-format
1274
1295
msgid "source file `%s' modified since start of program execution"
1275
1296
msgstr ""
1276
1297
 
1277
 
#: debug.c:754
 
1298
#: debug.c:732
1278
1299
#, c-format
1279
1300
msgid "Current source file: %s\n"
1280
1301
msgstr ""
1281
1302
 
1282
 
#: debug.c:755
 
1303
#: debug.c:733
1283
1304
#, c-format
1284
1305
msgid "Number of lines: %d\n"
1285
1306
msgstr ""
1286
1307
 
1287
 
#: debug.c:762
 
1308
#: debug.c:740
1288
1309
#, c-format
1289
1310
msgid "Source file (lines): %s (%d)\n"
1290
1311
msgstr ""
1291
1312
 
1292
 
#: debug.c:776
 
1313
#: debug.c:754
1293
1314
msgid ""
1294
1315
"Number  Disp  Enabled  Location\n"
1295
1316
"\n"
1296
1317
msgstr ""
1297
1318
 
1298
 
#: debug.c:787
 
1319
#: debug.c:765
1299
1320
#, c-format
1300
 
msgid "\tnumber of hits = %ld\n"
 
1321
msgid "\tno of hits = %ld\n"
1301
1322
msgstr ""
1302
1323
 
1303
 
#: debug.c:789
 
1324
#: debug.c:767
1304
1325
#, c-format
1305
1326
msgid "\tignore next %ld hit(s)\n"
1306
1327
msgstr ""
1307
1328
 
1308
 
#: debug.c:791 debug.c:931
 
1329
#: debug.c:769 debug.c:909
1309
1330
#, c-format
1310
1331
msgid "\tstop condition: %s\n"
1311
1332
msgstr ""
1312
1333
 
1313
 
#: debug.c:793 debug.c:933
 
1334
#: debug.c:771 debug.c:911
1314
1335
msgid "\tcommands:\n"
1315
1336
msgstr ""
1316
1337
 
1317
 
#: debug.c:815
 
1338
#: debug.c:793
1318
1339
#, c-format
1319
1340
msgid "Current frame: "
1320
1341
msgstr ""
1321
1342
 
1322
 
#: debug.c:818
 
1343
#: debug.c:796
1323
1344
#, c-format
1324
1345
msgid "Called by frame: "
1325
1346
msgstr ""
1326
1347
 
1327
 
#: debug.c:822
 
1348
#: debug.c:800
1328
1349
#, c-format
1329
1350
msgid "Caller of frame: "
1330
1351
msgstr ""
1331
1352
 
1332
 
#: debug.c:840
 
1353
#: debug.c:818
1333
1354
#, c-format
1334
1355
msgid "None in main().\n"
1335
1356
msgstr ""
1336
1357
 
1337
 
#: debug.c:870
 
1358
#: debug.c:848
1338
1359
msgid "No arguments.\n"
1339
1360
msgstr ""
1340
1361
 
1341
 
#: debug.c:871
 
1362
#: debug.c:849
1342
1363
msgid "No locals.\n"
1343
1364
msgstr ""
1344
1365
 
1345
 
#: debug.c:879
 
1366
#: debug.c:857
1346
1367
msgid ""
1347
1368
"All defined variables:\n"
1348
1369
"\n"
1349
1370
msgstr ""
1350
1371
 
1351
 
#: debug.c:889
 
1372
#: debug.c:867
1352
1373
msgid ""
1353
1374
"All defined functions:\n"
1354
1375
"\n"
1355
1376
msgstr ""
1356
1377
 
1357
 
#: debug.c:908
 
1378
#: debug.c:886
1358
1379
msgid ""
1359
1380
"Auto-display variables:\n"
1360
1381
"\n"
1361
1382
msgstr ""
1362
1383
 
1363
 
#: debug.c:911
 
1384
#: debug.c:889
1364
1385
msgid ""
1365
1386
"Watch variables:\n"
1366
1387
"\n"
1367
1388
msgstr ""
1368
1389
 
1369
 
#: debug.c:1054
 
1390
#: debug.c:1029
1370
1391
#, c-format
1371
1392
msgid "no symbol `%s' in current context\n"
1372
1393
msgstr ""
1373
1394
 
1374
 
#: debug.c:1066 debug.c:1495
 
1395
#: debug.c:1041 debug.c:1427
1375
1396
#, c-format
1376
1397
msgid "`%s' is not an array\n"
1377
1398
msgstr ""
1378
1399
 
1379
 
#: debug.c:1080
 
1400
#: debug.c:1055
1380
1401
#, c-format
1381
1402
msgid "$%ld = uninitialized field\n"
1382
1403
msgstr ""
1383
1404
 
1384
 
#: debug.c:1125
 
1405
#: debug.c:1076
1385
1406
#, c-format
1386
1407
msgid "array `%s' is empty\n"
1387
1408
msgstr ""
1388
1409
 
1389
 
#: debug.c:1184 debug.c:1236
1390
 
#, c-format
1391
 
msgid "subscript \"%.*s\" is not in array `%s'\n"
1392
 
msgstr ""
1393
 
 
1394
 
#: debug.c:1240
1395
 
#, c-format
1396
 
msgid "`%s[\"%.*s\"]' is not an array\n"
1397
 
msgstr ""
1398
 
 
1399
 
#: debug.c:1302 debug.c:5166
 
1410
#: debug.c:1119 debug.c:1171
 
1411
#, c-format
 
1412
msgid "[\"%s\"] not in array `%s'\n"
 
1413
msgstr ""
 
1414
 
 
1415
#: debug.c:1175
 
1416
#, c-format
 
1417
msgid "`%s[\"%s\"]' is not an array\n"
 
1418
msgstr ""
 
1419
 
 
1420
#: debug.c:1236 debug.c:4964
1400
1421
#, c-format
1401
1422
msgid "`%s' is not a scalar variable"
1402
1423
msgstr ""
1403
1424
 
1404
 
#: debug.c:1325 debug.c:5196
1405
 
#, c-format
1406
 
msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context"
1407
 
msgstr ""
1408
 
 
1409
 
#: debug.c:1348 debug.c:5207
1410
 
#, c-format
1411
 
msgid "attempt to use scalar `%s[\"%.*s\"]' as array"
1412
 
msgstr ""
1413
 
 
1414
 
#: debug.c:1491
 
1425
#: debug.c:1258 debug.c:4994
 
1426
#, c-format
 
1427
msgid "attempt to use array `%s[\"%s\"]' in a scalar context"
 
1428
msgstr ""
 
1429
 
 
1430
#: debug.c:1280 debug.c:5005
 
1431
#, c-format
 
1432
msgid "attempt to use scalar `%s[\"%s\"]' as array"
 
1433
msgstr ""
 
1434
 
 
1435
#: debug.c:1423
1415
1436
#, c-format
1416
1437
msgid "`%s' is a function"
1417
1438
msgstr ""
1418
1439
 
1419
 
#: debug.c:1533
 
1440
#: debug.c:1465
1420
1441
#, c-format
1421
1442
msgid "watchpoint %d is unconditional\n"
1422
1443
msgstr ""
1423
1444
 
1424
 
#: debug.c:1567
1425
 
#, c-format
1426
 
msgid "no display item numbered %ld"
1427
 
msgstr ""
1428
 
 
1429
 
#: debug.c:1570
1430
 
#, c-format
1431
 
msgid "no watch item numbered %ld"
1432
 
msgstr ""
1433
 
 
1434
 
#: debug.c:1596
1435
 
#, c-format
1436
 
msgid "%d: subscript \"%.*s\" is not in array `%s'\n"
1437
 
msgstr ""
1438
 
 
1439
 
#: debug.c:1840
 
1445
#: debug.c:1499
 
1446
#, c-format
 
1447
msgid "No display item numbered %ld"
 
1448
msgstr ""
 
1449
 
 
1450
#: debug.c:1502
 
1451
#, c-format
 
1452
msgid "No watch item numbered %ld"
 
1453
msgstr ""
 
1454
 
 
1455
#: debug.c:1528
 
1456
#, c-format
 
1457
msgid "%d: [\"%s\"] not in array `%s'\n"
 
1458
msgstr ""
 
1459
 
 
1460
#: debug.c:1767
1440
1461
msgid "attempt to use scalar value as array"
1441
1462
msgstr ""
1442
1463
 
1443
 
#: debug.c:1931
 
1464
#: debug.c:1856
1444
1465
#, c-format
1445
1466
msgid "Watchpoint %d deleted because parameter is out of scope.\n"
1446
1467
msgstr ""
1447
1468
 
1448
 
#: debug.c:1942
 
1469
#: debug.c:1867
1449
1470
#, c-format
1450
1471
msgid "Display %d deleted because parameter is out of scope.\n"
1451
1472
msgstr ""
1452
1473
 
1453
 
#: debug.c:1975
 
1474
#: debug.c:1900
1454
1475
#, c-format
1455
1476
msgid " in file `%s', line %d\n"
1456
1477
msgstr ""
1457
1478
 
1458
 
#: debug.c:1996
 
1479
#: debug.c:1921
1459
1480
#, c-format
1460
1481
msgid " at `%s':%d"
1461
1482
msgstr ""
1462
1483
 
1463
 
#: debug.c:2012 debug.c:2075
 
1484
#: debug.c:1937 debug.c:2000
1464
1485
#, c-format
1465
1486
msgid "#%ld\tin "
1466
1487
msgstr ""
1467
1488
 
1468
 
#: debug.c:2049
 
1489
#: debug.c:1974
1469
1490
#, c-format
1470
1491
msgid "More stack frames follow ...\n"
1471
1492
msgstr ""
1472
1493
 
1473
 
#: debug.c:2092
 
1494
#: debug.c:2017
1474
1495
msgid "invalid frame number"
1475
1496
msgstr ""
1476
1497
 
1477
 
#: debug.c:2275
 
1498
#: debug.c:2200
1478
1499
#, c-format
1479
1500
msgid "Note: breakpoint %d (enabled, ignore next %ld hits), also set at %s:%d"
1480
1501
msgstr ""
1481
1502
 
1482
 
#: debug.c:2282
 
1503
#: debug.c:2207
1483
1504
#, c-format
1484
1505
msgid "Note: breakpoint %d (enabled), also set at %s:%d"
1485
1506
msgstr ""
1486
1507
 
1487
 
#: debug.c:2289
 
1508
#: debug.c:2214
1488
1509
#, c-format
1489
1510
msgid "Note: breakpoint %d (disabled, ignore next %ld hits), also set at %s:%d"
1490
1511
msgstr ""
1491
1512
 
1492
 
#: debug.c:2296
 
1513
#: debug.c:2221
1493
1514
#, c-format
1494
1515
msgid "Note: breakpoint %d (disabled), also set at %s:%d"
1495
1516
msgstr ""
1496
1517
 
1497
 
#: debug.c:2313
 
1518
#: debug.c:2238
1498
1519
#, c-format
1499
1520
msgid "Breakpoint %d set at file `%s', line %d\n"
1500
1521
msgstr ""
1501
1522
 
1502
 
#: debug.c:2415
1503
 
#, c-format
1504
 
msgid "cannot set breakpoint in file `%s'\n"
1505
 
msgstr ""
1506
 
 
1507
 
#: debug.c:2444
1508
 
#, c-format
1509
 
msgid "line number %d in file `%s' is out of range"
1510
 
msgstr ""
1511
 
 
1512
 
#: debug.c:2448
1513
 
#, c-format
1514
 
msgid "internal error: cannot find rule\n"
1515
 
msgstr ""
1516
 
 
1517
 
#: debug.c:2450
1518
 
#, c-format
1519
 
msgid "cannot set breakpoint at `%s':%d\n"
1520
 
msgstr ""
1521
 
 
1522
 
#: debug.c:2462
1523
 
#, c-format
1524
 
msgid "cannot set breakpoint in function `%s'\n"
1525
 
msgstr ""
1526
 
 
1527
 
#: debug.c:2480
 
1523
#: debug.c:2340
 
1524
#, c-format
 
1525
msgid "Can't set breakpoint in file `%s'\n"
 
1526
msgstr ""
 
1527
 
 
1528
#: debug.c:2369 debug.c:2492 debug.c:3350
 
1529
#, c-format
 
1530
msgid "line number %d in file `%s' out of range"
 
1531
msgstr ""
 
1532
 
 
1533
#: debug.c:2373
 
1534
#, c-format
 
1535
msgid "Can't find rule!!!\n"
 
1536
msgstr ""
 
1537
 
 
1538
#: debug.c:2375
 
1539
#, c-format
 
1540
msgid "Can't set breakpoint at `%s':%d\n"
 
1541
msgstr ""
 
1542
 
 
1543
#: debug.c:2387
 
1544
#, c-format
 
1545
msgid "Can't set breakpoint in function `%s'\n"
 
1546
msgstr ""
 
1547
 
 
1548
#: debug.c:2403
1528
1549
#, c-format
1529
1550
msgid "breakpoint %d set at file `%s', line %d is unconditional\n"
1530
1551
msgstr ""
1531
1552
 
1532
 
#: debug.c:2568 debug.c:3425
1533
 
#, c-format
1534
 
msgid "line number %d in file `%s' out of range"
1535
 
msgstr ""
1536
 
 
1537
 
#: debug.c:2584 debug.c:2606
 
1553
#: debug.c:2508 debug.c:2530
1538
1554
#, c-format
1539
1555
msgid "Deleted breakpoint %d"
1540
1556
msgstr ""
1541
1557
 
1542
 
#: debug.c:2590
 
1558
#: debug.c:2514
1543
1559
#, c-format
1544
1560
msgid "No breakpoint(s) at entry to function `%s'\n"
1545
1561
msgstr ""
1546
1562
 
1547
 
#: debug.c:2617
 
1563
#: debug.c:2541
1548
1564
#, c-format
1549
1565
msgid "No breakpoint at file `%s', line #%d\n"
1550
1566
msgstr ""
1551
1567
 
1552
 
#: debug.c:2672 debug.c:2713 debug.c:2733 debug.c:2776
 
1568
#: debug.c:2596 debug.c:2637 debug.c:2657 debug.c:2700
1553
1569
msgid "invalid breakpoint number"
1554
1570
msgstr ""
1555
1571
 
1556
 
#: debug.c:2688
 
1572
#: debug.c:2612
1557
1573
msgid "Delete all breakpoints? (y or n) "
1558
1574
msgstr ""
1559
1575
 
1560
 
#: debug.c:2689 debug.c:2999 debug.c:3052
 
1576
#: debug.c:2613 debug.c:2923 debug.c:2976
1561
1577
msgid "y"
1562
1578
msgstr ""
1563
1579
 
1564
 
#: debug.c:2738
 
1580
#: debug.c:2662
1565
1581
#, c-format
1566
1582
msgid "Will ignore next %ld crossing(s) of breakpoint %d.\n"
1567
1583
msgstr ""
1568
1584
 
1569
 
#: debug.c:2742
 
1585
#: debug.c:2666
1570
1586
#, c-format
1571
1587
msgid "Will stop next time breakpoint %d is reached.\n"
1572
1588
msgstr ""
1573
1589
 
1574
 
#: debug.c:2859
 
1590
#: debug.c:2783
1575
1591
#, c-format
1576
1592
msgid "Can only debug programs provided with the `-f' option.\n"
1577
1593
msgstr ""
1578
1594
 
1579
 
#: debug.c:2879
1580
 
#, c-format
1581
 
msgid "Restarting ...\n"
1582
 
msgstr ""
1583
 
 
1584
 
#: debug.c:2984
 
1595
#: debug.c:2908
1585
1596
#, c-format
1586
1597
msgid "Failed to restart debugger"
1587
1598
msgstr ""
1588
1599
 
1589
 
#: debug.c:2998
 
1600
#: debug.c:2922
1590
1601
msgid "Program already running. Restart from beginning (y/n)? "
1591
1602
msgstr ""
1592
1603
 
1593
 
#: debug.c:3002
 
1604
#: debug.c:2926
1594
1605
#, c-format
1595
1606
msgid "Program not restarted\n"
1596
1607
msgstr ""
1597
1608
 
1598
 
#: debug.c:3012
 
1609
#: debug.c:2936
1599
1610
#, c-format
1600
1611
msgid "error: cannot restart, operation not allowed\n"
1601
1612
msgstr ""
1602
1613
 
1603
 
#: debug.c:3018
 
1614
#: debug.c:2942
1604
1615
#, c-format
1605
1616
msgid "error (%s): cannot restart, ignoring rest of the commands\n"
1606
1617
msgstr ""
1607
1618
 
1608
 
#: debug.c:3026
1609
 
#, c-format
1610
 
msgid "Starting program:\n"
1611
 
msgstr ""
1612
 
 
1613
 
#: debug.c:3036
1614
 
#, c-format
1615
 
msgid "Program exited abnormally with exit value: %d\n"
1616
 
msgstr ""
1617
 
 
1618
 
#: debug.c:3037
1619
 
#, c-format
1620
 
msgid "Program exited normally with exit value: %d\n"
1621
 
msgstr ""
1622
 
 
1623
 
#: debug.c:3051
 
1619
#: debug.c:2950
 
1620
#, c-format
 
1621
msgid "Starting program: \n"
 
1622
msgstr ""
 
1623
 
 
1624
#: debug.c:2959
 
1625
#, c-format
 
1626
msgid "Program exited %s with exit value: %d\n"
 
1627
msgstr ""
 
1628
 
 
1629
#: debug.c:2975
1624
1630
msgid "The program is running. Exit anyway (y/n)? "
1625
1631
msgstr ""
1626
1632
 
1627
 
#: debug.c:3086
 
1633
#: debug.c:3010
1628
1634
#, c-format
1629
1635
msgid "Not stopped at any breakpoint; argument ignored.\n"
1630
1636
msgstr ""
1631
1637
 
1632
 
#: debug.c:3091
 
1638
#: debug.c:3015
1633
1639
#, c-format
1634
 
msgid "invalid breakpoint number %d"
 
1640
msgid "invalid breakpoint number %d."
1635
1641
msgstr ""
1636
1642
 
1637
 
#: debug.c:3096
 
1643
#: debug.c:3020
1638
1644
#, c-format
1639
1645
msgid "Will ignore next %ld crossings of breakpoint %d.\n"
1640
1646
msgstr ""
1641
1647
 
1642
 
#: debug.c:3283
 
1648
#: debug.c:3207
1643
1649
#, c-format
1644
1650
msgid "'finish' not meaningful in the outermost frame main()\n"
1645
1651
msgstr ""
1646
1652
 
1647
 
#: debug.c:3288
 
1653
#: debug.c:3212
1648
1654
#, c-format
1649
 
msgid "Run until return from "
 
1655
msgid "Run till return from "
1650
1656
msgstr ""
1651
1657
 
1652
 
#: debug.c:3331
 
1658
#: debug.c:3255
1653
1659
#, c-format
1654
1660
msgid "'return' not meaningful in the outermost frame main()\n"
1655
1661
msgstr ""
1656
1662
 
1657
 
#: debug.c:3444
 
1663
#: debug.c:3369
1658
1664
#, c-format
1659
 
msgid "cannot find specified location in function `%s'\n"
 
1665
msgid "Can't find specified location in function `%s'\n"
1660
1666
msgstr ""
1661
1667
 
1662
 
#: debug.c:3452
 
1668
#: debug.c:3377
1663
1669
#, c-format
1664
1670
msgid "invalid source line %d in file `%s'"
1665
1671
msgstr ""
1666
1672
 
1667
 
#: debug.c:3467
 
1673
#: debug.c:3392
1668
1674
#, c-format
1669
 
msgid "cannot find specified location %d in file `%s'\n"
 
1675
msgid "Can't find specified location %d in file `%s'\n"
1670
1676
msgstr ""
1671
1677
 
1672
 
#: debug.c:3499
 
1678
#: debug.c:3424
1673
1679
#, c-format
1674
1680
msgid "element not in array\n"
1675
1681
msgstr ""
1676
1682
 
1677
 
#: debug.c:3499
 
1683
#: debug.c:3424
1678
1684
#, c-format
1679
1685
msgid "untyped variable\n"
1680
1686
msgstr ""
1681
1687
 
1682
 
#: debug.c:3541
 
1688
#: debug.c:3466
1683
1689
#, c-format
1684
1690
msgid "Stopping in %s ...\n"
1685
1691
msgstr ""
1686
1692
 
1687
 
#: debug.c:3618
 
1693
#: debug.c:3543
1688
1694
#, c-format
1689
1695
msgid "'finish' not meaningful with non-local jump '%s'\n"
1690
1696
msgstr ""
1691
1697
 
1692
 
#: debug.c:3625
 
1698
#: debug.c:3550
1693
1699
#, c-format
1694
1700
msgid "'until' not meaningful with non-local jump '%s'\n"
1695
1701
msgstr ""
1696
1702
 
1697
 
#. TRANSLATORS: don't translate the 'q' inside the brackets.
1698
 
#: debug.c:4386
1699
 
msgid "\t------[Enter] to continue or [q] + [Enter] to quit------"
1700
 
msgstr ""
1701
 
 
1702
 
#: debug.c:5203
 
1703
#: debug.c:4185
 
1704
msgid "\t------[Enter] to continue or q [Enter] to quit------"
 
1705
msgstr ""
 
1706
 
 
1707
#: debug.c:4186
 
1708
msgid "q"
 
1709
msgstr ""
 
1710
 
 
1711
#: debug.c:5001
1703
1712
#, c-format
1704
 
msgid "[\"%.*s\"] not in array `%s'"
 
1713
msgid "[\"%s\"] not in array `%s'"
1705
1714
msgstr ""
1706
1715
 
1707
 
#: debug.c:5409
 
1716
#: debug.c:5207
1708
1717
#, c-format
1709
1718
msgid "sending output to stdout\n"
1710
1719
msgstr ""
1711
1720
 
1712
 
#: debug.c:5449
 
1721
#: debug.c:5247
1713
1722
msgid "invalid number"
1714
1723
msgstr ""
1715
1724
 
1716
 
#: debug.c:5583
 
1725
#: debug.c:5381
1717
1726
#, c-format
1718
1727
msgid "`%s' not allowed in current context; statement ignored"
1719
1728
msgstr ""
1720
1729
 
1721
 
#: debug.c:5591
 
1730
#: debug.c:5389
1722
1731
msgid "`return' not allowed in current context; statement ignored"
1723
1732
msgstr ""
1724
1733
 
1725
 
#: debug.c:5639
1726
 
#, c-format
1727
 
msgid "fatal error during eval, need to restart.\n"
1728
 
msgstr ""
1729
 
 
1730
 
#: debug.c:5829
1731
 
#, c-format
1732
 
msgid "no symbol `%s' in current context"
1733
 
msgstr ""
1734
 
 
1735
 
#: eval.c:405
 
1734
#: debug.c:5590
 
1735
#, c-format
 
1736
msgid "No symbol `%s' in current context"
 
1737
msgstr ""
 
1738
 
 
1739
#: dfa.c:998 dfa.c:1001 dfa.c:1021 dfa.c:1031 dfa.c:1043 dfa.c:1094 dfa.c:1103
 
1740
#: dfa.c:1106 dfa.c:1111 dfa.c:1124 dfa.c:1191
 
1741
msgid "unbalanced ["
 
1742
msgstr ""
 
1743
 
 
1744
#: dfa.c:1052
 
1745
msgid "invalid character class"
 
1746
msgstr ""
 
1747
 
 
1748
#: dfa.c:1228
 
1749
msgid "character class syntax is [[:space:]], not [:space:]"
 
1750
msgstr ""
 
1751
 
 
1752
#: dfa.c:1280
 
1753
msgid "unfinished \\ escape"
 
1754
msgstr ""
 
1755
 
 
1756
#: dfa.c:1427 regcomp.c:161
 
1757
msgid "Invalid content of \\{\\}"
 
1758
msgstr ""
 
1759
 
 
1760
#: dfa.c:1430 regcomp.c:176
 
1761
msgid "Regular expression too big"
 
1762
msgstr ""
 
1763
 
 
1764
#: dfa.c:1847
 
1765
msgid "unbalanced ("
 
1766
msgstr ""
 
1767
 
 
1768
#: dfa.c:1973
 
1769
msgid "no syntax specified"
 
1770
msgstr ""
 
1771
 
 
1772
#: dfa.c:1981
 
1773
msgid "unbalanced )"
 
1774
msgstr ""
 
1775
 
 
1776
#: eval.c:394
1736
1777
#, c-format
1737
1778
msgid "unknown nodetype %d"
1738
1779
msgstr ""
1739
1780
 
1740
 
#: eval.c:416 eval.c:432
 
1781
#: eval.c:405 eval.c:419
1741
1782
#, c-format
1742
1783
msgid "unknown opcode %d"
1743
1784
msgstr ""
1744
1785
 
1745
 
#: eval.c:429
 
1786
#: eval.c:416
1746
1787
#, c-format
1747
1788
msgid "opcode %s not an operator or keyword"
1748
1789
msgstr ""
1749
1790
 
1750
 
#: eval.c:488
 
1791
#: eval.c:472
1751
1792
msgid "buffer overflow in genflags2str"
1752
1793
msgstr ""
1753
1794
 
1754
 
#: eval.c:690
 
1795
#: eval.c:675
1755
1796
#, c-format
1756
1797
msgid ""
1757
1798
"\n"
1759
1800
"\n"
1760
1801
msgstr ""
1761
1802
 
1762
 
#: eval.c:716
 
1803
#: eval.c:704
1763
1804
msgid "`IGNORECASE' is a gawk extension"
1764
1805
msgstr ""
1765
1806
 
1766
 
#: eval.c:737
 
1807
#: eval.c:736
1767
1808
msgid "`BINMODE' is a gawk extension"
1768
1809
msgstr ""
1769
1810
 
1772
1813
msgid "BINMODE value `%s' is invalid, treated as 3"
1773
1814
msgstr ""
1774
1815
 
1775
 
#: eval.c:917
 
1816
#: eval.c:885
1776
1817
#, c-format
1777
1818
msgid "bad `%sFMT' specification `%s'"
1778
1819
msgstr ""
1779
1820
 
1780
 
#: eval.c:987
 
1821
#: eval.c:969
1781
1822
msgid "turning off `--lint' due to assignment to `LINT'"
1782
1823
msgstr ""
1783
1824
 
1784
 
#: eval.c:1190
 
1825
#: eval.c:1147
1785
1826
#, c-format
1786
1827
msgid "reference to uninitialized argument `%s'"
1787
1828
msgstr ""
1788
1829
 
1789
 
#: eval.c:1191
 
1830
#: eval.c:1148
1790
1831
#, c-format
1791
1832
msgid "reference to uninitialized variable `%s'"
1792
1833
msgstr ""
1793
1834
 
1794
 
#: eval.c:1209
 
1835
#: eval.c:1166
1795
1836
msgid "attempt to field reference from non-numeric value"
1796
1837
msgstr ""
1797
1838
 
1798
 
#: eval.c:1211
 
1839
#: eval.c:1168
1799
1840
msgid "attempt to field reference from null string"
1800
1841
msgstr ""
1801
1842
 
1802
 
#: eval.c:1219
 
1843
#: eval.c:1176
1803
1844
#, c-format
1804
1845
msgid "attempt to access field %ld"
1805
1846
msgstr ""
1806
1847
 
1807
 
#: eval.c:1228
 
1848
#: eval.c:1185
1808
1849
#, c-format
1809
1850
msgid "reference to uninitialized field `$%ld'"
1810
1851
msgstr ""
1811
1852
 
1812
 
#: eval.c:1292
 
1853
#: eval.c:1272
1813
1854
#, c-format
1814
1855
msgid "function `%s' called with more arguments than declared"
1815
1856
msgstr ""
1816
1857
 
1817
 
#: eval.c:1500
 
1858
#: eval.c:1473
1818
1859
#, c-format
1819
1860
msgid "unwind_stack: unexpected type `%s'"
1820
1861
msgstr ""
1821
1862
 
1822
 
#: eval.c:1681
 
1863
#: eval.c:1569
1823
1864
msgid "division by zero attempted in `/='"
1824
1865
msgstr ""
1825
1866
 
1826
 
#: eval.c:1688
 
1867
#: eval.c:1576
1827
1868
#, c-format
1828
1869
msgid "division by zero attempted in `%%='"
1829
1870
msgstr ""
1830
1871
 
1831
 
#: ext.c:51
 
1872
#: ext.c:89 ext.c:171
1832
1873
msgid "extensions are not allowed in sandbox mode"
1833
1874
msgstr ""
1834
1875
 
1835
 
#: ext.c:54
 
1876
#: ext.c:92
1836
1877
msgid "-l / @load are gawk extensions"
1837
1878
msgstr ""
1838
1879
 
1839
 
#: ext.c:57
 
1880
#: ext.c:95
1840
1881
msgid "load_ext: received NULL lib_name"
1841
1882
msgstr ""
1842
1883
 
1843
 
#: ext.c:60
1844
 
#, c-format
1845
 
msgid "load_ext: cannot open library `%s': %s"
1846
 
msgstr ""
1847
 
 
1848
 
#: ext.c:66
1849
 
#, c-format
1850
 
msgid "load_ext: library `%s': does not define `plugin_is_GPL_compatible': %s"
1851
 
msgstr ""
1852
 
 
1853
 
#: ext.c:72
1854
 
#, c-format
1855
 
msgid "load_ext: library `%s': cannot call function `%s': %s"
1856
 
msgstr ""
1857
 
 
1858
 
#: ext.c:76
1859
 
#, c-format
1860
 
msgid "load_ext: library `%s' initialization routine `%s' failed"
1861
 
msgstr ""
1862
 
 
1863
 
#: ext.c:92
 
1884
#: ext.c:98
 
1885
#, c-format
 
1886
msgid "load_ext: cannot open library `%s' (%s)\n"
 
1887
msgstr ""
 
1888
 
 
1889
#: ext.c:104
 
1890
#, c-format
 
1891
msgid ""
 
1892
"load_ext: library `%s': does not define `plugin_is_GPL_compatible' (%s)\n"
 
1893
msgstr ""
 
1894
 
 
1895
#: ext.c:110
 
1896
#, c-format
 
1897
msgid "load_ext: library `%s': cannot call function `%s' (%s)\n"
 
1898
msgstr ""
 
1899
 
 
1900
#: ext.c:114
 
1901
#, c-format
 
1902
msgid "load_ext: library `%s' initialization routine `%s' failed\n"
 
1903
msgstr ""
 
1904
 
 
1905
#: ext.c:174
 
1906
msgid "`extension' is a gawk extension"
 
1907
msgstr ""
 
1908
 
 
1909
#: ext.c:177
 
1910
msgid "extension: received NULL lib_name"
 
1911
msgstr ""
 
1912
 
 
1913
#: ext.c:180
 
1914
#, c-format
 
1915
msgid "extension: cannot open library `%s' (%s)"
 
1916
msgstr ""
 
1917
 
 
1918
#: ext.c:186
 
1919
#, c-format
 
1920
msgid ""
 
1921
"extension: library `%s': does not define `plugin_is_GPL_compatible' (%s)"
 
1922
msgstr ""
 
1923
 
 
1924
#: ext.c:190
 
1925
#, c-format
 
1926
msgid "extension: library `%s': cannot call function `%s' (%s)"
 
1927
msgstr ""
 
1928
 
 
1929
#: ext.c:221
1864
1930
msgid "make_builtin: missing function name"
1865
1931
msgstr ""
1866
1932
 
1867
 
#: ext.c:100 ext.c:111
1868
 
#, c-format
1869
 
msgid "make_builtin: cannot use gawk built-in `%s' as function name"
1870
 
msgstr ""
1871
 
 
1872
 
#: ext.c:109
1873
 
#, c-format
1874
 
msgid "make_builtin: cannot use gawk built-in `%s' as namespace name"
1875
 
msgstr ""
1876
 
 
1877
 
#: ext.c:126
1878
 
#, c-format
1879
 
msgid "make_builtin: cannot redefine function `%s'"
1880
 
msgstr ""
1881
 
 
1882
 
#: ext.c:130
 
1933
#: ext.c:236
 
1934
#, c-format
 
1935
msgid "make_builtin: can't redefine function `%s'"
 
1936
msgstr ""
 
1937
 
 
1938
#: ext.c:240
1883
1939
#, c-format
1884
1940
msgid "make_builtin: function `%s' already defined"
1885
1941
msgstr ""
1886
1942
 
1887
 
#: ext.c:135
 
1943
#: ext.c:244
1888
1944
#, c-format
1889
1945
msgid "make_builtin: function name `%s' previously defined"
1890
1946
msgstr ""
1891
1947
 
1892
 
#: ext.c:139
 
1948
#: ext.c:246
 
1949
#, c-format
 
1950
msgid "make_builtin: can't use gawk built-in `%s' as function name"
 
1951
msgstr ""
 
1952
 
 
1953
#: ext.c:249 ext.c:304
1893
1954
#, c-format
1894
1955
msgid "make_builtin: negative argument count for function `%s'"
1895
1956
msgstr ""
1896
1957
 
1897
 
#: ext.c:215
 
1958
#: ext.c:276
 
1959
msgid "extension: missing function name"
 
1960
msgstr ""
 
1961
 
 
1962
#: ext.c:279 ext.c:283
 
1963
#, c-format
 
1964
msgid "extension: illegal character `%c' in function name `%s'"
 
1965
msgstr ""
 
1966
 
 
1967
#: ext.c:291
 
1968
#, c-format
 
1969
msgid "extension: can't redefine function `%s'"
 
1970
msgstr ""
 
1971
 
 
1972
#: ext.c:295
 
1973
#, c-format
 
1974
msgid "extension: function `%s' already defined"
 
1975
msgstr ""
 
1976
 
 
1977
#: ext.c:299
 
1978
#, c-format
 
1979
msgid "extension: function name `%s' previously defined"
 
1980
msgstr ""
 
1981
 
 
1982
#: ext.c:301
 
1983
#, c-format
 
1984
msgid "extension: can't use gawk built-in `%s' as function name"
 
1985
msgstr ""
 
1986
 
 
1987
#: ext.c:375
 
1988
#, c-format
 
1989
msgid "function `%s' defined to take no more than %d argument(s)"
 
1990
msgstr ""
 
1991
 
 
1992
#: ext.c:378
 
1993
#, c-format
 
1994
msgid "function `%s': missing argument #%d"
 
1995
msgstr ""
 
1996
 
 
1997
#: ext.c:395
1898
1998
#, c-format
1899
1999
msgid "function `%s': argument #%d: attempt to use scalar as an array"
1900
2000
msgstr ""
1901
2001
 
1902
 
#: ext.c:219
 
2002
#: ext.c:399
1903
2003
#, c-format
1904
2004
msgid "function `%s': argument #%d: attempt to use array as a scalar"
1905
2005
msgstr ""
1906
2006
 
1907
 
#: ext.c:233
1908
 
msgid "dynamic loading of libraries is not supported"
1909
 
msgstr ""
1910
 
 
1911
 
#: extension/filefuncs.c:446
 
2007
#: ext.c:413
 
2008
msgid "dynamic loading of library not supported"
 
2009
msgstr ""
 
2010
 
 
2011
#: extension/filefuncs.c:159
 
2012
msgid "chdir: called with incorrect number of arguments, expecting 1"
 
2013
msgstr ""
 
2014
 
 
2015
#: extension/filefuncs.c:439
1912
2016
#, c-format
1913
2017
msgid "stat: unable to read symbolic link `%s'"
1914
2018
msgstr ""
1915
2019
 
 
2020
#: extension/filefuncs.c:472
 
2021
msgid "stat: called with wrong number of arguments"
 
2022
msgstr ""
 
2023
 
1916
2024
#: extension/filefuncs.c:479
1917
 
msgid "stat: first argument is not a string"
1918
 
msgstr ""
1919
 
 
1920
 
#: extension/filefuncs.c:484
1921
 
msgid "stat: second argument is not an array"
1922
 
msgstr ""
1923
 
 
1924
 
#: extension/filefuncs.c:528
1925
2025
msgid "stat: bad parameters"
1926
2026
msgstr ""
1927
2027
 
1928
 
#: extension/filefuncs.c:594
 
2028
#: extension/filefuncs.c:533
1929
2029
#, c-format
1930
2030
msgid "fts init: could not create variable %s"
1931
2031
msgstr ""
1932
2032
 
1933
 
#: extension/filefuncs.c:615
 
2033
#: extension/filefuncs.c:554
1934
2034
msgid "fts is not supported on this system"
1935
2035
msgstr ""
1936
2036
 
1937
 
#: extension/filefuncs.c:634
1938
 
msgid "fill_stat_element: could not create array, out of memory"
 
2037
#: extension/filefuncs.c:573
 
2038
msgid "fill_stat_element: could not create array"
1939
2039
msgstr ""
1940
2040
 
1941
 
#: extension/filefuncs.c:643
 
2041
#: extension/filefuncs.c:582
1942
2042
msgid "fill_stat_element: could not set element"
1943
2043
msgstr ""
1944
2044
 
1945
 
#: extension/filefuncs.c:658
 
2045
#: extension/filefuncs.c:597
1946
2046
msgid "fill_path_element: could not set element"
1947
2047
msgstr ""
1948
2048
 
1949
 
#: extension/filefuncs.c:674
 
2049
#: extension/filefuncs.c:613
1950
2050
msgid "fill_error_element: could not set element"
1951
2051
msgstr ""
1952
2052
 
1953
 
#: extension/filefuncs.c:726 extension/filefuncs.c:773
 
2053
#: extension/filefuncs.c:660 extension/filefuncs.c:707
1954
2054
msgid "fts-process: could not create array"
1955
2055
msgstr ""
1956
2056
 
1957
 
#: extension/filefuncs.c:736 extension/filefuncs.c:783
1958
 
#: extension/filefuncs.c:801
 
2057
#: extension/filefuncs.c:670 extension/filefuncs.c:717
 
2058
#: extension/filefuncs.c:735
1959
2059
msgid "fts-process: could not set element"
1960
2060
msgstr ""
1961
2061
 
1962
 
#: extension/filefuncs.c:850
 
2062
#: extension/filefuncs.c:784
1963
2063
msgid "fts: called with incorrect number of arguments, expecting 3"
1964
2064
msgstr ""
1965
2065
 
1966
 
#: extension/filefuncs.c:853
1967
 
msgid "fts: first argument is not an array"
1968
 
msgstr ""
1969
 
 
1970
 
#: extension/filefuncs.c:859
1971
 
msgid "fts: second argument is not a number"
1972
 
msgstr ""
1973
 
 
1974
 
#: extension/filefuncs.c:865
1975
 
msgid "fts: third argument is not an array"
1976
 
msgstr ""
1977
 
 
1978
 
#: extension/filefuncs.c:872
 
2066
#: extension/filefuncs.c:787
 
2067
msgid "fts: bad first parameter"
 
2068
msgstr ""
 
2069
 
 
2070
#: extension/filefuncs.c:793
 
2071
msgid "fts: bad second parameter"
 
2072
msgstr ""
 
2073
 
 
2074
#: extension/filefuncs.c:799
 
2075
msgid "fts: bad third parameter"
 
2076
msgstr ""
 
2077
 
 
2078
#: extension/filefuncs.c:806
1979
2079
msgid "fts: could not flatten array\n"
1980
2080
msgstr ""
1981
2081
 
1982
 
#: extension/filefuncs.c:890
 
2082
#: extension/filefuncs.c:824
1983
2083
msgid "fts: ignoring sneaky FTS_NOSTAT flag. nyah, nyah, nyah."
1984
2084
msgstr ""
1985
2085
 
1986
 
#: extension/fnmatch.c:120
 
2086
#: extension/filefuncs.c:841
 
2087
msgid "fts: clear_array() failed\n"
 
2088
msgstr ""
 
2089
 
 
2090
#: extension/fnmatch.c:112
 
2091
msgid "fnmatch: called with less than three arguments"
 
2092
msgstr ""
 
2093
 
 
2094
#: extension/fnmatch.c:115
 
2095
msgid "fnmatch: called with more than three arguments"
 
2096
msgstr ""
 
2097
 
 
2098
#: extension/fnmatch.c:118
1987
2099
msgid "fnmatch: could not get first argument"
1988
2100
msgstr ""
1989
2101
 
1990
 
#: extension/fnmatch.c:125
 
2102
#: extension/fnmatch.c:123
1991
2103
msgid "fnmatch: could not get second argument"
1992
2104
msgstr ""
1993
2105
 
1994
 
#: extension/fnmatch.c:130
 
2106
#: extension/fnmatch.c:128
1995
2107
msgid "fnmatch: could not get third argument"
1996
2108
msgstr ""
1997
2109
 
1998
 
#: extension/fnmatch.c:143
 
2110
#: extension/fnmatch.c:141
1999
2111
msgid "fnmatch is not implemented on this system\n"
2000
2112
msgstr ""
2001
2113
 
2002
 
#: extension/fnmatch.c:175
 
2114
#: extension/fnmatch.c:173
2003
2115
msgid "fnmatch init: could not add FNM_NOMATCH variable"
2004
2116
msgstr ""
2005
2117
 
2006
 
#: extension/fnmatch.c:185
 
2118
#: extension/fnmatch.c:183
2007
2119
#, c-format
2008
2120
msgid "fnmatch init: could not set array element %s"
2009
2121
msgstr ""
2010
2122
 
2011
 
#: extension/fnmatch.c:195
 
2123
#: extension/fnmatch.c:193
2012
2124
msgid "fnmatch init: could not install FNM array"
2013
2125
msgstr ""
2014
2126
 
2015
 
#: extension/fork.c:92
 
2127
#: extension/fork.c:81
 
2128
msgid "fork: called with too many arguments"
 
2129
msgstr ""
 
2130
 
 
2131
#: extension/fork.c:94
2016
2132
msgid "fork: PROCINFO is not an array!"
2017
2133
msgstr ""
2018
2134
 
2019
 
#: extension/inplace.c:131
2020
 
msgid "inplace::begin: in-place editing already active"
2021
 
msgstr ""
2022
 
 
2023
 
#: extension/inplace.c:134
2024
 
#, c-format
2025
 
msgid "inplace::begin: expects 2 arguments but called with %d"
2026
 
msgstr ""
2027
 
 
2028
 
#: extension/inplace.c:137
2029
 
msgid "inplace::begin: cannot retrieve 1st argument as a string filename"
2030
 
msgstr ""
2031
 
 
2032
 
#: extension/inplace.c:145
2033
 
#, c-format
2034
 
msgid "inplace::begin: disabling in-place editing for invalid FILENAME `%s'"
2035
 
msgstr ""
2036
 
 
2037
 
#: extension/inplace.c:152
2038
 
#, c-format
2039
 
msgid "inplace::begin: Cannot stat `%s' (%s)"
2040
 
msgstr ""
2041
 
 
2042
 
#: extension/inplace.c:159
2043
 
#, c-format
2044
 
msgid "inplace::begin: `%s' is not a regular file"
2045
 
msgstr ""
2046
 
 
2047
 
#: extension/inplace.c:170
2048
 
#, c-format
2049
 
msgid "inplace::begin: mkstemp(`%s') failed (%s)"
2050
 
msgstr ""
2051
 
 
2052
 
#: extension/inplace.c:182
2053
 
#, c-format
2054
 
msgid "inplace::begin: chmod failed (%s)"
2055
 
msgstr ""
2056
 
 
2057
 
#: extension/inplace.c:189
2058
 
#, c-format
2059
 
msgid "inplace::begin: dup(stdout) failed (%s)"
2060
 
msgstr ""
2061
 
 
2062
 
#: extension/inplace.c:192
2063
 
#, c-format
2064
 
msgid "inplace::begin: dup2(%d, stdout) failed (%s)"
2065
 
msgstr ""
2066
 
 
2067
 
#: extension/inplace.c:195
2068
 
#, c-format
2069
 
msgid "inplace::begin: close(%d) failed (%s)"
2070
 
msgstr ""
2071
 
 
2072
 
#: extension/inplace.c:211
2073
 
#, c-format
2074
 
msgid "inplace::end: expects 2 arguments but called with %d"
2075
 
msgstr ""
2076
 
 
2077
 
#: extension/inplace.c:214
2078
 
msgid "inplace::end: cannot retrieve 1st argument as a string filename"
2079
 
msgstr ""
2080
 
 
2081
 
#: extension/inplace.c:221
2082
 
msgid "inplace::end: in-place editing not active"
2083
 
msgstr ""
2084
 
 
2085
 
#: extension/inplace.c:227
2086
 
#, c-format
2087
 
msgid "inplace::end: dup2(%d, stdout) failed (%s)"
 
2135
#: extension/fork.c:118
 
2136
msgid "waitpid: called with too many arguments"
 
2137
msgstr ""
 
2138
 
 
2139
#: extension/fork.c:126
 
2140
msgid "wait: called with no arguments"
 
2141
msgstr ""
 
2142
 
 
2143
#: extension/fork.c:143
 
2144
msgid "wait: called with too many arguments"
 
2145
msgstr ""
 
2146
 
 
2147
#: extension/inplace.c:130
 
2148
msgid "inplace_begin: in-place editing already active"
 
2149
msgstr ""
 
2150
 
 
2151
#: extension/inplace.c:133 extension/inplace.c:207
 
2152
#, c-format
 
2153
msgid "inplace_begin: expects 2 arguments but called with %d"
 
2154
msgstr ""
 
2155
 
 
2156
#: extension/inplace.c:136
 
2157
msgid "inplace_begin: cannot retrieve 1st argument as a string filename"
 
2158
msgstr ""
 
2159
 
 
2160
#: extension/inplace.c:144
 
2161
#, c-format
 
2162
msgid "inplace_begin: disabling in-place editing for invalid FILENAME `%s'"
 
2163
msgstr ""
 
2164
 
 
2165
#: extension/inplace.c:151
 
2166
#, c-format
 
2167
msgid "inplace_begin: Cannot stat `%s' (%s)"
 
2168
msgstr ""
 
2169
 
 
2170
#: extension/inplace.c:158
 
2171
#, c-format
 
2172
msgid "inplace_begin: `%s' is not a regular file"
 
2173
msgstr ""
 
2174
 
 
2175
#: extension/inplace.c:169
 
2176
#, c-format
 
2177
msgid "inplace_begin: mkstemp(`%s') failed (%s)"
 
2178
msgstr ""
 
2179
 
 
2180
#: extension/inplace.c:178
 
2181
#, c-format
 
2182
msgid "inplace_begin: chmod failed (%s)"
 
2183
msgstr ""
 
2184
 
 
2185
#: extension/inplace.c:185
 
2186
#, c-format
 
2187
msgid "inplace_begin: dup(stdout) failed (%s)"
 
2188
msgstr ""
 
2189
 
 
2190
#: extension/inplace.c:188
 
2191
#, c-format
 
2192
msgid "inplace_begin: dup2(%d, stdout) failed (%s)"
 
2193
msgstr ""
 
2194
 
 
2195
#: extension/inplace.c:191
 
2196
#, c-format
 
2197
msgid "inplace_begin: close(%d) failed (%s)"
 
2198
msgstr ""
 
2199
 
 
2200
#: extension/inplace.c:210
 
2201
msgid "inplace_end: cannot retrieve 1st argument as a string filename"
 
2202
msgstr ""
 
2203
 
 
2204
#: extension/inplace.c:217
 
2205
msgid "inplace_end: in-place editing not active"
 
2206
msgstr ""
 
2207
 
 
2208
#: extension/inplace.c:223
 
2209
#, c-format
 
2210
msgid "inplace_end: dup2(%d, stdout) failed (%s)"
 
2211
msgstr ""
 
2212
 
 
2213
#: extension/inplace.c:226
 
2214
#, c-format
 
2215
msgid "inplace_end: close(%d) failed (%s)"
2088
2216
msgstr ""
2089
2217
 
2090
2218
#: extension/inplace.c:230
2091
2219
#, c-format
2092
 
msgid "inplace::end: close(%d) failed (%s)"
2093
 
msgstr ""
2094
 
 
2095
 
#: extension/inplace.c:234
2096
 
#, c-format
2097
 
msgid "inplace::end: fsetpos(stdout) failed (%s)"
2098
 
msgstr ""
2099
 
 
2100
 
#: extension/inplace.c:247
2101
 
#, c-format
2102
 
msgid "inplace::end: link(`%s', `%s') failed (%s)"
2103
 
msgstr ""
2104
 
 
2105
 
#: extension/inplace.c:257
2106
 
#, c-format
2107
 
msgid "inplace::end: rename(`%s', `%s') failed (%s)"
2108
 
msgstr ""
2109
 
 
2110
 
#: extension/ordchr.c:72
2111
 
msgid "ord: first argument is not a string"
 
2220
msgid "inplace_end: fsetpos(stdout) failed (%s)"
 
2221
msgstr ""
 
2222
 
 
2223
#: extension/inplace.c:243
 
2224
#, c-format
 
2225
msgid "inplace_end: link(`%s', `%s') failed (%s)"
 
2226
msgstr ""
 
2227
 
 
2228
#: extension/inplace.c:253
 
2229
#, c-format
 
2230
msgid "inplace_end: rename(`%s', `%s') failed (%s)"
 
2231
msgstr ""
 
2232
 
 
2233
#: extension/ordchr.c:69
 
2234
msgid "ord: called with too many arguments"
 
2235
msgstr ""
 
2236
 
 
2237
#: extension/ordchr.c:75
 
2238
msgid "ord: called with no arguments"
 
2239
msgstr ""
 
2240
 
 
2241
#: extension/ordchr.c:77
 
2242
msgid "ord: called with inappropriate argument(s)"
2112
2243
msgstr ""
2113
2244
 
2114
2245
#: extension/ordchr.c:99
2115
 
msgid "chr: first argument is not a number"
2116
 
msgstr ""
2117
 
 
2118
 
#: extension/readdir.c:291
2119
 
#, c-format
2120
 
msgid "dir_take_control_of: %s: opendir/fdopendir failed: %s"
2121
 
msgstr ""
2122
 
 
2123
 
#: extension/readfile.c:133
2124
 
msgid "readfile: called with wrong kind of argument"
2125
 
msgstr ""
2126
 
 
2127
 
#: extension/revoutput.c:127
2128
 
msgid "revoutput: could not initialize REVOUT variable"
2129
 
msgstr ""
2130
 
 
2131
 
#: extension/rwarray.c:145 extension/rwarray.c:548
2132
 
#, c-format
2133
 
msgid "%s: first argument is not a string"
2134
 
msgstr ""
2135
 
 
2136
 
#: extension/rwarray.c:189
2137
 
msgid "writea: second argument is not an array"
2138
 
msgstr ""
2139
 
 
2140
 
#: extension/rwarray.c:206
2141
 
msgid "writeall: unable to find SYMTAB array"
2142
 
msgstr ""
2143
 
 
2144
 
#: extension/rwarray.c:226
2145
 
msgid "write_array: could not flatten array"
2146
 
msgstr ""
2147
 
 
2148
 
#: extension/rwarray.c:242
2149
 
msgid "write_array: could not release flattened array"
2150
 
msgstr ""
2151
 
 
2152
 
#: extension/rwarray.c:307
2153
 
#, c-format
2154
 
msgid "array value has unknown type %d"
2155
 
msgstr ""
2156
 
 
2157
 
#: extension/rwarray.c:398
2158
 
msgid ""
2159
 
"rwarray extension: received GMP/MPFR value but compiled without GMP/MPFR "
2160
 
"support."
2161
 
msgstr ""
2162
 
 
2163
 
#: extension/rwarray.c:437
2164
 
#, c-format
2165
 
msgid "cannot free number with unknown type %d"
2166
 
msgstr ""
2167
 
 
2168
 
#: extension/rwarray.c:442
2169
 
#, c-format
2170
 
msgid "cannot free value with unhandled type %d"
2171
 
msgstr ""
2172
 
 
2173
 
#: extension/rwarray.c:481
2174
 
#, c-format
2175
 
msgid "readall: unable to set %s::%s"
2176
 
msgstr ""
2177
 
 
2178
 
#: extension/rwarray.c:483
2179
 
#, c-format
2180
 
msgid "readall: unable to set %s"
2181
 
msgstr ""
2182
 
 
2183
 
#: extension/rwarray.c:525
2184
 
msgid "reada: clear_array failed"
2185
 
msgstr ""
2186
 
 
2187
 
#: extension/rwarray.c:611
2188
 
msgid "reada: second argument is not an array"
2189
 
msgstr ""
2190
 
 
2191
 
#: extension/rwarray.c:648
2192
 
msgid "read_array: set_array_element failed"
2193
 
msgstr ""
2194
 
 
2195
 
#: extension/rwarray.c:756
2196
 
#, c-format
2197
 
msgid "treating recovered value with unknown type code %d as a string"
2198
 
msgstr ""
2199
 
 
2200
 
#: extension/rwarray.c:827
2201
 
msgid ""
2202
 
"rwarray extension: GMP/MPFR value in file but compiled without GMP/MPFR "
2203
 
"support."
2204
 
msgstr ""
2205
 
 
2206
 
#: extension/time.c:149
 
2246
msgid "chr: called with too many arguments"
 
2247
msgstr ""
 
2248
 
 
2249
#: extension/ordchr.c:109
 
2250
msgid "chr: called with no arguments"
 
2251
msgstr ""
 
2252
 
 
2253
#: extension/ordchr.c:111
 
2254
msgid "chr: called with inappropriate argument(s)"
 
2255
msgstr ""
 
2256
 
 
2257
#: extension/readdir.c:277
 
2258
#, c-format
 
2259
msgid "dir_take_control_of: opendir/fdopendir failed: %s"
 
2260
msgstr ""
 
2261
 
 
2262
#: extension/readfile.c:84
 
2263
msgid "readfile: called with too many arguments"
 
2264
msgstr ""
 
2265
 
 
2266
#: extension/readfile.c:118
 
2267
msgid "readfile: called with no arguments"
 
2268
msgstr ""
 
2269
 
 
2270
#: extension/rwarray.c:124
 
2271
msgid "writea: called with too many arguments"
 
2272
msgstr ""
 
2273
 
 
2274
#: extension/rwarray.c:131
 
2275
#, c-format
 
2276
msgid "do_writea: argument 0 is not a string\n"
 
2277
msgstr ""
 
2278
 
 
2279
#: extension/rwarray.c:137
 
2280
#, c-format
 
2281
msgid "do_writea: argument 1 is not an array\n"
 
2282
msgstr ""
 
2283
 
 
2284
#: extension/rwarray.c:184
 
2285
#, c-format
 
2286
msgid "write_array: could not flatten array\n"
 
2287
msgstr ""
 
2288
 
 
2289
#: extension/rwarray.c:198
 
2290
#, c-format
 
2291
msgid "write_array: could not release flattened array\n"
 
2292
msgstr ""
 
2293
 
 
2294
#: extension/rwarray.c:280
 
2295
msgid "reada: called with too many arguments"
 
2296
msgstr ""
 
2297
 
 
2298
#: extension/rwarray.c:287
 
2299
#, c-format
 
2300
msgid "do_reada: argument 0 is not a string\n"
 
2301
msgstr ""
 
2302
 
 
2303
#: extension/rwarray.c:293
 
2304
#, c-format
 
2305
msgid "do_reada: argument 1 is not an array\n"
 
2306
msgstr ""
 
2307
 
 
2308
#: extension/rwarray.c:337
 
2309
#, c-format
 
2310
msgid "do_reada: clear_array failed\n"
 
2311
msgstr ""
 
2312
 
 
2313
#: extension/rwarray.c:374
 
2314
#, c-format
 
2315
msgid "read_array: set_array_element failed\n"
 
2316
msgstr ""
 
2317
 
 
2318
#: extension/time.c:106
 
2319
msgid "gettimeofday: ignoring arguments"
 
2320
msgstr ""
 
2321
 
 
2322
#: extension/time.c:137
2207
2323
msgid "gettimeofday: not supported on this platform"
2208
2324
msgstr ""
2209
2325
 
2210
 
#: extension/time.c:170
 
2326
#: extension/time.c:158
 
2327
msgid "sleep: called with too many arguments"
 
2328
msgstr ""
 
2329
 
 
2330
#: extension/time.c:161
2211
2331
msgid "sleep: missing required numeric argument"
2212
2332
msgstr ""
2213
2333
 
2214
 
#: extension/time.c:176
 
2334
#: extension/time.c:167
2215
2335
msgid "sleep: argument is negative"
2216
2336
msgstr ""
2217
2337
 
2218
 
#: extension/time.c:210
 
2338
#: extension/time.c:201
2219
2339
msgid "sleep: not supported on this platform"
2220
2340
msgstr ""
2221
2341
 
2222
 
#: extension/time.c:232
2223
 
msgid "strptime: called with no arguments"
2224
 
msgstr ""
2225
 
 
2226
 
#: extension/time.c:240
2227
 
#, c-format
2228
 
msgid "do_strptime: argument 1 is not a string\n"
2229
 
msgstr ""
2230
 
 
2231
 
#: extension/time.c:245
2232
 
#, c-format
2233
 
msgid "do_strptime: argument 2 is not a string\n"
2234
 
msgstr ""
2235
 
 
2236
 
#: field.c:320
2237
 
msgid "input record too large"
2238
 
msgstr ""
2239
 
 
2240
 
#: field.c:441
 
2342
#: field.c:345
2241
2343
msgid "NF set to negative value"
2242
2344
msgstr ""
2243
2345
 
2244
 
#: field.c:446
2245
 
msgid "decrementing NF is not portable to many awk versions"
2246
 
msgstr ""
2247
 
 
2248
 
#: field.c:1003
2249
 
msgid "accessing fields from an END rule may not be portable"
2250
 
msgstr ""
2251
 
 
2252
 
#: field.c:1130 field.c:1139
 
2346
#: field.c:971 field.c:978 field.c:982
2253
2347
msgid "split: fourth argument is a gawk extension"
2254
2348
msgstr ""
2255
2349
 
2256
 
#: field.c:1134
 
2350
#: field.c:975
2257
2351
msgid "split: fourth argument is not an array"
2258
2352
msgstr ""
2259
2353
 
2260
 
#: field.c:1136 field.c:1238
2261
 
#, c-format
2262
 
msgid "%s: cannot use %s as fourth argument"
2263
 
msgstr ""
2264
 
 
2265
 
#: field.c:1146
 
2354
#: field.c:989
2266
2355
msgid "split: second argument is not an array"
2267
2356
msgstr ""
2268
2357
 
2269
 
#: field.c:1152
 
2358
#: field.c:993
2270
2359
msgid "split: cannot use the same array for second and fourth args"
2271
2360
msgstr ""
2272
2361
 
2273
 
#: field.c:1157
 
2362
#: field.c:998
2274
2363
msgid "split: cannot use a subarray of second arg for fourth arg"
2275
2364
msgstr ""
2276
2365
 
2277
 
#: field.c:1160
 
2366
#: field.c:1001
2278
2367
msgid "split: cannot use a subarray of fourth arg for second arg"
2279
2368
msgstr ""
2280
2369
 
2281
 
#: field.c:1197
2282
 
msgid "split: null string for third arg is a non-standard extension"
 
2370
#: field.c:1032
 
2371
msgid "split: null string for third arg is a gawk extension"
2283
2372
msgstr ""
2284
2373
 
2285
 
#: field.c:1236
 
2374
#: field.c:1072
2286
2375
msgid "patsplit: fourth argument is not an array"
2287
2376
msgstr ""
2288
2377
 
2289
 
#: field.c:1243
 
2378
#: field.c:1077
2290
2379
msgid "patsplit: second argument is not an array"
2291
2380
msgstr ""
2292
2381
 
2293
 
#: field.c:1254
 
2382
#: field.c:1083
2294
2383
msgid "patsplit: third argument must be non-null"
2295
2384
msgstr ""
2296
2385
 
2297
 
#: field.c:1258
 
2386
#: field.c:1087
2298
2387
msgid "patsplit: cannot use the same array for second and fourth args"
2299
2388
msgstr ""
2300
2389
 
2301
 
#: field.c:1263
 
2390
#: field.c:1092
2302
2391
msgid "patsplit: cannot use a subarray of second arg for fourth arg"
2303
2392
msgstr ""
2304
2393
 
2305
 
#: field.c:1266
 
2394
#: field.c:1095
2306
2395
msgid "patsplit: cannot use a subarray of fourth arg for second arg"
2307
2396
msgstr ""
2308
2397
 
2309
 
#: field.c:1304
2310
 
msgid "assignment to FS/FIELDWIDTHS/FPAT has no effect when using --csv"
2311
 
msgstr ""
2312
 
 
2313
 
#: field.c:1334
 
2398
#: field.c:1133
2314
2399
msgid "`FIELDWIDTHS' is a gawk extension"
2315
2400
msgstr ""
2316
2401
 
2317
 
#: field.c:1403
2318
 
msgid "`*' must be the last designator in FIELDWIDTHS"
2319
 
msgstr ""
2320
 
 
2321
 
#: field.c:1424
 
2402
#: field.c:1197
2322
2403
#, c-format
2323
 
msgid "invalid FIELDWIDTHS value, for field %d, near `%s'"
 
2404
msgid "invalid FIELDWIDTHS value, near `%s'"
2324
2405
msgstr ""
2325
2406
 
2326
 
#: field.c:1498
 
2407
#: field.c:1270
2327
2408
msgid "null string for `FS' is a gawk extension"
2328
2409
msgstr ""
2329
2410
 
2330
 
#: field.c:1502
 
2411
#: field.c:1274
2331
2412
msgid "old awk does not support regexps as value of `FS'"
2332
2413
msgstr ""
2333
2414
 
2334
 
#: field.c:1628
 
2415
#: field.c:1393
2335
2416
msgid "`FPAT' is a gawk extension"
2336
2417
msgstr ""
2337
2418
 
2338
 
#: gawkapi.c:157
 
2419
#: gawkapi.c:146
2339
2420
msgid "awk_value_to_node: received null retval"
2340
2421
msgstr ""
2341
2422
 
2342
 
#: gawkapi.c:177 gawkapi.c:190
2343
 
msgid "awk_value_to_node: not in MPFR mode"
2344
 
msgstr ""
2345
 
 
2346
 
#: gawkapi.c:184 gawkapi.c:196
2347
 
msgid "awk_value_to_node: MPFR not supported"
2348
 
msgstr ""
2349
 
 
2350
 
#: gawkapi.c:200
2351
 
#, c-format
2352
 
msgid "awk_value_to_node: invalid number type `%d'"
 
2423
#: gawkapi.c:384
 
2424
msgid "node_to_awk_value: received null node"
2353
2425
msgstr ""
2354
2426
 
2355
2427
#: gawkapi.c:387
2356
 
msgid "add_ext_func: received NULL name_space parameter"
2357
 
msgstr ""
2358
 
 
2359
 
#: gawkapi.c:525
2360
 
#, c-format
2361
 
msgid ""
2362
 
"node_to_awk_value: detected invalid numeric flags combination `%s'; please "
2363
 
"file a bug report"
2364
 
msgstr ""
2365
 
 
2366
 
#: gawkapi.c:563
2367
 
msgid "node_to_awk_value: received null node"
2368
 
msgstr ""
2369
 
 
2370
 
#: gawkapi.c:566
2371
2428
msgid "node_to_awk_value: received null val"
2372
2429
msgstr ""
2373
2430
 
2374
 
#: gawkapi.c:632 gawkapi.c:667 gawkapi.c:695 gawkapi.c:730
2375
 
#, c-format
2376
 
msgid ""
2377
 
"node_to_awk_value detected invalid flags combination `%s'; please file a bug "
2378
 
"report"
2379
 
msgstr ""
2380
 
 
2381
 
#: gawkapi.c:1122
 
2431
#: gawkapi.c:808
2382
2432
msgid "remove_element: received null array"
2383
2433
msgstr ""
2384
2434
 
2385
 
#: gawkapi.c:1125
 
2435
#: gawkapi.c:811
2386
2436
msgid "remove_element: received null subscript"
2387
2437
msgstr ""
2388
2438
 
2389
 
#: gawkapi.c:1268
2390
 
#, c-format
2391
 
msgid "api_flatten_array_typed: could not convert index %d to %s"
2392
 
msgstr ""
2393
 
 
2394
 
#: gawkapi.c:1273
2395
 
#, c-format
2396
 
msgid "api_flatten_array_typed: could not convert value %d to %s"
2397
 
msgstr ""
2398
 
 
2399
 
#: gawkapi.c:1369 gawkapi.c:1386
2400
 
msgid "api_get_mpfr: MPFR not supported"
2401
 
msgstr ""
2402
 
 
2403
 
#: gawkapi.c:1417
2404
 
msgid "cannot find end of BEGINFILE rule"
2405
 
msgstr ""
2406
 
 
2407
 
#: gawkapi.c:1471
2408
 
#, c-format
2409
 
msgid "cannot open unrecognized file type `%s' for `%s'"
2410
 
msgstr ""
2411
 
 
2412
 
#: io.c:415
 
2439
#: gawkapi.c:948
 
2440
#, c-format
 
2441
msgid "api_flatten_array: could not convert index %d\n"
 
2442
msgstr ""
 
2443
 
 
2444
#: gawkapi.c:953
 
2445
#, c-format
 
2446
msgid "api_flatten_array: could not convert value %d\n"
 
2447
msgstr ""
 
2448
 
 
2449
#: getopt.c:604 getopt.c:633
 
2450
#, c-format
 
2451
msgid "%s: option '%s' is ambiguous; possibilities:"
 
2452
msgstr ""
 
2453
 
 
2454
#: getopt.c:679 getopt.c:683
 
2455
#, c-format
 
2456
msgid "%s: option '--%s' doesn't allow an argument\n"
 
2457
msgstr ""
 
2458
 
 
2459
#: getopt.c:692 getopt.c:697
 
2460
#, c-format
 
2461
msgid "%s: option '%c%s' doesn't allow an argument\n"
 
2462
msgstr ""
 
2463
 
 
2464
#: getopt.c:740 getopt.c:759
 
2465
#, c-format
 
2466
msgid "%s: option '--%s' requires an argument\n"
 
2467
msgstr ""
 
2468
 
 
2469
#: getopt.c:797 getopt.c:800
 
2470
#, c-format
 
2471
msgid "%s: unrecognized option '--%s'\n"
 
2472
msgstr ""
 
2473
 
 
2474
#: getopt.c:808 getopt.c:811
 
2475
#, c-format
 
2476
msgid "%s: unrecognized option '%c%s'\n"
 
2477
msgstr ""
 
2478
 
 
2479
#: getopt.c:860 getopt.c:863
 
2480
#, c-format
 
2481
msgid "%s: invalid option -- '%c'\n"
 
2482
msgstr ""
 
2483
 
 
2484
#: getopt.c:916 getopt.c:933 getopt.c:1143 getopt.c:1161
 
2485
#, c-format
 
2486
msgid "%s: option requires an argument -- '%c'\n"
 
2487
msgstr ""
 
2488
 
 
2489
#: getopt.c:989 getopt.c:1005
 
2490
#, c-format
 
2491
msgid "%s: option '-W %s' is ambiguous\n"
 
2492
msgstr ""
 
2493
 
 
2494
#: getopt.c:1029 getopt.c:1047
 
2495
#, c-format
 
2496
msgid "%s: option '-W %s' doesn't allow an argument\n"
 
2497
msgstr ""
 
2498
 
 
2499
#: getopt.c:1068 getopt.c:1086
 
2500
#, c-format
 
2501
msgid "%s: option '-W %s' requires an argument\n"
 
2502
msgstr ""
 
2503
 
 
2504
#: io.c:392
2413
2505
#, c-format
2414
2506
msgid "command line argument `%s' is a directory: skipped"
2415
2507
msgstr ""
2416
2508
 
2417
 
#: io.c:418 io.c:532
2418
 
#, c-format
2419
 
msgid "cannot open file `%s' for reading: %s"
2420
 
msgstr ""
2421
 
 
2422
 
#: io.c:659
2423
 
#, c-format
2424
 
msgid "close of fd %d (`%s') failed: %s"
2425
 
msgstr ""
2426
 
 
2427
 
#: io.c:731
2428
 
#, c-format
2429
 
msgid "`%.*s' used for input file and for output file"
2430
 
msgstr ""
2431
 
 
2432
 
#: io.c:733
2433
 
#, c-format
2434
 
msgid "`%.*s' used for input file and input pipe"
2435
 
msgstr ""
2436
 
 
2437
 
#: io.c:735
2438
 
#, c-format
2439
 
msgid "`%.*s' used for input file and two-way pipe"
2440
 
msgstr ""
2441
 
 
2442
 
#: io.c:737
2443
 
#, c-format
2444
 
msgid "`%.*s' used for input file and output pipe"
2445
 
msgstr ""
2446
 
 
2447
 
#: io.c:739
2448
 
#, c-format
2449
 
msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
2450
 
msgstr ""
2451
 
 
2452
 
#: io.c:741
2453
 
#, c-format
2454
 
msgid "`%.*s' used for input pipe and output file"
2455
 
msgstr ""
2456
 
 
2457
 
#: io.c:743
2458
 
#, c-format
2459
 
msgid "`%.*s' used for output file and output pipe"
2460
 
msgstr ""
2461
 
 
2462
 
#: io.c:745
2463
 
#, c-format
2464
 
msgid "`%.*s' used for output file and two-way pipe"
2465
 
msgstr ""
2466
 
 
2467
 
#: io.c:747
2468
 
#, c-format
2469
 
msgid "`%.*s' used for input pipe and output pipe"
2470
 
msgstr ""
2471
 
 
2472
 
#: io.c:749
2473
 
#, c-format
2474
 
msgid "`%.*s' used for input pipe and two-way pipe"
2475
 
msgstr ""
2476
 
 
2477
 
#: io.c:751
2478
 
#, c-format
2479
 
msgid "`%.*s' used for output pipe and two-way pipe"
2480
 
msgstr ""
2481
 
 
2482
 
#: io.c:801
 
2509
#: io.c:395 io.c:513
 
2510
#, c-format
 
2511
msgid "cannot open file `%s' for reading (%s)"
 
2512
msgstr ""
 
2513
 
 
2514
#: io.c:640
 
2515
#, c-format
 
2516
msgid "close of fd %d (`%s') failed (%s)"
 
2517
msgstr ""
 
2518
 
 
2519
#: io.c:716
2483
2520
msgid "redirection not allowed in sandbox mode"
2484
2521
msgstr ""
2485
2522
 
2486
 
#: io.c:835
 
2523
#: io.c:750
2487
2524
#, c-format
2488
 
msgid "expression in `%s' redirection is a number"
 
2525
msgid "expression in `%s' redirection only has numeric value"
2489
2526
msgstr ""
2490
2527
 
2491
 
#: io.c:839
 
2528
#: io.c:756
2492
2529
#, c-format
2493
2530
msgid "expression for `%s' redirection has null string value"
2494
2531
msgstr ""
2495
2532
 
2496
 
#: io.c:844
2497
 
#, c-format
2498
 
msgid ""
2499
 
"filename `%.*s' for `%s' redirection may be result of logical expression"
2500
 
msgstr ""
2501
 
 
2502
 
#: io.c:941 io.c:968
2503
 
#, c-format
2504
 
msgid "get_file cannot create pipe `%s' with fd %d"
2505
 
msgstr ""
2506
 
 
2507
 
#: io.c:955
2508
 
#, c-format
2509
 
msgid "cannot open pipe `%s' for output: %s"
2510
 
msgstr ""
2511
 
 
2512
 
#: io.c:973
2513
 
#, c-format
2514
 
msgid "cannot open pipe `%s' for input: %s"
2515
 
msgstr ""
2516
 
 
2517
 
#: io.c:1002
2518
 
#, c-format
2519
 
msgid ""
2520
 
"get_file socket creation not supported on this platform for `%s' with fd %d"
2521
 
msgstr ""
2522
 
 
2523
 
#: io.c:1013
2524
 
#, c-format
2525
 
msgid "cannot open two way pipe `%s' for input/output: %s"
2526
 
msgstr ""
2527
 
 
2528
 
#: io.c:1100
2529
 
#, c-format
2530
 
msgid "cannot redirect from `%s': %s"
2531
 
msgstr ""
2532
 
 
2533
 
#: io.c:1103
2534
 
#, c-format
2535
 
msgid "cannot redirect to `%s': %s"
2536
 
msgstr ""
2537
 
 
2538
 
#: io.c:1205
 
2533
#: io.c:761
 
2534
#, c-format
 
2535
msgid "filename `%s' for `%s' redirection may be result of logical expression"
 
2536
msgstr ""
 
2537
 
 
2538
#: io.c:809
 
2539
#, c-format
 
2540
msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
 
2541
msgstr ""
 
2542
 
 
2543
#: io.c:863
 
2544
#, c-format
 
2545
msgid "can't open pipe `%s' for output (%s)"
 
2546
msgstr ""
 
2547
 
 
2548
#: io.c:873
 
2549
#, c-format
 
2550
msgid "can't open pipe `%s' for input (%s)"
 
2551
msgstr ""
 
2552
 
 
2553
#: io.c:904
 
2554
#, c-format
 
2555
msgid "can't open two way pipe `%s' for input/output (%s)"
 
2556
msgstr ""
 
2557
 
 
2558
#: io.c:986
 
2559
#, c-format
 
2560
msgid "can't redirect from `%s' (%s)"
 
2561
msgstr ""
 
2562
 
 
2563
#: io.c:989
 
2564
#, c-format
 
2565
msgid "can't redirect to `%s' (%s)"
 
2566
msgstr ""
 
2567
 
 
2568
#: io.c:1040
2539
2569
msgid ""
2540
2570
"reached system limit for open files: starting to multiplex file descriptors"
2541
2571
msgstr ""
2542
2572
 
2543
 
#: io.c:1221
 
2573
#: io.c:1056
2544
2574
#, c-format
2545
 
msgid "close of `%s' failed: %s"
 
2575
msgid "close of `%s' failed (%s)."
2546
2576
msgstr ""
2547
2577
 
2548
 
#: io.c:1229
 
2578
#: io.c:1064
2549
2579
msgid "too many pipes or input files open"
2550
2580
msgstr ""
2551
2581
 
2552
 
#: io.c:1255
 
2582
#: io.c:1086
2553
2583
msgid "close: second argument must be `to' or `from'"
2554
2584
msgstr ""
2555
2585
 
2556
 
#: io.c:1273
 
2586
#: io.c:1103
2557
2587
#, c-format
2558
2588
msgid "close: `%.*s' is not an open file, pipe or co-process"
2559
2589
msgstr ""
2560
2590
 
2561
 
#: io.c:1278
 
2591
#: io.c:1108
2562
2592
msgid "close of redirection that was never opened"
2563
2593
msgstr ""
2564
2594
 
2565
 
#: io.c:1380
 
2595
#: io.c:1205
2566
2596
#, c-format
2567
2597
msgid "close: redirection `%s' not opened with `|&', second argument ignored"
2568
2598
msgstr ""
2569
2599
 
2570
 
#: io.c:1397
2571
 
#, c-format
2572
 
msgid "failure status (%d) on pipe close of `%s': %s"
2573
 
msgstr ""
2574
 
 
2575
 
#: io.c:1400
2576
 
#, c-format
2577
 
msgid "failure status (%d) on two-way pipe close of `%s': %s"
2578
 
msgstr ""
2579
 
 
2580
 
#: io.c:1403
2581
 
#, c-format
2582
 
msgid "failure status (%d) on file close of `%s': %s"
2583
 
msgstr ""
2584
 
 
2585
 
#: io.c:1423
 
2600
#: io.c:1222
 
2601
#, c-format
 
2602
msgid "failure status (%d) on pipe close of `%s' (%s)"
 
2603
msgstr ""
 
2604
 
 
2605
#: io.c:1225
 
2606
#, c-format
 
2607
msgid "failure status (%d) on file close of `%s' (%s)"
 
2608
msgstr ""
 
2609
 
 
2610
#: io.c:1245
2586
2611
#, c-format
2587
2612
msgid "no explicit close of socket `%s' provided"
2588
2613
msgstr ""
2589
2614
 
2590
 
#: io.c:1426
 
2615
#: io.c:1248
2591
2616
#, c-format
2592
2617
msgid "no explicit close of co-process `%s' provided"
2593
2618
msgstr ""
2594
2619
 
2595
 
#: io.c:1429
 
2620
#: io.c:1251
2596
2621
#, c-format
2597
2622
msgid "no explicit close of pipe `%s' provided"
2598
2623
msgstr ""
2599
2624
 
2600
 
#: io.c:1432
 
2625
#: io.c:1254
2601
2626
#, c-format
2602
2627
msgid "no explicit close of file `%s' provided"
2603
2628
msgstr ""
2604
2629
 
2605
 
#: io.c:1467
2606
 
#, c-format
2607
 
msgid "fflush: cannot flush standard output: %s"
2608
 
msgstr ""
2609
 
 
2610
 
#: io.c:1468
2611
 
#, c-format
2612
 
msgid "fflush: cannot flush standard error: %s"
2613
 
msgstr ""
2614
 
 
2615
 
#: io.c:1473 io.c:1562 main.c:695 main.c:740
2616
 
#, c-format
2617
 
msgid "error writing standard output: %s"
2618
 
msgstr ""
2619
 
 
2620
 
#: io.c:1474 io.c:1573 main.c:697
2621
 
#, c-format
2622
 
msgid "error writing standard error: %s"
2623
 
msgstr ""
2624
 
 
2625
 
#: io.c:1513
2626
 
#, c-format
2627
 
msgid "pipe flush of `%s' failed: %s"
2628
 
msgstr ""
2629
 
 
2630
 
#: io.c:1516
2631
 
#, c-format
2632
 
msgid "co-process flush of pipe to `%s' failed: %s"
2633
 
msgstr ""
2634
 
 
2635
 
#: io.c:1519
2636
 
#, c-format
2637
 
msgid "file flush of `%s' failed: %s"
2638
 
msgstr ""
2639
 
 
2640
 
#: io.c:1662
2641
 
#, c-format
2642
 
msgid "local port %s invalid in `/inet': %s"
2643
 
msgstr ""
2644
 
 
2645
 
#: io.c:1665
 
2630
#: io.c:1284 io.c:1342 main.c:864 main.c:906
 
2631
#, c-format
 
2632
msgid "error writing standard output (%s)"
 
2633
msgstr ""
 
2634
 
 
2635
#: io.c:1289 io.c:1348 main.c:866
 
2636
#, c-format
 
2637
msgid "error writing standard error (%s)"
 
2638
msgstr ""
 
2639
 
 
2640
#: io.c:1297
 
2641
#, c-format
 
2642
msgid "pipe flush of `%s' failed (%s)."
 
2643
msgstr ""
 
2644
 
 
2645
#: io.c:1300
 
2646
#, c-format
 
2647
msgid "co-process flush of pipe to `%s' failed (%s)."
 
2648
msgstr ""
 
2649
 
 
2650
#: io.c:1303
 
2651
#, c-format
 
2652
msgid "file flush of `%s' failed (%s)."
 
2653
msgstr ""
 
2654
 
 
2655
#: io.c:1420
2646
2656
#, c-format
2647
2657
msgid "local port %s invalid in `/inet'"
2648
2658
msgstr ""
2649
2659
 
2650
 
#: io.c:1688
2651
 
#, c-format
2652
 
msgid "remote host and port information (%s, %s) invalid: %s"
2653
 
msgstr ""
2654
 
 
2655
 
#: io.c:1691
 
2660
#: io.c:1438
2656
2661
#, c-format
2657
2662
msgid "remote host and port information (%s, %s) invalid"
2658
2663
msgstr ""
2659
2664
 
2660
 
#: io.c:1933
 
2665
#: io.c:1590
 
2666
#, c-format
 
2667
msgid "no (known) protocol supplied in special filename `%s'"
 
2668
msgstr ""
 
2669
 
 
2670
#: io.c:1604
 
2671
#, c-format
 
2672
msgid "special file name `%s' is incomplete"
 
2673
msgstr ""
 
2674
 
 
2675
#: io.c:1621
 
2676
msgid "must supply a remote hostname to `/inet'"
 
2677
msgstr ""
 
2678
 
 
2679
#: io.c:1639
 
2680
msgid "must supply a remote port to `/inet'"
 
2681
msgstr ""
 
2682
 
 
2683
#: io.c:1685
2661
2684
msgid "TCP/IP communications are not supported"
2662
2685
msgstr ""
2663
2686
 
2664
 
#: io.c:2061 io.c:2104
 
2687
#: io.c:1867
2665
2688
#, c-format
2666
2689
msgid "could not open `%s', mode `%s'"
2667
2690
msgstr ""
2668
2691
 
2669
 
#: io.c:2069 io.c:2121
2670
 
#, c-format
2671
 
msgid "close of master pty failed: %s"
2672
 
msgstr ""
2673
 
 
2674
 
#: io.c:2071 io.c:2123 io.c:2464 io.c:2702
2675
 
#, c-format
2676
 
msgid "close of stdout in child failed: %s"
2677
 
msgstr ""
2678
 
 
2679
 
#: io.c:2074 io.c:2126
 
2692
#: io.c:1917
 
2693
#, c-format
 
2694
msgid "close of master pty failed (%s)"
 
2695
msgstr ""
 
2696
 
 
2697
#: io.c:1919 io.c:2105 io.c:2305
 
2698
#, c-format
 
2699
msgid "close of stdout in child failed (%s)"
 
2700
msgstr ""
 
2701
 
 
2702
#: io.c:1922
2680
2703
#, c-format
2681
2704
msgid "moving slave pty to stdout in child failed (dup: %s)"
2682
2705
msgstr ""
2683
2706
 
2684
 
#: io.c:2076 io.c:2128 io.c:2469
 
2707
#: io.c:1924 io.c:2110
2685
2708
#, c-format
2686
 
msgid "close of stdin in child failed: %s"
 
2709
msgid "close of stdin in child failed (%s)"
2687
2710
msgstr ""
2688
2711
 
2689
 
#: io.c:2079 io.c:2131
 
2712
#: io.c:1927
2690
2713
#, c-format
2691
2714
msgid "moving slave pty to stdin in child failed (dup: %s)"
2692
2715
msgstr ""
2693
2716
 
2694
 
#: io.c:2081 io.c:2133 io.c:2155
 
2717
#: io.c:1929 io.c:1951
2695
2718
#, c-format
2696
 
msgid "close of slave pty failed: %s"
2697
 
msgstr ""
2698
 
 
2699
 
#: io.c:2317
2700
 
msgid "could not create child process or open pty"
2701
 
msgstr ""
2702
 
 
2703
 
#: io.c:2403 io.c:2467 io.c:2677 io.c:2705
 
2719
msgid "close of slave pty failed (%s)"
 
2720
msgstr ""
 
2721
 
 
2722
#: io.c:2040 io.c:2108 io.c:2276 io.c:2308
2704
2723
#, c-format
2705
2724
msgid "moving pipe to stdout in child failed (dup: %s)"
2706
2725
msgstr ""
2707
2726
 
2708
 
#: io.c:2410 io.c:2472
 
2727
#: io.c:2047 io.c:2113
2709
2728
#, c-format
2710
2729
msgid "moving pipe to stdin in child failed (dup: %s)"
2711
2730
msgstr ""
2712
2731
 
2713
 
#: io.c:2432 io.c:2695
2714
 
msgid "restoring stdout in parent process failed"
2715
 
msgstr ""
2716
 
 
2717
 
#: io.c:2440
2718
 
msgid "restoring stdin in parent process failed"
2719
 
msgstr ""
2720
 
 
2721
 
#: io.c:2475 io.c:2707 io.c:2722
 
2732
#: io.c:2073 io.c:2298
 
2733
msgid "restoring stdout in parent process failed\n"
 
2734
msgstr ""
 
2735
 
 
2736
#: io.c:2081
 
2737
msgid "restoring stdin in parent process failed\n"
 
2738
msgstr ""
 
2739
 
 
2740
#: io.c:2116 io.c:2310 io.c:2324
2722
2741
#, c-format
2723
 
msgid "close of pipe failed: %s"
 
2742
msgid "close of pipe failed (%s)"
2724
2743
msgstr ""
2725
2744
 
2726
 
#: io.c:2534
 
2745
#: io.c:2174
2727
2746
msgid "`|&' not supported"
2728
2747
msgstr ""
2729
2748
 
2730
 
#: io.c:2662
 
2749
#: io.c:2261
2731
2750
#, c-format
2732
 
msgid "cannot open pipe `%s': %s"
 
2751
msgid "cannot open pipe `%s' (%s)"
2733
2752
msgstr ""
2734
2753
 
2735
 
#: io.c:2716
 
2754
#: io.c:2318
2736
2755
#, c-format
2737
2756
msgid "cannot create child process for `%s' (fork: %s)"
2738
2757
msgstr ""
2739
2758
 
2740
 
#: io.c:2855
2741
 
msgid "getline: attempt to read from closed read end of two-way pipe"
2742
 
msgstr ""
2743
 
 
2744
 
#: io.c:3179
 
2759
#: io.c:2790
2745
2760
msgid "register_input_parser: received NULL pointer"
2746
2761
msgstr ""
2747
2762
 
2748
 
#: io.c:3207
 
2763
#: io.c:2818
2749
2764
#, c-format
2750
2765
msgid "input parser `%s' conflicts with previously installed input parser `%s'"
2751
2766
msgstr ""
2752
2767
 
2753
 
#: io.c:3214
 
2768
#: io.c:2825
2754
2769
#, c-format
2755
2770
msgid "input parser `%s' failed to open `%s'"
2756
2771
msgstr ""
2757
2772
 
2758
 
#: io.c:3234
 
2773
#: io.c:2845
2759
2774
msgid "register_output_wrapper: received NULL pointer"
2760
2775
msgstr ""
2761
2776
 
2762
 
#: io.c:3262
 
2777
#: io.c:2873
2763
2778
#, c-format
2764
2779
msgid ""
2765
2780
"output wrapper `%s' conflicts with previously installed output wrapper `%s'"
2766
2781
msgstr ""
2767
2782
 
2768
 
#: io.c:3269
 
2783
#: io.c:2880
2769
2784
#, c-format
2770
2785
msgid "output wrapper `%s' failed to open `%s'"
2771
2786
msgstr ""
2772
2787
 
2773
 
#: io.c:3290
 
2788
#: io.c:2901
2774
2789
msgid "register_output_processor: received NULL pointer"
2775
2790
msgstr ""
2776
2791
 
2777
 
#: io.c:3319
 
2792
#: io.c:2930
2778
2793
#, c-format
2779
2794
msgid ""
2780
2795
"two-way processor `%s' conflicts with previously installed two-way processor "
2781
2796
"`%s'"
2782
2797
msgstr ""
2783
2798
 
2784
 
#: io.c:3328
 
2799
#: io.c:2939
2785
2800
#, c-format
2786
2801
msgid "two way processor `%s' failed to open `%s'"
2787
2802
msgstr ""
2788
2803
 
2789
 
#: io.c:3459
 
2804
#: io.c:3064
2790
2805
#, c-format
2791
2806
msgid "data file `%s' is empty"
2792
2807
msgstr ""
2793
2808
 
2794
 
#: io.c:3501 io.c:3509
 
2809
#: io.c:3106 io.c:3114
2795
2810
msgid "could not allocate more input memory"
2796
2811
msgstr ""
2797
2812
 
2798
 
#: io.c:4178
2799
 
msgid "assignment to RS has no effect when using --csv"
2800
 
msgstr ""
2801
 
 
2802
 
#: io.c:4198
 
2813
#: io.c:3682
2803
2814
msgid "multicharacter value of `RS' is a gawk extension"
2804
2815
msgstr ""
2805
2816
 
2806
 
#: io.c:4357
 
2817
#: io.c:3771
2807
2818
msgid "IPv6 communication is not supported"
2808
2819
msgstr ""
2809
2820
 
2810
 
#: io.c:4636
2811
 
msgid "gawk_popen_write: failed to move pipe fd to standard input"
2812
 
msgstr ""
2813
 
 
2814
 
#: main.c:228
2815
 
#, c-format
2816
 
msgid ""
2817
 
"%s: fatal: persistent memory allocator failed to initialize: return value "
2818
 
"%d, pma.c line: %d.\n"
2819
 
msgstr ""
2820
 
 
2821
 
#: main.c:236
2822
 
msgid "persistent memory is not supported"
2823
 
msgstr ""
2824
 
 
2825
 
#: main.c:341
 
2821
#: main.c:405
 
2822
msgid "empty argument to `-e/--source' ignored"
 
2823
msgstr ""
 
2824
 
 
2825
#: main.c:495
 
2826
#, c-format
 
2827
msgid "%s: option `-W %s' unrecognized, ignored\n"
 
2828
msgstr ""
 
2829
 
 
2830
#: main.c:541
 
2831
#, c-format
 
2832
msgid "%s: option requires an argument -- %c\n"
 
2833
msgstr ""
 
2834
 
 
2835
#: main.c:562
2826
2836
msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
2827
2837
msgstr ""
2828
2838
 
2829
 
#: main.c:348
 
2839
#: main.c:568
2830
2840
msgid "`--posix' overrides `--traditional'"
2831
2841
msgstr ""
2832
2842
 
2833
 
#: main.c:359
 
2843
#: main.c:579
2834
2844
msgid "`--posix'/`--traditional' overrides `--non-decimal-data'"
2835
2845
msgstr ""
2836
2846
 
2837
 
#: main.c:364
 
2847
#: main.c:583
 
2848
#, c-format
 
2849
msgid "running %s setuid root may be a security problem"
 
2850
msgstr ""
 
2851
 
 
2852
#: main.c:588
2838
2853
msgid "`--posix' overrides `--characters-as-bytes'"
2839
2854
msgstr ""
2840
2855
 
2841
 
#: main.c:374
2842
 
msgid "`--posix' and `--csv' conflict"
2843
 
msgstr ""
2844
 
 
2845
 
#: main.c:378
2846
 
#, c-format
2847
 
msgid "running %s setuid root may be a security problem"
2848
 
msgstr ""
2849
 
 
2850
 
#: main.c:380
2851
 
msgid "The -r/--re-interval options no longer have any effect"
2852
 
msgstr ""
2853
 
 
2854
 
#: main.c:438
2855
 
#, c-format
2856
 
msgid "cannot set binary mode on stdin: %s"
2857
 
msgstr ""
2858
 
 
2859
 
#: main.c:441
2860
 
#, c-format
2861
 
msgid "cannot set binary mode on stdout: %s"
2862
 
msgstr ""
2863
 
 
2864
 
#: main.c:443
2865
 
#, c-format
2866
 
msgid "cannot set binary mode on stderr: %s"
2867
 
msgstr ""
2868
 
 
2869
 
#: main.c:508
 
2856
#: main.c:647
 
2857
#, c-format
 
2858
msgid "can't set binary mode on stdin (%s)"
 
2859
msgstr ""
 
2860
 
 
2861
#: main.c:650
 
2862
#, c-format
 
2863
msgid "can't set binary mode on stdout (%s)"
 
2864
msgstr ""
 
2865
 
 
2866
#: main.c:652
 
2867
#, c-format
 
2868
msgid "can't set binary mode on stderr (%s)"
 
2869
msgstr ""
 
2870
 
 
2871
#: main.c:710
2870
2872
msgid "no program text at all!"
2871
2873
msgstr ""
2872
2874
 
2873
 
#: main.c:606
 
2875
#: main.c:799
2874
2876
#, c-format
2875
2877
msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n"
2876
2878
msgstr ""
2877
2879
 
2878
 
#: main.c:608
 
2880
#: main.c:801
2879
2881
#, c-format
2880
2882
msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n"
2881
2883
msgstr ""
2882
2884
 
2883
 
#: main.c:613
 
2885
#: main.c:806
2884
2886
msgid "POSIX options:\t\tGNU long options: (standard)\n"
2885
2887
msgstr ""
2886
2888
 
2887
 
#: main.c:614
 
2889
#: main.c:807
2888
2890
msgid "\t-f progfile\t\t--file=progfile\n"
2889
2891
msgstr ""
2890
2892
 
2891
 
#: main.c:615
 
2893
#: main.c:808
2892
2894
msgid "\t-F fs\t\t\t--field-separator=fs\n"
2893
2895
msgstr ""
2894
2896
 
2895
 
#: main.c:616
 
2897
#: main.c:809
2896
2898
msgid "\t-v var=val\t\t--assign=var=val\n"
2897
2899
msgstr ""
2898
2900
 
2899
 
#: main.c:617
 
2901
#: main.c:810
2900
2902
msgid "Short options:\t\tGNU long options: (extensions)\n"
2901
2903
msgstr ""
2902
2904
 
2903
 
#: main.c:618
 
2905
#: main.c:811
2904
2906
msgid "\t-b\t\t\t--characters-as-bytes\n"
2905
2907
msgstr ""
2906
2908
 
2907
 
#: main.c:619
 
2909
#: main.c:812
2908
2910
msgid "\t-c\t\t\t--traditional\n"
2909
2911
msgstr ""
2910
2912
 
2911
 
#: main.c:620
 
2913
#: main.c:813
2912
2914
msgid "\t-C\t\t\t--copyright\n"
2913
2915
msgstr ""
2914
2916
 
2915
 
#: main.c:621
 
2917
#: main.c:814
2916
2918
msgid "\t-d[file]\t\t--dump-variables[=file]\n"
2917
2919
msgstr ""
2918
2920
 
2919
 
#: main.c:622
 
2921
#: main.c:815
2920
2922
msgid "\t-D[file]\t\t--debug[=file]\n"
2921
2923
msgstr ""
2922
2924
 
2923
 
#: main.c:623
 
2925
#: main.c:816
2924
2926
msgid "\t-e 'program-text'\t--source='program-text'\n"
2925
2927
msgstr ""
2926
2928
 
2927
 
#: main.c:624
 
2929
#: main.c:817
2928
2930
msgid "\t-E file\t\t\t--exec=file\n"
2929
2931
msgstr ""
2930
2932
 
2931
 
#: main.c:625
 
2933
#: main.c:818
2932
2934
msgid "\t-g\t\t\t--gen-pot\n"
2933
2935
msgstr ""
2934
2936
 
2935
 
#: main.c:626
 
2937
#: main.c:819
2936
2938
msgid "\t-h\t\t\t--help\n"
2937
2939
msgstr ""
2938
2940
 
2939
 
#: main.c:627
 
2941
#: main.c:820
2940
2942
msgid "\t-i includefile\t\t--include=includefile\n"
2941
2943
msgstr ""
2942
2944
 
2943
 
#: main.c:628
2944
 
msgid "\t-I\t\t\t--trace\n"
2945
 
msgstr ""
2946
 
 
2947
 
#: main.c:629
2948
 
msgid "\t-k\t\t\t--csv\n"
2949
 
msgstr ""
2950
 
 
2951
 
#: main.c:630
 
2945
#: main.c:821
2952
2946
msgid "\t-l library\t\t--load=library\n"
2953
2947
msgstr ""
2954
2948
 
2955
 
#. TRANSLATORS: the "fatal", "invalid" and "no-ext" here are literal
2956
 
#. values, they should not be translated. Thanks.
2957
 
#.
2958
 
#: main.c:635
2959
 
msgid "\t-L[fatal|invalid|no-ext]\t--lint[=fatal|invalid|no-ext]\n"
2960
 
msgstr ""
2961
 
 
2962
 
#: main.c:636
 
2949
#: main.c:822
 
2950
msgid "\t-L [fatal]\t\t--lint[=fatal]\n"
 
2951
msgstr ""
 
2952
 
 
2953
#: main.c:823
 
2954
msgid "\t-n\t\t\t--non-decimal-data\n"
 
2955
msgstr ""
 
2956
 
 
2957
#: main.c:824
2963
2958
msgid "\t-M\t\t\t--bignum\n"
2964
2959
msgstr ""
2965
2960
 
2966
 
#: main.c:637
 
2961
#: main.c:825
2967
2962
msgid "\t-N\t\t\t--use-lc-numeric\n"
2968
2963
msgstr ""
2969
2964
 
2970
 
#: main.c:638
2971
 
msgid "\t-n\t\t\t--non-decimal-data\n"
2972
 
msgstr ""
2973
 
 
2974
 
#: main.c:639
 
2965
#: main.c:826
2975
2966
msgid "\t-o[file]\t\t--pretty-print[=file]\n"
2976
2967
msgstr ""
2977
2968
 
2978
 
#: main.c:640
 
2969
#: main.c:827
2979
2970
msgid "\t-O\t\t\t--optimize\n"
2980
2971
msgstr ""
2981
2972
 
2982
 
#: main.c:641
 
2973
#: main.c:828
2983
2974
msgid "\t-p[file]\t\t--profile[=file]\n"
2984
2975
msgstr ""
2985
2976
 
2986
 
#: main.c:642
 
2977
#: main.c:829
2987
2978
msgid "\t-P\t\t\t--posix\n"
2988
2979
msgstr ""
2989
2980
 
2990
 
#: main.c:643
 
2981
#: main.c:830
2991
2982
msgid "\t-r\t\t\t--re-interval\n"
2992
2983
msgstr ""
2993
2984
 
2994
 
#: main.c:644
2995
 
msgid "\t-s\t\t\t--no-optimize\n"
2996
 
msgstr ""
2997
 
 
2998
 
#: main.c:645
 
2985
#: main.c:831
2999
2986
msgid "\t-S\t\t\t--sandbox\n"
3000
2987
msgstr ""
3001
2988
 
3002
 
#: main.c:646
 
2989
#: main.c:832
3003
2990
msgid "\t-t\t\t\t--lint-old\n"
3004
2991
msgstr ""
3005
2992
 
3006
 
#: main.c:647
 
2993
#: main.c:833
3007
2994
msgid "\t-V\t\t\t--version\n"
3008
2995
msgstr ""
3009
2996
 
3010
 
#: main.c:649
3011
 
msgid "\t-Y\t\t\t--parsedebug\n"
3012
 
msgstr ""
3013
 
 
3014
 
#: main.c:652
3015
 
msgid "\t-Z locale-name\t\t--locale=locale-name\n"
3016
 
msgstr ""
3017
 
 
3018
 
#. TRANSLATORS: --help output (end)
 
2997
#: main.c:835
 
2998
msgid "\t-W nostalgia\t\t--nostalgia\n"
 
2999
msgstr ""
 
3000
 
 
3001
#: main.c:838
 
3002
msgid "\t-Y\t\t--parsedebug\n"
 
3003
msgstr ""
 
3004
 
 
3005
#. TRANSLATORS: --help output 5 (end)
 
3006
#. TRANSLATORS: the placeholder indicates the bug-reporting address
 
3007
#. for this application.  Please add _another line_ with the
 
3008
#. address for translation bugs.
3019
3009
#. no-wrap
3020
 
#: main.c:658
3021
 
msgid ""
3022
 
"\n"
3023
 
"To report bugs, use the `gawkbug' program.\n"
3024
 
"For full instructions, see the node `Bugs' in `gawk.info'\n"
3025
 
"which is section `Reporting Problems and Bugs' in the\n"
3026
 
"printed version.  This same information may be found at\n"
3027
 
"https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n"
3028
 
"PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n"
3029
 
"or by using a web forum such as Stack Overflow.\n"
3030
 
"\n"
3031
 
msgstr ""
3032
 
 
3033
 
#: main.c:674
3034
 
#, c-format
3035
 
msgid ""
3036
 
"Source code for gawk may be obtained from\n"
3037
 
"%s/gawk-%s.tar.gz\n"
3038
 
"\n"
3039
 
msgstr ""
3040
 
 
3041
 
#: main.c:678
 
3010
#: main.c:847
 
3011
msgid ""
 
3012
"\n"
 
3013
"To report bugs, see node `Bugs' in `gawk.info', which is\n"
 
3014
"section `Reporting Problems and Bugs' in the printed version.\n"
 
3015
"\n"
 
3016
msgstr ""
 
3017
 
 
3018
#: main.c:851
3042
3019
msgid ""
3043
3020
"gawk is a pattern scanning and processing language.\n"
3044
3021
"By default it reads standard input and writes standard output.\n"
3045
3022
"\n"
3046
3023
msgstr ""
3047
3024
 
3048
 
#: main.c:682
3049
 
#, c-format
 
3025
#: main.c:855
3050
3026
msgid ""
3051
3027
"Examples:\n"
3052
 
"\t%s '{ sum += $1 }; END { print sum }' file\n"
3053
 
"\t%s -F: '{ print $1 }' /etc/passwd\n"
 
3028
"\tgawk '{ sum += $1 }; END { print sum }' file\n"
 
3029
"\tgawk -F: '{ print $1 }' /etc/passwd\n"
3054
3030
msgstr ""
3055
3031
 
3056
 
#: main.c:712
 
3032
#: main.c:880
3057
3033
#, c-format
3058
3034
msgid ""
3059
3035
"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
3065
3041
"\n"
3066
3042
msgstr ""
3067
3043
 
3068
 
#: main.c:720
 
3044
#: main.c:888
3069
3045
msgid ""
3070
3046
"This program is distributed in the hope that it will be useful,\n"
3071
3047
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
3074
3050
"\n"
3075
3051
msgstr ""
3076
3052
 
3077
 
#: main.c:726
 
3053
#: main.c:894
3078
3054
msgid ""
3079
3055
"You should have received a copy of the GNU General Public License\n"
3080
3056
"along with this program. If not, see http://www.gnu.org/licenses/.\n"
3081
3057
msgstr ""
3082
3058
 
3083
 
#: main.c:765
 
3059
#: main.c:931
3084
3060
msgid "-Ft does not set FS to tab in POSIX awk"
3085
3061
msgstr ""
3086
3062
 
3087
 
#: main.c:1193
 
3063
#: main.c:1208
 
3064
#, c-format
 
3065
msgid "unknown value for field spec: %d\n"
 
3066
msgstr ""
 
3067
 
 
3068
#: main.c:1306
3088
3069
#, c-format
3089
3070
msgid ""
3090
3071
"%s: `%s' argument to `-v' not in `var=value' form\n"
3091
3072
"\n"
3092
3073
msgstr ""
3093
3074
 
3094
 
#: main.c:1219
 
3075
#: main.c:1332
3095
3076
#, c-format
3096
3077
msgid "`%s' is not a legal variable name"
3097
3078
msgstr ""
3098
3079
 
3099
 
#: main.c:1222
 
3080
#: main.c:1335
3100
3081
#, c-format
3101
3082
msgid "`%s' is not a variable name, looking for file `%s=%s'"
3102
3083
msgstr ""
3103
3084
 
3104
 
#: main.c:1236
 
3085
#: main.c:1339
3105
3086
#, c-format
3106
3087
msgid "cannot use gawk builtin `%s' as variable name"
3107
3088
msgstr ""
3108
3089
 
3109
 
#: main.c:1241
 
3090
#: main.c:1344
3110
3091
#, c-format
3111
3092
msgid "cannot use function `%s' as variable name"
3112
3093
msgstr ""
3113
3094
 
3114
 
#: main.c:1320
 
3095
#: main.c:1397
3115
3096
msgid "floating point exception"
3116
3097
msgstr ""
3117
3098
 
3118
 
#: main.c:1330
 
3099
#: main.c:1404
3119
3100
msgid "fatal error: internal error"
3120
3101
msgstr ""
3121
3102
 
3122
 
#: main.c:1417
 
3103
#: main.c:1419
 
3104
msgid "fatal error: internal error: segfault"
 
3105
msgstr ""
 
3106
 
 
3107
#: main.c:1431
 
3108
msgid "fatal error: internal error: stack overflow"
 
3109
msgstr ""
 
3110
 
 
3111
#: main.c:1490
3123
3112
#, c-format
3124
3113
msgid "no pre-opened fd %d"
3125
3114
msgstr ""
3126
3115
 
3127
 
#: main.c:1424
 
3116
#: main.c:1497
3128
3117
#, c-format
3129
3118
msgid "could not pre-open /dev/null for fd %d"
3130
3119
msgstr ""
3131
3120
 
3132
 
#: main.c:1638
3133
 
msgid "empty argument to `-e/--source' ignored"
3134
 
msgstr ""
3135
 
 
3136
 
#: main.c:1707 main.c:1712
3137
 
msgid "`--profile' overrides `--pretty-print'"
3138
 
msgstr ""
3139
 
 
3140
 
#: main.c:1724
3141
 
msgid "-M ignored: MPFR/GMP support not compiled in"
3142
 
msgstr ""
3143
 
 
3144
 
#: main.c:1750
3145
 
#, c-format
3146
 
msgid "Use `GAWK_PERSIST_FILE=%s gawk ...' instead of --persist."
3147
 
msgstr ""
3148
 
 
3149
 
#: main.c:1752
3150
 
msgid "Persistent memory is not supported."
3151
 
msgstr ""
3152
 
 
3153
 
#: main.c:1761
3154
 
#, c-format
3155
 
msgid "%s: option `-W %s' unrecognized, ignored\n"
3156
 
msgstr ""
3157
 
 
3158
 
#: main.c:1814
3159
 
#, c-format
3160
 
msgid "%s: option requires an argument -- %c\n"
3161
 
msgstr ""
3162
 
 
3163
 
#: main.c:1917
3164
 
#, c-format
3165
 
msgid "%s: fatal: cannot stat %s: %s\n"
3166
 
msgstr ""
3167
 
 
3168
 
#: main.c:1921
3169
 
#, c-format
3170
 
msgid ""
3171
 
"%s: fatal: using persistent memory is not allowed when running as root.\n"
3172
 
msgstr ""
3173
 
 
3174
 
#: main.c:1924
3175
 
#, c-format
3176
 
msgid "%s: warning: %s is not owned by euid %d.\n"
3177
 
msgstr ""
3178
 
 
3179
 
#: mpfr.c:658
 
3121
#: mpfr.c:550
3180
3122
#, c-format
3181
3123
msgid "PREC value `%.*s' is invalid"
3182
3124
msgstr ""
3183
3125
 
3184
 
#: mpfr.c:717
3185
 
#, c-format
3186
 
msgid "ROUNDMODE value `%.*s' is invalid"
3187
 
msgstr ""
3188
 
 
3189
 
#: mpfr.c:783
3190
 
msgid "atan2: received non-numeric first argument"
3191
 
msgstr ""
3192
 
 
3193
 
#: mpfr.c:785
3194
 
msgid "atan2: received non-numeric second argument"
3195
 
msgstr ""
3196
 
 
3197
 
#: mpfr.c:824
3198
 
#, c-format
3199
 
msgid "%s: received negative argument %.*s"
3200
 
msgstr ""
3201
 
 
3202
 
#: mpfr.c:891
3203
 
msgid "int: received non-numeric argument"
3204
 
msgstr ""
3205
 
 
3206
 
#: mpfr.c:923
3207
 
msgid "compl: received non-numeric argument"
3208
 
msgstr ""
3209
 
 
3210
 
#: mpfr.c:935
3211
 
msgid "compl(%Rg): negative value is not allowed"
3212
 
msgstr ""
3213
 
 
3214
 
#: mpfr.c:940
 
3126
#: mpfr.c:608
 
3127
#, c-format
 
3128
msgid "RNDMODE value `%.*s' is invalid"
 
3129
msgstr ""
 
3130
 
 
3131
#: mpfr.c:698
 
3132
#, c-format
 
3133
msgid "%s: received non-numeric argument"
 
3134
msgstr ""
 
3135
 
 
3136
#: mpfr.c:800
 
3137
msgid "compl(%Rg): negative value will give strange results"
 
3138
msgstr ""
 
3139
 
 
3140
#: mpfr.c:804
3215
3141
msgid "comp(%Rg): fractional value will be truncated"
3216
3142
msgstr ""
3217
3143
 
3218
 
#: mpfr.c:951
 
3144
#: mpfr.c:816
3219
3145
#, c-format
3220
 
msgid "compl(%Zd): negative values are not allowed"
 
3146
msgid "cmpl(%Zd): negative values will give strange results"
3221
3147
msgstr ""
3222
3148
 
3223
 
#: mpfr.c:969
 
3149
#: mpfr.c:835
3224
3150
#, c-format
3225
3151
msgid "%s: received non-numeric argument #%d"
3226
3152
msgstr ""
3227
3153
 
3228
 
#: mpfr.c:979
 
3154
#: mpfr.c:845
3229
3155
msgid "%s: argument #%d has invalid value %Rg, using 0"
3230
3156
msgstr ""
3231
3157
 
3232
 
#: mpfr.c:990
3233
 
msgid "%s: argument #%d negative value %Rg is not allowed"
 
3158
#: mpfr.c:857
 
3159
msgid "%s: argument #%d negative value %Rg will give strange results"
3234
3160
msgstr ""
3235
3161
 
3236
 
#: mpfr.c:997
 
3162
#: mpfr.c:863
3237
3163
msgid "%s: argument #%d fractional value %Rg will be truncated"
3238
3164
msgstr ""
3239
3165
 
3240
 
#: mpfr.c:1011
 
3166
#: mpfr.c:878
3241
3167
#, c-format
3242
 
msgid "%s: argument #%d negative value %Zd is not allowed"
3243
 
msgstr ""
3244
 
 
3245
 
#: mpfr.c:1105
3246
 
msgid "and: called with less than two arguments"
3247
 
msgstr ""
3248
 
 
3249
 
#: mpfr.c:1137
3250
 
msgid "or: called with less than two arguments"
3251
 
msgstr ""
3252
 
 
3253
 
#: mpfr.c:1168
3254
 
msgid "xor: called with less than two arguments"
3255
 
msgstr ""
3256
 
 
3257
 
#: mpfr.c:1298
3258
 
msgid "srand: received non-numeric argument"
3259
 
msgstr ""
3260
 
 
3261
 
#: mpfr.c:1342
3262
 
msgid "intdiv: received non-numeric first argument"
3263
 
msgstr ""
3264
 
 
3265
 
#: mpfr.c:1344
3266
 
msgid "intdiv: received non-numeric second argument"
3267
 
msgstr ""
3268
 
 
3269
 
#: msg.c:76
 
3168
msgid "%s: argument #%d negative value %Zd will give strange results"
 
3169
msgstr ""
 
3170
 
 
3171
#: msg.c:68
3270
3172
#, c-format
3271
3173
msgid "cmd. line:"
3272
3174
msgstr ""
3273
3175
 
3274
 
#: node.c:475
 
3176
#: node.c:421
3275
3177
msgid "backslash at end of string"
3276
3178
msgstr ""
3277
3179
 
3278
 
#: node.c:509
3279
 
msgid "could not make typed regex"
3280
 
msgstr ""
3281
 
 
3282
 
#: node.c:583
 
3180
#: node.c:500
3283
3181
#, c-format
3284
3182
msgid "old awk does not support the `\\%c' escape sequence"
3285
3183
msgstr ""
3286
3184
 
3287
 
#: node.c:644
 
3185
#: node.c:551
3288
3186
msgid "POSIX does not allow `\\x' escapes"
3289
3187
msgstr ""
3290
3188
 
3291
 
#: node.c:652
 
3189
#: node.c:557
3292
3190
msgid "no hex digits in `\\x' escape sequence"
3293
3191
msgstr ""
3294
3192
 
3295
 
#: node.c:674
 
3193
#: node.c:579
3296
3194
#, c-format
3297
3195
msgid ""
3298
3196
"hex escape \\x%.*s of %d characters probably not interpreted the way you "
3299
3197
"expect"
3300
3198
msgstr ""
3301
3199
 
3302
 
#: node.c:689
3303
 
msgid "POSIX does not allow `\\u' escapes"
3304
 
msgstr ""
3305
 
 
3306
 
#: node.c:697
3307
 
msgid "no hex digits in `\\u' escape sequence"
3308
 
msgstr ""
3309
 
 
3310
 
#: node.c:728
3311
 
msgid "invalid `\\u' escape sequence"
3312
 
msgstr ""
3313
 
 
3314
 
#: node.c:750
 
3200
#: node.c:594
3315
3201
#, c-format
3316
3202
msgid "escape sequence `\\%c' treated as plain `%c'"
3317
3203
msgstr ""
3318
3204
 
3319
 
#: node.c:892
 
3205
#: node.c:739
3320
3206
msgid ""
3321
3207
"Invalid multibyte data detected. There may be a mismatch between your data "
3322
 
"and your locale"
 
3208
"and your locale."
3323
3209
msgstr ""
3324
3210
 
3325
 
#: posix/gawkmisc.c:179
 
3211
#: posix/gawkmisc.c:177
3326
3212
#, c-format
3327
3213
msgid "%s %s `%s': could not get fd flags: (fcntl F_GETFD: %s)"
3328
3214
msgstr ""
3329
3215
 
3330
 
#: posix/gawkmisc.c:191
 
3216
#: posix/gawkmisc.c:189
3331
3217
#, c-format
3332
3218
msgid "%s %s `%s': could not set close-on-exec: (fcntl F_SETFD: %s)"
3333
3219
msgstr ""
3334
3220
 
 
3221
#: profile.c:71
 
3222
#, c-format
 
3223
msgid "could not open `%s' for writing: %s"
 
3224
msgstr ""
 
3225
 
3335
3226
#: profile.c:73
3336
 
msgid "Program indentation level too deep. Consider refactoring your code"
3337
 
msgstr ""
3338
 
 
3339
 
#: profile.c:112
3340
3227
msgid "sending profile to standard error"
3341
3228
msgstr ""
3342
3229
 
3343
 
#: profile.c:270
 
3230
#: profile.c:193
3344
3231
#, c-format
3345
3232
msgid ""
3346
 
"\t# %s rule(s)\n"
 
3233
"\t# %s block(s)\n"
3347
3234
"\n"
3348
3235
msgstr ""
3349
3236
 
3350
 
#: profile.c:278
 
3237
#: profile.c:198
3351
3238
#, c-format
3352
3239
msgid ""
3353
3240
"\t# Rule(s)\n"
3354
3241
"\n"
3355
3242
msgstr ""
3356
3243
 
3357
 
#: profile.c:366
 
3244
#: profile.c:272
3358
3245
#, c-format
3359
3246
msgid "internal error: %s with null vname"
3360
3247
msgstr ""
3361
3248
 
3362
 
#: profile.c:671
 
3249
#: profile.c:537
3363
3250
msgid "internal error: builtin with null fname"
3364
3251
msgstr ""
3365
3252
 
3366
 
#: profile.c:1329
3367
 
#, c-format
3368
 
msgid ""
3369
 
"%s# Loaded extensions (-l and/or @load)\n"
3370
 
"\n"
3371
 
msgstr ""
3372
 
 
3373
 
#: profile.c:1360
3374
 
#, c-format
3375
 
msgid ""
3376
 
"\n"
3377
 
"# Included files (-i and/or @include)\n"
3378
 
"\n"
3379
 
msgstr ""
3380
 
 
3381
 
#: profile.c:1424
 
3253
#: profile.c:949
 
3254
#, c-format
 
3255
msgid ""
 
3256
"\t# Loaded extensions (-l and/or @load)\n"
 
3257
"\n"
 
3258
msgstr ""
 
3259
 
 
3260
#: profile.c:972
3382
3261
#, c-format
3383
3262
msgid "\t# gawk profile, created %s\n"
3384
3263
msgstr ""
3385
3264
 
3386
 
#: profile.c:1992
 
3265
#: profile.c:1475
3387
3266
#, c-format
3388
3267
msgid ""
3389
3268
"\n"
3390
3269
"\t# Functions, listed alphabetically\n"
3391
3270
msgstr ""
3392
3271
 
3393
 
#: profile.c:2053
 
3272
#: profile.c:1513
3394
3273
#, c-format
3395
3274
msgid "redir2str: unknown redirection type %d"
3396
3275
msgstr ""
3397
3276
 
3398
 
#: re.c:61 re.c:175
3399
 
msgid ""
3400
 
"behavior of matching a regexp containing NUL characters is not defined by "
3401
 
"POSIX"
3402
 
msgstr ""
3403
 
 
3404
 
#: re.c:131
3405
 
msgid "invalid NUL byte in dynamic regexp"
3406
 
msgstr ""
3407
 
 
3408
 
#: re.c:215
3409
 
#, c-format
3410
 
msgid "regexp escape sequence `\\%c' treated as plain `%c'"
3411
 
msgstr ""
3412
 
 
3413
 
#: re.c:249
3414
 
#, c-format
3415
 
msgid "regexp escape sequence `\\%c' is not a known regexp operator"
3416
 
msgstr ""
3417
 
 
3418
 
#: re.c:719
 
3277
#: re.c:607
3419
3278
#, c-format
3420
3279
msgid "regexp component `%.*s' should probably be `[%.*s]'"
3421
3280
msgstr ""
3422
3281
 
3423
 
#: support/dfa.c:912
3424
 
msgid "unbalanced ["
3425
 
msgstr ""
3426
 
 
3427
 
#: support/dfa.c:1033
3428
 
msgid "invalid character class"
3429
 
msgstr ""
3430
 
 
3431
 
#: support/dfa.c:1161
3432
 
msgid "character class syntax is [[:space:]], not [:space:]"
3433
 
msgstr ""
3434
 
 
3435
 
#: support/dfa.c:1237
3436
 
msgid "unfinished \\ escape"
3437
 
msgstr ""
3438
 
 
3439
 
#: support/dfa.c:1347
3440
 
msgid "? at start of expression"
3441
 
msgstr ""
3442
 
 
3443
 
#: support/dfa.c:1359
3444
 
msgid "* at start of expression"
3445
 
msgstr ""
3446
 
 
3447
 
#: support/dfa.c:1373
3448
 
msgid "+ at start of expression"
3449
 
msgstr ""
3450
 
 
3451
 
#: support/dfa.c:1428
3452
 
msgid "{...} at start of expression"
3453
 
msgstr ""
3454
 
 
3455
 
#: support/dfa.c:1431
3456
 
msgid "invalid content of \\{\\}"
3457
 
msgstr ""
3458
 
 
3459
 
#: support/dfa.c:1433
3460
 
msgid "regular expression too big"
3461
 
msgstr ""
3462
 
 
3463
 
#: support/dfa.c:1583
3464
 
msgid "stray \\ before unprintable character"
3465
 
msgstr ""
3466
 
 
3467
 
#: support/dfa.c:1585
3468
 
msgid "stray \\ before white space"
3469
 
msgstr ""
3470
 
 
3471
 
#: support/dfa.c:1596
3472
 
#, c-format
3473
 
msgid "stray \\ before %s"
3474
 
msgstr ""
3475
 
 
3476
 
#: support/dfa.c:1597 support/dfa.c:1600
3477
 
msgid "stray \\"
3478
 
msgstr ""
3479
 
 
3480
 
#: support/dfa.c:1951
3481
 
msgid "unbalanced ("
3482
 
msgstr ""
3483
 
 
3484
 
#: support/dfa.c:2068
3485
 
msgid "no syntax specified"
3486
 
msgstr ""
3487
 
 
3488
 
#: support/dfa.c:2079
3489
 
msgid "unbalanced )"
3490
 
msgstr ""
3491
 
 
3492
 
#: support/getopt.c:605 support/getopt.c:634
3493
 
#, c-format
3494
 
msgid "%s: option '%s' is ambiguous; possibilities:"
3495
 
msgstr ""
3496
 
 
3497
 
#: support/getopt.c:680 support/getopt.c:684
3498
 
#, c-format
3499
 
msgid "%s: option '--%s' doesn't allow an argument\n"
3500
 
msgstr ""
3501
 
 
3502
 
#: support/getopt.c:693 support/getopt.c:698
3503
 
#, c-format
3504
 
msgid "%s: option '%c%s' doesn't allow an argument\n"
3505
 
msgstr ""
3506
 
 
3507
 
#: support/getopt.c:741 support/getopt.c:760
3508
 
#, c-format
3509
 
msgid "%s: option '--%s' requires an argument\n"
3510
 
msgstr ""
3511
 
 
3512
 
#: support/getopt.c:798 support/getopt.c:801
3513
 
#, c-format
3514
 
msgid "%s: unrecognized option '--%s'\n"
3515
 
msgstr ""
3516
 
 
3517
 
#: support/getopt.c:809 support/getopt.c:812
3518
 
#, c-format
3519
 
msgid "%s: unrecognized option '%c%s'\n"
3520
 
msgstr ""
3521
 
 
3522
 
#: support/getopt.c:861 support/getopt.c:864
3523
 
#, c-format
3524
 
msgid "%s: invalid option -- '%c'\n"
3525
 
msgstr ""
3526
 
 
3527
 
#: support/getopt.c:917 support/getopt.c:934 support/getopt.c:1144
3528
 
#: support/getopt.c:1162
3529
 
#, c-format
3530
 
msgid "%s: option requires an argument -- '%c'\n"
3531
 
msgstr ""
3532
 
 
3533
 
#: support/getopt.c:990 support/getopt.c:1006
3534
 
#, c-format
3535
 
msgid "%s: option '-W %s' is ambiguous\n"
3536
 
msgstr ""
3537
 
 
3538
 
#: support/getopt.c:1030 support/getopt.c:1048
3539
 
#, c-format
3540
 
msgid "%s: option '-W %s' doesn't allow an argument\n"
3541
 
msgstr ""
3542
 
 
3543
 
#: support/getopt.c:1069 support/getopt.c:1087
3544
 
#, c-format
3545
 
msgid "%s: option '-W %s' requires an argument\n"
3546
 
msgstr ""
3547
 
 
3548
 
#: support/regcomp.c:122
 
3282
#: regcomp.c:131
3549
3283
msgid "Success"
3550
3284
msgstr ""
3551
3285
 
3552
 
#: support/regcomp.c:125
 
3286
#: regcomp.c:134
3553
3287
msgid "No match"
3554
3288
msgstr ""
3555
3289
 
3556
 
#: support/regcomp.c:128
 
3290
#: regcomp.c:137
3557
3291
msgid "Invalid regular expression"
3558
3292
msgstr ""
3559
3293
 
3560
 
#: support/regcomp.c:131
 
3294
#: regcomp.c:140
3561
3295
msgid "Invalid collation character"
3562
3296
msgstr ""
3563
3297
 
3564
 
#: support/regcomp.c:134
 
3298
#: regcomp.c:143
3565
3299
msgid "Invalid character class name"
3566
3300
msgstr ""
3567
3301
 
3568
 
#: support/regcomp.c:137
 
3302
#: regcomp.c:146
3569
3303
msgid "Trailing backslash"
3570
3304
msgstr ""
3571
3305
 
3572
 
#: support/regcomp.c:140
 
3306
#: regcomp.c:149
3573
3307
msgid "Invalid back reference"
3574
3308
msgstr ""
3575
3309
 
3576
 
#: support/regcomp.c:143
3577
 
msgid "Unmatched [, [^, [:, [., or [="
 
3310
#: regcomp.c:152
 
3311
msgid "Unmatched [ or [^"
3578
3312
msgstr ""
3579
3313
 
3580
 
#: support/regcomp.c:146
 
3314
#: regcomp.c:155
3581
3315
msgid "Unmatched ( or \\("
3582
3316
msgstr ""
3583
3317
 
3584
 
#: support/regcomp.c:149
 
3318
#: regcomp.c:158
3585
3319
msgid "Unmatched \\{"
3586
3320
msgstr ""
3587
3321
 
3588
 
#: support/regcomp.c:152
3589
 
msgid "Invalid content of \\{\\}"
3590
 
msgstr ""
3591
 
 
3592
 
#: support/regcomp.c:155
 
3322
#: regcomp.c:164
3593
3323
msgid "Invalid range end"
3594
3324
msgstr ""
3595
3325
 
3596
 
#: support/regcomp.c:158
 
3326
#: regcomp.c:167
3597
3327
msgid "Memory exhausted"
3598
3328
msgstr ""
3599
3329
 
3600
 
#: support/regcomp.c:161
 
3330
#: regcomp.c:170
3601
3331
msgid "Invalid preceding regular expression"
3602
3332
msgstr ""
3603
3333
 
3604
 
#: support/regcomp.c:164
 
3334
#: regcomp.c:173
3605
3335
msgid "Premature end of regular expression"
3606
3336
msgstr ""
3607
3337
 
3608
 
#: support/regcomp.c:167
3609
 
msgid "Regular expression too big"
3610
 
msgstr ""
3611
 
 
3612
 
#: support/regcomp.c:170
 
3338
#: regcomp.c:179
3613
3339
msgid "Unmatched ) or \\)"
3614
3340
msgstr ""
3615
3341
 
3616
 
#: support/regcomp.c:650
 
3342
#: regcomp.c:704
3617
3343
msgid "No previous regular expression"
3618
3344
msgstr ""
3619
3345
 
3620
 
#: symbol.c:137
3621
 
msgid ""
3622
 
"current setting of -M/--bignum does not match saved setting in PMA backing "
3623
 
"file"
3624
 
msgstr ""
3625
 
 
3626
 
#: symbol.c:780
3627
 
#, c-format
3628
 
msgid "function `%s': cannot use function `%s' as a parameter name"
3629
 
msgstr ""
3630
 
 
3631
 
#: symbol.c:910
3632
 
msgid "cannot pop main context"
 
3346
#: symbol.c:741
 
3347
msgid "can not pop main context"
3633
3348
msgstr ""