2019-06-09 03:56:32 +01:00
|
|
|
# Translation file for GNU social - the free software social networking platform
|
|
|
|
# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
|
|
|
|
# This file is under https://www.gnu.org/licenses/agpl v3 or later
|
2015-03-08 08:34:38 +00:00
|
|
|
#
|
|
|
|
# Translators:
|
2010-09-28 00:09:29 +01:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2015-03-08 08:34:38 +00:00
|
|
|
"Project-Id-Version: GNU social\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"POT-Creation-Date: 2015-02-02 17:47+0100\n"
|
|
|
|
"PO-Revision-Date: 2015-02-07 14:33+0000\n"
|
|
|
|
"Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
|
2015-10-04 17:23:01 +01:00
|
|
|
"Language-Team: Dutch (http://www.transifex.com/gnu-social/gnu-social/language/nl/)\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"MIME-Version: 1.0\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2015-03-08 08:34:38 +00:00
|
|
|
"Language: nl\n"
|
2010-09-28 00:09:29 +01:00
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to post notices before
|
|
|
|
#. validating an e-mail address.
|
|
|
|
#: RequireValidatedEmailPlugin.php:104
|
2010-09-28 00:09:29 +01:00
|
|
|
msgid "You must validate your email address before posting."
|
|
|
|
msgstr "U moet uw e-mailadres bevestigen voordat u berichten kunt plaatsen."
|
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register without providing an
|
|
|
|
#. e-mail address.
|
|
|
|
#: RequireValidatedEmailPlugin.php:125
|
2010-09-28 00:09:29 +01:00
|
|
|
msgid "You must provide an email address to register."
|
|
|
|
msgstr "U moet een e-mailadres opgeven om te kunnen registreren."
|
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Plugin description.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: RequireValidatedEmailPlugin.php:224
|
2010-10-18 21:03:29 +01:00
|
|
|
msgid "Disables posting without a validated email address."
|
2010-10-20 00:24:09 +01:00
|
|
|
msgstr "Schakelt berichten plaatsen zonder gevalideerd e-mailadres uit."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#: RequireValidatedEmailPlugin.php:243
|
|
|
|
msgid "You must validate an email address before posting!"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when trying to register while already logged
|
|
|
|
#. in.
|
|
|
|
#: actions/confirmfirstemail.php:68
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "You are already logged in."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "U bent al aangemeld."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register with a non-existing
|
|
|
|
#. confirmation code.
|
|
|
|
#: actions/confirmfirstemail.php:77
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Confirmation code not found."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "De bevestigingscode is niet gevonden."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register with a confirmation
|
|
|
|
#. code that is not connected with a user.
|
|
|
|
#: actions/confirmfirstemail.php:85
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "No user for that confirmation code."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Er is geen gebruiker voor die bevestigingscode."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register with a invalid
|
|
|
|
#. e-mail address.
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: %s is the invalid e-mail address.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:93
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
|
|
|
msgid "Unrecognized address type %s."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Onbekend adrestype %s."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
|
|
|
#. TRANS: Client error for an already confirmed email/jabber/sms address.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:98
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "That address has already been confirmed."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Dit adres is al bevestigd."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register with too short a
|
|
|
|
#. password.
|
|
|
|
#: actions/confirmfirstemail.php:110
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Password too short."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Het wachtwoord is te kort."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2015-03-08 08:34:38 +00:00
|
|
|
#. TRANS: Client exception thrown when trying to register without providing
|
|
|
|
#. the same password twice.
|
|
|
|
#: actions/confirmfirstemail.php:114
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Passwords do not match."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "De wachtwoorden komen niet overeen."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Form instructions. %s is the nickname of the to be registered user.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:170
|
2011-03-31 22:30:07 +01:00
|
|
|
#, php-format
|
|
|
|
msgid ""
|
|
|
|
"You have confirmed the email address for your new user account %s. Use the "
|
|
|
|
"form below to set your new password."
|
2015-03-08 08:34:38 +00:00
|
|
|
msgstr "U hebt het e-mailadres bevestigd voor uw nieuwe gebruiker %s. Gebruik het formulier hieronder om uw nieuwe wachtwoord in te stellen."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Page title.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:181
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Set a password"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Stel een wachtwoord in"
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Form legend.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:198
|
2011-06-05 20:15:31 +01:00
|
|
|
msgid "Confirm email address"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "E-mailadres bevestigen"
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Field label.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:217
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "New password"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Nieuw wachtwoord"
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Field title for password field.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:219
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "6 or more characters."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Zes of meer tekens."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Field label for repeat password field.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:223
|
2011-06-05 20:15:31 +01:00
|
|
|
msgctxt "LABEL"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Confirm"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Bevestigen"
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Field title for repeat password field.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:225
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Same as password above."
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Gelijk aan het wachtwoord hierboven."
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-06-05 20:15:31 +01:00
|
|
|
#. TRANS: Button text for completing registration by e-mail.
|
2015-03-08 08:34:38 +00:00
|
|
|
#: actions/confirmfirstemail.php:233
|
2011-06-05 20:15:31 +01:00
|
|
|
msgctxt "BUTTON"
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Save"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Opslaan"
|