From d6cd11df635941a4e7d35e6e45b4e59cb8bd4469 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 04 Sep 2015 07:57:19 -0400 Subject: [PATCH] default for mount backup_dir set to no --- interface/web/mail/lib/lang/sk_mail_get.lng | 36 +++++++++++++++++++----------------- 1 files changed, 19 insertions(+), 17 deletions(-) diff --git a/interface/web/mail/lib/lang/sk_mail_get.lng b/interface/web/mail/lib/lang/sk_mail_get.lng index 3ea6852..e438999 100644 --- a/interface/web/mail/lib/lang/sk_mail_get.lng +++ b/interface/web/mail/lib/lang/sk_mail_get.lng @@ -1,17 +1,19 @@ -<?php -$wb['server_id_txt'] = 'Server'; -$wb['type_txt'] = 'Typ'; -$wb['source_server_txt'] = 'Pop3/Imap Server'; -$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_server_error_regex'] = 'Pop3/Imap Server nie je valídne doménové meno.'; -?> - +<?php +$wb['server_id_txt'] = 'Server'; +$wb['type_txt'] = 'Typ'; +$wb['source_server_txt'] = 'Pop3/Imap Server'; +$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_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'; +$wb['source_delete_note_txt'] = 'Please check first if email retrieval works, before you activate this option.'; +?> -- Gitblit v1.9.1