aboutsummaryrefslogtreecommitdiffstats
path: root/po/gawk.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/gawk.pot')
-rw-r--r--po/gawk.pot150
1 files changed, 77 insertions, 73 deletions
diff --git a/po/gawk.pot b/po/gawk.pot
index d38a751c..6e4582f5 100644
--- a/po/gawk.pot
+++ b/po/gawk.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gawk 4.0.76\n"
+"Project-Id-Version: gawk 4.1.0\n"
"Report-Msgid-Bugs-To: arnold@skeeve.com\n"
-"POT-Creation-Date: 2013-04-27 22:36+0300\n"
+"POT-Creation-Date: 2013-05-09 16:05+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"
@@ -417,80 +417,84 @@ msgstr ""
msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore"
msgstr ""
-#: awkgram.y:4039
+#: awkgram.y:3992
+msgid "index: regexp constant as second argument is not allowed"
+msgstr ""
+
+#: awkgram.y:4045
#, c-format
msgid "function `%s': parameter `%s' shadows global variable"
msgstr ""
-#: awkgram.y:4096 debug.c:4021 debug.c:4064 debug.c:5189
+#: awkgram.y:4102 debug.c:4021 debug.c:4064 debug.c:5189
#, c-format
msgid "could not open `%s' for writing (%s)"
msgstr ""
-#: awkgram.y:4097
+#: awkgram.y:4103
msgid "sending variable list to standard error"
msgstr ""
-#: awkgram.y:4105
+#: awkgram.y:4111
#, c-format
msgid "%s: close failed (%s)"
msgstr ""
-#: awkgram.y:4130
+#: awkgram.y:4136
msgid "shadow_funcs() called twice!"
msgstr ""
-#: awkgram.y:4138
+#: awkgram.y:4144
msgid "there were shadowed variables."
msgstr ""
-#: awkgram.y:4209
+#: awkgram.y:4215
#, c-format
msgid "function name `%s' previously defined"
msgstr ""
-#: awkgram.y:4255
+#: awkgram.y:4261
#, c-format
msgid "function `%s': can't use function name as parameter name"
msgstr ""
-#: awkgram.y:4258
+#: awkgram.y:4264
#, c-format
msgid "function `%s': can't use special variable `%s' as a function parameter"
msgstr ""
-#: awkgram.y:4266
+#: awkgram.y:4272
#, c-format
msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d"
msgstr ""
-#: awkgram.y:4360 awkgram.y:4366
+#: awkgram.y:4366 awkgram.y:4372
#, c-format
msgid "function `%s' called but never defined"
msgstr ""
-#: awkgram.y:4370
+#: awkgram.y:4376
#, c-format
msgid "function `%s' defined but never called directly"
msgstr ""
-#: awkgram.y:4402
+#: awkgram.y:4408
#, c-format
msgid "regexp constant for parameter #%d yields boolean value"
msgstr ""
-#: awkgram.y:4461
+#: 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:4697
+#: awkgram.y:4703
msgid "division by zero attempted"
msgstr ""
-#: awkgram.y:4706
+#: awkgram.y:4712
#, c-format
msgid "division by zero attempted in `%%'"
msgstr ""
@@ -2533,266 +2537,266 @@ msgstr ""
msgid "can't open two way pipe `%s' for input/output (%s)"
msgstr ""
-#: io.c:932
+#: io.c:928
#, c-format
msgid "can't redirect from `%s' (%s)"
msgstr ""
-#: io.c:935
+#: io.c:931
#, c-format
msgid "can't redirect to `%s' (%s)"
msgstr ""
-#: io.c:986
+#: io.c:982
msgid ""
"reached system limit for open files: starting to multiplex file descriptors"
msgstr ""
-#: io.c:1002
+#: io.c:998
#, c-format
msgid "close of `%s' failed (%s)."
msgstr ""
-#: io.c:1010
+#: io.c:1006
msgid "too many pipes or input files open"
msgstr ""
-#: io.c:1032
+#: io.c:1028
msgid "close: second argument must be `to' or `from'"
msgstr ""
-#: io.c:1049
+#: io.c:1045
#, c-format
msgid "close: `%.*s' is not an open file, pipe or co-process"
msgstr ""
-#: io.c:1054
+#: io.c:1050
msgid "close of redirection that was never opened"
msgstr ""
-#: io.c:1151
+#: io.c:1147
#, c-format
msgid "close: redirection `%s' not opened with `|&', second argument ignored"
msgstr ""
-#: io.c:1168
+#: io.c:1164
#, c-format
msgid "failure status (%d) on pipe close of `%s' (%s)"
msgstr ""
-#: io.c:1171
+#: io.c:1167
#, c-format
msgid "failure status (%d) on file close of `%s' (%s)"
msgstr ""
-#: io.c:1191
+#: io.c:1187
#, c-format
msgid "no explicit close of socket `%s' provided"
msgstr ""
-#: io.c:1194
+#: io.c:1190
#, c-format
msgid "no explicit close of co-process `%s' provided"
msgstr ""
-#: io.c:1197
+#: io.c:1193
#, c-format
msgid "no explicit close of pipe `%s' provided"
msgstr ""
-#: io.c:1200
+#: io.c:1196
#, c-format
msgid "no explicit close of file `%s' provided"
msgstr ""
-#: io.c:1228 io.c:1283 main.c:842 main.c:879
+#: io.c:1224 io.c:1279 main.c:842 main.c:879
#, c-format
msgid "error writing standard output (%s)"
msgstr ""
-#: io.c:1232 io.c:1288
+#: io.c:1228 io.c:1284
#, c-format
msgid "error writing standard error (%s)"
msgstr ""
-#: io.c:1240
+#: io.c:1236
#, c-format
msgid "pipe flush of `%s' failed (%s)."
msgstr ""
-#: io.c:1243
+#: io.c:1239
#, c-format
msgid "co-process flush of pipe to `%s' failed (%s)."
msgstr ""
-#: io.c:1246
+#: io.c:1242
#, c-format
msgid "file flush of `%s' failed (%s)."
msgstr ""
-#: io.c:1360
+#: io.c:1356
#, c-format
msgid "local port %s invalid in `/inet'"
msgstr ""
-#: io.c:1378
+#: io.c:1374
#, c-format
msgid "remote host and port information (%s, %s) invalid"
msgstr ""
-#: io.c:1530
+#: io.c:1526
#, c-format
msgid "no (known) protocol supplied in special filename `%s'"
msgstr ""
-#: io.c:1544
+#: io.c:1540
#, c-format
msgid "special file name `%s' is incomplete"
msgstr ""
-#: io.c:1561
+#: io.c:1557
msgid "must supply a remote hostname to `/inet'"
msgstr ""
-#: io.c:1579
+#: io.c:1575
msgid "must supply a remote port to `/inet'"
msgstr ""
-#: io.c:1625
+#: io.c:1621
msgid "TCP/IP communications are not supported"
msgstr ""
-#: io.c:1800
+#: io.c:1796
#, c-format
msgid "could not open `%s', mode `%s'"
msgstr ""
-#: io.c:1850
+#: io.c:1846
#, c-format
msgid "close of master pty failed (%s)"
msgstr ""
-#: io.c:1852 io.c:2028 io.c:2198
+#: io.c:1848 io.c:2024 io.c:2194
#, c-format
msgid "close of stdout in child failed (%s)"
msgstr ""
-#: io.c:1855
+#: io.c:1851
#, c-format
msgid "moving slave pty to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:1857 io.c:2033
+#: io.c:1853 io.c:2029
#, c-format
msgid "close of stdin in child failed (%s)"
msgstr ""
-#: io.c:1860
+#: io.c:1856
#, c-format
msgid "moving slave pty to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:1862 io.c:1883
+#: io.c:1858 io.c:1879
#, c-format
msgid "close of slave pty failed (%s)"
msgstr ""
-#: io.c:1969 io.c:2031 io.c:2175 io.c:2201
+#: io.c:1965 io.c:2027 io.c:2171 io.c:2197
#, c-format
msgid "moving pipe to stdout in child failed (dup: %s)"
msgstr ""
-#: io.c:1976 io.c:2036
+#: io.c:1972 io.c:2032
#, c-format
msgid "moving pipe to stdin in child failed (dup: %s)"
msgstr ""
-#: io.c:1996 io.c:2191
+#: io.c:1992 io.c:2187
msgid "restoring stdout in parent process failed\n"
msgstr ""
-#: io.c:2004
+#: io.c:2000
msgid "restoring stdin in parent process failed\n"
msgstr ""
-#: io.c:2039 io.c:2203 io.c:2217
+#: io.c:2035 io.c:2199 io.c:2213
#, c-format
msgid "close of pipe failed (%s)"
msgstr ""
-#: io.c:2093
+#: io.c:2089
msgid "`|&' not supported"
msgstr ""
-#: io.c:2160
+#: io.c:2156
#, c-format
msgid "cannot open pipe `%s' (%s)"
msgstr ""
-#: io.c:2211
+#: io.c:2207
#, c-format
msgid "cannot create child process for `%s' (fork: %s)"
msgstr ""
-#: io.c:2671
+#: io.c:2667
msgid "register_input_parser: received NULL pointer"
msgstr ""
-#: io.c:2699
+#: io.c:2695
#, c-format
msgid "input parser `%s' conflicts with previously installed input parser `%s'"
msgstr ""
-#: io.c:2706
+#: io.c:2702
#, c-format
msgid "input parser `%s' failed to open `%s'"
msgstr ""
-#: io.c:2726
+#: io.c:2722
msgid "register_output_wrapper: received NULL pointer"
msgstr ""
-#: io.c:2754
+#: io.c:2750
#, c-format
msgid ""
"output wrapper `%s' conflicts with previously installed output wrapper `%s'"
msgstr ""
-#: io.c:2761
+#: io.c:2757
#, c-format
msgid "output wrapper `%s' failed to open `%s'"
msgstr ""
-#: io.c:2782
+#: io.c:2778
msgid "register_output_processor: received NULL pointer"
msgstr ""
-#: io.c:2811
+#: io.c:2807
#, c-format
msgid ""
"two-way processor `%s' conflicts with previously installed two-way processor "
"`%s'"
msgstr ""
-#: io.c:2820
+#: io.c:2816
#, c-format
msgid "two way processor `%s' failed to open `%s'"
msgstr ""
-#: io.c:2927
+#: io.c:2923
#, c-format
msgid "data file `%s' is empty"
msgstr ""
-#: io.c:2969 io.c:2977
+#: io.c:2965 io.c:2973
msgid "could not allocate more input memory"
msgstr ""
-#: io.c:3543
+#: io.c:3539
msgid "multicharacter value of `RS' is a gawk extension"
msgstr ""
-#: io.c:3632
+#: io.c:3628
msgid "IPv6 communication is not supported"
msgstr ""