| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/sk_SK/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Miroslav Ďurian | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['nomessagesfound'] = 'Vo Vašej schránke nie je žiadna správa'; |
| | | $messages['loggedout'] = 'Odhlásenie prebehlo úspešne. Dovidenia.'; |
| | | $messages['mailboxempty'] = 'Schránka je prázdna'; |
| | | $messages['refreshing'] = 'Refreshing...'; |
| | | $messages['loading'] = 'Načítava sa...'; |
| | | $messages['uploading'] = 'Nahrávám súbor...'; |
| | | $messages['uploadingmany'] = 'Nahrávam súbory...'; |
| | |
| | | $messages['contactremovedfromgroup'] = 'Kontakty boli úspešne odstráneny z tejto skupiny'; |
| | | $messages['nogroupassignmentschanged'] = 'Priradenia do skupín neboli zmenené.'; |
| | | $messages['importwait'] = 'Prebieha import, počkajte ...'; |
| | | $messages['importformaterror'] = 'Import failed! The uploaded file is not a valid import data file.'; |
| | | $messages['importconfirm'] = '<b>Úspešne sa načítalo $inserted kontaktov, preskočilo sa $skipped existujúcich záznamov</b>:<p><em>$names</em></p>'; |
| | | $messages['importconfirmskipped'] = '<b>Preskočených $skipped existujúcich záznamov</b>'; |
| | | $messages['opnotpermitted'] = 'Operácia nie je povolená!'; |
| | |
| | | $messages['mispellingsfound'] = 'V správe boli nájdené pravopisné chyby'; |
| | | $messages['parentnotwritable'] = 'Nemôžem vytvoriť/presunúť adresár do zvoleného nadradeného adresára. Nemáte oprávnenia na zmenu.'; |
| | | $messages['messagetoobig'] = 'Časť správy je príliš veľká na spracovanie.'; |
| | | $messages['attachmentvalidationerror'] = 'WARNING! This attachment is suspicious because its type doesn\'t match the type declared in the message. If you do not trust the sender, you shouldn\'t open it in the browser because it may contain malicious contents.<br/><br/><em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser\'s settings.'; |
| | | |
| | | ?> |