From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- program/localization/cs_CZ/messages.inc | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/program/localization/cs_CZ/messages.inc b/program/localization/cs_CZ/messages.inc index a4c63b0..7994651 100644 --- a/program/localization/cs_CZ/messages.inc +++ b/program/localization/cs_CZ/messages.inc @@ -5,7 +5,7 @@ | localization/<lang>/messages.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -22,7 +22,9 @@ $messages['storageerror'] = 'Připojení na IMAP server selhalo'; $messages['servererror'] = 'Chyba serveru!'; $messages['servererrormsg'] = 'Chyba serveru: $msg'; +$messages['connerror'] = 'Chyba připojení (Selhalo připojeni k serveru)!'; $messages['dberror'] = 'Chyba databáze!'; +$messages['windowopenerror'] = 'Vyskakovací okno bylo zablokováno!'; $messages['requesttimedout'] = 'Došlo k vypršení požadavku'; $messages['errorreadonly'] = 'Příkaz nelze provést, složka je určena jen ke čtení.'; $messages['errornoperm'] = 'Příkaz nelze provést, nemáte oprávnění.'; @@ -33,6 +35,7 @@ $messages['nomessagesfound'] = 'Ve schránce nebyla nalezena žádná zpráva'; $messages['loggedout'] = 'Byli jste úspěšně odhlášeni. Na shledanou!'; $messages['mailboxempty'] = 'Schránka je prázdná'; +$messages['nomessages'] = 'Žádné zprávy'; $messages['refreshing'] = 'Obnovuji...'; $messages['loading'] = 'Načítám...'; $messages['uploading'] = 'Nahrávám soubor...'; @@ -91,10 +94,11 @@ $messages['searchnomatch'] = 'Nenalezena žádná zpráva'; $messages['searching'] = 'Vyhledávám...'; $messages['checking'] = 'Kontroluji...'; +$messages['stillsearching'] = 'Stále vyhledávám...'; $messages['nospellerrors'] = 'Nebyly nalezeny žádné chyby'; $messages['folderdeleted'] = 'Složka byla úspěšně vymazána'; $messages['foldersubscribed'] = 'Složka byla úspěšně připojena'; -$messages['folderunsubscribed'] = 'Slažka byla úspěšně odpojena'; +$messages['folderunsubscribed'] = 'Složka byla úspěšně odpojena'; $messages['folderpurged'] = 'Složka byla úspěšně vyprázdněna'; $messages['folderexpunged'] = 'Složka byla úspěšně zkomprimována'; $messages['deletedsuccessfully'] = 'Úspěšně smazáno'; @@ -134,7 +138,7 @@ $messages['importmessageerror'] = 'Import se nezdařil! Nahraný soubor není platnou zprávou nebo souborem mailboxu'; $messages['opnotpermitted'] = 'Operace není povolena!'; $messages['nofromaddress'] = 'Chybějící e-mailová adresa v označeném profilu'; -$messages['editorwarning'] = 'Přepnutím do režimu prostého textu ztratíte veškeré formátování. Chcete pokračovat?'; +$messages['editorwarning'] = 'Přepnutím režimu editoru ztratíte veškeré formátování. Chcete pokračovat?'; $messages['httpreceivedencrypterror'] = 'Vyskytla se vážná chyba v konfiguraci. Kontaktujte neprodleně administátora. Vaše zpráva nemohla být odeslána.'; $messages['smtpconnerror'] = 'Chyba SMTP ($code): Připojení k serveru selhalo'; $messages['smtpautherror'] = 'Chyba SMTP ($code): Chyba přihlášení'; -- Gitblit v1.9.1