source: trunk/essentials/sys-apps/gawk/po/gawk.pot

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 32.4 KB
Line 
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
11"POT-Creation-Date: 2005-07-06 17:20+0300\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: array.c:112
20#, c-format
21msgid "attempt to use function `%s' as an array"
22msgstr ""
23
24#: array.c:115
25#, c-format
26msgid "attempt to use scalar parameter `%s' as an array"
27msgstr ""
28
29#: array.c:118
30#, c-format
31msgid "attempt to use scalar `%s' as array"
32msgstr ""
33
34#: array.c:156
35#, c-format
36msgid "from %s"
37msgstr ""
38
39#: array.c:511
40#, c-format
41msgid "reference to uninitialized element `%s[\"%s\"]'"
42msgstr ""
43
44#: array.c:517
45#, c-format
46msgid "subscript of array `%s' is null string"
47msgstr ""
48
49#: array.c:621
50#, c-format
51msgid "delete: index `%s' not in array `%s'"
52msgstr ""
53
54#: array.c:791
55#, c-format
56msgid "%s: empty (null)\n"
57msgstr ""
58
59#: array.c:796
60#, c-format
61msgid "%s: empty (zero)\n"
62msgstr ""
63
64#: array.c:800
65#, c-format
66msgid "%s: table_size = %d, array_size = %d\n"
67msgstr ""
68
69#: array.c:829
70#, c-format
71msgid "%s: is parameter\n"
72msgstr ""
73
74#: array.c:834
75#, c-format
76msgid "%s: array_ref to %s\n"
77msgstr ""
78
79#: awkgram.y:208
80#, c-format
81msgid "%s blocks must have an action part"
82msgstr ""
83
84#: awkgram.y:211
85msgid "each rule must have a pattern or an action part"
86msgstr ""
87
88#: awkgram.y:267
89#, c-format
90msgid "`%s' is a built-in function, it cannot be redefined"
91msgstr ""
92
93#: awkgram.y:313
94msgid "regexp constant `//' looks like a C++ comment, but is not"
95msgstr ""
96
97#: awkgram.y:316
98#, c-format
99msgid "regexp constant `/%s/' looks like a C comment, but is not"
100msgstr ""
101
102#: awkgram.y:343 awkgram.y:623
103msgid "statement may have no effect"
104msgstr ""
105
106#: awkgram.y:440 awkgram.y:460
107#, c-format
108msgid "`%s' used in %s action"
109msgstr ""
110
111#: awkgram.y:453 awkgram.y:456
112msgid "`nextfile' is a gawk extension"
113msgstr ""
114
115#: awkgram.y:470
116msgid "`return' used outside function context"
117msgstr ""
118
119#: awkgram.y:512
120msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'"
121msgstr ""
122
123#: awkgram.y:525 awkgram.y:532
124msgid "`delete array' is a gawk extension"
125msgstr ""
126
127#: awkgram.y:540 awkgram.y:547
128msgid "`delete(array)' is a non-portable tawk extension"
129msgstr ""
130
131#: awkgram.y:591
132#, c-format
133msgid "duplicate case values in switch body: %s"
134msgstr ""
135
136#: awkgram.y:601
137msgid "Duplicate `default' detected in switch body"
138msgstr ""
139
140#: awkgram.y:690
141msgid "multistage two-way pipelines don't work"
142msgstr ""
143
144#: awkgram.y:781
145msgid "regular expression on right of assignment"
146msgstr ""
147
148#: awkgram.y:804
149msgid "regular expression on left of `~' or `!~' operator"
150msgstr ""
151
152#: awkgram.y:812
153msgid "regular expression on right of comparison"
154msgstr ""
155
156#: awkgram.y:879
157msgid "non-redirected `getline' undefined inside END action"
158msgstr ""
159
160#: awkgram.y:906
161msgid "call of `length' without parentheses is not portable"
162msgstr ""
163
164#: awkgram.y:909
165msgid "call of `length' without parentheses is deprecated by POSIX"
166msgstr ""
167
168#: awkgram.y:962
169msgid "use of non-array as array"
170msgstr ""
171
172#: awkgram.y:964
173msgid "invalid subscript expression"
174msgstr ""
175
176#: awkgram.y:1171
177msgid "unexpected newline or end of string"
178msgstr ""
179
180#: awkgram.y:1267
181msgid "empty program text on command line"
182msgstr ""
183
184#: awkgram.y:1320
185#, c-format
186msgid "can't open source file `%s' for reading (%s)"
187msgstr ""
188
189#: awkgram.y:1397
190#, c-format
191msgid "can't read sourcefile `%s' (%s)"
192msgstr ""
193
194#: awkgram.y:1405
195#, c-format
196msgid "source file `%s' is empty"
197msgstr ""
198
199#: awkgram.y:1596 awkgram.y:1718 awkgram.y:1736 awkgram.y:2107 awkgram.y:2194
200msgid "source file does not end in newline"
201msgstr ""
202
203#: awkgram.y:1658
204msgid "unterminated regexp ends with `\\' at end of file"
205msgstr ""
206
207#: awkgram.y:1682
208#, c-format
209msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk"
210msgstr ""
211
212#: awkgram.y:1686
213#, c-format
214msgid "tawk regex modifier `/.../%c' doesn't work in gawk"
215msgstr ""
216
217#: awkgram.y:1693
218msgid "unterminated regexp"
219msgstr ""
220
221#: awkgram.y:1696
222msgid "unterminated regexp at end of file"
223msgstr ""
224
225#: awkgram.y:1762
226msgid "use of `\\ #...' line continuation is not portable"
227msgstr ""
228
229#: awkgram.y:1774
230msgid "backslash not last character on line"
231msgstr ""
232
233#: awkgram.y:1819
234msgid "POSIX does not allow operator `**='"
235msgstr ""
236
237#: awkgram.y:1821
238msgid "old awk does not support operator `**='"
239msgstr ""
240
241#: awkgram.y:1830
242msgid "POSIX does not allow operator `**'"
243msgstr ""
244
245#: awkgram.y:1832
246msgid "old awk does not support operator `**'"
247msgstr ""
248
249#: awkgram.y:1863
250msgid "operator `^=' is not supported in old awk"
251msgstr ""
252
253#: awkgram.y:1871
254msgid "operator `^' is not supported in old awk"
255msgstr ""
256
257#: awkgram.y:1955 awkgram.y:1970
258msgid "unterminated string"
259msgstr ""
260
261#: awkgram.y:2155
262#, c-format
263msgid "invalid char '%c' in expression"
264msgstr ""
265
266#: awkgram.y:2203
267#, c-format
268msgid "`%s' is a gawk extension"
269msgstr ""
270
271#: awkgram.y:2206
272#, c-format
273msgid "`%s' is a Bell Labs extension"
274msgstr ""
275
276#: awkgram.y:2209
277#, c-format
278msgid "POSIX does not allow `%s'"
279msgstr ""
280
281#: awkgram.y:2213
282#, c-format
283msgid "`%s' is not supported in old awk"
284msgstr ""
285
286#: awkgram.y:2239
287msgid "`goto' considered harmful!\n"
288msgstr ""
289
290#: awkgram.y:2301
291#, c-format
292msgid "%d is invalid as number of arguments for %s"
293msgstr ""
294
295#: awkgram.y:2320 awkgram.y:2323
296msgid "match: third argument is a gawk extension"
297msgstr ""
298
299#: awkgram.y:2336
300#, c-format
301msgid "%s: string literal as last arg of substitute has no effect"
302msgstr ""
303
304#: awkgram.y:2339
305#, c-format
306msgid "%s third parameter is not a changeable object"
307msgstr ""
308
309#: awkgram.y:2366 awkgram.y:2369
310msgid "close: second argument is a gawk extension"
311msgstr ""
312
313#: awkgram.y:2379
314msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore"
315msgstr ""
316
317#: awkgram.y:2394
318msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
319msgstr ""
320
321#: awkgram.y:2465
322#, c-format
323msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
324msgstr ""
325
326#: awkgram.y:2498
327#, c-format
328msgid "function `%s': parameter `%s' shadows global variable"
329msgstr ""
330
331#: awkgram.y:2610
332#, c-format
333msgid "could not open `%s' for writing (%s)"
334msgstr ""
335
336#: awkgram.y:2611 profile.c:93
337msgid "sending profile to standard error"
338msgstr ""
339
340#: awkgram.y:2643
341#, c-format
342msgid "%s: close failed (%s)"
343msgstr ""
344
345#: awkgram.y:2764
346msgid "shadow_funcs() called twice!"
347msgstr ""
348
349#: awkgram.y:2791
350msgid "there were shadowed variables."
351msgstr ""
352
353#: awkgram.y:2864
354#, c-format
355msgid "function `%s': can't use function name as parameter name"
356msgstr ""
357
358#: awkgram.y:2874
359#, c-format
360msgid "function name `%s' previously defined"
361msgstr ""
362
363#: awkgram.y:3025 awkgram.y:3031
364#, c-format
365msgid "function `%s' called but never defined"
366msgstr ""
367
368#: awkgram.y:3034
369#, c-format
370msgid "function `%s' defined but never called"
371msgstr ""
372
373#: awkgram.y:3061
374#, c-format
375msgid "regexp constant for parameter #%d yields boolean value"
376msgstr ""
377
378#: awkgram.y:3105
379#, c-format
380msgid ""
381"function `%s' called with space between name and `(',\n"
382"or used as a variable or an array"
383msgstr ""
384
385#: builtin.c:145
386#, c-format
387msgid "%s to \"%s\" failed (%s)"
388msgstr ""
389
390#: builtin.c:146
391msgid "standard output"
392msgstr ""
393
394#: builtin.c:147
395msgid "reason unknown"
396msgstr ""
397
398#: builtin.c:160
399msgid "exp: received non-numeric argument"
400msgstr ""
401
402#: builtin.c:166
403#, c-format
404msgid "exp: argument %g is out of range"
405msgstr ""
406
407#: builtin.c:224
408#, c-format
409msgid "fflush: cannot flush: pipe `%s' opened for reading, not writing"
410msgstr ""
411
412#: builtin.c:227
413#, c-format
414msgid "fflush: cannot flush: file `%s' opened for reading, not writing"
415msgstr ""
416
417#: builtin.c:239
418#, c-format
419msgid "fflush: `%s' is not an open file, pipe or co-process"
420msgstr ""
421
422#: builtin.c:332
423msgid "index: received non-string first argument"
424msgstr ""
425
426#: builtin.c:334
427msgid "index: received non-string second argument"
428msgstr ""
429
430#: builtin.c:449
431msgid "int: received non-numeric argument"
432msgstr ""
433
434#: builtin.c:472
435msgid "`length(array)' is a gawk extension"
436msgstr ""
437
438#: builtin.c:481
439msgid "length: received non-string argument"
440msgstr ""
441
442#: builtin.c:506
443msgid "log: received non-numeric argument"
444msgstr ""
445
446#: builtin.c:509
447#, c-format
448msgid "log: received negative argument %g"
449msgstr ""
450
451#: builtin.c:673 builtin.c:676
452msgid "must use `count$' on all formats or none"
453msgstr ""
454
455#: builtin.c:778
456msgid "`$' is not permitted in awk formats"
457msgstr ""
458
459#: builtin.c:784
460msgid "arg count with `$' must be > 0"
461msgstr ""
462
463#: builtin.c:786
464#, c-format
465msgid "arg count %ld greater than total number of supplied arguments"
466msgstr ""
467
468#: builtin.c:788
469msgid "`$' not permitted after period in format"
470msgstr ""
471
472#: builtin.c:801
473msgid "no `$' supplied for positional field width or precision"
474msgstr ""
475
476#: builtin.c:867
477msgid "`l' is meaningless in awk formats; ignored"
478msgstr ""
479
480#: builtin.c:871
481msgid "`l' is not permitted in POSIX awk formats"
482msgstr ""
483
484#: builtin.c:882
485msgid "`L' is meaningless in awk formats; ignored"
486msgstr ""
487
488#: builtin.c:886
489msgid "`L' is not permitted in POSIX awk formats"
490msgstr ""
491
492#: builtin.c:897
493msgid "`h' is meaningless in awk formats; ignored"
494msgstr ""
495
496#: builtin.c:901
497msgid "`h' is not permitted in POSIX awk formats"
498msgstr ""
499
500#: builtin.c:1132
501#, c-format
502msgid "[s]printf: value %g is out of range for `%%%c' format"
503msgstr ""
504
505#: builtin.c:1198
506msgid "not enough arguments to satisfy format string"
507msgstr ""
508
509#: builtin.c:1200
510msgid "^ ran out for this one"
511msgstr ""
512
513#: builtin.c:1205
514msgid "[s]printf: format specifier does not have control letter"
515msgstr ""
516
517#: builtin.c:1208
518msgid "too many arguments supplied for format string"
519msgstr ""
520
521#: builtin.c:1274 builtin.c:1277
522msgid "printf: no arguments"
523msgstr ""
524
525#: builtin.c:1301
526msgid "sqrt: received non-numeric argument"
527msgstr ""
528
529#: builtin.c:1305
530#, c-format
531msgid "sqrt: called with negative argument %g"
532msgstr ""
533
534#: builtin.c:1329
535#, c-format
536msgid "substr: start index %g is invalid, using 1"
537msgstr ""
538
539#: builtin.c:1334
540#, c-format
541msgid "substr: non-integer start index %g will be truncated"
542msgstr ""
543
544#: builtin.c:1353
545#, c-format
546msgid "substr: length %g is not >= 1"
547msgstr ""
548
549#: builtin.c:1355
550#, c-format
551msgid "substr: length %g is not >= 0"
552msgstr ""
553
554#: builtin.c:1362
555#, c-format
556msgid "substr: non-integer length %g will be truncated"
557msgstr ""
558
559#: builtin.c:1367
560#, c-format
561msgid "substr: length %g too big for string indexing, truncating to %g"
562msgstr ""
563
564#: builtin.c:1379
565msgid "substr: source string is zero length"
566msgstr ""
567
568#: builtin.c:1395
569#, c-format
570msgid "substr: start index %g is past end of string"
571msgstr ""
572
573#: builtin.c:1403
574#, c-format
575msgid ""
576"substr: length %g at start index %g exceeds length of first argument (%lu)"
577msgstr ""
578
579#: builtin.c:1478
580msgid "strftime: received non-string first argument"
581msgstr ""
582
583#: builtin.c:1484
584msgid "strftime: received empty format string"
585msgstr ""
586
587#: builtin.c:1493
588msgid "strftime: received non-numeric second argument"
589msgstr ""
590
591#: builtin.c:1556
592msgid "mktime: received non-string argument"
593msgstr ""
594
595#: builtin.c:1601
596msgid "system: received non-string argument"
597msgstr ""
598
599#: builtin.c:1722 eval.c:2039
600#, c-format
601msgid "reference to uninitialized field `$%d'"
602msgstr ""
603
604#: builtin.c:1827
605msgid "tolower: received non-string argument"
606msgstr ""
607
608#: builtin.c:1857
609msgid "toupper: received non-string argument"
610msgstr ""
611
612#: builtin.c:1890
613msgid "atan2: received non-numeric first argument"
614msgstr ""
615
616#: builtin.c:1892
617msgid "atan2: received non-numeric second argument"
618msgstr ""
619
620#: builtin.c:1911
621msgid "sin: received non-numeric argument"
622msgstr ""
623
624#: builtin.c:1927
625msgid "cos: received non-numeric argument"
626msgstr ""
627
628#: builtin.c:1977
629msgid "srand: received non-numeric argument"
630msgstr ""
631
632#: builtin.c:2012
633msgid "match: third argument is not an array"
634msgstr ""
635
636#: builtin.c:2555
637msgid "gensub: third argument of 0 treated as 1"
638msgstr ""
639
640#: builtin.c:2715
641msgid "lshift: received non-numeric first argument"
642msgstr ""
643
644#: builtin.c:2717
645msgid "lshift: received non-numeric second argument"
646msgstr ""
647
648#: builtin.c:2723
649#, c-format
650msgid "lshift(%lf, %lf): negative values will give strange results"
651msgstr ""
652
653#: builtin.c:2725
654#, c-format
655msgid "lshift(%lf, %lf): fractional values will be truncated"
656msgstr ""
657
658#: builtin.c:2727
659#, c-format
660msgid "lshift(%lf, %lf): too large shift value will give strange results"
661msgstr ""
662
663#: builtin.c:2753
664msgid "rshift: received non-numeric first argument"
665msgstr ""
666
667#: builtin.c:2755
668msgid "rshift: received non-numeric second argument"
669msgstr ""
670
671#: builtin.c:2761
672#, c-format
673msgid "rshift(%lf, %lf): negative values will give strange results"
674msgstr ""
675
676#: builtin.c:2763
677#, c-format
678msgid "rshift(%lf, %lf): fractional values will be truncated"
679msgstr ""
680
681#: builtin.c:2765
682#, c-format
683msgid "rshift(%lf, %lf): too large shift value will give strange results"
684msgstr ""
685
686#: builtin.c:2791
687msgid "and: received non-numeric first argument"
688msgstr ""
689
690#: builtin.c:2793
691msgid "and: received non-numeric second argument"
692msgstr ""
693
694#: builtin.c:2799
695#, c-format
696msgid "and(%lf, %lf): negative values will give strange results"
697msgstr ""
698
699#: builtin.c:2801
700#, c-format
701msgid "and(%lf, %lf): fractional values will be truncated"
702msgstr ""
703
704#: builtin.c:2827
705msgid "or: received non-numeric first argument"
706msgstr ""
707
708#: builtin.c:2829
709msgid "or: received non-numeric second argument"
710msgstr ""
711
712#: builtin.c:2835
713#, c-format
714msgid "or(%lf, %lf): negative values will give strange results"
715msgstr ""
716
717#: builtin.c:2837
718#, c-format
719msgid "or(%lf, %lf): fractional values will be truncated"
720msgstr ""
721
722#: builtin.c:2863
723msgid "xor: received non-numeric first argument"
724msgstr ""
725
726#: builtin.c:2865
727msgid "xor: received non-numeric second argument"
728msgstr ""
729
730#: builtin.c:2871
731#, c-format
732msgid "xor(%lf, %lf): negative values will give strange results"
733msgstr ""
734
735#: builtin.c:2873
736#, c-format
737msgid "xor(%lf, %lf): fractional values will be truncated"
738msgstr ""
739
740#: builtin.c:2897
741msgid "compl: received non-numeric argument"
742msgstr ""
743
744#: builtin.c:2903
745#, c-format
746msgid "compl(%lf): negative value will give strange results"
747msgstr ""
748
749#: builtin.c:2905
750#, c-format
751msgid "compl(%lf): fractional value will be truncated"
752msgstr ""
753
754#: builtin.c:3078
755#, c-format
756msgid "dcgettext: `%s' is not a valid locale category"
757msgstr ""
758
759#: eval.c:303
760#, c-format
761msgid "unknown nodetype %d"
762msgstr ""
763
764#: eval.c:353
765msgid "buffer overflow in genflags2str"
766msgstr ""
767
768#: eval.c:385 eval.c:391 profile.c:838
769#, c-format
770msgid "attempt to use array `%s' in a scalar context"
771msgstr ""
772
773#: eval.c:733
774#, c-format
775msgid "for loop: array `%s' changed size from %ld to %ld during loop execution"
776msgstr ""
777
778#: eval.c:754
779msgid "`break' outside a loop is not portable"
780msgstr ""
781
782#: eval.c:758
783msgid "`break' outside a loop is not allowed"
784msgstr ""
785
786#: eval.c:775
787msgid "`continue' outside a loop is not portable"
788msgstr ""
789
790#: eval.c:779
791msgid "`continue' outside a loop is not allowed"
792msgstr ""
793
794#: eval.c:813
795msgid "`next' cannot be called from a BEGIN rule"
796msgstr ""
797
798#: eval.c:815
799msgid "`next' cannot be called from an END rule"
800msgstr ""
801
802#: eval.c:824
803msgid "`nextfile' cannot be called from a BEGIN rule"
804msgstr ""
805
806#: eval.c:826
807msgid "`nextfile' cannot be called from an END rule"
808msgstr ""
809
810#: eval.c:875
811msgid "statement has no effect"
812msgstr ""
813
814#: eval.c:952 eval.c:1893
815#, c-format
816msgid "can't use function name `%s' as variable or array"
817msgstr ""
818
819#: eval.c:959 eval.c:965
820#, c-format
821msgid "reference to uninitialized argument `%s'"
822msgstr ""
823
824#: eval.c:974 eval.c:1902
825#, c-format
826msgid "reference to uninitialized variable `%s'"
827msgstr ""
828
829#: eval.c:1120
830msgid ""
831"concatenation: side effects in one expression have changed the length of "
832"another!"
833msgstr ""
834
835#: eval.c:1200
836msgid "assignment used in conditional context"
837msgstr ""
838
839#: eval.c:1278
840msgid "division by zero attempted"
841msgstr ""
842
843#: eval.c:1293
844#, c-format
845msgid "division by zero attempted in `%%'"
846msgstr ""
847
848#: eval.c:1308 profile.c:714
849#, c-format
850msgid "illegal type (%s) in tree_eval"
851msgstr ""
852
853#: eval.c:1471
854msgid "division by zero attempted in `/='"
855msgstr ""
856
857#: eval.c:1493
858#, c-format
859msgid "division by zero attempted in `%%='"
860msgstr ""
861
862#: eval.c:1758
863#, c-format
864msgid "function `%s' called with more arguments than declared"
865msgstr ""
866
867#: eval.c:1802
868#, c-format
869msgid "function `%s' not defined"
870msgstr ""
871
872#: eval.c:1865
873#, c-format
874msgid ""
875"\n"
876"\t# Function Call Stack:\n"
877"\n"
878msgstr ""
879
880#: eval.c:1868
881#, c-format
882msgid "\t# -- main --\n"
883msgstr ""
884
885#: eval.c:2023
886msgid "attempt to field reference from non-numeric value"
887msgstr ""
888
889#: eval.c:2025
890msgid "attempt to reference from null string"
891msgstr ""
892
893#: eval.c:2031
894#, c-format
895msgid "attempt to access field %d"
896msgstr ""
897
898#: eval.c:2052 eval.c:2059 profile.c:935
899msgid "assignment is not allowed to result of builtin function"
900msgstr ""
901
902#: eval.c:2123
903msgid "`IGNORECASE' is a gawk extension"
904msgstr ""
905
906#: eval.c:2153
907msgid "`BINMODE' is a gawk extension"
908msgstr ""
909
910#: eval.c:2275
911#, c-format
912msgid "bad `%sFMT' specification `%s'"
913msgstr ""
914
915#: eval.c:2353
916msgid "turning off `--lint' due to assignment to `LINT'"
917msgstr ""
918
919#: ext.c:60 ext.c:64
920msgid "`extension' is a gawk extension"
921msgstr ""
922
923#: ext.c:74
924#, c-format
925msgid "extension: cannot open `%s' (%s)\n"
926msgstr ""
927
928#: ext.c:82
929#, c-format
930msgid "extension: library `%s': cannot call function `%s' (%s)\n"
931msgstr ""
932
933#: ext.c:102
934msgid "extension: missing function name"
935msgstr ""
936
937#: ext.c:107
938#, c-format
939msgid "extension: illegal character `%c' in function name `%s'"
940msgstr ""
941
942#: ext.c:113
943#, c-format
944msgid "extension: can't redefine function `%s'"
945msgstr ""
946
947#: ext.c:117
948#, c-format
949msgid "extension: function `%s' already defined"
950msgstr ""
951
952#: ext.c:122
953#, c-format
954msgid "extension: can't use gawk built-in `%s' as function name"
955msgstr ""
956
957#: ext.c:124
958#, c-format
959msgid "extension: function name `%s' previously defined"
960msgstr ""
961
962#: ext.c:201
963#, c-format
964msgid "function `%s' defined to take no more than %d argument(s)"
965msgstr ""
966
967#: ext.c:204
968#, c-format
969msgid "function `%s': missing argument #%d"
970msgstr ""
971
972#: ext.c:214
973#, c-format
974msgid "function `%s': argument #%d: attempt to use scalar as an array"
975msgstr ""
976
977#: ext.c:218
978#, c-format
979msgid "function `%s': argument #%d: attempt to use array as a scalar"
980msgstr ""
981
982#: ext.c:243
983msgid "Operation Not Supported"
984msgstr ""
985
986#: field.c:326
987msgid "NF set to negative value"
988msgstr ""
989
990#: field.c:819
991msgid "split: second argument is not an array"
992msgstr ""
993
994#: field.c:853
995msgid "split: null string for third arg is a gawk extension"
996msgstr ""
997
998#: field.c:905
999msgid "`FIELDWIDTHS' is a gawk extension"
1000msgstr ""
1001
1002#: field.c:935 field.c:946
1003#, c-format
1004msgid "invalid FIELDWIDTHS value, near `%s'"
1005msgstr ""
1006
1007#: field.c:1027
1008msgid "null string for `FS' is a gawk extension"
1009msgstr ""
1010
1011#: getopt.c:571 getopt.c:590
1012#, c-format
1013msgid "%s: option `%s' is ambiguous\n"
1014msgstr ""
1015
1016#: getopt.c:623 getopt.c:627
1017#, c-format
1018msgid "%s: option `--%s' doesn't allow an argument\n"
1019msgstr ""
1020
1021#: getopt.c:636 getopt.c:641
1022#, c-format
1023msgid "%s: option `%c%s' doesn't allow an argument\n"
1024msgstr ""
1025
1026#: getopt.c:687 getopt.c:709 getopt.c:1040 getopt.c:1062
1027#, c-format
1028msgid "%s: option `%s' requires an argument\n"
1029msgstr ""
1030
1031#: getopt.c:747 getopt.c:750
1032#, c-format
1033msgid "%s: unrecognized option `--%s'\n"
1034msgstr ""
1035
1036#: getopt.c:758 getopt.c:761
1037#, c-format
1038msgid "%s: unrecognized option `%c%s'\n"
1039msgstr ""
1040
1041#: getopt.c:816 getopt.c:819
1042#, c-format
1043msgid "%s: illegal option -- %c\n"
1044msgstr ""
1045
1046#: getopt.c:825 getopt.c:828
1047#, c-format
1048msgid "%s: invalid option -- %c\n"
1049msgstr ""
1050
1051#: getopt.c:883 getopt.c:902 getopt.c:1115 getopt.c:1136 main.c:448
1052#, c-format
1053msgid "%s: option requires an argument -- %c\n"
1054msgstr ""
1055
1056#: getopt.c:955 getopt.c:974
1057#, c-format
1058msgid "%s: option `-W %s' is ambiguous\n"
1059msgstr ""
1060
1061#: getopt.c:998 getopt.c:1019
1062#, c-format
1063msgid "%s: option `-W %s' doesn't allow an argument\n"
1064msgstr ""
1065
1066#: io.c:307
1067#, c-format
1068msgid "cannot open file `%s' for reading (%s)"
1069msgstr ""
1070
1071#: io.c:398
1072#, c-format
1073msgid "close of fd %d (`%s') failed (%s)"
1074msgstr ""
1075
1076#: io.c:536
1077#, c-format
1078msgid "invalid tree type %s in redirect()"
1079msgstr ""
1080
1081#: io.c:542
1082#, c-format
1083msgid "expression in `%s' redirection only has numeric value"
1084msgstr ""
1085
1086#: io.c:548
1087#, c-format
1088msgid "expression for `%s' redirection has null string value"
1089msgstr ""
1090
1091#: io.c:553
1092#, c-format
1093msgid "filename `%s' for `%s' redirection may be result of logical expression"
1094msgstr ""
1095
1096#: io.c:591
1097#, c-format
1098msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
1099msgstr ""
1100
1101#: io.c:643
1102#, c-format
1103msgid "can't open pipe `%s' for output (%s)"
1104msgstr ""
1105
1106#: io.c:652
1107#, c-format
1108msgid "can't open pipe `%s' for input (%s)"
1109msgstr ""
1110
1111#: io.c:665
1112#, c-format
1113msgid "can't open two way socket `%s' for input/output (%s)"
1114msgstr ""
1115
1116#: io.c:669
1117#, c-format
1118msgid "can't open two way pipe `%s' for input/output (%s)"
1119msgstr ""
1120
1121#: io.c:745
1122#, c-format
1123msgid "can't redirect from `%s' (%s)"
1124msgstr ""
1125
1126#: io.c:748
1127#, c-format
1128msgid "can't redirect to `%s' (%s)"
1129msgstr ""
1130
1131#: io.c:787
1132msgid ""
1133"reached system limit for open files: starting to multiplex file descriptors"
1134msgstr ""
1135
1136#: io.c:803
1137#, c-format
1138msgid "close of `%s' failed (%s)."
1139msgstr ""
1140
1141#: io.c:811
1142msgid "too many pipes or input files open"
1143msgstr ""
1144
1145#: io.c:834
1146msgid "close: second argument must be `to' or `from'"
1147msgstr ""
1148
1149#: io.c:848
1150#, c-format
1151msgid "close: `%.*s' is not an open file, pipe or co-process"
1152msgstr ""
1153
1154#: io.c:852
1155msgid "close of redirection that was never opened"
1156msgstr ""
1157
1158#: io.c:948
1159#, c-format
1160msgid "close: redirection `%s' not opened with `|&', second argument ignored"
1161msgstr ""
1162
1163#: io.c:964
1164#, c-format
1165msgid "failure status (%d) on pipe close of `%s' (%s)"
1166msgstr ""
1167
1168#: io.c:967
1169#, c-format
1170msgid "failure status (%d) on file close of `%s' (%s)"
1171msgstr ""
1172
1173#: io.c:987
1174#, c-format
1175msgid "no explicit close of socket `%s' provided"
1176msgstr ""
1177
1178#: io.c:990
1179#, c-format
1180msgid "no explicit close of co-process `%s' provided"
1181msgstr ""
1182
1183#: io.c:993
1184#, c-format
1185msgid "no explicit close of pipe `%s' provided"
1186msgstr ""
1187
1188#: io.c:996
1189#, c-format
1190msgid "no explicit close of file `%s' provided"
1191msgstr ""
1192
1193#: io.c:1025 io.c:1080 main.c:718 main.c:756
1194#, c-format
1195msgid "error writing standard output (%s)"
1196msgstr ""
1197
1198#: io.c:1029 io.c:1085
1199#, c-format
1200msgid "error writing standard error (%s)"
1201msgstr ""
1202
1203#: io.c:1037
1204#, c-format
1205msgid "pipe flush of `%s' failed (%s)."
1206msgstr ""
1207
1208#: io.c:1040
1209#, c-format
1210msgid "co-process flush of pipe to `%s' failed (%s)."
1211msgstr ""
1212
1213#: io.c:1043
1214#, c-format
1215msgid "file flush of `%s' failed (%s)."
1216msgstr ""
1217
1218#: io.c:1205
1219msgid "/inet/raw client not ready yet, sorry"
1220msgstr ""
1221
1222#: io.c:1207 io.c:1244
1223msgid "only root may use `/inet/raw'."
1224msgstr ""
1225
1226#: io.c:1242
1227msgid "/inet/raw server not ready yet, sorry"
1228msgstr ""
1229
1230#: io.c:1332
1231#, c-format
1232msgid "no (known) protocol supplied in special filename `%s'"
1233msgstr ""
1234
1235#: io.c:1350
1236#, c-format
1237msgid "special file name `%s' is incomplete"
1238msgstr ""
1239
1240#: io.c:1362
1241#, c-format
1242msgid "local port invalid in `%s'"
1243msgstr ""
1244
1245#: io.c:1374
1246msgid "must supply a remote hostname to `/inet'"
1247msgstr ""
1248
1249#: io.c:1389
1250msgid "must supply a remote port to `/inet'"
1251msgstr ""
1252
1253#: io.c:1395
1254#, c-format
1255msgid "remote port invalid in `%s'"
1256msgstr ""
1257
1258#: io.c:1405
1259msgid "TCP/IP communications are not supported"
1260msgstr ""
1261
1262#: io.c:1414 io.c:1595
1263#, c-format
1264msgid "file `%s' is a directory"
1265msgstr ""
1266
1267#: io.c:1484
1268#, c-format
1269msgid "use `PROCINFO[\"%s\"]' instead of `%s'"
1270msgstr ""
1271
1272#: io.c:1516
1273msgid "use `PROCINFO[...]' instead of `/dev/user'"
1274msgstr ""
1275
1276#: io.c:1581 io.c:1763
1277#, c-format
1278msgid "could not open `%s', mode `%s'"
1279msgstr ""
1280
1281#: io.c:1814
1282#, c-format
1283msgid "close of master pty failed (%s)"
1284msgstr ""
1285
1286#: io.c:1816 io.c:1968 io.c:2119
1287#, c-format
1288msgid "close of stdout in child failed (%s)"
1289msgstr ""
1290
1291#: io.c:1819
1292#, c-format
1293msgid "moving slave pty to stdout in child failed (dup: %s)"
1294msgstr ""
1295
1296#: io.c:1821 io.c:1973
1297#, c-format
1298msgid "close of stdin in child failed (%s)"
1299msgstr ""
1300
1301#: io.c:1824
1302#, c-format
1303msgid "moving slave pty to stdin in child failed (dup: %s)"
1304msgstr ""
1305
1306#: io.c:1826 io.c:1845
1307#, c-format
1308msgid "close of slave pty failed (%s)"
1309msgstr ""
1310
1311#: io.c:1919 io.c:1971 io.c:2100 io.c:2122
1312#, c-format
1313msgid "moving pipe to stdout in child failed (dup: %s)"
1314msgstr ""
1315
1316#: io.c:1923 io.c:1976
1317#, c-format
1318msgid "moving pipe to stdin in child failed (dup: %s)"
1319msgstr ""
1320
1321#: io.c:1940 io.c:2113
1322msgid "restoring stdout in parent process failed\n"
1323msgstr ""
1324
1325#: io.c:1945
1326msgid "restoring stdin in parent process failed\n"
1327msgstr ""
1328
1329#: io.c:1979 io.c:2124 io.c:2135
1330#, c-format
1331msgid "close of pipe failed (%s)"
1332msgstr ""
1333
1334#: io.c:2024
1335msgid "`|&' not supported"
1336msgstr ""
1337
1338#: io.c:2090
1339#, c-format
1340msgid "cannot open pipe `%s' (%s)"
1341msgstr ""
1342
1343#: io.c:2131
1344#, c-format
1345msgid "cannot create child process for `%s' (fork: %s)"
1346msgstr ""
1347
1348#: io.c:2506
1349#, c-format
1350msgid "data file `%s' is empty"
1351msgstr ""
1352
1353#: io.c:2547 io.c:2555
1354msgid "could not allocate more input memory"
1355msgstr ""
1356
1357#: io.c:2919 io.c:2984
1358#, c-format
1359msgid "error reading input file `%s': %s"
1360msgstr ""
1361
1362#: io.c:3109
1363msgid "multicharacter value of `RS' is a gawk extension"
1364msgstr ""
1365
1366#: main.c:338
1367msgid "`-m[fr]' option irrelevant in gawk"
1368msgstr ""
1369
1370#: main.c:340
1371msgid "-m option usage: `-m[fr] nnn'"
1372msgstr ""
1373
1374#: main.c:357
1375#, c-format
1376msgid "%s: option `-W %s' unrecognized, ignored\n"
1377msgstr ""
1378
1379#: main.c:394
1380msgid "empty argument to `--source' ignored"
1381msgstr ""
1382
1383#: main.c:467
1384msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
1385msgstr ""
1386
1387#: main.c:472
1388msgid "`--posix' overrides `--traditional'"
1389msgstr ""
1390
1391#: main.c:483
1392msgid "`--posix'/`--traditional' overrides `--non-decimal-data'"
1393msgstr ""
1394
1395#: main.c:487
1396#, c-format
1397msgid "running %s setuid root may be a security problem"
1398msgstr ""
1399
1400#: main.c:528
1401#, c-format
1402msgid "can't set binary mode on stdin (%s)"
1403msgstr ""
1404
1405#: main.c:531
1406#, c-format
1407msgid "can't set binary mode on stdout (%s)"
1408msgstr ""
1409
1410#: main.c:533
1411#, c-format
1412msgid "can't set binary mode on stderr (%s)"
1413msgstr ""
1414
1415#: main.c:572
1416msgid "no program text at all!"
1417msgstr ""
1418
1419#: main.c:665
1420#, c-format
1421msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n"
1422msgstr ""
1423
1424#: main.c:667
1425#, c-format
1426msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n"
1427msgstr ""
1428
1429#: main.c:672
1430msgid "POSIX options:\t\tGNU long options:\n"
1431msgstr ""
1432
1433#: main.c:673
1434msgid "\t-f progfile\t\t--file=progfile\n"
1435msgstr ""
1436
1437#: main.c:674
1438msgid "\t-F fs\t\t\t--field-separator=fs\n"
1439msgstr ""
1440
1441#: main.c:675
1442msgid "\t-v var=val\t\t--assign=var=val\n"
1443msgstr ""
1444
1445#: main.c:676
1446msgid "\t-m[fr] val\n"
1447msgstr ""
1448
1449#: main.c:677
1450msgid "\t-W compat\t\t--compat\n"
1451msgstr ""
1452
1453#: main.c:678
1454msgid "\t-W copyleft\t\t--copyleft\n"
1455msgstr ""
1456
1457#: main.c:679
1458msgid "\t-W copyright\t\t--copyright\n"
1459msgstr ""
1460
1461#: main.c:680
1462msgid "\t-W dump-variables[=file]\t--dump-variables[=file]\n"
1463msgstr ""
1464
1465#: main.c:681
1466msgid "\t-W exec=file\t\t--exec=file\n"
1467msgstr ""
1468
1469#: main.c:682
1470msgid "\t-W gen-po\t\t--gen-po\n"
1471msgstr ""
1472
1473#: main.c:683
1474msgid "\t-W help\t\t\t--help\n"
1475msgstr ""
1476
1477#: main.c:684
1478msgid "\t-W lint[=fatal]\t\t--lint[=fatal]\n"
1479msgstr ""
1480
1481#: main.c:685
1482msgid "\t-W lint-old\t\t--lint-old\n"
1483msgstr ""
1484
1485#: main.c:686
1486msgid "\t-W non-decimal-data\t--non-decimal-data\n"
1487msgstr ""
1488
1489#: main.c:688
1490msgid "\t-W nostalgia\t\t--nostalgia\n"
1491msgstr ""
1492
1493#: main.c:691
1494msgid "\t-W parsedebug\t\t--parsedebug\n"
1495msgstr ""
1496
1497#: main.c:693
1498msgid "\t-W profile[=file]\t--profile[=file]\n"
1499msgstr ""
1500
1501#: main.c:694
1502msgid "\t-W posix\t\t--posix\n"
1503msgstr ""
1504
1505#: main.c:695
1506msgid "\t-W re-interval\t\t--re-interval\n"
1507msgstr ""
1508
1509#: main.c:696
1510msgid "\t-W source=program-text\t--source=program-text\n"
1511msgstr ""
1512
1513#: main.c:697
1514msgid "\t-W traditional\t\t--traditional\n"
1515msgstr ""
1516
1517#: main.c:698
1518msgid "\t-W usage\t\t--usage\n"
1519msgstr ""
1520
1521#: main.c:699
1522msgid "\t-W version\t\t--version\n"
1523msgstr ""
1524
1525#: main.c:703
1526msgid ""
1527"\n"
1528"To report bugs, see node `Bugs' in `gawk.info', which is\n"
1529"section `Reporting Problems and Bugs' in the printed version.\n"
1530"\n"
1531msgstr ""
1532
1533#: main.c:707
1534msgid ""
1535"gawk is a pattern scanning and processing language.\n"
1536"By default it reads standard input and writes standard output.\n"
1537"\n"
1538msgstr ""
1539
1540#: main.c:711
1541msgid ""
1542"Examples:\n"
1543"\tgawk '{ sum += $1 }; END { print sum }' file\n"
1544"\tgawk -F: '{ print $1 }' /etc/passwd\n"
1545msgstr ""
1546
1547#: main.c:731
1548#, c-format
1549msgid ""
1550"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
1551"\n"
1552"This program is free software; you can redistribute it and/or modify\n"
1553"it under the terms of the GNU General Public License as published by\n"
1554"the Free Software Foundation; either version 2 of the License, or\n"
1555"(at your option) any later version.\n"
1556"\n"
1557msgstr ""
1558
1559#: main.c:739
1560msgid ""
1561"This program is distributed in the hope that it will be useful,\n"
1562"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
1563"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
1564"GNU General Public License for more details.\n"
1565"\n"
1566msgstr ""
1567
1568#: main.c:745
1569msgid ""
1570"You should have received a copy of the GNU General Public License\n"
1571"along with this program; if not, write to the Free Software\n"
1572"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
1573"USA.\n"
1574msgstr ""
1575
1576#: main.c:781
1577msgid "-Ft does not set FS to tab in POSIX awk"
1578msgstr ""
1579
1580#: main.c:1018
1581#, c-format
1582msgid ""
1583"%s: `%s' argument to `-v' not in `var=value' form\n"
1584"\n"
1585msgstr ""
1586
1587#: main.c:1038
1588#, c-format
1589msgid "`%s' is not a legal variable name"
1590msgstr ""
1591
1592#: main.c:1041
1593#, c-format
1594msgid "`%s' is not a variable name, looking for file `%s=%s'"
1595msgstr ""
1596
1597#: main.c:1074
1598msgid "floating point exception"
1599msgstr ""
1600
1601#: main.c:1081
1602msgid "fatal error: internal error"
1603msgstr ""
1604
1605#: main.c:1132
1606#, c-format
1607msgid "no pre-opened fd %d"
1608msgstr ""
1609
1610#: main.c:1139
1611#, c-format
1612msgid "could not pre-open /dev/null for fd %d"
1613msgstr ""
1614
1615#: main.c:1162 main.c:1171
1616#, c-format
1617msgid "could not find groups: %s"
1618msgstr ""
1619
1620#: msg.c:54
1621#, c-format
1622msgid "cmd. line:"
1623msgstr ""
1624
1625#: msg.c:120
1626msgid "warning: "
1627msgstr ""
1628
1629#: msg.c:142
1630msgid "error: "
1631msgstr ""
1632
1633#: msg.c:178
1634msgid "fatal: "
1635msgstr ""
1636
1637#: node.c:59 node.c:66 node.c:75 node.c:90 node.c:119
1638msgid "can't convert string to float"
1639msgstr ""
1640
1641#: node.c:414
1642msgid "backslash at end of string"
1643msgstr ""
1644
1645#: node.c:604
1646msgid "POSIX does not allow `\\x' escapes"
1647msgstr ""
1648
1649#: node.c:610
1650msgid "no hex digits in `\\x' escape sequence"
1651msgstr ""
1652
1653#: node.c:644
1654#, c-format
1655msgid "escape sequence `\\%c' treated as plain `%c'"
1656msgstr ""
1657
1658#: posix/gawkmisc.c:172
1659#, c-format
1660msgid "%s %s `%s': could not set close-on-exec: (fcntl: %s)"
1661msgstr ""
1662
1663#: profile.c:91
1664#, c-format
1665msgid "could not open `%s' for writing: %s"
1666msgstr ""
1667
1668#: profile.c:467
1669#, c-format
1670msgid "internal error: %s with null vname"
1671msgstr ""
1672
1673#: profile.c:531
1674msgid "# treated internally as `delete'"
1675msgstr ""
1676
1677#: profile.c:1168
1678#, c-format
1679msgid "# this is a dynamically loaded extension function"
1680msgstr ""
1681
1682#: profile.c:1199
1683#, c-format
1684msgid "\t# gawk profile, created %s\n"
1685msgstr ""
1686
1687#: profile.c:1202
1688#, c-format
1689msgid ""
1690"\t# BEGIN block(s)\n"
1691"\n"
1692msgstr ""
1693
1694#: profile.c:1212
1695#, c-format
1696msgid ""
1697"\t# Rule(s)\n"
1698"\n"
1699msgstr ""
1700
1701#: profile.c:1218
1702#, c-format
1703msgid ""
1704"\t# END block(s)\n"
1705"\n"
1706msgstr ""
1707
1708#: profile.c:1238
1709#, c-format
1710msgid ""
1711"\n"
1712"\t# Functions, listed alphabetically\n"
1713msgstr ""
1714
1715#: profile.c:1453
1716#, c-format
1717msgid "unexpected type %s in prec_level"
1718msgstr ""
1719
1720#: regcomp.c:160
1721msgid "Success"
1722msgstr ""
1723
1724#: regcomp.c:163
1725msgid "No match"
1726msgstr ""
1727
1728#: regcomp.c:166
1729msgid "Invalid regular expression"
1730msgstr ""
1731
1732#: regcomp.c:169
1733msgid "Invalid collation character"
1734msgstr ""
1735
1736#: regcomp.c:172
1737msgid "Invalid character class name"
1738msgstr ""
1739
1740#: regcomp.c:175
1741msgid "Trailing backslash"
1742msgstr ""
1743
1744#: regcomp.c:178
1745msgid "Invalid back reference"
1746msgstr ""
1747
1748#: regcomp.c:181
1749msgid "Unmatched [ or [^"
1750msgstr ""
1751
1752#: regcomp.c:184
1753msgid "Unmatched ( or \\("
1754msgstr ""
1755
1756#: regcomp.c:187
1757msgid "Unmatched \\{"
1758msgstr ""
1759
1760#: regcomp.c:190
1761msgid "Invalid content of \\{\\}"
1762msgstr ""
1763
1764#: regcomp.c:193
1765msgid "Invalid range end"
1766msgstr ""
1767
1768#: regcomp.c:196
1769msgid "Memory exhausted"
1770msgstr ""
1771
1772#: regcomp.c:199
1773msgid "Invalid preceding regular expression"
1774msgstr ""
1775
1776#: regcomp.c:202
1777msgid "Premature end of regular expression"
1778msgstr ""
1779
1780#: regcomp.c:205
1781msgid "Regular expression too big"
1782msgstr ""
1783
1784#: regcomp.c:208
1785msgid "Unmatched ) or \\)"
1786msgstr ""
1787
1788#: regcomp.c:688
1789msgid "No previous regular expression"
1790msgstr ""
Note: See TracBrowser for help on using the repository browser.