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

Last change on this file since 15641 was 15641, checked in by mistic100, 12 years ago

HUGE update, main features : global subscriptions (all images in an album, all images, all albums), beautyful (!) mails

File size: 1.1 KB
Line 
1<?php
2
3$lang['Please check your email inbox to confirm your subscription.'] = 'Bitte überprüfen Sie Ihren Posteingang, um Ihre Abonnementanfrage zu bestätigen.';
4$lang['Invalid email adress, 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 subscribtion has been validated, thanks you.'] = 'Danke, ihr Abonnement wurde bestätigt.';
10$lang['Subscriptions of'] = 'Abonnements von';
11$lang['Unsubscribe from all email notifications'] = 'Alle E-mailbenachrichtigungen deaktivieren';
12$lang['You are not subscribed to any comment.'] = 'Sie haben im Moment keine Benachrichtigungen abonniert.';
13$lang['Return to item page'] = 'Zurück zur Übersichtsseite der Einträge';
14
15?>
Note: See TracBrowser for help on using the repository browser.