]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/locale/nl/LC_MESSAGES/QnA.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / QnA / locale / nl / LC_MESSAGES / QnA.po
1 # Translation of StatusNet - QnA to Dutch (Nederlands)
2 # Exported from translatewiki.net
3 #
4 # Author: McDutchie
5 # Author: Siebrand
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - QnA\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2012-01-20 18:05+0000\n"
14 "PO-Revision-Date: 2012-01-20 18:15:42+0000\n"
15 "Language-Team: Dutch <https://translatewiki.net/wiki/Portal:nl>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2012-01-02 10:10:59+0000\n"
19 "X-Generator: MediaWiki 1.19alpha (r109611); Translate extension (2012-01-"
20 "13)\n"
21 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
22 "X-Language-Code: nl\n"
23 "X-Message-Group: #out-statusnet-plugin-qna\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26 #. TRANS: Title for Question page.
27 msgid "New question"
28 msgstr "Nieuwe vraag"
29
30 #. TRANS: Client exception thrown trying to create a Question while not logged in.
31 msgid "You must be logged in to post a question."
32 msgstr ""
33 "U moet aangemeld zijn om een vraag te kunnen stellen te kunnen stellen."
34
35 #. TRANS: Client exception thrown trying to create a question without a title.
36 msgid "Question must have a title."
37 msgstr "U moet de vraag een naam geven."
38
39 #. TRANS: Page title after sending a notice.
40 msgid "Question posted"
41 msgstr "De vraag is gesteld"
42
43 #. TRANS: Client exception thrown when requesting a non-existing answer.
44 #. TRANS: Did we used to have it, and it got deleted?
45 msgid "No such answer."
46 msgstr "Dat antwoord bestaat niet."
47
48 #. TRANS: Client exception thrown when requesting an answer that has no connected question.
49 msgid "No question for this answer."
50 msgstr "Er is geen vraag voor dit antwoord."
51
52 #. TRANS: Client exception thrown when requesting answer data for a non-existing user.
53 #. TRANS: Client exception thrown trying to view a question of a non-existing user.
54 msgid "No such user."
55 msgstr "Deze gebruiker bestaat niet."
56
57 #. TRANS: Client exception thrown when requesting answer data for a user without a profile.
58 #. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
59 msgid "User without a profile."
60 msgstr "Gebruiker zonder profiel."
61
62 #. TRANS: Page title.
63 #. TRANS: %1$s is the user who answered a question, %2$s is the question.
64 #, php-format
65 msgid "%1$s's answer to \"%2$s\""
66 msgstr "Antwoord van %1$s op \"%2$s\""
67
68 #. TRANS: Page title for revising a question
69 msgid "Revise answer"
70 msgstr "Antwoord herzien"
71
72 #. TRANS: Client exception thrown trying to answer a question while not logged in.
73 msgid "You must be logged in to answer to a question."
74 msgstr "U moet aangemeld zijn om een vraag te kunnen beantwoorden."
75
76 #. TRANS: Client exception thrown trying to respond to a non-existing question.
77 msgid "Invalid or missing answer."
78 msgstr "Ongeldig of ontbrekend antwoord."
79
80 #. TRANS: Page title after sending an answer.
81 #. TRANS: Page title for and answer to a question.
82 #. TRANS: Form legend for showing the answer.
83 msgid "Answer"
84 msgstr "Antwoorden"
85
86 #. TRANS: Form title for sending an answer.
87 msgctxt "TITLE"
88 msgid "Answer"
89 msgstr "Antwoorden"
90
91 #. TRANS: Client exception thrown trying to view a non-existing question.
92 msgid "No such question."
93 msgstr "De vraag bestaat niet."
94
95 #. TRANS: Client exception thrown trying to view a non-existing question notice.
96 msgid "No such question notice."
97 msgstr "De vraagmededeling bestaat niet."
98
99 #. TRANS: Page title for a question.
100 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
101 #, php-format
102 msgid "%1$s's question: %2$s"
103 msgstr "Vraag van %1$s: %2$s"
104
105 #. TRANS: Page title for close a question
106 msgid "Close question"
107 msgstr "Vraag sluiten"
108
109 #. TRANS: Client exception thrown trying to close a question when not logged in
110 msgid "You must be logged in to close a question."
111 msgstr ""
112 "U moet aangemeld zijn om een vraag te kunnen stellen te kunnen sluiten."
113
114 #. TRANS: Client exception thrown trying to respond to a non-existing question.
115 msgid "Invalid or missing question."
116 msgstr "Ongeldige of ontbrekende vraag."
117
118 #. TRANS: Exception thrown trying to close another user's question.
119 msgid "You did not ask this question."
120 msgstr "U hebt deze vraag niet gesteld."
121
122 #. TRANS: Page title after sending an answer.
123 #. TRANS: Page title after sending in a vote for a question or answer.
124 msgid "Answers"
125 msgstr "Antwoorden"
126
127 #. TRANS: Page title after an AJAX error occurs on the post answer page.
128 msgid "Ajax Error"
129 msgstr "Er is een Ajax-fout opgetreden"
130
131 #. TRANS: Title for form to send answer to a question.
132 msgctxt "TITLE"
133 msgid "Your answer"
134 msgstr "Uw antwoord"
135
136 #. TRANS: Error message displayed when an answer has no content.
137 #. TRANS: Error message displayed when answer data is not present.
138 msgid "Answer data is missing."
139 msgstr "De vraaggegevens ontbreken."
140
141 #. TRANS: Plugin description.
142 msgid "Question and Answers micro-app."
143 msgstr "Microapplicatie voor vragen en antwoorden."
144
145 #. TRANS: Application title.
146 msgctxt "TITLE"
147 msgid "Question"
148 msgstr "Vraag"
149
150 #. TRANS: Exception thrown when there are too many activity objects.
151 msgid "Too many activity objects."
152 msgstr "Er zijn te veel activiteitenobjecten opgegeven."
153
154 #. TRANS: Exception thrown when an incorrect object type is encountered.
155 msgid "Wrong type for object."
156 msgstr "Het object heeft een onjuist type."
157
158 #. TRANS: Exception thrown when answering a non-existing question.
159 msgid "Answer to unknown question."
160 msgstr "Antwoord op een onbekende vraag."
161
162 #. TRANS: Exception thrown when an object type is encountered that cannot be handled.
163 msgid "Unknown object type."
164 msgstr "Onbekend objecttype."
165
166 #. TRANS: Exception thrown when requesting a non-existing question notice.
167 msgid "Unknown question notice."
168 msgstr "De vraagmededeling bestaat niet."
169
170 #. TRANS: Exception thrown when performing an unexpected action on a question.
171 #. TRANS: %s is the unpexpected object type.
172 #, php-format
173 msgid "Unexpected type for QnA plugin: %s."
174 msgstr "Onverwacht type voor plug-in Vraag en Antwoord: %s."
175
176 #. TRANS: Error message displayed when question data is not present.
177 msgid "Question data is missing."
178 msgstr "De vraaggegevens ontbreken."
179
180 #. TRANS: Placeholder value for a possible answer to a question
181 #. TRANS: by the logged in user.
182 msgid "Your answer..."
183 msgstr "Uw antwoord..."
184
185 #. TRANS: Link description for link to full notice text if it is longer than
186 #. TRANS: what will be dispplayed.
187 msgid "…"
188 msgstr "…"
189
190 #. TRANS: Title for link that is an ellipsis in English.
191 msgid "more..."
192 msgstr "meer..."
193
194 #. TRANS: Exception thown when getting a question with a non-existing ID.
195 #. TRANS: %s is the non-existing question ID.
196 #, php-format
197 msgid "No question with ID %s"
198 msgstr "Er is geen vraag met het ID %s."
199
200 #. TRANS: Exception thown when getting a profile with a non-existing ID.
201 #. TRANS: %s is the non-existing profile ID.
202 #. TRANS: Exception trown when getting a profile for a non-existing ID.
203 #. TRANS: %s is the provided profile ID.
204 #, php-format
205 msgid "No profile with ID %s"
206 msgstr "Er is geen profiel met het ID %s"
207
208 #. TRANS: %s is the number of answer revisions.
209 #, php-format
210 msgid "%s revision"
211 msgid_plural "%s revisions"
212 msgstr[0] "%s versie"
213 msgstr[1] "%s versies"
214
215 #. TRANS: Text for a question that was answered.
216 #. TRANS: %1$s is the user that answered, %2$s is the question title,
217 #. TRANS: %2$s is the answer content.
218 #, php-format
219 msgid "%1$s answered the question \"%2$s\": %3$s"
220 msgstr "%1$s heeft de vraag \"%2$s\" beantwoord: %3$s"
221
222 #. TRANS: Text for a question that was answered.
223 #. TRANS: %s is the question title.
224 #. TRANS: Rendered version of the notice content answering a question.
225 #. TRANS: %s a link to the question with question title as the link content.
226 #, php-format
227 msgid "answered \"%s\""
228 msgstr "heeft geantwoord op \"%s\""
229
230 #. TRANS: Number of given answers to a question.
231 #. TRANS: %s is the number of given answers.
232 #, php-format
233 msgid "%s answer"
234 msgid_plural "%s answers"
235 msgstr[0] "%s antwoord"
236 msgstr[1] "%s antwoorden"
237
238 #. TRANS: Notification that a question cannot be answered anymore because it is closed.
239 msgid "This question is closed."
240 msgstr "Deze vraag is gesloten."
241
242 #. TRANS: Rendered version of the notice content creating a question.
243 #. TRANS: %s a link to the question as link description.
244 #, php-format
245 msgid "Question: %s"
246 msgstr "Vraag: %s"
247
248 #. TRANS: Button text for submitting a revised answer.
249 #. TRANS: Button text for submitting a poll response.
250 msgctxt "BUTTON"
251 msgid "Submit"
252 msgstr "Opslaan"
253
254 #. TRANS: Field label.
255 msgid "Enter your answer"
256 msgstr "Geef uw antwoord"
257
258 #. TRANS: Button text for submitting a poll response.
259 msgctxt "BUTTON"
260 msgid "Answer"
261 msgstr "Beantwoorden"
262
263 #. TRANS: Field label for a new question.
264 msgctxt "LABEL"
265 msgid "Title"
266 msgstr "Naam"
267
268 #. TRANS: Field title for a new question.
269 msgid "The title of your question."
270 msgstr "De naam van uw vraag."
271
272 #. TRANS: Field label for question details.
273 msgctxt "LABEL"
274 msgid "Description"
275 msgstr "Beschrijving"
276
277 #. TRANS: Field title for question details.
278 msgid "Your question in detail."
279 msgstr "De details van uw vraag"
280
281 #. TRANS: Button text for saving a new question.
282 msgctxt "BUTTON"
283 msgid "Save"
284 msgstr "Opslaan"
285
286 #. TRANS: Form legend for revising the answer.
287 msgctxt "LEGEND"
288 msgid "Question"
289 msgstr "Vraag"
290
291 #. TRANS: Button text for closing a question.
292 msgctxt "BUTTON"
293 msgid "Close"
294 msgstr "Sluiten"
295
296 #. TRANS: Title for button text for closing a question.
297 msgid "Close the question to no one can answer it anymore."
298 msgstr "De vraag sluiten zodat niemand meer kan antwoorden."
299
300 #. TRANS: Button text for marking an answer as "best".
301 msgctxt "BUTTON"
302 msgid "Best"
303 msgstr "Beste"
304
305 #. TRANS: Title for button text marking an answer as "best".
306 msgid "Mark this answer as the best answer."
307 msgstr "Dit antwoord als het beste antwoord markeren."