From 32dcc8752f280299f0e364ccebcc092db8f2cb4e Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 05 Apr 2016 12:17:42 -0400 Subject: [PATCH] Changed autodetect messages from WARN to INFO in non forced mode. --- interface/web/sites/lib/lang/se_web_vhost_domain.lng | 58 +++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 37 insertions(+), 21 deletions(-) diff --git a/interface/web/sites/lib/lang/se_web_vhost_domain.lng b/interface/web/sites/lib/lang/se_web_vhost_domain.lng index 3b6c9c3..6d0f469 100644 --- a/interface/web/sites/lib/lang/se_web_vhost_domain.lng +++ b/interface/web/sites/lib/lang/se_web_vhost_domain.lng @@ -1,22 +1,22 @@ <?php -$wb['ssl_state_txt'] = 'State'; +$wb['ssl_state_txt'] = 'Status'; $wb['ssl_locality_txt'] = 'Locality'; $wb['ssl_organisation_txt'] = 'Organisation'; -$wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; -$wb['ssl_country_txt'] = 'Country'; -$wb['ssl_request_txt'] = 'SSL Request'; -$wb['ssl_cert_txt'] = 'SSL Certificate'; +$wb['ssl_organisation_unit_txt'] = 'Organisationsenhet'; +$wb['ssl_country_txt'] = 'Land'; +$wb['ssl_request_txt'] = 'SSL-förfrågan'; +$wb['ssl_cert_txt'] = 'SSL-certifikat'; $wb['ssl_bundle_txt'] = 'SSL Bundle'; $wb['ssl_action_txt'] = 'SSL Action'; $wb['server_id_txt'] = 'Server'; -$wb['domain_txt'] = 'Domain'; -$wb['type_txt'] = 'Type'; -$wb['parent_domain_id_txt'] = 'Parent Website'; -$wb['redirect_type_txt'] = 'Redirect Type'; -$wb['redirect_path_txt'] = 'Redirect Path'; -$wb['active_txt'] = 'Active'; -$wb['document_root_txt'] = 'Documentroot'; -$wb['system_user_txt'] = 'Linux User'; +$wb['domain_txt'] = 'Domän'; +$wb['type_txt'] = 'Typ'; +$wb['parent_domain_id_txt'] = 'Föräldrawebbsida'; +$wb['redirect_type_txt'] = 'Omdirigeringstyp'; +$wb['redirect_path_txt'] = 'Omdirigeringssökväg'; +$wb['active_txt'] = 'Aktiv'; +$wb['document_root_txt'] = 'Document Root'; +$wb['system_user_txt'] = 'Linuxanvändare'; $wb['system_group_txt'] = 'Linux Group'; $wb['ip_address_txt'] = 'IP-Address'; $wb['vhost_type_txt'] = 'VHost Type'; @@ -26,6 +26,7 @@ $wb['ssi_txt'] = 'SSI'; $wb['errordocs_txt'] = 'Own Error-Documents'; $wb['ssl_txt'] = 'SSL'; +$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt'; $wb['suexec_txt'] = 'SuEXEC'; $wb['php_txt'] = 'PHP'; $wb['client_txt'] = 'Client'; @@ -111,13 +112,13 @@ $wb['available_nginx_directive_snippets_txt'] = 'Available nginx Directive Snippets:'; $wb['proxy_directives_txt'] = 'Proxy Directives'; $wb['available_proxy_directive_snippets_txt'] = 'Available Proxy Directive Snippets:'; -$wb['no_server_error'] = 'No server selected.'; -$wb['no_backup_txt'] = 'No backup'; -$wb['daily_backup_txt'] = 'Daily'; -$wb['weekly_backup_txt'] = 'Weekly'; -$wb['monthly_backup_txt'] = 'Monthly'; -$wb['rewrite_rules_txt'] = 'Rewrite Rules'; -$wb['invalid_rewrite_rules_txt'] = 'Invalid Rewrite Rules'; +$wb['no_server_error'] = 'Ingen server vald'; +$wb['no_backup_txt'] = 'Ingen backup'; +$wb['daily_backup_txt'] = 'Daglig'; +$wb['weekly_backup_txt'] = 'Veckovis'; +$wb['monthly_backup_txt'] = 'Månatlig'; +$wb['rewrite_rules_txt'] = 'Omskrivningsregler'; +$wb['invalid_rewrite_rules_txt'] = 'Ogiltiga omskrivningsregler'; $wb['allowed_rewrite_rule_directives_txt'] = 'Allowed Directives:'; $wb['configuration_error_txt'] = 'CONFIGURATION ERROR'; $wb['web_folder_txt'] = 'Web folder'; @@ -125,5 +126,20 @@ $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'] = 'Variabler'; +$wb['added_by_txt'] = 'Tillagd av'; +$wb['added_date_txt'] = 'Tillagd datum'; +$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['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['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS'; +$wb['password_strength_txt'] = 'Password strength'; ?> -- Gitblit v1.9.1