diff options
Diffstat (limited to 'po/nl.po')
-rw-r--r-- | po/nl.po | 39 |
1 files changed, 22 insertions, 17 deletions
@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gawk 4.0.75\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: 2013-04-25 21:49+0200\n" "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -431,70 +431,75 @@ msgstr "dcgettext(_\"...\") is onjuist: verwijder het liggende streepje" msgid "use of dcngettext(_\"...\") is incorrect: remove leading underscore" msgstr "dcngettext(_\"...\") is onjuist: verwijder het liggende streepje" -#: awkgram.y:4039 +#: awkgram.y:3992 +#, fuzzy +msgid "index: regexp constant as second argument is not allowed" +msgstr "index: tweede argument is geen string" + +#: awkgram.y:4045 #, c-format msgid "function `%s': parameter `%s' shadows global variable" msgstr "functie '%s': parameter '%s' schaduwt een globale variabele" -#: 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 "kan '%s' niet openen om te schrijven (%s)" -#: awkgram.y:4097 +#: awkgram.y:4103 msgid "sending variable list to standard error" msgstr "variabelenlijst gaat naar standaardfoutuitvoer" -#: awkgram.y:4105 +#: awkgram.y:4111 #, c-format msgid "%s: close failed (%s)" msgstr "%s: sluiten is mislukt (%s)" -#: awkgram.y:4130 +#: awkgram.y:4136 msgid "shadow_funcs() called twice!" msgstr "shadow_funcs() twee keer aangeroepen!" -#: awkgram.y:4138 +#: awkgram.y:4144 msgid "there were shadowed variables." msgstr "er waren geschaduwde variabelen." -#: awkgram.y:4209 +#: awkgram.y:4215 #, c-format msgid "function name `%s' previously defined" msgstr "functienaam '%s' is al eerder gedefinieerd" -#: awkgram.y:4255 +#: awkgram.y:4261 #, c-format msgid "function `%s': can't use function name as parameter name" msgstr "functie '%s': kan functienaam niet als parameternaam gebruiken" -#: awkgram.y:4258 +#: awkgram.y:4264 #, c-format msgid "function `%s': can't use special variable `%s' as a function parameter" msgstr "" "functie '%s': kan speciale variabele '%s' niet als functieparameter gebruiken" -#: awkgram.y:4266 +#: awkgram.y:4272 #, c-format msgid "function `%s': parameter #%d, `%s', duplicates parameter #%d" msgstr "functie '%s': parameter #%d, '%s', dupliceert parameter #%d" -#: awkgram.y:4360 awkgram.y:4366 +#: awkgram.y:4366 awkgram.y:4372 #, c-format msgid "function `%s' called but never defined" msgstr "functie '%s' wordt aangeroepen maar is nergens gedefinieerd" -#: awkgram.y:4370 +#: awkgram.y:4376 #, c-format msgid "function `%s' defined but never called directly" msgstr "functie '%s' is gedefinieerd maar wordt nergens direct aangeroepen" -#: awkgram.y:4402 +#: awkgram.y:4408 #, c-format msgid "regexp constant for parameter #%d yields boolean value" msgstr "regexp-constante als parameter #%d levert booleanwaarde op" -#: awkgram.y:4461 +#: awkgram.y:4467 #, c-format msgid "" "function `%s' called with space between name and `(',\n" @@ -503,11 +508,11 @@ msgstr "" "functie '%s' wordt aangeroepen met een spatie tussen naam en '(',\n" "of wordt gebruikt als variabele of array" -#: awkgram.y:4697 +#: awkgram.y:4703 msgid "division by zero attempted" msgstr "deling door nul" -#: awkgram.y:4706 +#: awkgram.y:4712 #, c-format msgid "division by zero attempted in `%%'" msgstr "deling door nul in '%%'" |