]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/locale/id/LC_MESSAGES/QnA.po
Snapshot of the Transifex translation project - October 2015
[quix0rs-gnu-social.git] / plugins / QnA / locale / id / LC_MESSAGES / QnA.po
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
5 # Translators:
6 # zk <zamani.karmana@gmail.com>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-06-04 15:21+0000\n"
13 "Last-Translator: zk <zamani.karmana@gmail.com>\n"
14 "Language-Team: Indonesian (http://www.transifex.com/gnu-social/gnu-social/language/id/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: id\n"
19 "Plural-Forms: nplurals=1; plural=0;\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 "Kirim"
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 "Judul"
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 "Simpan"
76
77 #. TRANS: Form legend for revising the answer.
78 #: forms/qnashowquestion.php:106
79 msgctxt "LEGEND"
80 msgid "Question"
81 msgstr "Pertanyaan"
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 "Pertanyaan"
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
132 #. handled.
133 #: QnAPlugin.php:203 QnAPlugin.php:233
134 msgid "Unknown object type."
135 msgstr ""
136
137 #. TRANS: Exception thrown when requesting a non-existing question notice.
138 #: QnAPlugin.php:240
139 msgid "Unknown question notice."
140 msgstr ""
141
142 #. TRANS: Placeholder value for a possible answer to a question
143 #. TRANS: by the logged in user.
144 #: QnAPlugin.php:368
145 msgid "Your answer..."
146 msgstr ""
147
148 #. TRANS: Link description for link to full notice text if it is longer than
149 #. TRANS: what will be dispplayed.
150 #: QnAPlugin.php:393
151 msgid "…"
152 msgstr ""
153
154 #. TRANS: Title for link that is an ellipsis in English.
155 #: QnAPlugin.php:398
156 msgid "more..."
157 msgstr ""
158
159 #. TRANS: Page title for close a question
160 #: actions/qnaclosequestion.php:63
161 msgid "Close question"
162 msgstr ""
163
164 #. TRANS: Client exception thrown trying to close a question when not logged
165 #. in
166 #: actions/qnaclosequestion.php:85
167 msgid "You must be logged in to close a question."
168 msgstr ""
169
170 #. TRANS: Client exception thrown trying to respond to a non-existing
171 #. question.
172 #: actions/qnaclosequestion.php:98 actions/qnavote.php:96
173 #: actions/qnanewanswer.php:101
174 msgid "Invalid or missing question."
175 msgstr ""
176
177 #. TRANS: Exception thrown trying to close another user's question.
178 #: actions/qnaclosequestion.php:136
179 msgid "You did not ask this question."
180 msgstr ""
181
182 #. TRANS: Page title after sending an answer.
183 #. TRANS: Page title after sending in a vote for a question or answer.
184 #. TRANS: Page title after sending an answer.
185 #: actions/qnaclosequestion.php:153 actions/qnavote.php:148
186 #: actions/qnanewanswer.php:158
187 msgid "Answers"
188 msgstr ""
189
190 #. TRANS: Client exception thrown trying to answer a question while not logged
191 #. in.
192 #: actions/qnavote.php:84 actions/qnareviseanswer.php:84
193 #: actions/qnanewanswer.php:85
194 msgid "You must be logged in to answer to a question."
195 msgstr ""
196
197 #. TRANS: Client exception thrown when requesting a non-existing answer.
198 #. TRANS: Did we used to have it, and it got deleted?
199 #: actions/qnashowanswer.php:68 actions/qnashowanswer.php:82
200 msgid "No such answer."
201 msgstr ""
202
203 #. TRANS: Client exception thrown when requesting an answer that has no
204 #. connected question.
205 #: actions/qnashowanswer.php:75
206 msgid "No question for this answer."
207 msgstr ""
208
209 #. TRANS: Client exception thrown when requesting answer data for a non-
210 #. existing user.
211 #. TRANS: Client exception thrown trying to view a question of a non-existing
212 #. user.
213 #: actions/qnashowanswer.php:89 actions/qnashowquestion.php:83
214 msgid "No such user."
215 msgstr "Pengguna tersebut tidak ada."
216
217 #. TRANS: Client exception thrown when requesting answer data for a user
218 #. without a profile.
219 #. TRANS: Server exception thrown trying to view a question for a user for
220 #. which the profile could not be loaded.
221 #: actions/qnashowanswer.php:96 actions/qnashowquestion.php:90
222 msgid "User without a profile."
223 msgstr ""
224
225 #. TRANS: Page title.
226 #. TRANS: %1$s is the user who answered a question, %2$s is the question.
227 #: actions/qnashowanswer.php:122
228 #, php-format
229 msgid "%1$s's answer to \"%2$s\""
230 msgstr ""
231
232 #. TRANS: Page title for revising a question
233 #: actions/qnareviseanswer.php:62
234 msgid "Revise answer"
235 msgstr ""
236
237 #. TRANS: Client exception thrown trying to respond to a non-existing
238 #. question.
239 #: actions/qnareviseanswer.php:97
240 msgid "Invalid or missing answer."
241 msgstr ""
242
243 #. TRANS: Form title for sending an answer.
244 #: actions/qnareviseanswer.php:241
245 msgctxt "TITLE"
246 msgid "Answer"
247 msgstr ""
248
249 #. TRANS: Title for Question page.
250 #: actions/qnanewquestion.php:62
251 msgid "New question"
252 msgstr ""
253
254 #. TRANS: Client exception thrown trying to create a Question while not logged
255 #. in.
256 #: actions/qnanewquestion.php:81
257 msgid "You must be logged in to post a question."
258 msgstr ""
259
260 #. TRANS: Client exception thrown trying to create a question without a title.
261 #: actions/qnanewquestion.php:129
262 msgid "Question must have a title."
263 msgstr ""
264
265 #. TRANS: Page title after sending a notice.
266 #: actions/qnanewquestion.php:154
267 msgid "Question posted"
268 msgstr ""
269
270 #. TRANS: Client exception thrown trying to view a non-existing question.
271 #: actions/qnashowquestion.php:68
272 msgid "No such question."
273 msgstr ""
274
275 #. TRANS: Client exception thrown trying to view a non-existing question
276 #. notice.
277 #: actions/qnashowquestion.php:76
278 msgid "No such question notice."
279 msgstr ""
280
281 #. TRANS: Page title for a question.
282 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the
283 #. question.
284 #: actions/qnashowquestion.php:155
285 #, php-format
286 msgid "%1$s's question: %2$s"
287 msgstr ""
288
289 #. TRANS: Page title after an AJAX error occurs on the post answer page.
290 #: actions/qnanewanswer.php:224
291 msgid "Ajax Error"
292 msgstr ""
293
294 #. TRANS: Title for form to send answer to a question.
295 #: actions/qnanewanswer.php:247
296 msgctxt "TITLE"
297 msgid "Your answer"
298 msgstr ""
299
300 #. TRANS: Error message displayed when an answer has no content.
301 #. TRANS: Error message displayed when answer data is not present.
302 #: actions/qnanewanswer.php:344 lib/qnalistitem.php:118
303 msgid "Answer data is missing."
304 msgstr ""
305
306 #. TRANS: Exception thown when getting a question with a non-existing ID.
307 #. TRANS: %s is the non-existing question ID.
308 #: classes/QnA_Answer.php:146
309 #, php-format
310 msgid "No question with ID %s"
311 msgstr ""
312
313 #. TRANS: Exception thown when getting a profile with a non-existing ID.
314 #. TRANS: %s is the non-existing profile ID.
315 #. TRANS: Exception trown when getting a profile for a non-existing ID.
316 #. TRANS: %s is the provided profile ID.
317 #: classes/QnA_Answer.php:157 classes/QnA_Question.php:121
318 #, php-format
319 msgid "No profile with ID %s"
320 msgstr ""
321
322 #. TRANS: %s is the number of answer revisions.
323 #: classes/QnA_Answer.php:202
324 #, php-format
325 msgid "%s revision"
326 msgid_plural "%s revisions"
327 msgstr[0] ""
328
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
333 #, php-format
334 msgid "%1$s answered the question \"%2$s\": %3$s"
335 msgstr ""
336
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
342 #, php-format
343 msgid "answered \"%s\""
344 msgstr ""
345
346 #. TRANS: Number of given answers to a question.
347 #. TRANS: %s is the number of given answers.
348 #: classes/QnA_Question.php:208
349 #, php-format
350 msgid "%s answer"
351 msgid_plural "%s answers"
352 msgstr[0] ""
353
354 #. TRANS: Notification that a question cannot be answered anymore because it
355 #. is closed.
356 #: classes/QnA_Question.php:215
357 msgid "This question is closed."
358 msgstr ""
359
360 #. TRANS: Rendered version of the notice content creating a question.
361 #. TRANS: %s a link to the question as link description.
362 #: classes/QnA_Question.php:279
363 #, php-format
364 msgid "Question: %s"
365 msgstr ""
366
367 #. TRANS: Exception thrown when performing an unexpected action on a question.
368 #. TRANS: %s is the unpexpected object type.
369 #: lib/qnalistitem.php:67
370 #, php-format
371 msgid "Unexpected type for QnA plugin: %s."
372 msgstr ""
373
374 #. TRANS: Error message displayed when question data is not present.
375 #: lib/qnalistitem.php:93
376 msgid "Question data is missing."
377 msgstr ""