summaryrefslogtreecommitdiff
path: root/po/gawk.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/gawk.pot')
-rw-r--r--po/gawk.pot141
1 files changed, 73 insertions, 68 deletions
diff --git a/po/gawk.pot b/po/gawk.pot
index 450ca75d..1740c949 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 5.0.0\n"
+"Project-Id-Version: gawk 5.0.1\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2019-04-12 12:29+0300\n"
+"POT-Creation-Date: 2019-06-18 20:07+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,8 +37,8 @@ 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:1149 eval.c:1153
-#: eval.c:1528
+#: builtin.c:1745 builtin.c:2240 builtin.c:2267 eval.c:1151 eval.c:1155
+#: eval.c:1530
#, c-format
msgid "attempt to use array `%s' in a scalar context"
msgstr ""
@@ -232,11 +232,11 @@ msgstr ""
msgid "invalid subscript expression"
msgstr ""
-#: awkgram.y:2477 awkgram.y:2497 gawkapi.c:273 gawkapi.c:290 msg.c:130
+#: awkgram.y:2477 awkgram.y:2497 gawkapi.c:273 gawkapi.c:290 msg.c:137
msgid "warning: "
msgstr ""
-#: awkgram.y:2495 gawkapi.c:245 gawkapi.c:288 msg.c:162
+#: awkgram.y:2495 gawkapi.c:245 gawkapi.c:288 msg.c:169
msgid "fatal: "
msgstr ""
@@ -381,7 +381,7 @@ msgstr ""
msgid "unterminated string"
msgstr ""
-#: awkgram.y:4048 main.c:1202
+#: awkgram.y:4048 main.c:1220
msgid "POSIX does not allow physical newlines in string values"
msgstr ""
@@ -1078,6 +1078,11 @@ msgstr ""
msgid "typeof: unknown argument type `%s'"
msgstr ""
+#: cint_array.c:1268 cint_array.c:1296
+#, c-format
+msgid "cannot add a new file (%.*s) to ARGV in sandbox mode"
+msgstr ""
+
#: command.y:227
#, c-format
msgid "Type (g)awk statement(s). End with the command \"end\"\n"
@@ -1363,7 +1368,7 @@ msgid ""
"if N < 0) frames."
msgstr ""
-#: command.y:1016 debug.c:414 gawkapi.c:259 msg.c:139
+#: command.y:1016 debug.c:414 gawkapi.c:259 msg.c:146
#, c-format
msgid "error: "
msgstr ""
@@ -1963,53 +1968,53 @@ msgstr ""
msgid "bad `%sFMT' specification `%s'"
msgstr ""
-#: eval.c:980
+#: eval.c:982
msgid "turning off `--lint' due to assignment to `LINT'"
msgstr ""
-#: eval.c:1174
+#: eval.c:1176
#, c-format
msgid "reference to uninitialized argument `%s'"
msgstr ""
-#: eval.c:1175
+#: eval.c:1177
#, c-format
msgid "reference to uninitialized variable `%s'"
msgstr ""
-#: eval.c:1193
+#: eval.c:1195
msgid "attempt to field reference from non-numeric value"
msgstr ""
-#: eval.c:1195
+#: eval.c:1197
msgid "attempt to field reference from null string"
msgstr ""
-#: eval.c:1203
+#: eval.c:1205
#, c-format
msgid "attempt to access field %ld"
msgstr ""
-#: eval.c:1212
+#: eval.c:1214
#, c-format
msgid "reference to uninitialized field `$%ld'"
msgstr ""
-#: eval.c:1276
+#: eval.c:1278
#, c-format
msgid "function `%s' called with more arguments than declared"
msgstr ""
-#: eval.c:1473
+#: eval.c:1475
#, c-format
msgid "unwind_stack: unexpected type `%s'"
msgstr ""
-#: eval.c:1566
+#: eval.c:1568
msgid "division by zero attempted in `/='"
msgstr ""
-#: eval.c:1573
+#: eval.c:1575
#, c-format
msgid "division by zero attempted in `%%='"
msgstr ""
@@ -2091,7 +2096,7 @@ msgid "function `%s': argument #%d: attempt to use array as a scalar"
msgstr ""
#: ext.c:232
-msgid "dynamic loading of library not supported"
+msgid "dynamic loading of libraries is not supported"
msgstr ""
#: extension/filefuncs.c:442
@@ -2392,80 +2397,80 @@ msgstr ""
msgid "accessing fields from an END rule may not be portable"
msgstr ""
-#: field.c:975 field.c:982
+#: field.c:976 field.c:983
msgid "split: fourth argument is a gawk extension"
msgstr ""
-#: field.c:979
+#: field.c:980
msgid "split: fourth argument is not an array"
msgstr ""
-#: field.c:989
+#: field.c:990
msgid "split: second argument is not an array"
msgstr ""
-#: field.c:993
+#: field.c:994
msgid "split: cannot use the same array for second and fourth args"
msgstr ""
-#: field.c:998
+#: field.c:999
msgid "split: cannot use a subarray of second arg for fourth arg"
msgstr ""
-#: field.c:1001
+#: field.c:1002
msgid "split: cannot use a subarray of fourth arg for second arg"
msgstr ""
-#: field.c:1035
+#: field.c:1036
msgid "split: null string for third arg is a non-standard extension"
msgstr ""
-#: field.c:1072
+#: field.c:1073
msgid "patsplit: fourth argument is not an array"
msgstr ""
-#: field.c:1077
+#: field.c:1078
msgid "patsplit: second argument is not an array"
msgstr ""
-#: field.c:1086
+#: field.c:1087
msgid "patsplit: third argument must be non-null"
msgstr ""
-#: field.c:1090
+#: field.c:1091
msgid "patsplit: cannot use the same array for second and fourth args"
msgstr ""
-#: field.c:1095
+#: field.c:1096
msgid "patsplit: cannot use a subarray of second arg for fourth arg"
msgstr ""
-#: field.c:1098
+#: field.c:1099
msgid "patsplit: cannot use a subarray of fourth arg for second arg"
msgstr ""
-#: field.c:1148
+#: field.c:1149
msgid "`FIELDWIDTHS' is a gawk extension"
msgstr ""
-#: field.c:1217
+#: field.c:1218
msgid "`*' must be the last designator in FIELDWIDTHS"
msgstr ""
-#: field.c:1238
+#: field.c:1239
#, c-format
msgid "invalid FIELDWIDTHS value, for field %d, near `%s'"
msgstr ""
-#: field.c:1311
+#: field.c:1312
msgid "null string for `FS' is a gawk extension"
msgstr ""
-#: field.c:1315
+#: field.c:1316
msgid "old awk does not support regexps as value of `FS'"
msgstr ""
-#: field.c:1442
+#: field.c:1443
msgid "`FPAT' is a gawk extension"
msgstr ""
@@ -2996,11 +3001,11 @@ msgstr ""
msgid "\t-l library\t\t--load=library\n"
msgstr ""
-#. TRANSLATORS: the "fatal" and "invalid" here are literal
+#. TRANSLATORS: the "fatal", "invalid" and "no-ext" here are literal
#. values, they should not be translated. Thanks.
#.
#: main.c:608
-msgid "\t-L[fatal|invalid]\t--lint[=fatal|invalid]\n"
+msgid "\t-L[fatal|invalid|no-ext]\t--lint[=fatal|invalid|no-ext]\n"
msgstr ""
#: main.c:609
@@ -3125,77 +3130,77 @@ msgstr ""
msgid "-Ft does not set FS to tab in POSIX awk"
msgstr ""
-#: main.c:1133
+#: main.c:1151
#, c-format
msgid ""
"%s: `%s' argument to `-v' not in `var=value' form\n"
"\n"
msgstr ""
-#: main.c:1159
+#: main.c:1177
#, c-format
msgid "`%s' is not a legal variable name"
msgstr ""
-#: main.c:1162
+#: main.c:1180
#, c-format
msgid "`%s' is not a variable name, looking for file `%s=%s'"
msgstr ""
-#: main.c:1176
+#: main.c:1194
#, c-format
msgid "cannot use gawk builtin `%s' as variable name"
msgstr ""
-#: main.c:1181
+#: main.c:1199
#, c-format
msgid "cannot use function `%s' as variable name"
msgstr ""
-#: main.c:1259
+#: main.c:1277
msgid "floating point exception"
msgstr ""
-#: main.c:1266
+#: main.c:1287
msgid "fatal error: internal error"
msgstr ""
-#: main.c:1283
+#: main.c:1307
msgid "fatal error: internal error: segfault"
msgstr ""
-#: main.c:1296
+#: main.c:1320
msgid "fatal error: internal error: stack overflow"
msgstr ""
-#: main.c:1356
+#: main.c:1380
#, c-format
msgid "no pre-opened fd %d"
msgstr ""
-#: main.c:1363
+#: main.c:1387
#, c-format
msgid "could not pre-open /dev/null for fd %d"
msgstr ""
-#: main.c:1577
+#: main.c:1601
msgid "empty argument to `-e/--source' ignored"
msgstr ""
-#: main.c:1635 main.c:1640
+#: main.c:1662 main.c:1667
msgid "`--profile' overrides `--pretty-print'"
msgstr ""
-#: main.c:1652
+#: main.c:1679
msgid "-M ignored: MPFR/GMP support not compiled in"
msgstr ""
-#: main.c:1677
+#: main.c:1704
#, c-format
msgid "%s: option `-W %s' unrecognized, ignored\n"
msgstr ""
-#: main.c:1730
+#: main.c:1757
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""
@@ -3250,7 +3255,7 @@ msgstr ""
msgid "%s: argument #%d negative value %Zd is not allowed"
msgstr ""
-#: msg.c:68
+#: msg.c:75
#, c-format
msgid "cmd. line:"
msgstr ""
@@ -3393,39 +3398,39 @@ msgstr ""
msgid "regexp component `%.*s' should probably be `[%.*s]'"
msgstr ""
-#: support/dfa.c:1015
+#: support/dfa.c:1017
msgid "unbalanced ["
msgstr ""
-#: support/dfa.c:1136
+#: support/dfa.c:1138
msgid "invalid character class"
msgstr ""
-#: support/dfa.c:1262
+#: support/dfa.c:1264
msgid "character class syntax is [[:space:]], not [:space:]"
msgstr ""
-#: support/dfa.c:1329
+#: support/dfa.c:1331
msgid "unfinished \\ escape"
msgstr ""
-#: support/dfa.c:1490
+#: support/dfa.c:1492
msgid "invalid content of \\{\\}"
msgstr ""
-#: support/dfa.c:1493
+#: support/dfa.c:1495
msgid "regular expression too big"
msgstr ""
-#: support/dfa.c:1908
+#: support/dfa.c:1910
msgid "unbalanced ("
msgstr ""
-#: support/dfa.c:2026
+#: support/dfa.c:2028
msgid "no syntax specified"
msgstr ""
-#: support/dfa.c:2037
+#: support/dfa.c:2039
msgid "unbalanced )"
msgstr ""
@@ -3553,7 +3558,7 @@ msgstr ""
msgid "Unmatched ) or \\)"
msgstr ""
-#: support/regcomp.c:688
+#: support/regcomp.c:676
msgid "No previous regular expression"
msgstr ""