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.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-05 16:28+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Esperanto (http://www.transifex.com/projects/p/gnu-social/language/eo/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #. TRANS: Button text for submitting a poll response.
21 #. TRANS: Button text for submitting a revised answer.
22 #: forms/qnavote.php:118 forms/qnareviseanswer.php:119
27 #. TRANS: Form legend for showing the answer.
28 #. TRANS: Page title for and answer to a question.
29 #. TRANS: Page title after sending an answer.
30 #. TRANS: Page title for and answer to a question.
31 #: forms/qnashowanswer.php:113 actions/qnavote.php:63
32 #: actions/qnareviseanswer.php:161 actions/qnareviseanswer.php:203
33 #: actions/qnanewanswer.php:63
37 #. TRANS: Button text for marking an answer as "best".
38 #: forms/qnashowanswer.php:150
43 #. TRANS: Title for button text marking an answer as "best".
44 #: forms/qnashowanswer.php:154
45 msgid "Mark this answer as the best answer."
48 #. TRANS: Field label for a new question.
49 #: forms/qnanewquestion.php:110
54 #. TRANS: Field title for a new question.
55 #: forms/qnanewquestion.php:113
56 msgid "The title of your question."
59 #. TRANS: Field label for question details.
60 #: forms/qnanewquestion.php:122
65 #. TRANS: Field title for question details.
66 #: forms/qnanewquestion.php:125
67 msgid "Your question in detail."
70 #. TRANS: Button text for saving a new question.
71 #: forms/qnanewquestion.php:149
76 #. TRANS: Form legend for revising the answer.
77 #: forms/qnashowquestion.php:106
82 #. TRANS: Button text for closing a question.
83 #: forms/qnashowquestion.php:151
88 #. TRANS: Title for button text for closing a question.
89 #: forms/qnashowquestion.php:155
90 msgid "Close the question to no one can answer it anymore."
93 #. TRANS: Field label.
94 #: forms/qnanewanswer.php:114
95 msgid "Enter your answer"
98 #. TRANS: Button text for submitting a poll response.
99 #: forms/qnanewanswer.php:125
104 #. TRANS: Plugin description.
106 msgid "Question and Answers micro-app."
109 #. TRANS: Application title.
115 #. TRANS: Exception thrown when there are too many activity objects.
117 msgid "Too many activity objects."
120 #. TRANS: Exception thrown when an incorrect object type is encountered.
122 msgid "Wrong type for object."
125 #. TRANS: Exception thrown when answering a non-existing question.
127 msgid "Answer to unknown question."
130 #. TRANS: Exception thrown when an object type is encountered that cannot be
132 #: QnAPlugin.php:203 QnAPlugin.php:233
133 msgid "Unknown object type."
136 #. TRANS: Exception thrown when requesting a non-existing question notice.
138 msgid "Unknown question notice."
141 #. TRANS: Placeholder value for a possible answer to a question
142 #. TRANS: by the logged in user.
144 msgid "Your answer..."
147 #. TRANS: Link description for link to full notice text if it is longer than
148 #. TRANS: what will be dispplayed.
153 #. TRANS: Title for link that is an ellipsis in English.
158 #. TRANS: Page title for close a question
159 #: actions/qnaclosequestion.php:63
160 msgid "Close question"
163 #. TRANS: Client exception thrown trying to close a question when not logged
165 #: actions/qnaclosequestion.php:85
166 msgid "You must be logged in to close a question."
169 #. TRANS: Client exception thrown trying to respond to a non-existing
171 #: actions/qnaclosequestion.php:98 actions/qnavote.php:96
172 #: actions/qnanewanswer.php:101
173 msgid "Invalid or missing question."
176 #. TRANS: Exception thrown trying to close another user's question.
177 #: actions/qnaclosequestion.php:136
178 msgid "You did not ask this question."
181 #. TRANS: Page title after sending an answer.
182 #. TRANS: Page title after sending in a vote for a question or answer.
183 #. TRANS: Page title after sending an answer.
184 #: actions/qnaclosequestion.php:153 actions/qnavote.php:148
185 #: actions/qnanewanswer.php:158
189 #. TRANS: Client exception thrown trying to answer a question while not logged
191 #: actions/qnavote.php:84 actions/qnareviseanswer.php:84
192 #: actions/qnanewanswer.php:85
193 msgid "You must be logged in to answer to a question."
196 #. TRANS: Client exception thrown when requesting a non-existing answer.
197 #. TRANS: Did we used to have it, and it got deleted?
198 #: actions/qnashowanswer.php:68 actions/qnashowanswer.php:82
199 msgid "No such answer."
202 #. TRANS: Client exception thrown when requesting an answer that has no
203 #. connected question.
204 #: actions/qnashowanswer.php:75
205 msgid "No question for this answer."
208 #. TRANS: Client exception thrown when requesting answer data for a non-
210 #. TRANS: Client exception thrown trying to view a question of a non-existing
212 #: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
213 msgid "No such user."
214 msgstr "Ne ekzistas tiu uzanto."
216 #. TRANS: Client exception thrown when requesting answer data for a user
217 #. without a profile.
218 #. TRANS: Server exception thrown trying to view a question for a user for
219 #. which the profile could not be loaded.
220 #: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
221 msgid "User without a profile."
224 #. TRANS: Page title.
225 #. TRANS: %1$s is the user who answered a question, %2$s is the question.
226 #: actions/qnashowanswer.php:122
228 msgid "%1$s's answer to \"%2$s\""
231 #. TRANS: Page title for revising a question
232 #: actions/qnareviseanswer.php:62
233 msgid "Revise answer"
236 #. TRANS: Client exception thrown trying to respond to a non-existing
238 #: actions/qnareviseanswer.php:97
239 msgid "Invalid or missing answer."
242 #. TRANS: Form title for sending an answer.
243 #: actions/qnareviseanswer.php:241
248 #. TRANS: Title for Question page.
249 #: actions/qnanewquestion.php:62
253 #. TRANS: Client exception thrown trying to create a Question while not logged
255 #: actions/qnanewquestion.php:81
256 msgid "You must be logged in to post a question."
259 #. TRANS: Client exception thrown trying to create a question without a title.
260 #: actions/qnanewquestion.php:129
261 msgid "Question must have a title."
264 #. TRANS: Page title after sending a notice.
265 #: actions/qnanewquestion.php:154
266 msgid "Question posted"
269 #. TRANS: Client exception thrown trying to view a non-existing question.
270 #: actions/qnashowquestion.php:68
271 msgid "No such question."
274 #. TRANS: Client exception thrown trying to view a non-existing question
276 #: actions/qnashowquestion.php:76
277 msgid "No such question notice."
280 #. TRANS: Page title for a question.
281 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the
283 #: actions/qnashowquestion.php:155
285 msgid "%1$s's question: %2$s"
288 #. TRANS: Page title after an AJAX error occurs on the post answer page.
289 #: actions/qnanewanswer.php:224
291 msgstr "Eraro de Ajax"
293 #. TRANS: Title for form to send answer to a question.
294 #: actions/qnanewanswer.php:247
299 #. TRANS: Error message displayed when an answer has no content.
300 #. TRANS: Error message displayed when answer data is not present.
301 #: actions/qnanewanswer.php:344 lib/qnalistitem.php:118
302 msgid "Answer data is missing."
305 #. TRANS: Exception thown when getting a question with a non-existing ID.
306 #. TRANS: %s is the non-existing question ID.
307 #: classes/QnA_Answer.php:146
309 msgid "No question with ID %s"
312 #. TRANS: Exception thown when getting a profile with a non-existing ID.
313 #. TRANS: %s is the non-existing profile ID.
314 #. TRANS: Exception trown when getting a profile for a non-existing ID.
315 #. TRANS: %s is the provided profile ID.
316 #: classes/QnA_Answer.php:157 classes/QnA_Question.php:121
318 msgid "No profile with ID %s"
321 #. TRANS: %s is the number of answer revisions.
322 #: classes/QnA_Answer.php:202
325 msgid_plural "%s revisions"
329 #. TRANS: Text for a question that was answered.
330 #. TRANS: %1$s is the user that answered, %2$s is the question title,
331 #. TRANS: %2$s is the answer content.
332 #: classes/QnA_Answer.php:222
334 msgid "%1$s answered the question \"%2$s\": %3$s"
337 #. TRANS: Text for a question that was answered.
338 #. TRANS: %s is the question title.
339 #. TRANS: Rendered version of the notice content answering a question.
340 #. TRANS: %s a link to the question with question title as the link content.
341 #: classes/QnA_Answer.php:263 classes/QnA_Answer.php:270
343 msgid "answered \"%s\""
346 #. TRANS: Number of given answers to a question.
347 #. TRANS: %s is the number of given answers.
348 #: classes/QnA_Question.php:208
351 msgid_plural "%s answers"
355 #. TRANS: Notification that a question cannot be answered anymore because it
357 #: classes/QnA_Question.php:215
358 msgid "This question is closed."
361 #. TRANS: Rendered version of the notice content creating a question.
362 #. TRANS: %s a link to the question as link description.
363 #: classes/QnA_Question.php:279
368 #. TRANS: Exception thrown when performing an unexpected action on a question.
369 #. TRANS: %s is the unpexpected object type.
370 #: lib/qnalistitem.php:67
372 msgid "Unexpected type for QnA plugin: %s."
375 #. TRANS: Error message displayed when question data is not present.
376 #: lib/qnalistitem.php:93
377 msgid "Question data is missing."