2011-03-17 10:17:22 +00:00
|
|
|
# Translation of StatusNet - Poll to Dutch (Nederlands)
|
|
|
|
# Exported from translatewiki.net
|
|
|
|
#
|
|
|
|
# Author: Siebrand
|
|
|
|
# --
|
|
|
|
# This file is distributed under the same license as the StatusNet package.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: StatusNet - Poll\n"
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2011-04-27 13:53:02 +01:00
|
|
|
"POT-Creation-Date: 2011-04-27 12:36+0000\n"
|
|
|
|
"PO-Revision-Date: 2011-04-27 12:38:18+0000\n"
|
2011-03-17 10:17:22 +00:00
|
|
|
"Language-Team: Dutch <http://translatewiki.net/wiki/Portal:nl>\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2011-04-11 14:10:09 +01:00
|
|
|
"X-POT-Import-Date: 2011-04-09 19:00:49+0000\n"
|
2011-04-27 13:53:02 +01:00
|
|
|
"X-Generator: MediaWiki 1.18alpha (r87008); Translate extension (2011-04-26)\n"
|
2011-03-17 10:17:22 +00:00
|
|
|
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
|
|
|
|
"X-Language-Code: nl\n"
|
|
|
|
"X-Message-Group: #out-statusnet-plugin-poll\n"
|
|
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing poll.
|
|
|
|
msgid "No such poll."
|
|
|
|
msgstr "Deze peiling bestaat niet."
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing poll notice.
|
|
|
|
msgid "No such poll notice."
|
|
|
|
msgstr "Dit peilingsbericht bestaat niet."
|
|
|
|
|
|
|
|
#. TRANS: Page title for a poll.
|
|
|
|
#. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
|
|
|
|
#, php-format
|
|
|
|
msgid "%1$s's poll: %2$s"
|
|
|
|
msgstr "Peiling van %1$s: %2$s"
|
|
|
|
|
|
|
|
#. TRANS: Field label on the page to create a poll.
|
|
|
|
msgid "Question"
|
|
|
|
msgstr "Vraag"
|
|
|
|
|
|
|
|
#. TRANS: Field title on the page to create a poll.
|
|
|
|
msgid "What question are people answering?"
|
|
|
|
msgstr "Welke vraag beantwoorden de mensen?"
|
|
|
|
|
|
|
|
#. TRANS: Field label for an answer option on the page to create a poll.
|
|
|
|
#. TRANS: %d is the option number.
|
|
|
|
#, php-format
|
|
|
|
msgid "Option %d"
|
|
|
|
msgstr "Keuze %d"
|
|
|
|
|
|
|
|
#. TRANS: Button text for saving a new poll.
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Save"
|
|
|
|
msgstr "Opslaan"
|
|
|
|
|
|
|
|
#. TRANS: Plugin description.
|
|
|
|
msgid "Simple extension for supporting basic polls."
|
|
|
|
msgstr "Eenvoudige plug-in voor peilingen."
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown trying to respond to a poll without a poll reference.
|
|
|
|
msgid "Invalid poll response: no poll reference."
|
|
|
|
msgstr "Ongeldig antwoord op peiling: heeft geen verwijzing naar een peiling."
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown trying to respond to a non-existing poll.
|
|
|
|
msgid "Invalid poll response: poll is unknown."
|
|
|
|
msgstr "Ongeldig antwoord op peiling: de peiling bestaat niet."
|
|
|
|
|
|
|
|
#. TRANS: Exception thrown when performing an unexpected action on a poll.
|
|
|
|
#. TRANS: %s is the unpexpected object type.
|
|
|
|
#, php-format
|
|
|
|
msgid "Unexpected type for poll plugin: %s."
|
|
|
|
msgstr "Onverwacht type voor peilingplug-in: %s"
|
|
|
|
|
2011-03-31 22:30:07 +01:00
|
|
|
msgid "Poll data is missing"
|
2011-04-01 21:59:31 +01:00
|
|
|
msgstr "Peilingsgegevens (nog) niet aanwezig"
|
2011-03-31 22:30:07 +01:00
|
|
|
|
2011-03-17 10:17:22 +00:00
|
|
|
#. TRANS: Application title.
|
|
|
|
msgctxt "APPTITLE"
|
|
|
|
msgid "Poll"
|
|
|
|
msgstr "Peiling"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown when responding to a poll with an invalid option.
|
|
|
|
#. TRANS: Client exception thrown responding to a poll with an invalid answer.
|
|
|
|
msgid "Invalid poll selection."
|
|
|
|
msgstr "Ongeldige keuze voor peiling."
|
|
|
|
|
|
|
|
#. TRANS: Notice content voting for a poll.
|
|
|
|
#. TRANS: %s is the chosen option in the poll.
|
|
|
|
#. TRANS: Rendered version of the notice content voting for a poll.
|
|
|
|
#. TRANS: %s a link to the poll with the chosen option as link description.
|
|
|
|
#, php-format
|
|
|
|
msgid "voted for \"%s\""
|
|
|
|
msgstr "gestemd voor \"%s\""
|
|
|
|
|
|
|
|
#. TRANS: Button text for submitting a poll response.
|
|
|
|
msgctxt "BUTTON"
|
|
|
|
msgid "Submit"
|
|
|
|
msgstr "Opslaan"
|
|
|
|
|
|
|
|
#. TRANS: Notice content creating a poll.
|
|
|
|
#. TRANS: %1$s is the poll question, %2$s is a link to the poll.
|
|
|
|
#, php-format
|
|
|
|
msgid "Poll: %1$s %2$s"
|
|
|
|
msgstr "Peiling: %1$s %2$s"
|
|
|
|
|
|
|
|
#. TRANS: Rendered version of the notice content creating a poll.
|
|
|
|
#. TRANS: %s a link to the poll with the question as link description.
|
|
|
|
#, php-format
|
|
|
|
msgid "Poll: %s"
|
|
|
|
msgstr "Peiling: %s"
|
|
|
|
|
|
|
|
#. TRANS: Title for poll page.
|
|
|
|
msgid "New poll"
|
|
|
|
msgstr "Nieuwe peiling"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to create a poll while not logged in.
|
|
|
|
msgid "You must be logged in to post a poll."
|
|
|
|
msgstr "U moet aangemeld zijn om een peiling aan te kunnen maken."
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to create a poll without a question.
|
|
|
|
msgid "Poll must have a question."
|
|
|
|
msgstr "De peiling moet een vraag hebben."
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to create a poll with fewer than two options.
|
|
|
|
msgid "Poll must have at least two options."
|
|
|
|
msgstr "De peiling moet tenminste twee antwoordmogelijkheden hebben."
|
|
|
|
|
|
|
|
#. TRANS: Page title after sending a notice.
|
|
|
|
msgid "Notice posted"
|
|
|
|
msgstr "De mededeling is verzonden"
|
|
|
|
|
|
|
|
#. TRANS: Page title for poll response.
|
|
|
|
msgid "Poll response"
|
|
|
|
msgstr "Peilingreactie"
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to respond to a poll while not logged in.
|
|
|
|
msgid "You must be logged in to respond to a poll."
|
|
|
|
msgstr "U moet aangemeld zijn om te kunnen stemmen in een peiling."
|
|
|
|
|
|
|
|
#. TRANS: Client exception thrown trying to respond to a non-existing poll.
|
|
|
|
msgid "Invalid or missing poll."
|
|
|
|
msgstr "De peiling is ongeldig of bestaat niet."
|
|
|
|
|
|
|
|
#. TRANS: Page title after sending a poll response.
|
|
|
|
msgid "Poll results"
|
|
|
|
msgstr "Peilingresultaten"
|