gnu-social/plugins/Poll/locale/Poll.pot

176 lines
4.7 KiB
Plaintext
Raw Normal View History

# 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: 2011-03-18 19:45+0000\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. TRANS: Client exception thrown trying to view a non-existing poll.
#: showpoll.php:68
msgid "No such poll."
msgstr ""
#. TRANS: Client exception thrown trying to view a non-existing poll notice.
#: showpoll.php:76
msgid "No such poll notice."
msgstr ""
#. TRANS: Client exception thrown trying to view a poll of a non-existing user.
#: showpoll.php:83
msgid "No such user."
msgstr ""
#. TRANS: Server exception thrown trying to view a poll for a user for which the profile could not be loaded.
#: showpoll.php:90
msgid "User without a profile."
msgstr ""
#. 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.
#: showpoll.php:109
#, php-format
msgid "%1$s's poll: %2$s"
msgstr ""
#. TRANS: Field label on the page to create a poll.
#: newpollform.php:107
msgid "Question"
msgstr ""
#. TRANS: Field title on the page to create a poll.
#: newpollform.php:110
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.
#: newpollform.php:128
#, php-format
msgid "Option %d"
msgstr ""
#. TRANS: Button text for saving a new poll.
#: newpollform.php:145
msgctxt "BUTTON"
msgid "Save"
msgstr ""
#. TRANS: Plugin description.
#: PollPlugin.php:157
msgid "Simple extension for supporting basic polls."
msgstr ""
#. TRANS: Exception thrown trying to respond to a poll without a poll reference.
#: PollPlugin.php:230
msgid "Invalid poll response: no poll reference."
msgstr ""
#. TRANS: Exception thrown trying to respond to a non-existing poll.
#: PollPlugin.php:235
msgid "Invalid poll response: poll is unknown."
msgstr ""
#. TRANS: Exception thrown when performing an unexpected action on a poll.
#. TRANS: %s is the unpexpected object type.
#: PollPlugin.php:262 PollPlugin.php:420
#, php-format
msgid "Unexpected type for poll plugin: %s."
msgstr ""
#. TRANS: Application title.
#: PollPlugin.php:481
msgctxt "APPTITLE"
msgid "Poll"
msgstr ""
#. 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.
#: Poll_response.php:166 respondpoll.php:102
msgid "Invalid poll selection."
msgstr ""
#. 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.
#: Poll_response.php:195 Poll_response.php:200
#, php-format
msgid "voted for \"%s\""
msgstr ""
#. TRANS: Button text for submitting a poll response.
#: pollresponseform.php:127
msgctxt "BUTTON"
msgid "Submit"
msgstr ""
#. TRANS: Notice content creating a poll.
#. TRANS: %1$s is the poll question, %2$s is a link to the poll.
#: Poll.php:240
#, php-format
msgid "Poll: %1$s %2$s"
msgstr ""
#. TRANS: Rendered version of the notice content creating a poll.
#. TRANS: %s a link to the poll with the question as link description.
#: Poll.php:246
#, php-format
msgid "Poll: %s"
msgstr ""
#. TRANS: Title for poll page.
#: newpoll.php:63
msgid "New poll"
msgstr ""
#. TRANS: Client exception thrown trying to create a poll while not logged in.
#: newpoll.php:81
msgid "You must be logged in to post a poll."
msgstr ""
#. TRANS: Client exception thrown trying to create a poll without a question.
#: newpoll.php:133
msgid "Poll must have a question."
msgstr ""
#. TRANS: Client exception thrown trying to create a poll with fewer than two options.
#: newpoll.php:138
msgid "Poll must have at least two options."
msgstr ""
#. TRANS: Page title after sending a notice.
#: newpoll.php:157
msgid "Notice posted"
msgstr ""
#. TRANS: Page title for poll response.
#: respondpoll.php:63
msgid "Poll response"
msgstr ""
#. TRANS: Client exception thrown trying to respond to a poll while not logged in.
#: respondpoll.php:84
msgid "You must be logged in to respond to a poll."
msgstr ""
#. TRANS: Client exception thrown trying to respond to a non-existing poll.
#: respondpoll.php:96
msgid "Invalid or missing poll."
msgstr ""
#. TRANS: Page title after sending a poll response.
#: respondpoll.php:152
msgid "Poll results"
msgstr ""