189 lines
4.7 KiB
Plaintext
189 lines
4.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2019-08-14 14:51+0100\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#. TRANS: Page title for poll response.
|
|
#: actions/respondpoll.php:64
|
|
msgid "Poll response"
|
|
msgstr ""
|
|
|
|
#: actions/respondpoll.php:89
|
|
msgid "You must be logged in to respond to a poll."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to respond to a non-existing poll.
|
|
#: actions/respondpoll.php:102
|
|
msgid "Invalid or missing poll."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown responding to a poll with an invalid answer.
|
|
#. TRANS: Client exception thrown when responding to a poll with an invalid option.
|
|
#: actions/respondpoll.php:108 classes/Poll_response.php:135
|
|
msgid "Invalid poll selection."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after sending a poll response.
|
|
#: actions/respondpoll.php:162
|
|
msgid "Poll results"
|
|
msgstr ""
|
|
|
|
#. TRANS: Title for poll page.
|
|
#: actions/newpoll.php:64
|
|
msgid "New poll"
|
|
msgstr ""
|
|
|
|
#: actions/newpoll.php:84
|
|
msgid "You must be logged in to post a poll."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to create a poll without a question.
|
|
#: actions/newpoll.php:143
|
|
msgid "Poll must have a question."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to create a poll with fewer than two options.
|
|
#: actions/newpoll.php:148
|
|
msgid "Poll must have at least two options."
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title after sending a notice.
|
|
#: actions/newpoll.php:175
|
|
msgid "Notice posted"
|
|
msgstr ""
|
|
|
|
#. TRANS: Page title.
|
|
#: actions/pollsettings.php:44
|
|
msgid "Poll settings"
|
|
msgstr ""
|
|
|
|
#. TRANS: Page instructions.
|
|
#: actions/pollsettings.php:56
|
|
msgid "Set your poll preferences"
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing poll.
|
|
#: actions/showpoll.php:59
|
|
msgid "No such poll."
|
|
msgstr ""
|
|
|
|
#. TRANS: Client exception thrown trying to view a non-existing poll notice.
|
|
#: actions/showpoll.php:67
|
|
msgid "No such poll notice."
|
|
msgstr ""
|
|
|
|
#: actions/showpoll.php:85
|
|
#, php-format
|
|
msgid "%1$s's poll: %2$s"
|
|
msgstr ""
|
|
|
|
#: classes/Poll.php:205
|
|
#, php-format
|
|
msgid "Poll: %1$s %2$s"
|
|
msgstr ""
|
|
|
|
#. TRANS: Rendered version of the notice content creating a poll.
|
|
#. TRANS: %s is a link to the poll with the question as link description.
|
|
#: classes/Poll.php:212
|
|
#, php-format
|
|
msgid "Poll: %s"
|
|
msgstr ""
|
|
|
|
#. 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.
|
|
#: classes/Poll_response.php:167 classes/Poll_response.php:173
|
|
#, php-format
|
|
msgid "voted for \"%s\""
|
|
msgstr ""
|
|
|
|
#. TRANS: Plugin description.
|
|
#: PollPlugin.php:132
|
|
msgid "Simple extension for supporting basic polls."
|
|
msgstr ""
|
|
|
|
#. TRANS: Exception thrown trying to respond to a poll without a poll reference.
|
|
#: PollPlugin.php:206
|
|
msgid "Invalid poll response: No poll reference."
|
|
msgstr ""
|
|
|
|
#. TRANS: Exception thrown trying to respond to a non-existing poll.
|
|
#: PollPlugin.php:211
|
|
msgid "Invalid poll response: Poll is unknown."
|
|
msgstr ""
|
|
|
|
#: PollPlugin.php:226
|
|
msgid "Failed to save Poll response."
|
|
msgstr ""
|
|
|
|
#. TRANS: Exception thrown when performing an unexpected action on a poll.
|
|
#. TRANS: %s is the unexpected object type.
|
|
#: PollPlugin.php:241
|
|
#, php-format
|
|
msgid "Unexpected type for poll plugin: %s."
|
|
msgstr ""
|
|
|
|
#. TRANS: Application title.
|
|
#: PollPlugin.php:397
|
|
msgctxt "APPTITLE"
|
|
msgid "Poll"
|
|
msgstr ""
|
|
|
|
#. TRANS: Poll plugin menu item on user settings page.
|
|
#: PollPlugin.php:443
|
|
msgctxt "MENU"
|
|
msgid "Polls"
|
|
msgstr ""
|
|
|
|
#. TRANS: Poll plugin tooltip for user settings menu item.
|
|
#: PollPlugin.php:445
|
|
msgid "Configure poll behavior"
|
|
msgstr ""
|
|
|
|
#. TRANS: Error text displayed if no poll data could be found.
|
|
#: PollPlugin.php:471
|
|
msgid "Poll data is missing"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for submitting a poll response.
|
|
#: forms/pollresponse.php:126
|
|
msgctxt "BUTTON"
|
|
msgid "Submit"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field label on the page to create a poll.
|
|
#: forms/newpoll.php:109
|
|
msgid "Question"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field title on the page to create a poll.
|
|
#: forms/newpoll.php:112
|
|
msgid "What question are people answering?"
|
|
msgstr ""
|
|
|
|
#. TRANS: Field label for an answer option on the page to create a poll.
|
|
#. TRANS: %d is the option number.
|
|
#: forms/newpoll.php:134
|
|
#, php-format
|
|
msgid "Option %d"
|
|
msgstr ""
|
|
|
|
#. TRANS: Button text for saving a new poll.
|
|
#: forms/newpoll.php:163
|
|
msgctxt "BUTTON"
|
|
msgid "Save"
|
|
msgstr ""
|