diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 512 |
1 files changed, 257 insertions, 255 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index f7e08aa4..9be9b69a 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,12 +6,13 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 3.1.78\n" +"Project-Id-Version: gawk 3.1.79\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-01-10 21:47+0200\n" +"POT-Creation-Date: 2011-02-03 22:10+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" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" @@ -40,8 +41,8 @@ msgstr "" msgid "attempt to use scalar `%s' as array" msgstr "" -#: array.c:321 array.c:648 builtin.c:75 eval.c:1135 eval.c:1139 eval.c:1465 -#: eval.c:1715 eval.c:1783 eval.c:2039 +#: array.c:321 array.c:648 builtin.c:75 eval.c:1164 eval.c:1168 eval.c:1493 +#: eval.c:1741 eval.c:1809 eval.c:2057 #, c-format msgid "attempt to use array `%s' in a scalar context" msgstr "" @@ -142,353 +143,353 @@ msgstr "" msgid "regexp constant `/%s/' looks like a C comment, but is not" msgstr "" -#: awkgram.y:735 +#: awkgram.y:523 +#, c-format +msgid "duplicate case values in switch body: %s" +msgstr "" + +#: awkgram.y:546 +msgid "duplicate `default' detected in switch body" +msgstr "" + +#: awkgram.y:805 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:744 +#: awkgram.y:814 msgid "`continue' is not allowed outside a loop" msgstr "" -#: awkgram.y:753 +#: awkgram.y:823 #, c-format msgid "`next' used in %s action" msgstr "" -#: awkgram.y:767 awkgram.y:771 +#: awkgram.y:837 awkgram.y:841 msgid "`nextfile' is a gawk extension" msgstr "" -#: awkgram.y:775 +#: awkgram.y:845 #, c-format msgid "`nextfile' used in %s action" msgstr "" -#: awkgram.y:799 +#: awkgram.y:869 msgid "`return' used outside function context" msgstr "" -#: awkgram.y:859 +#: awkgram.y:929 msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" msgstr "" -#: awkgram.y:927 awkgram.y:935 +#: awkgram.y:997 awkgram.y:1005 msgid "`delete array' is a gawk extension" msgstr "" -#: awkgram.y:955 awkgram.y:963 +#: awkgram.y:1025 awkgram.y:1033 msgid "`delete(array)' is a non-portable tawk extension" msgstr "" -#: awkgram.y:1004 -#, c-format -msgid "duplicate case values in switch body: %s" -msgstr "" - -#: awkgram.y:1014 -msgid "duplicate `default' detected in switch body" -msgstr "" - -#: awkgram.y:1151 +#: awkgram.y:1145 msgid "multistage two-way pipelines don't work" msgstr "" -#: awkgram.y:1253 +#: awkgram.y:1247 msgid "regular expression on right of assignment" msgstr "" -#: awkgram.y:1263 +#: awkgram.y:1257 msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1278 awkgram.y:1423 +#: awkgram.y:1272 awkgram.y:1422 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" -#: awkgram.y:1287 +#: awkgram.y:1281 msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1399 +#: awkgram.y:1398 #, c-format msgid "`getline var' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1401 +#: awkgram.y:1400 eval.c:2434 #, c-format msgid "`getline' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1407 +#: awkgram.y:1406 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1424 +#: awkgram.y:1423 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1528 +#: awkgram.y:1518 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1591 +#: awkgram.y:1581 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1604 +#: awkgram.y:1594 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -#: awkgram.y:1682 +#: awkgram.y:1672 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:1722 +#: awkgram.y:1712 msgid "use of non-array as array" msgstr "" -#: awkgram.y:1993 +#: awkgram.y:1984 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2248 awkgram.y:2296 awkgram.y:2470 +#: awkgram.y:2239 awkgram.y:2287 awkgram.y:2465 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -#: awkgram.y:2249 awkgram.y:2297 builtin.c:119 +#: awkgram.y:2240 awkgram.y:2288 builtin.c:119 msgid "reason unknown" msgstr "" -#: awkgram.y:2257 +#: awkgram.y:2248 #, c-format msgid "already included source file `%s'" msgstr "" -#: awkgram.y:2281 +#: awkgram.y:2272 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2288 +#: awkgram.y:2279 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2422 +#: awkgram.y:2417 msgid "empty program text on command line" msgstr "" -#: awkgram.y:2537 +#: awkgram.y:2532 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -#: awkgram.y:2547 +#: awkgram.y:2542 #, c-format msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:2732 +#: awkgram.y:2727 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:2809 +#: awkgram.y:2804 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:2833 +#: awkgram.y:2828 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2837 +#: awkgram.y:2832 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2844 +#: awkgram.y:2839 msgid "unterminated regexp" msgstr "" -#: awkgram.y:2848 +#: awkgram.y:2843 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:2907 +#: awkgram.y:2902 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:2923 +#: awkgram.y:2918 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:2984 +#: awkgram.y:2979 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:2986 +#: awkgram.y:2981 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:2995 +#: awkgram.y:2990 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:2997 +#: awkgram.y:2992 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3032 +#: awkgram.y:3027 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3040 +#: awkgram.y:3035 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3133 awkgram.y:3149 +#: awkgram.y:3128 awkgram.y:3144 msgid "unterminated string" msgstr "" -#: awkgram.y:3345 +#: awkgram.y:3340 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:3391 +#: awkgram.y:3386 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:3394 +#: awkgram.y:3389 #, c-format msgid "`%s' is a Bell Labs extension" msgstr "" -#: awkgram.y:3397 +#: awkgram.y:3392 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:3401 +#: awkgram.y:3396 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:3465 +#: awkgram.y:3463 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3518 +#: awkgram.y:3515 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:3544 awkgram.y:3547 +#: awkgram.y:3550 awkgram.y:3553 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3575 +#: awkgram.y:3581 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:3580 +#: awkgram.y:3586 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:3665 awkgram.y:3668 +#: awkgram.y:3671 awkgram.y:3674 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:3680 +#: awkgram.y:3686 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3695 +#: awkgram.y:3701 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3787 +#: awkgram.y:3793 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:3829 +#: awkgram.y:3835 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:3987 +#: awkgram.y:3993 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:3988 profile.c:85 +#: awkgram.y:3994 profile.c:85 msgid "sending profile to standard error" msgstr "" -#: awkgram.y:3994 +#: awkgram.y:4000 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4046 +#: awkgram.y:4052 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4052 +#: awkgram.y:4058 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4081 +#: awkgram.y:4087 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4086 +#: awkgram.y:4092 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4102 +#: awkgram.y:4108 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4271 awkgram.y:4277 +#: awkgram.y:4277 awkgram.y:4283 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4280 +#: awkgram.y:4286 #, c-format msgid "function `%s' defined but never called" msgstr "" -#: awkgram.y:4311 +#: awkgram.y:4317 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4420 +#: awkgram.y:4426 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:4673 eval.c:1971 +#: awkgram.y:4673 eval.c:1989 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4682 eval.c:1987 +#: awkgram.y:4682 eval.c:2005 #, c-format msgid "division by zero attempted in `%%'" msgstr "" -#: awkgram.y:5342 +#: awkgram.y:5351 msgid "statement may have no effect" msgstr "" @@ -537,303 +538,307 @@ msgstr "" msgid "int: received non-numeric argument" msgstr "" -#: builtin.c:477 +#: builtin.c:490 +msgid "length: received array argument" +msgstr "" + +#: builtin.c:493 msgid "`length(array)' is a gawk extension" msgstr "" -#: builtin.c:485 +#: builtin.c:501 msgid "length: received non-string argument" msgstr "" -#: builtin.c:516 +#: builtin.c:532 msgid "log: received non-numeric argument" msgstr "" -#: builtin.c:519 +#: builtin.c:535 #, c-format msgid "log: received negative argument %g" msgstr "" -#: builtin.c:539 builtin.c:581 builtin.c:594 builtin.c:1005 builtin.c:1017 +#: builtin.c:555 builtin.c:597 builtin.c:610 builtin.c:1016 builtin.c:1028 #, c-format msgid "attempt to use array `%s' in scalar context" msgstr "" -#: builtin.c:577 builtin.c:588 +#: builtin.c:593 builtin.c:604 msgid "printf: no arguments" msgstr "" -#: builtin.c:629 +#: builtin.c:645 msgid "sqrt: received non-numeric argument" msgstr "" -#: builtin.c:633 +#: builtin.c:649 #, c-format msgid "sqrt: called with negative argument %g" msgstr "" -#: builtin.c:657 +#: builtin.c:673 #, c-format msgid "substr: length %g is not >= 1" msgstr "" -#: builtin.c:659 +#: builtin.c:675 #, c-format msgid "substr: length %g is not >= 0" msgstr "" -#: builtin.c:666 +#: builtin.c:682 #, c-format msgid "substr: non-integer length %g will be truncated" msgstr "" -#: builtin.c:671 +#: builtin.c:687 #, c-format msgid "substr: length %g too big for string indexing, truncating to %g" msgstr "" -#: builtin.c:683 +#: builtin.c:699 #, c-format msgid "substr: start index %g is invalid, using 1" msgstr "" -#: builtin.c:688 +#: builtin.c:704 #, c-format msgid "substr: non-integer start index %g will be truncated" msgstr "" -#: builtin.c:713 +#: builtin.c:729 msgid "substr: source string is zero length" msgstr "" -#: builtin.c:729 +#: builtin.c:745 #, c-format msgid "substr: start index %g is past end of string" msgstr "" -#: builtin.c:737 +#: builtin.c:753 #, c-format msgid "" "substr: length %g at start index %g exceeds length of first argument (%lu)" msgstr "" -#: builtin.c:815 +#: builtin.c:826 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" -#: builtin.c:829 +#: builtin.c:840 msgid "strftime: received non-numeric second argument" msgstr "" -#: builtin.c:836 +#: builtin.c:847 msgid "strftime: received non-string first argument" msgstr "" -#: builtin.c:842 +#: builtin.c:853 msgid "strftime: received empty format string" msgstr "" -#: builtin.c:908 +#: builtin.c:919 msgid "mktime: received non-string argument" msgstr "" -#: builtin.c:925 +#: builtin.c:936 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:960 +#: builtin.c:971 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:965 +#: builtin.c:976 msgid "system: received non-string argument" msgstr "" -#: builtin.c:1020 eval.c:1165 eval.c:1691 eval.c:1704 +#: builtin.c:1031 eval.c:1194 eval.c:1719 eval.c:1732 #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" -#: builtin.c:1087 +#: builtin.c:1098 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:1121 +#: builtin.c:1185 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:1174 +#: builtin.c:1219 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:1221 +#: builtin.c:1255 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:1223 +#: builtin.c:1257 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:1242 +#: builtin.c:1276 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:1258 +#: builtin.c:1292 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:1311 +#: builtin.c:1345 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:1342 +#: builtin.c:1376 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:1849 +#: builtin.c:1883 msgid "gensub: third argument of 0 treated as 1" msgstr "" -#: builtin.c:1889 +#: builtin.c:1923 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:1891 +#: builtin.c:1925 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:1897 +#: builtin.c:1931 #, c-format msgid "lshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:1899 +#: builtin.c:1933 #, c-format msgid "lshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:1901 +#: builtin.c:1935 #, c-format msgid "lshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:1926 +#: builtin.c:1960 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:1928 +#: builtin.c:1962 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:1934 +#: builtin.c:1968 #, c-format msgid "rshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:1936 +#: builtin.c:1970 #, c-format msgid "rshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:1938 +#: builtin.c:1972 #, c-format msgid "rshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:1963 +#: builtin.c:1997 msgid "and: received non-numeric first argument" msgstr "" -#: builtin.c:1965 +#: builtin.c:1999 msgid "and: received non-numeric second argument" msgstr "" -#: builtin.c:1971 +#: builtin.c:2005 #, c-format msgid "and(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:1973 +#: builtin.c:2007 #, c-format msgid "and(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:1998 +#: builtin.c:2032 msgid "or: received non-numeric first argument" msgstr "" -#: builtin.c:2000 +#: builtin.c:2034 msgid "or: received non-numeric second argument" msgstr "" -#: builtin.c:2006 +#: builtin.c:2040 #, c-format msgid "or(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2008 +#: builtin.c:2042 #, c-format msgid "or(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2036 +#: builtin.c:2070 msgid "xor: received non-numeric first argument" msgstr "" -#: builtin.c:2038 +#: builtin.c:2072 msgid "xor: received non-numeric second argument" msgstr "" -#: builtin.c:2044 +#: builtin.c:2078 #, c-format msgid "xor(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2046 +#: builtin.c:2080 #, c-format msgid "xor(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2070 builtin.c:2076 +#: builtin.c:2104 builtin.c:2110 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:2078 +#: builtin.c:2112 #, c-format msgid "compl(%lf): negative value will give strange results" msgstr "" -#: builtin.c:2080 +#: builtin.c:2114 #, c-format msgid "compl(%lf): fractional value will be truncated" msgstr "" -#: builtin.c:2249 +#: builtin.c:2283 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" -#: eval.c:412 +#: eval.c:410 #, c-format msgid "unknown nodetype %d" msgstr "" -#: eval.c:423 eval.c:437 +#: eval.c:421 eval.c:435 #, c-format msgid "unknown opcode %d" msgstr "" -#: eval.c:434 +#: eval.c:432 #, c-format msgid "opcode %s not an operator or keyword" msgstr "" -#: eval.c:487 +#: eval.c:485 msgid "buffer overflow in genflags2str" msgstr "" -#: eval.c:698 +#: eval.c:696 #, c-format msgid "" "\n" @@ -841,126 +846,123 @@ msgid "" "\n" msgstr "" -#: eval.c:725 +#: eval.c:723 msgid "`IGNORECASE' is a gawk extension" msgstr "" -#: eval.c:754 +#: eval.c:752 msgid "`BINMODE' is a gawk extension" msgstr "" -#: eval.c:812 +#: eval.c:810 #, c-format msgid "BINMODE value `%s' is invalid, treated as 3" msgstr "" -#: eval.c:902 +#: eval.c:900 #, c-format msgid "bad `%sFMT' specification `%s'" msgstr "" -#: eval.c:980 +#: eval.c:978 msgid "turning off `--lint' due to assignment to `LINT'" msgstr "" -#: eval.c:1127 eval.c:1678 +#: eval.c:1156 eval.c:1706 #, c-format msgid "can't use function name `%s' as variable or array" msgstr "" -#: eval.c:1155 +#: eval.c:1184 msgid "assignment is not allowed to result of builtin function" msgstr "" -#: eval.c:1164 eval.c:1690 eval.c:1703 +#: eval.c:1193 eval.c:1718 eval.c:1731 #, c-format msgid "reference to uninitialized argument `%s'" msgstr "" -#: eval.c:1183 +#: eval.c:1212 msgid "attempt to field reference from non-numeric value" msgstr "" -#: eval.c:1185 +#: eval.c:1214 msgid "attempt to field reference from null string" msgstr "" -#: eval.c:1191 +#: eval.c:1220 #, c-format msgid "attempt to access field %ld" msgstr "" -#: eval.c:1200 +#: eval.c:1229 #, c-format msgid "reference to uninitialized field `$%ld'" msgstr "" -#: eval.c:1262 +#: eval.c:1291 #, c-format msgid "function `%s' called with more arguments than declared" msgstr "" -#: eval.c:1418 +#: eval.c:1446 #, c-format msgid "unwind_stack: unexpected type `%s'" msgstr "" -#: eval.c:1502 +#: eval.c:1530 msgid "division by zero attempted in `/='" msgstr "" -#: eval.c:1509 +#: eval.c:1537 #, c-format msgid "division by zero attempted in `%%='" msgstr "" -#: eval.c:1770 +#: eval.c:1796 #, c-format msgid "attempt to use scalar `%s' as an array" msgstr "" -#: eval.c:1814 +#: eval.c:1840 msgid "assignment used in conditional context" msgstr "" -#: eval.c:1818 +#: eval.c:1844 msgid "statement has no effect" msgstr "" -#: eval.c:2186 -msgid "`continue' outside a loop is not allowed" -msgstr "" - -#: eval.c:2192 -msgid "`break' outside a loop is not allowed" -msgstr "" - -#: eval.c:2273 +#: eval.c:2258 #, c-format msgid "for loop: array `%s' changed size from %ld to %ld during loop execution" msgstr "" -#: eval.c:2385 +#: eval.c:2368 #, c-format msgid "function called indirectly through `%s' does not exist" msgstr "" -#: eval.c:2397 +#: eval.c:2380 #, c-format msgid "function `%s' not defined" msgstr "" -#: eval.c:2524 +#: eval.c:2441 +#, c-format +msgid "non-directed `getline' invalid inside `%s' rule" +msgstr "" + +#: eval.c:2502 #, c-format msgid "`nextfile' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2583 +#: eval.c:2552 #, c-format msgid "`next' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2645 +#: eval.c:2619 #, c-format msgid "Sorry, don't know how to interpret `%s'" msgstr "" @@ -981,8 +983,8 @@ msgstr "" #: ext.c:94 #, c-format msgid "" -"fatal: extension: library `%s': does not define `plugin_is_GPL_compatible' (%" -"s)\n" +"fatal: extension: library `%s': does not define " +"`plugin_is_GPL_compatible' (%s)\n" msgstr "" #: ext.c:103 @@ -1171,265 +1173,265 @@ msgstr "" msgid "error reading input file `%s': %s" msgstr "" -#: io.c:474 +#: io.c:496 #, c-format msgid "close of fd %d (`%s') failed (%s)" msgstr "" -#: io.c:551 +#: io.c:573 msgid "redirection not allowed in sandbox mode" msgstr "" -#: io.c:585 +#: io.c:607 #, c-format msgid "expression in `%s' redirection only has numeric value" msgstr "" -#: io.c:591 +#: io.c:613 #, c-format msgid "expression for `%s' redirection has null string value" msgstr "" -#: io.c:597 +#: io.c:619 #, c-format msgid "filename `%s' for `%s' redirection may be result of logical expression" msgstr "" -#: io.c:640 +#: io.c:662 #, c-format msgid "unnecessary mixing of `>' and `>>' for file `%.*s'" msgstr "" -#: io.c:693 +#: io.c:715 #, c-format msgid "can't open pipe `%s' for output (%s)" msgstr "" -#: io.c:703 +#: io.c:725 #, c-format msgid "can't open pipe `%s' for input (%s)" msgstr "" -#: io.c:725 +#: io.c:747 #, c-format msgid "can't open two way pipe `%s' for input/output (%s)" msgstr "" -#: io.c:807 +#: io.c:829 #, c-format msgid "can't redirect from `%s' (%s)" msgstr "" -#: io.c:810 +#: io.c:832 #, c-format msgid "can't redirect to `%s' (%s)" msgstr "" -#: io.c:859 +#: io.c:881 msgid "" "reached system limit for open files: starting to multiplex file descriptors" msgstr "" -#: io.c:875 +#: io.c:897 #, c-format msgid "close of `%s' failed (%s)." msgstr "" -#: io.c:883 +#: io.c:905 msgid "too many pipes or input files open" msgstr "" -#: io.c:905 +#: io.c:927 msgid "close: second argument must be `to' or `from'" msgstr "" -#: io.c:922 +#: io.c:944 #, c-format msgid "close: `%.*s' is not an open file, pipe or co-process" msgstr "" -#: io.c:927 +#: io.c:949 msgid "close of redirection that was never opened" msgstr "" -#: io.c:1024 +#: io.c:1046 #, c-format msgid "close: redirection `%s' not opened with `|&', second argument ignored" msgstr "" -#: io.c:1040 +#: io.c:1062 #, c-format msgid "failure status (%d) on pipe close of `%s' (%s)" msgstr "" -#: io.c:1043 +#: io.c:1065 #, c-format msgid "failure status (%d) on file close of `%s' (%s)" msgstr "" -#: io.c:1063 +#: io.c:1085 #, c-format msgid "no explicit close of socket `%s' provided" msgstr "" -#: io.c:1066 +#: io.c:1088 #, c-format msgid "no explicit close of co-process `%s' provided" msgstr "" -#: io.c:1069 +#: io.c:1091 #, c-format msgid "no explicit close of pipe `%s' provided" msgstr "" -#: io.c:1072 +#: io.c:1094 #, c-format msgid "no explicit close of file `%s' provided" msgstr "" -#: io.c:1100 io.c:1155 main.c:805 main.c:847 +#: io.c:1122 io.c:1177 main.c:805 main.c:847 #, c-format msgid "error writing standard output (%s)" msgstr "" -#: io.c:1104 io.c:1160 +#: io.c:1126 io.c:1182 #, c-format msgid "error writing standard error (%s)" msgstr "" -#: io.c:1112 +#: io.c:1134 #, c-format msgid "pipe flush of `%s' failed (%s)." msgstr "" -#: io.c:1115 +#: io.c:1137 #, c-format msgid "co-process flush of pipe to `%s' failed (%s)." msgstr "" -#: io.c:1118 +#: io.c:1140 #, c-format msgid "file flush of `%s' failed (%s)." msgstr "" -#: io.c:1233 +#: io.c:1255 #, c-format msgid "local port %s invalid in `/inet'" msgstr "" -#: io.c:1250 +#: io.c:1272 #, c-format msgid "remote host and port information (%s, %s) invalid" msgstr "" -#: io.c:1403 +#: io.c:1425 #, c-format msgid "no (known) protocol supplied in special filename `%s'" msgstr "" -#: io.c:1417 +#: io.c:1439 #, c-format msgid "special file name `%s' is incomplete" msgstr "" -#: io.c:1434 +#: io.c:1456 msgid "must supply a remote hostname to `/inet'" msgstr "" -#: io.c:1452 +#: io.c:1474 msgid "must supply a remote port to `/inet'" msgstr "" -#: io.c:1498 +#: io.c:1520 msgid "TCP/IP communications are not supported" msgstr "" -#: io.c:1665 +#: io.c:1687 #, c-format msgid "could not open `%s', mode `%s'" msgstr "" -#: io.c:1716 +#: io.c:1738 #, c-format msgid "close of master pty failed (%s)" msgstr "" -#: io.c:1718 io.c:1886 io.c:2043 +#: io.c:1740 io.c:1908 io.c:2065 #, c-format msgid "close of stdout in child failed (%s)" msgstr "" -#: io.c:1721 +#: io.c:1743 #, c-format msgid "moving slave pty to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1723 io.c:1891 +#: io.c:1745 io.c:1913 #, c-format msgid "close of stdin in child failed (%s)" msgstr "" -#: io.c:1726 +#: io.c:1748 #, c-format msgid "moving slave pty to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1728 io.c:1749 +#: io.c:1750 io.c:1771 #, c-format msgid "close of slave pty failed (%s)" msgstr "" -#: io.c:1827 io.c:1889 io.c:2021 io.c:2046 +#: io.c:1849 io.c:1911 io.c:2043 io.c:2068 #, c-format msgid "moving pipe to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1834 io.c:1894 +#: io.c:1856 io.c:1916 #, c-format msgid "moving pipe to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1854 io.c:2036 +#: io.c:1876 io.c:2058 msgid "restoring stdout in parent process failed\n" msgstr "" -#: io.c:1862 +#: io.c:1884 msgid "restoring stdin in parent process failed\n" msgstr "" -#: io.c:1897 io.c:2048 io.c:2062 +#: io.c:1919 io.c:2070 io.c:2084 #, c-format msgid "close of pipe failed (%s)" msgstr "" -#: io.c:1942 +#: io.c:1964 msgid "`|&' not supported" msgstr "" -#: io.c:2008 +#: io.c:2030 #, c-format msgid "cannot open pipe `%s' (%s)" msgstr "" -#: io.c:2056 +#: io.c:2078 #, c-format msgid "cannot create child process for `%s' (fork: %s)" msgstr "" -#: io.c:2546 +#: io.c:2568 #, c-format msgid "data file `%s' is empty" msgstr "" -#: io.c:2587 io.c:2595 +#: io.c:2609 io.c:2617 msgid "could not allocate more input memory" msgstr "" -#: io.c:3148 +#: io.c:3170 msgid "multicharacter value of `RS' is a gawk extension" msgstr "" -#: io.c:3253 +#: io.c:3275 msgid "IPv6 communication is not supported" msgstr "" @@ -1776,12 +1778,12 @@ msgid "" "and your locale." msgstr "" -#: posix/gawkmisc.c:179 +#: posix/gawkmisc.c:174 #, c-format msgid "%s %s `%s': could not get fd flags: (fcntl F_GETFD: %s)" msgstr "" -#: posix/gawkmisc.c:191 +#: posix/gawkmisc.c:186 #, c-format msgid "%s %s `%s': could not set close-on-exec: (fcntl F_SETFD: %s)" msgstr "" @@ -1805,34 +1807,34 @@ msgid "" "\n" msgstr "" -#: profile.c:278 +#: profile.c:279 #, c-format msgid "internal error: %s with null vname" msgstr "" -#: profile.c:945 +#: profile.c:936 #, c-format msgid "\t# gawk profile, created %s\n" msgstr "" -#: profile.c:1324 +#: profile.c:1315 #, c-format msgid "" "\n" "\t# Functions, listed alphabetically\n" msgstr "" -#: profile.c:1363 +#: profile.c:1354 #, c-format msgid "redir2str: unknown redirection type %d" msgstr "" -#: re.c:573 +#: re.c:589 #, c-format msgid "range of the form `[%c-%c]' is locale dependant" msgstr "" -#: re.c:595 +#: re.c:611 #, c-format msgid "regexp component `%.*s' should probably be `[%.*s]'" msgstr "" |