aboutsummaryrefslogtreecommitdiffstats
path: root/po/gawk.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/gawk.pot')
-rw-r--r--po/gawk.pot267
1 files changed, 129 insertions, 138 deletions
diff --git a/po/gawk.pot b/po/gawk.pot
index 9be9b69a..28d32e89 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 3.1.79\n"
+"Project-Id-Version: gawk 3.1.80\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2011-02-03 22:10+0200\n"
+"POT-Creation-Date: 2011-02-11 10:34+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,13 +36,14 @@ msgstr ""
msgid "attempt to use scalar parameter `%s' as an array"
msgstr ""
-#: array.c:276
+#: array.c:276 eval.c:1796
#, c-format
-msgid "attempt to use scalar `%s' as array"
+msgid "attempt to use scalar `%s' as an array"
msgstr ""
-#: array.c:321 array.c:648 builtin.c:75 eval.c:1164 eval.c:1168 eval.c:1493
-#: eval.c:1741 eval.c:1809 eval.c:2057
+#: array.c:321 array.c:648 builtin.c:75 builtin.c:555 builtin.c:597
+#: builtin.c:610 builtin.c:1016 builtin.c:1028 eval.c:1164 eval.c:1168
+#: eval.c:1493 eval.c:1741 eval.c:1809 eval.c:2057
#, c-format
msgid "attempt to use array `%s' in a scalar context"
msgstr ""
@@ -253,7 +254,7 @@ msgstr ""
msgid "unexpected newline or end of string"
msgstr ""
-#: awkgram.y:2239 awkgram.y:2287 awkgram.y:2465
+#: awkgram.y:2239 awkgram.y:2287 awkgram.y:2472
#, c-format
msgid "can't open source file `%s' for reading (%s)"
msgstr ""
@@ -275,221 +276,221 @@ msgstr ""
msgid "empty filename after @include"
msgstr ""
-#: awkgram.y:2417
+#: awkgram.y:2424
msgid "empty program text on command line"
msgstr ""
-#: awkgram.y:2532
+#: awkgram.y:2539
#, c-format
msgid "can't read sourcefile `%s' (%s)"
msgstr ""
-#: awkgram.y:2542
+#: awkgram.y:2549
#, c-format
msgid "source file `%s' is empty"
msgstr ""
-#: awkgram.y:2727
+#: awkgram.y:2734
msgid "source file does not end in newline"
msgstr ""
-#: awkgram.y:2804
+#: awkgram.y:2811
msgid "unterminated regexp ends with `\\' at end of file"
msgstr ""
-#: awkgram.y:2828
+#: awkgram.y:2835
#, c-format
msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr ""
-#: awkgram.y:2832
+#: awkgram.y:2839
#, c-format
msgid "tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr ""
-#: awkgram.y:2839
+#: awkgram.y:2846
msgid "unterminated regexp"
msgstr ""
-#: awkgram.y:2843
+#: awkgram.y:2850
msgid "unterminated regexp at end of file"
msgstr ""
-#: awkgram.y:2902
+#: awkgram.y:2909
msgid "use of `\\ #...' line continuation is not portable"
msgstr ""
-#: awkgram.y:2918
+#: awkgram.y:2925
msgid "backslash not last character on line"
msgstr ""
-#: awkgram.y:2979
+#: awkgram.y:2986
msgid "POSIX does not allow operator `**='"
msgstr ""
-#: awkgram.y:2981
+#: awkgram.y:2988
msgid "old awk does not support operator `**='"
msgstr ""
-#: awkgram.y:2990
+#: awkgram.y:2997
msgid "POSIX does not allow operator `**'"
msgstr ""
-#: awkgram.y:2992
+#: awkgram.y:2999
msgid "old awk does not support operator `**'"
msgstr ""
-#: awkgram.y:3027
+#: awkgram.y:3034
msgid "operator `^=' is not supported in old awk"
msgstr ""
-#: awkgram.y:3035
+#: awkgram.y:3042
msgid "operator `^' is not supported in old awk"
msgstr ""
-#: awkgram.y:3128 awkgram.y:3144
+#: awkgram.y:3135 awkgram.y:3151
msgid "unterminated string"
msgstr ""
-#: awkgram.y:3340
+#: awkgram.y:3347
#, c-format
msgid "invalid char '%c' in expression"
msgstr ""
-#: awkgram.y:3386
+#: awkgram.y:3393
#, c-format
msgid "`%s' is a gawk extension"
msgstr ""
-#: awkgram.y:3389
+#: awkgram.y:3396
#, c-format
msgid "`%s' is a Bell Labs extension"
msgstr ""
-#: awkgram.y:3392
+#: awkgram.y:3399
#, c-format
msgid "POSIX does not allow `%s'"
msgstr ""
-#: awkgram.y:3396
+#: awkgram.y:3403
#, c-format
msgid "`%s' is not supported in old awk"
msgstr ""
-#: awkgram.y:3463
+#: awkgram.y:3470
msgid "`goto' considered harmful!\n"
msgstr ""
-#: awkgram.y:3515
+#: awkgram.y:3522
#, c-format
msgid "%d is invalid as number of arguments for %s"
msgstr ""
-#: awkgram.y:3550 awkgram.y:3553
+#: awkgram.y:3557 awkgram.y:3560
msgid "match: third argument is a gawk extension"
msgstr ""
-#: awkgram.y:3581
+#: awkgram.y:3588
#, c-format
msgid "%s: string literal as last arg of substitute has no effect"
msgstr ""
-#: awkgram.y:3586
+#: awkgram.y:3593
#, c-format
msgid "%s third parameter is not a changeable object"
msgstr ""
-#: awkgram.y:3671 awkgram.y:3674
+#: awkgram.y:3678 awkgram.y:3681
msgid "close: second argument is a gawk extension"
msgstr ""
-#: awkgram.y:3686
+#: awkgram.y:3693
msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore"
msgstr ""
-#: awkgram.y:3701
+#: awkgram.y:3708
msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
msgstr ""
-#: awkgram.y:3793
+#: awkgram.y:3800
#, c-format
msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
msgstr ""
-#: awkgram.y:3835
+#: awkgram.y:3842
#, c-format
msgid "function `%s': parameter `%s' shadows global variable"
msgstr ""
-#: awkgram.y:3993
+#: awkgram.y:4000
#, c-format
msgid "could not open `%s' for writing (%s)"
msgstr ""
-#: awkgram.y:3994 profile.c:85
+#: awkgram.y:4001 profile.c:85
msgid "sending profile to standard error"
msgstr ""
-#: awkgram.y:4000
+#: awkgram.y:4007
#, c-format
msgid "%s: close failed (%s)"
msgstr ""
-#: awkgram.y:4052
+#: awkgram.y:4059
msgid "shadow_funcs() called twice!"
msgstr ""
-#: awkgram.y:4058
+#: awkgram.y:4065
msgid "there were shadowed variables."
msgstr ""
-#: awkgram.y:4087
+#: awkgram.y:4094
#, c-format
msgid "function `%s': can't use function name as parameter name"
msgstr ""
-#: awkgram.y:4092
+#: awkgram.y:4099
#, c-format
msgid "function `%s': can't use special variable `%s' as a function parameter"
msgstr ""
-#: awkgram.y:4108
+#: awkgram.y:4115
#, c-format
msgid "function name `%s' previously defined"
msgstr ""
-#: awkgram.y:4277 awkgram.y:4283
+#: awkgram.y:4284 awkgram.y:4290
#, c-format
msgid "function `%s' called but never defined"
msgstr ""
-#: awkgram.y:4286
+#: awkgram.y:4293
#, c-format
msgid "function `%s' defined but never called"
msgstr ""
-#: awkgram.y:4317
+#: awkgram.y:4324
#, c-format
msgid "regexp constant for parameter #%d yields boolean value"
msgstr ""
-#: awkgram.y:4426
+#: awkgram.y:4433
#, c-format
msgid ""
"function `%s' called with space between name and `(',\n"
"or used as a variable or an array"
msgstr ""
-#: awkgram.y:4673 eval.c:1989
+#: awkgram.y:4680 eval.c:1989
msgid "division by zero attempted"
msgstr ""
-#: awkgram.y:4682 eval.c:2005
+#: awkgram.y:4689 eval.c:2005
#, c-format
msgid "division by zero attempted in `%%'"
msgstr ""
-#: awkgram.y:5351
+#: awkgram.y:5358
msgid "statement may have no effect"
msgstr ""
@@ -559,11 +560,6 @@ msgstr ""
msgid "log: received negative argument %g"
msgstr ""
-#: builtin.c:555 builtin.c:597 builtin.c:610 builtin.c:1016 builtin.c:1028
-#, c-format
-msgid "attempt to use array `%s' in scalar context"
-msgstr ""
-
#: builtin.c:593 builtin.c:604
msgid "printf: no arguments"
msgstr ""
@@ -919,11 +915,6 @@ msgstr ""
msgid "division by zero attempted in `%%='"
msgstr ""
-#: eval.c:1796
-#, c-format
-msgid "attempt to use scalar `%s' as an array"
-msgstr ""
-
#: eval.c:1840
msgid "assignment used in conditional context"
msgstr ""
@@ -949,7 +940,7 @@ msgstr ""
#: eval.c:2441
#, c-format
-msgid "non-directed `getline' invalid inside `%s' rule"
+msgid "non-redirected `getline' invalid inside `%s' rule"
msgstr ""
#: eval.c:2502
@@ -1082,24 +1073,24 @@ msgstr ""
msgid "patsplit: third argument must be non-null"
msgstr ""
-#: field.c:1084
+#: field.c:1083
msgid "`FIELDWIDTHS' is a gawk extension"
msgstr ""
-#: field.c:1147
+#: field.c:1146
#, c-format
msgid "invalid FIELDWIDTHS value, near `%s'"
msgstr ""
-#: field.c:1220
+#: field.c:1219
msgid "null string for `FS' is a gawk extension"
msgstr ""
-#: field.c:1224
+#: field.c:1223
msgid "old awk does not support regexps as value of `FS'"
msgstr ""
-#: field.c:1343
+#: field.c:1342
msgid "`FPAT' is a gawk extension"
msgstr ""
@@ -1173,265 +1164,265 @@ msgstr ""
msgid "error reading input file `%s': %s"
msgstr ""
-#: io.c:496
+#: io.c:498
#, c-format
msgid "close of fd %d (`%s') failed (%s)"
msgstr ""
-#: io.c:573
+#: io.c:575
msgid "redirection not allowed in sandbox mode"
msgstr ""
-#: io.c:607
+#: io.c:609
#, c-format
msgid "expression in `%s' redirection only has numeric value"
msgstr ""
-#: io.c:613
+#: io.c:615
#, c-format
msgid "expression for `%s' redirection has null string value"
msgstr ""
-#: io.c:619
+#: io.c:621
#, c-format
msgid "filename `%s' for `%s' redirection may be result of logical expression"
msgstr ""
-#: io.c:662
+#: io.c:664
#, c-format
msgid "unnecessary mixing of `>' and `>>' for file `%.*s'"
msgstr ""
-#: io.c:715
+#: io.c:717
#, c-format
msgid "can't open pipe `%s' for output (%s)"
msgstr ""
-#: io.c:725
+#: io.c:727
#, c-format
msgid "can't open pipe `%s' for input (%s)"
msgstr ""
-#: io.c:747
+#: io.c:749
#, c-format
msgid "can't open two way pipe `%s' for input/output (%s)"
msgstr ""
-#: io.c:829
+#: io.c:831
#, c-format
msgid "can't redirect from `%s' (%s)"
msgstr ""
-#: io.c:832
+#: io.c:834
#, c-format
msgid "can't redirect to `%s' (%s)"
msgstr ""
-#: io.c:881
+#: io.c:883
msgid ""
"reached system limit for open files: starting to multiplex file descriptors"
msgstr ""
-#: io.c:897
+#: io.c:899
#, c-format
msgid "close of `%s' failed (%s)."
msgstr ""
-#: io.c:905
+#: io.c:907
msgid "too many pipes or input files open"
msgstr ""
-#: io.c:927
+#: io.c:929
msgid "close: second argument must be `to' or `from'"
msgstr ""
-#: io.c:944
+#: io.c:946
#, c-format
msgid "close: `%.*s' is not an open file, pipe or co-process"
msgstr ""
-#: io.c:949
+#: io.c:951
msgid "close of redirection that was never opened"
msgstr ""
-#: io.c:1046
+#: io.c:1048
#, c-format
msgid "close: redirection `%s' not opened with `|&', second argument ignored"
msgstr ""
-#: io.c:1062
+#: io.c:1064
#, c-format
msgid "failure status (%d) on pipe close of `%s' (%s)"
msgstr ""
-#: io.c:1065
+#: io.c:1067
#, c-format
msgid "failure status (%d) on file close of `%s' (%s)"
msgstr ""
-#: io.c:1085
+#: io.c:1087
#, c-format
msgid "no explicit close of socket `%s' provided"
msgstr ""
-#: io.c:1088
+#: io.c:1090
#, c-format
msgid "no explicit close of co-process `%s' provided"
msgstr ""
-#: io.c:1091
+#: io.c:1093
#, c-format
msgid "no explicit close of pipe `%s' provided"
msgstr ""
-#: io.c:1094
+#: io.c:1096
#, c-format
msgid "no explicit close of file `%s' provided"
msgstr ""
-#: io.c:1122 io.c:1177 main.c:805 main.c:847
+#: io.c:1124 io.c:1179 main.c:805 main.c:847
#, c-format
msgid "error writing standard output (%s)"
msgstr ""
-#: io.c:1126 io.c:1182
+#: io.c:1128 io.c:1184
#, c-format
msgid "error writing standard error (%s)"
msgstr ""
-#: io.c:1134
+#: io.c:1136
#, c-format
msgid "pipe flush of `%s' failed (%s)."
msgstr ""
-#: io.c:1137
+#: io.c:1139
#, c-format
msgid "co-process flush of pipe to `%s' failed (%s)."
msgstr ""
-#: io.c:1140
+#: io.c:1142
#, c-format
msgid "file flush of `%s' failed (%s)."
msgstr ""
-#: io.c:1255
+#: io.c:1257
#, c-format
msgid "local port %s invalid in `/inet'"
msgstr ""
-#: io.c:1272
+#: io.c:1274
#, c-format
msgid "remote host and port information (%s, %s) invalid"
msgstr ""
-#: io.c:1425
+#: io.c:1426
#, c-format
msgid "no (known) protocol supplied in special filename `%s'"
msgstr ""
-#: io.c:1439
+#: io.c:1440
#, c-format
msgid "special file name `%s' is incomplete"
msgstr ""
-#: io.c:1456
+#: io.c:1457
msgid "must supply a remote hostname to `/inet'"
msgstr ""
-#: io.c:1474
+#: io.c:1475
msgid "must supply a remote port to `/inet'"
msgstr ""
-#: io.c:1520
+#: io.c:1521
msgid "TCP/IP communications are not supported"
msgstr ""
-#: io.c:1687
+#: io.c:1688
#, c-format
msgid "could not open `%s', mode `%s'"
msgstr ""
-#: io.c:1738
+#: io.c:1739
#, c-format
msgid "close of master pty failed (%s)"
msgstr ""
-#: io.c:1740 io.c:1908 io.c:2065
+#: io.c:1741 io.c:1909 io.c:2066
#, c-format
msgid "close of stdout in child failed (%s)"
msgstr ""
-#: io.c:1743
+#: io.c:1744
#, c-format
msgid "moving slave pty to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:1745 io.c:1913
+#: io.c:1746 io.c:1914
#, c-format
msgid "close of stdin in child failed (%s)"
msgstr ""
-#: io.c:1748
+#: io.c:1749
#, c-format
msgid "moving slave pty to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:1750 io.c:1771
+#: io.c:1751 io.c:1772
#, c-format
msgid "close of slave pty failed (%s)"
msgstr ""
-#: io.c:1849 io.c:1911 io.c:2043 io.c:2068
+#: io.c:1850 io.c:1912 io.c:2044 io.c:2069
#, c-format
msgid "moving pipe to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:1856 io.c:1916
+#: io.c:1857 io.c:1917
#, c-format
msgid "moving pipe to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:1876 io.c:2058
+#: io.c:1877 io.c:2059
msgid "restoring stdout in parent process failed\n"
msgstr ""
-#: io.c:1884
+#: io.c:1885
msgid "restoring stdin in parent process failed\n"
msgstr ""
-#: io.c:1919 io.c:2070 io.c:2084
+#: io.c:1920 io.c:2071 io.c:2085
#, c-format
msgid "close of pipe failed (%s)"
msgstr ""
-#: io.c:1964
+#: io.c:1965
msgid "`|&' not supported"
msgstr ""
-#: io.c:2030
+#: io.c:2031
#, c-format
msgid "cannot open pipe `%s' (%s)"
msgstr ""
-#: io.c:2078
+#: io.c:2079
#, c-format
msgid "cannot create child process for `%s' (fork: %s)"
msgstr ""
-#: io.c:2568
+#: io.c:2569
#, c-format
msgid "data file `%s' is empty"
msgstr ""
-#: io.c:2609 io.c:2617
+#: io.c:2610 io.c:2618
msgid "could not allocate more input memory"
msgstr ""
-#: io.c:3170
+#: io.c:3171
msgid "multicharacter value of `RS' is a gawk extension"
msgstr ""
-#: io.c:3275
+#: io.c:3276
msgid "IPv6 communication is not supported"
msgstr ""
@@ -1673,55 +1664,55 @@ msgstr ""
msgid "-Ft does not set FS to tab in POSIX awk"
msgstr ""
-#: main.c:1104
+#: main.c:1106
#, c-format
msgid "unknown value for field spec: %d\n"
msgstr ""
-#: main.c:1164
+#: main.c:1166
#, c-format
msgid ""
"%s: `%s' argument to `-v' not in `var=value' form\n"
"\n"
msgstr ""
-#: main.c:1184
+#: main.c:1186
#, c-format
msgid "`%s' is not a legal variable name"
msgstr ""
-#: main.c:1187
+#: main.c:1189
#, c-format
msgid "`%s' is not a variable name, looking for file `%s=%s'"
msgstr ""
-#: main.c:1240
+#: main.c:1242
msgid "floating point exception"
msgstr ""
-#: main.c:1247
+#: main.c:1249
msgid "fatal error: internal error"
msgstr ""
-#: main.c:1262
+#: main.c:1264
msgid "fatal error: internal error: segfault"
msgstr ""
-#: main.c:1274
+#: main.c:1276
msgid "fatal error: internal error: stack overflow"
msgstr ""
-#: main.c:1324
+#: main.c:1326
#, c-format
msgid "no pre-opened fd %d"
msgstr ""
-#: main.c:1331
+#: main.c:1333
#, c-format
msgid "could not pre-open /dev/null for fd %d"
msgstr ""
-#: main.c:1354 main.c:1363
+#: main.c:1356 main.c:1365
#, c-format
msgid "could not find groups: %s"
msgstr ""
@@ -1803,7 +1794,7 @@ msgstr ""
#: profile.c:208
#, c-format
msgid ""
-"\t# %s(s)\n"
+"\t# Rule(s)\n"
"\n"
msgstr ""