]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/locale/de/LC_MESSAGES/OStatus.po
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / plugins / OStatus / locale / de / LC_MESSAGES / OStatus.po
1 # Translation of StatusNet - OStatus to German (Deutsch)
2 # Exported from translatewiki.net
3 #
4 # Author: Fujnky
5 # Author: Michael
6 # --
7 # This file is distributed under the same license as the StatusNet package.
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: StatusNet - OStatus\n"
12 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2011-02-14 16:01+0000\n"
14 "PO-Revision-Date: 2011-02-14 16:09:37+0000\n"
15 "Language-Team: German <http://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-02-03 00:48:00+0000\n"
19 "X-Generator: MediaWiki 1.18alpha (r82114); Translate extension (2011-02-01)\n"
20 "X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
21 "X-Language-Code: de\n"
22 "X-Message-Group: #out-statusnet-plugin-ostatus\n"
23 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
25 #. TRANS: Link description for link to subscribe to a remote user.
26 #. TRANS: Link text for a user to subscribe to an OStatus user.
27 #: OStatusPlugin.php:223 OStatusPlugin.php:933
28 msgid "Subscribe"
29 msgstr "Abonnieren"
30
31 #. TRANS: Link description for link to join a remote group.
32 #: OStatusPlugin.php:242 OStatusPlugin.php:651 actions/ostatussub.php:109
33 msgid "Join"
34 msgstr "Beitreten"
35
36 #. TRANSLATE: %s is a domain.
37 #: OStatusPlugin.php:455
38 #, php-format
39 msgid "Sent from %s via OStatus"
40 msgstr "Gesendet von %s über OStatus"
41
42 #. TRANS: Exception.
43 #: OStatusPlugin.php:527
44 msgid "Could not set up remote subscription."
45 msgstr "Konnte Remote-Abonnement nicht einrichten."
46
47 #: OStatusPlugin.php:601
48 msgid "Unfollow"
49 msgstr "Nicht mehr beachten"
50
51 #. TRANS: Success message for unsubscribe from user attempt through OStatus.
52 #. TRANS: %1$s is the unsubscriber's name, %2$s is the unsubscribed user's name.
53 #: OStatusPlugin.php:604
54 #, php-format
55 msgid "%1$s stopped following %2$s."
56 msgstr "%1$s folgt %2$s nicht mehr."
57
58 #: OStatusPlugin.php:632
59 msgid "Could not set up remote group membership."
60 msgstr "Konnte Remotegruppenmitgliedschaft nicht einrichten."
61
62 #. TRANS: Success message for subscribe to group attempt through OStatus.
63 #. TRANS: %1$s is the member name, %2$s is the subscribed group's name.
64 #: OStatusPlugin.php:654
65 #, php-format
66 msgid "%1$s has joined group %2$s."
67 msgstr "%1$s ist der Gruppe %2$s beigetreten"
68
69 #. TRANS: Exception.
70 #: OStatusPlugin.php:663
71 msgid "Failed joining remote group."
72 msgstr "Fehler beim Beitreten der Remotegruppe."
73
74 #: OStatusPlugin.php:703
75 msgid "Leave"
76 msgstr "Verlassen"
77
78 #. TRANS: Success message for unsubscribe from group attempt through OStatus.
79 #. TRANS: %1$s is the member name, %2$s is the unsubscribed group's name.
80 #: OStatusPlugin.php:706
81 #, php-format
82 msgid "%1$s has left group %2$s."
83 msgstr "%1$s hat die Gruppe %2$s verlassen"
84
85 #: OStatusPlugin.php:781
86 msgid "Disfavor"
87 msgstr ""
88
89 #. TRANS: Success message for remove a favorite notice through OStatus.
90 #. TRANS: %1$s is the unfavoring user's name, %2$s is URI to the no longer favored notice.
91 #: OStatusPlugin.php:784
92 #, php-format
93 msgid "%1$s marked notice %2$s as no longer a favorite."
94 msgstr "%1$s markierte Nachricht %2$s nicht mehr als Favorit."
95
96 #. TRANS: Link text for link to remote subscribe.
97 #: OStatusPlugin.php:860
98 msgid "Remote"
99 msgstr ""
100
101 #. TRANS: Title for activity.
102 #: OStatusPlugin.php:900
103 msgid "Profile update"
104 msgstr "Profil aktualisieren"
105
106 #. TRANS: Ping text for remote profile update through OStatus.
107 #. TRANS: %s is user that updated their profile.
108 #: OStatusPlugin.php:903
109 #, php-format
110 msgid "%s has updated their profile page."
111 msgstr "%s hat die Profil-Seite aktualisiert."
112
113 #. TRANS: Plugin description.
114 #: OStatusPlugin.php:948
115 msgid ""
116 "Follow people across social networks that implement <a href=\"http://ostatus."
117 "org/\">OStatus</a>."
118 msgstr ""
119 "Folge Leuten quer durch die sozialen Netzwerke, die <a href=\"http://ostatus."
120 "org/\">OStatus</a> implementieren."
121
122 #: classes/FeedSub.php:252
123 msgid "Attempting to start PuSH subscription for feed with no hub."
124 msgstr ""
125 "Es wird versucht, ein PuSH-Abonnemont für einen Feed ohne Hub zu starten."
126
127 #: classes/FeedSub.php:282
128 msgid "Attempting to end PuSH subscription for feed with no hub."
129 msgstr ""
130 "Es wird versucht, ein PuSH-Abonnemont für einen Feed ohne Hub zu beenden."
131
132 #. TRANS: Server exception. %s is a URI.
133 #: classes/Ostatus_profile.php:192
134 #, php-format
135 msgid "Invalid ostatus_profile state: both group and profile IDs set for %s."
136 msgstr ""
137 "Ungültiger ostatus_profile-Zustand: Sowohl Gruppen- als auch Profil-ID für %"
138 "s gesetzt."
139
140 #. TRANS: Server exception. %s is a URI.
141 #: classes/Ostatus_profile.php:195
142 #, php-format
143 msgid "Invalid ostatus_profile state: both group and profile IDs empty for %s."
144 msgstr ""
145 "Ungültiger ostatus_profile-Zustand: Sowohl Gruppen- als auch Profil-ID für %"
146 "s sind leer."
147
148 #. TRANS: Server exception.
149 #. TRANS: %1$s is the method name the exception occured in, %2$s is the actor type.
150 #: classes/Ostatus_profile.php:285
151 #, php-format
152 msgid "Invalid actor passed to %1$s: %2$s."
153 msgstr "Ungültiger actor an %1$s übergeben: %2$s."
154
155 #. TRANS: Server exception.
156 #: classes/Ostatus_profile.php:379
157 msgid ""
158 "Invalid type passed to Ostatus_profile::notify. It must be XML string or "
159 "Activity entry."
160 msgstr ""
161 "Ungültiger Typ an Ostatus_profile::notify übergeben. Es muss ein XML-String "
162 "oder ein Activity-Eintrag sein."
163
164 #. TRANS: Exception.
165 #: classes/Ostatus_profile.php:410
166 msgid "Unknown feed format."
167 msgstr "Unbekanntes Feed-Format."
168
169 #. TRANS: Exception.
170 #: classes/Ostatus_profile.php:434
171 msgid "RSS feed without a channel."
172 msgstr "RSS-Feed ohne einen Kanal."
173
174 #. TRANS: Client exception.
175 #: classes/Ostatus_profile.php:480
176 msgid "Can't handle that kind of post."
177 msgstr "Kann diese Art von Post nicht verarbeiten."
178
179 #. TRANS: Client exception. %s is a source URI.
180 #: classes/Ostatus_profile.php:538
181 #, php-format
182 msgid "No content for notice %s."
183 msgstr "Kein Inhalt für Nachricht %s."
184
185 #. TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime
186 #. TRANS: this will usually be replaced with localised text from StatusNet core messages.
187 #: classes/Ostatus_profile.php:573
188 msgid "Show more"
189 msgstr "Mehr anzeigen"
190
191 #. TRANS: Exception. %s is a profile URL.
192 #: classes/Ostatus_profile.php:766
193 #, php-format
194 msgid "Could not reach profile page %s."
195 msgstr "Konnte Profilseite %s nicht erreichen."
196
197 #. TRANS: Exception. %s is a URL.
198 #: classes/Ostatus_profile.php:824
199 #, php-format
200 msgid "Could not find a feed URL for profile page %s."
201 msgstr "Konnte keinen Feed-URL für die Profilseite %s finden."
202
203 #. TRANS: Feed sub exception.
204 #: classes/Ostatus_profile.php:923
205 msgid "Can't find enough profile information to make a feed."
206 msgstr ""
207 "Kann nicht genug Profilinformationen finden, um einen Feed zu erstellen."
208
209 #. TRANS: Server exception. %s is a URL.
210 #: classes/Ostatus_profile.php:987
211 #, php-format
212 msgid "Invalid avatar URL %s."
213 msgstr "Ungültiger Avatar-URL %s."
214
215 #. TRANS: Server exception. %s is a URI.
216 #: classes/Ostatus_profile.php:998
217 #, php-format
218 msgid "Tried to update avatar for unsaved remote profile %s."
219 msgstr ""
220 "Versuchte den Avatar für ein ungespeichertes Remoteprofil %s zu "
221 "aktualisieren."
222
223 #. TRANS: Server exception. %s is a URL.
224 #: classes/Ostatus_profile.php:1008
225 #, php-format
226 msgid "Unable to fetch avatar from %s."
227 msgstr "Kann den Avatar von %s nicht abrufen."
228
229 #. TRANS: Exception.
230 #: classes/Ostatus_profile.php:1235
231 msgid "Local user can't be referenced as remote."
232 msgstr "Lokaler Benutzer kann nicht als remote verwiesen werden."
233
234 #. TRANS: Exception.
235 #: classes/Ostatus_profile.php:1240
236 msgid "Local group can't be referenced as remote."
237 msgstr "Lokale Gruppe kann nicht als remote verwiesen werden."
238
239 #. TRANS: Server exception.
240 #: classes/Ostatus_profile.php:1292 classes/Ostatus_profile.php:1303
241 msgid "Can't save local profile."
242 msgstr "Lokales Profil kann nicht gespeichert werden."
243
244 #. TRANS: Server exception.
245 #: classes/Ostatus_profile.php:1311
246 msgid "Can't save OStatus profile."
247 msgstr "OStatus-Profil kann nicht gespeichert werden."
248
249 #. TRANS: Exception.
250 #: classes/Ostatus_profile.php:1599 classes/Ostatus_profile.php:1627
251 msgid "Not a valid webfinger address."
252 msgstr "Ungültige Webfinger-Adresse."
253
254 #. TRANS: Exception. %s is a webfinger address.
255 #: classes/Ostatus_profile.php:1709
256 #, php-format
257 msgid "Couldn't save profile for \"%s\"."
258 msgstr "Profil für „%s“ konnte nicht gespeichert werden."
259
260 #. TRANS: Exception. %s is a webfinger address.
261 #: classes/Ostatus_profile.php:1728
262 #, php-format
263 msgid "Couldn't save ostatus_profile for \"%s\"."
264 msgstr "Ostatus_profile für „%s“ konnte nicht gespeichert werden."
265
266 #. TRANS: Exception. %s is a webfinger address.
267 #: classes/Ostatus_profile.php:1736
268 #, php-format
269 msgid "Couldn't find a valid profile for \"%s\"."
270 msgstr "Es konnte kein gültiges Profil für „%s“ gefunden werden."
271
272 #. TRANS: Server exception.
273 #: classes/Ostatus_profile.php:1779
274 msgid "Could not store HTML content of long post as file."
275 msgstr ""
276 "HTML-Inhalt eines langen Posts konnte nicht als Datei nicht gespeichert "
277 "werden."
278
279 #. TRANS: Client exception. %s is a HTTP status code.
280 #: classes/HubSub.php:212
281 #, php-format
282 msgid "Hub subscriber verification returned HTTP %s."
283 msgstr "Hub-Abonnenten-Überprüfung gab HTTP %s zurück."
284
285 #. TRANS: Exception. %1$s is a response status code, %2$s is the body of the response.
286 #: classes/HubSub.php:359
287 #, php-format
288 msgid "Callback returned status: %1$s. Body: %2$s"
289 msgstr "Der Aufruf gab folgenden Status zurück: %1$s. Body: %2$s"
290
291 #. TRANS: Client error. POST is a HTTP command. It should not be translated.
292 #: lib/salmonaction.php:43
293 msgid "This method requires a POST."
294 msgstr "Diese Methode benötigt ein POST."
295
296 #. TRANS: Client error. Do not translate "application/magic-envelope+xml"
297 #: lib/salmonaction.php:48
298 msgid "Salmon requires \"application/magic-envelope+xml\"."
299 msgstr "Salmon erfordert „application/magic-envelope+xml“."
300
301 #. TRANS: Client error.
302 #: lib/salmonaction.php:58
303 msgid "Salmon signature verification failed."
304 msgstr "Salmon-Signaturpfüung fehlgeschlagen."
305
306 #. TRANS: Client error.
307 #: lib/salmonaction.php:70
308 msgid "Salmon post must be an Atom entry."
309 msgstr "Salmon-Post muss ein Atom-Eintrag sein."
310
311 #. TRANS: Client exception.
312 #: lib/salmonaction.php:120
313 msgid "Unrecognized activity type."
314 msgstr "Unbekannter Aktivitätstyp."
315
316 #. TRANS: Client exception.
317 #: lib/salmonaction.php:130
318 msgid "This target doesn't understand posts."
319 msgstr "Dieses Ziel versteht keine Posts."
320
321 #. TRANS: Client exception.
322 #: lib/salmonaction.php:136
323 msgid "This target doesn't understand follows."
324 msgstr "Dieses Ziel versteht keine Follows."
325
326 #. TRANS: Client exception.
327 #: lib/salmonaction.php:142
328 msgid "This target doesn't understand unfollows."
329 msgstr "Dieses Ziel versteht keine Unfollows."
330
331 #. TRANS: Client exception.
332 #: lib/salmonaction.php:148
333 msgid "This target doesn't understand favorites."
334 msgstr "Dieses Ziel versteht keine Favoriten."
335
336 #. TRANS: Client exception.
337 #: lib/salmonaction.php:154
338 msgid "This target doesn't understand unfavorites."
339 msgstr "Dieses Ziel versteht keine Unfavorites."
340
341 #. TRANS: Client exception.
342 #: lib/salmonaction.php:160
343 msgid "This target doesn't understand share events."
344 msgstr "Dieses Ziel versteht das Teilen von Events nicht."
345
346 #. TRANS: Client exception.
347 #: lib/salmonaction.php:166
348 msgid "This target doesn't understand joins."
349 msgstr "Dieses Ziel versteht keine Joins."
350
351 #. TRANS: Client exception.
352 #: lib/salmonaction.php:172
353 msgid "This target doesn't understand leave events."
354 msgstr "Dieses Ziel versteht das Verlassen von Events nicht."
355
356 #. TRANS: Exception.
357 #: lib/salmonaction.php:200
358 msgid "Received a salmon slap from unidentified actor."
359 msgstr "Einen Salmon-Slap von einem unidentifizierten Aktor empfangen."
360
361 #. TRANS: Exception.
362 #: lib/magicenvelope.php:80
363 msgid "Unable to locate signer public key."
364 msgstr "Konnte den öffentlichen Schlüssel des Unterzeichners nicht finden."
365
366 #. TRANS: Exception.
367 #: lib/salmon.php:126
368 msgid "Salmon invalid actor for signing."
369 msgstr ""
370
371 #: tests/gettext-speedtest.php:57
372 msgid "Feeds"
373 msgstr "Feeds"
374
375 #. TRANS: Client exception.
376 #: actions/pushhub.php:70
377 msgid "Publishing outside feeds not supported."
378 msgstr "Veröffentlichung von äußeren Feeds nicht unterstützt."
379
380 #. TRANS: Client exception. %s is a mode.
381 #: actions/pushhub.php:73
382 #, php-format
383 msgid "Unrecognized mode \"%s\"."
384 msgstr "Unbekannter Modus \"%s\"."
385
386 #. TRANS: Client exception. %s is a topic.
387 #: actions/pushhub.php:93
388 #, php-format
389 msgid ""
390 "Unsupported hub.topic %s this hub only serves local user and group Atom "
391 "feeds."
392 msgstr ""
393 "Nicht unterstütztes hub.topic %s. Dieser Hub stellt nur Atom-Feeds lokaler "
394 "Benutzer und Gruppen zur verfügung."
395
396 #. TRANS: Client exception.
397 #: actions/pushhub.php:99
398 #, php-format
399 msgid "Invalid hub.verify \"%s\". It must be sync or async."
400 msgstr "Ungültiger hub.verify „%s“. Es muss sync oder async sein."
401
402 #. TRANS: Client exception.
403 #: actions/pushhub.php:105
404 #, php-format
405 msgid "Invalid hub.lease \"%s\". It must be empty or positive integer."
406 msgstr ""
407 "Ungültiger hub.lease „%s“. Es muss eine leere oder positive Ganzzahl sein."
408
409 #. TRANS: Client exception.
410 #: actions/pushhub.php:113
411 #, php-format
412 msgid "Invalid hub.secret \"%s\". It must be under 200 bytes."
413 msgstr "Ungültiges hub.secret „%s“. Es muss kleiner als 200 Bytes sein."
414
415 #. TRANS: Client exception.
416 #: actions/pushhub.php:165
417 #, php-format
418 msgid "Invalid hub.topic \"%s\". User doesn't exist."
419 msgstr "Ungültiges hub.topic „%s“. Benutzer existiert nicht."
420
421 #. TRANS: Client exception.
422 #: actions/pushhub.php:174
423 #, php-format
424 msgid "Invalid hub.topic \"%s\". Group doesn't exist."
425 msgstr "Ungültiges hub.topic „%s“. Gruppe existiert nicht."
426
427 #. TRANS: Client exception.
428 #. TRANS: %1$s is this argument to the method this exception occurs in, %2$s is a URL.
429 #: actions/pushhub.php:199
430 #, php-format
431 msgid "Invalid URL passed for %1$s: \"%2$s\""
432 msgstr "Ungültiger URL für %1$s übergeben: „%2$s“"
433
434 #: actions/ownerxrd.php:39 actions/usersalmon.php:43
435 msgid "No such user."
436 msgstr "Unbekannter Benutzer."
437
438 #. TRANS: Client error.
439 #: actions/usersalmon.php:37 actions/groupsalmon.php:40
440 msgid "No ID."
441 msgstr "Keine ID"
442
443 #. TRANS: Client exception.
444 #: actions/usersalmon.php:83
445 msgid "In reply to unknown notice."
446 msgstr "In der Antwort auf unbekannte Nachricht."
447
448 #. TRANS: Client exception.
449 #: actions/usersalmon.php:88
450 msgid "In reply to a notice not by this user and not mentioning this user."
451 msgstr ""
452 "In einer Antowrt auf eine Nachricht, die nicht von diesem Benutzer stammt "
453 "und diesen Benutzer nicht erwähnt."
454
455 #. TRANS: Client exception.
456 #: actions/usersalmon.php:165
457 msgid "Could not save new favorite."
458 msgstr "Neuer Favorit konnte nicht gespeichert werden."
459
460 #. TRANS: Client exception.
461 #: actions/usersalmon.php:197
462 msgid "Can't favorite/unfavorite without an object."
463 msgstr "Kann nicht ohne Objekt (ent)favorisieren."
464
465 #. TRANS: Client exception.
466 #: actions/usersalmon.php:209
467 msgid "Can't handle that kind of object for liking/faving."
468 msgstr "Kann diese Art von Objekt nicht für mögen/favorisieren verarbeiten."
469
470 #. TRANS: Client exception. %s is an object ID.
471 #: actions/usersalmon.php:216
472 #, php-format
473 msgid "Notice with ID %s unknown."
474 msgstr "Nachricht mit ID %s unbekannt."
475
476 #. TRANS: Client exception. %1$s is a notice ID, %2$s is a user ID.
477 #: actions/usersalmon.php:221
478 #, php-format
479 msgid "Notice with ID %1$s not posted by %2$s."
480 msgstr "Nachricht mit ID %1$s wurde nicht von %2$s geschrieben."
481
482 #. TRANS: Field label.
483 #: actions/ostatusgroup.php:78
484 msgid "Join group"
485 msgstr "Gruppe beitreten"
486
487 #. TRANS: Tooltip for field label "Join group".
488 #: actions/ostatusgroup.php:81
489 msgid "OStatus group's address, like http://example.net/group/nickname."
490 msgstr ""
491 "OStatus-Adresse der Gruppe. Beispiel: http://example.net/group/nickname."
492
493 #. TRANS: Button text.
494 #: actions/ostatusgroup.php:86 actions/ostatussub.php:75
495 msgctxt "BUTTON"
496 msgid "Continue"
497 msgstr "Weiter"
498
499 #: actions/ostatusgroup.php:105
500 msgid "You are already a member of this group."
501 msgstr "Du bist bereits Mitglied dieser Gruppe."
502
503 #. TRANS: OStatus remote group subscription dialog error.
504 #: actions/ostatusgroup.php:140
505 msgid "Already a member!"
506 msgstr "Bereits Mitglied!"
507
508 #. TRANS: OStatus remote group subscription dialog error.
509 #: actions/ostatusgroup.php:151
510 msgid "Remote group join failed!"
511 msgstr "Beitritt in Remote-Gruppe fehlgeschlagen!"
512
513 #. TRANS: OStatus remote group subscription dialog error.
514 #: actions/ostatusgroup.php:155
515 msgid "Remote group join aborted!"
516 msgstr "Beitritt in Remote-Gruppe abgebrochen!"
517
518 #. TRANS: Page title for OStatus remote group join form
519 #: actions/ostatusgroup.php:167
520 msgid "Confirm joining remote group"
521 msgstr "Bestätige das Beitreten einer Remotegruppe"
522
523 #. TRANS: Instructions.
524 #: actions/ostatusgroup.php:178
525 msgid ""
526 "You can subscribe to groups from other supported sites. Paste the group's "
527 "profile URI below:"
528 msgstr ""
529 "Du kannst Gruppen von anderen unterstützten Websites abonnieren. Füge die "
530 "URI der Gruppe unten ein:"
531
532 #. TRANS: Client error.
533 #: actions/groupsalmon.php:47
534 msgid "No such group."
535 msgstr "Keine derartige Gruppe."
536
537 #. TRANS: Client error.
538 #: actions/groupsalmon.php:56
539 msgid "Can't accept remote posts for a remote group."
540 msgstr "Kann Remoteposts für Remotegruppen nicht akzeptieren."
541
542 #. TRANS: Client error.
543 #: actions/groupsalmon.php:130
544 msgid "Can't read profile to set up group membership."
545 msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft einzurichten."
546
547 #. TRANS: Client error.
548 #: actions/groupsalmon.php:134 actions/groupsalmon.php:177
549 msgid "Groups can't join groups."
550 msgstr "Gruppen können Remotegruppen nicht beitreten."
551
552 #: actions/groupsalmon.php:147
553 msgid "You have been blocked from that group by the admin."
554 msgstr "Der Admin dieser Gruppe hat dich blockiert."
555
556 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
557 #: actions/groupsalmon.php:162
558 #, php-format
559 msgid "Could not join remote user %1$s to group %2$s."
560 msgstr "Konnte Remotebenutzer %1$s nicht der Gruppe %2$s hinzufügen."
561
562 #: actions/groupsalmon.php:174
563 msgid "Can't read profile to cancel group membership."
564 msgstr "Kann Profil nicht lesen, um die Gruppenmitgliedschaft zu kündigen."
565
566 #. TRANS: Server error. %1$s is a profile URI, %2$s is a group nickname.
567 #: actions/groupsalmon.php:191
568 #, php-format
569 msgid "Could not remove remote user %1$s from group %2$s."
570 msgstr "Konnte Remotebenutzer %1$s nicht aus der Gruppe %2$s entfernen."
571
572 #. TRANS: Field label for a field that takes an OStatus user address.
573 #: actions/ostatussub.php:68
574 msgid "Subscribe to"
575 msgstr "Abonniere"
576
577 #. TRANS: Tooltip for field label "Subscribe to".
578 #: actions/ostatussub.php:71
579 msgid ""
580 "OStatus user's address, like nickname@example.com or http://example.net/"
581 "nickname"
582 msgstr ""
583 "Adresse des OStatus-Benutzers, wie nickname@example.com oder http://example."
584 "net/nickname"
585
586 #. TRANS: Button text.
587 #. TRANS: Tooltip for button "Join".
588 #: actions/ostatussub.php:112
589 msgctxt "BUTTON"
590 msgid "Join this group"
591 msgstr "Dieser Gruppe beitreten"
592
593 #. TRANS: Button text.
594 #: actions/ostatussub.php:115
595 msgctxt "BUTTON"
596 msgid "Confirm"
597 msgstr "Bestätigen"
598
599 #. TRANS: Tooltip for button "Confirm".
600 #: actions/ostatussub.php:117
601 msgid "Subscribe to this user"
602 msgstr "Abonniere diesen Benutzer"
603
604 #: actions/ostatussub.php:138
605 msgid "You are already subscribed to this user."
606 msgstr "Du hast diesen Benutzer bereits abonniert:"
607
608 #: actions/ostatussub.php:167
609 msgid "Photo"
610 msgstr "Foto"
611
612 #: actions/ostatussub.php:178
613 msgid "Nickname"
614 msgstr "Benutzername"
615
616 #: actions/ostatussub.php:199
617 msgid "Location"
618 msgstr "Ort"
619
620 #: actions/ostatussub.php:208
621 msgid "URL"
622 msgstr "URL"
623
624 #: actions/ostatussub.php:220
625 msgid "Note"
626 msgstr "Notiz"
627
628 #. TRANS: Error text.
629 #: actions/ostatussub.php:256 actions/ostatussub.php:263
630 #: actions/ostatussub.php:288
631 msgid ""
632 "Sorry, we could not reach that address. Please make sure that the OStatus "
633 "address is like nickname@example.com or http://example.net/nickname."
634 msgstr ""
635 "Entschuldigung, wir konnte  diese Adresse nicht erreichen. Bitte überprüfe, "
636 "ob die OStatus-Adresse gültig ist. Beispiele: nickname@example.com oder "
637 "http://example.net/nickname."
638
639 #. TRANS: Error text.
640 #: actions/ostatussub.php:267 actions/ostatussub.php:271
641 #: actions/ostatussub.php:275 actions/ostatussub.php:279
642 #: actions/ostatussub.php:283
643 msgid ""
644 "Sorry, we could not reach that feed. Please try that OStatus address again "
645 "later."
646 msgstr ""
647 "Entschuldigung, wir konnten diesen Feed nicht erreichen. Bitte versuche "
648 "diese OStatus-Adresse später noch einmal."
649
650 #. TRANS: OStatus remote subscription dialog error.
651 #: actions/ostatussub.php:317
652 msgid "Already subscribed!"
653 msgstr "Bereits abonniert!"
654
655 #. TRANS: OStatus remote subscription dialog error.
656 #: actions/ostatussub.php:322
657 msgid "Remote subscription failed!"
658 msgstr "Remoteabonnement fehlgeschlagen!"
659
660 #: actions/ostatussub.php:369 actions/ostatusinit.php:64
661 msgid "There was a problem with your session token. Try again, please."
662 msgstr "Es gab ein Problem mit deinem Sitzungstoken. Bitte versuche es erneut."
663
664 #. TRANS: Form title.
665 #: actions/ostatussub.php:397 actions/ostatusinit.php:83
666 msgid "Subscribe to user"
667 msgstr "Abonniere diesen Benutzer"
668
669 #. TRANS: Page title for OStatus remote subscription form
670 #: actions/ostatussub.php:417
671 msgid "Confirm"
672 msgstr "Bestätigen"
673
674 #. TRANS: Instructions.
675 #: actions/ostatussub.php:429
676 msgid ""
677 "You can subscribe to users from other supported sites. Paste their address "
678 "or profile URI below:"
679 msgstr ""
680 "Du kannst Benutzer von anderen unterstützten Websites abonnieren. Füge ihre "
681 "Adresse oder Profil-URI unten ein:"
682
683 #. TRANS: Client error.
684 #: actions/ostatusinit.php:42
685 msgid "You can use the local subscription!"
686 msgstr "Du kannst ein lokales Abonnement erstellen!"
687
688 #. TRANS: Form legend.
689 #: actions/ostatusinit.php:98
690 #, php-format
691 msgid "Join group %s"
692 msgstr "Gruppe %s beitreten"
693
694 #. TRANS: Button text.
695 #: actions/ostatusinit.php:100
696 msgctxt "BUTTON"
697 msgid "Join"
698 msgstr "Beitreten"
699
700 #. TRANS: Form legend.
701 #: actions/ostatusinit.php:103
702 #, php-format
703 msgid "Subscribe to %s"
704 msgstr "Abonniere %s"
705
706 #. TRANS: Button text.
707 #: actions/ostatusinit.php:105
708 msgctxt "BUTTON"
709 msgid "Subscribe"
710 msgstr "Abonnieren"
711
712 #. TRANS: Field label.
713 #: actions/ostatusinit.php:119
714 msgid "Group nickname"
715 msgstr "Gruppe-Nickname"
716
717 #: actions/ostatusinit.php:120
718 msgid "Nickname of the group you want to join."
719 msgstr "Spitzname der Gruppe, der Sie beitreten möchten."
720
721 #. TRANS: Field label.
722 #: actions/ostatusinit.php:123
723 msgid "User nickname"
724 msgstr "Benutzername"
725
726 #: actions/ostatusinit.php:124
727 msgid "Nickname of the user you want to follow."
728 msgstr "Name des Benutzers, dem du folgen möchtest"
729
730 #. TRANS: Field label.
731 #: actions/ostatusinit.php:129
732 msgid "Profile Account"
733 msgstr "Profil-Konto"
734
735 #. TRANS: Tooltip for field label "Profile Account".
736 #: actions/ostatusinit.php:131
737 msgid "Your account id (e.g. user@identi.ca)."
738 msgstr "Deine Konto-ID (z.B. user@identi.ca)."
739
740 #. TRANS: Client error.
741 #: actions/ostatusinit.php:153
742 msgid "Must provide a remote profile."
743 msgstr "Du musst ein Remoteprofil angeben."
744
745 #. TRANS: Client error.
746 #: actions/ostatusinit.php:165
747 msgid "Couldn't look up OStatus account profile."
748 msgstr "Konnte OStatus-Konto-Profil nicht nachschauen."
749
750 #. TRANS: Client error.
751 #: actions/ostatusinit.php:178
752 msgid "Couldn't confirm remote profile address."
753 msgstr "Konnte Remoteprofiladresse nicht bestätigen."
754
755 #. TRANS: Page title.
756 #: actions/ostatusinit.php:223
757 msgid "OStatus Connect"
758 msgstr "OStatus-Verbindung"
759
760 #: actions/pushcallback.php:50
761 msgid "Empty or invalid feed id."
762 msgstr "Leere oder ungültige Feed-ID."
763
764 #. TRANS: Server exception. %s is a feed ID.
765 #: actions/pushcallback.php:56
766 #, php-format
767 msgid "Unknown PuSH feed id %s"
768 msgstr "Unbekannte PuSH Feed-ID %s"
769
770 #. TRANS: Client exception. %s is an invalid feed name.
771 #: actions/pushcallback.php:96
772 #, php-format
773 msgid "Bad hub.topic feed \"%s\"."
774 msgstr "Ungültiger hub.topic-Feed „%s“."
775
776 #. TRANS: Client exception. %1$s the invalid token, %2$s is the topic for which the invalid token was given.
777 #: actions/pushcallback.php:101
778 #, php-format
779 msgid "Bad hub.verify_token %1$s for %2$s."
780 msgstr "Ungültiger hub.verify_token %1$s für %2$s."
781
782 #. TRANS: Client exception. %s is an invalid topic.
783 #: actions/pushcallback.php:108
784 #, php-format
785 msgid "Unexpected subscribe request for %s."
786 msgstr "Unerwartete Deabonnement-Anfrage für %s."
787
788 #. TRANS: Client exception. %s is an invalid topic.
789 #: actions/pushcallback.php:113
790 #, php-format
791 msgid "Unexpected unsubscribe request for %s."
792 msgstr "Unerwartete Deabonnement-Anfrage für %s."