source: extensions/Subscribe_to_comments/language/cs_CZ/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$lang['Please check your email inbox to confirm your subscription.'] = 'Prosím nyní zkontrolujte vaši email schránku a odsouhlaste vaše přihlášení k odběru.';
3$lang['Invalid email adress, your are not subscribed to comments.'] = 'Byla zadána neplatná email adresa, nebyl jste zařazen k odběru komentářů.';
4$lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Vaše email adresa byla úspěšně odstraněna ze seznamu odběratelů pro upozorňující zprávy.';
5$lang['Unsubscribe'] = 'Odhlásit';
6$lang['Subscribe'] = 'Přihlásit';
7$lang['Notify me of followup comments'] = 'Upozorni mě na následující komentáře';
8$lang['Your subscribtion has been validated, thanks you.'] = 'Vaše přihlášení k odběru bylo potvrzeno, děkujeme vám.';
9$lang['Subscriptions of'] = 'Odběr z';
10$lang['Unsubscribe from all email notifications'] = 'Odhlásit se z odběru upozornění ze všech komentářů';
11$lang['You are not subscribed to any comment.'] = 'Nejste nyní přihlášen k oběru upozornění u žádného komentáře.';
12$lang['Return to item page'] = 'Zpět na stránku zprávy';
13?>
Note: See TracBrowser for help on using the repository browser.