aboutsummaryrefslogtreecommitdiffstats
path: root/po/gawk.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/gawk.pot')
-rw-r--r--po/gawk.pot528
1 files changed, 264 insertions, 264 deletions
diff --git a/po/gawk.pot b/po/gawk.pot
index 633ff9b7..7d9a9443 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 5.1.1e\n"
+"Project-Id-Version: gawk 5.1.1f\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2021-09-03 14:28+0300\n"
+"POT-Creation-Date: 2021-09-19 11:16+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:402 array.c:569 builtin.c:88 builtin.c:1665 builtin.c:1711
-#: builtin.c:1724 builtin.c:2219 builtin.c:2246 eval.c:1155 eval.c:1159
+#: array.c:402 array.c:569 builtin.c:89 builtin.c:1677 builtin.c:1723
+#: builtin.c:1736 builtin.c:2231 builtin.c:2258 eval.c:1155 eval.c:1159
#: eval.c:1541
#, c-format
msgid "attempt to use array `%s' in a scalar context"
@@ -104,862 +104,862 @@ msgstr ""
msgid "sort comparison function `%s' is not defined"
msgstr ""
-#: awkgram.y:275
+#: awkgram.y:276
#, c-format
msgid "%s blocks must have an action part"
msgstr ""
-#: awkgram.y:278
+#: awkgram.y:279
msgid "each rule must have a pattern or an action part"
msgstr ""
-#: awkgram.y:419 awkgram.y:431
+#: awkgram.y:420 awkgram.y:432
msgid "old awk does not support multiple `BEGIN' or `END' rules"
msgstr ""
-#: awkgram.y:484
+#: awkgram.y:485
#, c-format
msgid "`%s' is a built-in function, it cannot be redefined"
msgstr ""
-#: awkgram.y:548
+#: awkgram.y:549
msgid "regexp constant `//' looks like a C++ comment, but is not"
msgstr ""
-#: awkgram.y:552
+#: awkgram.y:553
#, c-format
msgid "regexp constant `/%s/' looks like a C comment, but is not"
msgstr ""
-#: awkgram.y:679
+#: awkgram.y:680
#, c-format
msgid "duplicate case values in switch body: %s"
msgstr ""
-#: awkgram.y:700
+#: awkgram.y:701
msgid "duplicate `default' detected in switch body"
msgstr ""
-#: awkgram.y:1036 awkgram.y:4469
+#: awkgram.y:1037 awkgram.y:4470
msgid "`break' is not allowed outside a loop or switch"
msgstr ""
-#: awkgram.y:1046 awkgram.y:4461
+#: awkgram.y:1047 awkgram.y:4462
msgid "`continue' is not allowed outside a loop"
msgstr ""
-#: awkgram.y:1057
+#: awkgram.y:1058
#, c-format
msgid "`next' used in %s action"
msgstr ""
-#: awkgram.y:1068
+#: awkgram.y:1069
#, c-format
msgid "`nextfile' used in %s action"
msgstr ""
-#: awkgram.y:1096
+#: awkgram.y:1097
msgid "`return' used outside function context"
msgstr ""
-#: awkgram.y:1169
+#: awkgram.y:1170
msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'"
msgstr ""
-#: awkgram.y:1239 awkgram.y:1288
+#: awkgram.y:1240 awkgram.y:1289
msgid "`delete' is not allowed with SYMTAB"
msgstr ""
-#: awkgram.y:1241 awkgram.y:1290
+#: awkgram.y:1242 awkgram.y:1291
msgid "`delete' is not allowed with FUNCTAB"
msgstr ""
-#: awkgram.y:1275 awkgram.y:1279
+#: awkgram.y:1276 awkgram.y:1280
msgid "`delete(array)' is a non-portable tawk extension"
msgstr ""
-#: awkgram.y:1415
+#: awkgram.y:1416
msgid "multistage two-way pipelines don't work"
msgstr ""
-#: awkgram.y:1417
+#: awkgram.y:1418
msgid "concatenation as I/O `>' redirection target is ambiguous"
msgstr ""
-#: awkgram.y:1629
+#: awkgram.y:1630
msgid "regular expression on right of assignment"
msgstr ""
-#: awkgram.y:1644 awkgram.y:1657
+#: awkgram.y:1645 awkgram.y:1658
msgid "regular expression on left of `~' or `!~' operator"
msgstr ""
-#: awkgram.y:1674 awkgram.y:1824
+#: awkgram.y:1675 awkgram.y:1825
msgid "old awk does not support the keyword `in' except after `for'"
msgstr ""
-#: awkgram.y:1684
+#: awkgram.y:1685
msgid "regular expression on right of comparison"
msgstr ""
-#: awkgram.y:1803
+#: awkgram.y:1804
#, c-format
msgid "non-redirected `getline' invalid inside `%s' rule"
msgstr ""
-#: awkgram.y:1806
+#: awkgram.y:1807
msgid "non-redirected `getline' undefined inside END action"
msgstr ""
-#: awkgram.y:1826
+#: awkgram.y:1827
msgid "old awk does not support multidimensional arrays"
msgstr ""
-#: awkgram.y:1929
+#: awkgram.y:1930
msgid "call of `length' without parentheses is not portable"
msgstr ""
-#: awkgram.y:2003
+#: awkgram.y:2004
msgid "indirect function calls are a gawk extension"
msgstr ""
-#: awkgram.y:2016
+#: awkgram.y:2017
#, c-format
msgid "cannot use special variable `%s' for indirect function call"
msgstr ""
-#: awkgram.y:2049
+#: awkgram.y:2050
#, c-format
msgid "attempt to use non-function `%s' in function call"
msgstr ""
-#: awkgram.y:2114
+#: awkgram.y:2115
msgid "invalid subscript expression"
msgstr ""
-#: awkgram.y:2487 awkgram.y:2507 gawkapi.c:265 gawkapi.c:282 msg.c:132
+#: awkgram.y:2488 awkgram.y:2508 gawkapi.c:265 gawkapi.c:282 msg.c:132
msgid "warning: "
msgstr ""
-#: awkgram.y:2505 gawkapi.c:237 gawkapi.c:280 msg.c:164
+#: awkgram.y:2506 gawkapi.c:237 gawkapi.c:280 msg.c:164
msgid "fatal: "
msgstr ""
-#: awkgram.y:2558
+#: awkgram.y:2559
msgid "unexpected newline or end of string"
msgstr ""
-#: awkgram.y:2579
+#: awkgram.y:2580
msgid ""
"source files / command-line arguments must contain complete functions or "
"rules"
msgstr ""
-#: awkgram.y:2861 awkgram.y:2939 awkgram.y:3177 debug.c:545 debug.c:561
+#: awkgram.y:2862 awkgram.y:2940 awkgram.y:3178 debug.c:545 debug.c:561
#: debug.c:2840 debug.c:5206
#, c-format
msgid "cannot open source file `%s' for reading: %s"
msgstr ""
-#: awkgram.y:2862 awkgram.y:2999
+#: awkgram.y:2863 awkgram.y:3000
#, c-format
msgid "cannot open shared library `%s' for reading: %s"
msgstr ""
-#: awkgram.y:2864 awkgram.y:2940 awkgram.y:3000 builtin.c:149 debug.c:5357
+#: awkgram.y:2865 awkgram.y:2941 awkgram.y:3001 builtin.c:150 debug.c:5357
msgid "reason unknown"
msgstr ""
-#: awkgram.y:2873 awkgram.y:2897
+#: awkgram.y:2874 awkgram.y:2898
#, c-format
msgid "cannot include `%s' and use it as a program file"
msgstr ""
-#: awkgram.y:2886
+#: awkgram.y:2887
#, c-format
msgid "already included source file `%s'"
msgstr ""
-#: awkgram.y:2887
+#: awkgram.y:2888
#, c-format
msgid "already loaded shared library `%s'"
msgstr ""
-#: awkgram.y:2924
+#: awkgram.y:2925
msgid "@include is a gawk extension"
msgstr ""
-#: awkgram.y:2930
+#: awkgram.y:2931
msgid "empty filename after @include"
msgstr ""
-#: awkgram.y:2979
+#: awkgram.y:2980
msgid "@load is a gawk extension"
msgstr ""
-#: awkgram.y:2986
+#: awkgram.y:2987
msgid "empty filename after @load"
msgstr ""
-#: awkgram.y:3129
+#: awkgram.y:3130
msgid "empty program text on command line"
msgstr ""
-#: awkgram.y:3245 debug.c:470 debug.c:628
+#: awkgram.y:3246 debug.c:470 debug.c:628
#, c-format
msgid "cannot read source file `%s': %s"
msgstr ""
-#: awkgram.y:3256
+#: awkgram.y:3257
#, c-format
msgid "source file `%s' is empty"
msgstr ""
-#: awkgram.y:3316
+#: awkgram.y:3317
#, c-format
msgid "error: invalid character '\\%03o' in source code"
msgstr ""
-#: awkgram.y:3543
+#: awkgram.y:3544
msgid "source file does not end in newline"
msgstr ""
-#: awkgram.y:3664
+#: awkgram.y:3665
msgid "unterminated regexp ends with `\\' at end of file"
msgstr ""
-#: awkgram.y:3691
+#: awkgram.y:3692
#, c-format
msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr ""
-#: awkgram.y:3695
+#: awkgram.y:3696
#, c-format
msgid "tawk regex modifier `/.../%c' doesn't work in gawk"
msgstr ""
-#: awkgram.y:3708
+#: awkgram.y:3709
msgid "unterminated regexp"
msgstr ""
-#: awkgram.y:3712
+#: awkgram.y:3713
msgid "unterminated regexp at end of file"
msgstr ""
-#: awkgram.y:3801
+#: awkgram.y:3802
msgid "use of `\\ #...' line continuation is not portable"
msgstr ""
-#: awkgram.y:3823
+#: awkgram.y:3824
msgid "backslash not last character on line"
msgstr ""
-#: awkgram.y:3870 awkgram.y:3872
+#: awkgram.y:3871 awkgram.y:3873
msgid "multidimensional arrays are a gawk extension"
msgstr ""
-#: awkgram.y:3897 awkgram.y:3908
+#: awkgram.y:3898 awkgram.y:3909
#, c-format
msgid "POSIX does not allow operator `%s'"
msgstr ""
-#: awkgram.y:3899 awkgram.y:3910 awkgram.y:3945 awkgram.y:3953
+#: awkgram.y:3900 awkgram.y:3911 awkgram.y:3946 awkgram.y:3954
#, c-format
msgid "operator `%s' is not supported in old awk"
msgstr ""
-#: awkgram.y:4050 awkgram.y:4072 command.y:1187
+#: awkgram.y:4051 awkgram.y:4073 command.y:1188
msgid "unterminated string"
msgstr ""
-#: awkgram.y:4060 main.c:1223
+#: awkgram.y:4061 main.c:1223
msgid "POSIX does not allow physical newlines in string values"
msgstr ""
-#: awkgram.y:4062 node.c:453
+#: awkgram.y:4063 node.c:453
msgid "backslash string continuation is not portable"
msgstr ""
-#: awkgram.y:4300
+#: awkgram.y:4301
#, c-format
msgid "invalid char '%c' in expression"
msgstr ""
-#: awkgram.y:4395
+#: awkgram.y:4396
#, c-format
msgid "`%s' is a gawk extension"
msgstr ""
-#: awkgram.y:4400
+#: awkgram.y:4401
#, c-format
msgid "POSIX does not allow `%s'"
msgstr ""
-#: awkgram.y:4408
+#: awkgram.y:4409
#, c-format
msgid "`%s' is not supported in old awk"
msgstr ""
-#: awkgram.y:4506
+#: awkgram.y:4507
msgid "`goto' considered harmful!"
msgstr ""
-#: awkgram.y:4575
+#: awkgram.y:4576
#, c-format
msgid "%d is invalid as number of arguments for %s"
msgstr ""
-#: awkgram.y:4610
+#: awkgram.y:4611
#, c-format
msgid "%s: string literal as last argument of substitute has no effect"
msgstr ""
-#: awkgram.y:4615
+#: awkgram.y:4616
#, c-format
msgid "%s third parameter is not a changeable object"
msgstr ""
-#: awkgram.y:4719 awkgram.y:4722
+#: awkgram.y:4720 awkgram.y:4723
msgid "match: third argument is a gawk extension"
msgstr ""
-#: awkgram.y:4776 awkgram.y:4779
+#: awkgram.y:4777 awkgram.y:4780
msgid "close: second argument is a gawk extension"
msgstr ""
-#: awkgram.y:4791
+#: awkgram.y:4792
msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore"
msgstr ""
-#: awkgram.y:4806
+#: awkgram.y:4807
msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
msgstr ""
-#: awkgram.y:4825
+#: awkgram.y:4826
msgid "index: regexp constant as second argument is not allowed"
msgstr ""
-#: awkgram.y:4878
+#: awkgram.y:4879
#, c-format
msgid "function `%s': parameter `%s' shadows global variable"
msgstr ""
-#: awkgram.y:4927 debug.c:4190 debug.c:4233 debug.c:5355 profile.c:110
+#: awkgram.y:4928 debug.c:4190 debug.c:4233 debug.c:5355 profile.c:110
#, c-format
msgid "could not open `%s' for writing: %s"
msgstr ""
-#: awkgram.y:4928
+#: awkgram.y:4929
msgid "sending variable list to standard error"
msgstr ""
-#: awkgram.y:4936
+#: awkgram.y:4937
#, c-format
msgid "%s: close failed: %s"
msgstr ""
-#: awkgram.y:4961
+#: awkgram.y:4962
msgid "shadow_funcs() called twice!"
msgstr ""
-#: awkgram.y:4969
+#: awkgram.y:4970
msgid "there were shadowed variables"
msgstr ""
-#: awkgram.y:5046
+#: awkgram.y:5047
#, c-format
msgid "function name `%s' previously defined"
msgstr ""
-#: awkgram.y:5097
+#: awkgram.y:5098
#, c-format
msgid "function `%s': cannot use function name as parameter name"
msgstr ""
-#: awkgram.y:5100
+#: awkgram.y:5101
#, c-format
msgid "function `%s': cannot use special variable `%s' as a function parameter"
msgstr ""
-#: awkgram.y:5104
+#: awkgram.y:5105
#, c-format
msgid "function `%s': parameter `%s' cannot contain a namespace"
msgstr ""
-#: awkgram.y:5111
+#: awkgram.y:5112
#, c-format
msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
msgstr ""
-#: awkgram.y:5200
+#: awkgram.y:5201
#, c-format
msgid "function `%s' called but never defined"
msgstr ""
-#: awkgram.y:5204
+#: awkgram.y:5205
#, c-format
msgid "function `%s' defined but never called directly"
msgstr ""
-#: awkgram.y:5236
+#: awkgram.y:5237
#, c-format
msgid "regexp constant for parameter #%d yields boolean value"
msgstr ""
-#: awkgram.y:5251
+#: awkgram.y:5252
#, c-format
msgid ""
"function `%s' called with space between name and `(',\n"
"or used as a variable or an array"
msgstr ""
-#: awkgram.y:5470 mpfr.c:1513 mpfr.c:1548
+#: awkgram.y:5471 mpfr.c:1513 mpfr.c:1548
msgid "division by zero attempted"
msgstr ""
-#: awkgram.y:5479 mpfr.c:1558
+#: awkgram.y:5480 mpfr.c:1558
#, c-format
msgid "division by zero attempted in `%%'"
msgstr ""
-#: awkgram.y:5824
+#: awkgram.y:5825
msgid ""
"cannot assign a value to the result of a field post-increment expression"
msgstr ""
-#: awkgram.y:5827
+#: awkgram.y:5828
#, c-format
msgid "invalid target of assignment (opcode %s)"
msgstr ""
-#: awkgram.y:6211
+#: awkgram.y:6212
msgid "statement has no effect"
msgstr ""
-#: awkgram.y:6727
+#: awkgram.y:6728
#, c-format
msgid "identifier %s: qualified names not allowed in traditional / POSIX mode"
msgstr ""
-#: awkgram.y:6732
+#: awkgram.y:6733
#, c-format
msgid "identifier %s: namespace separator is two colons, not one"
msgstr ""
-#: awkgram.y:6738
+#: awkgram.y:6739
#, c-format
msgid "qualified identifier `%s' is badly formed"
msgstr ""
-#: awkgram.y:6745
+#: awkgram.y:6746
#, c-format
msgid ""
"identifier `%s': namespace separator can only appear once in a qualified name"
msgstr ""
-#: awkgram.y:6794 awkgram.y:6845
+#: awkgram.y:6795 awkgram.y:6846
#, c-format
msgid "using reserved identifier `%s' as a namespace is not allowed"
msgstr ""
-#: awkgram.y:6801 awkgram.y:6811
+#: awkgram.y:6802 awkgram.y:6812
#, c-format
msgid ""
"using reserved identifier `%s' as second component of a qualified name is "
"not allowed"
msgstr ""
-#: awkgram.y:6829
+#: awkgram.y:6830
msgid "@namespace is a gawk extension"
msgstr ""
-#: awkgram.y:6836
+#: awkgram.y:6837
#, c-format
msgid "namespace name `%s' must meet identifier naming rules"
msgstr ""
-#: builtin.c:143
+#: builtin.c:144
#, c-format
msgid "%s to \"%s\" failed: %s"
msgstr ""
-#: builtin.c:147
+#: builtin.c:148
msgid "standard output"
msgstr ""
-#: builtin.c:148
+#: builtin.c:149
msgid "standard error"
msgstr ""
-#: builtin.c:162 builtin.c:492 builtin.c:582 builtin.c:1774 builtin.c:2496
-#: builtin.c:2512 builtin.c:2626 builtin.c:3613 mpfr.c:761
+#: builtin.c:163 builtin.c:493 builtin.c:583 builtin.c:1786 builtin.c:2508
+#: builtin.c:2524 builtin.c:2638 builtin.c:3625 mpfr.c:761
#, c-format
msgid "%s: received non-numeric argument"
msgstr ""
-#: builtin.c:168
+#: builtin.c:169
#, c-format
msgid "exp: argument %g is out of range"
msgstr ""
-#: builtin.c:245
+#: builtin.c:246
#, c-format
msgid "fflush: cannot flush: pipe `%.*s' opened for reading, not writing"
msgstr ""
-#: builtin.c:248
+#: builtin.c:249
#, c-format
msgid "fflush: cannot flush: file `%.*s' opened for reading, not writing"
msgstr ""
-#: builtin.c:259
+#: builtin.c:260
#, c-format
msgid "fflush: cannot flush file `%.*s': %s"
msgstr ""
-#: builtin.c:264
+#: builtin.c:265
#, c-format
msgid "fflush: cannot flush: two-way pipe `%.*s' has closed write end"
msgstr ""
-#: builtin.c:270
+#: builtin.c:271
#, c-format
msgid "fflush: `%.*s' is not an open file, pipe or co-process"
msgstr ""
-#: builtin.c:377 builtin.c:2011
+#: builtin.c:378 builtin.c:2023
#, c-format
msgid "%s: received non-string first argument"
msgstr ""
-#: builtin.c:379
+#: builtin.c:380
#, c-format
msgid "%s: received non-string second argument"
msgstr ""
-#: builtin.c:531
+#: builtin.c:532
msgid "length: received array argument"
msgstr ""
-#: builtin.c:534
+#: builtin.c:535
msgid "`length(array)' is a gawk extension"
msgstr ""
-#: builtin.c:553 builtin.c:2101 builtin.c:2159 builtin.c:2411 builtin.c:2442
+#: builtin.c:554 builtin.c:2113 builtin.c:2171 builtin.c:2423 builtin.c:2454
#, c-format
msgid "%s: received non-string argument"
msgstr ""
-#: builtin.c:585 builtin.c:1778
+#: builtin.c:586 builtin.c:1790
#, c-format
msgid "%s: received negative argument %g"
msgstr ""
-#: builtin.c:790 builtin.c:795 builtin.c:949
+#: builtin.c:791 builtin.c:796 builtin.c:950
msgid "fatal: must use `count$' on all formats or none"
msgstr ""
-#: builtin.c:868
+#: builtin.c:869
#, c-format
msgid "field width is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:870
+#: builtin.c:871
#, c-format
msgid "precision is ignored for `%%' specifier"
msgstr ""
-#: builtin.c:872
+#: builtin.c:873
#, c-format
msgid "field width and precision are ignored for `%%' specifier"
msgstr ""
-#: builtin.c:923
+#: builtin.c:924
msgid "fatal: `$' is not permitted in awk formats"
msgstr ""
-#: builtin.c:932
+#: builtin.c:933
msgid "fatal: argument index with `$' must be > 0"
msgstr ""
-#: builtin.c:936
+#: builtin.c:937
#, c-format
msgid ""
"fatal: argument index %ld greater than total number of supplied arguments"
msgstr ""
-#: builtin.c:940
+#: builtin.c:941
msgid "fatal: `$' not permitted after period in format"
msgstr ""
-#: builtin.c:959
+#: builtin.c:960
msgid "fatal: no `$' supplied for positional field width or precision"
msgstr ""
-#: builtin.c:1034
+#: builtin.c:1035
#, c-format
msgid "`%c' is meaningless in awk formats; ignored"
msgstr ""
-#: builtin.c:1038
+#: builtin.c:1039
#, c-format
msgid "fatal: `%c' is not permitted in POSIX awk formats"
msgstr ""
-#: builtin.c:1069
+#: builtin.c:1070
#, c-format
msgid "[s]printf: value %g is too big for %%c format"
msgstr ""
-#: builtin.c:1082
+#: builtin.c:1083
#, c-format
msgid "[s]printf: value %g is not a valid wide character"
msgstr ""
-#: builtin.c:1474
+#: builtin.c:1475
#, c-format
msgid "[s]printf: value %g is out of range for `%%%c' format"
msgstr ""
-#: builtin.c:1482
+#: builtin.c:1483
#, c-format
msgid "[s]printf: value %s is out of range for `%%%c' format"
msgstr ""
-#: builtin.c:1507
+#: builtin.c:1508
#, c-format
msgid "%%%c format is POSIX standard but not portable to other awks"
msgstr ""
-#: builtin.c:1607
+#: builtin.c:1619
#, c-format
msgid "ignoring unknown format specifier character `%c': no argument converted"
msgstr ""
-#: builtin.c:1612
+#: builtin.c:1624
msgid "fatal: not enough arguments to satisfy format string"
msgstr ""
-#: builtin.c:1614
+#: builtin.c:1626
msgid "^ ran out for this one"
msgstr ""
-#: builtin.c:1621
+#: builtin.c:1633
msgid "[s]printf: format specifier does not have control letter"
msgstr ""
-#: builtin.c:1624
+#: builtin.c:1636
msgid "too many arguments supplied for format string"
msgstr ""
-#: builtin.c:1684
+#: builtin.c:1696
msgid "sprintf: no arguments"
msgstr ""
-#: builtin.c:1707 builtin.c:1718
+#: builtin.c:1719 builtin.c:1730
msgid "printf: no arguments"
msgstr ""
-#: builtin.c:1733
+#: builtin.c:1745
msgid "printf: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:1809
+#: builtin.c:1821
#, c-format
msgid "substr: length %g is not >= 1"
msgstr ""
-#: builtin.c:1811
+#: builtin.c:1823
#, c-format
msgid "substr: length %g is not >= 0"
msgstr ""
-#: builtin.c:1825
+#: builtin.c:1837
#, c-format
msgid "substr: non-integer length %g will be truncated"
msgstr ""
-#: builtin.c:1830
+#: builtin.c:1842
#, c-format
msgid "substr: length %g too big for string indexing, truncating to %g"
msgstr ""
-#: builtin.c:1842
+#: builtin.c:1854
#, c-format
msgid "substr: start index %g is invalid, using 1"
msgstr ""
-#: builtin.c:1847
+#: builtin.c:1859
#, c-format
msgid "substr: non-integer start index %g will be truncated"
msgstr ""
-#: builtin.c:1870
+#: builtin.c:1882
msgid "substr: source string is zero length"
msgstr ""
-#: builtin.c:1884
+#: builtin.c:1896
#, c-format
msgid "substr: start index %g is past end of string"
msgstr ""
-#: builtin.c:1892
+#: builtin.c:1904
#, c-format
msgid ""
"substr: length %g at start index %g exceeds length of first argument (%lu)"
msgstr ""
-#: builtin.c:1965
+#: builtin.c:1977
msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type"
msgstr ""
-#: builtin.c:1985 builtin.c:2477 builtin.c:3445 builtin.c:3484 builtin.c:4044
+#: builtin.c:1997 builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056
#, c-format
msgid "%s: received non-numeric second argument"
msgstr ""
-#: builtin.c:1995
+#: builtin.c:2007
msgid "strftime: second argument less than 0 or too big for time_t"
msgstr ""
-#: builtin.c:2002
+#: builtin.c:2014
msgid "strftime: second argument out of range for time_t"
msgstr ""
-#: builtin.c:2018
+#: builtin.c:2030
msgid "strftime: received empty format string"
msgstr ""
-#: builtin.c:2118
+#: builtin.c:2130
msgid "mktime: at least one of the values is out of the default range"
msgstr ""
-#: builtin.c:2154
+#: builtin.c:2166
msgid "'system' function not allowed in sandbox mode"
msgstr ""
-#: builtin.c:2228 builtin.c:2303
+#: builtin.c:2240 builtin.c:2315
msgid "print: attempt to write to closed write end of two-way pipe"
msgstr ""
-#: builtin.c:2326
+#: builtin.c:2338
#, c-format
msgid "reference to uninitialized field `$%d'"
msgstr ""
-#: builtin.c:2475 builtin.c:3443 builtin.c:3482 builtin.c:4042
+#: builtin.c:2487 builtin.c:3455 builtin.c:3494 builtin.c:4054
#, c-format
msgid "%s: received non-numeric first argument"
msgstr ""
-#: builtin.c:2657
+#: builtin.c:2669
msgid "match: third argument is not an array"
msgstr ""
-#: builtin.c:2659
+#: builtin.c:2671
#, c-format
msgid "%s: cannot use %s as third argument"
msgstr ""
-#: builtin.c:2902
+#: builtin.c:2914
#, c-format
msgid "gensub: third argument `%.*s' treated as 1"
msgstr ""
-#: builtin.c:3253
+#: builtin.c:3265
#, c-format
msgid "%s: can be called indirectly only with two arguments"
msgstr ""
-#: builtin.c:3376
+#: builtin.c:3388
#, c-format
msgid "indirect call to %s requires at least two arguments"
msgstr ""
-#: builtin.c:3451
+#: builtin.c:3463
#, c-format
msgid "lshift(%f, %f): negative values are not allowed"
msgstr ""
-#: builtin.c:3455
+#: builtin.c:3467
#, c-format
msgid "lshift(%f, %f): fractional values will be truncated"
msgstr ""
-#: builtin.c:3457
+#: builtin.c:3469
#, c-format
msgid "lshift(%f, %f): too large shift value will give strange results"
msgstr ""
-#: builtin.c:3490
+#: builtin.c:3502
#, c-format
msgid "rshift(%f, %f): negative values are not allowed"
msgstr ""
-#: builtin.c:3494
+#: builtin.c:3506
#, c-format
msgid "rshift(%f, %f): fractional values will be truncated"
msgstr ""
-#: builtin.c:3496
+#: builtin.c:3508
#, c-format
msgid "rshift(%f, %f): too large shift value will give strange results"
msgstr ""
-#: builtin.c:3520 builtin.c:3551 builtin.c:3581
+#: builtin.c:3532 builtin.c:3563 builtin.c:3593
#, c-format
msgid "%s: called with less than two arguments"
msgstr ""
-#: builtin.c:3525 builtin.c:3556 builtin.c:3587
+#: builtin.c:3537 builtin.c:3568 builtin.c:3599
#, c-format
msgid "%s: argument %d is non-numeric"
msgstr ""
-#: builtin.c:3529 builtin.c:3560 builtin.c:3591
+#: builtin.c:3541 builtin.c:3572 builtin.c:3603
#, c-format
msgid "%s: argument %d negative value %g is not allowed"
msgstr ""
-#: builtin.c:3618
+#: builtin.c:3630
#, c-format
msgid "compl(%f): negative value is not allowed"
msgstr ""
-#: builtin.c:3621
+#: builtin.c:3633
#, c-format
msgid "compl(%f): fractional value will be truncated"
msgstr ""
-#: builtin.c:3807
+#: builtin.c:3819
#, c-format
msgid "dcgettext: `%s' is not a valid locale category"
msgstr ""
-#: builtin.c:4034 mpfr.c:1261
+#: builtin.c:4046 mpfr.c:1261
msgid "intdiv: third argument is not an array"
msgstr ""
-#: builtin.c:4053 mpfr.c:1310
+#: builtin.c:4065 mpfr.c:1310
msgid "intdiv: division by zero attempted"
msgstr ""
-#: builtin.c:4092
+#: builtin.c:4104
msgid "typeof: second argument is not an array"
msgstr ""
-#: builtin.c:4164
+#: builtin.c:4176
#, c-format
msgid ""
"typeof detected invalid flags combination `%s'; please file a bug report"
msgstr ""
-#: builtin.c:4184
+#: builtin.c:4196
#, c-format
msgid "typeof: invalid argument type `%s'"
msgstr ""
-#: builtin.c:4188
+#: builtin.c:4200
#, c-format
msgid "typeof: unknown argument type `%s'"
msgstr ""
@@ -969,323 +969,323 @@ msgstr ""
msgid "cannot add a new file (%.*s) to ARGV in sandbox mode"
msgstr ""
-#: command.y:227
+#: command.y:228
#, c-format
msgid "Type (g)awk statement(s). End with the command `end'\n"
msgstr ""
-#: command.y:291
+#: command.y:292
#, c-format
msgid "invalid frame number: %d"
msgstr ""
-#: command.y:297
+#: command.y:298
#, c-format
msgid "info: invalid option - `%s'"
msgstr ""
-#: command.y:323
+#: command.y:324
#, c-format
msgid "source: `%s': already sourced"
msgstr ""
-#: command.y:328
+#: command.y:329
#, c-format
msgid "save: `%s': command not permitted"
msgstr ""
-#: command.y:341
+#: command.y:342
msgid "cannot use command `commands' for breakpoint/watchpoint commands"
msgstr ""
-#: command.y:343
+#: command.y:344
msgid "no breakpoint/watchpoint has been set yet"
msgstr ""
-#: command.y:345
+#: command.y:346
msgid "invalid breakpoint/watchpoint number"
msgstr ""
-#: command.y:350
+#: command.y:351
#, c-format
msgid "Type commands for when %s %d is hit, one per line.\n"
msgstr ""
-#: command.y:352
+#: command.y:353
#, c-format
msgid "End with the command `end'\n"
msgstr ""
-#: command.y:359
+#: command.y:360
msgid "`end' valid only in command `commands' or `eval'"
msgstr ""
-#: command.y:369
+#: command.y:370
msgid "`silent' valid only in command `commands'"
msgstr ""
-#: command.y:375
+#: command.y:376
#, c-format
msgid "trace: invalid option - `%s'"
msgstr ""
-#: command.y:389
+#: command.y:390
msgid "condition: invalid breakpoint/watchpoint number"
msgstr ""
-#: command.y:451
+#: command.y:452
msgid "argument not a string"
msgstr ""
-#: command.y:461 command.y:466
+#: command.y:462 command.y:467
#, c-format
msgid "option: invalid parameter - `%s'"
msgstr ""
-#: command.y:476
+#: command.y:477
#, c-format
msgid "no such function - `%s'"
msgstr ""
-#: command.y:533
+#: command.y:534
#, c-format
msgid "enable: invalid option - `%s'"
msgstr ""
-#: command.y:599
+#: command.y:600
#, c-format
msgid "invalid range specification: %d - %d"
msgstr ""
-#: command.y:661
+#: command.y:662
msgid "non-numeric value for field number"
msgstr ""
-#: command.y:682 command.y:689
+#: command.y:683 command.y:690
msgid "non-numeric value found, numeric expected"
msgstr ""
-#: command.y:714 command.y:720
+#: command.y:715 command.y:721
msgid "non-zero integer value"
msgstr ""
-#: command.y:819
+#: command.y:820
msgid ""
"backtrace [N] - print trace of all or N innermost (outermost if N < 0) frames"
msgstr ""
-#: command.y:821
+#: command.y:822
msgid ""
"break [[filename:]N|function] - set breakpoint at the specified location"
msgstr ""
-#: command.y:823
+#: command.y:824
msgid "clear [[filename:]N|function] - delete breakpoints previously set"
msgstr ""
-#: command.y:825
+#: command.y:826
msgid ""
"commands [num] - starts a list of commands to be executed at a "
"breakpoint(watchpoint) hit"
msgstr ""
-#: command.y:827
+#: command.y:828
msgid "condition num [expr] - set or clear breakpoint or watchpoint condition"
msgstr ""
-#: command.y:829
+#: command.y:830
msgid "continue [COUNT] - continue program being debugged"
msgstr ""
-#: command.y:831
+#: command.y:832
msgid "delete [breakpoints] [range] - delete specified breakpoints"
msgstr ""
-#: command.y:833
+#: command.y:834
msgid "disable [breakpoints] [range] - disable specified breakpoints"
msgstr ""
-#: command.y:835
+#: command.y:836
msgid "display [var] - print value of variable each time the program stops"
msgstr ""
-#: command.y:837
+#: command.y:838
msgid "down [N] - move N frames down the stack"
msgstr ""
-#: command.y:839
+#: command.y:840
msgid "dump [filename] - dump instructions to file or stdout"
msgstr ""
-#: command.y:841
+#: command.y:842
msgid "enable [once|del] [breakpoints] [range] - enable specified breakpoints"
msgstr ""
-#: command.y:843
+#: command.y:844
msgid "end - end a list of commands or awk statements"
msgstr ""
-#: command.y:845
+#: command.y:846
msgid "eval stmt|[p1, p2, ...] - evaluate awk statement(s)"
msgstr ""
-#: command.y:847
+#: command.y:848
msgid "exit - (same as quit) exit debugger"
msgstr ""
-#: command.y:849
+#: command.y:850
msgid "finish - execute until selected stack frame returns"
msgstr ""
-#: command.y:851
+#: command.y:852
msgid "frame [N] - select and print stack frame number N"
msgstr ""
-#: command.y:853
+#: command.y:854
msgid "help [command] - print list of commands or explanation of command"
msgstr ""
-#: command.y:855
+#: command.y:856
msgid "ignore N COUNT - set ignore-count of breakpoint number N to COUNT"
msgstr ""
-#: command.y:857
+#: command.y:858
msgid ""
"info topic - source|sources|variables|functions|break|frame|args|locals|"
"display|watch"
msgstr ""
-#: command.y:859
+#: command.y:860
msgid "list [-|+|[filename:]lineno|function|range] - list specified line(s)"
msgstr ""
-#: command.y:861
+#: command.y:862
msgid "next [COUNT] - step program, proceeding through subroutine calls"
msgstr ""
-#: command.y:863
+#: command.y:864
msgid ""
"nexti [COUNT] - step one instruction, but proceed through subroutine calls"
msgstr ""
-#: command.y:865
+#: command.y:866
msgid "option [name[=value]] - set or display debugger option(s)"
msgstr ""
-#: command.y:867
+#: command.y:868
msgid "print var [var] - print value of a variable or array"
msgstr ""
-#: command.y:869
+#: command.y:870
msgid "printf format, [arg], ... - formatted output"
msgstr ""
-#: command.y:871
+#: command.y:872
msgid "quit - exit debugger"
msgstr ""
-#: command.y:873
+#: command.y:874
msgid "return [value] - make selected stack frame return to its caller"
msgstr ""
-#: command.y:875
+#: command.y:876
msgid "run - start or restart executing program"
msgstr ""
-#: command.y:878
+#: command.y:879
msgid "save filename - save commands from the session to file"
msgstr ""
-#: command.y:881
+#: command.y:882
msgid "set var = value - assign value to a scalar variable"
msgstr ""
-#: command.y:883
+#: command.y:884
msgid "silent - suspends usual message when stopped at a breakpoint/watchpoint"
msgstr ""
-#: command.y:885
+#: command.y:886
msgid "source file - execute commands from file"
msgstr ""
-#: command.y:887
+#: command.y:888
msgid "step [COUNT] - step program until it reaches a different source line"
msgstr ""
-#: command.y:889
+#: command.y:890
msgid "stepi [COUNT] - step one instruction exactly"
msgstr ""
-#: command.y:891
+#: command.y:892
msgid "tbreak [[filename:]N|function] - set a temporary breakpoint"
msgstr ""
-#: command.y:893
+#: command.y:894
msgid "trace on|off - print instruction before executing"
msgstr ""
-#: command.y:895
+#: command.y:896
msgid "undisplay [N] - remove variable(s) from automatic display list"
msgstr ""
-#: command.y:897
+#: command.y:898
msgid ""
"until [[filename:]N|function] - execute until program reaches a different "
"line or line N within current frame"
msgstr ""
-#: command.y:899
+#: command.y:900
msgid "unwatch [N] - remove variable(s) from watch list"
msgstr ""
-#: command.y:901
+#: command.y:902
msgid "up [N] - move N frames up the stack"
msgstr ""
-#: command.y:903
+#: command.y:904
msgid "watch var - set a watchpoint for a variable"
msgstr ""
-#: command.y:905
+#: command.y:906
msgid ""
"where [N] - (same as backtrace) print trace of all or N innermost (outermost "
"if N < 0) frames"
msgstr ""
-#: command.y:1016 debug.c:423 gawkapi.c:251 msg.c:141
+#: command.y:1017 debug.c:423 gawkapi.c:251 msg.c:141
#, c-format
msgid "error: "
msgstr ""
-#: command.y:1060
+#: command.y:1061
#, c-format
msgid "cannot read command: %s\n"
msgstr ""
-#: command.y:1074
+#: command.y:1075
#, c-format
msgid "cannot read command: %s"
msgstr ""
-#: command.y:1125
+#: command.y:1126
msgid "invalid character in command"
msgstr ""
-#: command.y:1161
+#: command.y:1162
#, c-format
msgid "unknown command - `%.*s', try help"
msgstr ""
-#: command.y:1231
+#: command.y:1232
#, c-format
msgid "%s"
msgstr ""
-#: command.y:1293
+#: command.y:1294
msgid "invalid character"
msgstr ""
-#: command.y:1497
+#: command.y:1498
#, c-format
msgid "undefined command: %s\n"
msgstr ""