diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 234 |
1 files changed, 117 insertions, 117 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index b7e32c1a..01172246 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 5.0.61\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2019-07-23 06:12+0300\n" +"POT-Creation-Date: 2019-12-22 21:25+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" @@ -36,8 +36,8 @@ msgstr "" msgid "attempt to use scalar `%s' as an array" msgstr "" -#: array.c:400 array.c:567 builtin.c:88 builtin.c:1686 builtin.c:1732 -#: builtin.c:1745 builtin.c:2240 builtin.c:2267 eval.c:1151 eval.c:1155 +#: array.c:400 array.c:567 builtin.c:88 builtin.c:1687 builtin.c:1733 +#: builtin.c:1746 builtin.c:2241 builtin.c:2268 eval.c:1151 eval.c:1155 #: eval.c:1530 #, c-format msgid "attempt to use array `%s' in a scalar context" @@ -522,63 +522,63 @@ msgid "" "or used as a variable or an array" msgstr "" -#: awkgram.y:5456 +#: awkgram.y:5450 msgid "division by zero attempted" msgstr "" -#: awkgram.y:5465 +#: awkgram.y:5459 #, c-format msgid "division by zero attempted in `%%'" msgstr "" -#: awkgram.y:5804 +#: awkgram.y:5798 msgid "" "cannot assign a value to the result of a field post-increment expression" msgstr "" -#: awkgram.y:5807 +#: awkgram.y:5801 #, c-format msgid "invalid target of assignment (opcode %s)" msgstr "" -#: awkgram.y:6699 +#: awkgram.y:6693 #, c-format msgid "identifier %s: qualified names not allowed in traditional / POSIX mode" msgstr "" -#: awkgram.y:6704 +#: awkgram.y:6698 #, c-format msgid "identifier %s: namespace separator is two colons, not one" msgstr "" -#: awkgram.y:6710 +#: awkgram.y:6704 #, c-format msgid "qualified identifier `%s' is badly formed" msgstr "" -#: awkgram.y:6717 +#: awkgram.y:6711 #, c-format msgid "" "identifier `%s': namespace separator can only appear once in a qualified name" msgstr "" -#: awkgram.y:6766 awkgram.y:6817 +#: awkgram.y:6760 awkgram.y:6811 #, c-format msgid "using reserved identifier `%s' as a namespace is not allowed" msgstr "" -#: awkgram.y:6773 awkgram.y:6783 +#: awkgram.y:6767 awkgram.y:6777 #, c-format msgid "" "using reserved identifier `%s' as second component of a qualified name is " "not allowed" msgstr "" -#: awkgram.y:6801 +#: awkgram.y:6795 msgid "@namespace is a gawk extension" msgstr "" -#: awkgram.y:6808 +#: awkgram.y:6802 #, c-format msgid "namespace name `%s' must meet identifier naming rules" msgstr "" @@ -773,307 +773,307 @@ msgstr "" msgid "too many arguments supplied for format string" msgstr "" -#: builtin.c:1705 +#: builtin.c:1706 msgid "sprintf: no arguments" msgstr "" -#: builtin.c:1728 builtin.c:1739 +#: builtin.c:1729 builtin.c:1740 msgid "printf: no arguments" msgstr "" -#: builtin.c:1754 +#: builtin.c:1755 msgid "printf: attempt to write to closed write end of two-way pipe" msgstr "" -#: builtin.c:1795 +#: builtin.c:1796 msgid "sqrt: received non-numeric argument" msgstr "" -#: builtin.c:1799 +#: builtin.c:1800 #, c-format msgid "sqrt: called with negative argument %g" msgstr "" -#: builtin.c:1830 +#: builtin.c:1831 #, c-format msgid "substr: length %g is not >= 1" msgstr "" -#: builtin.c:1832 +#: builtin.c:1833 #, c-format msgid "substr: length %g is not >= 0" msgstr "" -#: builtin.c:1846 +#: builtin.c:1847 #, c-format msgid "substr: non-integer length %g will be truncated" msgstr "" -#: builtin.c:1851 +#: builtin.c:1852 #, c-format msgid "substr: length %g too big for string indexing, truncating to %g" msgstr "" -#: builtin.c:1863 +#: builtin.c:1864 #, c-format msgid "substr: start index %g is invalid, using 1" msgstr "" -#: builtin.c:1868 +#: builtin.c:1869 #, c-format msgid "substr: non-integer start index %g will be truncated" msgstr "" -#: builtin.c:1891 +#: builtin.c:1892 msgid "substr: source string is zero length" msgstr "" -#: builtin.c:1905 +#: builtin.c:1906 #, c-format msgid "substr: start index %g is past end of string" msgstr "" -#: builtin.c:1913 +#: builtin.c:1914 #, c-format msgid "" "substr: length %g at start index %g exceeds length of first argument (%lu)" msgstr "" -#: builtin.c:1986 +#: builtin.c:1987 msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" -#: builtin.c:2006 +#: builtin.c:2007 msgid "strftime: received non-numeric second argument" msgstr "" -#: builtin.c:2016 +#: builtin.c:2017 msgid "strftime: second argument less than 0 or too big for time_t" msgstr "" -#: builtin.c:2023 +#: builtin.c:2024 msgid "strftime: second argument out of range for time_t" msgstr "" -#: builtin.c:2032 +#: builtin.c:2033 msgid "strftime: received non-string first argument" msgstr "" -#: builtin.c:2039 +#: builtin.c:2040 msgid "strftime: received empty format string" msgstr "" -#: builtin.c:2122 +#: builtin.c:2123 msgid "mktime: received non-string argument" msgstr "" -#: builtin.c:2139 +#: builtin.c:2140 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:2175 +#: builtin.c:2176 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:2180 +#: builtin.c:2181 msgid "system: received non-string argument" msgstr "" -#: builtin.c:2249 builtin.c:2322 +#: builtin.c:2250 builtin.c:2323 msgid "print: attempt to write to closed write end of two-way pipe" msgstr "" -#: builtin.c:2345 +#: builtin.c:2346 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2430 +#: builtin.c:2431 msgid "tolower: received non-string argument" msgstr "" -#: builtin.c:2461 +#: builtin.c:2462 msgid "toupper: received non-string argument" msgstr "" -#: builtin.c:2494 mpfr.c:674 +#: builtin.c:2495 mpfr.c:674 msgid "atan2: received non-numeric first argument" msgstr "" -#: builtin.c:2496 mpfr.c:676 +#: builtin.c:2497 mpfr.c:676 msgid "atan2: received non-numeric second argument" msgstr "" -#: builtin.c:2515 +#: builtin.c:2516 msgid "sin: received non-numeric argument" msgstr "" -#: builtin.c:2531 +#: builtin.c:2532 msgid "cos: received non-numeric argument" msgstr "" -#: builtin.c:2645 mpfr.c:1169 +#: builtin.c:2646 mpfr.c:1169 msgid "srand: received non-numeric argument" msgstr "" -#: builtin.c:2676 +#: builtin.c:2677 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2919 +#: builtin.c:2920 #, c-format msgid "gensub: third argument `%.*s' treated as 1" msgstr "" -#: builtin.c:3241 +#: builtin.c:3242 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "" -#: builtin.c:3341 +#: builtin.c:3342 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "" -#: builtin.c:3396 +#: builtin.c:3397 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:3398 +#: builtin.c:3399 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:3404 +#: builtin.c:3405 #, c-format msgid "lshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3408 +#: builtin.c:3409 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3410 +#: builtin.c:3411 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3435 +#: builtin.c:3436 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3437 +#: builtin.c:3438 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3443 +#: builtin.c:3444 #, c-format msgid "rshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3447 +#: builtin.c:3448 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3449 +#: builtin.c:3450 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3473 mpfr.c:982 +#: builtin.c:3474 mpfr.c:982 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3478 +#: builtin.c:3479 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3482 +#: builtin.c:3483 #, c-format msgid "and: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3504 mpfr.c:1014 +#: builtin.c:3505 mpfr.c:1014 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3509 +#: builtin.c:3510 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3513 +#: builtin.c:3514 #, c-format msgid "or: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3534 mpfr.c:1045 +#: builtin.c:3535 mpfr.c:1045 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3540 +#: builtin.c:3541 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3544 +#: builtin.c:3545 #, c-format msgid "xor: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3566 mpfr.c:804 +#: builtin.c:3567 mpfr.c:804 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3571 +#: builtin.c:3572 #, c-format msgid "compl(%f): negative value is not allowed" msgstr "" -#: builtin.c:3574 +#: builtin.c:3575 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3758 +#: builtin.c:3759 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" -#: builtin.c:3982 mpfr.c:1203 +#: builtin.c:3983 mpfr.c:1203 msgid "intdiv: third argument is not an array" msgstr "" -#: builtin.c:3990 mpfr.c:1211 +#: builtin.c:3991 mpfr.c:1211 msgid "intdiv: received non-numeric first argument" msgstr "" -#: builtin.c:3992 mpfr.c:1213 +#: builtin.c:3993 mpfr.c:1213 msgid "intdiv: received non-numeric second argument" msgstr "" -#: builtin.c:4001 mpfr.c:1252 +#: builtin.c:4002 mpfr.c:1252 msgid "intdiv: division by zero attempted" msgstr "" -#: builtin.c:4040 +#: builtin.c:4041 msgid "typeof: second argument is not an array" msgstr "" -#: builtin.c:4076 +#: builtin.c:4113 #, c-format msgid "" "typeof detected invalid flags combination `%s'; please file a bug report." msgstr "" -#: builtin.c:4095 +#: builtin.c:4132 #, c-format msgid "typeof: invalid argument type `%s'" msgstr "" -#: builtin.c:4099 +#: builtin.c:4136 #, c-format msgid "typeof: unknown argument type `%s'" msgstr "" @@ -2385,92 +2385,92 @@ msgstr "" msgid "input record too large" msgstr "" -#: field.c:398 +#: field.c:400 msgid "NF set to negative value" msgstr "" -#: field.c:403 +#: field.c:405 msgid "decrementing NF is not portable to many awk versions" msgstr "" -#: field.c:847 +#: field.c:849 msgid "accessing fields from an END rule may not be portable" msgstr "" -#: field.c:976 field.c:983 +#: field.c:967 field.c:974 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:980 +#: field.c:971 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:990 +#: field.c:981 msgid "split: second argument is not an array" msgstr "" -#: field.c:994 +#: field.c:985 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:999 +#: field.c:990 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1002 +#: field.c:993 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1036 +#: field.c:1027 msgid "split: null string for third arg is a non-standard extension" msgstr "" -#: field.c:1073 +#: field.c:1064 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1078 +#: field.c:1069 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1087 +#: field.c:1078 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1091 +#: field.c:1082 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1096 +#: field.c:1087 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1099 +#: field.c:1090 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1149 +#: field.c:1140 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1218 +#: field.c:1209 msgid "`*' must be the last designator in FIELDWIDTHS" msgstr "" -#: field.c:1239 +#: field.c:1230 #, c-format msgid "invalid FIELDWIDTHS value, for field %d, near `%s'" msgstr "" -#: field.c:1312 +#: field.c:1303 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1316 +#: field.c:1307 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1443 +#: field.c:1434 msgid "`FPAT' is a gawk extension" msgstr "" @@ -3361,14 +3361,14 @@ msgstr "" msgid "\t# gawk profile, created %s\n" msgstr "" -#: profile.c:1962 +#: profile.c:1965 #, c-format msgid "" "\n" "\t# Functions, listed alphabetically\n" msgstr "" -#: profile.c:2023 +#: profile.c:2026 #, c-format msgid "redir2str: unknown redirection type %d" msgstr "" @@ -3393,44 +3393,44 @@ msgstr "" msgid "regexp escape sequence `\\%c' is not a known regexp operator" msgstr "" -#: re.c:652 +#: re.c:663 #, c-format msgid "regexp component `%.*s' should probably be `[%.*s]'" msgstr "" -#: support/dfa.c:1017 +#: support/dfa.c:938 msgid "unbalanced [" msgstr "" -#: support/dfa.c:1138 +#: support/dfa.c:1059 msgid "invalid character class" msgstr "" -#: support/dfa.c:1264 +#: support/dfa.c:1185 msgid "character class syntax is [[:space:]], not [:space:]" msgstr "" -#: support/dfa.c:1331 +#: support/dfa.c:1252 msgid "unfinished \\ escape" msgstr "" -#: support/dfa.c:1492 +#: support/dfa.c:1413 msgid "invalid content of \\{\\}" msgstr "" -#: support/dfa.c:1495 +#: support/dfa.c:1416 msgid "regular expression too big" msgstr "" -#: support/dfa.c:1910 +#: support/dfa.c:1887 msgid "unbalanced (" msgstr "" -#: support/dfa.c:2028 +#: support/dfa.c:2004 msgid "no syntax specified" msgstr "" -#: support/dfa.c:2039 +#: support/dfa.c:2015 msgid "unbalanced )" msgstr "" |