]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/Poll.pot
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Poll / locale / Poll.pot
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2011-04-18 11:22+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"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. TRANS: Client exception thrown trying to view a non-existing poll.
20 #: showpoll.php:59
21 msgid "No such poll."
22 msgstr ""
23
24 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
25 #: showpoll.php:67
26 msgid "No such poll notice."
27 msgstr ""
28
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.
31 #: showpoll.php:84
32 #, php-format
33 msgid "%1$s's poll: %2$s"
34 msgstr ""
35
36 #. TRANS: Field label on the page to create a poll.
37 #: newpollform.php:107
38 msgid "Question"
39 msgstr ""
40
41 #. TRANS: Field title on the page to create a poll.
42 #: newpollform.php:110
43 msgid "What question are people answering?"
44 msgstr ""
45
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
49 #, php-format
50 msgid "Option %d"
51 msgstr ""
52
53 #. TRANS: Button text for saving a new poll.
54 #: newpollform.php:153
55 msgctxt "BUTTON"
56 msgid "Save"
57 msgstr ""
58
59 #. TRANS: Plugin description.
60 #: PollPlugin.php:157
61 msgid "Simple extension for supporting basic polls."
62 msgstr ""
63
64 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
65 #: PollPlugin.php:230
66 msgid "Invalid poll response: no poll reference."
67 msgstr ""
68
69 #. TRANS: Exception thrown trying to respond to a non-existing poll.
70 #: PollPlugin.php:235
71 msgid "Invalid poll response: poll is unknown."
72 msgstr ""
73
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
77 #, php-format
78 msgid "Unexpected type for poll plugin: %s."
79 msgstr ""
80
81 #: PollPlugin.php:447
82 msgid "Poll data is missing"
83 msgstr ""
84
85 #. TRANS: Application title.
86 #: PollPlugin.php:481
87 msgctxt "APPTITLE"
88 msgid "Poll"
89 msgstr ""
90
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."
95 msgstr ""
96
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
102 #, php-format
103 msgid "voted for \"%s\""
104 msgstr ""
105
106 #. TRANS: Button text for submitting a poll response.
107 #: pollresponseform.php:127
108 msgctxt "BUTTON"
109 msgid "Submit"
110 msgstr ""
111
112 #. TRANS: Notice content creating a poll.
113 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
114 #: Poll.php:240
115 #, php-format
116 msgid "Poll: %1$s %2$s"
117 msgstr ""
118
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.
121 #: Poll.php:246
122 #, php-format
123 msgid "Poll: %s"
124 msgstr ""
125
126 #. TRANS: Title for poll page.
127 #: newpoll.php:63
128 msgid "New poll"
129 msgstr ""
130
131 #. TRANS: Client exception thrown trying to create a poll while not logged in.
132 #: newpoll.php:81
133 msgid "You must be logged in to post a poll."
134 msgstr ""
135
136 #. TRANS: Client exception thrown trying to create a poll without a question.
137 #: newpoll.php:133
138 msgid "Poll must have a question."
139 msgstr ""
140
141 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
142 #: newpoll.php:138
143 msgid "Poll must have at least two options."
144 msgstr ""
145
146 #. TRANS: Page title after sending a notice.
147 #: newpoll.php:166
148 msgid "Notice posted"
149 msgstr ""
150
151 #. TRANS: Page title for poll response.
152 #: respondpoll.php:63
153 msgid "Poll response"
154 msgstr ""
155
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."
159 msgstr ""
160
161 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
162 #: respondpoll.php:96
163 msgid "Invalid or missing poll."
164 msgstr ""
165
166 #. TRANS: Page title after sending a poll response.
167 #: respondpoll.php:152
168 msgid "Poll results"
169 msgstr ""