1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-01 20:45+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #. TRANS: Client exception thrown trying to view a non-existing poll.
24 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
26 msgid "No such poll notice."
29 #. TRANS: Page title for a poll.
30 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
33 msgid "%1$s's poll: %2$s"
36 #. TRANS: Field label on the page to create a poll.
37 #: newpollform.php:107
41 #. TRANS: Field title on the page to create a poll.
42 #: newpollform.php:110
43 msgid "What question are people answering?"
46 #. TRANS: Field label for an answer option on the page to create a poll.
47 #. TRANS: %d is the option number.
48 #: newpollform.php:128
53 #. TRANS: Button text for saving a new poll.
54 #: newpollform.php:145
59 #. TRANS: Plugin description.
61 msgid "Simple extension for supporting basic polls."
64 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
66 msgid "Invalid poll response: no poll reference."
69 #. TRANS: Exception thrown trying to respond to a non-existing poll.
71 msgid "Invalid poll response: poll is unknown."
74 #. TRANS: Exception thrown when performing an unexpected action on a poll.
75 #. TRANS: %s is the unpexpected object type.
76 #: PollPlugin.php:262 PollPlugin.php:420
78 msgid "Unexpected type for poll plugin: %s."
82 msgid "Poll data is missing"
85 #. TRANS: Application title.
91 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
92 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
93 #: Poll_response.php:166 respondpoll.php:102
94 msgid "Invalid poll selection."
97 #. TRANS: Notice content voting for a poll.
98 #. TRANS: %s is the chosen option in the poll.
99 #. TRANS: Rendered version of the notice content voting for a poll.
100 #. TRANS: %s a link to the poll with the chosen option as link description.
101 #: Poll_response.php:195 Poll_response.php:200
103 msgid "voted for \"%s\""
106 #. TRANS: Button text for submitting a poll response.
107 #: pollresponseform.php:127
112 #. TRANS: Notice content creating a poll.
113 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
116 msgid "Poll: %1$s %2$s"
119 #. TRANS: Rendered version of the notice content creating a poll.
120 #. TRANS: %s a link to the poll with the question as link description.
126 #. TRANS: Title for poll page.
131 #. TRANS: Client exception thrown trying to create a poll while not logged in.
133 msgid "You must be logged in to post a poll."
136 #. TRANS: Client exception thrown trying to create a poll without a question.
138 msgid "Poll must have a question."
141 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
143 msgid "Poll must have at least two options."
146 #. TRANS: Page title after sending a notice.
148 msgid "Notice posted"
151 #. TRANS: Page title for poll response.
152 #: respondpoll.php:63
153 msgid "Poll response"
156 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
157 #: respondpoll.php:84
158 msgid "You must be logged in to respond to a poll."
161 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
162 #: respondpoll.php:96
163 msgid "Invalid or missing poll."
166 #. TRANS: Page title after sending a poll response.
167 #: respondpoll.php:152