diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 997 |
1 files changed, 531 insertions, 466 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 36bf1b1d..027f688c 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.2.1a\n" +"Project-Id-Version: gawk 4.2.61\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2018-11-17 21:53+0200\n" +"POT-Creation-Date: 2019-01-26 21:24+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" @@ -17,519 +17,572 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: array.c:259 +#: array.c:247 #, c-format msgid "from %s" msgstr "" -#: array.c:360 +#: array.c:348 msgid "attempt to use a scalar value as array" msgstr "" -#: array.c:362 +#: array.c:350 #, c-format msgid "attempt to use scalar parameter `%s' as an array" msgstr "" -#: array.c:365 +#: array.c:353 #, c-format msgid "attempt to use scalar `%s' as an array" msgstr "" -#: array.c:412 array.c:579 builtin.c:88 builtin.c:1686 builtin.c:1732 -#: builtin.c:1745 builtin.c:2268 builtin.c:2295 eval.c:1129 eval.c:1133 -#: eval.c:1508 +#: array.c:400 array.c:567 builtin.c:88 builtin.c:1686 builtin.c:1732 +#: builtin.c:1745 builtin.c:2240 builtin.c:2267 eval.c:1132 eval.c:1136 +#: eval.c:1511 #, c-format msgid "attempt to use array `%s' in a scalar context" msgstr "" -#: array.c:586 +#: array.c:574 #, c-format msgid "delete: index `%.*s' not in array `%s'" msgstr "" -#: array.c:600 +#: array.c:588 #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "" -#: array.c:791 +#: array.c:782 msgid "adump: first argument not an array" msgstr "" -#: array.c:833 +#: array.c:824 msgid "asort: second argument not an array" msgstr "" -#: array.c:834 +#: array.c:825 msgid "asorti: second argument not an array" msgstr "" -#: array.c:841 +#: array.c:832 msgid "asort: first argument not an array" msgstr "" -#: array.c:842 +#: array.c:833 msgid "asorti: first argument not an array" msgstr "" -#: array.c:849 +#: array.c:840 msgid "asort: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:850 +#: array.c:841 msgid "asorti: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:855 +#: array.c:846 msgid "asort: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:856 +#: array.c:847 msgid "asorti: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:1327 +#: array.c:1310 #, c-format msgid "`%s' is invalid as a function name" msgstr "" -#: array.c:1331 +#: array.c:1314 #, c-format msgid "sort comparison function `%s' is not defined" msgstr "" -#: awkgram.y:247 +#: awkgram.y:274 #, c-format msgid "%s blocks must have an action part" msgstr "" -#: awkgram.y:250 +#: awkgram.y:277 msgid "each rule must have a pattern or an action part" msgstr "" -#: awkgram.y:363 awkgram.y:377 +#: awkgram.y:418 awkgram.y:430 msgid "old awk does not support multiple `BEGIN' or `END' rules" msgstr "" -#: awkgram.y:421 +#: awkgram.y:497 #, c-format msgid "`%s' is a built-in function, it cannot be redefined" msgstr "" -#: awkgram.y:497 +#: awkgram.y:561 msgid "regexp constant `//' looks like a C++ comment, but is not" msgstr "" -#: awkgram.y:501 +#: awkgram.y:565 #, c-format msgid "regexp constant `/%s/' looks like a C comment, but is not" msgstr "" -#: awkgram.y:651 +#: awkgram.y:692 #, c-format msgid "duplicate case values in switch body: %s" msgstr "" -#: awkgram.y:672 +#: awkgram.y:713 msgid "duplicate `default' detected in switch body" msgstr "" -#: awkgram.y:933 awkgram.y:4236 +#: awkgram.y:1048 awkgram.y:4461 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:943 awkgram.y:4228 +#: awkgram.y:1058 awkgram.y:4453 msgid "`continue' is not allowed outside a loop" msgstr "" -#: awkgram.y:954 +#: awkgram.y:1069 #, c-format msgid "`next' used in %s action" msgstr "" -#: awkgram.y:964 +#: awkgram.y:1080 #, c-format msgid "`nextfile' used in %s action" msgstr "" -#: awkgram.y:990 +#: awkgram.y:1108 msgid "`return' used outside function context" msgstr "" -#: awkgram.y:1054 +#: awkgram.y:1178 msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" msgstr "" -#: awkgram.y:1121 awkgram.y:1171 +#: awkgram.y:1244 awkgram.y:1293 msgid "`delete' is not allowed with SYMTAB" msgstr "" -#: awkgram.y:1123 awkgram.y:1173 +#: awkgram.y:1246 awkgram.y:1295 msgid "`delete' is not allowed with FUNCTAB" msgstr "" -#: awkgram.y:1158 awkgram.y:1162 +#: awkgram.y:1280 awkgram.y:1284 msgid "`delete(array)' is a non-portable tawk extension" msgstr "" -#: awkgram.y:1298 +#: awkgram.y:1420 msgid "multistage two-way pipelines don't work" msgstr "" -#: awkgram.y:1300 +#: awkgram.y:1422 msgid "concatenation as I/O `>' redirection target is ambiguous" msgstr "" -#: awkgram.y:1460 +#: awkgram.y:1626 msgid "regular expression on right of assignment" msgstr "" -#: awkgram.y:1475 awkgram.y:1488 +#: awkgram.y:1641 awkgram.y:1654 msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1505 awkgram.y:1654 +#: awkgram.y:1671 awkgram.y:1820 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" -#: awkgram.y:1515 +#: awkgram.y:1681 msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1634 +#: awkgram.y:1800 #, c-format msgid "non-redirected `getline' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1637 +#: awkgram.y:1803 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1656 +#: awkgram.y:1822 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1759 +#: awkgram.y:1925 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1833 +#: awkgram.y:1999 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1846 +#: awkgram.y:2012 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -#: awkgram.y:1872 +#: awkgram.y:2045 #, c-format msgid "attempt to use non-function `%s' in function call" msgstr "" -#: awkgram.y:1936 +#: awkgram.y:2110 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:2300 awkgram.y:2320 gawkapi.c:272 gawkapi.c:289 msg.c:130 +#: awkgram.y:2483 awkgram.y:2503 gawkapi.c:273 gawkapi.c:290 msg.c:130 msgid "warning: " msgstr "" -#: awkgram.y:2318 gawkapi.c:244 gawkapi.c:287 msg.c:162 +#: awkgram.y:2501 gawkapi.c:245 gawkapi.c:288 msg.c:162 msgid "fatal: " msgstr "" -#: awkgram.y:2368 +#: awkgram.y:2554 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2654 awkgram.y:2730 awkgram.y:2953 debug.c:530 debug.c:546 -#: debug.c:2821 debug.c:5115 +#: awkgram.y:2575 +msgid "" +"source files / command-line arguments must contain complete functions or " +"rules" +msgstr "" + +#: awkgram.y:2855 awkgram.y:2933 awkgram.y:3171 debug.c:531 debug.c:547 +#: debug.c:2824 debug.c:5193 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -#: awkgram.y:2655 awkgram.y:2780 +#: awkgram.y:2856 awkgram.y:2993 #, c-format msgid "can't open shared library `%s' for reading (%s)" msgstr "" -#: awkgram.y:2657 awkgram.y:2731 awkgram.y:2781 builtin.c:149 debug.c:5266 +#: awkgram.y:2858 awkgram.y:2934 awkgram.y:2994 builtin.c:149 debug.c:5344 msgid "reason unknown" msgstr "" -#: awkgram.y:2666 awkgram.y:2690 +#: awkgram.y:2867 awkgram.y:2891 #, c-format msgid "can't include `%s' and use it as a program file" msgstr "" -#: awkgram.y:2679 +#: awkgram.y:2880 #, c-format msgid "already included source file `%s'" msgstr "" -#: awkgram.y:2680 +#: awkgram.y:2881 #, c-format msgid "already loaded shared library `%s'" msgstr "" -#: awkgram.y:2715 +#: awkgram.y:2918 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2721 +#: awkgram.y:2924 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2765 +#: awkgram.y:2973 msgid "@load is a gawk extension" msgstr "" -#: awkgram.y:2771 +#: awkgram.y:2980 msgid "empty filename after @load" msgstr "" -#: awkgram.y:2905 +#: awkgram.y:3123 msgid "empty program text on command line" msgstr "" -#: awkgram.y:3020 +#: awkgram.y:3238 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -#: awkgram.y:3031 +#: awkgram.y:3249 #, c-format msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:3090 +#: awkgram.y:3308 #, c-format msgid "PEBKAC error: invalid character '\\%03o' in source code" msgstr "" -#: awkgram.y:3361 +#: awkgram.y:3535 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:3481 +#: awkgram.y:3656 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:3508 +#: awkgram.y:3683 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3512 +#: awkgram.y:3687 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3525 +#: awkgram.y:3700 msgid "unterminated regexp" msgstr "" -#: awkgram.y:3529 +#: awkgram.y:3704 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:3608 +#: awkgram.y:3793 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:3628 +#: awkgram.y:3815 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3666 awkgram.y:3668 +#: awkgram.y:3862 awkgram.y:3864 msgid "multidimensional arrays are a gawk extension" msgstr "" -#: awkgram.y:3693 +#: awkgram.y:3889 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3695 +#: awkgram.y:3891 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3704 +#: awkgram.y:3900 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3706 +#: awkgram.y:3902 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3741 +#: awkgram.y:3937 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3749 +#: awkgram.y:3945 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3846 awkgram.y:3868 command.y:1187 +#: awkgram.y:4042 awkgram.y:4064 command.y:1187 msgid "unterminated string" msgstr "" -#: awkgram.y:3856 main.c:1172 +#: awkgram.y:4052 main.c:1197 msgid "POSIX does not allow physical newlines in string values" msgstr "" -#: awkgram.y:3858 node.c:453 +#: awkgram.y:4054 node.c:453 msgid "backslash string continuation is not portable" msgstr "" -#: awkgram.y:4089 +#: awkgram.y:4292 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:4163 +#: awkgram.y:4387 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:4168 +#: awkgram.y:4392 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:4176 +#: awkgram.y:4400 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:4266 +#: awkgram.y:4494 msgid "`goto' considered harmful!" msgstr "" -#: awkgram.y:4335 +#: awkgram.y:4563 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:4370 +#: awkgram.y:4598 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:4375 +#: awkgram.y:4603 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:4469 awkgram.y:4472 +#: awkgram.y:4707 awkgram.y:4710 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:4526 awkgram.y:4529 +#: awkgram.y:4764 awkgram.y:4767 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:4541 +#: awkgram.y:4779 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4556 +#: awkgram.y:4794 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4575 +#: awkgram.y:4813 msgid "index: regexp constant as second argument is not allowed" msgstr "" -#: awkgram.y:4628 +#: awkgram.y:4866 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4677 debug.c:4100 debug.c:4143 debug.c:5264 +#: awkgram.y:4915 debug.c:4178 debug.c:4221 debug.c:5342 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4678 +#: awkgram.y:4916 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4686 +#: awkgram.y:4924 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4711 +#: awkgram.y:4949 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4719 +#: awkgram.y:4957 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4786 +#: awkgram.y:5034 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4832 +#: awkgram.y:5085 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4835 +#: awkgram.y:5088 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4843 +#: awkgram.y:5092 +#, c-format +msgid "function `%s': parameter `%s' cannot contain a namespace" +msgstr "" + +#: awkgram.y:5099 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:4929 awkgram.y:4935 +#: awkgram.y:5188 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4939 +#: awkgram.y:5192 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4971 +#: awkgram.y:5224 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4986 +#: awkgram.y:5239 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:5201 +#: awkgram.y:5454 msgid "division by zero attempted" msgstr "" -#: awkgram.y:5210 +#: awkgram.y:5463 #, c-format msgid "division by zero attempted in `%%'" msgstr "" -#: awkgram.y:5536 +#: awkgram.y:5802 msgid "" "cannot assign a value to the result of a field post-increment expression" msgstr "" -#: awkgram.y:5539 +#: awkgram.y:5805 #, c-format msgid "invalid target of assignment (opcode %s)" msgstr "" +#: awkgram.y:6697 +#, c-format +msgid "identifier %s: qualified names not allowed in traditional / POSIX mode" +msgstr "" + +#: awkgram.y:6702 +#, c-format +msgid "identifier %s: namespace separator is two colons, not one" +msgstr "" + +#: awkgram.y:6708 +#, c-format +msgid "qualified identifier `%s' is badly formed" +msgstr "" + +#: awkgram.y:6715 +#, c-format +msgid "" +"identifier `%s': namespace separator can only appear once in a qualified name" +msgstr "" + +#: awkgram.y:6764 awkgram.y:6815 +#, c-format +msgid "using reserved identifier `%s' as a namespace is not allowed" +msgstr "" + +#: awkgram.y:6771 awkgram.y:6781 +#, c-format +msgid "" +"using reserved identifier `%s' as second component of a qualified name is " +"not allowed" +msgstr "" + +#: awkgram.y:6799 +msgid "@namespace is a gawk extension" +msgstr "" + +#: awkgram.y:6806 +#, c-format +msgid "namespace name `%s' must meet identifier naming rules" +msgstr "" + #: builtin.c:143 #, c-format msgid "%s to \"%s\" failed (%s)" @@ -810,228 +863,217 @@ msgstr "" msgid "strftime: received empty format string" msgstr "" -#: builtin.c:2110 -#, c-format -msgid "setenv(TZ, %s) failed (%s)" -msgstr "" - -#: builtin.c:2117 -#, c-format -msgid "setenv(TZ, %s) restoration failed (%s)" -msgstr "" - -#: builtin.c:2121 -#, c-format -msgid "unsetenv(TZ) failed (%s)" -msgstr "" - -#: builtin.c:2150 +#: builtin.c:2122 msgid "mktime: received non-string argument" msgstr "" -#: builtin.c:2167 +#: builtin.c:2139 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:2203 +#: builtin.c:2175 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:2208 +#: builtin.c:2180 msgid "system: received non-string argument" msgstr "" -#: builtin.c:2277 builtin.c:2350 +#: builtin.c:2249 builtin.c:2322 msgid "print: attempt to write to closed write end of two-way pipe" msgstr "" -#: builtin.c:2373 +#: builtin.c:2345 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2458 +#: builtin.c:2430 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:2489 +#: builtin.c:2461 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:2522 mpfr.c:674 +#: builtin.c:2494 mpfr.c:674 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:2524 mpfr.c:676 +#: builtin.c:2496 mpfr.c:676 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:2543 +#: builtin.c:2515 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:2559 +#: builtin.c:2531 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:2673 mpfr.c:1169 +#: builtin.c:2645 mpfr.c:1169 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:2704 +#: builtin.c:2676 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2971 +#: builtin.c:2919 #, c-format msgid "gensub: third argument `%.*s' treated as 1" msgstr "" -#: builtin.c:3293 +#: builtin.c:3241 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "" -#: builtin.c:3393 +#: builtin.c:3341 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "" -#: builtin.c:3448 +#: builtin.c:3396 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:3450 +#: builtin.c:3398 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:3456 +#: builtin.c:3404 #, c-format msgid "lshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3460 +#: builtin.c:3408 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3462 +#: builtin.c:3410 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3487 +#: builtin.c:3435 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3489 +#: builtin.c:3437 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3495 +#: builtin.c:3443 #, c-format msgid "rshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3499 +#: builtin.c:3447 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3501 +#: builtin.c:3449 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3526 mpfr.c:982 +#: builtin.c:3474 mpfr.c:982 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3531 +#: builtin.c:3479 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3535 +#: builtin.c:3483 #, c-format msgid "and: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3558 mpfr.c:1014 +#: builtin.c:3506 mpfr.c:1014 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3563 +#: builtin.c:3511 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3567 +#: builtin.c:3515 #, c-format msgid "or: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3589 mpfr.c:1045 +#: builtin.c:3537 mpfr.c:1045 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3595 +#: builtin.c:3543 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3599 +#: builtin.c:3547 #, c-format msgid "xor: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3624 mpfr.c:804 +#: builtin.c:3572 mpfr.c:804 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3629 +#: builtin.c:3577 #, c-format msgid "compl(%f): negative value is not allowed" msgstr "" -#: builtin.c:3632 +#: builtin.c:3580 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3816 +#: builtin.c:3764 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" -#: builtin.c:4041 mpfr.c:1203 +#: builtin.c:3988 mpfr.c:1203 msgid "intdiv: third argument is not an array" msgstr "" -#: builtin.c:4049 mpfr.c:1211 +#: builtin.c:3996 mpfr.c:1211 msgid "intdiv: received non-numeric first argument" msgstr "" -#: builtin.c:4051 mpfr.c:1213 +#: builtin.c:3998 mpfr.c:1213 msgid "intdiv: received non-numeric second argument" msgstr "" -#: builtin.c:4060 mpfr.c:1252 +#: builtin.c:4007 mpfr.c:1252 msgid "intdiv: division by zero attempted" msgstr "" -#: builtin.c:4130 +#: builtin.c:4046 +msgid "typeof: second argument is not an array" +msgstr "" + +#: builtin.c:4082 #, c-format msgid "" "typeof detected invalid flags combination `%s'; please file a bug report." msgstr "" -#: builtin.c:4145 +#: builtin.c:4101 #, c-format msgid "typeof: invalid argument type `%s'" msgstr "" -#: builtin.c:4149 +#: builtin.c:4105 #, c-format msgid "typeof: unknown argument type `%s'" msgstr "" @@ -1321,7 +1363,7 @@ msgid "" "if N < 0) frames." msgstr "" -#: command.y:1016 debug.c:408 gawkapi.c:258 msg.c:139 +#: command.y:1016 debug.c:409 gawkapi.c:259 msg.c:139 #, c-format msgid "error: " msgstr "" @@ -1387,515 +1429,515 @@ msgstr "" msgid "(un)set or show instruction tracing (value=on|off)." msgstr "" -#: debug.c:352 +#: debug.c:353 msgid "program not running." msgstr "" -#: debug.c:455 debug.c:613 +#: debug.c:456 debug.c:614 #, c-format msgid "can't read source file `%s' (%s)" msgstr "" -#: debug.c:460 +#: debug.c:461 #, c-format msgid "source file `%s' is empty.\n" msgstr "" -#: debug.c:487 +#: debug.c:488 msgid "no current source file." msgstr "" -#: debug.c:512 +#: debug.c:513 #, c-format msgid "cannot find source file named `%s' (%s)" msgstr "" -#: debug.c:536 +#: debug.c:537 #, c-format msgid "WARNING: source file `%s' modified since program compilation.\n" msgstr "" -#: debug.c:558 +#: debug.c:559 #, c-format msgid "line number %d out of range; `%s' has %d lines" msgstr "" -#: debug.c:618 +#: debug.c:619 #, c-format msgid "unexpected eof while reading file `%s', line %d" msgstr "" -#: debug.c:627 +#: debug.c:628 #, c-format msgid "source file `%s' modified since start of program execution" msgstr "" -#: debug.c:739 +#: debug.c:740 #, c-format msgid "Current source file: %s\n" msgstr "" -#: debug.c:740 +#: debug.c:741 #, c-format msgid "Number of lines: %d\n" msgstr "" -#: debug.c:747 +#: debug.c:748 #, c-format msgid "Source file (lines): %s (%d)\n" msgstr "" -#: debug.c:761 +#: debug.c:762 msgid "" "Number Disp Enabled Location\n" "\n" msgstr "" -#: debug.c:772 +#: debug.c:773 #, c-format msgid "\tno of hits = %ld\n" msgstr "" -#: debug.c:774 +#: debug.c:775 #, c-format msgid "\tignore next %ld hit(s)\n" msgstr "" -#: debug.c:776 debug.c:916 +#: debug.c:777 debug.c:917 #, c-format msgid "\tstop condition: %s\n" msgstr "" -#: debug.c:778 debug.c:918 +#: debug.c:779 debug.c:919 msgid "\tcommands:\n" msgstr "" -#: debug.c:800 +#: debug.c:801 #, c-format msgid "Current frame: " msgstr "" -#: debug.c:803 +#: debug.c:804 #, c-format msgid "Called by frame: " msgstr "" -#: debug.c:807 +#: debug.c:808 #, c-format msgid "Caller of frame: " msgstr "" -#: debug.c:825 +#: debug.c:826 #, c-format msgid "None in main().\n" msgstr "" -#: debug.c:855 +#: debug.c:856 msgid "No arguments.\n" msgstr "" -#: debug.c:856 +#: debug.c:857 msgid "No locals.\n" msgstr "" -#: debug.c:864 +#: debug.c:865 msgid "" "All defined variables:\n" "\n" msgstr "" -#: debug.c:874 +#: debug.c:875 msgid "" "All defined functions:\n" "\n" msgstr "" -#: debug.c:893 +#: debug.c:894 msgid "" "Auto-display variables:\n" "\n" msgstr "" -#: debug.c:896 +#: debug.c:897 msgid "" "Watch variables:\n" "\n" msgstr "" -#: debug.c:1036 +#: debug.c:1037 #, c-format msgid "no symbol `%s' in current context\n" msgstr "" -#: debug.c:1048 debug.c:1434 +#: debug.c:1049 debug.c:1437 #, c-format msgid "`%s' is not an array\n" msgstr "" -#: debug.c:1062 +#: debug.c:1063 #, c-format msgid "$%ld = uninitialized field\n" msgstr "" -#: debug.c:1083 +#: debug.c:1084 #, c-format msgid "array `%s' is empty\n" msgstr "" -#: debug.c:1126 debug.c:1178 +#: debug.c:1127 debug.c:1179 #, c-format msgid "[\"%.*s\"] not in array `%s'\n" msgstr "" -#: debug.c:1182 +#: debug.c:1183 #, c-format msgid "`%s[\"%.*s\"]' is not an array\n" msgstr "" -#: debug.c:1243 debug.c:5024 +#: debug.c:1244 debug.c:5102 #, c-format msgid "`%s' is not a scalar variable" msgstr "" -#: debug.c:1265 debug.c:5054 +#: debug.c:1267 debug.c:5132 #, c-format msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context" msgstr "" -#: debug.c:1287 debug.c:5065 +#: debug.c:1290 debug.c:5143 #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as array" msgstr "" -#: debug.c:1430 +#: debug.c:1433 #, c-format msgid "`%s' is a function" msgstr "" -#: debug.c:1472 +#: debug.c:1475 #, c-format msgid "watchpoint %d is unconditional\n" msgstr "" -#: debug.c:1506 +#: debug.c:1509 #, c-format msgid "No display item numbered %ld" msgstr "" -#: debug.c:1509 +#: debug.c:1512 #, c-format msgid "No watch item numbered %ld" msgstr "" -#: debug.c:1535 +#: debug.c:1538 #, c-format msgid "%d: [\"%.*s\"] not in array `%s'\n" msgstr "" -#: debug.c:1774 +#: debug.c:1777 msgid "attempt to use scalar value as array" msgstr "" -#: debug.c:1865 +#: debug.c:1868 #, c-format msgid "Watchpoint %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1876 +#: debug.c:1879 #, c-format msgid "Display %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1909 +#: debug.c:1912 #, c-format msgid " in file `%s', line %d\n" msgstr "" -#: debug.c:1930 +#: debug.c:1933 #, c-format msgid " at `%s':%d" msgstr "" -#: debug.c:1946 debug.c:2009 +#: debug.c:1949 debug.c:2012 #, c-format msgid "#%ld\tin " msgstr "" -#: debug.c:1983 +#: debug.c:1986 #, c-format msgid "More stack frames follow ...\n" msgstr "" -#: debug.c:2026 +#: debug.c:2029 msgid "invalid frame number" msgstr "" -#: debug.c:2209 +#: debug.c:2212 #, c-format msgid "Note: breakpoint %d (enabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2216 +#: debug.c:2219 #, c-format msgid "Note: breakpoint %d (enabled), also set at %s:%d" msgstr "" -#: debug.c:2223 +#: debug.c:2226 #, c-format msgid "Note: breakpoint %d (disabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2230 +#: debug.c:2233 #, c-format msgid "Note: breakpoint %d (disabled), also set at %s:%d" msgstr "" -#: debug.c:2247 +#: debug.c:2250 #, c-format msgid "Breakpoint %d set at file `%s', line %d\n" msgstr "" -#: debug.c:2349 +#: debug.c:2352 #, c-format msgid "Can't set breakpoint in file `%s'\n" msgstr "" -#: debug.c:2378 debug.c:2501 debug.c:3363 +#: debug.c:2381 debug.c:2504 debug.c:3366 #, c-format msgid "line number %d in file `%s' out of range" msgstr "" -#: debug.c:2382 +#: debug.c:2385 #, c-format msgid "Can't find rule!!!\n" msgstr "" -#: debug.c:2384 +#: debug.c:2387 #, c-format msgid "Can't set breakpoint at `%s':%d\n" msgstr "" -#: debug.c:2396 +#: debug.c:2399 #, c-format msgid "Can't set breakpoint in function `%s'\n" msgstr "" -#: debug.c:2412 +#: debug.c:2415 #, c-format msgid "breakpoint %d set at file `%s', line %d is unconditional\n" msgstr "" -#: debug.c:2517 debug.c:2539 +#: debug.c:2520 debug.c:2542 #, c-format msgid "Deleted breakpoint %d" msgstr "" -#: debug.c:2523 +#: debug.c:2526 #, c-format msgid "No breakpoint(s) at entry to function `%s'\n" msgstr "" -#: debug.c:2550 +#: debug.c:2553 #, c-format msgid "No breakpoint at file `%s', line #%d\n" msgstr "" -#: debug.c:2605 debug.c:2646 debug.c:2666 debug.c:2709 +#: debug.c:2608 debug.c:2649 debug.c:2669 debug.c:2712 msgid "invalid breakpoint number" msgstr "" -#: debug.c:2621 +#: debug.c:2624 msgid "Delete all breakpoints? (y or n) " msgstr "" -#: debug.c:2622 debug.c:2936 debug.c:2989 +#: debug.c:2625 debug.c:2939 debug.c:2992 msgid "y" msgstr "" -#: debug.c:2671 +#: debug.c:2674 #, c-format msgid "Will ignore next %ld crossing(s) of breakpoint %d.\n" msgstr "" -#: debug.c:2675 +#: debug.c:2678 #, c-format msgid "Will stop next time breakpoint %d is reached.\n" msgstr "" -#: debug.c:2792 +#: debug.c:2795 #, c-format msgid "Can only debug programs provided with the `-f' option.\n" msgstr "" -#: debug.c:2921 +#: debug.c:2924 #, c-format msgid "Failed to restart debugger" msgstr "" -#: debug.c:2935 +#: debug.c:2938 msgid "Program already running. Restart from beginning (y/n)? " msgstr "" -#: debug.c:2939 +#: debug.c:2942 #, c-format msgid "Program not restarted\n" msgstr "" -#: debug.c:2949 +#: debug.c:2952 #, c-format msgid "error: cannot restart, operation not allowed\n" msgstr "" -#: debug.c:2955 +#: debug.c:2958 #, c-format msgid "error (%s): cannot restart, ignoring rest of the commands\n" msgstr "" -#: debug.c:2963 +#: debug.c:2966 #, c-format msgid "Starting program: \n" msgstr "" -#: debug.c:2973 +#: debug.c:2976 #, c-format msgid "Program exited abnormally with exit value: %d\n" msgstr "" -#: debug.c:2974 +#: debug.c:2977 #, c-format msgid "Program exited normally with exit value: %d\n" msgstr "" -#: debug.c:2988 +#: debug.c:2991 msgid "The program is running. Exit anyway (y/n)? " msgstr "" -#: debug.c:3023 +#: debug.c:3026 #, c-format msgid "Not stopped at any breakpoint; argument ignored.\n" msgstr "" -#: debug.c:3028 +#: debug.c:3031 #, c-format msgid "invalid breakpoint number %d." msgstr "" -#: debug.c:3033 +#: debug.c:3036 #, c-format msgid "Will ignore next %ld crossings of breakpoint %d.\n" msgstr "" -#: debug.c:3220 +#: debug.c:3223 #, c-format msgid "'finish' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3225 +#: debug.c:3228 #, c-format msgid "Run till return from " msgstr "" -#: debug.c:3268 +#: debug.c:3271 #, c-format msgid "'return' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3382 +#: debug.c:3385 #, c-format msgid "Can't find specified location in function `%s'\n" msgstr "" -#: debug.c:3390 +#: debug.c:3393 #, c-format msgid "invalid source line %d in file `%s'" msgstr "" -#: debug.c:3405 +#: debug.c:3408 #, c-format msgid "Can't find specified location %d in file `%s'\n" msgstr "" -#: debug.c:3437 +#: debug.c:3440 #, c-format msgid "element not in array\n" msgstr "" -#: debug.c:3437 +#: debug.c:3440 #, c-format msgid "untyped variable\n" msgstr "" -#: debug.c:3479 +#: debug.c:3482 #, c-format msgid "Stopping in %s ...\n" msgstr "" -#: debug.c:3556 +#: debug.c:3559 #, c-format msgid "'finish' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:3563 +#: debug.c:3566 #, c-format msgid "'until' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:4244 +#: debug.c:4322 msgid "\t------[Enter] to continue or q [Enter] to quit------" msgstr "" -#: debug.c:4245 +#: debug.c:4323 msgid "q" msgstr "" -#: debug.c:5061 +#: debug.c:5139 #, c-format msgid "[\"%.*s\"] not in array `%s'" msgstr "" -#: debug.c:5267 +#: debug.c:5345 #, c-format msgid "sending output to stdout\n" msgstr "" -#: debug.c:5307 +#: debug.c:5385 msgid "invalid number" msgstr "" -#: debug.c:5441 +#: debug.c:5519 #, c-format msgid "`%s' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5449 +#: debug.c:5527 msgid "`return' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5664 +#: debug.c:5742 #, c-format msgid "No symbol `%s' in current context" msgstr "" -#: eval.c:399 +#: eval.c:400 #, c-format msgid "unknown nodetype %d" msgstr "" -#: eval.c:410 eval.c:424 +#: eval.c:411 eval.c:427 #, c-format msgid "unknown opcode %d" msgstr "" -#: eval.c:421 +#: eval.c:424 #, c-format msgid "opcode %s not an operator or keyword" msgstr "" -#: eval.c:479 +#: eval.c:482 msgid "buffer overflow in genflags2str" msgstr "" -#: eval.c:681 +#: eval.c:684 #, c-format msgid "" "\n" @@ -1903,71 +1945,71 @@ msgid "" "\n" msgstr "" -#: eval.c:707 +#: eval.c:710 msgid "`IGNORECASE' is a gawk extension" msgstr "" -#: eval.c:728 +#: eval.c:731 msgid "`BINMODE' is a gawk extension" msgstr "" -#: eval.c:785 +#: eval.c:788 #, c-format msgid "BINMODE value `%s' is invalid, treated as 3" msgstr "" -#: eval.c:908 +#: eval.c:911 #, c-format msgid "bad `%sFMT' specification `%s'" msgstr "" -#: eval.c:976 +#: eval.c:979 msgid "turning off `--lint' due to assignment to `LINT'" msgstr "" -#: eval.c:1154 +#: eval.c:1157 #, c-format msgid "reference to uninitialized argument `%s'" msgstr "" -#: eval.c:1155 +#: eval.c:1158 #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" -#: eval.c:1173 +#: eval.c:1176 msgid "attempt to field reference from non-numeric value" msgstr "" -#: eval.c:1175 +#: eval.c:1178 msgid "attempt to field reference from null string" msgstr "" -#: eval.c:1183 +#: eval.c:1186 #, c-format msgid "attempt to access field %ld" msgstr "" -#: eval.c:1192 +#: eval.c:1195 #, c-format msgid "reference to uninitialized field `$%ld'" msgstr "" -#: eval.c:1256 +#: eval.c:1259 #, c-format msgid "function `%s' called with more arguments than declared" msgstr "" -#: eval.c:1453 +#: eval.c:1456 #, c-format msgid "unwind_stack: unexpected type `%s'" msgstr "" -#: eval.c:1546 +#: eval.c:1549 msgid "division by zero attempted in `/='" msgstr "" -#: eval.c:1553 +#: eval.c:1556 #, c-format msgid "division by zero attempted in `%%='" msgstr "" @@ -2004,46 +2046,51 @@ msgstr "" msgid "load_ext: library `%s' initialization routine `%s' failed" msgstr "" -#: ext.c:110 +#: ext.c:111 msgid "make_builtin: missing function name" msgstr "" -#: ext.c:120 +#: ext.c:119 ext.c:130 #, c-format -msgid "make_builtin: can't redefine function `%s'" +msgid "make_builtin: can't use gawk built-in `%s' as function name" msgstr "" -#: ext.c:124 +#: ext.c:128 #, c-format -msgid "make_builtin: function `%s' already defined" +msgid "make_builtin: can't use gawk built-in `%s' as namespace name" msgstr "" -#: ext.c:128 +#: ext.c:145 #, c-format -msgid "make_builtin: function name `%s' previously defined" +msgid "make_builtin: can't redefine function `%s'" msgstr "" -#: ext.c:130 +#: ext.c:149 #, c-format -msgid "make_builtin: can't use gawk built-in `%s' as function name" +msgid "make_builtin: function `%s' already defined" +msgstr "" + +#: ext.c:153 +#, c-format +msgid "make_builtin: function name `%s' previously defined" msgstr "" -#: ext.c:133 +#: ext.c:157 #, c-format msgid "make_builtin: negative argument count for function `%s'" msgstr "" -#: ext.c:209 +#: ext.c:233 #, c-format msgid "function `%s': argument #%d: attempt to use scalar as an array" msgstr "" -#: ext.c:213 +#: ext.c:237 #, c-format msgid "function `%s': argument #%d: attempt to use array as a scalar" msgstr "" -#: ext.c:227 +#: ext.c:251 msgid "dynamic loading of library not supported" msgstr "" @@ -2056,65 +2103,65 @@ msgstr "" msgid "stat: bad parameters" msgstr "" -#: extension/filefuncs.c:584 +#: extension/filefuncs.c:585 #, c-format msgid "fts init: could not create variable %s" msgstr "" -#: extension/filefuncs.c:605 +#: extension/filefuncs.c:606 msgid "fts is not supported on this system" msgstr "" -#: extension/filefuncs.c:624 +#: extension/filefuncs.c:625 msgid "fill_stat_element: could not create array" msgstr "" -#: extension/filefuncs.c:633 +#: extension/filefuncs.c:634 msgid "fill_stat_element: could not set element" msgstr "" -#: extension/filefuncs.c:648 +#: extension/filefuncs.c:649 msgid "fill_path_element: could not set element" msgstr "" -#: extension/filefuncs.c:664 +#: extension/filefuncs.c:665 msgid "fill_error_element: could not set element" msgstr "" -#: extension/filefuncs.c:711 extension/filefuncs.c:758 +#: extension/filefuncs.c:717 extension/filefuncs.c:764 msgid "fts-process: could not create array" msgstr "" -#: extension/filefuncs.c:721 extension/filefuncs.c:768 -#: extension/filefuncs.c:786 +#: extension/filefuncs.c:727 extension/filefuncs.c:774 +#: extension/filefuncs.c:792 msgid "fts-process: could not set element" msgstr "" -#: extension/filefuncs.c:835 +#: extension/filefuncs.c:841 msgid "fts: called with incorrect number of arguments, expecting 3" msgstr "" -#: extension/filefuncs.c:838 +#: extension/filefuncs.c:844 msgid "fts: bad first parameter" msgstr "" -#: extension/filefuncs.c:844 +#: extension/filefuncs.c:850 msgid "fts: bad second parameter" msgstr "" -#: extension/filefuncs.c:850 +#: extension/filefuncs.c:856 msgid "fts: bad third parameter" msgstr "" -#: extension/filefuncs.c:857 +#: extension/filefuncs.c:863 msgid "fts: could not flatten array\n" msgstr "" -#: extension/filefuncs.c:875 +#: extension/filefuncs.c:881 msgid "fts: ignoring sneaky FTS_NOSTAT flag. nyah, nyah, nyah." msgstr "" -#: extension/filefuncs.c:891 +#: extension/filefuncs.c:897 msgid "fts: clear_array() failed\n" msgstr "" @@ -2152,84 +2199,84 @@ msgid "fork: PROCINFO is not an array!" msgstr "" #: extension/inplace.c:131 -msgid "inplace_begin: in-place editing already active" +msgid "inplace::begin: in-place editing already active" msgstr "" #: extension/inplace.c:134 #, c-format -msgid "inplace_begin: expects 2 arguments but called with %d" +msgid "inplace::begin: expects 2 arguments but called with %d" msgstr "" #: extension/inplace.c:137 -msgid "inplace_begin: cannot retrieve 1st argument as a string filename" +msgid "inplace::begin: cannot retrieve 1st argument as a string filename" msgstr "" #: extension/inplace.c:145 #, c-format -msgid "inplace_begin: disabling in-place editing for invalid FILENAME `%s'" +msgid "inplace::begin: disabling in-place editing for invalid FILENAME `%s'" msgstr "" #: extension/inplace.c:152 #, c-format -msgid "inplace_begin: Cannot stat `%s' (%s)" +msgid "inplace::begin: Cannot stat `%s' (%s)" msgstr "" #: extension/inplace.c:159 #, c-format -msgid "inplace_begin: `%s' is not a regular file" +msgid "inplace::begin: `%s' is not a regular file" msgstr "" #: extension/inplace.c:170 #, c-format -msgid "inplace_begin: mkstemp(`%s') failed (%s)" +msgid "inplace::begin: mkstemp(`%s') failed (%s)" msgstr "" #: extension/inplace.c:182 #, c-format -msgid "inplace_begin: chmod failed (%s)" +msgid "inplace::begin: chmod failed (%s)" msgstr "" #: extension/inplace.c:189 #, c-format -msgid "inplace_begin: dup(stdout) failed (%s)" +msgid "inplace::begin: dup(stdout) failed (%s)" msgstr "" #: extension/inplace.c:192 #, c-format -msgid "inplace_begin: dup2(%d, stdout) failed (%s)" +msgid "inplace::begin: dup2(%d, stdout) failed (%s)" msgstr "" #: extension/inplace.c:195 #, c-format -msgid "inplace_begin: close(%d) failed (%s)" +msgid "inplace::begin: close(%d) failed (%s)" msgstr "" #: extension/inplace.c:211 #, c-format -msgid "inplace_end: expects 2 arguments but called with %d" +msgid "inplace::end: expects 2 arguments but called with %d" msgstr "" #: extension/inplace.c:214 -msgid "inplace_end: cannot retrieve 1st argument as a string filename" +msgid "inplace::end: cannot retrieve 1st argument as a string filename" msgstr "" #: extension/inplace.c:221 -msgid "inplace_end: in-place editing not active" +msgid "inplace::end: in-place editing not active" msgstr "" #: extension/inplace.c:227 #, c-format -msgid "inplace_end: dup2(%d, stdout) failed (%s)" +msgid "inplace::end: dup2(%d, stdout) failed (%s)" msgstr "" #: extension/inplace.c:230 #, c-format -msgid "inplace_end: close(%d) failed (%s)" +msgid "inplace::end: close(%d) failed (%s)" msgstr "" #: extension/inplace.c:234 #, c-format -msgid "inplace_end: fsetpos(stdout) failed (%s)" +msgid "inplace::end: fsetpos(stdout) failed (%s)" msgstr "" #: extension/inplace.c:247 @@ -2239,7 +2286,7 @@ msgstr "" #: extension/inplace.c:257 #, c-format -msgid "inplace_end: rename(`%s', `%s') failed (%s)" +msgid "inplace::end: rename(`%s', `%s') failed (%s)" msgstr "" #: extension/ordchr.c:72 @@ -2345,149 +2392,153 @@ msgstr "" msgid "accessing fields from an END rule may not be portable" msgstr "" -#: field.c:981 field.c:988 +#: field.c:975 field.c:982 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:985 +#: field.c:979 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:995 +#: field.c:989 msgid "split: second argument is not an array" msgstr "" -#: field.c:999 +#: field.c:993 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1004 +#: field.c:998 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1007 +#: field.c:1001 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1041 +#: field.c:1035 msgid "split: null string for third arg is a non-standard extension" msgstr "" -#: field.c:1078 +#: field.c:1072 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1083 +#: field.c:1077 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1092 +#: field.c:1086 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1096 +#: field.c:1090 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1101 +#: field.c:1095 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1104 +#: field.c:1098 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1154 +#: field.c:1148 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1223 +#: field.c:1217 msgid "`*' must be the last designator in FIELDWIDTHS" msgstr "" -#: field.c:1244 +#: field.c:1238 #, c-format msgid "invalid FIELDWIDTHS value, for field %d, near `%s'" msgstr "" -#: field.c:1317 +#: field.c:1311 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1321 +#: field.c:1315 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1456 +#: field.c:1442 msgid "`FPAT' is a gawk extension" msgstr "" -#: gawkapi.c:160 +#: gawkapi.c:161 msgid "awk_value_to_node: received null retval" msgstr "" -#: gawkapi.c:177 gawkapi.c:188 +#: gawkapi.c:178 gawkapi.c:189 msgid "awk_value_to_node: not in MPFR mode" msgstr "" -#: gawkapi.c:182 gawkapi.c:193 +#: gawkapi.c:183 gawkapi.c:194 msgid "awk_value_to_node: MPFR not supported" msgstr "" -#: gawkapi.c:197 +#: gawkapi.c:198 #, c-format msgid "awk_value_to_node: invalid number type `%d'" msgstr "" -#: gawkapi.c:520 +#: gawkapi.c:385 +msgid "add_ext_func: received NULL name_space parameter" +msgstr "" + +#: gawkapi.c:523 #, c-format msgid "" "node_to_awk_value: detected invalid numeric flags combination `%s'; please " "file a bug report." msgstr "" -#: gawkapi.c:548 +#: gawkapi.c:551 msgid "node_to_awk_value: received null node" msgstr "" -#: gawkapi.c:551 +#: gawkapi.c:554 msgid "node_to_awk_value: received null val" msgstr "" -#: gawkapi.c:607 gawkapi.c:641 gawkapi.c:668 gawkapi.c:701 +#: gawkapi.c:610 gawkapi.c:644 gawkapi.c:671 gawkapi.c:704 #, c-format msgid "" "node_to_awk_value detected invalid flags combination `%s'; please file a bug " "report." msgstr "" -#: gawkapi.c:1072 +#: gawkapi.c:1082 msgid "remove_element: received null array" msgstr "" -#: gawkapi.c:1075 +#: gawkapi.c:1085 msgid "remove_element: received null subscript" msgstr "" -#: gawkapi.c:1207 +#: gawkapi.c:1217 #, c-format msgid "api_flatten_array_typed: could not convert index %d to %s" msgstr "" -#: gawkapi.c:1212 +#: gawkapi.c:1222 #, c-format msgid "api_flatten_array_typed: could not convert value %d to %s" msgstr "" -#: gawkapi.c:1308 gawkapi.c:1324 +#: gawkapi.c:1318 gawkapi.c:1334 msgid "api_get_mpfr: MPFR not supported" msgstr "" -#: gawkapi.c:1355 +#: gawkapi.c:1365 msgid "cannot find end of BEGINFILE rule" msgstr "" -#: gawkapi.c:1409 +#: gawkapi.c:1419 #, c-format msgid "cannot open unrecognized file type `%s' for `%s'" msgstr "" @@ -2640,12 +2691,12 @@ msgstr "" msgid "fflush: cannot flush standard error: %s" msgstr "" -#: io.c:1417 io.c:1508 main.c:653 main.c:700 +#: io.c:1417 io.c:1508 main.c:659 main.c:706 #, c-format msgid "error writing standard output (%s)" msgstr "" -#: io.c:1418 io.c:1521 main.c:655 +#: io.c:1418 io.c:1521 main.c:661 #, c-format msgid "error writing standard error (%s)" msgstr "" @@ -2831,184 +2882,184 @@ msgstr "" msgid "IPv6 communication is not supported" msgstr "" -#: main.c:330 +#: main.c:331 msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'" msgstr "" -#: main.c:336 +#: main.c:337 msgid "`--posix' overrides `--traditional'" msgstr "" -#: main.c:347 +#: main.c:348 msgid "`--posix'/`--traditional' overrides `--non-decimal-data'" msgstr "" -#: main.c:351 +#: main.c:352 #, c-format msgid "running %s setuid root may be a security problem" msgstr "" -#: main.c:355 +#: main.c:356 msgid "`--posix' overrides `--characters-as-bytes'" msgstr "" -#: main.c:413 +#: main.c:415 #, c-format msgid "can't set binary mode on stdin (%s)" msgstr "" -#: main.c:416 +#: main.c:418 #, c-format msgid "can't set binary mode on stdout (%s)" msgstr "" -#: main.c:418 +#: main.c:420 #, c-format msgid "can't set binary mode on stderr (%s)" msgstr "" -#: main.c:478 +#: main.c:482 msgid "no program text at all!" msgstr "" -#: main.c:571 +#: main.c:576 #, c-format msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n" msgstr "" -#: main.c:573 +#: main.c:578 #, c-format msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n" msgstr "" -#: main.c:578 +#: main.c:583 msgid "POSIX options:\t\tGNU long options: (standard)\n" msgstr "" -#: main.c:579 +#: main.c:584 msgid "\t-f progfile\t\t--file=progfile\n" msgstr "" -#: main.c:580 +#: main.c:585 msgid "\t-F fs\t\t\t--field-separator=fs\n" msgstr "" -#: main.c:581 +#: main.c:586 msgid "\t-v var=val\t\t--assign=var=val\n" msgstr "" -#: main.c:582 +#: main.c:587 msgid "Short options:\t\tGNU long options: (extensions)\n" msgstr "" -#: main.c:583 +#: main.c:588 msgid "\t-b\t\t\t--characters-as-bytes\n" msgstr "" -#: main.c:584 +#: main.c:589 msgid "\t-c\t\t\t--traditional\n" msgstr "" -#: main.c:585 +#: main.c:590 msgid "\t-C\t\t\t--copyright\n" msgstr "" -#: main.c:586 +#: main.c:591 msgid "\t-d[file]\t\t--dump-variables[=file]\n" msgstr "" -#: main.c:587 +#: main.c:592 msgid "\t-D[file]\t\t--debug[=file]\n" msgstr "" -#: main.c:588 +#: main.c:593 msgid "\t-e 'program-text'\t--source='program-text'\n" msgstr "" -#: main.c:589 +#: main.c:594 msgid "\t-E file\t\t\t--exec=file\n" msgstr "" -#: main.c:590 +#: main.c:595 msgid "\t-g\t\t\t--gen-pot\n" msgstr "" -#: main.c:591 +#: main.c:596 msgid "\t-h\t\t\t--help\n" msgstr "" -#: main.c:592 +#: main.c:597 msgid "\t-i includefile\t\t--include=includefile\n" msgstr "" -#: main.c:593 +#: main.c:598 msgid "\t-l library\t\t--load=library\n" msgstr "" #. TRANSLATORS: the "fatal" and "invalid" here are literal #. values, they should not be translated. Thanks. #. -#: main.c:598 +#: main.c:603 msgid "\t-L[fatal|invalid]\t--lint[=fatal|invalid]\n" msgstr "" -#: main.c:599 +#: main.c:604 msgid "\t-M\t\t\t--bignum\n" msgstr "" -#: main.c:600 +#: main.c:605 msgid "\t-N\t\t\t--use-lc-numeric\n" msgstr "" -#: main.c:601 +#: main.c:606 msgid "\t-n\t\t\t--non-decimal-data\n" msgstr "" -#: main.c:602 +#: main.c:607 msgid "\t-o[file]\t\t--pretty-print[=file]\n" msgstr "" -#: main.c:603 +#: main.c:608 msgid "\t-O\t\t\t--optimize\n" msgstr "" -#: main.c:604 +#: main.c:609 msgid "\t-p[file]\t\t--profile[=file]\n" msgstr "" -#: main.c:605 +#: main.c:610 msgid "\t-P\t\t\t--posix\n" msgstr "" -#: main.c:606 +#: main.c:611 msgid "\t-r\t\t\t--re-interval\n" msgstr "" -#: main.c:607 +#: main.c:612 msgid "\t-s\t\t\t--no-optimize\n" msgstr "" -#: main.c:608 +#: main.c:613 msgid "\t-S\t\t\t--sandbox\n" msgstr "" -#: main.c:609 +#: main.c:614 msgid "\t-t\t\t\t--lint-old\n" msgstr "" -#: main.c:610 +#: main.c:615 msgid "\t-V\t\t\t--version\n" msgstr "" -#: main.c:612 +#: main.c:617 msgid "\t-W nostalgia\t\t--nostalgia\n" msgstr "" -#: main.c:615 +#: main.c:620 msgid "\t-Y\t\t\t--parsedebug\n" msgstr "" -#: main.c:618 +#: main.c:623 msgid "\t-Z locale-name\t\t--locale=locale-name\n" msgstr "" @@ -3017,32 +3068,34 @@ msgstr "" #. for this application. Please add _another line_ with the #. address for translation bugs. #. no-wrap -#: main.c:627 +#: main.c:632 msgid "" "\n" "To report bugs, see node `Bugs' in `gawk.info'\n" "which is section `Reporting Problems and Bugs' in the\n" "printed version. This same information may be found at\n" "https://www.gnu.org/software/gawk/manual/html_node/Bugs.html.\n" -"PLEASE do NOT try to report bugs by posting in comp.lang.awk.\n" +"PLEASE do NOT try to report bugs by posting in comp.lang.awk,\n" +"\n" +"or by using a web forum such as Stack Overflow.\n" "\n" msgstr "" -#: main.c:634 +#: main.c:640 msgid "" "gawk is a pattern scanning and processing language.\n" "By default it reads standard input and writes standard output.\n" "\n" msgstr "" -#: main.c:638 +#: main.c:644 msgid "" "Examples:\n" "\tgawk '{ sum += $1 }; END { print sum }' file\n" "\tgawk -F: '{ print $1 }' /etc/passwd\n" msgstr "" -#: main.c:670 +#: main.c:676 #, c-format msgid "" "Copyright (C) 1989, 1991-%d Free Software Foundation.\n" @@ -3054,7 +3107,7 @@ msgid "" "\n" msgstr "" -#: main.c:678 +#: main.c:684 msgid "" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" @@ -3063,83 +3116,83 @@ msgid "" "\n" msgstr "" -#: main.c:684 +#: main.c:690 msgid "" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see http://www.gnu.org/licenses/.\n" msgstr "" -#: main.c:725 +#: main.c:731 msgid "-Ft does not set FS to tab in POSIX awk" msgstr "" -#: main.c:1127 +#: main.c:1128 #, c-format msgid "" "%s: `%s' argument to `-v' not in `var=value' form\n" "\n" msgstr "" -#: main.c:1153 +#: main.c:1154 #, c-format msgid "`%s' is not a legal variable name" msgstr "" -#: main.c:1156 +#: main.c:1157 #, c-format msgid "`%s' is not a variable name, looking for file `%s=%s'" msgstr "" -#: main.c:1160 +#: main.c:1171 #, c-format msgid "cannot use gawk builtin `%s' as variable name" msgstr "" -#: main.c:1165 +#: main.c:1176 #, c-format msgid "cannot use function `%s' as variable name" msgstr "" -#: main.c:1227 +#: main.c:1254 msgid "floating point exception" msgstr "" -#: main.c:1234 +#: main.c:1261 msgid "fatal error: internal error" msgstr "" -#: main.c:1251 +#: main.c:1278 msgid "fatal error: internal error: segfault" msgstr "" -#: main.c:1264 +#: main.c:1291 msgid "fatal error: internal error: stack overflow" msgstr "" -#: main.c:1324 +#: main.c:1351 #, c-format msgid "no pre-opened fd %d" msgstr "" -#: main.c:1331 +#: main.c:1358 #, c-format msgid "could not pre-open /dev/null for fd %d" msgstr "" -#: main.c:1545 +#: main.c:1572 msgid "empty argument to `-e/--source' ignored" msgstr "" -#: main.c:1616 +#: main.c:1643 msgid "-M ignored: MPFR/GMP support not compiled in" msgstr "" -#: main.c:1641 +#: main.c:1668 #, c-format msgid "%s: option `-W %s' unrecognized, ignored\n" msgstr "" -#: main.c:1694 +#: main.c:1721 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" @@ -3244,58 +3297,70 @@ msgstr "" msgid "%s %s `%s': could not set close-on-exec: (fcntl F_SETFD: %s)" msgstr "" -#: profile.c:97 +#: profile.c:73 +msgid "Program indentation level too deep. Consider refactoring your code" +msgstr "" + +#: profile.c:110 #, c-format msgid "could not open `%s' for writing: %s" msgstr "" -#: profile.c:99 +#: profile.c:112 msgid "sending profile to standard error" msgstr "" -#: profile.c:250 +#: profile.c:271 #, c-format msgid "" "\t# %s rule(s)\n" "\n" msgstr "" -#: profile.c:258 +#: profile.c:279 #, c-format msgid "" "\t# Rule(s)\n" "\n" msgstr "" -#: profile.c:343 +#: profile.c:367 #, c-format msgid "internal error: %s with null vname" msgstr "" -#: profile.c:619 +#: profile.c:658 msgid "internal error: builtin with null fname" msgstr "" -#: profile.c:1132 +#: profile.c:1298 +#, c-format +msgid "" +"%s# Loaded extensions (-l and/or @load)\n" +"\n" +msgstr "" + +#: profile.c:1329 #, c-format msgid "" -"\t# Loaded extensions (-l and/or @load)\n" +"\n" +"# Included files (-i and/or @include)\n" "\n" msgstr "" -#: profile.c:1181 +#: profile.c:1393 #, c-format msgid "\t# gawk profile, created %s\n" msgstr "" -#: profile.c:1731 +#: profile.c:1958 #, c-format msgid "" "\n" "\t# Functions, listed alphabetically\n" msgstr "" -#: profile.c:1787 +#: profile.c:2019 #, c-format msgid "redir2str: unknown redirection type %d" msgstr "" @@ -3485,15 +3550,15 @@ msgstr "" msgid "Unmatched ) or \\)" msgstr "" -#: support/regcomp.c:689 +#: support/regcomp.c:688 msgid "No previous regular expression" msgstr "" -#: symbol.c:687 +#: symbol.c:688 #, c-format msgid "function `%s': can't use function `%s' as a parameter name" msgstr "" -#: symbol.c:817 +#: symbol.c:818 msgid "can not pop main context" msgstr "" |