| | |
| | | <?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'] = 'Dokumentroot'; |
| | | $wb['system_user_txt'] = 'Linuxanvändare'; |
| | | $wb['system_group_txt'] = 'Linux Group'; |
| | | $wb['ip_address_txt'] = 'IP-Address'; |
| | | $wb['vhost_type_txt'] = 'VHost Type'; |
| | |
| | | $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'; |
| | |
| | | $wb['host_txt'] = 'Hostname'; |
| | | $wb['domain_error_wildcard'] = 'Wildcard subdomains are not allowed.'; |
| | | |
| | | $wb['variables_txt'] = 'Variables'; |
| | | $wb['added_by_txt'] = 'Added by'; |
| | | $wb['added_date_txt'] = 'Added date'; |
| | | $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['invalid_custom_php_ini_settings_txt'] = 'Invalid php.ini settings'; |
| | | $wb['invalid_custom_php_ini_settings_txt'] = 'Ogiltiga php.ini-inställningar'; |
| | | ?> |
| | | |