aboutsummaryrefslogtreecommitdiffstats
path: root/po/gawk.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/gawk.pot')
-rw-r--r--po/gawk.pot440
1 files changed, 220 insertions, 220 deletions
diff --git a/po/gawk.pot b/po/gawk.pot
index 13690078..bcaa9df2 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.1.62\n"
+"Project-Id-Version: gawk 4.1.65\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2017-08-16 21:38+0300\n"
+"POT-Creation-Date: 2017-10-04 09:35+0300\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,8 +36,8 @@ msgstr ""
msgid "attempt to use scalar `%s' as an array"
msgstr ""
-#: array.c:412 array.c:579 builtin.c:85 builtin.c:1637 builtin.c:1683
-#: builtin.c:1696 builtin.c:2219 builtin.c:2246 eval.c:1131 eval.c:1135
+#: array.c:412 array.c:579 builtin.c:88 builtin.c:1640 builtin.c:1686
+#: builtin.c:1699 builtin.c:2222 builtin.c:2249 eval.c:1131 eval.c:1135
#: eval.c:1542
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -251,7 +251,7 @@ msgstr ""
msgid "can't open shared library `%s' for reading (%s)"
msgstr ""
-#: awkgram.y:2664 awkgram.y:2738 awkgram.y:2788 builtin.c:146 debug.c:5258
+#: awkgram.y:2664 awkgram.y:2738 awkgram.y:2788 builtin.c:149 debug.c:5258
msgid "reason unknown"
msgstr ""
@@ -518,502 +518,502 @@ msgstr ""
msgid "invalid target of assignment (opcode %s)"
msgstr ""
-#: builtin.c:140
+#: builtin.c:143
#, c-format
msgid "%s to \"%s\" failed (%s)"
msgstr ""
-#: builtin.c:144
+#: builtin.c:147
msgid "standard output"
msgstr ""
-#: builtin.c:145
+#: builtin.c:148
msgid "standard error"
msgstr ""
-#: builtin.c:159
+#: builtin.c:162
msgid "exp: received non-numeric argument"
msgstr ""
-#: builtin.c:165
+#: builtin.c:168
#, c-format
msgid "exp: argument %g is out of range"
msgstr ""
-#: builtin.c:242
+#: builtin.c:245
#, c-format
msgid "fflush: cannot flush: pipe `%.*s' opened for reading, not writing"
msgstr ""
-#: builtin.c:245
+#: builtin.c:248
#, c-format
msgid "fflush: cannot flush: file `%.*s' opened for reading, not writing"
msgstr ""
-#: builtin.c:256
+#: builtin.c:259
#, c-format
msgid "fflush: cannot flush file `%.*s': %s"
msgstr ""
-#: builtin.c:261
+#: builtin.c:264
#, c-format
msgid "fflush: cannot flush: two-way pipe `%.*s' has closed write end"
msgstr ""
-#: builtin.c:267
+#: builtin.c:270
#, c-format
msgid "fflush: `%.*s' is not an open file, pipe or co-process"
msgstr ""
-#: builtin.c:374
+#: builtin.c:377
msgid "index: received non-string first argument"
msgstr ""
-#: builtin.c:376
+#: builtin.c:379
msgid "index: received non-string second argument"
msgstr ""
-#: builtin.c:489 mpfr.c:764
+#: builtin.c:492 mpfr.c:764
msgid "int: received non-numeric argument"
msgstr ""
-#: builtin.c:507
+#: builtin.c:510
msgid "`isarray' is deprecated. Use `typeof' instead"
msgstr ""
-#: builtin.c:532
+#: builtin.c:535
msgid "length: received array argument"
msgstr ""
-#: builtin.c:535
+#: builtin.c:538
msgid "`length(array)' is a gawk extension"
msgstr ""
-#: builtin.c:554
+#: builtin.c:557
msgid "length: received non-string argument"
msgstr ""
-#: builtin.c:583
+#: builtin.c:586
msgid "log: received non-numeric argument"
msgstr ""
-#: builtin.c:586
+#: builtin.c:589
#, c-format
msgid "log: received negative argument %g"
msgstr ""
-#: builtin.c:784 builtin.c:789 builtin.c:940
+#: builtin.c:787 builtin.c:792 builtin.c:943
msgid "fatal: must use `count$' on all formats or none"
msgstr ""
-#: builtin.c:859
+#: builtin.c:862
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:861
+#: builtin.c:864
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:863
+#: builtin.c:866
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr ""
-#: builtin.c:914
+#: builtin.c:917
msgid "fatal: `$' is not permitted in awk formats"
msgstr ""
-#: builtin.c:923
+#: builtin.c:926
msgid "fatal: arg count with `$' must be > 0"
msgstr ""
-#: builtin.c:927
+#: builtin.c:930
#, c-format
msgid "fatal: arg count %ld greater than total number of supplied arguments"
msgstr ""
-#: builtin.c:931
+#: builtin.c:934
msgid "fatal: `$' not permitted after period in format"
msgstr ""
-#: builtin.c:950
+#: builtin.c:953
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
-#: builtin.c:1020
+#: builtin.c:1023
msgid "`l' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:1024
+#: builtin.c:1027
msgid "fatal: `l' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1037
+#: builtin.c:1040
msgid "`L' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:1041
+#: builtin.c:1044
msgid "fatal: `L' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1054
+#: builtin.c:1057
msgid "`h' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:1058
+#: builtin.c:1061
msgid "fatal: `h' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1083
+#: builtin.c:1086
#, c-format
msgid "[s]printf: value %g is too big for %%c format"
msgstr ""
-#: builtin.c:1096
+#: builtin.c:1099
#, c-format
msgid "[s]printf: value %g is not a valid wide character"
msgstr ""
-#: builtin.c:1482
+#: builtin.c:1485
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr ""
-#: builtin.c:1580
+#: builtin.c:1583
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
-#: builtin.c:1585
+#: builtin.c:1588
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
-#: builtin.c:1587
+#: builtin.c:1590
msgid "^ ran out for this one"
msgstr ""
-#: builtin.c:1594
+#: builtin.c:1597
msgid "[s]printf: format specifier does not have control letter"
msgstr ""
-#: builtin.c:1597
+#: builtin.c:1600
msgid "too many arguments supplied for format string"
msgstr ""
-#: builtin.c:1656
+#: builtin.c:1659
msgid "sprintf: no arguments"
msgstr ""
-#: builtin.c:1679 builtin.c:1690
+#: builtin.c:1682 builtin.c:1693
msgid "printf: no arguments"
msgstr ""
-#: builtin.c:1705
+#: builtin.c:1708
msgid "printf: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:1746
+#: builtin.c:1749
msgid "sqrt: received non-numeric argument"
msgstr ""
-#: builtin.c:1750
+#: builtin.c:1753
#, c-format
msgid "sqrt: called with negative argument %g"
msgstr ""
-#: builtin.c:1781
+#: builtin.c:1784
#, c-format
msgid "substr: length %g is not >= 1"
msgstr ""
-#: builtin.c:1783
+#: builtin.c:1786
#, c-format
msgid "substr: length %g is not >= 0"
msgstr ""
-#: builtin.c:1797
+#: builtin.c:1800
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr ""
-#: builtin.c:1802
+#: builtin.c:1805
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
-#: builtin.c:1814
+#: builtin.c:1817
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr ""
-#: builtin.c:1819
+#: builtin.c:1822
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr ""
-#: builtin.c:1842
+#: builtin.c:1845
msgid "substr: source string is zero length"
msgstr ""
-#: builtin.c:1856
+#: builtin.c:1859
#, c-format
msgid "substr: start index %g is past end of string"
msgstr ""
-#: builtin.c:1864
+#: builtin.c:1867
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
msgstr ""
-#: builtin.c:1937
+#: builtin.c:1940
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
-#: builtin.c:1957
+#: builtin.c:1960
msgid "strftime: received non-numeric second argument"
msgstr ""
-#: builtin.c:1967
+#: builtin.c:1970
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
-#: builtin.c:1974
+#: builtin.c:1977
msgid "strftime: second argument out of range for time_t"
msgstr ""
-#: builtin.c:1983
+#: builtin.c:1986
msgid "strftime: received non-string first argument"
msgstr ""
-#: builtin.c:1990
+#: builtin.c:1993
msgid "strftime: received empty format string"
msgstr ""
-#: builtin.c:2061
+#: builtin.c:2064
#, c-format
msgid "setenv(TZ, %s) failed (%s)"
msgstr ""
-#: builtin.c:2068
+#: builtin.c:2071
#, c-format
msgid "setenv(TZ, %s) restoration failed (%s)"
msgstr ""
-#: builtin.c:2072
+#: builtin.c:2075
#, c-format
msgid "unsetenv(TZ) failed (%s)"
msgstr ""
-#: builtin.c:2101
+#: builtin.c:2104
msgid "mktime: received non-string argument"
msgstr ""
-#: builtin.c:2118
+#: builtin.c:2121
msgid "mktime: at least one of the values is out of the default range"
msgstr ""
-#: builtin.c:2154
+#: builtin.c:2157
msgid "'system' function not allowed in sandbox mode"
msgstr ""
-#: builtin.c:2159
+#: builtin.c:2162
msgid "system: received non-string argument"
msgstr ""
-#: builtin.c:2228 builtin.c:2302
+#: builtin.c:2231 builtin.c:2305
msgid "print: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:2325
+#: builtin.c:2328
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr ""
-#: builtin.c:2410
+#: builtin.c:2413
msgid "tolower: received non-string argument"
msgstr ""
-#: builtin.c:2441
+#: builtin.c:2444
msgid "toupper: received non-string argument"
msgstr ""
-#: builtin.c:2474 mpfr.c:664
+#: builtin.c:2477 mpfr.c:664
msgid "atan2: received non-numeric first argument"
msgstr ""
-#: builtin.c:2476 mpfr.c:666
+#: builtin.c:2479 mpfr.c:666
msgid "atan2: received non-numeric second argument"
msgstr ""
-#: builtin.c:2495
+#: builtin.c:2498
msgid "sin: received non-numeric argument"
msgstr ""
-#: builtin.c:2511
+#: builtin.c:2514
msgid "cos: received non-numeric argument"
msgstr ""
-#: builtin.c:2625 mpfr.c:1159
+#: builtin.c:2628 mpfr.c:1159
msgid "srand: received non-numeric argument"
msgstr ""
-#: builtin.c:2656
+#: builtin.c:2659
msgid "match: third argument is not an array"
msgstr ""
-#: builtin.c:2923
+#: builtin.c:2926
#, c-format
msgid "gensub: third argument `%.*s' treated as 1"
msgstr ""
-#: builtin.c:3245
+#: builtin.c:3248
#, c-format
msgid "%s: can be called indirectly only with two arguments"
msgstr ""
-#: builtin.c:3345
+#: builtin.c:3348
#, c-format
msgid "indirect call to %s requires at least two arguments"
msgstr ""
-#: builtin.c:3400
+#: builtin.c:3403
msgid "lshift: received non-numeric first argument"
msgstr ""
-#: builtin.c:3402
+#: builtin.c:3405
msgid "lshift: received non-numeric second argument"
msgstr ""
-#: builtin.c:3408
+#: builtin.c:3411
#, c-format
msgid "lshift(%f, %f): negative values are not allowed"
msgstr ""
-#: builtin.c:3412
+#: builtin.c:3415
#, c-format
msgid "lshift(%f, %f): fractional values will be truncated"
msgstr ""
-#: builtin.c:3414
+#: builtin.c:3417
#, c-format
msgid "lshift(%f, %f): too large shift value will give strange results"
msgstr ""
-#: builtin.c:3439
+#: builtin.c:3442
msgid "rshift: received non-numeric first argument"
msgstr ""
-#: builtin.c:3441
+#: builtin.c:3444
msgid "rshift: received non-numeric second argument"
msgstr ""
-#: builtin.c:3447
+#: builtin.c:3450
#, c-format
msgid "rshift(%f, %f): negative values are not allowed"
msgstr ""
-#: builtin.c:3451
+#: builtin.c:3454
#, c-format
msgid "rshift(%f, %f): fractional values will be truncated"
msgstr ""
-#: builtin.c:3453
+#: builtin.c:3456
#, c-format
msgid "rshift(%f, %f): too large shift value will give strange results"
msgstr ""
-#: builtin.c:3478 mpfr.c:972
+#: builtin.c:3481 mpfr.c:972
msgid "and: called with less than two arguments"
msgstr ""
-#: builtin.c:3483
+#: builtin.c:3486
#, c-format
msgid "and: argument %d is non-numeric"
msgstr ""
-#: builtin.c:3487
+#: builtin.c:3490
#, c-format
msgid "and: argument %d negative value %g is not allowed"
msgstr ""
-#: builtin.c:3510 mpfr.c:1004
+#: builtin.c:3513 mpfr.c:1004
msgid "or: called with less than two arguments"
msgstr ""
-#: builtin.c:3515
+#: builtin.c:3518
#, c-format
msgid "or: argument %d is non-numeric"
msgstr ""
-#: builtin.c:3519
+#: builtin.c:3522
#, c-format
msgid "or: argument %d negative value %g is not allowed"
msgstr ""
-#: builtin.c:3541 mpfr.c:1035
+#: builtin.c:3544 mpfr.c:1035
msgid "xor: called with less than two arguments"
msgstr ""
-#: builtin.c:3547
+#: builtin.c:3550
#, c-format
msgid "xor: argument %d is non-numeric"
msgstr ""
-#: builtin.c:3551
+#: builtin.c:3554
#, c-format
msgid "xor: argument %d negative value %g is not allowed"
msgstr ""
-#: builtin.c:3576 mpfr.c:794
+#: builtin.c:3579 mpfr.c:794
msgid "compl: received non-numeric argument"
msgstr ""
-#: builtin.c:3581
+#: builtin.c:3584
#, c-format
msgid "compl(%f): negative value is not allowed"
msgstr ""
-#: builtin.c:3584
+#: builtin.c:3587
#, c-format
msgid "compl(%f): fractional value will be truncated"
msgstr ""
-#: builtin.c:3768
+#: builtin.c:3771
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr ""
-#: builtin.c:3994 mpfr.c:1193
+#: builtin.c:3997 mpfr.c:1193
msgid "intdiv: third argument is not an array"
msgstr ""
-#: builtin.c:4002 mpfr.c:1201
+#: builtin.c:4005 mpfr.c:1201
msgid "intdiv: received non-numeric first argument"
msgstr ""
-#: builtin.c:4004 mpfr.c:1203
+#: builtin.c:4007 mpfr.c:1203
msgid "intdiv: received non-numeric second argument"
msgstr ""
-#: builtin.c:4013 mpfr.c:1242
+#: builtin.c:4016 mpfr.c:1242
msgid "intdiv: division by zero attempted"
msgstr ""
-#: builtin.c:4083
+#: builtin.c:4086
#, c-format
msgid ""
"typeof detected invalid flags combination `%s'; please file a bug report."
msgstr ""
-#: builtin.c:4098
+#: builtin.c:4101
#, c-format
msgid "typeof: invalid argument type `%s'"
msgstr ""
-#: builtin.c:4102
+#: builtin.c:4105
#, c-format
msgid "typeof: unknown argument type `%s'"
msgstr ""
@@ -1539,14 +1539,14 @@ msgstr ""
msgid "`%s' is not a scalar variable"
msgstr ""
-#: debug.c:1258
+#: debug.c:1258 debug.c:5046
#, c-format
-msgid "attempt to use array `%s[\".*%s\"]' in a scalar context"
+msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context"
msgstr ""
-#: debug.c:1280
+#: debug.c:1280 debug.c:5057
#, c-format
-msgid "attempt to use scalar `%s[\".*%s\"]' as array"
+msgid "attempt to use scalar `%s[\"%.*s\"]' as array"
msgstr ""
#: debug.c:1422
@@ -1830,21 +1830,11 @@ msgstr ""
msgid "q"
msgstr ""
-#: debug.c:5046
-#, c-format
-msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context"
-msgstr ""
-
#: debug.c:5053
#, c-format
msgid "[\"%.*s\"] not in array `%s'"
msgstr ""
-#: debug.c:5057
-#, c-format
-msgid "attempt to use scalar `%s[\"%.*s\"]' as array"
-msgstr ""
-
#: debug.c:5259
#, c-format
msgid "sending output to stdout\n"
@@ -2040,103 +2030,103 @@ msgstr ""
msgid "dynamic loading of library not supported"
msgstr ""
-#: extension/filefuncs.c:441
+#: extension/filefuncs.c:442
#, c-format
msgid "stat: unable to read symbolic link `%s'"
msgstr ""
-#: extension/filefuncs.c:475 extension/filefuncs.c:519
+#: extension/filefuncs.c:476 extension/filefuncs.c:520
msgid "stat: bad parameters"
msgstr ""
-#: extension/filefuncs.c:583
+#: extension/filefuncs.c:584
#, c-format
msgid "fts init: could not create variable %s"
msgstr ""
-#: extension/filefuncs.c:604
+#: extension/filefuncs.c:605
msgid "fts is not supported on this system"
msgstr ""
-#: extension/filefuncs.c:623
+#: extension/filefuncs.c:624
msgid "fill_stat_element: could not create array"
msgstr ""
-#: extension/filefuncs.c:632
+#: extension/filefuncs.c:633
msgid "fill_stat_element: could not set element"
msgstr ""
-#: extension/filefuncs.c:647
+#: extension/filefuncs.c:648
msgid "fill_path_element: could not set element"
msgstr ""
-#: extension/filefuncs.c:663
+#: extension/filefuncs.c:664
msgid "fill_error_element: could not set element"
msgstr ""
-#: extension/filefuncs.c:710 extension/filefuncs.c:757
+#: extension/filefuncs.c:711 extension/filefuncs.c:758
msgid "fts-process: could not create array"
msgstr ""
-#: extension/filefuncs.c:720 extension/filefuncs.c:767
-#: extension/filefuncs.c:785
+#: extension/filefuncs.c:721 extension/filefuncs.c:768
+#: extension/filefuncs.c:786
msgid "fts-process: could not set element"
msgstr ""
-#: extension/filefuncs.c:834
+#: extension/filefuncs.c:835
msgid "fts: called with incorrect number of arguments, expecting 3"
msgstr ""
-#: extension/filefuncs.c:837
+#: extension/filefuncs.c:838
msgid "fts: bad first parameter"
msgstr ""
-#: extension/filefuncs.c:843
+#: extension/filefuncs.c:844
msgid "fts: bad second parameter"
msgstr ""
-#: extension/filefuncs.c:849
+#: extension/filefuncs.c:850
msgid "fts: bad third parameter"
msgstr ""
-#: extension/filefuncs.c:856
+#: extension/filefuncs.c:857
msgid "fts: could not flatten array\n"
msgstr ""
-#: extension/filefuncs.c:874
+#: extension/filefuncs.c:875
msgid "fts: ignoring sneaky FTS_NOSTAT flag. nyah, nyah, nyah."
msgstr ""
-#: extension/filefuncs.c:890
+#: extension/filefuncs.c:891
msgid "fts: clear_array() failed\n"
msgstr ""
-#: extension/fnmatch.c:113
+#: extension/fnmatch.c:119
msgid "fnmatch: could not get first argument"
msgstr ""
-#: extension/fnmatch.c:118
+#: extension/fnmatch.c:124
msgid "fnmatch: could not get second argument"
msgstr ""
-#: extension/fnmatch.c:123
+#: extension/fnmatch.c:129
msgid "fnmatch: could not get third argument"
msgstr ""
-#: extension/fnmatch.c:136
+#: extension/fnmatch.c:142
msgid "fnmatch is not implemented on this system\n"
msgstr ""
-#: extension/fnmatch.c:168
+#: extension/fnmatch.c:174
msgid "fnmatch init: could not add FNM_NOMATCH variable"
msgstr ""
-#: extension/fnmatch.c:178
+#: extension/fnmatch.c:184
#, c-format
msgid "fnmatch init: could not set array element %s"
msgstr ""
-#: extension/fnmatch.c:188
+#: extension/fnmatch.c:194
msgid "fnmatch init: could not install FNM array"
msgstr ""
@@ -2256,52 +2246,52 @@ msgstr ""
msgid "revoutput: could not initialize REVOUT variable"
msgstr ""
-#: extension/rwarray.c:118 extension/rwarray0.c:113
+#: extension/rwarray.c:119 extension/rwarray0.c:113
#, c-format
msgid "do_writea: argument 0 is not a string\n"
msgstr ""
-#: extension/rwarray.c:124 extension/rwarray0.c:119
+#: extension/rwarray.c:125 extension/rwarray0.c:119
#, c-format
msgid "do_writea: argument 1 is not an array\n"
msgstr ""
-#: extension/rwarray.c:171 extension/rwarray0.c:166
+#: extension/rwarray.c:172 extension/rwarray0.c:166
#, c-format
msgid "write_array: could not flatten array\n"
msgstr ""
-#: extension/rwarray.c:185 extension/rwarray0.c:180
+#: extension/rwarray.c:186 extension/rwarray0.c:180
#, c-format
msgid "write_array: could not release flattened array\n"
msgstr ""
-#: extension/rwarray.c:249
+#: extension/rwarray.c:253
#, c-format
msgid "array value has unknown type %d"
msgstr ""
-#: extension/rwarray.c:286 extension/rwarray0.c:266
+#: extension/rwarray.c:290 extension/rwarray0.c:266
#, c-format
msgid "do_reada: argument 0 is not a string\n"
msgstr ""
-#: extension/rwarray.c:292 extension/rwarray0.c:272
+#: extension/rwarray.c:296 extension/rwarray0.c:272
#, c-format
msgid "do_reada: argument 1 is not an array\n"
msgstr ""
-#: extension/rwarray.c:336 extension/rwarray0.c:316
+#: extension/rwarray.c:340 extension/rwarray0.c:316
#, c-format
msgid "do_reada: clear_array failed\n"
msgstr ""
-#: extension/rwarray.c:373 extension/rwarray0.c:352
+#: extension/rwarray.c:377 extension/rwarray0.c:352
#, c-format
msgid "read_array: set_array_element failed\n"
msgstr ""
-#: extension/rwarray.c:480
+#: extension/rwarray.c:487
#, c-format
msgid "treating recovered value with unknown type code %d as a string"
msgstr ""
@@ -2322,88 +2312,88 @@ msgstr ""
msgid "sleep: not supported on this platform"
msgstr ""
-#: field.c:288
+#: field.c:284
msgid "input record too large"
msgstr ""
-#: field.c:388
+#: field.c:384
msgid "NF set to negative value"
msgstr ""
-#: field.c:956 field.c:963 field.c:967
+#: field.c:952 field.c:959 field.c:963
msgid "split: fourth argument is a gawk extension"
msgstr ""
-#: field.c:960
+#: field.c:956
msgid "split: fourth argument is not an array"
msgstr ""
-#: field.c:974
+#: field.c:970
msgid "split: second argument is not an array"
msgstr ""
-#: field.c:978
+#: field.c:974
msgid "split: cannot use the same array for second and fourth args"
msgstr ""
-#: field.c:983
+#: field.c:979
msgid "split: cannot use a subarray of second arg for fourth arg"
msgstr ""
-#: field.c:986
+#: field.c:982
msgid "split: cannot use a subarray of fourth arg for second arg"
msgstr ""
-#: field.c:1020
+#: field.c:1016
msgid "split: null string for third arg is a gawk extension"
msgstr ""
-#: field.c:1057
+#: field.c:1053
msgid "patsplit: fourth argument is not an array"
msgstr ""
-#: field.c:1062
+#: field.c:1058
msgid "patsplit: second argument is not an array"
msgstr ""
-#: field.c:1071
+#: field.c:1067
msgid "patsplit: third argument must be non-null"
msgstr ""
-#: field.c:1075
+#: field.c:1071
msgid "patsplit: cannot use the same array for second and fourth args"
msgstr ""
-#: field.c:1080
+#: field.c:1076
msgid "patsplit: cannot use a subarray of second arg for fourth arg"
msgstr ""
-#: field.c:1083
+#: field.c:1079
msgid "patsplit: cannot use a subarray of fourth arg for second arg"
msgstr ""
-#: field.c:1133
+#: field.c:1129
msgid "`FIELDWIDTHS' is a gawk extension"
msgstr ""
-#: field.c:1202
+#: field.c:1198
msgid "`*' must be the last designator in FIELDWIDTHS"
msgstr ""
-#: field.c:1223
+#: field.c:1219
#, c-format
msgid "invalid FIELDWIDTHS value, for field %d, near `%s'"
msgstr ""
-#: field.c:1296
+#: field.c:1292
msgid "null string for `FS' is a gawk extension"
msgstr ""
-#: field.c:1300
+#: field.c:1296
msgid "old awk does not support regexps as value of `FS'"
msgstr ""
-#: field.c:1435
+#: field.c:1431
msgid "`FPAT' is a gawk extension"
msgstr ""
@@ -2650,155 +2640,165 @@ msgstr ""
msgid "file flush of `%s' failed (%s)."
msgstr ""
-#: io.c:1589
+#: io.c:1590
+#, c-format
+msgid "local port %s invalid in `/inet': %s"
+msgstr ""
+
+#: io.c:1593
#, c-format
msgid "local port %s invalid in `/inet'"
msgstr ""
-#: io.c:1610
+#: io.c:1616
+#, c-format
+msgid "remote host and port information (%s, %s) invalid: %s"
+msgstr ""
+
+#: io.c:1619
#, c-format
msgid "remote host and port information (%s, %s) invalid"
msgstr ""
-#: io.c:1853
+#: io.c:1861
msgid "TCP/IP communications are not supported"
msgstr ""
-#: io.c:2055
+#: io.c:2063
#, c-format
msgid "could not open `%s', mode `%s'"
msgstr ""
-#: io.c:2111
+#: io.c:2119
#, c-format
msgid "close of master pty failed (%s)"
msgstr ""
-#: io.c:2113 io.c:2291 io.c:2535
+#: io.c:2121 io.c:2299 io.c:2543
#, c-format
msgid "close of stdout in child failed (%s)"
msgstr ""
-#: io.c:2116
+#: io.c:2124
#, c-format
msgid "moving slave pty to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:2118 io.c:2296
+#: io.c:2126 io.c:2304
#, c-format
msgid "close of stdin in child failed (%s)"
msgstr ""
-#: io.c:2121
+#: io.c:2129
#, c-format
msgid "moving slave pty to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:2123
+#: io.c:2131
#, c-format
msgid "close of slave pty failed (%s)"
msgstr ""
-#: io.c:2226 io.c:2294 io.c:2506 io.c:2538
+#: io.c:2234 io.c:2302 io.c:2514 io.c:2546
#, c-format
msgid "moving pipe to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:2233 io.c:2299
+#: io.c:2241 io.c:2307
#, c-format
msgid "moving pipe to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:2259 io.c:2528
+#: io.c:2267 io.c:2536
msgid "restoring stdout in parent process failed\n"
msgstr ""
-#: io.c:2267
+#: io.c:2275
msgid "restoring stdin in parent process failed\n"
msgstr ""
-#: io.c:2302 io.c:2540 io.c:2555
+#: io.c:2310 io.c:2548 io.c:2563
#, c-format
msgid "close of pipe failed (%s)"
msgstr ""
-#: io.c:2361
+#: io.c:2369
msgid "`|&' not supported"
msgstr ""
-#: io.c:2491
+#: io.c:2499
#, c-format
msgid "cannot open pipe `%s' (%s)"
msgstr ""
-#: io.c:2549
+#: io.c:2557
#, c-format
msgid "cannot create child process for `%s' (fork: %s)"
msgstr ""
-#: io.c:2687
+#: io.c:2695
msgid "getline: attempt to read from closed read end of two-way pipe"
msgstr ""
-#: io.c:3005
+#: io.c:3013
msgid "register_input_parser: received NULL pointer"
msgstr ""
-#: io.c:3033
+#: io.c:3041
#, c-format
msgid "input parser `%s' conflicts with previously installed input parser `%s'"
msgstr ""
-#: io.c:3040
+#: io.c:3048
#, c-format
msgid "input parser `%s' failed to open `%s'"
msgstr ""
-#: io.c:3060
+#: io.c:3068
msgid "register_output_wrapper: received NULL pointer"
msgstr ""
-#: io.c:3088
+#: io.c:3096
#, c-format
msgid ""
"output wrapper `%s' conflicts with previously installed output wrapper `%s'"
msgstr ""
-#: io.c:3095
+#: io.c:3103
#, c-format
msgid "output wrapper `%s' failed to open `%s'"
msgstr ""
-#: io.c:3116
+#: io.c:3124
msgid "register_output_processor: received NULL pointer"
msgstr ""
-#: io.c:3145
+#: io.c:3153
#, c-format
msgid ""
"two-way processor `%s' conflicts with previously installed two-way processor "
"`%s'"
msgstr ""
-#: io.c:3154
+#: io.c:3162
#, c-format
msgid "two way processor `%s' failed to open `%s'"
msgstr ""
-#: io.c:3278
+#: io.c:3286
#, c-format
msgid "data file `%s' is empty"
msgstr ""
-#: io.c:3320 io.c:3328
+#: io.c:3328 io.c:3336
msgid "could not allocate more input memory"
msgstr ""
-#: io.c:3946
+#: io.c:3954
msgid "multicharacter value of `RS' is a gawk extension"
msgstr ""
-#: io.c:4100
+#: io.c:4108
msgid "IPv6 communication is not supported"
msgstr ""
@@ -3135,7 +3135,7 @@ msgstr ""
#: mpfr.c:822
#, c-format
-msgid "compl(%Zd): negative values is not allowed"
+msgid "compl(%Zd): negative values are not allowed"
msgstr ""
#: mpfr.c:840