diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 7d9a9443..615b1ff9 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 5.1.1f\n" +"Project-Id-Version: gawk 5.1.1\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2021-09-19 11:16+0300\n" +"POT-Creation-Date: 2021-10-27 07:58+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" @@ -37,7 +37,7 @@ msgid "attempt to use scalar `%s' as an array" msgstr "" #: array.c:402 array.c:569 builtin.c:89 builtin.c:1677 builtin.c:1723 -#: builtin.c:1736 builtin.c:2231 builtin.c:2258 eval.c:1155 eval.c:1159 +#: builtin.c:1736 builtin.c:2233 builtin.c:2260 eval.c:1155 eval.c:1159 #: eval.c:1541 #, c-format msgid "attempt to use array `%s' in a scalar context" @@ -237,11 +237,11 @@ msgstr "" msgid "invalid subscript expression" msgstr "" -#: awkgram.y:2488 awkgram.y:2508 gawkapi.c:265 gawkapi.c:282 msg.c:132 +#: awkgram.y:2488 awkgram.y:2508 gawkapi.c:265 gawkapi.c:282 msg.c:133 msgid "warning: " msgstr "" -#: awkgram.y:2506 gawkapi.c:237 gawkapi.c:280 msg.c:164 +#: awkgram.y:2506 gawkapi.c:237 gawkapi.c:280 msg.c:165 msgid "fatal: " msgstr "" @@ -591,8 +591,8 @@ msgstr "" msgid "standard error" msgstr "" -#: builtin.c:163 builtin.c:493 builtin.c:583 builtin.c:1786 builtin.c:2508 -#: builtin.c:2524 builtin.c:2638 builtin.c:3625 mpfr.c:761 +#: builtin.c:163 builtin.c:493 builtin.c:583 builtin.c:1786 builtin.c:2510 +#: builtin.c:2526 builtin.c:2640 builtin.c:3627 mpfr.c:761 #, c-format msgid "%s: received non-numeric argument" msgstr "" @@ -645,7 +645,7 @@ msgstr "" msgid "`length(array)' is a gawk extension" msgstr "" -#: builtin.c:554 builtin.c:2113 builtin.c:2171 builtin.c:2423 builtin.c:2454 +#: builtin.c:554 builtin.c:2113 builtin.c:2173 builtin.c:2425 builtin.c:2456 #, c-format msgid "%s: received non-string argument" msgstr "" @@ -813,7 +813,7 @@ msgstr "" msgid "strftime: format value in PROCINFO[\"strftime\"] has numeric type" msgstr "" -#: builtin.c:1997 builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056 +#: builtin.c:1997 builtin.c:2491 builtin.c:3459 builtin.c:3498 builtin.c:4058 #, c-format msgid "%s: received non-numeric second argument" msgstr "" @@ -830,136 +830,136 @@ msgstr "" msgid "strftime: received empty format string" msgstr "" -#: builtin.c:2130 +#: builtin.c:2132 msgid "mktime: at least one of the values is out of the default range" msgstr "" -#: builtin.c:2166 +#: builtin.c:2168 msgid "'system' function not allowed in sandbox mode" msgstr "" -#: builtin.c:2240 builtin.c:2315 +#: builtin.c:2242 builtin.c:2317 msgid "print: attempt to write to closed write end of two-way pipe" msgstr "" -#: builtin.c:2338 +#: builtin.c:2340 #, c-format msgid "reference to uninitialized field `$%d'" msgstr "" -#: builtin.c:2487 builtin.c:3455 builtin.c:3494 builtin.c:4054 +#: builtin.c:2489 builtin.c:3457 builtin.c:3496 builtin.c:4056 #, c-format msgid "%s: received non-numeric first argument" msgstr "" -#: builtin.c:2669 +#: builtin.c:2671 msgid "match: third argument is not an array" msgstr "" -#: builtin.c:2671 +#: builtin.c:2673 #, c-format msgid "%s: cannot use %s as third argument" msgstr "" -#: builtin.c:2914 +#: builtin.c:2916 #, c-format msgid "gensub: third argument `%.*s' treated as 1" msgstr "" -#: builtin.c:3265 +#: builtin.c:3267 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "" -#: builtin.c:3388 +#: builtin.c:3390 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "" -#: builtin.c:3463 +#: builtin.c:3465 #, c-format msgid "lshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3467 +#: builtin.c:3469 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3469 +#: builtin.c:3471 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3502 +#: builtin.c:3504 #, c-format msgid "rshift(%f, %f): negative values are not allowed" msgstr "" -#: builtin.c:3506 +#: builtin.c:3508 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3508 +#: builtin.c:3510 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3532 builtin.c:3563 builtin.c:3593 +#: builtin.c:3534 builtin.c:3565 builtin.c:3595 #, c-format msgid "%s: called with less than two arguments" msgstr "" -#: builtin.c:3537 builtin.c:3568 builtin.c:3599 +#: builtin.c:3539 builtin.c:3570 builtin.c:3601 #, c-format msgid "%s: argument %d is non-numeric" msgstr "" -#: builtin.c:3541 builtin.c:3572 builtin.c:3603 +#: builtin.c:3543 builtin.c:3574 builtin.c:3605 #, c-format msgid "%s: argument %d negative value %g is not allowed" msgstr "" -#: builtin.c:3630 +#: builtin.c:3632 #, c-format msgid "compl(%f): negative value is not allowed" msgstr "" -#: builtin.c:3633 +#: builtin.c:3635 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3819 +#: builtin.c:3821 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" -#: builtin.c:4046 mpfr.c:1261 +#: builtin.c:4048 mpfr.c:1261 msgid "intdiv: third argument is not an array" msgstr "" -#: builtin.c:4065 mpfr.c:1310 +#: builtin.c:4067 mpfr.c:1310 msgid "intdiv: division by zero attempted" msgstr "" -#: builtin.c:4104 +#: builtin.c:4106 msgid "typeof: second argument is not an array" msgstr "" -#: builtin.c:4176 +#: builtin.c:4178 #, c-format msgid "" "typeof detected invalid flags combination `%s'; please file a bug report" msgstr "" -#: builtin.c:4196 +#: builtin.c:4198 #, c-format msgid "typeof: invalid argument type `%s'" msgstr "" -#: builtin.c:4200 +#: builtin.c:4202 #, c-format msgid "typeof: unknown argument type `%s'" msgstr "" @@ -1252,7 +1252,7 @@ msgid "" "if N < 0) frames" msgstr "" -#: command.y:1017 debug.c:423 gawkapi.c:251 msg.c:141 +#: command.y:1017 debug.c:423 gawkapi.c:251 msg.c:142 #, c-format msgid "error: " msgstr "" @@ -2187,7 +2187,7 @@ msgstr "" msgid "chr: first argument is not a number" msgstr "" -#: extension/readdir.c:276 +#: extension/readdir.c:277 #, c-format msgid "dir_take_control_of: opendir/fdopendir failed: %s" msgstr "" @@ -3250,7 +3250,7 @@ msgstr "" msgid "intdiv: received non-numeric second argument" msgstr "" -#: msg.c:75 +#: msg.c:76 #, c-format msgid "cmd. line:" msgstr "" @@ -3552,11 +3552,11 @@ msgstr "" msgid "No previous regular expression" msgstr "" -#: symbol.c:703 +#: symbol.c:698 #, c-format msgid "function `%s': cannot use function `%s' as a parameter name" msgstr "" -#: symbol.c:833 +#: symbol.c:828 msgid "cannot pop main context" msgstr "" |