]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/locale/de/LC_MESSAGES/QnA.po
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / QnA / locale / de / LC_MESSAGES / QnA.po
1 # Translation of StatusNet - QnA to German (Deutsch)
2 # Exported from translatewiki.net
3 #
4 # Author: Giftpflanze
5 # Author: Inkowik
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: 2011-09-25 21:42+0000\n"
14 "PO-Revision-Date: 2011-09-25 21:45:07+0000\n"
15 "Language-Team: German <https://translatewiki.net/wiki/Portal:de>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-POT-Import-Date: 2011-06-18 16:20:36+0000\n"
19 "X-Generator: MediaWiki 1.19alpha (r98079); Translate extension (2011-09-22)\n"
20 "X-Translation-Project: translatewiki.net at https://translatewiki.net\n"
21 "X-Language-Code: de\n"
22 "X-Message-Group: #out-statusnet-plugin-qna\n"
23 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
25 #. TRANS: Title for Question page.
26 msgid "New question"
27 msgstr "Neue Frage"
28
29 #. TRANS: Client exception thrown trying to create a Question while not logged in.
30 msgid "You must be logged in to post a question."
31 msgstr "Du musst angemeldet sein, um eine Frage zu stellen."
32
33 #. TRANS: Client exception thrown trying to create a question without a title.
34 msgid "Question must have a title."
35 msgstr "Frage muss einen Titel haben."
36
37 #. TRANS: Page title after sending a notice.
38 msgid "Question posted"
39 msgstr "Frage gestellt"
40
41 #. TRANS: Client exception thrown when requesting a non-existing answer.
42 #. TRANS: Did we used to have it, and it got deleted?
43 msgid "No such answer."
44 msgstr "Keine solche Antwort."
45
46 #. TRANS: Client exception thrown when requesting an answer that has no connected question.
47 msgid "No question for this answer."
48 msgstr "Keine Frage für diese Antwort."
49
50 #. TRANS: Client exception thrown when requesting answer data for a non-existing user.
51 #. TRANS: Client exception thrown trying to view a question of a non-existing user.
52 msgid "No such user."
53 msgstr "Kein solcher Benutzer."
54
55 #. TRANS: Client exception thrown when requesting answer data for a user without a profile.
56 #. TRANS: Server exception thrown trying to view a question for a user for which the profile could not be loaded.
57 msgid "User without a profile."
58 msgstr "Benutzer ohne Profil."
59
60 #. TRANS: Page title.
61 #. TRANS: %1$s is the user who answered a question, %2$s is the question.
62 #, php-format
63 msgid "%1$s's answer to \"%2$s\""
64 msgstr "%1$ss Antwort auf „%2$s“"
65
66 #. TRANS: Page title for revising a question
67 msgid "Revise answer"
68 msgstr "Antwort ändern"
69
70 #. TRANS: Client exception thrown trying to answer a question while not logged in.
71 msgid "You must be logged in to answer to a question."
72 msgstr "Du musst angemeldet sein, um eine Frage zu beantworten."
73
74 #. TRANS: Client exception thrown trying to respond to a non-existing question.
75 msgid "Invalid or missing answer."
76 msgstr "Ungültige oder fehlende Antwort."
77
78 #. TRANS: Page title after sending an answer.
79 #. TRANS: Page title for and answer to a question.
80 #. TRANS: Form legend for showing the answer.
81 msgid "Answer"
82 msgstr "Antwort"
83
84 #. TRANS: Form title for sending an answer.
85 #, fuzzy
86 msgctxt "TITLE"
87 msgid "Answer"
88 msgstr "Antwort"
89
90 #. TRANS: Client exception thrown trying to view a non-existing question.
91 msgid "No such question."
92 msgstr "Keine solche Frage."
93
94 #. TRANS: Client exception thrown trying to view a non-existing question notice.
95 msgid "No such question notice."
96 msgstr "Keine solche Fragenotiz."
97
98 #. TRANS: Page title for a question.
99 #. TRANS: %1$s is the nickname of the user who asked the question, %2$s is the question.
100 #, php-format
101 msgid "%1$s's question: %2$s"
102 msgstr "%1$ss Frage: %2$s"
103
104 #. TRANS: Page title for close a question
105 msgid "Close question"
106 msgstr "Frage schließen"
107
108 #. TRANS: Client exception thrown trying to close a question when not logged in
109 msgid "You must be logged in to close a question."
110 msgstr "Du musst angemeldet sein, um eine Frage zu schließen."
111
112 #. TRANS: Client exception thrown trying to respond to a non-existing question.
113 msgid "Invalid or missing question."
114 msgstr "Ungültige oder fehlende Frage."
115
116 #. TRANS: Exception thrown trying to close another user's question.
117 #, fuzzy
118 msgid "You did not ask this question."
119 msgstr "Du hast diese Frage nicht gestellt."
120
121 #. TRANS: Page title after sending an answer.
122 #. TRANS: Page title after sending in a vote for a question or answer.
123 msgid "Answers"
124 msgstr "Antworten"
125
126 #. TRANS: Page title after an AJAX error occurs on the post answer page.
127 msgid "Ajax Error"
128 msgstr "Ajax-Fehler"
129
130 #. TRANS: Title for form to send answer to a question.
131 msgctxt "TITLE"
132 msgid "Your answer"
133 msgstr "Deine Antwort"
134
135 #. TRANS: Error message displayed when an answer has no content.
136 #. TRANS: Error message displayed when answer data is not present.
137 msgid "Answer data is missing."
138 msgstr "Antwortdaten fehlen."
139
140 #. TRANS: Plugin description.
141 msgid "Question and Answers micro-app."
142 msgstr "Minianwendung für Fragen und Antworten."
143
144 #. TRANS: Application title.
145 #, fuzzy
146 msgctxt "TITLE"
147 msgid "Question"
148 msgstr "Frage"
149
150 #. TRANS: Exception thrown when there are too many activity objects.
151 msgid "Too many activity objects."
152 msgstr "Zu viele Aktivitätsobjekte."
153
154 #. TRANS: Exception thrown when an incorrect object type is encountered.
155 msgid "Wrong type for object."
156 msgstr "Falscher Objekttyp."
157
158 #. TRANS: Exception thrown when answering a non-existing question.
159 msgid "Answer to unknown question."
160 msgstr "Antwort auf unbekannte Frage."
161
162 #. TRANS: Exception thrown when an object type is encountered that cannot be handled.
163 msgid "Unknown object type."
164 msgstr "Unbekannter Objekttyp."
165
166 #. TRANS: Exception thrown when requesting a non-existing question notice.
167 msgid "Unknown question notice."
168 msgstr "Unbekannte Fragenotiz."
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 "Unerwarteter Typ für QnA-Plugin: %s."
175
176 #. TRANS: Error message displayed when question data is not present.
177 msgid "Question data is missing."
178 msgstr "Fragedaten fehlen."
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 "Deine Antwort …"
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 "mehr …"
193
194 #. TRANS: Exception thown when getting a question with a non-existing ID.
195 #. TRANS: %s is the non-existing question ID.
196 #, fuzzy, php-format
197 msgid "No question with ID %s"
198 msgstr "Keine Frage für diese Antwort."
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 "Kein Profil mit der ID %s."
207
208 #. TRANS: %s is the number of answer revisions.
209 #, fuzzy, php-format
210 msgid "%s revision"
211 msgid_plural "%s revisions"
212 msgstr[0] "%s Versionen"
213 msgstr[1] "%s Versionen"
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 antwortete auf Frage „%2$s“ mit %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 "antwortete „%s>“"
229
230 #. TRANS: Number of given answers to a question.
231 #. TRANS: %s is the number of given answers.
232 #, fuzzy, php-format
233 msgid "%s answer"
234 msgid_plural "%s answers"
235 msgstr[0] "%s antwortet"
236 msgstr[1] "%s antwortet"
237
238 #. TRANS: Notification that a question cannot be answered anymore because it is closed.
239 msgid "This question is closed."
240 msgstr "Diese Frage ist geschlossen."
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 "Fragen: %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 "Abschicken"
253
254 #. TRANS: Field label.
255 msgid "Enter your answer"
256 msgstr "Frage eingeben"
257
258 #. TRANS: Button text for submitting a poll response.
259 msgctxt "BUTTON"
260 msgid "Answer"
261 msgstr "Antwort"
262
263 #. TRANS: Field label for a new question.
264 #, fuzzy
265 msgctxt "LABEL"
266 msgid "Title"
267 msgstr "Titel"
268
269 #. TRANS: Field title for a new question.
270 #, fuzzy
271 msgid "The title of your question."
272 msgstr "Titel deiner Frage"
273
274 #. TRANS: Field label for question details.
275 #, fuzzy
276 msgctxt "LABEL"
277 msgid "Description"
278 msgstr "Beschreibung"
279
280 #. TRANS: Field title for question details.
281 #, fuzzy
282 msgid "Your question in detail."
283 msgstr "Deine Frage im Detail"
284
285 #. TRANS: Button text for saving a new question.
286 msgctxt "BUTTON"
287 msgid "Save"
288 msgstr "Speichern"
289
290 #. TRANS: Form legend for revising the answer.
291 #, fuzzy
292 msgctxt "LEGEND"
293 msgid "Question"
294 msgstr "Frage"
295
296 #. TRANS: Button text for closing a question.
297 msgctxt "BUTTON"
298 msgid "Close"
299 msgstr "Schließen"
300
301 #. TRANS: Title for button text for closing a question.
302 msgid "Close the question to no one can answer it anymore."
303 msgstr ""
304
305 #. TRANS: Button text for marking an answer as "best".
306 msgctxt "BUTTON"
307 msgid "Best"
308 msgstr "Beste Antwort"
309
310 #. TRANS: Title for button text marking an answer as "best".
311 #, fuzzy
312 msgid "Mark this answer as the best answer."
313 msgstr "Als beste Antwort markieren"