diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 654 |
1 files changed, 654 insertions, 0 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 5ff6a02d..c03b7eff 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,15 @@ #, 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 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -36,9 +42,15 @@ msgstr "" 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 #, c-format msgid "attempt to use array `%s' in a scalar context" msgstr "" @@ -48,7 +60,11 @@ msgstr "" msgid "delete: index `%s' not in array `%s'" msgstr "" +<<<<<<< HEAD #: array.c:591 +======= +#: array.c:734 eval.c:1871 +>>>>>>> gawk-4.0-stable #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "" @@ -99,11 +115,16 @@ msgstr "" msgid "sort comparison function `%s' is not defined" msgstr "" +<<<<<<< HEAD #: awkgram.y:230 +======= +#: awkgram.y:250 +>>>>>>> gawk-4.0-stable #, 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 "" @@ -113,24 +134,48 @@ msgid "old awk does not support multiple `BEGIN' or `END' rules" msgstr "" #: awkgram.y:370 +======= +#: awkgram.y:253 +msgid "each rule must have a pattern or an action part" +msgstr "" + +#: awkgram.y:324 awkgram.y:335 +msgid "old awk does not support multiple `BEGIN' or `END' rules" +msgstr "" + +#: awkgram.y:372 +>>>>>>> gawk-4.0-stable #, c-format msgid "`%s' is a built-in function, it cannot be redefined" msgstr "" +<<<<<<< HEAD #: awkgram.y:416 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 #, 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 #, c-format msgid "duplicate case values in switch body: %s" msgstr "" +<<<<<<< HEAD #: awkgram.y:533 msgid "duplicate `default' detected in switch body" msgstr "" @@ -144,15 +189,35 @@ 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 #, c-format msgid "`next' used in %s action" msgstr "" +<<<<<<< HEAD #: awkgram.y:821 +======= +#: awkgram.y:838 +>>>>>>> gawk-4.0-stable #, c-format msgid "`nextfile' used in %s action" msgstr "" +<<<<<<< HEAD #: awkgram.y:845 msgid "`return' used outside function context" msgstr "" @@ -194,15 +259,55 @@ 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 #, c-format msgid "`getline var' invalid inside `%s' rule" msgstr "" +<<<<<<< HEAD #: awkgram.y:1405 +======= +#: awkgram.y:1395 eval.c:2522 +>>>>>>> gawk-4.0-stable #, c-format msgid "`getline' invalid inside `%s' rule" msgstr "" +<<<<<<< HEAD #: awkgram.y:1410 msgid "non-redirected `getline' undefined inside END action" msgstr "" @@ -220,10 +325,30 @@ msgid "indirect function calls are a gawk extension" msgstr "" #: awkgram.y:1605 +======= +#: awkgram.y:1400 +msgid "non-redirected `getline' undefined inside END action" +msgstr "" + +#: awkgram.y:1419 +msgid "old awk does not support multidimensional arrays" +msgstr "" + +#: awkgram.y:1515 +msgid "call of `length' without parentheses is not portable" +msgstr "" + +#: awkgram.y:1578 +msgid "indirect function calls are a gawk extension" +msgstr "" + +#: awkgram.y:1591 +>>>>>>> gawk-4.0-stable #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" +<<<<<<< HEAD #: awkgram.y:1683 msgid "invalid subscript expression" msgstr "" @@ -242,10 +367,34 @@ 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 +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 +msgid "warning: " +msgstr "" + +#: awkgram.y:1990 msg.c:130 +msgid "fatal: " +msgstr "" + +#: awkgram.y:2040 +msgid "unexpected newline or end of string" +msgstr "" + +#: awkgram.y:2297 awkgram.y:2355 awkgram.y:2539 +>>>>>>> gawk-4.0-stable #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" +<<<<<<< HEAD #: awkgram.y:2342 awkgram.y:2467 #, c-format msgid "can't open shared library `%s' for reading (%s)" @@ -261,10 +410,18 @@ 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 #, c-format msgid "already included source file `%s'" msgstr "" +<<<<<<< HEAD #: awkgram.y:2367 #, c-format msgid "already loaded shared library `%s'" @@ -291,15 +448,35 @@ 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 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" +<<<<<<< HEAD #: awkgram.y:2718 +======= +#: awkgram.y:2617 +>>>>>>> gawk-4.0-stable #, c-format msgid "source file `%s' is empty" msgstr "" +<<<<<<< HEAD #: awkgram.y:2895 msgid "source file does not end in newline" msgstr "" @@ -309,15 +486,31 @@ msgid "unterminated regexp ends with `\\' at end of file" msgstr "" #: awkgram.y:3024 +======= +#: awkgram.y:2794 +msgid "source file does not end in newline" +msgstr "" + +#: awkgram.y:2897 +msgid "unterminated regexp ends with `\\' at end of file" +msgstr "" + +#: awkgram.y:2921 +>>>>>>> gawk-4.0-stable #, 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 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" +<<<<<<< HEAD #: awkgram.y:3035 msgid "unterminated regexp" msgstr "" @@ -363,44 +556,120 @@ 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 +msgid "backslash not last character on line" +msgstr "" + +#: awkgram.y:3072 +msgid "POSIX does not allow operator `**='" +msgstr "" + +#: awkgram.y:3074 +msgid "old awk does not support operator `**='" +msgstr "" + +#: awkgram.y:3083 +msgid "POSIX does not allow operator `**'" +msgstr "" + +#: awkgram.y:3085 +msgid "old awk does not support operator `**'" +msgstr "" + +#: awkgram.y:3120 +msgid "operator `^=' is not supported in old awk" +msgstr "" + +#: awkgram.y:3128 +msgid "operator `^' is not supported in old awk" +msgstr "" + +#: awkgram.y:3221 awkgram.y:3237 +msgid "unterminated string" +msgstr "" + +#: awkgram.y:3433 +>>>>>>> gawk-4.0-stable #, c-format msgid "invalid char '%c' in expression" msgstr "" +<<<<<<< HEAD #: awkgram.y:3608 +======= +#: awkgram.y:3480 +>>>>>>> gawk-4.0-stable #, c-format msgid "`%s' is a gawk extension" msgstr "" +<<<<<<< HEAD #: awkgram.y:3613 +======= +#: awkgram.y:3485 +>>>>>>> gawk-4.0-stable #, c-format msgid "POSIX does not allow `%s'" msgstr "" +<<<<<<< HEAD #: awkgram.y:3621 +======= +#: awkgram.y:3493 +>>>>>>> gawk-4.0-stable #, 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 +msgid "`goto' considered harmful!\n" +msgstr "" + +#: awkgram.y:3611 +>>>>>>> gawk-4.0-stable #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" +<<<<<<< HEAD #: awkgram.y:3780 +======= +#: awkgram.y:3646 +>>>>>>> gawk-4.0-stable #, 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 #, 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 "" @@ -418,24 +687,61 @@ msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" #: awkgram.y:4017 +======= +#: awkgram.y:3724 awkgram.y:3727 +msgid "match: third argument is a gawk extension" +msgstr "" + +#: awkgram.y:3781 awkgram.y:3784 +msgid "close: second argument is a gawk extension" +msgstr "" + +#: awkgram.y:3796 +msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" +msgstr "" + +#: awkgram.y:3811 +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 #, 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 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" +<<<<<<< HEAD #: awkgram.y:4075 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 #, c-format msgid "%s: close failed (%s)" msgstr "" +<<<<<<< HEAD #: awkgram.y:4108 msgid "shadow_funcs() called twice!" msgstr "" @@ -450,47 +756,90 @@ 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 #, 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 #, 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 #, 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 #, c-format msgid "function `%s' called but never defined" msgstr "" +<<<<<<< HEAD #: awkgram.y:4347 +======= +#: awkgram.y:4395 +>>>>>>> gawk-4.0-stable #, c-format msgid "function `%s' defined but never called directly" msgstr "" +<<<<<<< HEAD #: awkgram.y:4379 +======= +#: awkgram.y:4427 +>>>>>>> gawk-4.0-stable #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" +<<<<<<< HEAD #: awkgram.y:4425 +======= +#: awkgram.y:4549 +>>>>>>> gawk-4.0-stable #, 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 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 #, c-format msgid "division by zero attempted in `%%'" msgstr "" @@ -651,6 +1000,7 @@ msgstr "" msgid "too many arguments supplied for format string" msgstr "" +<<<<<<< HEAD #: builtin.c:1620 builtin.c:1631 msgid "printf: no arguments" msgstr "" @@ -660,55 +1010,107 @@ msgid "sqrt: received non-numeric argument" msgstr "" #: builtin.c:1676 +======= +#: builtin.c:1396 +msgid "[s]printf called with no arguments" +msgstr "" + +#: builtin.c:1442 builtin.c:1453 +msgid "printf: no arguments" +msgstr "" + +#: builtin.c:1494 +msgid "sqrt: received non-numeric argument" +msgstr "" + +#: builtin.c:1498 +>>>>>>> gawk-4.0-stable #, c-format msgid "sqrt: called with negative argument %g" msgstr "" +<<<<<<< HEAD #: builtin.c:1707 +======= +#: builtin.c:1522 +>>>>>>> gawk-4.0-stable #, c-format msgid "substr: length %g is not >= 1" msgstr "" +<<<<<<< HEAD #: builtin.c:1709 +======= +#: builtin.c:1524 +>>>>>>> gawk-4.0-stable #, c-format msgid "substr: length %g is not >= 0" msgstr "" +<<<<<<< HEAD #: builtin.c:1716 +======= +#: builtin.c:1531 +>>>>>>> gawk-4.0-stable #, c-format msgid "substr: non-integer length %g will be truncated" msgstr "" +<<<<<<< HEAD #: builtin.c:1721 +======= +#: builtin.c:1536 +>>>>>>> gawk-4.0-stable #, 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 #, c-format msgid "substr: start index %g is invalid, using 1" msgstr "" +<<<<<<< HEAD #: builtin.c:1738 +======= +#: builtin.c:1553 +>>>>>>> gawk-4.0-stable #, c-format msgid "substr: non-integer start index %g will be truncated" msgstr "" +<<<<<<< HEAD #: builtin.c:1763 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 #, c-format msgid "substr: start index %g is past end of string" msgstr "" +<<<<<<< HEAD #: builtin.c:1787 +======= +#: builtin.c:1602 +>>>>>>> gawk-4.0-stable #, c-format msgid "" "substr: length %g at start index %g exceeds length of first argument (%lu)" msgstr "" +<<<<<<< HEAD #: builtin.c:1861 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" @@ -1805,15 +2207,59 @@ 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 #, c-format msgid "reference to uninitialized argument `%s'" msgstr "" +<<<<<<< HEAD #: eval.c:1142 +======= +#: builtin.c:1960 +>>>>>>> gawk-4.0-stable #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" +<<<<<<< HEAD #: eval.c:1160 msgid "attempt to field reference from non-numeric value" msgstr "" @@ -1864,21 +2310,77 @@ 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 #, c-format msgid "load_ext: cannot open library `%s' (%s)\n" msgstr "" +<<<<<<< HEAD #: ext.c:100 +======= +#: builtin.c:2805 +>>>>>>> gawk-4.0-stable #, 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 #, c-format msgid "load_ext: library `%s': cannot call function `%s' (%s)\n" msgstr "" +<<<<<<< HEAD #: ext.c:110 #, c-format msgid "load_ext: library `%s' initialization routine `%s' failed\n" @@ -1889,30 +2391,67 @@ msgid "make_builtin: missing function name" msgstr "" #: ext.c:146 +======= +#: builtin.c:2832 +msgid "rshift: received non-numeric first argument" +msgstr "" + +#: builtin.c:2834 +msgid "rshift: received non-numeric second argument" +msgstr "" + +#: builtin.c:2840 +>>>>>>> gawk-4.0-stable #, c-format msgid "make_builtin: can't redefine function `%s'" msgstr "" +<<<<<<< HEAD #: ext.c:150 +======= +#: builtin.c:2842 +>>>>>>> gawk-4.0-stable #, c-format msgid "make_builtin: function `%s' already defined" msgstr "" +<<<<<<< HEAD #: ext.c:154 #, c-format msgid "make_builtin: function name `%s' previously defined" msgstr "" #: ext.c:156 +======= +#: builtin.c:2844 +#, c-format +msgid "rshift(%f, %f): too large shift value will give strange results" +msgstr "" + +#: builtin.c:2869 +msgid "and: received non-numeric first argument" +msgstr "" + +#: builtin.c:2871 +msgid "and: received non-numeric second argument" +msgstr "" + +#: builtin.c:2877 +>>>>>>> gawk-4.0-stable #, c-format msgid "make_builtin: can't use gawk built-in `%s' as function name" msgstr "" +<<<<<<< HEAD #: ext.c:159 +======= +#: builtin.c:2879 +>>>>>>> gawk-4.0-stable #, c-format msgid "make_builtin: negative argument count for function `%s'" msgstr "" +<<<<<<< HEAD #: ext.c:223 #, c-format msgid "function `%s' defined to take no more than %d argument(s)" @@ -1924,15 +2463,31 @@ msgid "function `%s': missing argument #%d" msgstr "" #: ext.c:243 +======= +#: builtin.c:2904 +msgid "or: received non-numeric first argument" +msgstr "" + +#: builtin.c:2906 +msgid "or: received non-numeric second argument" +msgstr "" + +#: builtin.c:2912 +>>>>>>> gawk-4.0-stable #, 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 #, c-format msgid "function `%s': argument #%d: attempt to use array as a scalar" msgstr "" +<<<<<<< HEAD #: ext.c:261 msgid "dynamic loading of library not supported" msgstr "" @@ -1942,10 +2497,22 @@ 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 "" @@ -1955,16 +2522,39 @@ 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" 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 @@ -2012,8 +2602,14 @@ 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 @@ -2049,6 +2645,7 @@ msgstr "" msgid "fnmatch init: could not install FNM array" msgstr "" +<<<<<<< HEAD #: extension/fork.c:81 msgid "fork: called with too many arguments" msgstr "" @@ -2095,6 +2692,63 @@ 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 |