]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/locale/Poll.pot
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly
[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: 2015-02-27 16:31+0100\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 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. TRANS: Field label on the page to create a poll.
21 #: forms/newpoll.php:107
22 msgid "Question"
23 msgstr ""
24
25 #. TRANS: Field title on the page to create a poll.
26 #: forms/newpoll.php:110
27 msgid "What question are people answering?"
28 msgstr ""
29
30 #. TRANS: Field label for an answer option on the page to create a poll.
31 #. TRANS: %d is the option number.
32 #: forms/newpoll.php:130
33 #, php-format
34 msgid "Option %d"
35 msgstr ""
36
37 #. TRANS: Button text for saving a new poll.
38 #: forms/newpoll.php:156
39 msgctxt "BUTTON"
40 msgid "Save"
41 msgstr ""
42
43 #. TRANS: Button text for submitting a poll response.
44 #: forms/pollresponse.php:127
45 msgctxt "BUTTON"
46 msgid "Submit"
47 msgstr ""
48
49 #. TRANS: Page title.
50 #: actions/pollsettings.php:44
51 msgid "Poll settings"
52 msgstr ""
53
54 #. TRANS: Page instructions.
55 #: actions/pollsettings.php:56
56 msgid "Set your poll preferences"
57 msgstr ""
58
59 #. TRANS: Title for poll page.
60 #: actions/newpoll.php:63
61 msgid "New poll"
62 msgstr ""
63
64 #. TRANS: Client exception thrown trying to create a poll while not logged in.
65 #: actions/newpoll.php:81
66 msgid "You must be logged in to post a poll."
67 msgstr ""
68
69 #. TRANS: Client exception thrown trying to create a poll without a question.
70 #: actions/newpoll.php:133
71 msgid "Poll must have a question."
72 msgstr ""
73
74 #. TRANS: Client exception thrown trying to create a poll with fewer than two options.
75 #: actions/newpoll.php:138
76 msgid "Poll must have at least two options."
77 msgstr ""
78
79 #. TRANS: Page title after sending a notice.
80 #: actions/newpoll.php:164
81 msgid "Notice posted"
82 msgstr ""
83
84 #. TRANS: Page title for poll response.
85 #: actions/respondpoll.php:63
86 msgid "Poll response"
87 msgstr ""
88
89 #. TRANS: Client exception thrown trying to respond to a poll while not logged in.
90 #: actions/respondpoll.php:84
91 msgid "You must be logged in to respond to a poll."
92 msgstr ""
93
94 #. TRANS: Client exception thrown trying to respond to a non-existing poll.
95 #: actions/respondpoll.php:96
96 msgid "Invalid or missing poll."
97 msgstr ""
98
99 #. TRANS: Client exception thrown responding to a poll with an invalid answer.
100 #. TRANS: Client exception thrown when responding to a poll with an invalid option.
101 #: actions/respondpoll.php:102 classes/Poll_response.php:134
102 msgid "Invalid poll selection."
103 msgstr ""
104
105 #. TRANS: Page title after sending a poll response.
106 #: actions/respondpoll.php:150
107 msgid "Poll results"
108 msgstr ""
109
110 #. TRANS: Client exception thrown trying to view a non-existing poll.
111 #: actions/showpoll.php:59
112 msgid "No such poll."
113 msgstr ""
114
115 #. TRANS: Client exception thrown trying to view a non-existing poll notice.
116 #: actions/showpoll.php:67
117 msgid "No such poll notice."
118 msgstr ""
119
120 #. TRANS: Page title for a poll.
121 #. TRANS: %1$s is the nickname of the user that created the poll, %2$s is the poll question.
122 #: actions/showpoll.php:84
123 #, php-format
124 msgid "%1$s's poll: %2$s"
125 msgstr ""
126
127 #. TRANS: Notice content creating a poll.
128 #. TRANS: %1$s is the poll question, %2$s is a link to the poll.
129 #: classes/Poll.php:201
130 #, php-format
131 msgid "Poll: %1$s %2$s"
132 msgstr ""
133
134 #. TRANS: Rendered version of the notice content creating a poll.
135 #. TRANS: %s is a link to the poll with the question as link description.
136 #: classes/Poll.php:207
137 #, php-format
138 msgid "Poll: %s"
139 msgstr ""
140
141 #. TRANS: Notice content voting for a poll.
142 #. TRANS: %s is the chosen option in the poll.
143 #. TRANS: Rendered version of the notice content voting for a poll.
144 #. TRANS: %s a link to the poll with the chosen option as link description.
145 #: classes/Poll_response.php:163 classes/Poll_response.php:168
146 #, php-format
147 msgid "voted for \"%s\""
148 msgstr ""
149
150 #. TRANS: Plugin description.
151 #: PollPlugin.php:131
152 msgid "Simple extension for supporting basic polls."
153 msgstr ""
154
155 #. TRANS: Exception thrown trying to respond to a poll without a poll reference.
156 #: PollPlugin.php:204
157 msgid "Invalid poll response: No poll reference."
158 msgstr ""
159
160 #. TRANS: Exception thrown trying to respond to a non-existing poll.
161 #: PollPlugin.php:209
162 msgid "Invalid poll response: Poll is unknown."
163 msgstr ""
164
165 #. TRANS: Exception thrown when performing an unexpected action on a poll.
166 #. TRANS: %s is the unexpected object type.
167 #: PollPlugin.php:236
168 #, php-format
169 msgid "Unexpected type for poll plugin: %s."
170 msgstr ""
171
172 #. TRANS: Application title.
173 #: PollPlugin.php:392
174 msgctxt "APPTITLE"
175 msgid "Poll"
176 msgstr ""
177
178 #. TRANS: Poll plugin menu item on user settings page.
179 #: PollPlugin.php:436
180 msgctxt "MENU"
181 msgid "Polls"
182 msgstr ""
183
184 #. TRANS: Poll plugin tooltip for user settings menu item.
185 #: PollPlugin.php:438
186 msgid "Configure poll behavior"
187 msgstr ""
188
189 #. TRANS: Error text displayed if no poll data could be found.
190 #: PollPlugin.php:463
191 msgid "Poll data is missing"
192 msgstr ""