]> 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-03-18 19: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"
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:68
21 msgid "No such poll."
22 msgstr ""
23
24 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
25 #: showpoll.php:76
26 msgid "No such poll notice."
27 msgstr ""
28
29 #. TRANS: Client exception thrown trying to view a poll of a non-existing user.
30 #: showpoll.php:83
31 msgid "No such user."
32 msgstr ""
33
34 #. TRANS: Server exception thrown trying to view a poll for a user for which the profile could not be loaded.
35 #: showpoll.php:90
36 msgid "User without a profile."
37 msgstr ""
38
39 #. TRANS: Page title for a poll.
40 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
41 #: showpoll.php:109
42 #, php-format
43 msgid "%1$s's poll: %2$s"
44 msgstr ""
45
46 #. TRANS: Field label on the page to create a poll.
47 #: newpollform.php:107
48 msgid "Question"
49 msgstr ""
50
51 #. TRANS: Field title on the page to create a poll.
52 #: newpollform.php:110
53 msgid "What question are people answering?"
54 msgstr ""
55
56 #. TRANS: Field label for an answer option on the page to create a poll.
57 #. TRANS: %d is the option number.
58 #: newpollform.php:128
59 #, php-format
60 msgid "Option %d"
61 msgstr ""
62
63 #. TRANS: Button text for saving a new poll.
64 #: newpollform.php:145
65 msgctxt "BUTTON"
66 msgid "Save"
67 msgstr ""
68
69 #. TRANS: Plugin description.
70 #: PollPlugin.php:157
71 msgid "Simple extension for supporting basic polls."
72 msgstr ""
73
74 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
75 #: PollPlugin.php:230
76 msgid "Invalid poll response: no poll reference."
77 msgstr ""
78
79 #. TRANS: Exception thrown trying to respond to a non-existing poll.
80 #: PollPlugin.php:235
81 msgid "Invalid poll response: poll is unknown."
82 msgstr ""
83
84 #. TRANS: Exception thrown when performing an unexpected action on a poll.
85 #. TRANS: %s is the unpexpected object type.
86 #: PollPlugin.php:262 PollPlugin.php:420
87 #, php-format
88 msgid "Unexpected type for poll plugin: %s."
89 msgstr ""
90
91 #. TRANS: Application title.
92 #: PollPlugin.php:481
93 msgctxt "APPTITLE"
94 msgid "Poll"
95 msgstr ""
96
97 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
98 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
99 #: Poll_response.php:166 respondpoll.php:102
100 msgid "Invalid poll selection."
101 msgstr ""
102
103 #. TRANS: Notice content voting for a poll.
104 #. TRANS: %s is the chosen option in the poll.
105 #. TRANS: Rendered version of the notice content voting for a poll.
106 #. TRANS: %s a link to the poll with the chosen option as link description.
107 #: Poll_response.php:195 Poll_response.php:200
108 #, php-format
109 msgid "voted for \"%s\""
110 msgstr ""
111
112 #. TRANS: Button text for submitting a poll response.
113 #: pollresponseform.php:127
114 msgctxt "BUTTON"
115 msgid "Submit"
116 msgstr ""
117
118 #. TRANS: Notice content creating a poll.
119 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
120 #: Poll.php:240
121 #, php-format
122 msgid "Poll: %1$s %2$s"
123 msgstr ""
124
125 #. TRANS: Rendered version of the notice content creating a poll.
126 #. TRANS: %s a link to the poll with the question as link description.
127 #: Poll.php:246
128 #, php-format
129 msgid "Poll: %s"
130 msgstr ""
131
132 #. TRANS: Title for poll page.
133 #: newpoll.php:63
134 msgid "New poll"
135 msgstr ""
136
137 #. TRANS: Client exception thrown trying to create a poll while not logged in.
138 #: newpoll.php:81
139 msgid "You must be logged in to post a poll."
140 msgstr ""
141
142 #. TRANS: Client exception thrown trying to create a poll without a question.
143 #: newpoll.php:133
144 msgid "Poll must have a question."
145 msgstr ""
146
147 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
148 #: newpoll.php:138
149 msgid "Poll must have at least two options."
150 msgstr ""
151
152 #. TRANS: Page title after sending a notice.
153 #: newpoll.php:157
154 msgid "Notice posted"
155 msgstr ""
156
157 #. TRANS: Page title for poll response.
158 #: respondpoll.php:63
159 msgid "Poll response"
160 msgstr ""
161
162 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
163 #: respondpoll.php:84
164 msgid "You must be logged in to respond to a poll."
165 msgstr ""
166
167 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
168 #: respondpoll.php:96
169 msgid "Invalid or missing poll."
170 msgstr ""
171
172 #. TRANS: Page title after sending a poll response.
173 #: respondpoll.php:152
174 msgid "Poll results"
175 msgstr ""