diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 591 |
1 files changed, 295 insertions, 296 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index aa30ff3c..d6cf7bf1 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.0.0e\n" +"Project-Id-Version: gawk 4.0.0l\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-11-14 21:46+0200\n" +"POT-Creation-Date: 2012-03-20 21:11+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" @@ -41,8 +41,8 @@ msgstr "" msgid "attempt to use scalar `%s' as an array" msgstr "" -#: array.c:302 array.c:707 builtin.c:84 builtin.c:1384 builtin.c:1426 -#: builtin.c:1439 builtin.c:1858 builtin.c:1870 eval.c:1135 eval.c:1139 +#: array.c:302 array.c:707 builtin.c:84 builtin.c:1385 builtin.c:1427 +#: builtin.c:1440 builtin.c:1859 builtin.c:1871 eval.c:1135 eval.c:1139 #: eval.c:1495 eval.c:1812 #, c-format msgid "attempt to use array `%s' in a scalar context" @@ -129,12 +129,12 @@ msgstr "" msgid "asorti: cannot use a subarray of second arg for first arg" msgstr "" -#: array.c:1659 +#: array.c:1655 #, c-format msgid "`%s' is invalid as a function name" msgstr "" -#: array.c:1663 +#: array.c:1659 #, c-format msgid "sort comparison function `%s' is not defined" msgstr "" @@ -320,202 +320,202 @@ msgstr "" msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:2805 +#: awkgram.y:2797 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:2882 +#: awkgram.y:2900 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:2906 +#: awkgram.y:2924 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2910 +#: awkgram.y:2928 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:2917 +#: awkgram.y:2935 msgid "unterminated regexp" msgstr "" -#: awkgram.y:2921 +#: awkgram.y:2939 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:2980 +#: awkgram.y:2998 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:2996 +#: awkgram.y:3014 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3057 +#: awkgram.y:3075 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3059 +#: awkgram.y:3077 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3068 +#: awkgram.y:3086 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3070 +#: awkgram.y:3088 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3105 +#: awkgram.y:3123 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3113 +#: awkgram.y:3131 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3206 awkgram.y:3222 +#: awkgram.y:3224 awkgram.y:3240 msgid "unterminated string" msgstr "" -#: awkgram.y:3418 +#: awkgram.y:3436 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:3465 +#: awkgram.y:3483 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:3470 +#: awkgram.y:3488 #, c-format msgid "`%s' is a Bell Labs extension" msgstr "" -#: awkgram.y:3475 +#: awkgram.y:3493 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:3483 +#: awkgram.y:3501 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:3550 +#: awkgram.y:3568 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3601 +#: awkgram.y:3619 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:3636 +#: awkgram.y:3654 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:3641 +#: awkgram.y:3659 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:3714 awkgram.y:3717 +#: awkgram.y:3732 awkgram.y:3735 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3771 awkgram.y:3774 +#: awkgram.y:3789 awkgram.y:3792 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:3786 +#: awkgram.y:3804 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3801 +#: awkgram.y:3819 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3893 +#: awkgram.y:3911 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:3935 +#: awkgram.y:3953 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4093 +#: awkgram.y:4111 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4094 +#: awkgram.y:4112 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4100 +#: awkgram.y:4118 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4152 +#: awkgram.y:4170 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4158 +#: awkgram.y:4176 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4188 +#: awkgram.y:4206 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4192 +#: awkgram.y:4210 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4208 +#: awkgram.y:4226 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4376 awkgram.y:4382 +#: awkgram.y:4394 awkgram.y:4400 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4385 +#: awkgram.y:4403 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4417 +#: awkgram.y:4435 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4526 +#: awkgram.y:4544 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:4773 eval.c:2056 +#: awkgram.y:4791 eval.c:2056 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4782 eval.c:2072 +#: awkgram.y:4800 eval.c:2072 #, c-format msgid "division by zero attempted in `%%'" msgstr "" @@ -590,347 +590,347 @@ msgstr "" msgid "fatal: must use `count$' on all formats or none" msgstr "" -#: builtin.c:761 +#: builtin.c:762 #, c-format msgid "field width is ignored for `%%' specifier" msgstr "" -#: builtin.c:763 +#: builtin.c:764 #, c-format msgid "precision is ignored for `%%' specifier" msgstr "" -#: builtin.c:765 +#: builtin.c:766 #, c-format msgid "field width and precision are ignored for `%%' specifier" msgstr "" -#: builtin.c:816 +#: builtin.c:817 msgid "fatal: `$' is not permitted in awk formats" msgstr "" -#: builtin.c:825 +#: builtin.c:826 msgid "fatal: arg count with `$' must be > 0" msgstr "" -#: builtin.c:829 +#: builtin.c:830 #, c-format msgid "fatal: arg count %ld greater than total number of supplied arguments" msgstr "" -#: builtin.c:833 +#: builtin.c:834 msgid "fatal: `$' not permitted after period in format" msgstr "" -#: builtin.c:849 +#: builtin.c:850 msgid "fatal: no `$' supplied for positional field width or precision" msgstr "" -#: builtin.c:920 +#: builtin.c:921 msgid "`l' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:924 +#: builtin.c:925 msgid "fatal: `l' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:937 +#: builtin.c:938 msgid "`L' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:941 +#: builtin.c:942 msgid "fatal: `L' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:954 +#: builtin.c:955 msgid "`h' is meaningless in awk formats; ignored" msgstr "" -#: builtin.c:958 +#: builtin.c:959 msgid "fatal: `h' is not permitted in POSIX awk formats" msgstr "" -#: builtin.c:1271 +#: builtin.c:1272 #, c-format msgid "[s]printf: value %g is out of range for `%%%c' format" msgstr "" -#: builtin.c:1331 +#: builtin.c:1332 #, c-format msgid "ignoring unknown format specifier character `%c': no argument converted" msgstr "" -#: builtin.c:1336 +#: builtin.c:1337 msgid "fatal: not enough arguments to satisfy format string" msgstr "" -#: builtin.c:1338 +#: builtin.c:1339 msgid "^ ran out for this one" msgstr "" -#: builtin.c:1345 +#: builtin.c:1346 msgid "[s]printf: format specifier does not have control letter" msgstr "" -#: builtin.c:1348 +#: builtin.c:1349 msgid "too many arguments supplied for format string" msgstr "" -#: builtin.c:1422 builtin.c:1433 +#: builtin.c:1423 builtin.c:1434 msgid "printf: no arguments" msgstr "" -#: builtin.c:1474 +#: builtin.c:1475 msgid "sqrt: received non-numeric argument" msgstr "" -#: builtin.c:1478 +#: builtin.c:1479 #, c-format msgid "sqrt: called with negative argument %g" msgstr "" -#: builtin.c:1502 +#: builtin.c:1503 #, c-format msgid "substr: length %g is not >= 1" msgstr "" -#: builtin.c:1504 +#: builtin.c:1505 #, c-format msgid "substr: length %g is not >= 0" msgstr "" -#: builtin.c:1511 +#: builtin.c:1512 #, c-format msgid "substr: non-integer length %g will be truncated" msgstr "" -#: builtin.c:1516 +#: builtin.c:1517 #, c-format msgid "substr: length %g too big for string indexing, truncating to %g" msgstr "" -#: builtin.c:1528 +#: builtin.c:1529 #, c-format msgid "substr: start index %g is invalid, using 1" msgstr "" -#: builtin.c:1533 +#: builtin.c:1534 #, c-format msgid "substr: non-integer start index %g will be truncated" msgstr "" -#: builtin.c:1558 +#: builtin.c:1559 msgid "substr: source string is zero length" msgstr "" -#: builtin.c:1574 +#: builtin.c:1575 #, c-format msgid "substr: start index %g is past end of string" msgstr "" -#: builtin.c:1582 +#: builtin.c:1583 #, c-format msgid "" "substr: length %g at start index %g exceeds length of first argument (%lu)" msgstr "" -#: builtin.c:1656 +#: builtin.c:1657 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" -#: builtin.c:1679 +#: builtin.c:1680 msgid "strftime: received non-numeric second argument" msgstr "" -#: builtin.c:1682 +#: builtin.c:1683 msgid "strftime: second argument less than 0 or too big for time_t" msgstr "" -#: builtin.c:1689 +#: builtin.c:1690 msgid "strftime: received non-string first argument" msgstr "" -#: builtin.c:1695 +#: builtin.c:1696 msgid "strftime: received empty format string" msgstr "" -#: builtin.c:1761 +#: builtin.c:1762 msgid "mktime: received non-string argument" msgstr "" -#: builtin.c:1778 +#: builtin.c:1779 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:1813 +#: builtin.c:1814 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:1818 +#: builtin.c:1819 msgid "system: received non-string argument" msgstr "" -#: builtin.c:1873 eval.c:1159 eval.c:1790 eval.c:1803 +#: builtin.c:1874 eval.c:1159 eval.c:1790 eval.c:1803 #, c-format msgid "reference to uninitialized variable `%s'" msgstr "" -#: builtin.c:1940 +#: builtin.c:1941 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2027 +#: builtin.c:2028 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:2061 +#: builtin.c:2062 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:2097 +#: builtin.c:2098 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:2099 +#: builtin.c:2100 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:2118 +#: builtin.c:2119 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:2134 +#: builtin.c:2135 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:2187 +#: builtin.c:2188 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:2218 +#: builtin.c:2219 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2482 +#: builtin.c:2483 msgid "gensub: third argument of 0 treated as 1" msgstr "" -#: builtin.c:2775 +#: builtin.c:2776 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:2777 +#: builtin.c:2778 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:2783 +#: builtin.c:2784 #, c-format msgid "lshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2785 +#: builtin.c:2786 #, c-format msgid "lshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2787 +#: builtin.c:2788 #, c-format msgid "lshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:2812 +#: builtin.c:2813 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:2814 +#: builtin.c:2815 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:2820 +#: builtin.c:2821 #, c-format msgid "rshift(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2822 +#: builtin.c:2823 #, c-format msgid "rshift(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2824 +#: builtin.c:2825 #, c-format msgid "rshift(%lf, %lf): too large shift value will give strange results" msgstr "" -#: builtin.c:2849 +#: builtin.c:2850 msgid "and: received non-numeric first argument" msgstr "" -#: builtin.c:2851 +#: builtin.c:2852 msgid "and: received non-numeric second argument" msgstr "" -#: builtin.c:2857 +#: builtin.c:2858 #, c-format msgid "and(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2859 +#: builtin.c:2860 #, c-format msgid "and(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2884 +#: builtin.c:2885 msgid "or: received non-numeric first argument" msgstr "" -#: builtin.c:2886 +#: builtin.c:2887 msgid "or: received non-numeric second argument" msgstr "" -#: builtin.c:2892 +#: builtin.c:2893 #, c-format msgid "or(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2894 +#: builtin.c:2895 #, c-format msgid "or(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2922 +#: builtin.c:2923 msgid "xor: received non-numeric first argument" msgstr "" -#: builtin.c:2924 +#: builtin.c:2925 msgid "xor: received non-numeric second argument" msgstr "" -#: builtin.c:2930 +#: builtin.c:2931 #, c-format msgid "xor(%lf, %lf): negative values will give strange results" msgstr "" -#: builtin.c:2932 +#: builtin.c:2933 #, c-format msgid "xor(%lf, %lf): fractional values will be truncated" msgstr "" -#: builtin.c:2956 builtin.c:2962 +#: builtin.c:2957 builtin.c:2963 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:2964 +#: builtin.c:2965 #, c-format msgid "compl(%lf): negative value will give strange results" msgstr "" -#: builtin.c:2966 +#: builtin.c:2967 #, c-format msgid "compl(%lf): fractional value will be truncated" msgstr "" -#: builtin.c:3135 +#: builtin.c:3136 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" @@ -1074,96 +1074,100 @@ msgstr "" msgid "`nextfile' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2694 +#: eval.c:2661 +msgid "`exit' cannot be called in the current context" +msgstr "" + +#: eval.c:2700 #, c-format msgid "`next' cannot be called from a `%s' rule" msgstr "" -#: eval.c:2760 +#: eval.c:2766 #, c-format msgid "Sorry, don't know how to interpret `%s'" msgstr "" -#: ext.c:64 +#: ext.c:54 msgid "extensions are not allowed in sandbox mode" msgstr "" -#: ext.c:70 ext.c:75 +#: ext.c:60 ext.c:65 msgid "`extension' is a gawk extension" msgstr "" -#: ext.c:85 +#: ext.c:75 #, c-format msgid "fatal: extension: cannot open `%s' (%s)\n" msgstr "" -#: ext.c:94 +#: ext.c:84 #, c-format msgid "" "fatal: extension: library `%s': does not define " "`plugin_is_GPL_compatible' (%s)\n" msgstr "" -#: ext.c:103 +#: ext.c:93 #, c-format msgid "fatal: extension: library `%s': cannot call function `%s' (%s)\n" msgstr "" -#: ext.c:137 +#: ext.c:127 msgid "extension: missing function name" msgstr "" -#: ext.c:142 +#: ext.c:132 #, c-format msgid "extension: illegal character `%c' in function name `%s'" msgstr "" -#: ext.c:151 +#: ext.c:141 #, c-format msgid "extension: can't redefine function `%s'" msgstr "" -#: ext.c:155 +#: ext.c:145 #, c-format msgid "extension: function `%s' already defined" msgstr "" -#: ext.c:160 +#: ext.c:150 #, c-format msgid "extension: function name `%s' previously defined" msgstr "" -#: ext.c:162 +#: ext.c:152 #, c-format msgid "extension: can't use gawk built-in `%s' as function name" msgstr "" -#: ext.c:166 +#: ext.c:156 #, c-format msgid "make_builtin: negative argument count for function `%s'" msgstr "" -#: ext.c:269 +#: ext.c:259 #, c-format msgid "function `%s' defined to take no more than %d argument(s)" msgstr "" -#: ext.c:272 +#: ext.c:262 #, c-format msgid "function `%s': missing argument #%d" msgstr "" -#: ext.c:289 +#: ext.c:279 #, c-format msgid "function `%s': argument #%d: attempt to use scalar as an array" msgstr "" -#: ext.c:293 +#: ext.c:283 #, c-format msgid "function `%s': argument #%d: attempt to use array as a scalar" msgstr "" -#: ext.c:306 +#: ext.c:296 msgid "Operation Not Supported" msgstr "" @@ -1244,57 +1248,57 @@ msgstr "" msgid "`FPAT' is a gawk extension" msgstr "" -#: getopt.c:574 getopt.c:590 +#: getopt.c:601 getopt.c:630 #, c-format -msgid "%s: option '%s' is ambiguous\n" +msgid "%s: option '%s' is ambiguous; possibilities:" msgstr "" -#: getopt.c:623 getopt.c:627 +#: getopt.c:676 getopt.c:680 #, c-format msgid "%s: option '--%s' doesn't allow an argument\n" msgstr "" -#: getopt.c:636 getopt.c:641 +#: getopt.c:689 getopt.c:694 #, c-format msgid "%s: option '%c%s' doesn't allow an argument\n" msgstr "" -#: getopt.c:684 getopt.c:703 +#: getopt.c:737 getopt.c:756 #, c-format msgid "%s: option '--%s' requires an argument\n" msgstr "" -#: getopt.c:741 getopt.c:744 +#: getopt.c:794 getopt.c:797 #, c-format msgid "%s: unrecognized option '--%s'\n" msgstr "" -#: getopt.c:752 getopt.c:755 +#: getopt.c:805 getopt.c:808 #, c-format msgid "%s: unrecognized option '%c%s'\n" msgstr "" -#: getopt.c:804 getopt.c:807 +#: getopt.c:857 getopt.c:860 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "" -#: getopt.c:857 getopt.c:874 getopt.c:1082 getopt.c:1100 +#: getopt.c:913 getopt.c:930 getopt.c:1140 getopt.c:1158 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "" -#: getopt.c:930 getopt.c:946 +#: getopt.c:986 getopt.c:1002 #, c-format msgid "%s: option '-W %s' is ambiguous\n" msgstr "" -#: getopt.c:970 getopt.c:988 +#: getopt.c:1026 getopt.c:1044 #, c-format msgid "%s: option '-W %s' doesn't allow an argument\n" msgstr "" -#: getopt.c:1009 getopt.c:1027 +#: getopt.c:1065 getopt.c:1083 #, c-format msgid "%s: option '-W %s' requires an argument\n" msgstr "" @@ -1328,422 +1332,422 @@ msgstr "" msgid "expression for `%s' redirection has null string value" msgstr "" -#: io.c:624 +#: io.c:623 #, c-format msgid "filename `%s' for `%s' redirection may be result of logical expression" msgstr "" -#: io.c:667 +#: io.c:666 #, c-format msgid "unnecessary mixing of `>' and `>>' for file `%.*s'" msgstr "" -#: io.c:720 +#: io.c:719 #, c-format msgid "can't open pipe `%s' for output (%s)" msgstr "" -#: io.c:730 +#: io.c:729 #, c-format msgid "can't open pipe `%s' for input (%s)" msgstr "" -#: io.c:753 +#: io.c:752 #, c-format msgid "can't open two way pipe `%s' for input/output (%s)" msgstr "" -#: io.c:835 +#: io.c:834 #, c-format msgid "can't redirect from `%s' (%s)" msgstr "" -#: io.c:838 +#: io.c:837 #, c-format msgid "can't redirect to `%s' (%s)" msgstr "" -#: io.c:889 +#: io.c:888 msgid "" "reached system limit for open files: starting to multiplex file descriptors" msgstr "" -#: io.c:905 +#: io.c:904 #, c-format msgid "close of `%s' failed (%s)." msgstr "" -#: io.c:913 +#: io.c:912 msgid "too many pipes or input files open" msgstr "" -#: io.c:935 +#: io.c:934 msgid "close: second argument must be `to' or `from'" msgstr "" -#: io.c:952 +#: io.c:951 #, c-format msgid "close: `%.*s' is not an open file, pipe or co-process" msgstr "" -#: io.c:957 +#: io.c:956 msgid "close of redirection that was never opened" msgstr "" -#: io.c:1054 +#: io.c:1053 #, c-format msgid "close: redirection `%s' not opened with `|&', second argument ignored" msgstr "" -#: io.c:1070 +#: io.c:1069 #, c-format msgid "failure status (%d) on pipe close of `%s' (%s)" msgstr "" -#: io.c:1073 +#: io.c:1072 #, c-format msgid "failure status (%d) on file close of `%s' (%s)" msgstr "" -#: io.c:1093 +#: io.c:1092 #, c-format msgid "no explicit close of socket `%s' provided" msgstr "" -#: io.c:1096 +#: io.c:1095 #, c-format msgid "no explicit close of co-process `%s' provided" msgstr "" -#: io.c:1099 +#: io.c:1098 #, c-format msgid "no explicit close of pipe `%s' provided" msgstr "" -#: io.c:1102 +#: io.c:1101 #, c-format msgid "no explicit close of file `%s' provided" msgstr "" -#: io.c:1130 io.c:1185 main.c:793 main.c:830 +#: io.c:1129 io.c:1184 main.c:794 main.c:831 #, c-format msgid "error writing standard output (%s)" msgstr "" -#: io.c:1134 io.c:1190 +#: io.c:1133 io.c:1189 #, c-format msgid "error writing standard error (%s)" msgstr "" -#: io.c:1142 +#: io.c:1141 #, c-format msgid "pipe flush of `%s' failed (%s)." msgstr "" -#: io.c:1145 +#: io.c:1144 #, c-format msgid "co-process flush of pipe to `%s' failed (%s)." msgstr "" -#: io.c:1148 +#: io.c:1147 #, c-format msgid "file flush of `%s' failed (%s)." msgstr "" -#: io.c:1263 +#: io.c:1262 #, c-format msgid "local port %s invalid in `/inet'" msgstr "" -#: io.c:1280 +#: io.c:1279 #, c-format msgid "remote host and port information (%s, %s) invalid" msgstr "" -#: io.c:1432 +#: io.c:1431 #, c-format msgid "no (known) protocol supplied in special filename `%s'" msgstr "" -#: io.c:1446 +#: io.c:1445 #, c-format msgid "special file name `%s' is incomplete" msgstr "" -#: io.c:1463 +#: io.c:1462 msgid "must supply a remote hostname to `/inet'" msgstr "" -#: io.c:1481 +#: io.c:1480 msgid "must supply a remote port to `/inet'" msgstr "" -#: io.c:1527 +#: io.c:1526 msgid "TCP/IP communications are not supported" msgstr "" -#: io.c:1694 +#: io.c:1693 #, c-format msgid "could not open `%s', mode `%s'" msgstr "" -#: io.c:1748 +#: io.c:1747 #, c-format msgid "close of master pty failed (%s)" msgstr "" -#: io.c:1750 io.c:1918 io.c:2075 +#: io.c:1749 io.c:1917 io.c:2074 #, c-format msgid "close of stdout in child failed (%s)" msgstr "" -#: io.c:1753 +#: io.c:1752 #, c-format msgid "moving slave pty to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1755 io.c:1923 +#: io.c:1754 io.c:1922 #, c-format msgid "close of stdin in child failed (%s)" msgstr "" -#: io.c:1758 +#: io.c:1757 #, c-format msgid "moving slave pty to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1760 io.c:1781 +#: io.c:1759 io.c:1780 #, c-format msgid "close of slave pty failed (%s)" msgstr "" -#: io.c:1859 io.c:1921 io.c:2053 io.c:2078 +#: io.c:1858 io.c:1920 io.c:2052 io.c:2077 #, c-format msgid "moving pipe to stdout in child failed (dup: %s)" msgstr "" -#: io.c:1866 io.c:1926 +#: io.c:1865 io.c:1925 #, c-format msgid "moving pipe to stdin in child failed (dup: %s)" msgstr "" -#: io.c:1886 io.c:2068 +#: io.c:1885 io.c:2067 msgid "restoring stdout in parent process failed\n" msgstr "" -#: io.c:1894 +#: io.c:1893 msgid "restoring stdin in parent process failed\n" msgstr "" -#: io.c:1929 io.c:2080 io.c:2094 +#: io.c:1928 io.c:2079 io.c:2093 #, c-format msgid "close of pipe failed (%s)" msgstr "" -#: io.c:1974 +#: io.c:1973 msgid "`|&' not supported" msgstr "" -#: io.c:2040 +#: io.c:2039 #, c-format msgid "cannot open pipe `%s' (%s)" msgstr "" -#: io.c:2088 +#: io.c:2087 #, c-format msgid "cannot create child process for `%s' (fork: %s)" msgstr "" -#: io.c:2521 +#: io.c:2520 #, c-format msgid "data file `%s' is empty" msgstr "" -#: io.c:2562 io.c:2570 +#: io.c:2561 io.c:2569 msgid "could not allocate more input memory" msgstr "" -#: io.c:3128 +#: io.c:3127 msgid "multicharacter value of `RS' is a gawk extension" msgstr "" -#: io.c:3233 +#: io.c:3232 msgid "IPv6 communication is not supported" msgstr "" -#: main.c:364 +#: main.c:366 msgid "`-m[fr]' option irrelevant in gawk" msgstr "" -#: main.c:366 +#: main.c:368 msgid "-m option usage: `-m[fr] nnn'" msgstr "" -#: main.c:389 +#: main.c:391 msgid "empty argument to `-e/--source' ignored" msgstr "" -#: main.c:460 +#: main.c:462 #, c-format msgid "%s: option `-W %s' unrecognized, ignored\n" msgstr "" -#: main.c:513 +#: main.c:515 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: main.c:534 +#: main.c:536 msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'" msgstr "" -#: main.c:540 +#: main.c:542 msgid "`--posix' overrides `--traditional'" msgstr "" -#: main.c:551 +#: main.c:553 msgid "`--posix'/`--traditional' overrides `--non-decimal-data'" msgstr "" -#: main.c:555 +#: main.c:557 #, c-format msgid "running %s setuid root may be a security problem" msgstr "" -#: main.c:560 +#: main.c:562 msgid "`--posix' overrides `--binary'" msgstr "" -#: main.c:611 +#: main.c:613 #, c-format msgid "can't set binary mode on stdin (%s)" msgstr "" -#: main.c:614 +#: main.c:616 #, c-format msgid "can't set binary mode on stdout (%s)" msgstr "" -#: main.c:616 +#: main.c:618 #, c-format msgid "can't set binary mode on stderr (%s)" msgstr "" -#: main.c:655 +#: main.c:657 msgid "no program text at all!" msgstr "" -#: main.c:733 +#: main.c:734 #, c-format msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n" msgstr "" -#: main.c:735 +#: main.c:736 #, c-format msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n" msgstr "" -#: main.c:740 +#: main.c:741 msgid "POSIX options:\t\tGNU long options: (standard)\n" msgstr "" -#: main.c:741 +#: main.c:742 msgid "\t-f progfile\t\t--file=progfile\n" msgstr "" -#: main.c:742 +#: main.c:743 msgid "\t-F fs\t\t\t--field-separator=fs\n" msgstr "" -#: main.c:743 +#: main.c:744 msgid "\t-v var=val\t\t--assign=var=val\n" msgstr "" -#: main.c:744 +#: main.c:745 msgid "Short options:\t\tGNU long options: (extensions)\n" msgstr "" -#: main.c:745 +#: main.c:746 msgid "\t-b\t\t\t--characters-as-bytes\n" msgstr "" -#: main.c:746 +#: main.c:747 msgid "\t-c\t\t\t--traditional\n" msgstr "" -#: main.c:747 +#: main.c:748 msgid "\t-C\t\t\t--copyright\n" msgstr "" -#: main.c:748 +#: main.c:749 msgid "\t-d[file]\t\t--dump-variables[=file]\n" msgstr "" -#: main.c:749 +#: main.c:750 msgid "\t-e 'program-text'\t--source='program-text'\n" msgstr "" -#: main.c:750 +#: main.c:751 msgid "\t-E file\t\t\t--exec=file\n" msgstr "" -#: main.c:751 +#: main.c:752 msgid "\t-g\t\t\t--gen-pot\n" msgstr "" -#: main.c:752 +#: main.c:753 msgid "\t-h\t\t\t--help\n" msgstr "" -#: main.c:753 +#: main.c:754 msgid "\t-L [fatal]\t\t--lint[=fatal]\n" msgstr "" -#: main.c:754 +#: main.c:755 msgid "\t-n\t\t\t--non-decimal-data\n" msgstr "" -#: main.c:755 +#: main.c:756 msgid "\t-N\t\t\t--use-lc-numeric\n" msgstr "" -#: main.c:756 +#: main.c:757 msgid "\t-O\t\t\t--optimize\n" msgstr "" -#: main.c:757 +#: main.c:758 msgid "\t-p[file]\t\t--profile[=file]\n" msgstr "" -#: main.c:758 +#: main.c:759 msgid "\t-P\t\t\t--posix\n" msgstr "" -#: main.c:759 +#: main.c:760 msgid "\t-r\t\t\t--re-interval\n" msgstr "" -#: main.c:761 +#: main.c:762 msgid "\t-R file\t\t\t--command=file\n" msgstr "" -#: main.c:762 +#: main.c:763 msgid "\t-S\t\t\t--sandbox\n" msgstr "" -#: main.c:763 +#: main.c:764 msgid "\t-t\t\t\t--lint-old\n" msgstr "" -#: main.c:764 +#: main.c:765 msgid "\t-V\t\t\t--version\n" msgstr "" -#: main.c:766 +#: main.c:767 msgid "\t-W nostalgia\t\t--nostalgia\n" msgstr "" -#: main.c:769 +#: main.c:770 msgid "\t-Y\t\t--parsedebug\n" msgstr "" @@ -1752,7 +1756,7 @@ msgstr "" #. for this application. Please add _another line_ with the #. address for translation bugs. #. no-wrap -#: main.c:778 +#: main.c:779 msgid "" "\n" "To report bugs, see node `Bugs' in `gawk.info', which is\n" @@ -1760,21 +1764,21 @@ msgid "" "\n" msgstr "" -#: main.c:782 +#: main.c:783 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:786 +#: main.c:787 msgid "" "Examples:\n" "\tgawk '{ sum += $1 }; END { print sum }' file\n" "\tgawk -F: '{ print $1 }' /etc/passwd\n" msgstr "" -#: main.c:806 +#: main.c:807 #, c-format msgid "" "Copyright (C) 1989, 1991-%d Free Software Foundation.\n" @@ -1786,7 +1790,7 @@ msgid "" "\n" msgstr "" -#: main.c:814 +#: main.c:815 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,79 +1799,74 @@ msgid "" "\n" msgstr "" -#: main.c:820 +#: main.c:821 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:855 +#: main.c:856 msgid "-Ft does not set FS to tab in POSIX awk" msgstr "" -#: main.c:1089 +#: main.c:1090 #, c-format msgid "unknown value for field spec: %d\n" msgstr "" -#: main.c:1170 +#: main.c:1171 #, c-format msgid "" "%s: `%s' argument to `-v' not in `var=value' form\n" "\n" msgstr "" -#: main.c:1196 +#: main.c:1197 #, c-format msgid "`%s' is not a legal variable name" msgstr "" -#: main.c:1199 +#: main.c:1200 #, c-format msgid "`%s' is not a variable name, looking for file `%s=%s'" msgstr "" -#: main.c:1203 +#: main.c:1204 #, c-format msgid "cannot use gawk builtin `%s' as variable name" msgstr "" -#: main.c:1208 +#: main.c:1209 #, c-format msgid "cannot use function `%s' as variable name" msgstr "" -#: main.c:1261 +#: main.c:1262 msgid "floating point exception" msgstr "" -#: main.c:1268 +#: main.c:1269 msgid "fatal error: internal error" msgstr "" -#: main.c:1283 +#: main.c:1284 msgid "fatal error: internal error: segfault" msgstr "" -#: main.c:1295 +#: main.c:1296 msgid "fatal error: internal error: stack overflow" msgstr "" -#: main.c:1345 +#: main.c:1346 #, c-format msgid "no pre-opened fd %d" msgstr "" -#: main.c:1352 +#: main.c:1353 #, c-format msgid "could not pre-open /dev/null for fd %d" msgstr "" -#: main.c:1375 main.c:1384 -#, c-format -msgid "could not find groups: %s" -msgstr "" - #: msg.c:63 #, c-format msgid "cmd. line:" @@ -1967,84 +1966,84 @@ msgstr "" msgid "redir2str: unknown redirection type %d" msgstr "" -#: re.c:572 +#: re.c:573 #, c-format msgid "range of the form `[%c-%c]' is locale dependent" msgstr "" -#: re.c:599 +#: re.c:600 #, c-format msgid "regexp component `%.*s' should probably be `[%.*s]'" msgstr "" -#: regcomp.c:132 +#: regcomp.c:131 msgid "Success" msgstr "" -#: regcomp.c:135 +#: regcomp.c:134 msgid "No match" msgstr "" -#: regcomp.c:138 +#: regcomp.c:137 msgid "Invalid regular expression" msgstr "" -#: regcomp.c:141 +#: regcomp.c:140 msgid "Invalid collation character" msgstr "" -#: regcomp.c:144 +#: regcomp.c:143 msgid "Invalid character class name" msgstr "" -#: regcomp.c:147 +#: regcomp.c:146 msgid "Trailing backslash" msgstr "" -#: regcomp.c:150 +#: regcomp.c:149 msgid "Invalid back reference" msgstr "" -#: regcomp.c:153 +#: regcomp.c:152 msgid "Unmatched [ or [^" msgstr "" -#: regcomp.c:156 +#: regcomp.c:155 msgid "Unmatched ( or \\(" msgstr "" -#: regcomp.c:159 +#: regcomp.c:158 msgid "Unmatched \\{" msgstr "" -#: regcomp.c:162 +#: regcomp.c:161 msgid "Invalid content of \\{\\}" msgstr "" -#: regcomp.c:165 +#: regcomp.c:164 msgid "Invalid range end" msgstr "" -#: regcomp.c:168 +#: regcomp.c:167 msgid "Memory exhausted" msgstr "" -#: regcomp.c:171 +#: regcomp.c:170 msgid "Invalid preceding regular expression" msgstr "" -#: regcomp.c:174 +#: regcomp.c:173 msgid "Premature end of regular expression" msgstr "" -#: regcomp.c:177 +#: regcomp.c:176 msgid "Regular expression too big" msgstr "" -#: regcomp.c:180 +#: regcomp.c:179 msgid "Unmatched ) or \\)" msgstr "" -#: regcomp.c:701 +#: regcomp.c:700 msgid "No previous regular expression" msgstr "" |