diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 661 |
1 files changed, 333 insertions, 328 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 8eb63daf..cabbd1f2 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.2.0\n" +"Project-Id-Version: gawk 4.2.0c\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2017-10-19 21:28+0300\n" +"POT-Creation-Date: 2018-01-15 19:55+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" @@ -53,48 +53,48 @@ msgstr "" msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "" -#: array.c:788 +#: array.c:791 msgid "adump: first argument not an array" msgstr "" -#: array.c:830 +#: array.c:833 msgid "asort: second argument not an array" msgstr "" -#: array.c:831 +#: array.c:834 msgid "asorti: second argument not an array" msgstr "" -#: array.c:838 +#: array.c:841 msgid "asort: first argument not an array" msgstr "" -#: array.c:839 +#: array.c:842 msgid "asorti: first argument not an array" msgstr "" -#: array.c:846 +#: array.c:849 msgid "asort: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:847 +#: array.c:850 msgid "asorti: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:852 +#: array.c:855 msgid "asort: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:853 +#: array.c:856 msgid "asorti: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:1321 +#: array.c:1324 #, c-format msgid "`%s' is invalid as a function name" msgstr "" -#: array.c:1325 +#: array.c:1328 #, c-format msgid "sort comparison function `%s' is not defined" msgstr "" @@ -135,11 +135,11 @@ msgstr "" msgid "duplicate `default' detected in switch body" msgstr "" -#: awkgram.y:933 awkgram.y:4239 +#: awkgram.y:933 awkgram.y:4240 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:943 awkgram.y:4231 +#: awkgram.y:943 awkgram.y:4232 msgid "`continue' is not allowed outside a loop" msgstr "" @@ -185,7 +185,7 @@ msgstr "" msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1514 awkgram.y:1662 +#: awkgram.y:1514 awkgram.y:1663 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" @@ -193,327 +193,327 @@ msgstr "" msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1642 +#: awkgram.y:1643 #, c-format msgid "non-redirected `getline' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1645 +#: awkgram.y:1646 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1664 +#: awkgram.y:1665 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1766 +#: awkgram.y:1767 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1840 +#: awkgram.y:1841 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1853 +#: awkgram.y:1854 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -#: awkgram.y:1879 +#: awkgram.y:1880 #, c-format msgid "attempt to use non-function `%s' in function call" msgstr "" -#: awkgram.y:1943 +#: awkgram.y:1944 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:2307 awkgram.y:2327 gawkapi.c:272 gawkapi.c:289 msg.c:128 +#: awkgram.y:2308 awkgram.y:2328 gawkapi.c:272 gawkapi.c:289 msg.c:128 msgid "warning: " msgstr "" -#: awkgram.y:2325 gawkapi.c:244 gawkapi.c:287 msg.c:160 +#: awkgram.y:2326 gawkapi.c:244 gawkapi.c:287 msg.c:160 msgid "fatal: " msgstr "" -#: awkgram.y:2375 +#: awkgram.y:2376 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2661 awkgram.y:2737 awkgram.y:2960 debug.c:523 debug.c:539 -#: debug.c:2813 debug.c:5107 +#: awkgram.y:2662 awkgram.y:2738 awkgram.y:2961 debug.c:523 debug.c:539 +#: debug.c:2814 debug.c:5108 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -#: awkgram.y:2662 awkgram.y:2787 +#: awkgram.y:2663 awkgram.y:2788 #, c-format msgid "can't open shared library `%s' for reading (%s)" msgstr "" -#: awkgram.y:2664 awkgram.y:2738 awkgram.y:2788 builtin.c:149 debug.c:5258 +#: awkgram.y:2665 awkgram.y:2739 awkgram.y:2789 builtin.c:149 debug.c:5259 msgid "reason unknown" msgstr "" -#: awkgram.y:2673 awkgram.y:2697 +#: awkgram.y:2674 awkgram.y:2698 #, c-format msgid "can't include `%s' and use it as a program file" msgstr "" -#: awkgram.y:2686 +#: awkgram.y:2687 #, c-format msgid "already included source file `%s'" msgstr "" -#: awkgram.y:2687 +#: awkgram.y:2688 #, c-format msgid "already loaded shared library `%s'" msgstr "" -#: awkgram.y:2722 +#: awkgram.y:2723 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2728 +#: awkgram.y:2729 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2772 +#: awkgram.y:2773 msgid "@load is a gawk extension" msgstr "" -#: awkgram.y:2778 +#: awkgram.y:2779 msgid "empty filename after @load" msgstr "" -#: awkgram.y:2912 +#: awkgram.y:2913 msgid "empty program text on command line" msgstr "" -#: awkgram.y:3027 +#: awkgram.y:3028 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -#: awkgram.y:3038 +#: awkgram.y:3039 #, c-format msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:3097 +#: awkgram.y:3098 #, c-format msgid "PEBKAC error: invalid character '\\%03o' in source code" msgstr "" -#: awkgram.y:3368 +#: awkgram.y:3369 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:3488 +#: awkgram.y:3489 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:3515 +#: awkgram.y:3516 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3519 +#: awkgram.y:3520 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3532 +#: awkgram.y:3533 msgid "unterminated regexp" msgstr "" -#: awkgram.y:3536 +#: awkgram.y:3537 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:3615 +#: awkgram.y:3616 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:3635 +#: awkgram.y:3636 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3673 awkgram.y:3675 +#: awkgram.y:3674 awkgram.y:3676 msgid "multidimensional arrays are a gawk extension" msgstr "" -#: awkgram.y:3700 +#: awkgram.y:3701 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3702 +#: awkgram.y:3703 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3711 +#: awkgram.y:3712 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3713 +#: awkgram.y:3714 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3748 +#: awkgram.y:3749 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3756 +#: awkgram.y:3757 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3853 awkgram.y:3871 command.y:1187 +#: awkgram.y:3854 awkgram.y:3872 command.y:1187 msgid "unterminated string" msgstr "" -#: awkgram.y:4092 +#: awkgram.y:4093 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:4166 +#: awkgram.y:4167 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:4171 +#: awkgram.y:4172 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:4179 +#: awkgram.y:4180 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:4269 +#: awkgram.y:4270 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:4338 +#: awkgram.y:4339 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:4373 +#: awkgram.y:4374 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:4378 +#: awkgram.y:4379 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:4472 awkgram.y:4475 +#: awkgram.y:4473 awkgram.y:4476 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:4529 awkgram.y:4532 +#: awkgram.y:4530 awkgram.y:4533 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:4544 +#: awkgram.y:4545 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4559 +#: awkgram.y:4560 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4578 +#: awkgram.y:4579 msgid "index: regexp constant as second argument is not allowed" msgstr "" -#: awkgram.y:4631 +#: awkgram.y:4632 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4680 debug.c:4092 debug.c:4135 debug.c:5256 +#: awkgram.y:4681 debug.c:4093 debug.c:4136 debug.c:5257 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4681 +#: awkgram.y:4682 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4689 +#: awkgram.y:4690 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4714 +#: awkgram.y:4715 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4722 +#: awkgram.y:4723 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4801 +#: awkgram.y:4802 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4847 +#: awkgram.y:4848 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4850 +#: awkgram.y:4851 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4858 +#: awkgram.y:4859 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:4944 awkgram.y:4950 +#: awkgram.y:4945 awkgram.y:4951 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4954 +#: awkgram.y:4955 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4986 +#: awkgram.y:4987 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:5001 +#: awkgram.y:5002 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:5216 +#: awkgram.y:5217 msgid "division by zero attempted" msgstr "" -#: awkgram.y:5225 +#: awkgram.y:5226 #, c-format msgid "division by zero attempted in `%%'" msgstr "" -#: awkgram.y:5551 +#: awkgram.y:5552 msgid "" "cannot assign a value to the result of a field post-increment expression" msgstr "" -#: awkgram.y:5554 +#: awkgram.y:5555 #, c-format msgid "invalid target of assignment (opcode %s)" msgstr "" @@ -573,7 +573,7 @@ msgstr "" msgid "index: received non-string second argument" msgstr "" -#: builtin.c:492 mpfr.c:764 +#: builtin.c:492 mpfr.c:769 msgid "int: received non-numeric argument" msgstr "" @@ -819,197 +819,197 @@ msgstr "" msgid "system: received non-string argument" msgstr "" -#: builtin.c:2225 builtin.c:2299 +#: builtin.c:2225 builtin.c:2298 msgid "print: attempt to write to closed write end of two-way pipe" msgstr "" -#: builtin.c:2322 +#: builtin.c:2321 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2407 +#: builtin.c:2406 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:2438 +#: builtin.c:2437 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:2471 mpfr.c:664 +#: builtin.c:2470 mpfr.c:669 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:2473 mpfr.c:666 +#: builtin.c:2472 mpfr.c:671 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:2492 +#: builtin.c:2491 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:2508 +#: builtin.c:2507 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:2622 mpfr.c:1159 +#: builtin.c:2621 mpfr.c:1164 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:2653 +#: builtin.c:2652 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2920 +#: builtin.c:2919 #, c-format msgid "gensub: third argument `%.*s' treated as 1" msgstr "" -#: builtin.c:3242 +#: builtin.c:3241 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "" -#: builtin.c:3342 +#: builtin.c:3341 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "" -#: builtin.c:3397 +#: builtin.c:3396 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:3399 +#: builtin.c:3398 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:3405 +#: builtin.c:3404 #, c-format msgid "lshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3409 +#: builtin.c:3408 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3411 +#: builtin.c:3410 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3436 +#: builtin.c:3435 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3438 +#: builtin.c:3437 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3444 +#: builtin.c:3443 #, c-format msgid "rshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3448 +#: builtin.c:3447 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3450 +#: builtin.c:3449 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3475 mpfr.c:972 +#: builtin.c:3474 mpfr.c:977 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3480 +#: builtin.c:3479 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3484 +#: builtin.c:3483 #, c-format msgid "and: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3507 mpfr.c:1004 +#: builtin.c:3506 mpfr.c:1009 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3512 +#: builtin.c:3511 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3516 +#: builtin.c:3515 #, c-format msgid "or: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3538 mpfr.c:1035 +#: builtin.c:3537 mpfr.c:1040 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3544 +#: builtin.c:3543 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3548 +#: builtin.c:3547 #, c-format msgid "xor: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3573 mpfr.c:794 +#: builtin.c:3572 mpfr.c:799 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3578 +#: builtin.c:3577 #, c-format msgid "compl(%f): negative value is not allowed" msgstr "" -#: builtin.c:3581 +#: builtin.c:3580 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3765 +#: builtin.c:3764 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" -#: builtin.c:3991 mpfr.c:1193 +#: builtin.c:3989 mpfr.c:1198 msgid "intdiv: third argument is not an array" msgstr "" -#: builtin.c:3999 mpfr.c:1201 +#: builtin.c:3997 mpfr.c:1206 msgid "intdiv: received non-numeric first argument" msgstr "" -#: builtin.c:4001 mpfr.c:1203 +#: builtin.c:3999 mpfr.c:1208 msgid "intdiv: received non-numeric second argument" msgstr "" -#: builtin.c:4010 mpfr.c:1242 +#: builtin.c:4008 mpfr.c:1247 msgid "intdiv: division by zero attempted" msgstr "" -#: builtin.c:4080 +#: builtin.c:4078 #, c-format msgid "" "typeof detected invalid flags combination `%s'; please file a bug report." msgstr "" -#: builtin.c:4095 +#: builtin.c:4093 #, c-format msgid "typeof: invalid argument type `%s'" msgstr "" -#: builtin.c:4099 +#: builtin.c:4097 #, c-format msgid "typeof: unknown argument type `%s'" msgstr "" @@ -1505,7 +1505,7 @@ msgstr "" msgid "no symbol `%s' in current context\n" msgstr "" -#: debug.c:1041 debug.c:1426 +#: debug.c:1041 debug.c:1427 #, c-format msgid "`%s' is not an array\n" msgstr "" @@ -1530,326 +1530,326 @@ msgstr "" msgid "`%s[\"%.*s\"]' is not an array\n" msgstr "" -#: debug.c:1236 debug.c:5016 +#: debug.c:1236 debug.c:5017 #, c-format msgid "`%s' is not a scalar variable" msgstr "" -#: debug.c:1258 debug.c:5046 +#: debug.c:1258 debug.c:5047 #, c-format msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context" msgstr "" -#: debug.c:1280 debug.c:5057 +#: debug.c:1280 debug.c:5058 #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as array" msgstr "" -#: debug.c:1422 +#: debug.c:1423 #, c-format msgid "`%s' is a function" msgstr "" -#: debug.c:1464 +#: debug.c:1465 #, c-format msgid "watchpoint %d is unconditional\n" msgstr "" -#: debug.c:1498 +#: debug.c:1499 #, c-format msgid "No display item numbered %ld" msgstr "" -#: debug.c:1501 +#: debug.c:1502 #, c-format msgid "No watch item numbered %ld" msgstr "" -#: debug.c:1527 +#: debug.c:1528 #, c-format msgid "%d: [\"%.*s\"] not in array `%s'\n" msgstr "" -#: debug.c:1766 +#: debug.c:1767 msgid "attempt to use scalar value as array" msgstr "" -#: debug.c:1857 +#: debug.c:1858 #, c-format msgid "Watchpoint %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1868 +#: debug.c:1869 #, c-format msgid "Display %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1901 +#: debug.c:1902 #, c-format msgid " in file `%s', line %d\n" msgstr "" -#: debug.c:1922 +#: debug.c:1923 #, c-format msgid " at `%s':%d" msgstr "" -#: debug.c:1938 debug.c:2001 +#: debug.c:1939 debug.c:2002 #, c-format msgid "#%ld\tin " msgstr "" -#: debug.c:1975 +#: debug.c:1976 #, c-format msgid "More stack frames follow ...\n" msgstr "" -#: debug.c:2018 +#: debug.c:2019 msgid "invalid frame number" msgstr "" -#: debug.c:2201 +#: debug.c:2202 #, c-format msgid "Note: breakpoint %d (enabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2208 +#: debug.c:2209 #, c-format msgid "Note: breakpoint %d (enabled), also set at %s:%d" msgstr "" -#: debug.c:2215 +#: debug.c:2216 #, c-format msgid "Note: breakpoint %d (disabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2222 +#: debug.c:2223 #, c-format msgid "Note: breakpoint %d (disabled), also set at %s:%d" msgstr "" -#: debug.c:2239 +#: debug.c:2240 #, c-format msgid "Breakpoint %d set at file `%s', line %d\n" msgstr "" -#: debug.c:2341 +#: debug.c:2342 #, c-format msgid "Can't set breakpoint in file `%s'\n" msgstr "" -#: debug.c:2370 debug.c:2493 debug.c:3355 +#: debug.c:2371 debug.c:2494 debug.c:3356 #, c-format msgid "line number %d in file `%s' out of range" msgstr "" -#: debug.c:2374 +#: debug.c:2375 #, c-format msgid "Can't find rule!!!\n" msgstr "" -#: debug.c:2376 +#: debug.c:2377 #, c-format msgid "Can't set breakpoint at `%s':%d\n" msgstr "" -#: debug.c:2388 +#: debug.c:2389 #, c-format msgid "Can't set breakpoint in function `%s'\n" msgstr "" -#: debug.c:2404 +#: debug.c:2405 #, c-format msgid "breakpoint %d set at file `%s', line %d is unconditional\n" msgstr "" -#: debug.c:2509 debug.c:2531 +#: debug.c:2510 debug.c:2532 #, c-format msgid "Deleted breakpoint %d" msgstr "" -#: debug.c:2515 +#: debug.c:2516 #, c-format msgid "No breakpoint(s) at entry to function `%s'\n" msgstr "" -#: debug.c:2542 +#: debug.c:2543 #, c-format msgid "No breakpoint at file `%s', line #%d\n" msgstr "" -#: debug.c:2597 debug.c:2638 debug.c:2658 debug.c:2701 +#: debug.c:2598 debug.c:2639 debug.c:2659 debug.c:2702 msgid "invalid breakpoint number" msgstr "" -#: debug.c:2613 +#: debug.c:2614 msgid "Delete all breakpoints? (y or n) " msgstr "" -#: debug.c:2614 debug.c:2928 debug.c:2981 +#: debug.c:2615 debug.c:2929 debug.c:2982 msgid "y" msgstr "" -#: debug.c:2663 +#: debug.c:2664 #, c-format msgid "Will ignore next %ld crossing(s) of breakpoint %d.\n" msgstr "" -#: debug.c:2667 +#: debug.c:2668 #, c-format msgid "Will stop next time breakpoint %d is reached.\n" msgstr "" -#: debug.c:2784 +#: debug.c:2785 #, c-format msgid "Can only debug programs provided with the `-f' option.\n" msgstr "" -#: debug.c:2913 +#: debug.c:2914 #, c-format msgid "Failed to restart debugger" msgstr "" -#: debug.c:2927 +#: debug.c:2928 msgid "Program already running. Restart from beginning (y/n)? " msgstr "" -#: debug.c:2931 +#: debug.c:2932 #, c-format msgid "Program not restarted\n" msgstr "" -#: debug.c:2941 +#: debug.c:2942 #, c-format msgid "error: cannot restart, operation not allowed\n" msgstr "" -#: debug.c:2947 +#: debug.c:2948 #, c-format msgid "error (%s): cannot restart, ignoring rest of the commands\n" msgstr "" -#: debug.c:2955 +#: debug.c:2956 #, c-format msgid "Starting program: \n" msgstr "" -#: debug.c:2965 +#: debug.c:2966 #, c-format msgid "Program exited abnormally with exit value: %d\n" msgstr "" -#: debug.c:2966 +#: debug.c:2967 #, c-format msgid "Program exited normally with exit value: %d\n" msgstr "" -#: debug.c:2980 +#: debug.c:2981 msgid "The program is running. Exit anyway (y/n)? " msgstr "" -#: debug.c:3015 +#: debug.c:3016 #, c-format msgid "Not stopped at any breakpoint; argument ignored.\n" msgstr "" -#: debug.c:3020 +#: debug.c:3021 #, c-format msgid "invalid breakpoint number %d." msgstr "" -#: debug.c:3025 +#: debug.c:3026 #, c-format msgid "Will ignore next %ld crossings of breakpoint %d.\n" msgstr "" -#: debug.c:3212 +#: debug.c:3213 #, c-format msgid "'finish' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3217 +#: debug.c:3218 #, c-format msgid "Run till return from " msgstr "" -#: debug.c:3260 +#: debug.c:3261 #, c-format msgid "'return' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3374 +#: debug.c:3375 #, c-format msgid "Can't find specified location in function `%s'\n" msgstr "" -#: debug.c:3382 +#: debug.c:3383 #, c-format msgid "invalid source line %d in file `%s'" msgstr "" -#: debug.c:3397 +#: debug.c:3398 #, c-format msgid "Can't find specified location %d in file `%s'\n" msgstr "" -#: debug.c:3429 +#: debug.c:3430 #, c-format msgid "element not in array\n" msgstr "" -#: debug.c:3429 +#: debug.c:3430 #, c-format msgid "untyped variable\n" msgstr "" -#: debug.c:3471 +#: debug.c:3472 #, c-format msgid "Stopping in %s ...\n" msgstr "" -#: debug.c:3548 +#: debug.c:3549 #, c-format msgid "'finish' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:3555 +#: debug.c:3556 #, c-format msgid "'until' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:4236 +#: debug.c:4237 msgid "\t------[Enter] to continue or q [Enter] to quit------" msgstr "" -#: debug.c:4237 +#: debug.c:4238 msgid "q" msgstr "" -#: debug.c:5053 +#: debug.c:5054 #, c-format msgid "[\"%.*s\"] not in array `%s'" msgstr "" -#: debug.c:5259 +#: debug.c:5260 #, c-format msgid "sending output to stdout\n" msgstr "" -#: debug.c:5299 +#: debug.c:5300 msgid "invalid number" msgstr "" -#: debug.c:5433 +#: debug.c:5434 #, c-format msgid "`%s' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5441 +#: debug.c:5442 msgid "`return' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5656 +#: debug.c:5657 #, c-format msgid "No symbol `%s' in current context" msgstr "" @@ -2097,32 +2097,32 @@ msgstr "" msgid "fts: clear_array() failed\n" msgstr "" -#: extension/fnmatch.c:119 +#: extension/fnmatch.c:120 msgid "fnmatch: could not get first argument" msgstr "" -#: extension/fnmatch.c:124 +#: extension/fnmatch.c:125 msgid "fnmatch: could not get second argument" msgstr "" -#: extension/fnmatch.c:129 +#: extension/fnmatch.c:130 msgid "fnmatch: could not get third argument" msgstr "" -#: extension/fnmatch.c:142 +#: extension/fnmatch.c:143 msgid "fnmatch is not implemented on this system\n" msgstr "" -#: extension/fnmatch.c:174 +#: extension/fnmatch.c:175 msgid "fnmatch init: could not add FNM_NOMATCH variable" msgstr "" -#: extension/fnmatch.c:184 +#: extension/fnmatch.c:185 #, c-format msgid "fnmatch init: could not set array element %s" msgstr "" -#: extension/fnmatch.c:194 +#: extension/fnmatch.c:195 msgid "fnmatch init: could not install FNM array" msgstr "" @@ -2257,37 +2257,37 @@ msgstr "" msgid "write_array: could not flatten array\n" msgstr "" -#: extension/rwarray.c:186 extension/rwarray0.c:180 +#: extension/rwarray.c:188 extension/rwarray0.c:180 #, c-format msgid "write_array: could not release flattened array\n" msgstr "" -#: extension/rwarray.c:253 +#: extension/rwarray.c:255 #, c-format msgid "array value has unknown type %d" msgstr "" -#: extension/rwarray.c:290 extension/rwarray0.c:266 +#: extension/rwarray.c:292 extension/rwarray0.c:266 #, c-format msgid "do_reada: argument 0 is not a string\n" msgstr "" -#: extension/rwarray.c:296 extension/rwarray0.c:272 +#: extension/rwarray.c:298 extension/rwarray0.c:272 #, c-format msgid "do_reada: argument 1 is not an array\n" msgstr "" -#: extension/rwarray.c:340 extension/rwarray0.c:316 +#: extension/rwarray.c:342 extension/rwarray0.c:316 #, c-format msgid "do_reada: clear_array failed\n" msgstr "" -#: extension/rwarray.c:377 extension/rwarray0.c:352 +#: extension/rwarray.c:379 extension/rwarray0.c:352 #, c-format msgid "read_array: set_array_element failed\n" msgstr "" -#: extension/rwarray.c:487 +#: extension/rwarray.c:489 #, c-format msgid "treating recovered value with unknown type code %d as a string" msgstr "" @@ -2312,84 +2312,84 @@ msgstr "" msgid "input record too large" msgstr "" -#: field.c:384 +#: field.c:393 msgid "NF set to negative value" msgstr "" -#: field.c:952 field.c:959 +#: field.c:961 field.c:968 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:956 +#: field.c:965 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:966 +#: field.c:975 msgid "split: second argument is not an array" msgstr "" -#: field.c:970 +#: field.c:979 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:975 +#: field.c:984 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:978 +#: field.c:987 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1012 +#: field.c:1021 msgid "split: null string for third arg is a gawk extension" msgstr "" -#: field.c:1049 +#: field.c:1058 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1054 +#: field.c:1063 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1063 +#: field.c:1072 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1067 +#: field.c:1076 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1072 +#: field.c:1081 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1075 +#: field.c:1084 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1125 +#: field.c:1134 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1194 +#: field.c:1203 msgid "`*' must be the last designator in FIELDWIDTHS" msgstr "" -#: field.c:1215 +#: field.c:1224 #, c-format msgid "invalid FIELDWIDTHS value, for field %d, near `%s'" msgstr "" -#: field.c:1288 +#: field.c:1297 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1292 +#: field.c:1301 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1427 +#: field.c:1436 msgid "`FPAT' is a gawk extension" msgstr "" @@ -2432,33 +2432,33 @@ msgid "" "report." msgstr "" -#: gawkapi.c:1069 +#: gawkapi.c:1072 msgid "remove_element: received null array" msgstr "" -#: gawkapi.c:1072 +#: gawkapi.c:1075 msgid "remove_element: received null subscript" msgstr "" -#: gawkapi.c:1204 +#: gawkapi.c:1207 #, c-format msgid "api_flatten_array_typed: could not convert index %d to %s\n" msgstr "" -#: gawkapi.c:1209 +#: gawkapi.c:1212 #, c-format msgid "api_flatten_array_typed: could not convert value %d to %s\n" msgstr "" -#: gawkapi.c:1305 gawkapi.c:1321 +#: gawkapi.c:1308 gawkapi.c:1324 msgid "api_get_mpfr: MPFR not supported" msgstr "" -#: gawkapi.c:1352 +#: gawkapi.c:1355 msgid "cannot find end of BEGINFILE rule" msgstr "" -#: gawkapi.c:1406 +#: gawkapi.c:1409 #, c-format msgid "cannot open unrecognized file type `%s' for `%s'" msgstr "" @@ -2611,12 +2611,12 @@ msgstr "" msgid "fflush: cannot flush standard error: %s" msgstr "" -#: io.c:1417 io.c:1507 main.c:641 main.c:688 +#: io.c:1417 io.c:1507 main.c:642 main.c:689 #, c-format msgid "error writing standard output (%s)" msgstr "" -#: io.c:1418 io.c:1517 main.c:643 +#: io.c:1418 io.c:1517 main.c:644 #, c-format msgid "error writing standard error (%s)" msgstr "" @@ -2660,141 +2660,145 @@ msgstr "" msgid "TCP/IP communications are not supported" msgstr "" -#: io.c:2063 +#: io.c:1989 io.c:2032 #, c-format msgid "could not open `%s', mode `%s'" msgstr "" -#: io.c:2119 +#: io.c:1997 io.c:2049 #, c-format msgid "close of master pty failed (%s)" msgstr "" -#: io.c:2121 io.c:2299 io.c:2543 +#: io.c:1999 io.c:2051 io.c:2398 io.c:2642 #, c-format msgid "close of stdout in child failed (%s)" msgstr "" -#: io.c:2124 +#: io.c:2002 io.c:2054 #, c-format msgid "moving slave pty to stdout in child failed (dup: %s)" msgstr "" -#: io.c:2126 io.c:2304 +#: io.c:2004 io.c:2056 io.c:2403 #, c-format msgid "close of stdin in child failed (%s)" msgstr "" -#: io.c:2129 +#: io.c:2007 io.c:2059 #, c-format msgid "moving slave pty to stdin in child failed (dup: %s)" msgstr "" -#: io.c:2131 +#: io.c:2009 io.c:2061 io.c:2083 #, c-format msgid "close of slave pty failed (%s)" msgstr "" -#: io.c:2234 io.c:2302 io.c:2514 io.c:2546 +#: io.c:2245 +msgid "could not create child process or open pty" +msgstr "" + +#: io.c:2333 io.c:2401 io.c:2613 io.c:2645 #, c-format msgid "moving pipe to stdout in child failed (dup: %s)" msgstr "" -#: io.c:2241 io.c:2307 +#: io.c:2340 io.c:2406 #, c-format msgid "moving pipe to stdin in child failed (dup: %s)" msgstr "" -#: io.c:2267 io.c:2536 +#: io.c:2366 io.c:2635 msgid "restoring stdout in parent process failed\n" msgstr "" -#: io.c:2275 +#: io.c:2374 msgid "restoring stdin in parent process failed\n" msgstr "" -#: io.c:2310 io.c:2548 io.c:2563 +#: io.c:2409 io.c:2647 io.c:2662 #, c-format msgid "close of pipe failed (%s)" msgstr "" -#: io.c:2369 +#: io.c:2468 msgid "`|&' not supported" msgstr "" -#: io.c:2499 +#: io.c:2598 #, c-format msgid "cannot open pipe `%s' (%s)" msgstr "" -#: io.c:2557 +#: io.c:2656 #, c-format msgid "cannot create child process for `%s' (fork: %s)" msgstr "" -#: io.c:2695 +#: io.c:2794 msgid "getline: attempt to read from closed read end of two-way pipe" msgstr "" -#: io.c:3013 +#: io.c:3118 msgid "register_input_parser: received NULL pointer" msgstr "" -#: io.c:3041 +#: io.c:3146 #, c-format msgid "input parser `%s' conflicts with previously installed input parser `%s'" msgstr "" -#: io.c:3048 +#: io.c:3153 #, c-format msgid "input parser `%s' failed to open `%s'" msgstr "" -#: io.c:3068 +#: io.c:3173 msgid "register_output_wrapper: received NULL pointer" msgstr "" -#: io.c:3096 +#: io.c:3201 #, c-format msgid "" "output wrapper `%s' conflicts with previously installed output wrapper `%s'" msgstr "" -#: io.c:3103 +#: io.c:3208 #, c-format msgid "output wrapper `%s' failed to open `%s'" msgstr "" -#: io.c:3124 +#: io.c:3229 msgid "register_output_processor: received NULL pointer" msgstr "" -#: io.c:3153 +#: io.c:3258 #, c-format msgid "" "two-way processor `%s' conflicts with previously installed two-way processor " "`%s'" msgstr "" -#: io.c:3162 +#: io.c:3267 #, c-format msgid "two way processor `%s' failed to open `%s'" msgstr "" -#: io.c:3286 +#: io.c:3391 #, c-format msgid "data file `%s' is empty" msgstr "" -#: io.c:3328 io.c:3336 +#: io.c:3433 io.c:3441 msgid "could not allocate more input memory" msgstr "" -#: io.c:3954 +#: io.c:4059 msgid "multicharacter value of `RS' is a gawk extension" msgstr "" -#: io.c:4108 +#: io.c:4213 msgid "IPv6 communication is not supported" msgstr "" @@ -2987,24 +2991,25 @@ msgid "" "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" "\n" msgstr "" -#: main.c:622 +#: main.c:623 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:626 +#: main.c:627 msgid "" "Examples:\n" "\tgawk '{ sum += $1 }; END { print sum }' file\n" "\tgawk -F: '{ print $1 }' /etc/passwd\n" msgstr "" -#: main.c:658 +#: main.c:659 #, c-format msgid "" "Copyright (C) 1989, 1991-%d Free Software Foundation.\n" @@ -3016,7 +3021,7 @@ msgid "" "\n" msgstr "" -#: main.c:666 +#: main.c:667 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" @@ -3025,133 +3030,133 @@ msgid "" "\n" msgstr "" -#: main.c:672 +#: main.c:673 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:713 +#: main.c:714 msgid "-Ft does not set FS to tab in POSIX awk" msgstr "" -#: main.c:1115 +#: main.c:1116 #, c-format msgid "" "%s: `%s' argument to `-v' not in `var=value' form\n" "\n" msgstr "" -#: main.c:1141 +#: main.c:1142 #, c-format msgid "`%s' is not a legal variable name" msgstr "" -#: main.c:1144 +#: main.c:1145 #, c-format msgid "`%s' is not a variable name, looking for file `%s=%s'" msgstr "" -#: main.c:1148 +#: main.c:1149 #, c-format msgid "cannot use gawk builtin `%s' as variable name" msgstr "" -#: main.c:1153 +#: main.c:1154 #, c-format msgid "cannot use function `%s' as variable name" msgstr "" -#: main.c:1208 +#: main.c:1209 msgid "floating point exception" msgstr "" -#: main.c:1215 +#: main.c:1216 msgid "fatal error: internal error" msgstr "" -#: main.c:1230 +#: main.c:1231 msgid "fatal error: internal error: segfault" msgstr "" -#: main.c:1242 +#: main.c:1243 msgid "fatal error: internal error: stack overflow" msgstr "" -#: main.c:1301 +#: main.c:1302 #, c-format msgid "no pre-opened fd %d" msgstr "" -#: main.c:1308 +#: main.c:1309 #, c-format msgid "could not pre-open /dev/null for fd %d" msgstr "" -#: main.c:1522 +#: main.c:1523 msgid "empty argument to `-e/--source' ignored" msgstr "" -#: main.c:1593 +#: main.c:1594 msgid "-M ignored: MPFR/GMP support not compiled in" msgstr "" -#: main.c:1618 +#: main.c:1619 #, c-format msgid "%s: option `-W %s' unrecognized, ignored\n" msgstr "" -#: main.c:1671 +#: main.c:1672 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: mpfr.c:542 +#: mpfr.c:546 #, c-format msgid "PREC value `%.*s' is invalid" msgstr "" -#: mpfr.c:600 +#: mpfr.c:605 #, c-format msgid "RNDMODE value `%.*s' is invalid" msgstr "" -#: mpfr.c:697 +#: mpfr.c:702 #, c-format msgid "%s: received non-numeric argument" msgstr "" -#: mpfr.c:806 +#: mpfr.c:811 msgid "compl(%Rg): negative value is not allowed" msgstr "" -#: mpfr.c:811 +#: mpfr.c:816 msgid "comp(%Rg): fractional value will be truncated" msgstr "" -#: mpfr.c:822 +#: mpfr.c:827 #, c-format msgid "compl(%Zd): negative values are not allowed" msgstr "" -#: mpfr.c:840 +#: mpfr.c:845 #, c-format msgid "%s: received non-numeric argument #%d" msgstr "" -#: mpfr.c:850 +#: mpfr.c:855 msgid "%s: argument #%d has invalid value %Rg, using 0" msgstr "" -#: mpfr.c:861 +#: mpfr.c:866 msgid "%s: argument #%d negative value %Rg is not allowed" msgstr "" -#: mpfr.c:868 +#: mpfr.c:873 msgid "%s: argument #%d fractional value %Rg will be truncated" msgstr "" -#: mpfr.c:882 +#: mpfr.c:887 #, c-format msgid "%s: argument #%d negative value %Zd is not allowed" msgstr "" @@ -3161,40 +3166,40 @@ msgstr "" msgid "cmd. line:" msgstr "" -#: node.c:424 +#: node.c:433 msgid "backslash at end of string" msgstr "" -#: node.c:450 +#: node.c:459 msgid "could not make typed regex" msgstr "" -#: node.c:524 +#: node.c:533 #, c-format msgid "old awk does not support the `\\%c' escape sequence" msgstr "" -#: node.c:575 +#: node.c:584 msgid "POSIX does not allow `\\x' escapes" msgstr "" -#: node.c:581 +#: node.c:590 msgid "no hex digits in `\\x' escape sequence" msgstr "" -#: node.c:602 +#: node.c:611 #, c-format msgid "" "hex escape \\x%.*s of %d characters probably not interpreted the way you " "expect" msgstr "" -#: node.c:617 +#: node.c:626 #, c-format msgid "escape sequence `\\%c' treated as plain `%c'" msgstr "" -#: node.c:753 +#: node.c:762 msgid "" "Invalid multibyte data detected. There may be a mismatch between your data " "and your locale." @@ -3307,58 +3312,58 @@ msgstr "" msgid "unbalanced )" msgstr "" -#: support/getopt.c:604 support/getopt.c:633 +#: support/getopt.c:605 support/getopt.c:634 #, c-format msgid "%s: option '%s' is ambiguous; possibilities:" msgstr "" -#: support/getopt.c:679 support/getopt.c:683 +#: support/getopt.c:680 support/getopt.c:684 #, c-format msgid "%s: option '--%s' doesn't allow an argument\n" msgstr "" -#: support/getopt.c:692 support/getopt.c:697 +#: support/getopt.c:693 support/getopt.c:698 #, c-format msgid "%s: option '%c%s' doesn't allow an argument\n" msgstr "" -#: support/getopt.c:740 support/getopt.c:759 +#: support/getopt.c:741 support/getopt.c:760 #, c-format msgid "%s: option '--%s' requires an argument\n" msgstr "" -#: support/getopt.c:797 support/getopt.c:800 +#: support/getopt.c:798 support/getopt.c:801 #, c-format msgid "%s: unrecognized option '--%s'\n" msgstr "" -#: support/getopt.c:808 support/getopt.c:811 +#: support/getopt.c:809 support/getopt.c:812 #, c-format msgid "%s: unrecognized option '%c%s'\n" msgstr "" -#: support/getopt.c:860 support/getopt.c:863 +#: support/getopt.c:861 support/getopt.c:864 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "" -#: support/getopt.c:916 support/getopt.c:933 support/getopt.c:1143 -#: support/getopt.c:1161 +#: support/getopt.c:917 support/getopt.c:934 support/getopt.c:1144 +#: support/getopt.c:1162 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "" -#: support/getopt.c:989 support/getopt.c:1005 +#: support/getopt.c:990 support/getopt.c:1006 #, c-format msgid "%s: option '-W %s' is ambiguous\n" msgstr "" -#: support/getopt.c:1029 support/getopt.c:1047 +#: support/getopt.c:1030 support/getopt.c:1048 #, c-format msgid "%s: option '-W %s' doesn't allow an argument\n" msgstr "" -#: support/getopt.c:1068 support/getopt.c:1086 +#: support/getopt.c:1069 support/getopt.c:1087 #, c-format msgid "%s: option '-W %s' requires an argument\n" msgstr "" @@ -3431,15 +3436,15 @@ msgstr "" msgid "Unmatched ) or \\)" msgstr "" -#: support/regcomp.c:701 +#: support/regcomp.c:703 msgid "No previous regular expression" msgstr "" -#: symbol.c:684 +#: symbol.c:687 #, c-format msgid "function `%s': can't use function `%s' as a parameter name" msgstr "" -#: symbol.c:814 +#: symbol.c:817 msgid "can not pop main context" msgstr "" |