From 4070036454731508a7caa56d19e0d5bc9e64614c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 31 Jan 2016 12:57:21 -0500 Subject: [PATCH] Updated and merged language files. --- interface/web/sites/lib/lang/cz_web_vhost_domain.lng | 36 +++++++++++++++++------------------- 1 files changed, 17 insertions(+), 19 deletions(-) diff --git a/interface/web/sites/lib/lang/cz_web_vhost_domain.lng b/interface/web/sites/lib/lang/cz_web_vhost_domain.lng index 3c28292..e786fad 100644 --- a/interface/web/sites/lib/lang/cz_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/cz_web_vhost_domain.lng @@ -1,10 +1,10 @@ <?php -$wb['parent_domain_id_txt'] = 'Rodičovské webové stránky'; -$wb['web_folder_txt'] = 'Webová složka'; +$wb['parent_domain_id_txt'] = 'Rodičovská webová stránka'; +$wb['web_folder_txt'] = 'Web folder'; $wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.'; $wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.'; $wb['backup_interval_txt'] = 'Interval zálohování'; -$wb['backup_copies_txt'] = 'Počet záložních kopií'; +$wb['backup_copies_txt'] = 'Počet kopií zálohy'; $wb['ssl_state_txt'] = 'Stát'; $wb['ssl_locality_txt'] = 'Lokalita'; $wb['ssl_organisation_txt'] = 'Organizace'; @@ -17,15 +17,13 @@ $wb['ssl_domain_txt'] = 'SSL doména'; $wb['server_id_txt'] = 'Server'; $wb['domain_txt'] = 'Doména'; -$wb['type_txt'] = 'Typ'; -$wb['parent_domain_id_txt'] = 'Rodičovská webová stránka'; -$wb['host_txt'] = 'Název hostitele'; -$wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.'; $wb['type_txt'] = 'Verze'; +$wb['host_txt'] = 'Hostname'; +$wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.'; $wb['redirect_type_txt'] = 'Typ přesměrování'; $wb['redirect_path_txt'] = 'Cesta přesměrování'; $wb['active_txt'] = 'Aktivní'; -$wb['document_root_txt'] = 'Kořenový adresář dokumentů'; +$wb['document_root_txt'] = 'Document Root'; $wb['system_user_txt'] = 'Linuxový uživatel'; $wb['system_group_txt'] = 'Linuxová skupina'; $wb['ip_address_txt'] = 'IP adresa'; @@ -66,8 +64,6 @@ $wb['redirect_error_regex'] = 'Neplatná cesta přesměrování. Platné přesměrování je například: /test/ nebo http://www.domain.tld/test/'; $wb['php_open_basedir_txt'] = 'PHP open_basedir'; $wb['traffic_quota_exceeded_txt'] = 'Přenosová kvóta překročena'; -$wb['backup_interval_txt'] = 'Interval zálohování'; -$wb['backup_copies_txt'] = 'Počet kopií zálohy'; $wb['errordocs_txt'] = 'Vlastní Error (chybové) dokumenty'; $wb['ruby_txt'] = 'Ruby'; $wb['stats_user_txt'] = 'Webové statistiky: uživatelské jméno'; @@ -113,7 +109,6 @@ $wb['repeat_password_txt'] = 'Opakujte heslo'; $wb['password_mismatch_txt'] = 'Hesla se neshodují.'; $wb['password_match_txt'] = 'Hesla se shodují.'; -$wb['web_folder_error_regex'] = 'Invalid folder entered. Please do not enter a slash.'; $wb['domain_error_autosub'] = 'There is already a subdomain with these settings.'; $wb['available_php_directive_snippets_txt'] = 'Available PHP Directive Snippets:'; $wb['available_apache_directive_snippets_txt'] = 'Available Apache Directive Snippets:'; @@ -129,10 +124,6 @@ $wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules'; $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:'; $wb['configuration_error_txt'] = 'CONFIGURATION ERROR'; -$wb['web_folder_txt'] = 'Web folder'; -$wb['web_folder_invalid_txt'] = 'The web folder is invalid, please choose a different one.'; -$wb['web_folder_unique_txt'] = 'The web folder is already used, please choose a different one.'; -$wb['host_txt'] = 'Hostname'; $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; $wb['variables_txt'] = 'Proměnné'; $wb['added_by_txt'] = 'Kdo vytvořil účet'; @@ -140,8 +131,15 @@ $wb['backup_excludes_txt'] = 'Excluded Directories'; $wb['backup_excludes_note_txt'] = '(Separate multiple directories with commas. Example: web/cache/*,web/backup)'; $wb['backup_excludes_error_regex'] = 'The excluded directories contain invalid characters.'; -$wb['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings'; -$wb["document_root_txt"] = "Document Root"; +$wb['server_chosen_not_ok'] = 'The selected server is not allowed for this account.'; +$wb['subdomain_error_empty'] = 'The subdommain field is empty or contains invalid characters.'; +$wb['btn_save_txt'] = 'Save'; +$wb['btn_cancel_txt'] = 'Cancel'; +$wb['enable_spdy_txt'] = 'Enable SPDY'; +$wb['load_client_data_txt'] = 'Load client details'; +$wb['load_my_data_txt'] = 'Load my contact details'; +$wb['reset_client_data_txt'] = 'Reset data'; +$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL'; +$wb['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS'; +$wb['password_strength_txt'] = 'Password strength'; ?> - - -- Gitblit v1.9.1