diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 710ad120..70f429ab 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.1.3g\n" +"Project-Id-Version: gawk 4.1.3h\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2016-05-30 16:00-0400\n" +"POT-Creation-Date: 2016-06-17 09:51+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" @@ -846,119 +846,119 @@ msgstr "" msgid "gensub: third argument %g treated as 1" msgstr "" -#: builtin.c:3096 +#: builtin.c:3100 #, c-format msgid "%s: can be called indirectly only with two arguments" msgstr "" -#: builtin.c:3186 +#: builtin.c:3190 #, c-format msgid "indirect call to %s requires at least two arguments" msgstr "" -#: builtin.c:3238 +#: builtin.c:3242 msgid "lshift: received non-numeric first argument" msgstr "" -#: builtin.c:3240 +#: builtin.c:3244 msgid "lshift: received non-numeric second argument" msgstr "" -#: builtin.c:3246 +#: builtin.c:3250 #, c-format msgid "lshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:3248 +#: builtin.c:3252 #, c-format msgid "lshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3250 +#: builtin.c:3254 #, c-format msgid "lshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3275 +#: builtin.c:3279 msgid "rshift: received non-numeric first argument" msgstr "" -#: builtin.c:3277 +#: builtin.c:3281 msgid "rshift: received non-numeric second argument" msgstr "" -#: builtin.c:3283 +#: builtin.c:3287 #, c-format msgid "rshift(%f, %f): negative values will give strange results" msgstr "" -#: builtin.c:3285 +#: builtin.c:3289 #, c-format msgid "rshift(%f, %f): fractional values will be truncated" msgstr "" -#: builtin.c:3287 +#: builtin.c:3291 #, c-format msgid "rshift(%f, %f): too large shift value will give strange results" msgstr "" -#: builtin.c:3312 mpfr.c:988 +#: builtin.c:3316 mpfr.c:988 msgid "and: called with less than two arguments" msgstr "" -#: builtin.c:3317 +#: builtin.c:3321 #, c-format msgid "and: argument %d is non-numeric" msgstr "" -#: builtin.c:3321 +#: builtin.c:3325 #, c-format msgid "and: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3344 mpfr.c:1020 +#: builtin.c:3348 mpfr.c:1020 msgid "or: called with less than two arguments" msgstr "" -#: builtin.c:3349 +#: builtin.c:3353 #, c-format msgid "or: argument %d is non-numeric" msgstr "" -#: builtin.c:3353 +#: builtin.c:3357 #, c-format msgid "or: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3375 mpfr.c:1051 +#: builtin.c:3379 mpfr.c:1051 msgid "xor: called with less than two arguments" msgstr "" -#: builtin.c:3381 +#: builtin.c:3385 #, c-format msgid "xor: argument %d is non-numeric" msgstr "" -#: builtin.c:3385 +#: builtin.c:3389 #, c-format msgid "xor: argument %d negative value %g will give strange results" msgstr "" -#: builtin.c:3410 mpfr.c:807 +#: builtin.c:3414 mpfr.c:807 msgid "compl: received non-numeric argument" msgstr "" -#: builtin.c:3416 +#: builtin.c:3420 #, c-format msgid "compl(%f): negative value will give strange results" msgstr "" -#: builtin.c:3418 +#: builtin.c:3422 #, c-format msgid "compl(%f): fractional value will be truncated" msgstr "" -#: builtin.c:3587 +#: builtin.c:3592 #, c-format msgid "dcgettext: `%s' is not a valid locale category" msgstr "" @@ -2472,7 +2472,7 @@ msgstr "" msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1380 +#: field.c:1384 msgid "`FPAT' is a gawk extension" msgstr "" @@ -3226,36 +3226,36 @@ msgstr "" msgid "cmd. line:" msgstr "" -#: node.c:418 +#: node.c:431 msgid "backslash at end of string" msgstr "" -#: node.c:497 +#: node.c:510 #, c-format msgid "old awk does not support the `\\%c' escape sequence" msgstr "" -#: node.c:548 +#: node.c:561 msgid "POSIX does not allow `\\x' escapes" msgstr "" -#: node.c:554 +#: node.c:567 msgid "no hex digits in `\\x' escape sequence" msgstr "" -#: node.c:576 +#: node.c:589 #, c-format msgid "" "hex escape \\x%.*s of %d characters probably not interpreted the way you " "expect" msgstr "" -#: node.c:591 +#: node.c:604 #, c-format msgid "escape sequence `\\%c' treated as plain `%c'" msgstr "" -#: node.c:728 +#: node.c:741 msgid "" "Invalid multibyte data detected. There may be a mismatch between your data " "and your locale." @@ -3404,11 +3404,11 @@ msgstr "" msgid "No previous regular expression" msgstr "" -#: symbol.c:678 +#: symbol.c:680 #, c-format msgid "function `%s': can't use function `%s' as a parameter name" msgstr "" -#: symbol.c:810 +#: symbol.c:812 msgid "can not pop main context" msgstr "" |