From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mailuser/lib/lang/cz_index.lng | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/interface/web/mailuser/lib/lang/cz_index.lng b/interface/web/mailuser/lib/lang/cz_index.lng index 35c6aae..cb39d65 100644 --- a/interface/web/mailuser/lib/lang/cz_index.lng +++ b/interface/web/mailuser/lib/lang/cz_index.lng @@ -1,12 +1,13 @@ <?php -$wb["page_head_txt"] = 'Mailbox settings'; -$wb["page_desc_txt"] = 'Here you can edit the settings for the email account.'; -$wb["email_txt"] = 'Email address'; -$wb["login_txt"] = 'Login'; -$wb["server_address_txt"] = 'Mailserver address'; -$wb["cc_txt"] = 'Send copy to (CC)'; -$wb["quota_txt"] = 'Mailbox size'; -$wb["unlimited_txt"] = 'Unlimited'; -$wb["mb_txt"] = 'MB'; -$wb["none_txt"] = 'None'; -?> \ No newline at end of file +$wb['page_head_txt'] = 'Nastavení e-mailové schránky'; +$wb['page_desc_txt'] = 'Zde můžete upravit nastavení pro e-mailový účet.'; +$wb['email_txt'] = 'E-mailová adresa'; +$wb['login_txt'] = 'Přihlášen'; +$wb['server_address_txt'] = 'Adresa e-mailového serveru'; +$wb['cc_txt'] = 'Poslat kopii na e-mail (CC)'; +$wb['quota_txt'] = 'Velikost poštovní schránky'; +$wb['unlimited_txt'] = 'Neomezený'; +$wb['mb_txt'] = 'MB'; +$wb['none_txt'] = 'Nenastaveno'; +?> + -- Gitblit v1.9.1