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-06 16:34+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"
2011-04-13 14:48:18 +01:00
#. TRANS: E-mail subject in case of an error.
2015-03-08 08:34:38 +00:00
#: lib/imapmailhandler.php:31
2010-09-28 00:09:29 +01:00
msgid "Error"
msgstr "Fout"
2015-03-08 08:34:38 +00:00
#. TRANS: Exception thrown when the ImapManager is used incorrectly in the
#. code.
#: lib/imapmanager.php:52
2010-09-28 00:09:29 +01:00
msgid ""
2011-04-27 13:53:02 +01:00
"ImapManager should be created using its constructor, not using the static "
"\"get()\" method."
2015-03-08 08:34:38 +00:00
msgstr "ImapManager moet aangemaakt worden via de constructor en niet via de statische methode \"get()\"."
2010-09-28 00:09:29 +01:00
2011-04-13 14:48:18 +01:00
#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
2015-03-08 08:34:38 +00:00
#: ImapPlugin.php:55
2010-09-28 00:09:29 +01:00
msgid "A mailbox must be specified."
msgstr "Er moet een postbus opgegeven worden."
2011-04-13 14:48:18 +01:00
#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
2015-03-08 08:34:38 +00:00
#: ImapPlugin.php:59
2010-09-28 00:09:29 +01:00
msgid "A user must be specified."
msgstr "Er moet een gebruiker opgegeven worden."
2011-04-13 14:48:18 +01:00
#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
2015-03-08 08:34:38 +00:00
#: ImapPlugin.php:63
2010-09-28 00:09:29 +01:00
msgid "A password must be specified."
msgstr "Er moet een wachtwoord opgegeven worden."
2011-04-13 14:48:18 +01:00
#. TRANS: Exception thrown when configuration of the IMAP plugin is incorrect.
#. TRANS: poll_frequency is a setting that should not be translated.
2015-03-08 08:34:38 +00:00
#: ImapPlugin.php:68
2010-09-28 00:09:29 +01:00
msgid "A poll_frequency must be specified."
msgstr "Er moet een poll_frequency opgegeven worden."
2011-04-13 14:48:18 +01:00
#. TRANS: Plugin description.
2015-03-08 08:34:38 +00:00
#: ImapPlugin.php:87
2010-09-28 00:09:29 +01:00
msgid ""
"The IMAP plugin allows for StatusNet to check a POP or IMAP mailbox for "
"incoming mail containing user posts."
2015-03-08 08:34:38 +00:00
msgstr "De plug-in IMAP maakt het mogelijk om StatusNet een POP- of IMAP-postbus te laten controleren op inkomende e-mail die berichten van gebruikers bevat."