| 1 | <?php |
|---|
| 2 | // +-----------------------------------------------------------------------+ |
|---|
| 3 | // | Piwigo - a PHP based photo gallery | |
|---|
| 4 | // +-----------------------------------------------------------------------+ |
|---|
| 5 | // | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org | |
|---|
| 6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
|---|
| 7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
|---|
| 8 | // +-----------------------------------------------------------------------+ |
|---|
| 9 | // | This program is free software; you can redistribute it and/or modify | |
|---|
| 10 | // | it under the terms of the GNU General Public License as published by | |
|---|
| 11 | // | the Free Software Foundation | |
|---|
| 12 | // | | |
|---|
| 13 | // | This program is distributed in the hope that it will be useful, but | |
|---|
| 14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
|---|
| 15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
|---|
| 16 | // | General Public License for more details. | |
|---|
| 17 | // | | |
|---|
| 18 | // | You should have received a copy of the GNU General Public License | |
|---|
| 19 | // | along with this program; if not, write to the Free Software | |
|---|
| 20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
|---|
| 21 | // | USA. | |
|---|
| 22 | // +-----------------------------------------------------------------------+ |
|---|
| 23 | |
|---|
| 24 | $lang['Please check your email inbox to confirm your subscription.'] = 'Prosím skontrolujte si svoj mail na potvrdenie odberu.'; |
|---|
| 25 | $lang['You have been added to the list of subscribers for this album.'] = 'Boli ste pridaný do zoznamu odberov tohto albumu.'; |
|---|
| 26 | $lang['You have been added to the list of subscribers for this picture.'] = 'Boli ste pridaný do zoznamu odberov tejto fotky.'; |
|---|
| 27 | $lang['Invalid email adress, your are not subscribed to comments.'] = 'Neplatná emailová adresa, neboli ste zapísaný do odberu komentárov.'; |
|---|
| 28 | $lang['Successfully unsubscribed your email address from receiving notifications.'] = 'Úspešné odhlásenie Vašej emailovej adresy z prijímania upozornení.'; |
|---|
| 29 | $lang['You are currently subscribed to comments.'] = 'Práve ste zapísaný do odberu komentárov.'; |
|---|
| 30 | $lang['Unsubscribe'] = 'Odhlásiť'; |
|---|
| 31 | $lang['Subscribe'] = 'Prihlásiť'; |
|---|
| 32 | $lang['Subscribe without commenting'] = 'Prihlásiť bez komentovania'; |
|---|
| 33 | $lang['Notify me of followup comments'] = 'Upozorniť ma na nasledovné komentáre'; |
|---|
| 34 | $lang['Invalid email adress.'] = 'Neplatná emailová adresa.'; |
|---|
| 35 | $lang['Your subscribtion has been validated, thanks you.'] = 'Vaše prihlásenie bolo potvrdené, ďakujeme.'; |
|---|
| 36 | $lang['Nothing to validate.'] = 'Nepotvrdené.'; |
|---|
| 37 | $lang['Subscriptions of'] = 'Prihlásený'; |
|---|
| 38 | $lang['Unsubscribe from email notification'] = 'Odhlásiť z emailovej notifikácie'; |
|---|
| 39 | $lang['Only unsubscribe notifications for comments from:'] = 'Len odhlásenie notifikácií pre komentére z:'; |
|---|
| 40 | $lang['Unsubscribe from all email notifications'] = 'Odhlásenie zo všetkých emailových notofikácií'; |
|---|
| 41 | $lang['Manage my subscriptions to comments'] = 'Ovládanie mojich prihlásení na odber komentárov'; |
|---|
| 42 | $lang['Item'] = 'Položka'; |
|---|
| 43 | $lang['Date'] = 'Dátum'; |
|---|
| 44 | $lang['You are not subscribed to any comment.'] = 'Nie ste prihlásený na odber žiadneho komentára.'; |
|---|
| 45 | $lang['Return to item page'] = 'Návrat na stránku položiek'; |
|---|
| 46 | ?> |
|---|