source: extensions/Subscribe_to_comments/language/de_DE/plugin.lang.php @ 26183

Last change on this file since 26183 was 26183, checked in by TranslationTeam, 10 years ago

[subscribe_to_comments] Update de_DE, thanks to : fs101299

File size: 4.2 KB
Line 
1<?php
2
3$lang['Please check your email in-box to confirm your subscription.'] = 'Bitte überprüfen Sie Ihren Posteingang, um Ihre Abonnementanfrage zu bestätigen.';
4$lang['Invalid email address, your are not subscribed to comments.'] = 'Ungültige E-mailadresse, Sie haben Kommentare nicht abonniert.';
5$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Ihr Abonnement wurde erfolgreich deaktiviert. Sie erhalten keine weiteren Benachrichtigungen.';
6$lang['Unsubscribe'] = 'Abmelden';
7$lang['Subscribe'] = 'Anmelden';
8$lang['Notify me of followup comments'] = 'Bei weiteren Kommentaren benachrichtigen';
9$lang['Your subscription has been validated, thanks you.'] = 'Danke, ihr Abonnement wurde bestätigt.';
10$lang['Unsubscribe from all email notifications'] = 'Alle E-mailbenachrichtigungen deaktivieren';
11$lang['You are not subscribed to any comment.'] = 'Sie haben im Moment keine Benachrichtigungen abonniert.';
12$lang['Return to item page'] = 'Zurück zur Übersichtsseite der Einträge';
13
14$lang['Allow users to subscribe to global notifications'] = 'Benutzern erlauben, die globale Benachrichtigung zu abonnieren';
15$lang['Already validated.'] = 'Bereits validiert';
16$lang['Comments notifications'] = 'Benachrichtigungen für Kommentare';
17$lang['Confirm subscription'] = 'Abonnement bestätigen';
18$lang['Confirm your subscription to comments'] = 'Bestätigen Sie Ihr Abo für Kommentare';
19$lang['Followed on'] = 'Nachverfolgung an';
20$lang['Manage my subscriptions'] = 'Meine Abonnements verwalten';
21$lang['Not found.'] = 'Nicht gefunden';
22$lang['Notify administrators when a user take a new subscription'] = 'Benachrichtigen Sie den Administrator, wenn ein Benutzer ein neues Abo anmeldet';
23$lang['Subject'] = 'Thema';
24$lang['Subscribe to mail notifications'] = 'Abonnieren Sie Mail-Benachrichtigungen';
25$lang['To activate, click the confirm button. If you believe this is an error, please just ignore this message.'] = 'Zum aktivieren, klicken Sie auf die Bestätigungstaste. Wenn Sie glauben, dies sei ein Fehler, bitte einfach diese Meldung ignorieren';
26$lang['Validate'] = 'Bestätigen';
27$lang['Want to edit your notifications options?'] = 'Möchten Sie Ihre Mitteilungen Optionen bearbeiten?';
28$lang['You have been added to the list of subscribers.'] = 'Sie sind der Liste für Abonnenten hinzugefügt';
29$lang['all albums of the gallery'] = 'alle Alben der Galerie ';
30$lang['all pictures of the album <a href="%s">%s</a>'] = 'alle Bilder des Albums <a href="%s">%s</a>';
31$lang['all pictures of the gallery'] = 'alle Bilder der Galerie ';
32$lang['all pictures of this album'] = 'alle Bilder des Albums';
33$lang['comments on a picture'] = 'Kommentare für ein Bild';
34$lang['comments on all pictures of an album'] = 'Kommentare für alle Bilder eines Albums';
35$lang['comments on an album'] = 'Kommentare für ein Album';
36$lang['the album <a href="%s">%s</a>'] = 'das Album <a href="%s">%s</a>';
37$lang['the picture <a href="%s">%s</a>'] = 'das Bild <a href="%s">%s</a>';
38$lang['this album'] = 'dieses Album';
39$lang['this picture'] = 'diese Bild';
40$lang['%s has subscribed to comments on %s.'] = '%s hat sich für Kommentare auf %s eingeschrieben.';
41$lang['Global subscriptions'] = 'Globale Einschreibungen';
42$lang['New comment on %s'] = 'Neuer Kommentar auf %s';
43$lang['New subscription on %s'] = 'Neue Einschreibung auf %s';
44$lang['Stop receiving notifications'] = 'Stoppe den Erhalt von Benachrichtigungen';
45$lang['Subscriptions of %s'] = 'Einschreibungen auf %s';
46$lang['You are currently subscribed to comments on %s.'] = 'Du bist eingeschrieben für Kommentare auf %s';
47$lang['You requested to subscribe by email to comments on %s.'] = 'Du hast eine Einschreibung via E-mail für Kommentare auf %s angefragt. ';
48$lang['&#9733; : registered users'] = '#9733; : registrierte Benutzer';
49$lang['All album photos'] = 'Alle Album Fotos';
50$lang['First subscription'] = 'Erstes Abonnement';
51$lang['Last subscription'] = 'Letztes Abonnement';
52$lang['No result'] = 'kein Ergebnis';
53$lang['Apply action'] = 'Aktion aktivieren';
54$lang['<b>%s</b> wrote on <i>%s</i>'] = '<b>%s</b> schrieb am <i>%s</i>';
55$lang['Subscribe without commenting'] = 'Unterschreiben ohne einen Kommentar hinzuzufügen';
56$lang['Choose an action'] = 'Eine Aktion auswählen';
57?>
Note: See TracBrowser for help on using the repository browser.