]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/locale/QnA.pot
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / QnA / locale / QnA.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=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 #. TRANS: Button text for submitting a poll response.
22 #. TRANS: Button text for submitting a revised answer.
23 #: forms/qnavote.php:118 forms/qnareviseanswer.php:119
24 msgctxt "BUTTON"
25 msgid "Submit"
26 msgstr ""
27
28 #. TRANS: Form legend for showing the answer.
29 #. TRANS: Page title for and answer to a question.
30 #. TRANS: Page title after sending an answer.
31 #. TRANS: Page title for and answer to a question.
32 #: forms/qnashowanswer.php:113 actions/qnavote.php:63
33 #: actions/qnareviseanswer.php:161 actions/qnareviseanswer.php:203
34 #: actions/qnanewanswer.php:63
35 msgid "Answer"
36 msgstr ""
37
38 #. TRANS: Button text for marking an answer as "best".
39 #: forms/qnashowanswer.php:150
40 msgctxt "BUTTON"
41 msgid "Best"
42 msgstr ""
43
44 #. TRANS: Title for button text marking an answer as "best".
45 #: forms/qnashowanswer.php:154
46 msgid "Mark this answer as the best answer."
47 msgstr ""
48
49 #. TRANS: Field label for a new question.
50 #: forms/qnanewquestion.php:110
51 msgctxt "LABEL"
52 msgid "Title"
53 msgstr ""
54
55 #. TRANS: Field title for a new question.
56 #: forms/qnanewquestion.php:113
57 msgid "The title of your question."
58 msgstr ""
59
60 #. TRANS: Field label for question details.
61 #: forms/qnanewquestion.php:122
62 msgctxt "LABEL"
63 msgid "Description"
64 msgstr ""
65
66 #. TRANS: Field title for question details.
67 #: forms/qnanewquestion.php:125
68 msgid "Your question in detail."
69 msgstr ""
70
71 #. TRANS: Button text for saving a new question.
72 #: forms/qnanewquestion.php:149
73 msgctxt "BUTTON"
74 msgid "Save"
75 msgstr ""
76
77 #. TRANS: Form legend for revising the answer.
78 #: forms/qnashowquestion.php:106
79 msgctxt "LEGEND"
80 msgid "Question"
81 msgstr ""
82
83 #. TRANS: Button text for closing a question.
84 #: forms/qnashowquestion.php:151
85 msgctxt "BUTTON"
86 msgid "Close"
87 msgstr ""
88
89 #. TRANS: Title for button text for closing a question.
90 #: forms/qnashowquestion.php:155
91 msgid "Close the question to no one can answer it anymore."
92 msgstr ""
93
94 #. TRANS: Field label.
95 #: forms/qnanewanswer.php:114
96 msgid "Enter your answer"
97 msgstr ""
98
99 #. TRANS: Button text for submitting a poll response.
100 #: forms/qnanewanswer.php:125
101 msgctxt "BUTTON"
102 msgid "Answer"
103 msgstr ""
104
105 #. TRANS: Plugin description.
106 #: QnAPlugin.php:136
107 msgid "Question and Answers micro-app."
108 msgstr ""
109
110 #. TRANS: Application title.
111 #: QnAPlugin.php:143
112 msgctxt "TITLE"
113 msgid "Question"
114 msgstr ""
115
116 #. TRANS: Exception thrown when there are too many activity objects.
117 #: QnAPlugin.php:171
118 msgid "Too many activity objects."
119 msgstr ""
120
121 #. TRANS: Exception thrown when an incorrect object type is encountered.
122 #: QnAPlugin.php:178
123 msgid "Wrong type for object."
124 msgstr ""
125
126 #. TRANS: Exception thrown when answering a non-existing question.
127 #: QnAPlugin.php:197
128 msgid "Answer to unknown question."
129 msgstr ""
130
131 #. TRANS: Exception thrown when an object type is encountered that cannot be handled.
132 #: QnAPlugin.php:203 QnAPlugin.php:233
133 msgid "Unknown object type."
134 msgstr ""
135
136 #. TRANS: Exception thrown when requesting a non-existing question notice.
137 #: QnAPlugin.php:240
138 msgid "Unknown question notice."
139 msgstr ""
140
141 #. TRANS: Placeholder value for a possible answer to a question
142 #. TRANS: by the logged in user.
143 #: QnAPlugin.php:368
144 msgid "Your answer..."
145 msgstr ""
146
147 #. TRANS: Link description for link to full notice text if it is longer than
148 #. TRANS: what will be dispplayed.
149 #: QnAPlugin.php:393
150 msgid "…"
151 msgstr ""
152
153 #. TRANS: Title for link that is an ellipsis in English.
154 #: QnAPlugin.php:398
155 msgid "more..."
156 msgstr ""
157
158 #. TRANS: Page title for close a question
159 #: actions/qnaclosequestion.php:63
160 msgid "Close question"
161 msgstr ""
162
163 #. TRANS: Client exception thrown trying to close a question when not logged in
164 #: actions/qnaclosequestion.php:85
165 msgid "You must be logged in to close a question."
166 msgstr ""
167
168 #. TRANS: Client exception thrown trying to respond to a non-existing question.
169 #: actions/qnaclosequestion.php:98 actions/qnavote.php:96
170 #: actions/qnanewanswer.php:101
171 msgid "Invalid or missing question."
172 msgstr ""
173
174 #. TRANS: Exception thrown trying to close another user's question.
175 #: actions/qnaclosequestion.php:136
176 msgid "You did not ask this question."
177 msgstr ""
178
179 #. TRANS: Page title after sending an answer.
180 #. TRANS: Page title after sending in a vote for a question or answer.
181 #. TRANS: Page title after sending an answer.
182 #: actions/qnaclosequestion.php:153 actions/qnavote.php:148
183 #: actions/qnanewanswer.php:158
184 msgid "Answers"
185 msgstr ""
186
187 #. TRANS: Client exception thrown trying to answer a question while not logged in.
188 #: actions/qnavote.php:84 actions/qnareviseanswer.php:84
189 #: actions/qnanewanswer.php:85
190 msgid "You must be logged in to answer to a question."
191 msgstr ""
192
193 #. TRANS: Client exception thrown when requesting a non-existing answer.
194 #. TRANS: Did we used to have it, and it got deleted?
195 #: actions/qnashowanswer.php:68 actions/qnashowanswer.php:82
196 msgid "No such answer."
197 msgstr ""
198
199 #. TRANS: Client exception thrown when requesting an answer that has no connected question.
200 #: actions/qnashowanswer.php:75
201 msgid "No question for this answer."
202 msgstr ""
203
204 #. TRANS: Client exception thrown when requesting answer data for a non-existing user.
205 #. TRANS: Client exception thrown trying to view a question of a non-existing user.
206 #: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
207 msgid "No such user."
208 msgstr ""
209
210 #. TRANS: Client exception thrown when requesting answer data for a user without a profile.
211 #. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
212 #: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
213 msgid "User without a profile."
214 msgstr ""
215
216 #. TRANS: Page title.
217 #. TRANS: %1$s is the user who answered a question, %2$s is the question.
218 #: actions/qnashowanswer.php:122
219 #, php-format
220 msgid "%1$s's answer to \"%2$s\""
221 msgstr ""
222
223 #. TRANS: Page title for revising a question
224 #: actions/qnareviseanswer.php:62
225 msgid "Revise answer"
226 msgstr ""
227
228 #. TRANS: Client exception thrown trying to respond to a non-existing question.
229 #: actions/qnareviseanswer.php:97
230 msgid "Invalid or missing answer."
231 msgstr ""
232
233 #. TRANS: Form title for sending an answer.
234 #: actions/qnareviseanswer.php:241
235 msgctxt "TITLE"
236 msgid "Answer"
237 msgstr ""
238
239 #. TRANS: Title for Question page.
240 #: actions/qnanewquestion.php:62
241 msgid "New question"
242 msgstr ""
243
244 #. TRANS: Client exception thrown trying to create a Question while not logged in.
245 #: actions/qnanewquestion.php:81
246 msgid "You must be logged in to post a question."
247 msgstr ""
248
249 #. TRANS: Client exception thrown trying to create a question without a title.
250 #: actions/qnanewquestion.php:129
251 msgid "Question must have a title."
252 msgstr ""
253
254 #. TRANS: Page title after sending a notice.
255 #: actions/qnanewquestion.php:154
256 msgid "Question posted"
257 msgstr ""
258
259 #. TRANS: Client exception thrown trying to view a non-existing question.
260 #: actions/qnashowquestion.php:68
261 msgid "No such question."
262 msgstr ""
263
264 #. TRANS: Client exception thrown trying to view a non-existing question notice.
265 #: actions/qnashowquestion.php:76
266 msgid "No such question notice."
267 msgstr ""
268
269 #. TRANS: Page title for a question.
270 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
271 #: actions/qnashowquestion.php:155
272 #, php-format
273 msgid "%1$s's question: %2$s"
274 msgstr ""
275
276 #. TRANS: Page title after an AJAX error occurs on the post answer page.
277 #: actions/qnanewanswer.php:224
278 msgid "Ajax Error"
279 msgstr ""
280
281 #. TRANS: Title for form to send answer to a question.
282 #: actions/qnanewanswer.php:247
283 msgctxt "TITLE"
284 msgid "Your answer"
285 msgstr ""
286
287 #. TRANS: Error message displayed when an answer has no content.
288 #. TRANS: Error message displayed when answer data is not present.
289 #: actions/qnanewanswer.php:344 lib/qnalistitem.php:118
290 msgid "Answer data is missing."
291 msgstr ""
292
293 #. TRANS: Exception thown when getting a question with a non-existing ID.
294 #. TRANS: %s is the non-existing question ID.
295 #: classes/QnA_Answer.php:148
296 #, php-format
297 msgid "No question with ID %s"
298 msgstr ""
299
300 #. TRANS: Exception thown when getting a profile with a non-existing ID.
301 #. TRANS: %s is the non-existing profile ID.
302 #. TRANS: Exception trown when getting a profile for a non-existing ID.
303 #. TRANS: %s is the provided profile ID.
304 #: classes/QnA_Answer.php:159 classes/QnA_Question.php:121
305 #, php-format
306 msgid "No profile with ID %s"
307 msgstr ""
308
309 #. TRANS: %s is the number of answer revisions.
310 #: classes/QnA_Answer.php:204
311 #, php-format
312 msgid "%s revision"
313 msgid_plural "%s revisions"
314 msgstr[0] ""
315 msgstr[1] ""
316
317 #. TRANS: Text for a question that was answered.
318 #. TRANS: %1$s is the user that answered, %2$s is the question title,
319 #. TRANS: %2$s is the answer content.
320 #: classes/QnA_Answer.php:224
321 #, php-format
322 msgid "%1$s answered the question \"%2$s\": %3$s"
323 msgstr ""
324
325 #. TRANS: Text for a question that was answered.
326 #. TRANS: %s is the question title.
327 #. TRANS: Rendered version of the notice content answering a question.
328 #. TRANS: %s a link to the question with question title as the link content.
329 #: classes/QnA_Answer.php:265 classes/QnA_Answer.php:272
330 #, php-format
331 msgid "answered \"%s\""
332 msgstr ""
333
334 #. TRANS: Number of given answers to a question.
335 #. TRANS: %s is the number of given answers.
336 #: classes/QnA_Question.php:208
337 #, php-format
338 msgid "%s answer"
339 msgid_plural "%s answers"
340 msgstr[0] ""
341 msgstr[1] ""
342
343 #. TRANS: Notification that a question cannot be answered anymore because it is closed.
344 #: classes/QnA_Question.php:215
345 msgid "This question is closed."
346 msgstr ""
347
348 #. TRANS: Rendered version of the notice content creating a question.
349 #. TRANS: %s a link to the question as link description.
350 #: classes/QnA_Question.php:279
351 #, php-format
352 msgid "Question: %s"
353 msgstr ""
354
355 #. TRANS: Exception thrown when performing an unexpected action on a question.
356 #. TRANS: %s is the unpexpected object type.
357 #: lib/qnalistitem.php:67
358 #, php-format
359 msgid "Unexpected type for QnA plugin: %s."
360 msgstr ""
361
362 #. TRANS: Error message displayed when question data is not present.
363 #: lib/qnalistitem.php:93
364 msgid "Question data is missing."
365 msgstr ""