diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 248 |
1 files changed, 129 insertions, 119 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 7f778872..d95d3bf3 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.1.1c\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2015-02-26 20:05+0200\n" +"POT-Creation-Date: 2015-04-07 17:32+0300\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" @@ -99,417 +99,417 @@ msgstr "" msgid "sort comparison function `%s' is not defined" msgstr "" -#: awkgram.y:226 +#: awkgram.y:225 #, c-format msgid "%s blocks must have an action part" msgstr "" -#: awkgram.y:229 +#: awkgram.y:228 msgid "each rule must have a pattern or an action part" msgstr "" -#: awkgram.y:320 awkgram.y:331 +#: awkgram.y:319 awkgram.y:330 msgid "old awk does not support multiple `BEGIN' or `END' rules" msgstr "" -#: awkgram.y:368 +#: awkgram.y:367 #, c-format msgid "`%s' is a built-in function, it cannot be redefined" msgstr "" -#: awkgram.y:417 +#: awkgram.y:416 msgid "regexp constant `//' looks like a C++ comment, but is not" msgstr "" -#: awkgram.y:421 +#: awkgram.y:420 #, c-format msgid "regexp constant `/%s/' looks like a C comment, but is not" msgstr "" -#: awkgram.y:513 +#: awkgram.y:512 #, c-format msgid "duplicate case values in switch body: %s" msgstr "" -#: awkgram.y:534 +#: awkgram.y:533 msgid "duplicate `default' detected in switch body" msgstr "" -#: awkgram.y:794 awkgram.y:3751 +#: awkgram.y:793 awkgram.y:3750 msgid "`break' is not allowed outside a loop or switch" msgstr "" -#: awkgram.y:803 awkgram.y:3743 +#: awkgram.y:802 awkgram.y:3742 msgid "`continue' is not allowed outside a loop" msgstr "" -#: awkgram.y:813 +#: awkgram.y:812 #, c-format msgid "`next' used in %s action" msgstr "" -#: awkgram.y:822 +#: awkgram.y:821 #, c-format msgid "`nextfile' used in %s action" msgstr "" -#: awkgram.y:846 +#: awkgram.y:845 msgid "`return' used outside function context" msgstr "" -#: awkgram.y:920 +#: awkgram.y:919 msgid "plain `print' in BEGIN or END rule should probably be `print \"\"'" msgstr "" -#: awkgram.y:986 awkgram.y:1035 +#: awkgram.y:985 awkgram.y:1034 msgid "`delete' is not allowed with SYMTAB" msgstr "" -#: awkgram.y:988 awkgram.y:1037 +#: awkgram.y:987 awkgram.y:1036 msgid "`delete' is not allowed with FUNCTAB" msgstr "" -#: awkgram.y:1022 awkgram.y:1026 +#: awkgram.y:1021 awkgram.y:1025 msgid "`delete(array)' is a non-portable tawk extension" msgstr "" -#: awkgram.y:1147 +#: awkgram.y:1146 msgid "multistage two-way pipelines don't work" msgstr "" -#: awkgram.y:1262 +#: awkgram.y:1261 msgid "regular expression on right of assignment" msgstr "" -#: awkgram.y:1273 +#: awkgram.y:1272 msgid "regular expression on left of `~' or `!~' operator" msgstr "" -#: awkgram.y:1289 awkgram.y:1431 +#: awkgram.y:1288 awkgram.y:1430 msgid "old awk does not support the keyword `in' except after `for'" msgstr "" -#: awkgram.y:1299 +#: awkgram.y:1298 msgid "regular expression on right of comparison" msgstr "" -#: awkgram.y:1411 +#: awkgram.y:1410 #, c-format msgid "non-redirected `getline' invalid inside `%s' rule" msgstr "" -#: awkgram.y:1414 +#: awkgram.y:1413 msgid "non-redirected `getline' undefined inside END action" msgstr "" -#: awkgram.y:1433 +#: awkgram.y:1432 msgid "old awk does not support multidimensional arrays" msgstr "" -#: awkgram.y:1530 +#: awkgram.y:1529 msgid "call of `length' without parentheses is not portable" msgstr "" -#: awkgram.y:1596 +#: awkgram.y:1595 msgid "indirect function calls are a gawk extension" msgstr "" -#: awkgram.y:1609 +#: awkgram.y:1608 #, c-format msgid "can not use special variable `%s' for indirect function call" msgstr "" -#: awkgram.y:1635 +#: awkgram.y:1634 #, c-format msgid "attempt to use non-function `%s' in function call" msgstr "" -#: awkgram.y:1699 +#: awkgram.y:1698 msgid "invalid subscript expression" msgstr "" -#: awkgram.y:2045 awkgram.y:2065 gawkapi.c:206 gawkapi.c:224 msg.c:126 +#: awkgram.y:2044 awkgram.y:2064 gawkapi.c:206 gawkapi.c:224 msg.c:126 msgid "warning: " msgstr "" -#: awkgram.y:2063 gawkapi.c:192 gawkapi.c:221 msg.c:158 +#: awkgram.y:2062 gawkapi.c:192 gawkapi.c:221 msg.c:158 msgid "fatal: " msgstr "" -#: awkgram.y:2113 +#: awkgram.y:2112 msgid "unexpected newline or end of string" msgstr "" -#: awkgram.y:2392 awkgram.y:2468 awkgram.y:2691 debug.c:523 debug.c:539 +#: awkgram.y:2391 awkgram.y:2467 awkgram.y:2690 debug.c:523 debug.c:539 #: debug.c:2812 debug.c:5055 #, c-format msgid "can't open source file `%s' for reading (%s)" msgstr "" -#: awkgram.y:2393 awkgram.y:2518 +#: awkgram.y:2392 awkgram.y:2517 #, c-format msgid "can't open shared library `%s' for reading (%s)" msgstr "" -#: awkgram.y:2395 awkgram.y:2469 awkgram.y:2519 builtin.c:135 debug.c:5206 +#: awkgram.y:2394 awkgram.y:2468 awkgram.y:2518 builtin.c:135 debug.c:5206 msgid "reason unknown" msgstr "" -#: awkgram.y:2404 awkgram.y:2428 +#: awkgram.y:2403 awkgram.y:2427 #, c-format msgid "can't include `%s' and use it as a program file" msgstr "" -#: awkgram.y:2417 +#: awkgram.y:2416 #, c-format msgid "already included source file `%s'" msgstr "" -#: awkgram.y:2418 +#: awkgram.y:2417 #, c-format msgid "already loaded shared library `%s'" msgstr "" -#: awkgram.y:2453 +#: awkgram.y:2452 msgid "@include is a gawk extension" msgstr "" -#: awkgram.y:2459 +#: awkgram.y:2458 msgid "empty filename after @include" msgstr "" -#: awkgram.y:2503 +#: awkgram.y:2502 msgid "@load is a gawk extension" msgstr "" -#: awkgram.y:2509 +#: awkgram.y:2508 msgid "empty filename after @load" msgstr "" -#: awkgram.y:2643 +#: awkgram.y:2642 msgid "empty program text on command line" msgstr "" -#: awkgram.y:2758 +#: awkgram.y:2757 #, c-format msgid "can't read sourcefile `%s' (%s)" msgstr "" -#: awkgram.y:2769 +#: awkgram.y:2768 #, c-format msgid "source file `%s' is empty" msgstr "" -#: awkgram.y:2828 +#: awkgram.y:2827 #, c-format msgid "PEBKAC error: invalid character '\\%03o' in source code" msgstr "" -#: awkgram.y:2959 +#: awkgram.y:2958 msgid "source file does not end in newline" msgstr "" -#: awkgram.y:3062 +#: awkgram.y:3061 msgid "unterminated regexp ends with `\\' at end of file" msgstr "" -#: awkgram.y:3089 +#: awkgram.y:3088 #, c-format msgid "%s: %d: tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3093 +#: awkgram.y:3092 #, c-format msgid "tawk regex modifier `/.../%c' doesn't work in gawk" msgstr "" -#: awkgram.y:3100 +#: awkgram.y:3099 msgid "unterminated regexp" msgstr "" -#: awkgram.y:3104 +#: awkgram.y:3103 msgid "unterminated regexp at end of file" msgstr "" -#: awkgram.y:3162 +#: awkgram.y:3161 msgid "use of `\\ #...' line continuation is not portable" msgstr "" -#: awkgram.y:3178 +#: awkgram.y:3177 msgid "backslash not last character on line" msgstr "" -#: awkgram.y:3239 +#: awkgram.y:3238 msgid "POSIX does not allow operator `**='" msgstr "" -#: awkgram.y:3241 +#: awkgram.y:3240 msgid "old awk does not support operator `**='" msgstr "" -#: awkgram.y:3250 +#: awkgram.y:3249 msgid "POSIX does not allow operator `**'" msgstr "" -#: awkgram.y:3252 +#: awkgram.y:3251 msgid "old awk does not support operator `**'" msgstr "" -#: awkgram.y:3287 +#: awkgram.y:3286 msgid "operator `^=' is not supported in old awk" msgstr "" -#: awkgram.y:3295 +#: awkgram.y:3294 msgid "operator `^' is not supported in old awk" msgstr "" -#: awkgram.y:3392 awkgram.y:3410 command.y:1180 +#: awkgram.y:3391 awkgram.y:3409 command.y:1180 msgid "unterminated string" msgstr "" -#: awkgram.y:3631 +#: awkgram.y:3630 #, c-format msgid "invalid char '%c' in expression" msgstr "" -#: awkgram.y:3678 +#: awkgram.y:3677 #, c-format msgid "`%s' is a gawk extension" msgstr "" -#: awkgram.y:3683 +#: awkgram.y:3682 #, c-format msgid "POSIX does not allow `%s'" msgstr "" -#: awkgram.y:3691 +#: awkgram.y:3690 #, c-format msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:3781 +#: awkgram.y:3780 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3815 +#: awkgram.y:3814 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:3850 +#: awkgram.y:3849 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:3855 +#: awkgram.y:3854 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:3938 awkgram.y:3941 +#: awkgram.y:3937 awkgram.y:3940 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3995 awkgram.y:3998 +#: awkgram.y:3994 awkgram.y:3997 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:4010 +#: awkgram.y:4009 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4025 +#: awkgram.y:4024 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:4044 +#: awkgram.y:4043 msgid "index: regexp constant as second argument is not allowed" msgstr "" -#: awkgram.y:4097 +#: awkgram.y:4096 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4154 debug.c:4041 debug.c:4084 debug.c:5204 +#: awkgram.y:4153 debug.c:4041 debug.c:4084 debug.c:5204 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4155 +#: awkgram.y:4154 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4163 +#: awkgram.y:4162 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4188 +#: awkgram.y:4187 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4196 +#: awkgram.y:4195 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4267 +#: awkgram.y:4266 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4313 +#: awkgram.y:4312 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4316 +#: awkgram.y:4315 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4324 +#: awkgram.y:4323 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:4411 awkgram.y:4417 +#: awkgram.y:4410 awkgram.y:4416 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4421 +#: awkgram.y:4420 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4453 +#: awkgram.y:4452 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4468 +#: awkgram.y:4467 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:4674 +#: awkgram.y:4673 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4683 +#: awkgram.y:4682 #, c-format msgid "division by zero attempted in `%%'" msgstr "" -#: awkgram.y:5003 +#: awkgram.y:5002 msgid "" "cannot assign a value to the result of a field post-increment expression" msgstr "" -#: awkgram.y:5006 +#: awkgram.y:5005 #, c-format msgid "invalid target of assignment (opcode %s)" msgstr "" @@ -825,109 +825,119 @@ msgstr "" msgid "gensub: third argument %g treated as 1" msgstr "" -#: builtin.c:3020 +#: builtin.c:3018 +#, c-format +msgid "%s: can be called indirectly only with two arguments" +msgstr "" + +#: builtin.c:3108 +#, c-format +msgid "indirect call to %s requires at least two arguments" +msgstr "" + +#: builtin.c:3160 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:3022 +#: builtin.c:3162 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:3028 +#: builtin.c:3168 #, c-format msgid "lshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:3030 +#: builtin.c:3170 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3032 +#: builtin.c:3172 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3057 +#: builtin.c:3197 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3059 +#: builtin.c:3199 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3065 +#: builtin.c:3205 #, c-format msgid "rshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:3067 +#: builtin.c:3207 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3069 +#: builtin.c:3209 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3094 mpfr.c:988 +#: builtin.c:3234 mpfr.c:988 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3099 +#: builtin.c:3239 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3103 +#: builtin.c:3243 #, c-format msgid "and: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3126 mpfr.c:1020 +#: builtin.c:3266 mpfr.c:1020 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3131 +#: builtin.c:3271 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3135 +#: builtin.c:3275 #, c-format msgid "or: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3157 mpfr.c:1051 +#: builtin.c:3297 mpfr.c:1051 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3163 +#: builtin.c:3303 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3167 +#: builtin.c:3307 #, c-format msgid "xor: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3192 mpfr.c:807 +#: builtin.c:3332 mpfr.c:807 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3198 +#: builtin.c:3338 #, c-format msgid "compl(%f): negative value will give strange results" msgstr "" -#: builtin.c:3200 +#: builtin.c:3340 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3369 +#: builtin.c:3509 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" @@ -3279,14 +3289,14 @@ msgstr "" msgid "\t# gawk profile, created %s\n" msgstr "" -#: profile.c:1521 +#: profile.c:1535 #, c-format msgid "" "\n" "\t# Functions, listed alphabetically\n" msgstr "" -#: profile.c:1559 +#: profile.c:1573 #, c-format msgid "redir2str: unknown redirection type %d" msgstr "" |