diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 560 |
1 files changed, 278 insertions, 282 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index f0fa1d44..d017a0e5 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.0a\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-07-16 23:07+0300\n" +"POT-Creation-Date: 2011-10-09 21:16+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" @@ -42,8 +42,8 @@ msgid "attempt to use scalar `%s' as an array" msgstr "" #: array.c:302 array.c:707 builtin.c:80 builtin.c:1380 builtin.c:1422 -#: builtin.c:1435 builtin.c:1850 builtin.c:1862 eval.c:1136 eval.c:1140 -#: eval.c:1474 eval.c:1721 +#: builtin.c:1435 builtin.c:1850 builtin.c:1862 eval.c:1135 eval.c:1139 +#: eval.c:1495 eval.c:1812 #, c-format msgid "attempt to use array `%s' in a scalar context" msgstr "" @@ -63,7 +63,7 @@ msgstr "" msgid "delete: index `%s' not in array `%s'" msgstr "" -#: array.c:734 eval.c:1774 +#: array.c:734 eval.c:1865 #, c-format msgid "attempt to use scalar `%s[\"%.*s\"]' as an array" msgstr "" @@ -175,347 +175,347 @@ msgstr "" msgid "duplicate `default' detected in switch body" msgstr "" -#: awkgram.y:811 +#: awkgram.y:809 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:820 +#: awkgram.y:818 msgid "`continue' is not allowed outside a loop" msgstr "" -#: awkgram.y:830 +#: awkgram.y:828 #, c-format msgid "`next' used in %s action" msgstr "" -#: awkgram.y:838 +#: awkgram.y:836 msgid "`nextfile' is a gawk extension" msgstr "" -#: awkgram.y:843 +#: awkgram.y:841 #, c-format msgid "`nextfile' used in %s action" msgstr "" -#: awkgram.y:867 +#: awkgram.y:865 msgid "`return' used outside function context" msgstr "" -#: awkgram.y:927 +#: awkgram.y:925 msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" msgstr "" -#: awkgram.y:997 awkgram.y:1001 awkgram.y:1025 +#: awkgram.y:995 awkgram.y:999 awkgram.y:1023 msgid "`delete array' is a gawk extension" msgstr "" -#: awkgram.y:1021 +#: awkgram.y:1019 msgid "`delete(array)' is a non-portable tawk extension" msgstr "" -#: awkgram.y:1137 +#: awkgram.y:1135 msgid "multistage two-way pipelines don't work" msgstr "" -#: awkgram.y:1240 +#: awkgram.y:1238 msgid "regular expression on right of assignment" msgstr "" -#: awkgram.y:1251 +#: awkgram.y:1249 msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1267 awkgram.y:1421 +#: awkgram.y:1265 awkgram.y:1419 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" -#: awkgram.y:1277 +#: awkgram.y:1275 msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1396 +#: awkgram.y:1394 #, c-format msgid "`getline var' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1399 eval.c:2439 +#: awkgram.y:1397 eval.c:2504 #, c-format msgid "`getline' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1404 +#: awkgram.y:1402 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1423 +#: awkgram.y:1421 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1519 +#: awkgram.y:1517 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1582 +#: awkgram.y:1580 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1595 +#: awkgram.y:1593 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -#: awkgram.y:1673 +#: awkgram.y:1671 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:1713 +#: awkgram.y:1711 msgid "use of non-array as array" msgstr "" -#: awkgram.y:1978 awkgram.y:1998 msg.c:98 +#: awkgram.y:1975 awkgram.y:1995 msg.c:98 msgid "warning: " msgstr "" -#: awkgram.y:1996 msg.c:130 +#: awkgram.y:1993 msg.c:130 msgid "fatal: " msgstr "" -#: awkgram.y:2046 +#: awkgram.y:2043 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2302 awkgram.y:2360 awkgram.y:2544 +#: awkgram.y:2300 awkgram.y:2358 awkgram.y:2542 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -#: awkgram.y:2303 awkgram.y:2361 builtin.c:118 +#: awkgram.y:2301 awkgram.y:2359 builtin.c:118 msgid "reason unknown" msgstr "" -#: awkgram.y:2319 +#: awkgram.y:2317 #, c-format msgid "already included source file `%s'" msgstr "" -#: awkgram.y:2345 +#: awkgram.y:2343 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2351 +#: awkgram.y:2349 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2496 +#: awkgram.y:2494 msgid "empty program text on command line" msgstr "" -#: awkgram.y:2611 +#: awkgram.y:2609 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -#: awkgram.y:2622 +#: awkgram.y:2620 #, c-format msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:2807 +#: awkgram.y:2805 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:2884 +#: awkgram.y:2882 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:2908 +#: awkgram.y:2906 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2912 +#: awkgram.y:2910 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2919 +#: awkgram.y:2917 msgid "unterminated regexp" msgstr "" -#: awkgram.y:2923 +#: awkgram.y:2921 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:2982 +#: awkgram.y:2980 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:2998 +#: awkgram.y:2996 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3059 +#: awkgram.y:3057 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3061 +#: awkgram.y:3059 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3070 +#: awkgram.y:3068 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3072 +#: awkgram.y:3070 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3107 +#: awkgram.y:3105 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3115 +#: awkgram.y:3113 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3208 awkgram.y:3224 +#: awkgram.y:3206 awkgram.y:3222 msgid "unterminated string" msgstr "" -#: awkgram.y:3420 +#: awkgram.y:3418 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:3467 +#: awkgram.y:3465 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:3472 +#: awkgram.y:3470 #, c-format msgid "`%s' is a Bell Labs extension" msgstr "" -#: awkgram.y:3477 +#: awkgram.y:3475 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:3485 +#: awkgram.y:3483 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:3552 +#: awkgram.y:3550 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3603 +#: awkgram.y:3601 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:3638 +#: awkgram.y:3636 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:3643 +#: awkgram.y:3641 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:3717 awkgram.y:3720 +#: awkgram.y:3714 awkgram.y:3717 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3774 awkgram.y:3777 +#: awkgram.y:3771 awkgram.y:3774 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:3789 +#: awkgram.y:3786 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3804 +#: awkgram.y:3801 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3896 +#: awkgram.y:3893 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:3938 +#: awkgram.y:3935 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4096 +#: awkgram.y:4093 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4097 +#: awkgram.y:4094 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4103 +#: awkgram.y:4100 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4155 +#: awkgram.y:4152 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4161 +#: awkgram.y:4158 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4191 +#: awkgram.y:4188 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4195 +#: awkgram.y:4192 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4211 +#: awkgram.y:4208 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4379 awkgram.y:4385 +#: awkgram.y:4376 awkgram.y:4382 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4388 +#: awkgram.y:4385 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4420 +#: awkgram.y:4417 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4529 +#: awkgram.y:4526 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:4776 eval.c:1965 +#: awkgram.y:4773 eval.c:2056 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4785 eval.c:1981 +#: awkgram.y:4782 eval.c:2072 #, c-format msgid "division by zero attempted in `%%'" msgstr "" @@ -766,7 +766,7 @@ msgstr "" msgid "system: received non-string argument" msgstr "" -#: builtin.c:1865 eval.c:1166 eval.c:1699 eval.c:1712 +#: builtin.c:1865 eval.c:1159 eval.c:1790 eval.c:1803 #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" @@ -812,121 +812,121 @@ msgstr "" msgid "gensub: third argument of 0 treated as 1" msgstr "" -#: builtin.c:2732 +#: builtin.c:2767 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:2734 +#: builtin.c:2769 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:2740 +#: builtin.c:2775 #, c-format msgid "lshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2742 +#: builtin.c:2777 #, c-format msgid "lshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2744 +#: builtin.c:2779 #, c-format msgid "lshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:2769 +#: builtin.c:2804 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:2771 +#: builtin.c:2806 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:2777 +#: builtin.c:2812 #, c-format msgid "rshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2779 +#: builtin.c:2814 #, c-format msgid "rshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2781 +#: builtin.c:2816 #, c-format msgid "rshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:2806 +#: builtin.c:2841 msgid "and: received non-numeric first argument" msgstr "" -#: builtin.c:2808 +#: builtin.c:2843 msgid "and: received non-numeric second argument" msgstr "" -#: builtin.c:2814 +#: builtin.c:2849 #, c-format msgid "and(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2816 +#: builtin.c:2851 #, c-format msgid "and(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2841 +#: builtin.c:2876 msgid "or: received non-numeric first argument" msgstr "" -#: builtin.c:2843 +#: builtin.c:2878 msgid "or: received non-numeric second argument" msgstr "" -#: builtin.c:2849 +#: builtin.c:2884 #, c-format msgid "or(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2851 +#: builtin.c:2886 #, c-format msgid "or(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2879 +#: builtin.c:2914 msgid "xor: received non-numeric first argument" msgstr "" -#: builtin.c:2881 +#: builtin.c:2916 msgid "xor: received non-numeric second argument" msgstr "" -#: builtin.c:2887 +#: builtin.c:2922 #, c-format msgid "xor(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2889 +#: builtin.c:2924 #, c-format msgid "xor(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2913 builtin.c:2919 +#: builtin.c:2948 builtin.c:2954 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:2921 +#: builtin.c:2956 #, c-format msgid "compl(%lf): negative value will give strange results" msgstr "" -#: builtin.c:2923 +#: builtin.c:2958 #, c-format msgid "compl(%lf): fractional value will be truncated" msgstr "" -#: builtin.c:3092 +#: builtin.c:3127 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" @@ -950,7 +950,7 @@ msgstr "" msgid "buffer overflow in genflags2str" msgstr "" -#: eval.c:699 +#: eval.c:698 #, c-format msgid "" "\n" @@ -958,123 +958,124 @@ msgid "" "\n" msgstr "" -#: eval.c:726 +#: eval.c:725 msgid "`IGNORECASE' is a gawk extension" msgstr "" -#: eval.c:755 +#: eval.c:754 msgid "`BINMODE' is a gawk extension" msgstr "" -#: eval.c:813 +#: eval.c:812 #, c-format msgid "BINMODE value `%s' is invalid, treated as 3" msgstr "" -#: eval.c:903 +#: eval.c:902 #, c-format msgid "bad `%sFMT' specification `%s'" msgstr "" -#: eval.c:981 +#: eval.c:980 msgid "turning off `--lint' due to assignment to `LINT'" msgstr "" -#: eval.c:1128 eval.c:1686 +#: eval.c:1127 eval.c:1777 #, c-format msgid "can't use function name `%s' as variable or array" msgstr "" -#: eval.c:1156 -msgid "assignment is not allowed to result of builtin function" -msgstr "" - -#: eval.c:1165 eval.c:1698 eval.c:1711 +#: eval.c:1158 eval.c:1789 eval.c:1802 #, c-format msgid "reference to uninitialized argument `%s'" msgstr "" -#: eval.c:1184 +#: eval.c:1177 msgid "attempt to field reference from non-numeric value" msgstr "" -#: eval.c:1186 +#: eval.c:1179 msgid "attempt to field reference from null string" msgstr "" -#: eval.c:1192 +#: eval.c:1185 #, c-format msgid "attempt to access field %ld" msgstr "" -#: eval.c:1201 +#: eval.c:1194 #, c-format msgid "reference to uninitialized field `$%ld'" msgstr "" -#: eval.c:1263 +#: eval.c:1256 #, c-format msgid "function `%s' called with more arguments than declared" msgstr "" -#: eval.c:1427 +#: eval.c:1437 #, c-format msgid "unwind_stack: unexpected type `%s'" msgstr "" -#: eval.c:1511 +#: eval.c:1532 msgid "division by zero attempted in `/='" msgstr "" -#: eval.c:1518 +#: eval.c:1539 #, c-format msgid "division by zero attempted in `%%='" msgstr "" -#: eval.c:1785 eval.c:2031 +#: eval.c:1876 eval.c:2122 #, c-format msgid "attempt to use array `%s[\"%.*s\"]' in a scalar context" msgstr "" -#: eval.c:1816 +#: eval.c:1907 msgid "assignment used in conditional context" msgstr "" -#: eval.c:1820 +#: eval.c:1911 msgid "statement has no effect" msgstr "" -#: eval.c:2236 +#: eval.c:2343 #, c-format msgid "for loop: array `%s' changed size from %ld to %ld during loop execution" msgstr "" -#: eval.c:2373 +#: eval.c:2458 #, c-format msgid "function called indirectly through `%s' does not exist" msgstr "" -#: eval.c:2385 +#: eval.c:2470 #, c-format msgid "function `%s' not defined" msgstr "" -#: eval.c:2446 +#: eval.c:2511 #, c-format msgid "non-redirected `getline' invalid inside `%s' rule" msgstr "" -#: eval.c:2507 +#: eval.c:2600 +#, c-format +msgid "error reading input file `%s': %s" +msgstr "" + +#: eval.c:2614 #, c-format msgid "`nextfile' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2562 +#: eval.c:2694 #, c-format msgid "`next' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2629 +#: eval.c:2760 #, c-format msgid "Sorry, don't know how to interpret `%s'" msgstr "" @@ -1166,76 +1167,76 @@ msgstr "" msgid "NF set to negative value" msgstr "" -#: field.c:950 field.c:957 field.c:961 +#: field.c:951 field.c:958 field.c:962 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:954 +#: field.c:955 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:968 +#: field.c:969 msgid "split: second argument is not an array" msgstr "" -#: field.c:972 +#: field.c:973 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:977 +#: field.c:978 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:980 +#: field.c:981 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1009 +#: field.c:1010 msgid "split: null string for third arg is a gawk extension" msgstr "" -#: field.c:1049 +#: field.c:1050 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1054 +#: field.c:1055 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1060 +#: field.c:1061 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1064 +#: field.c:1065 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1069 +#: field.c:1070 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1072 +#: field.c:1073 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1109 +#: field.c:1110 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1172 +#: field.c:1173 #, c-format msgid "invalid FIELDWIDTHS value, near `%s'" msgstr "" -#: field.c:1245 +#: field.c:1246 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1249 +#: field.c:1250 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1368 +#: field.c:1369 msgid "`FPAT' is a gawk extension" msgstr "" @@ -1294,456 +1295,451 @@ msgstr "" msgid "%s: option '-W %s' requires an argument\n" msgstr "" -#: io.c:282 +#: io.c:280 #, c-format msgid "command line argument `%s' is a directory: skipped" msgstr "" -#: io.c:285 io.c:384 +#: io.c:283 io.c:385 #, c-format msgid "cannot open file `%s' for reading (%s)" msgstr "" -#: io.c:431 -#, c-format -msgid "error reading input file `%s': %s" -msgstr "" - -#: io.c:500 +#: io.c:501 #, c-format msgid "close of fd %d (`%s') failed (%s)" msgstr "" -#: io.c:577 +#: io.c:578 msgid "redirection not allowed in sandbox mode" msgstr "" -#: io.c:611 +#: io.c:612 #, c-format msgid "expression in `%s' redirection only has numeric value" msgstr "" -#: io.c:617 +#: io.c:618 #, c-format msgid "expression for `%s' redirection has null string value" msgstr "" -#: io.c:623 +#: io.c:624 #, c-format msgid "filename `%s' for `%s' redirection may be result of logical expression" msgstr "" -#: io.c:666 +#: io.c:667 #, c-format msgid "unnecessary mixing of `>' and `>>' for file `%.*s'" msgstr "" -#: io.c:719 +#: io.c:720 #, c-format msgid "can't open pipe `%s' for output (%s)" msgstr "" -#: io.c:729 +#: io.c:730 #, c-format msgid "can't open pipe `%s' for input (%s)" msgstr "" -#: io.c:752 +#: io.c:753 #, c-format msgid "can't open two way pipe `%s' for input/output (%s)" msgstr "" -#: io.c:834 +#: io.c:835 #, c-format msgid "can't redirect from `%s' (%s)" msgstr "" -#: io.c:837 +#: io.c:838 #, c-format msgid "can't redirect to `%s' (%s)" msgstr "" -#: io.c:888 +#: io.c:889 msgid "" "reached system limit for open files: starting to multiplex file descriptors" msgstr "" -#: io.c:904 +#: io.c:905 #, c-format msgid "close of `%s' failed (%s)." msgstr "" -#: io.c:912 +#: io.c:913 msgid "too many pipes or input files open" msgstr "" -#: io.c:934 +#: io.c:935 msgid "close: second argument must be `to' or `from'" msgstr "" -#: io.c:951 +#: io.c:952 #, c-format msgid "close: `%.*s' is not an open file, pipe or co-process" msgstr "" -#: io.c:956 +#: io.c:957 msgid "close of redirection that was never opened" msgstr "" -#: io.c:1053 +#: io.c:1054 #, c-format msgid "close: redirection `%s' not opened with `|&', second argument ignored" msgstr "" -#: io.c:1069 +#: io.c:1070 #, c-format msgid "failure status (%d) on pipe close of `%s' (%s)" msgstr "" -#: io.c:1072 +#: io.c:1073 #, c-format msgid "failure status (%d) on file close of `%s' (%s)" msgstr "" -#: io.c:1092 +#: io.c:1093 #, c-format msgid "no explicit close of socket `%s' provided" msgstr "" -#: io.c:1095 +#: io.c:1096 #, c-format msgid "no explicit close of co-process `%s' provided" msgstr "" -#: io.c:1098 +#: io.c:1099 #, c-format msgid "no explicit close of pipe `%s' provided" msgstr "" -#: io.c:1101 +#: io.c:1102 #, c-format msgid "no explicit close of file `%s' provided" msgstr "" -#: io.c:1129 io.c:1184 main.c:795 main.c:832 +#: io.c:1130 io.c:1185 main.c:793 main.c:830 #, c-format msgid "error writing standard output (%s)" msgstr "" -#: io.c:1133 io.c:1189 +#: io.c:1134 io.c:1190 #, c-format msgid "error writing standard error (%s)" msgstr "" -#: io.c:1141 +#: io.c:1142 #, c-format msgid "pipe flush of `%s' failed (%s)." msgstr "" -#: io.c:1144 +#: io.c:1145 #, c-format msgid "co-process flush of pipe to `%s' failed (%s)." msgstr "" -#: io.c:1147 +#: io.c:1148 #, c-format msgid "file flush of `%s' failed (%s)." msgstr "" -#: io.c:1262 +#: io.c:1263 #, c-format msgid "local port %s invalid in `/inet'" msgstr "" -#: io.c:1279 +#: io.c:1280 #, c-format msgid "remote host and port information (%s, %s) invalid" msgstr "" -#: io.c:1431 +#: io.c:1432 #, c-format msgid "no (known) protocol supplied in special filename `%s'" msgstr "" -#: io.c:1445 +#: io.c:1446 #, c-format msgid "special file name `%s' is incomplete" msgstr "" -#: io.c:1462 +#: io.c:1463 msgid "must supply a remote hostname to `/inet'" msgstr "" -#: io.c:1480 +#: io.c:1481 msgid "must supply a remote port to `/inet'" msgstr "" -#: io.c:1526 +#: io.c:1527 msgid "TCP/IP communications are not supported" msgstr "" -#: io.c:1693 +#: io.c:1694 #, c-format msgid "could not open `%s', mode `%s'" msgstr "" -#: io.c:1744 +#: io.c:1748 #, c-format msgid "close of master pty failed (%s)" msgstr "" -#: io.c:1746 io.c:1914 io.c:2071 +#: io.c:1750 io.c:1918 io.c:2075 #, c-format msgid "close of stdout in child failed (%s)" msgstr "" -#: io.c:1749 +#: io.c:1753 #, c-format msgid "moving slave pty to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1751 io.c:1919 +#: io.c:1755 io.c:1923 #, c-format msgid "close of stdin in child failed (%s)" msgstr "" -#: io.c:1754 +#: io.c:1758 #, c-format msgid "moving slave pty to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1756 io.c:1777 +#: io.c:1760 io.c:1781 #, c-format msgid "close of slave pty failed (%s)" msgstr "" -#: io.c:1855 io.c:1917 io.c:2049 io.c:2074 +#: io.c:1859 io.c:1921 io.c:2053 io.c:2078 #, c-format msgid "moving pipe to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1862 io.c:1922 +#: io.c:1866 io.c:1926 #, c-format msgid "moving pipe to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1882 io.c:2064 +#: io.c:1886 io.c:2068 msgid "restoring stdout in parent process failed\n" msgstr "" -#: io.c:1890 +#: io.c:1894 msgid "restoring stdin in parent process failed\n" msgstr "" -#: io.c:1925 io.c:2076 io.c:2090 +#: io.c:1929 io.c:2080 io.c:2094 #, c-format msgid "close of pipe failed (%s)" msgstr "" -#: io.c:1970 +#: io.c:1974 msgid "`|&' not supported" msgstr "" -#: io.c:2036 +#: io.c:2040 #, c-format msgid "cannot open pipe `%s' (%s)" msgstr "" -#: io.c:2084 +#: io.c:2088 #, c-format msgid "cannot create child process for `%s' (fork: %s)" msgstr "" -#: io.c:2517 +#: io.c:2521 #, c-format msgid "data file `%s' is empty" msgstr "" -#: io.c:2558 io.c:2566 +#: io.c:2562 io.c:2570 msgid "could not allocate more input memory" msgstr "" -#: io.c:3119 +#: io.c:3128 msgid "multicharacter value of `RS' is a gawk extension" msgstr "" -#: io.c:3224 +#: io.c:3233 msgid "IPv6 communication is not supported" msgstr "" -#: main.c:366 +#: main.c:364 msgid "`-m[fr]' option irrelevant in gawk" msgstr "" -#: main.c:368 +#: main.c:366 msgid "-m option usage: `-m[fr] nnn'" msgstr "" -#: main.c:391 +#: main.c:389 msgid "empty argument to `-e/--source' ignored" msgstr "" -#: main.c:462 +#: main.c:460 #, c-format msgid "%s: option `-W %s' unrecognized, ignored\n" msgstr "" -#: main.c:515 +#: main.c:513 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: main.c:536 +#: main.c:534 msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'" msgstr "" -#: main.c:542 +#: main.c:540 msgid "`--posix' overrides `--traditional'" msgstr "" -#: main.c:553 +#: main.c:551 msgid "`--posix'/`--traditional' overrides `--non-decimal-data'" msgstr "" -#: main.c:557 +#: main.c:555 #, c-format msgid "running %s setuid root may be a security problem" msgstr "" -#: main.c:562 +#: main.c:560 msgid "`--posix' overrides `--binary'" msgstr "" -#: main.c:613 +#: main.c:611 #, c-format msgid "can't set binary mode on stdin (%s)" msgstr "" -#: main.c:616 +#: main.c:614 #, c-format msgid "can't set binary mode on stdout (%s)" msgstr "" -#: main.c:618 +#: main.c:616 #, c-format msgid "can't set binary mode on stderr (%s)" msgstr "" -#: main.c:657 +#: main.c:655 msgid "no program text at all!" msgstr "" -#: main.c:735 +#: main.c:733 #, c-format msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n" msgstr "" -#: main.c:737 +#: main.c:735 #, c-format msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n" msgstr "" -#: main.c:742 +#: main.c:740 msgid "POSIX options:\t\tGNU long options: (standard)\n" msgstr "" -#: main.c:743 +#: main.c:741 msgid "\t-f progfile\t\t--file=progfile\n" msgstr "" -#: main.c:744 +#: main.c:742 msgid "\t-F fs\t\t\t--field-separator=fs\n" msgstr "" -#: main.c:745 +#: main.c:743 msgid "\t-v var=val\t\t--assign=var=val\n" msgstr "" -#: main.c:746 +#: main.c:744 msgid "Short options:\t\tGNU long options: (extensions)\n" msgstr "" -#: main.c:747 +#: main.c:745 msgid "\t-b\t\t\t--characters-as-bytes\n" msgstr "" -#: main.c:748 +#: main.c:746 msgid "\t-c\t\t\t--traditional\n" msgstr "" -#: main.c:749 +#: main.c:747 msgid "\t-C\t\t\t--copyright\n" msgstr "" -#: main.c:750 +#: main.c:748 msgid "\t-d[file]\t\t--dump-variables[=file]\n" msgstr "" -#: main.c:751 +#: main.c:749 msgid "\t-e 'program-text'\t--source='program-text'\n" msgstr "" -#: main.c:752 +#: main.c:750 msgid "\t-E file\t\t\t--exec=file\n" msgstr "" -#: main.c:753 +#: main.c:751 msgid "\t-g\t\t\t--gen-pot\n" msgstr "" -#: main.c:754 +#: main.c:752 msgid "\t-h\t\t\t--help\n" msgstr "" -#: main.c:755 +#: main.c:753 msgid "\t-L [fatal]\t\t--lint[=fatal]\n" msgstr "" -#: main.c:756 +#: main.c:754 msgid "\t-n\t\t\t--non-decimal-data\n" msgstr "" -#: main.c:757 +#: main.c:755 msgid "\t-N\t\t\t--use-lc-numeric\n" msgstr "" -#: main.c:758 +#: main.c:756 msgid "\t-O\t\t\t--optimize\n" msgstr "" -#: main.c:759 +#: main.c:757 msgid "\t-p[file]\t\t--profile[=file]\n" msgstr "" -#: main.c:760 +#: main.c:758 msgid "\t-P\t\t\t--posix\n" msgstr "" -#: main.c:761 +#: main.c:759 msgid "\t-r\t\t\t--re-interval\n" msgstr "" -#: main.c:763 +#: main.c:761 msgid "\t-R file\t\t\t--command=file\n" msgstr "" -#: main.c:764 +#: main.c:762 msgid "\t-S\t\t\t--sandbox\n" msgstr "" -#: main.c:765 +#: main.c:763 msgid "\t-t\t\t\t--lint-old\n" msgstr "" -#: main.c:766 +#: main.c:764 msgid "\t-V\t\t\t--version\n" msgstr "" -#: main.c:768 +#: main.c:766 msgid "\t-W nostalgia\t\t--nostalgia\n" msgstr "" -#: main.c:771 +#: main.c:769 msgid "\t-Y\t\t--parsedebug\n" msgstr "" @@ -1752,7 +1748,7 @@ msgstr "" #. for this application. Please add _another line_ with the #. address for translation bugs. #. no-wrap -#: main.c:780 +#: main.c:778 msgid "" "\n" "To report bugs, see node `Bugs' in `gawk.info', which is\n" @@ -1760,21 +1756,21 @@ msgid "" "\n" msgstr "" -#: main.c:784 +#: main.c:782 msgid "" "gawk is a pattern scanning and processing language.\n" "By default it reads standard input and writes standard output.\n" "\n" msgstr "" -#: main.c:788 +#: main.c:786 msgid "" "Examples:\n" "\tgawk '{ sum += $1 }; END { print sum }' file\n" "\tgawk -F: '{ print $1 }' /etc/passwd\n" msgstr "" -#: main.c:808 +#: main.c:806 #, c-format msgid "" "Copyright (C) 1989, 1991-%d Free Software Foundation.\n" @@ -1786,7 +1782,7 @@ msgid "" "\n" msgstr "" -#: main.c:816 +#: main.c:814 msgid "" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" @@ -1795,75 +1791,75 @@ msgid "" "\n" msgstr "" -#: main.c:822 +#: main.c:820 msgid "" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see http://www.gnu.org/licenses/.\n" msgstr "" -#: main.c:857 +#: main.c:855 msgid "-Ft does not set FS to tab in POSIX awk" msgstr "" -#: main.c:1091 +#: main.c:1089 #, c-format msgid "unknown value for field spec: %d\n" msgstr "" -#: main.c:1152 +#: main.c:1170 #, c-format msgid "" "%s: `%s' argument to `-v' not in `var=value' form\n" "\n" msgstr "" -#: main.c:1178 +#: main.c:1196 #, c-format msgid "`%s' is not a legal variable name" msgstr "" -#: main.c:1181 +#: main.c:1199 #, c-format msgid "`%s' is not a variable name, looking for file `%s=%s'" msgstr "" -#: main.c:1185 +#: main.c:1203 #, c-format msgid "cannot use gawk builtin `%s' as variable name" msgstr "" -#: main.c:1190 +#: main.c:1208 #, c-format msgid "cannot use function `%s' as variable name" msgstr "" -#: main.c:1243 +#: main.c:1261 msgid "floating point exception" msgstr "" -#: main.c:1250 +#: main.c:1268 msgid "fatal error: internal error" msgstr "" -#: main.c:1265 +#: main.c:1283 msgid "fatal error: internal error: segfault" msgstr "" -#: main.c:1277 +#: main.c:1295 msgid "fatal error: internal error: stack overflow" msgstr "" -#: main.c:1327 +#: main.c:1345 #, c-format msgid "no pre-opened fd %d" msgstr "" -#: main.c:1334 +#: main.c:1352 #, c-format msgid "could not pre-open /dev/null for fd %d" msgstr "" -#: main.c:1357 main.c:1366 +#: main.c:1375 main.c:1384 #, c-format msgid "could not find groups: %s" msgstr "" @@ -1969,7 +1965,7 @@ msgstr "" #: re.c:572 #, c-format -msgid "range of the form `[%c-%c]' is locale dependant" +msgid "range of the form `[%c-%c]' is locale dependent" msgstr "" #: re.c:599 |