X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FDomainWhitelist%2Flocale%2Fnl%2FLC_MESSAGES%2FDomainWhitelist.po;h=d1a654d5a0e6a2994c4810c35b1d4c444d4d3023;hb=c658ede37c62457487eb62faa4b9ebf150da20a4;hp=35fe4ce6a48a6dfe8ca1ffae717245ead3e17038;hpb=d3215adfa1361e11e7f49f31b3462e7266bd33f3;p=quix0rs-gnu-social.git diff --git a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po index 35fe4ce6a4..d1a654d5a0 100644 --- a/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po +++ b/plugins/DomainWhitelist/locale/nl/LC_MESSAGES/DomainWhitelist.po @@ -9,18 +9,72 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - DomainWhitelist\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-04-18 11:21+0000\n" -"PO-Revision-Date: 2011-04-18 11:22:32+0000\n" -"Language-Team: Dutch \n" +"POT-Creation-Date: 2012-06-10 23:40+0000\n" +"PO-Revision-Date: 2012-06-10 23:41:04+0000\n" +"Language-Team: Dutch \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-04-17 18:39:07+0000\n" -"X-Generator: MediaWiki 1.18alpha (r86294); Translate extension (2011-04-13)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2012-01-02 10:11:33+0000\n" +"X-Generator: MediaWiki 1.20alpha (d974795); Translate 2012-06-03\n" +"X-Translation-Project: translatewiki.net \n" "X-Language-Code: nl\n" "X-Message-Group: #out-statusnet-plugin-domainwhitelist\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s is a whitelisted e-mail domain. +#, php-format +msgid "Email address must be in this domain: %s." +msgstr "Het e-mailadres moet in dit domein zitten: %s." + +#. TRANS: Client exception thrown when a given e-mailaddress is not in the domain whitelist. +#. TRANS: %s are whitelisted e-mail domains separated by comma's (localisable). +#, php-format +msgid "Email address must be in one of these domains: %s." +msgstr "Het e-mailadres moet in een van de volgende domeinen zitten: %s." + +#. TRANS: Separator for whitelisted domains. +msgctxt "SEPARATOR" +msgid ", " +msgstr ", " + +#. TRANS: Exception thrown when an e-mail address does not match the site's domain whitelist. +msgid "That email address is not allowed on this site." +msgstr "Dat e-mailadres is niet toegestaan op deze site." + +#. TRANS: Title for invitiation deletion dialog. +msgid "Confirmation Required" +msgstr "Bevestiging vereist" + +#. TRANS: Confirmation text for invitation deletion dialog. +msgid "Really delete this invitation?" +msgstr "Deze uitnodiging verwijderen?" + #. TRANS: Plugin description. msgid "Restrict domains for email users." msgstr "Domeinbeperkingen voor e-mailadressen van gebruikers." + +#. TRANS: Form legend. +msgid "Invite collegues" +msgstr "Collega's uitnodigen" + +#. TRANS: Field label for a personal message to send to invitees. +msgid "Personal message" +msgstr "Persoonlijk bericht" + +#. TRANS: Field title for a personal message to send to invitees. +msgid "Optionally add a personal message to the invitation." +msgstr "Persoonlijk bericht bij de uitnodiging (optioneel)." + +#. TRANS: Link description to action to add another item to a list. +msgid "Add another item" +msgstr "Item toevoegen" + +#. TRANS: Send button for inviting friends. +msgctxt "BUTTON" +msgid "Send" +msgstr "Verzenden" + +#. TRANS: Submit button title. +msgid "Send invitations." +msgstr "Uitnodigingen verzenden."