diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index 7a144ece..6e4582f5 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 4.0.77\n" +"Project-Id-Version: gawk 4.1.0\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2013-05-02 22:53+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 "" |