diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 1337 |
1 files changed, 366 insertions, 971 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index c03b7eff..d0257c16 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,15 +6,9 @@ #, fuzzy msgid "" msgstr "" -<<<<<<< HEAD "Project-Id-Version: gawk 4.0.71\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-12-15 21:58+0200\n" -======= -"Project-Id-Version: gawk 4.0.2\n" -"Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2012-12-23 14:16+0200\n" ->>>>>>> gawk-4.0-stable +"POT-Creation-Date: 2012-12-25 22:35+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" @@ -23,823 +17,480 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: array.c:252 +#: array.c:254 #, c-format msgid "from %s" msgstr "" -#: array.c:352 +#: array.c:354 msgid "attempt to use a scalar value as array" msgstr "" -#: array.c:354 +#: array.c:356 #, c-format msgid "attempt to use scalar parameter `%s' as an array" msgstr "" -#: array.c:357 +#: array.c:359 #, c-format msgid "attempt to use scalar `%s' as an array" msgstr "" -<<<<<<< HEAD -#: array.c:404 array.c:570 builtin.c:85 builtin.c:1582 builtin.c:1624 -#: builtin.c:1637 builtin.c:2063 builtin.c:2075 eval.c:1118 eval.c:1122 -#: eval.c:1519 -======= -#: array.c:302 array.c:707 builtin.c:84 builtin.c:1404 builtin.c:1446 -#: builtin.c:1459 builtin.c:1878 builtin.c:1890 eval.c:1135 eval.c:1139 -#: eval.c:1495 eval.c:1818 ->>>>>>> gawk-4.0-stable +#: array.c:406 array.c:573 builtin.c:85 builtin.c:1594 builtin.c:1636 +#: builtin.c:1649 builtin.c:2075 builtin.c:2087 eval.c:1121 eval.c:1125 +#: eval.c:1524 #, c-format msgid "attempt to use array `%s' in a scalar context" msgstr "" -#: array.c:577 +#: array.c:580 #, c-format msgid "delete: index `%s' not in array `%s'" msgstr "" -<<<<<<< HEAD -#: array.c:591 -======= -#: array.c:734 eval.c:1871 ->>>>>>> gawk-4.0-stable +#: array.c:594 #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "" -#: array.c:770 +#: array.c:773 msgid "adump: first argument not an array" msgstr "" -#: array.c:809 +#: array.c:812 msgid "asort: second argument not an array" msgstr "" -#: array.c:810 +#: array.c:813 msgid "asorti: second argument not an array" msgstr "" -#: array.c:817 +#: array.c:820 msgid "asort: first argument not an array" msgstr "" -#: array.c:818 +#: array.c:821 msgid "asorti: first argument not an array" msgstr "" -#: array.c:825 +#: array.c:828 msgid "asort: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:826 +#: array.c:829 msgid "asorti: cannot use a subarray of first arg for second arg" msgstr "" -#: array.c:831 +#: array.c:834 msgid "asort: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:832 +#: array.c:835 msgid "asorti: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:1300 +#: array.c:1309 #, c-format msgid "`%s' is invalid as a function name" msgstr "" -#: array.c:1304 +#: array.c:1313 #, c-format msgid "sort comparison function `%s' is not defined" msgstr "" -<<<<<<< HEAD -#: awkgram.y:230 -======= -#: awkgram.y:250 ->>>>>>> gawk-4.0-stable +#: awkgram.y:233 #, c-format msgid "%s blocks must have an action part" msgstr "" -<<<<<<< HEAD -#: awkgram.y:233 -msgid "each rule must have a pattern or an action part" -msgstr "" - -#: awkgram.y:322 awkgram.y:333 -msgid "old awk does not support multiple `BEGIN' or `END' rules" -msgstr "" - -#: awkgram.y:370 -======= -#: awkgram.y:253 +#: awkgram.y:236 msgid "each rule must have a pattern or an action part" msgstr "" -#: awkgram.y:324 awkgram.y:335 +#: awkgram.y:325 awkgram.y:336 msgid "old awk does not support multiple `BEGIN' or `END' rules" msgstr "" -#: awkgram.y:372 ->>>>>>> gawk-4.0-stable +#: awkgram.y:373 #, c-format msgid "`%s' is a built-in function, it cannot be redefined" msgstr "" -<<<<<<< HEAD -#: awkgram.y:416 +#: awkgram.y:419 msgid "regexp constant `//' looks like a C++ comment, but is not" msgstr "" -#: awkgram.y:420 -======= -#: awkgram.y:433 -msgid "regexp constant `//' looks like a C++ comment, but is not" -msgstr "" - -#: awkgram.y:437 ->>>>>>> gawk-4.0-stable +#: awkgram.y:423 #, c-format msgid "regexp constant `/%s/' looks like a C comment, but is not" msgstr "" -<<<<<<< HEAD -#: awkgram.y:512 -======= -#: awkgram.y:529 ->>>>>>> gawk-4.0-stable +#: awkgram.y:515 #, c-format msgid "duplicate case values in switch body: %s" msgstr "" -<<<<<<< HEAD -#: awkgram.y:533 +#: awkgram.y:536 msgid "duplicate `default' detected in switch body" msgstr "" -#: awkgram.y:793 awkgram.y:3681 +#: awkgram.y:796 awkgram.y:3687 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:802 awkgram.y:3673 +#: awkgram.y:805 awkgram.y:3679 msgid "`continue' is not allowed outside a loop" msgstr "" -#: awkgram.y:812 -======= -#: awkgram.y:550 -msgid "duplicate `default' detected in switch body" -msgstr "" - -#: awkgram.y:810 -msgid "`break' is not allowed outside a loop or switch" -msgstr "" - -#: awkgram.y:819 -msgid "`continue' is not allowed outside a loop" -msgstr "" - -#: awkgram.y:829 ->>>>>>> gawk-4.0-stable +#: awkgram.y:815 #, c-format msgid "`next' used in %s action" msgstr "" -<<<<<<< HEAD -#: awkgram.y:821 -======= -#: awkgram.y:838 ->>>>>>> gawk-4.0-stable +#: awkgram.y:824 #, c-format msgid "`nextfile' used in %s action" msgstr "" -<<<<<<< HEAD -#: awkgram.y:845 +#: awkgram.y:848 msgid "`return' used outside function context" msgstr "" -#: awkgram.y:919 +#: awkgram.y:922 msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" msgstr "" -#: awkgram.y:985 awkgram.y:1034 +#: awkgram.y:988 awkgram.y:1037 msgid "`delete' is not allowed with SYMTAB" msgstr "" -#: awkgram.y:987 awkgram.y:1036 +#: awkgram.y:990 awkgram.y:1039 msgid "`delete' is not allowed with FUNCTAB" msgstr "" -#: awkgram.y:1021 awkgram.y:1025 +#: awkgram.y:1024 awkgram.y:1028 msgid "`delete(array)' is a non-portable tawk extension" msgstr "" -#: awkgram.y:1146 +#: awkgram.y:1149 msgid "multistage two-way pipelines don't work" msgstr "" -#: awkgram.y:1249 +#: awkgram.y:1252 msgid "regular expression on right of assignment" msgstr "" -#: awkgram.y:1260 +#: awkgram.y:1263 msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1276 awkgram.y:1427 +#: awkgram.y:1279 awkgram.y:1430 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" -#: awkgram.y:1286 +#: awkgram.y:1289 msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1402 -======= -#: awkgram.y:862 -msgid "`return' used outside function context" -msgstr "" - -#: awkgram.y:922 -msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" -msgstr "" - -#: awkgram.y:1017 awkgram.y:1021 -msgid "`delete(array)' is a non-portable tawk extension" -msgstr "" - -#: awkgram.y:1133 -msgid "multistage two-way pipelines don't work" -msgstr "" - -#: awkgram.y:1236 -msgid "regular expression on right of assignment" -msgstr "" - -#: awkgram.y:1247 -msgid "regular expression on left of `~' or `!~' operator" -msgstr "" - -#: awkgram.y:1263 awkgram.y:1417 -msgid "old awk does not support the keyword `in' except after `for'" -msgstr "" - -#: awkgram.y:1273 -msgid "regular expression on right of comparison" -msgstr "" - -#: awkgram.y:1392 ->>>>>>> gawk-4.0-stable +#: awkgram.y:1405 #, c-format msgid "`getline var' invalid inside `%s' rule" msgstr "" -<<<<<<< HEAD -#: awkgram.y:1405 -======= -#: awkgram.y:1395 eval.c:2522 ->>>>>>> gawk-4.0-stable +#: awkgram.y:1408 #, c-format msgid "`getline' invalid inside `%s' rule" msgstr "" -<<<<<<< HEAD -#: awkgram.y:1410 -msgid "non-redirected `getline' undefined inside END action" -msgstr "" - -#: awkgram.y:1429 -msgid "old awk does not support multidimensional arrays" -msgstr "" - -#: awkgram.y:1526 -msgid "call of `length' without parentheses is not portable" -msgstr "" - -#: awkgram.y:1592 -msgid "indirect function calls are a gawk extension" -msgstr "" - -#: awkgram.y:1605 -======= -#: awkgram.y:1400 +#: awkgram.y:1413 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1419 +#: awkgram.y:1432 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1515 +#: awkgram.y:1529 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1578 +#: awkgram.y:1595 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1591 ->>>>>>> gawk-4.0-stable +#: awkgram.y:1608 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -<<<<<<< HEAD -#: awkgram.y:1683 -msgid "invalid subscript expression" -msgstr "" - -#: awkgram.y:2006 awkgram.y:2026 gawkapi.c:207 gawkapi.c:225 msg.c:119 -msgid "warning: " -msgstr "" - -#: awkgram.y:2024 gawkapi.c:193 gawkapi.c:222 msg.c:151 -msgid "fatal: " -msgstr "" - -#: awkgram.y:2074 -msgid "unexpected newline or end of string" -msgstr "" - -#: awkgram.y:2341 awkgram.y:2417 awkgram.y:2640 debug.c:517 debug.c:533 -#: debug.c:2790 debug.c:5038 -======= -#: awkgram.y:1669 +#: awkgram.y:1686 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:1709 -msgid "use of non-array as array" -msgstr "" - -#: awkgram.y:1972 awkgram.y:1992 msg.c:98 +#: awkgram.y:2012 awkgram.y:2032 gawkapi.c:206 gawkapi.c:224 msg.c:119 msgid "warning: " msgstr "" -#: awkgram.y:1990 msg.c:130 +#: awkgram.y:2030 gawkapi.c:192 gawkapi.c:221 msg.c:151 msgid "fatal: " msgstr "" -#: awkgram.y:2040 +#: awkgram.y:2080 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2297 awkgram.y:2355 awkgram.y:2539 ->>>>>>> gawk-4.0-stable +#: awkgram.y:2347 awkgram.y:2423 awkgram.y:2646 debug.c:517 debug.c:533 +#: debug.c:2792 debug.c:5040 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -<<<<<<< HEAD -#: awkgram.y:2342 awkgram.y:2467 +#: awkgram.y:2348 awkgram.y:2473 #, c-format msgid "can't open shared library `%s' for reading (%s)" msgstr "" -#: awkgram.y:2344 awkgram.y:2418 awkgram.y:2468 builtin.c:130 debug.c:5189 +#: awkgram.y:2350 awkgram.y:2424 awkgram.y:2474 builtin.c:130 debug.c:5191 msgid "reason unknown" msgstr "" -#: awkgram.y:2353 awkgram.y:2377 +#: awkgram.y:2359 awkgram.y:2383 #, c-format msgid "can't include `%s' and use it as a program file" msgstr "" -#: awkgram.y:2366 -======= -#: awkgram.y:2298 awkgram.y:2356 builtin.c:122 -msgid "reason unknown" -msgstr "" - -#: awkgram.y:2314 ->>>>>>> gawk-4.0-stable +#: awkgram.y:2372 #, c-format msgid "already included source file `%s'" msgstr "" -<<<<<<< HEAD -#: awkgram.y:2367 +#: awkgram.y:2373 #, c-format msgid "already loaded shared library `%s'" msgstr "" -#: awkgram.y:2402 +#: awkgram.y:2408 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2408 +#: awkgram.y:2414 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2452 +#: awkgram.y:2458 msgid "@load is a gawk extension" msgstr "" -#: awkgram.y:2458 +#: awkgram.y:2464 msgid "empty filename after @load" msgstr "" -#: awkgram.y:2592 +#: awkgram.y:2598 msgid "empty program text on command line" msgstr "" -#: awkgram.y:2707 -======= -#: awkgram.y:2340 -msgid "@include is a gawk extension" -msgstr "" - -#: awkgram.y:2346 -msgid "empty filename after @include" -msgstr "" - -#: awkgram.y:2491 -msgid "empty program text on command line" -msgstr "" - -#: awkgram.y:2606 ->>>>>>> gawk-4.0-stable +#: awkgram.y:2713 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -<<<<<<< HEAD -#: awkgram.y:2718 -======= -#: awkgram.y:2617 ->>>>>>> gawk-4.0-stable +#: awkgram.y:2724 #, c-format msgid "source file `%s' is empty" msgstr "" -<<<<<<< HEAD -#: awkgram.y:2895 -msgid "source file does not end in newline" -msgstr "" - -#: awkgram.y:3000 -msgid "unterminated regexp ends with `\\' at end of file" -msgstr "" - -#: awkgram.y:3024 -======= -#: awkgram.y:2794 +#: awkgram.y:2901 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:2897 +#: awkgram.y:3006 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:2921 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3030 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3028 -======= -#: awkgram.y:2925 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3034 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3035 +#: awkgram.y:3041 msgid "unterminated regexp" msgstr "" -#: awkgram.y:3039 +#: awkgram.y:3045 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:3098 +#: awkgram.y:3104 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:3114 -msgid "backslash not last character on line" -msgstr "" - -#: awkgram.y:3175 -msgid "POSIX does not allow operator `**='" -msgstr "" - -#: awkgram.y:3177 -msgid "old awk does not support operator `**='" -msgstr "" - -#: awkgram.y:3186 -msgid "POSIX does not allow operator `**'" -msgstr "" - -#: awkgram.y:3188 -msgid "old awk does not support operator `**'" -msgstr "" - -#: awkgram.y:3223 -msgid "operator `^=' is not supported in old awk" -msgstr "" - -#: awkgram.y:3231 -msgid "operator `^' is not supported in old awk" -msgstr "" - -#: awkgram.y:3324 awkgram.y:3340 command.y:1178 -msgid "unterminated string" -msgstr "" - -#: awkgram.y:3561 -======= -#: awkgram.y:2932 -msgid "unterminated regexp" -msgstr "" - -#: awkgram.y:2936 -msgid "unterminated regexp at end of file" -msgstr "" - -#: awkgram.y:2995 -msgid "use of `\\ #...' line continuation is not portable" -msgstr "" - -#: awkgram.y:3011 +#: awkgram.y:3120 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3072 +#: awkgram.y:3181 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3074 +#: awkgram.y:3183 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3083 +#: awkgram.y:3192 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3085 +#: awkgram.y:3194 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3120 +#: awkgram.y:3229 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3128 +#: awkgram.y:3237 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3221 awkgram.y:3237 +#: awkgram.y:3330 awkgram.y:3346 command.y:1178 msgid "unterminated string" msgstr "" -#: awkgram.y:3433 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3567 #, c-format msgid "invalid char '%c' in expression" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3608 -======= -#: awkgram.y:3480 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3614 #, c-format msgid "`%s' is a gawk extension" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3613 -======= -#: awkgram.y:3485 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3619 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3621 -======= -#: awkgram.y:3493 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3627 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3711 -msgid "`goto' considered harmful!\n" -msgstr "" - -#: awkgram.y:3745 -======= -#: awkgram.y:3560 +#: awkgram.y:3717 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3611 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3751 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3780 -======= -#: awkgram.y:3646 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3786 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3785 -======= -#: awkgram.y:3651 ->>>>>>> gawk-4.0-stable +#: awkgram.y:3791 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -<<<<<<< HEAD -#: awkgram.y:3864 awkgram.y:3867 -msgid "match: third argument is a gawk extension" -msgstr "" - -#: awkgram.y:3921 awkgram.y:3924 -msgid "close: second argument is a gawk extension" -msgstr "" - -#: awkgram.y:3936 -msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" -msgstr "" - -#: awkgram.y:3951 -msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" -msgstr "" - -#: awkgram.y:4017 -======= -#: awkgram.y:3724 awkgram.y:3727 +#: awkgram.y:3874 awkgram.y:3877 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3781 awkgram.y:3784 +#: awkgram.y:3931 awkgram.y:3934 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:3796 +#: awkgram.y:3946 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3811 +#: awkgram.y:3961 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3903 -#, c-format -msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" -msgstr "" - -#: awkgram.y:3945 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4027 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4074 debug.c:4019 debug.c:4062 debug.c:5187 -======= -#: awkgram.y:4103 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4084 debug.c:4021 debug.c:4064 debug.c:5189 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4075 +#: awkgram.y:4085 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4083 -======= -#: awkgram.y:4104 -msgid "sending variable list to standard error" -msgstr "" - -#: awkgram.y:4110 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4093 #, c-format msgid "%s: close failed (%s)" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4108 +#: awkgram.y:4118 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4116 +#: awkgram.y:4126 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4187 +#: awkgram.y:4197 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4233 -======= -#: awkgram.y:4162 -msgid "shadow_funcs() called twice!" -msgstr "" - -#: awkgram.y:4168 -msgid "there were shadowed variables." -msgstr "" - -#: awkgram.y:4198 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4243 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4236 -======= -#: awkgram.y:4202 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4246 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4244 -======= -#: awkgram.y:4218 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4254 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4338 awkgram.y:4342 -======= -#: awkgram.y:4386 awkgram.y:4392 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4348 awkgram.y:4352 #, c-format msgid "function `%s' called but never defined" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4347 -======= -#: awkgram.y:4395 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4357 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4379 -======= -#: awkgram.y:4427 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4389 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4425 -======= -#: awkgram.y:4549 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4448 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -<<<<<<< HEAD -#: awkgram.y:4658 +#: awkgram.y:4684 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4667 -======= -#: awkgram.y:4796 eval.c:2062 -msgid "division by zero attempted" -msgstr "" - -#: awkgram.y:4805 eval.c:2078 ->>>>>>> gawk-4.0-stable +#: awkgram.y:4693 #, c-format msgid "division by zero attempted in `%%'" msgstr "" @@ -889,408 +540,359 @@ msgstr "" msgid "int: received non-numeric argument" msgstr "" -#: builtin.c:519 +#: builtin.c:520 msgid "length: received array argument" msgstr "" -#: builtin.c:522 +#: builtin.c:523 msgid "`length(array)' is a gawk extension" msgstr "" -#: builtin.c:530 +#: builtin.c:539 msgid "length: received non-string argument" msgstr "" -#: builtin.c:561 +#: builtin.c:570 msgid "log: received non-numeric argument" msgstr "" -#: builtin.c:564 +#: builtin.c:573 #, c-format msgid "log: received negative argument %g" msgstr "" -#: builtin.c:762 builtin.c:767 +#: builtin.c:771 builtin.c:776 msgid "fatal: must use `count$' on all formats or none" msgstr "" -#: builtin.c:837 +#: builtin.c:846 #, c-format msgid "field width is ignored for `%%' specifier" msgstr "" -#: builtin.c:839 +#: builtin.c:848 #, c-format msgid "precision is ignored for `%%' specifier" msgstr "" -#: builtin.c:841 +#: builtin.c:850 #, c-format msgid "field width and precision are ignored for `%%' specifier" msgstr "" -#: builtin.c:892 +#: builtin.c:901 msgid "fatal: `$' is not permitted in awk formats" msgstr "" -#: builtin.c:901 +#: builtin.c:910 msgid "fatal: arg count with `$' must be > 0" msgstr "" -#: builtin.c:905 +#: builtin.c:914 #, c-format msgid "fatal: arg count %ld greater than total number of supplied arguments" msgstr "" -#: builtin.c:909 +#: builtin.c:918 msgid "fatal: `$' not permitted after period in format" msgstr "" -#: builtin.c:925 +#: builtin.c:934 msgid "fatal: no `$' supplied for positional field width or precision" msgstr "" -#: builtin.c:997 +#: builtin.c:1006 msgid "`l' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:1001 +#: builtin.c:1010 msgid "fatal: `l' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:1014 +#: builtin.c:1023 msgid "`L' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:1018 +#: builtin.c:1027 msgid "fatal: `L' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:1031 +#: builtin.c:1040 msgid "`h' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:1035 +#: builtin.c:1044 msgid "fatal: `h' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:1430 +#: builtin.c:1439 #, c-format msgid "[s]printf: value %g is out of range for `%%%c' format" msgstr "" -#: builtin.c:1528 +#: builtin.c:1537 #, c-format msgid "ignoring unknown format specifier character `%c': no argument converted" msgstr "" -#: builtin.c:1533 +#: builtin.c:1542 msgid "fatal: not enough arguments to satisfy format string" msgstr "" -#: builtin.c:1535 +#: builtin.c:1544 msgid "^ ran out for this one" msgstr "" -#: builtin.c:1542 +#: builtin.c:1551 msgid "[s]printf: format specifier does not have control letter" msgstr "" -#: builtin.c:1545 +#: builtin.c:1554 msgid "too many arguments supplied for format string" msgstr "" -<<<<<<< HEAD -#: builtin.c:1620 builtin.c:1631 -msgid "printf: no arguments" -msgstr "" - -#: builtin.c:1672 -msgid "sqrt: received non-numeric argument" -msgstr "" - -#: builtin.c:1676 -======= -#: builtin.c:1396 +#: builtin.c:1586 msgid "[s]printf called with no arguments" msgstr "" -#: builtin.c:1442 builtin.c:1453 +#: builtin.c:1632 builtin.c:1643 msgid "printf: no arguments" msgstr "" -#: builtin.c:1494 +#: builtin.c:1684 msgid "sqrt: received non-numeric argument" msgstr "" -#: builtin.c:1498 ->>>>>>> gawk-4.0-stable +#: builtin.c:1688 #, c-format msgid "sqrt: called with negative argument %g" msgstr "" -<<<<<<< HEAD -#: builtin.c:1707 -======= -#: builtin.c:1522 ->>>>>>> gawk-4.0-stable +#: builtin.c:1719 #, c-format msgid "substr: length %g is not >= 1" msgstr "" -<<<<<<< HEAD -#: builtin.c:1709 -======= -#: builtin.c:1524 ->>>>>>> gawk-4.0-stable +#: builtin.c:1721 #, c-format msgid "substr: length %g is not >= 0" msgstr "" -<<<<<<< HEAD -#: builtin.c:1716 -======= -#: builtin.c:1531 ->>>>>>> gawk-4.0-stable +#: builtin.c:1728 #, c-format msgid "substr: non-integer length %g will be truncated" msgstr "" -<<<<<<< HEAD -#: builtin.c:1721 -======= -#: builtin.c:1536 ->>>>>>> gawk-4.0-stable +#: builtin.c:1733 #, c-format msgid "substr: length %g too big for string indexing, truncating to %g" msgstr "" -<<<<<<< HEAD -#: builtin.c:1733 -======= -#: builtin.c:1548 ->>>>>>> gawk-4.0-stable +#: builtin.c:1745 #, c-format msgid "substr: start index %g is invalid, using 1" msgstr "" -<<<<<<< HEAD -#: builtin.c:1738 -======= -#: builtin.c:1553 ->>>>>>> gawk-4.0-stable +#: builtin.c:1750 #, c-format msgid "substr: non-integer start index %g will be truncated" msgstr "" -<<<<<<< HEAD -#: builtin.c:1763 +#: builtin.c:1775 msgid "substr: source string is zero length" msgstr "" -#: builtin.c:1779 -======= -#: builtin.c:1578 -msgid "substr: source string is zero length" -msgstr "" - -#: builtin.c:1594 ->>>>>>> gawk-4.0-stable +#: builtin.c:1791 #, c-format msgid "substr: start index %g is past end of string" msgstr "" -<<<<<<< HEAD -#: builtin.c:1787 -======= -#: builtin.c:1602 ->>>>>>> gawk-4.0-stable +#: builtin.c:1799 #, c-format msgid "" "substr: length %g at start index %g exceeds length of first argument (%lu)" msgstr "" -<<<<<<< HEAD -#: builtin.c:1861 +#: builtin.c:1873 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" -#: builtin.c:1884 +#: builtin.c:1896 msgid "strftime: received non-numeric second argument" msgstr "" -#: builtin.c:1888 +#: builtin.c:1900 msgid "strftime: second argument less than 0 or too big for time_t" msgstr "" -#: builtin.c:1895 +#: builtin.c:1907 msgid "strftime: received non-string first argument" msgstr "" -#: builtin.c:1902 +#: builtin.c:1914 msgid "strftime: received empty format string" msgstr "" -#: builtin.c:1968 +#: builtin.c:1980 msgid "mktime: received non-string argument" msgstr "" -#: builtin.c:1985 +#: builtin.c:1997 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:2020 +#: builtin.c:2032 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:2025 +#: builtin.c:2037 msgid "system: received non-string argument" msgstr "" -#: builtin.c:2143 +#: builtin.c:2155 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2230 +#: builtin.c:2242 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:2264 +#: builtin.c:2276 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:2300 mpfr.c:685 +#: builtin.c:2312 mpfr.c:685 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:2302 mpfr.c:687 +#: builtin.c:2314 mpfr.c:687 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:2321 +#: builtin.c:2333 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:2337 +#: builtin.c:2349 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:2390 mpfr.c:1137 +#: builtin.c:2402 mpfr.c:1137 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:2421 +#: builtin.c:2433 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2686 +#: builtin.c:2705 msgid "gensub: third argument of 0 treated as 1" msgstr "" -#: builtin.c:2979 +#: builtin.c:2998 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:2981 +#: builtin.c:3000 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:2987 +#: builtin.c:3006 #, c-format msgid "lshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:2989 +#: builtin.c:3008 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:2991 +#: builtin.c:3010 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3016 +#: builtin.c:3035 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3018 +#: builtin.c:3037 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3024 +#: builtin.c:3043 #, c-format msgid "rshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:3026 +#: builtin.c:3045 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3028 +#: builtin.c:3047 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3053 +#: builtin.c:3072 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3058 +#: builtin.c:3077 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3062 +#: builtin.c:3081 #, c-format msgid "and: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3085 +#: builtin.c:3104 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3090 +#: builtin.c:3109 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3094 +#: builtin.c:3113 #, c-format msgid "or: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3116 +#: builtin.c:3135 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3122 +#: builtin.c:3141 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3126 +#: builtin.c:3145 #, c-format msgid "xor: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3151 mpfr.c:800 +#: builtin.c:3170 mpfr.c:800 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3157 +#: builtin.c:3176 #, c-format msgid "compl(%f): negative value will give strange results" msgstr "" -#: builtin.c:3159 +#: builtin.c:3178 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3328 +#: builtin.c:3347 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" @@ -1776,7 +1378,7 @@ msgstr "" msgid "no symbol `%s' in current context\n" msgstr "" -#: debug.c:1032 debug.c:1416 +#: debug.c:1032 debug.c:1418 #, c-format msgid "`%s' is not an array\n" msgstr "" @@ -1801,321 +1403,321 @@ msgstr "" msgid "`%s[\"%s\"]' is not an array\n" msgstr "" -#: debug.c:1227 debug.c:4947 +#: debug.c:1227 debug.c:4949 #, c-format msgid "`%s' is not a scalar variable" msgstr "" -#: debug.c:1249 debug.c:4977 +#: debug.c:1249 debug.c:4979 #, c-format msgid "attempt to use array `%s[\"%s\"]' in a scalar context" msgstr "" -#: debug.c:1269 debug.c:4988 +#: debug.c:1271 debug.c:4990 #, c-format msgid "attempt to use scalar `%s[\"%s\"]' as array" msgstr "" -#: debug.c:1412 +#: debug.c:1414 #, c-format msgid "`%s' is a function" msgstr "" -#: debug.c:1454 +#: debug.c:1456 #, c-format msgid "watchpoint %d is unconditional\n" msgstr "" -#: debug.c:1488 +#: debug.c:1490 #, c-format msgid "No display item numbered %ld" msgstr "" -#: debug.c:1491 +#: debug.c:1493 #, c-format msgid "No watch item numbered %ld" msgstr "" -#: debug.c:1517 +#: debug.c:1519 #, c-format msgid "%d: [\"%s\"] not in array `%s'\n" msgstr "" -#: debug.c:1756 +#: debug.c:1758 msgid "attempt to use scalar value as array" msgstr "" -#: debug.c:1845 +#: debug.c:1847 #, c-format msgid "Watchpoint %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1856 +#: debug.c:1858 #, c-format msgid "Display %d deleted because parameter is out of scope.\n" msgstr "" -#: debug.c:1889 +#: debug.c:1891 #, c-format msgid " in file `%s', line %d\n" msgstr "" -#: debug.c:1910 +#: debug.c:1912 #, c-format msgid " at `%s':%d" msgstr "" -#: debug.c:1926 debug.c:1989 +#: debug.c:1928 debug.c:1991 #, c-format msgid "#%ld\tin " msgstr "" -#: debug.c:1963 +#: debug.c:1965 #, c-format msgid "More stack frames follow ...\n" msgstr "" -#: debug.c:2006 +#: debug.c:2008 msgid "invalid frame number" msgstr "" -#: debug.c:2178 +#: debug.c:2180 #, c-format msgid "Note: breakpoint %d (enabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2185 +#: debug.c:2187 #, c-format msgid "Note: breakpoint %d (enabled), also set at %s:%d" msgstr "" -#: debug.c:2192 +#: debug.c:2194 #, c-format msgid "Note: breakpoint %d (disabled, ignore next %ld hits), also set at %s:%d" msgstr "" -#: debug.c:2199 +#: debug.c:2201 #, c-format msgid "Note: breakpoint %d (disabled), also set at %s:%d" msgstr "" -#: debug.c:2216 +#: debug.c:2218 #, c-format msgid "Breakpoint %d set at file `%s', line %d\n" msgstr "" -#: debug.c:2318 +#: debug.c:2320 #, c-format msgid "Can't set breakpoint in file `%s'\n" msgstr "" -#: debug.c:2347 debug.c:2470 debug.c:3328 +#: debug.c:2349 debug.c:2472 debug.c:3330 #, c-format msgid "line number %d in file `%s' out of range" msgstr "" -#: debug.c:2351 +#: debug.c:2353 #, c-format msgid "Can't find rule!!!\n" msgstr "" -#: debug.c:2353 +#: debug.c:2355 #, c-format msgid "Can't set breakpoint at `%s':%d\n" msgstr "" -#: debug.c:2365 +#: debug.c:2367 #, c-format msgid "Can't set breakpoint in function `%s'\n" msgstr "" -#: debug.c:2381 +#: debug.c:2383 #, c-format msgid "breakpoint %d set at file `%s', line %d is unconditional\n" msgstr "" -#: debug.c:2486 debug.c:2508 +#: debug.c:2488 debug.c:2510 #, c-format msgid "Deleted breakpoint %d" msgstr "" -#: debug.c:2492 +#: debug.c:2494 #, c-format msgid "No breakpoint(s) at entry to function `%s'\n" msgstr "" -#: debug.c:2519 +#: debug.c:2521 #, c-format msgid "No breakpoint at file `%s', line #%d\n" msgstr "" -#: debug.c:2574 debug.c:2615 debug.c:2635 debug.c:2678 +#: debug.c:2576 debug.c:2617 debug.c:2637 debug.c:2680 msgid "invalid breakpoint number" msgstr "" -#: debug.c:2590 +#: debug.c:2592 msgid "Delete all breakpoints? (y or n) " msgstr "" -#: debug.c:2591 debug.c:2901 debug.c:2954 +#: debug.c:2593 debug.c:2903 debug.c:2956 msgid "y" msgstr "" -#: debug.c:2640 +#: debug.c:2642 #, c-format msgid "Will ignore next %ld crossing(s) of breakpoint %d.\n" msgstr "" -#: debug.c:2644 +#: debug.c:2646 #, c-format msgid "Will stop next time breakpoint %d is reached.\n" msgstr "" -#: debug.c:2761 +#: debug.c:2763 #, c-format msgid "Can only debug programs provided with the `-f' option.\n" msgstr "" -#: debug.c:2886 +#: debug.c:2888 #, c-format msgid "Failed to restart debugger" msgstr "" -#: debug.c:2900 +#: debug.c:2902 msgid "Program already running. Restart from beginning (y/n)? " msgstr "" -#: debug.c:2904 +#: debug.c:2906 #, c-format msgid "Program not restarted\n" msgstr "" -#: debug.c:2914 +#: debug.c:2916 #, c-format msgid "error: cannot restart, operation not allowed\n" msgstr "" -#: debug.c:2920 +#: debug.c:2922 #, c-format msgid "error (%s): cannot restart, ignoring rest of the commands\n" msgstr "" -#: debug.c:2928 +#: debug.c:2930 #, c-format msgid "Starting program: \n" msgstr "" -#: debug.c:2937 +#: debug.c:2939 #, c-format msgid "Program exited %s with exit value: %d\n" msgstr "" -#: debug.c:2953 +#: debug.c:2955 msgid "The program is running. Exit anyway (y/n)? " msgstr "" -#: debug.c:2988 +#: debug.c:2990 #, c-format msgid "Not stopped at any breakpoint; argument ignored.\n" msgstr "" -#: debug.c:2993 +#: debug.c:2995 #, c-format msgid "invalid breakpoint number %d." msgstr "" -#: debug.c:2998 +#: debug.c:3000 #, c-format msgid "Will ignore next %ld crossings of breakpoint %d.\n" msgstr "" -#: debug.c:3185 +#: debug.c:3187 #, c-format msgid "'finish' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3190 +#: debug.c:3192 #, c-format msgid "Run till return from " msgstr "" -#: debug.c:3233 +#: debug.c:3235 #, c-format msgid "'return' not meaningful in the outermost frame main()\n" msgstr "" -#: debug.c:3347 +#: debug.c:3349 #, c-format msgid "Can't find specified location in function `%s'\n" msgstr "" -#: debug.c:3355 +#: debug.c:3357 #, c-format msgid "invalid source line %d in file `%s'" msgstr "" -#: debug.c:3370 +#: debug.c:3372 #, c-format msgid "Can't find specified location %d in file `%s'\n" msgstr "" -#: debug.c:3402 +#: debug.c:3404 #, c-format msgid "element not in array\n" msgstr "" -#: debug.c:3402 +#: debug.c:3404 #, c-format msgid "untyped variable\n" msgstr "" -#: debug.c:3444 +#: debug.c:3446 #, c-format msgid "Stopping in %s ...\n" msgstr "" -#: debug.c:3521 +#: debug.c:3523 #, c-format msgid "'finish' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:3528 +#: debug.c:3530 #, c-format msgid "'until' not meaningful with non-local jump '%s'\n" msgstr "" -#: debug.c:4163 +#: debug.c:4165 msgid "\t------[Enter] to continue or q [Enter] to quit------" msgstr "" -#: debug.c:4164 +#: debug.c:4166 msgid "q" msgstr "" -#: debug.c:4984 +#: debug.c:4986 #, c-format msgid "[\"%s\"] not in array `%s'" msgstr "" -#: debug.c:5190 +#: debug.c:5192 #, c-format msgid "sending output to stdout\n" msgstr "" -#: debug.c:5230 +#: debug.c:5232 msgid "invalid number" msgstr "" -#: debug.c:5362 +#: debug.c:5366 #, c-format msgid "`%s' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5370 +#: debug.c:5374 msgid "`return' not allowed in current context; statement ignored" msgstr "" -#: debug.c:5571 +#: debug.c:5575 #, c-format msgid "No symbol `%s' in current context" msgstr "" @@ -2157,26 +1759,26 @@ msgstr "" msgid "unbalanced )" msgstr "" -#: eval.c:391 +#: eval.c:394 #, c-format msgid "unknown nodetype %d" msgstr "" -#: eval.c:402 eval.c:416 +#: eval.c:405 eval.c:419 #, c-format msgid "unknown opcode %d" msgstr "" -#: eval.c:413 +#: eval.c:416 #, c-format msgid "opcode %s not an operator or keyword" msgstr "" -#: eval.c:468 +#: eval.c:471 msgid "buffer overflow in genflags2str" msgstr "" -#: eval.c:671 +#: eval.c:674 #, c-format msgid "" "\n" @@ -2184,311 +1786,207 @@ msgid "" "\n" msgstr "" -#: eval.c:700 +#: eval.c:703 msgid "`IGNORECASE' is a gawk extension" msgstr "" -#: eval.c:732 +#: eval.c:735 msgid "`BINMODE' is a gawk extension" msgstr "" -#: eval.c:790 +#: eval.c:793 #, c-format msgid "BINMODE value `%s' is invalid, treated as 3" msgstr "" -#: eval.c:881 +#: eval.c:884 #, c-format msgid "bad `%sFMT' specification `%s'" msgstr "" -#: eval.c:965 +#: eval.c:968 msgid "turning off `--lint' due to assignment to `LINT'" msgstr "" -#: eval.c:1141 -======= -#: builtin.c:1676 -msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" -msgstr "" - -#: builtin.c:1699 -msgid "strftime: received non-numeric second argument" -msgstr "" - -#: builtin.c:1702 -msgid "strftime: second argument less than 0 or too big for time_t" -msgstr "" - -#: builtin.c:1709 -msgid "strftime: received non-string first argument" -msgstr "" - -#: builtin.c:1715 -msgid "strftime: received empty format string" -msgstr "" - -#: builtin.c:1781 -msgid "mktime: received non-string argument" -msgstr "" - -#: builtin.c:1798 -msgid "mktime: at least one of the values is out of the default range" -msgstr "" - -#: builtin.c:1833 -msgid "'system' function not allowed in sandbox mode" -msgstr "" - -#: builtin.c:1838 -msgid "system: received non-string argument" -msgstr "" - -#: builtin.c:1893 eval.c:1159 eval.c:1795 eval.c:1809 ->>>>>>> gawk-4.0-stable +#: eval.c:1146 #, c-format msgid "reference to uninitialized argument `%s'" msgstr "" -<<<<<<< HEAD -#: eval.c:1142 -======= -#: builtin.c:1960 ->>>>>>> gawk-4.0-stable +#: eval.c:1147 #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" -<<<<<<< HEAD -#: eval.c:1160 +#: eval.c:1165 msgid "attempt to field reference from non-numeric value" msgstr "" -#: eval.c:1162 +#: eval.c:1167 msgid "attempt to field reference from null string" msgstr "" -#: eval.c:1170 +#: eval.c:1175 #, c-format msgid "attempt to access field %ld" msgstr "" -#: eval.c:1179 +#: eval.c:1184 #, c-format msgid "reference to uninitialized field `$%ld'" msgstr "" -#: eval.c:1266 +#: eval.c:1271 #, c-format msgid "function `%s' called with more arguments than declared" msgstr "" -#: eval.c:1461 +#: eval.c:1466 #, c-format msgid "unwind_stack: unexpected type `%s'" msgstr "" -#: eval.c:1557 +#: eval.c:1562 msgid "division by zero attempted in `/='" msgstr "" -#: eval.c:1564 +#: eval.c:1569 #, c-format msgid "division by zero attempted in `%%='" msgstr "" -#: ext.c:85 +#: ext.c:89 ext.c:171 msgid "extensions are not allowed in sandbox mode" msgstr "" -#: ext.c:88 +#: ext.c:92 msgid "-l / @load are gawk extensions" msgstr "" -#: ext.c:91 +#: ext.c:95 ext.c:177 msgid "load_ext: received NULL lib_name" msgstr "" -#: ext.c:94 -======= -#: builtin.c:2047 -msgid "tolower: received non-string argument" -msgstr "" - -#: builtin.c:2081 -msgid "toupper: received non-string argument" -msgstr "" - -#: builtin.c:2117 -msgid "atan2: received non-numeric first argument" -msgstr "" - -#: builtin.c:2119 -msgid "atan2: received non-numeric second argument" -msgstr "" - -#: builtin.c:2138 -msgid "sin: received non-numeric argument" -msgstr "" - -#: builtin.c:2154 -msgid "cos: received non-numeric argument" -msgstr "" - -#: builtin.c:2207 -msgid "srand: received non-numeric argument" -msgstr "" - -#: builtin.c:2238 -msgid "match: third argument is not an array" -msgstr "" - -#: builtin.c:2502 -msgid "gensub: third argument of 0 treated as 1" -msgstr "" - -#: builtin.c:2795 -msgid "lshift: received non-numeric first argument" -msgstr "" - -#: builtin.c:2797 -msgid "lshift: received non-numeric second argument" -msgstr "" - -#: builtin.c:2803 ->>>>>>> gawk-4.0-stable +#: ext.c:98 #, c-format msgid "load_ext: cannot open library `%s' (%s)\n" msgstr "" -<<<<<<< HEAD -#: ext.c:100 -======= -#: builtin.c:2805 ->>>>>>> gawk-4.0-stable +#: ext.c:104 #, c-format msgid "" "load_ext: library `%s': does not define `plugin_is_GPL_compatible' (%s)\n" msgstr "" -<<<<<<< HEAD -#: ext.c:106 -======= -#: builtin.c:2807 ->>>>>>> gawk-4.0-stable +#: ext.c:110 #, c-format msgid "load_ext: library `%s': cannot call function `%s' (%s)\n" msgstr "" -<<<<<<< HEAD -#: ext.c:110 +#: ext.c:114 #, c-format msgid "load_ext: library `%s' initialization routine `%s' failed\n" msgstr "" -#: ext.c:129 -msgid "make_builtin: missing function name" +#: ext.c:174 +msgid "`extension' is a gawk extension" msgstr "" -#: ext.c:146 -======= -#: builtin.c:2832 -msgid "rshift: received non-numeric first argument" +#: ext.c:180 +#, c-format +msgid "extension: cannot open library `%s' (%s)" msgstr "" -#: builtin.c:2834 -msgid "rshift: received non-numeric second argument" +#: ext.c:186 +#, c-format +msgid "" +"extension: library `%s': does not define `plugin_is_GPL_compatible' (%s)" msgstr "" -#: builtin.c:2840 ->>>>>>> gawk-4.0-stable +#: ext.c:190 +#, c-format +msgid "extension: library `%s': cannot call function `%s' (%s)" +msgstr "" + +#: ext.c:221 +msgid "make_builtin: missing function name" +msgstr "" + +#: ext.c:238 #, c-format msgid "make_builtin: can't redefine function `%s'" msgstr "" -<<<<<<< HEAD -#: ext.c:150 -======= -#: builtin.c:2842 ->>>>>>> gawk-4.0-stable +#: ext.c:242 #, c-format msgid "make_builtin: function `%s' already defined" msgstr "" -<<<<<<< HEAD -#: ext.c:154 +#: ext.c:246 #, c-format msgid "make_builtin: function name `%s' previously defined" msgstr "" -#: ext.c:156 -======= -#: builtin.c:2844 +#: ext.c:248 #, c-format -msgid "rshift(%f, %f): too large shift value will give strange results" +msgid "make_builtin: can't use gawk built-in `%s' as function name" msgstr "" -#: builtin.c:2869 -msgid "and: received non-numeric first argument" +#: ext.c:251 ext.c:304 +#, c-format +msgid "make_builtin: negative argument count for function `%s'" msgstr "" -#: builtin.c:2871 -msgid "and: received non-numeric second argument" +#: ext.c:278 +msgid "extension: missing function name" msgstr "" -#: builtin.c:2877 ->>>>>>> gawk-4.0-stable +#: ext.c:283 #, c-format -msgid "make_builtin: can't use gawk built-in `%s' as function name" +msgid "extension: illegal character `%c' in function name `%s'" msgstr "" -<<<<<<< HEAD -#: ext.c:159 -======= -#: builtin.c:2879 ->>>>>>> gawk-4.0-stable +#: ext.c:291 #, c-format -msgid "make_builtin: negative argument count for function `%s'" +msgid "extension: can't redefine function `%s'" msgstr "" -<<<<<<< HEAD -#: ext.c:223 +#: ext.c:295 #, c-format -msgid "function `%s' defined to take no more than %d argument(s)" +msgid "extension: function `%s' already defined" msgstr "" -#: ext.c:226 +#: ext.c:299 #, c-format -msgid "function `%s': missing argument #%d" +msgid "extension: function name `%s' previously defined" +msgstr "" + +#: ext.c:301 +#, c-format +msgid "extension: can't use gawk built-in `%s' as function name" msgstr "" -#: ext.c:243 -======= -#: builtin.c:2904 -msgid "or: received non-numeric first argument" +#: ext.c:375 +#, c-format +msgid "function `%s' defined to take no more than %d argument(s)" msgstr "" -#: builtin.c:2906 -msgid "or: received non-numeric second argument" +#: ext.c:378 +#, c-format +msgid "function `%s': missing argument #%d" msgstr "" -#: builtin.c:2912 ->>>>>>> gawk-4.0-stable +#: ext.c:395 #, c-format msgid "function `%s': argument #%d: attempt to use scalar as an array" msgstr "" -<<<<<<< HEAD -#: ext.c:247 -======= -#: builtin.c:2914 ->>>>>>> gawk-4.0-stable +#: ext.c:399 #, c-format msgid "function `%s': argument #%d: attempt to use array as a scalar" msgstr "" -<<<<<<< HEAD -#: ext.c:261 +#: ext.c:413 msgid "dynamic loading of library not supported" msgstr "" @@ -2497,22 +1995,10 @@ msgid "chdir: called with incorrect number of arguments, expecting 1" msgstr "" #: extension/filefuncs.c:317 -======= -#: builtin.c:2942 -msgid "xor: received non-numeric first argument" -msgstr "" - -#: builtin.c:2944 -msgid "xor: received non-numeric second argument" -msgstr "" - -#: builtin.c:2950 ->>>>>>> gawk-4.0-stable #, c-format msgid "stat: unable to read symbolic link `%s'" msgstr "" -<<<<<<< HEAD #: extension/filefuncs.c:350 msgid "stat: called with wrong number of arguments" msgstr "" @@ -2522,39 +2008,16 @@ msgid "stat: bad parameters" msgstr "" #: extension/filefuncs.c:410 -======= -#: builtin.c:2952 -#, c-format -msgid "xor(%f, %f): fractional values will be truncated" -msgstr "" - -#: builtin.c:2976 builtin.c:2982 -msgid "compl: received non-numeric argument" -msgstr "" - -#: builtin.c:2984 ->>>>>>> gawk-4.0-stable #, c-format -msgid "fts init: could not create constant %s" +msgid "fts init: could not create variable %s" msgstr "" -<<<<<<< HEAD #: extension/filefuncs.c:430 msgid "fill_stat_element: could not create array" msgstr "" #: extension/filefuncs.c:439 msgid "fill_stat_element: could not set element" -======= -#: builtin.c:2986 -#, c-format -msgid "compl(%f): fractional value will be truncated" -msgstr "" - -#: builtin.c:3155 -#, c-format -msgid "dcgettext: `%s' is not a valid locale category" ->>>>>>> gawk-4.0-stable msgstr "" #: extension/filefuncs.c:454 @@ -2602,14 +2065,8 @@ msgstr "" msgid "fts: clear_array() failed\n" msgstr "" -<<<<<<< HEAD #: extension/fnmatch.c:91 msgid "fnmatch: called with less than three arguments" -======= -#: eval.c:1158 eval.c:1794 eval.c:1808 -#, c-format -msgid "reference to uninitialized argument `%s'" ->>>>>>> gawk-4.0-stable msgstr "" #: extension/fnmatch.c:94 @@ -2645,7 +2102,6 @@ msgstr "" msgid "fnmatch init: could not install FNM array" msgstr "" -<<<<<<< HEAD #: extension/fork.c:81 msgid "fork: called with too many arguments" msgstr "" @@ -2692,63 +2148,6 @@ msgstr "" #: extension/readfile.c:81 msgid "readfile: called with too many arguments" -======= -#: eval.c:1882 eval.c:2128 -#, c-format -msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context" -msgstr "" - -#: eval.c:1913 -msgid "assignment used in conditional context" -msgstr "" - -#: eval.c:1917 -msgid "statement has no effect" -msgstr "" - -#: eval.c:2361 -#, c-format -msgid "for loop: array `%s' changed size from %ld to %ld during loop execution" -msgstr "" - -#: eval.c:2476 -#, c-format -msgid "function called indirectly through `%s' does not exist" -msgstr "" - -#: eval.c:2488 -#, c-format -msgid "function `%s' not defined" -msgstr "" - -#: eval.c:2529 -#, c-format -msgid "non-redirected `getline' invalid inside `%s' rule" -msgstr "" - -#: eval.c:2618 -#, c-format -msgid "error reading input file `%s': %s" -msgstr "" - -#: eval.c:2632 -#, c-format -msgid "`nextfile' cannot be called from a `%s' rule" -msgstr "" - -#: eval.c:2679 -msgid "`exit' cannot be called in the current context" -msgstr "" - -#: eval.c:2718 -#, c-format -msgid "`next' cannot be called from a `%s' rule" -msgstr "" - -#: eval.c:2784 -#, c-format -msgid "Sorry, don't know how to interpret `%s'" ->>>>>>> gawk-4.0-stable msgstr "" #: extension/readfile.c:114 @@ -2831,113 +2230,109 @@ msgstr "" msgid "NF set to negative value" msgstr "" -#: field.c:962 field.c:969 field.c:973 +#: field.c:964 field.c:971 field.c:975 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:966 +#: field.c:968 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:980 +#: field.c:982 msgid "split: second argument is not an array" msgstr "" -#: field.c:984 +#: field.c:986 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:989 +#: field.c:991 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:992 +#: field.c:994 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1021 +#: field.c:1023 msgid "split: null string for third arg is a gawk extension" msgstr "" -#: field.c:1061 +#: field.c:1063 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1066 +#: field.c:1068 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1072 +#: field.c:1074 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1076 +#: field.c:1078 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1081 +#: field.c:1083 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1084 +#: field.c:1086 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1122 +#: field.c:1124 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1186 +#: field.c:1188 #, c-format msgid "invalid FIELDWIDTHS value, near `%s'" msgstr "" -#: field.c:1259 +#: field.c:1261 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1263 +#: field.c:1265 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1382 +#: field.c:1384 msgid "`FPAT' is a gawk extension" msgstr "" -#: gawkapi.c:147 +#: gawkapi.c:146 msgid "awk_value_to_node: received null retval" msgstr "" -#: gawkapi.c:385 +#: gawkapi.c:384 msgid "node_to_awk_value: received null node" msgstr "" -#: gawkapi.c:388 +#: gawkapi.c:387 msgid "node_to_awk_value: received null val" msgstr "" -#: gawkapi.c:829 +#: gawkapi.c:808 msgid "remove_element: received null array" msgstr "" -#: gawkapi.c:832 +#: gawkapi.c:811 msgid "remove_element: received null subscript" msgstr "" -#: gawkapi.c:964 +#: gawkapi.c:943 #, c-format msgid "api_flatten_array: could not convert index %d\n" msgstr "" -#: gawkapi.c:969 +#: gawkapi.c:948 #, c-format msgid "api_flatten_array: could not convert value %d\n" msgstr "" -#: gawkapi.c:1161 -msgid "cannot assign to defined constant" -msgstr "" - #: getopt.c:604 getopt.c:633 #, c-format msgid "%s: option '%s' is ambiguous; possibilities:" @@ -3760,23 +3155,23 @@ msgstr "" msgid "internal error: %s with null vname" msgstr "" -#: profile.c:529 +#: profile.c:530 msgid "internal error: builtin with null fname" msgstr "" -#: profile.c:944 +#: profile.c:945 #, c-format msgid "\t# gawk profile, created %s\n" msgstr "" -#: profile.c:1329 +#: profile.c:1330 #, c-format msgid "" "\n" "\t# Functions, listed alphabetically\n" msgstr "" -#: profile.c:1367 +#: profile.c:1368 #, c-format msgid "redir2str: unknown redirection type %d" msgstr "" |