diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 6024757f..a69227b0 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 5.0.65\n" +"Project-Id-Version: gawk 5.1.0\n" "Report-Msgid-Bugs-To: bug-gawk@gnu.org\n" -"POT-Creation-Date: 2020-03-20 11:03+0200\n" +"POT-Creation-Date: 2020-04-14 14:48+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" @@ -2265,96 +2265,96 @@ msgstr "" msgid "sleep: not supported on this platform" msgstr "" -#: field.c:281 +#: field.c:284 msgid "input record too large" msgstr "" -#: field.c:397 +#: field.c:400 msgid "NF set to negative value" msgstr "" -#: field.c:402 +#: field.c:405 msgid "decrementing NF is not portable to many awk versions" msgstr "" -#: field.c:846 +#: field.c:853 msgid "accessing fields from an END rule may not be portable" msgstr "" -#: field.c:964 field.c:971 +#: field.c:978 field.c:985 msgid "split: fourth argument is a gawk extension" msgstr "" -#: field.c:968 +#: field.c:982 msgid "split: fourth argument is not an array" msgstr "" -#: field.c:978 +#: field.c:992 msgid "split: second argument is not an array" msgstr "" -#: field.c:982 +#: field.c:996 msgid "split: cannot use the same array for second and fourth args" msgstr "" -#: field.c:987 +#: field.c:1001 msgid "split: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:990 +#: field.c:1004 msgid "split: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1024 +#: field.c:1038 msgid "split: null string for third arg is a non-standard extension" msgstr "" -#: field.c:1061 +#: field.c:1075 msgid "patsplit: fourth argument is not an array" msgstr "" -#: field.c:1066 +#: field.c:1080 msgid "patsplit: second argument is not an array" msgstr "" -#: field.c:1075 +#: field.c:1089 msgid "patsplit: third argument must be non-null" msgstr "" -#: field.c:1079 +#: field.c:1093 msgid "patsplit: cannot use the same array for second and fourth args" msgstr "" -#: field.c:1084 +#: field.c:1098 msgid "patsplit: cannot use a subarray of second arg for fourth arg" msgstr "" -#: field.c:1087 +#: field.c:1101 msgid "patsplit: cannot use a subarray of fourth arg for second arg" msgstr "" -#: field.c:1137 +#: field.c:1151 msgid "`FIELDWIDTHS' is a gawk extension" msgstr "" -#: field.c:1206 +#: field.c:1220 msgid "`*' must be the last designator in FIELDWIDTHS" msgstr "" -#: field.c:1227 +#: field.c:1241 #, c-format msgid "invalid FIELDWIDTHS value, for field %d, near `%s'" msgstr "" -#: field.c:1300 +#: field.c:1314 msgid "null string for `FS' is a gawk extension" msgstr "" -#: field.c:1304 +#: field.c:1318 msgid "old awk does not support regexps as value of `FS'" msgstr "" -#: field.c:1431 +#: field.c:1444 msgid "`FPAT' is a gawk extension" msgstr "" |