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/mail/lib/lang/sk_mail_get.lng | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/interface/web/mail/lib/lang/sk_mail_get.lng b/interface/web/mail/lib/lang/sk_mail_get.lng index 0b87369..96fc31c 100644 --- a/interface/web/mail/lib/lang/sk_mail_get.lng +++ b/interface/web/mail/lib/lang/sk_mail_get.lng @@ -2,14 +2,17 @@ $wb['server_id_txt'] = 'Server'; $wb['type_txt'] = 'Typ'; $wb['source_server_txt'] = 'Pop3/Imap Server'; -$wb['source_username_txt'] = 'U�ivate?'; +$wb['source_username_txt'] = 'uživateľ'; $wb['source_password_txt'] = 'Heslo'; -$wb['source_delete_txt'] = 'Zmaza? e-maily po na?�tan�'; -$wb['destination_txt'] = 'Cie?'; -$wb['active_txt'] = 'Akt�vne'; -$wb['limit_fetchmail_txt'] = 'Max. po?et z�znamov Fetchmail pre v� �?et je dosiahnut�.'; -$wb['source_server_error_isempty'] = 'Server je pr�zdny.'; -$wb['source_username_error_isempty'] = 'U�ivate? je pr�zdny.'; -$wb['source_password_error_isempty'] = 'Heslo je pr�zdne.'; -$wb['destination_error_isemail'] = '�iadny cie? nebol vybran�.'; +$wb['source_delete_txt'] = 'Zmazať e-maily po načítaní'; +$wb['destination_txt'] = 'Cieľ'; +$wb['active_txt'] = 'Aktívne'; +$wb['limit_fetchmail_txt'] = 'Max. počet záznamov Fetchmail pre váš účet je dosiahnutý.'; +$wb['source_server_error_isempty'] = 'Server je prázdny.'; +$wb['source_username_error_isempty'] = 'uživateľ je prázdny.'; +$wb['source_password_error_isempty'] = 'Heslo je prázdne.'; +$wb['destination_error_isemail'] = 'Žiadny Cieľ nebol vybraný.'; +$wb['source_server_error_regex'] = 'Pop3/Imap Server nie je valídne doménové meno.'; +$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; +$wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes'; ?> -- Gitblit v1.9.1