diff options
Diffstat (limited to 'po/gawk.pot')
-rw-r--r-- | po/gawk.pot | 86 |
1 files changed, 48 insertions, 38 deletions
diff --git a/po/gawk.pot b/po/gawk.pot index f7e7a24c..6a57cb12 100644 --- a/po/gawk.pot +++ b/po/gawk.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gawk 3.1.84\n" +"Project-Id-Version: gawk 3.1.85\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" -"POT-Creation-Date: 2011-05-27 10:01+0300\n" +"POT-Creation-Date: 2011-06-05 21:49+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" @@ -407,115 +407,115 @@ msgstr "" msgid "`%s' is not supported in old awk" msgstr "" -#: awkgram.y:3554 +#: awkgram.y:3551 msgid "`goto' considered harmful!\n" msgstr "" -#: awkgram.y:3607 +#: awkgram.y:3604 #, c-format msgid "%d is invalid as number of arguments for %s" msgstr "" -#: awkgram.y:3642 awkgram.y:3645 +#: awkgram.y:3639 awkgram.y:3642 msgid "match: third argument is a gawk extension" msgstr "" -#: awkgram.y:3673 +#: awkgram.y:3670 #, c-format msgid "%s: string literal as last arg of substitute has no effect" msgstr "" -#: awkgram.y:3678 +#: awkgram.y:3675 #, c-format msgid "%s third parameter is not a changeable object" msgstr "" -#: awkgram.y:3764 awkgram.y:3767 +#: awkgram.y:3761 awkgram.y:3764 msgid "close: second argument is a gawk extension" msgstr "" -#: awkgram.y:3779 +#: awkgram.y:3776 msgid "use of dcgettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3794 +#: awkgram.y:3791 msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "" -#: awkgram.y:3886 +#: awkgram.y:3883 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "" -#: awkgram.y:3928 +#: awkgram.y:3925 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "" -#: awkgram.y:4086 +#: awkgram.y:4083 #, c-format msgid "could not open `%s' for writing (%s)" msgstr "" -#: awkgram.y:4087 +#: awkgram.y:4084 msgid "sending variable list to standard error" msgstr "" -#: awkgram.y:4093 +#: awkgram.y:4090 #, c-format msgid "%s: close failed (%s)" msgstr "" -#: awkgram.y:4145 +#: awkgram.y:4142 msgid "shadow_funcs() called twice!" msgstr "" -#: awkgram.y:4151 +#: awkgram.y:4148 msgid "there were shadowed variables." msgstr "" -#: awkgram.y:4181 +#: awkgram.y:4178 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "" -#: awkgram.y:4185 +#: awkgram.y:4182 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" -#: awkgram.y:4201 +#: awkgram.y:4198 #, c-format msgid "function name `%s' previously defined" msgstr "" -#: awkgram.y:4369 awkgram.y:4375 +#: awkgram.y:4366 awkgram.y:4372 #, c-format msgid "function `%s' called but never defined" msgstr "" -#: awkgram.y:4378 +#: awkgram.y:4375 #, c-format msgid "function `%s' defined but never called directly" msgstr "" -#: awkgram.y:4410 +#: awkgram.y:4407 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "" -#: awkgram.y:4519 +#: awkgram.y:4516 #, c-format msgid "" "function `%s' called with space between name and `(',\n" "or used as a variable or an array" msgstr "" -#: awkgram.y:4766 eval.c:1964 +#: awkgram.y:4763 eval.c:1964 msgid "division by zero attempted" msgstr "" -#: awkgram.y:4775 eval.c:1980 +#: awkgram.y:4772 eval.c:1980 #, c-format msgid "division by zero attempted in `%%'" msgstr "" @@ -1810,50 +1810,60 @@ msgstr "" msgid "unknown value for field spec: %d\n" msgstr "" -#: main.c:1151 +#: main.c:1152 #, c-format msgid "" "%s: `%s' argument to `-v' not in `var=value' form\n" "\n" msgstr "" -#: main.c:1171 +#: main.c:1178 #, c-format msgid "`%s' is not a legal variable name" msgstr "" -#: main.c:1174 +#: main.c:1181 #, c-format msgid "`%s' is not a variable name, looking for file `%s=%s'" msgstr "" -#: main.c:1227 +#: main.c:1185 +#, c-format +msgid "cannot use gawk builtin `%s' as variable name" +msgstr "" + +#: main.c:1190 +#, c-format +msgid "cannot use function `%s' as variable name" +msgstr "" + +#: main.c:1243 msgid "floating point exception" msgstr "" -#: main.c:1234 +#: main.c:1250 msgid "fatal error: internal error" msgstr "" -#: main.c:1249 +#: main.c:1265 msgid "fatal error: internal error: segfault" msgstr "" -#: main.c:1261 +#: main.c:1277 msgid "fatal error: internal error: stack overflow" msgstr "" -#: main.c:1311 +#: main.c:1327 #, c-format msgid "no pre-opened fd %d" msgstr "" -#: main.c:1318 +#: main.c:1334 #, c-format msgid "could not pre-open /dev/null for fd %d" msgstr "" -#: main.c:1341 main.c:1350 +#: main.c:1357 main.c:1366 #, c-format msgid "could not find groups: %s" msgstr "" @@ -1957,12 +1967,12 @@ msgstr "" msgid "redir2str: unknown redirection type %d" msgstr "" -#: re.c:589 +#: re.c:573 #, c-format msgid "range of the form `[%c-%c]' is locale dependant" msgstr "" -#: re.c:611 +#: re.c:600 #, c-format msgid "regexp component `%.*s' should probably be `[%.*s]'" msgstr "" |