From 182e2d31492a8b2ff42f578bc87df8f35c712597 Mon Sep 17 00:00:00 2001 From: fantu <fantu@ispconfig3> Date: Sun, 21 Dec 2008 15:54:17 +0000 Subject: [PATCH] italian update --- interface/web/client/lib/lang/it_client.lng | 4 +-- .../client/lib/lang/it_client_template.lng | 2 +- .../lib/lang/it_client_template_list.lng | 6 ++-- interface/web/sites/lib/lang/it_database.lng | 16 ++++----- .../web/sites/lib/lang/it_database_list.lng | 8 ++--- interface/web/sites/lib/lang/it_ftp_user.lng | 10 +++--- .../web/sites/lib/lang/it_ftp_user_list.lng | 8 ++--- .../web/sites/lib/lang/it_shell_user_list.lng | 8 ++--- .../web/sites/lib/lang/it_web_domain.lng | 36 +++++++++---------- .../web/sites/lib/lang/it_web_domain_list.lng | 8 ++--- .../web/sites/lib/lang/it_web_subdomain.lng | 30 ++++++++-------- .../sites/lib/lang/it_web_subdomain_list.lng | 10 +++--- 12 files changed, 73 insertions(+), 73 deletions(-) diff --git a/interface/web/client/lib/lang/it_client.lng b/interface/web/client/lib/lang/it_client.lng index 25f25453ce..c70e3b11bd 100644 --- a/interface/web/client/lib/lang/it_client.lng +++ b/interface/web/client/lib/lang/it_client.lng @@ -76,6 +76,6 @@ $wb['default_dbserver_txt'] = 'Server Database predefinito'; $wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.'; $wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.'; $wb['password_strength_txt'] = 'Sicurezza della Password'; -$wb['template_master_txt'] = 'Master'; -$wb['template_additional_txt'] = 'Addon'; +$wb['template_master_txt'] = 'Principale'; +$wb['template_additional_txt'] = 'Aggiuntivo'; ?> diff --git a/interface/web/client/lib/lang/it_client_template.lng b/interface/web/client/lib/lang/it_client_template.lng index 6e1aff04a3..e59338df4f 100644 --- a/interface/web/client/lib/lang/it_client_template.lng +++ b/interface/web/client/lib/lang/it_client_template.lng @@ -43,5 +43,5 @@ $wb['limit_ftp_user_error_notint'] = 'The ftp user limit must be a number.'; $wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.'; $wb['limit_dns_zone_error_notint'] = 'The dns record limit must be a number.'; $wb['limit_database_error_notint'] = 'The database limit must be a number.'; -$wb['error_template_name_empty'] = 'Please enter a Template name'; +$wb['error_template_name_empty'] = 'Devi inserire il nome del modello'; ?> diff --git a/interface/web/client/lib/lang/it_client_template_list.lng b/interface/web/client/lib/lang/it_client_template_list.lng index b93a5f97bc..03aa10e5c9 100644 --- a/interface/web/client/lib/lang/it_client_template_list.lng +++ b/interface/web/client/lib/lang/it_client_template_list.lng @@ -1,5 +1,5 @@ <?php -$wb['list_head_txt'] = 'Client-Templates'; -$wb['template_type_txt'] = 'Type'; -$wb['template_name_txt'] = 'Template name'; +$wb['list_head_txt'] = 'Modelli cliente'; +$wb['template_type_txt'] = 'Tipo'; +$wb['template_name_txt'] = 'Nome modello'; ?> diff --git a/interface/web/sites/lib/lang/it_database.lng b/interface/web/sites/lib/lang/it_database.lng index 4dbd36f9e1..ff217b4c07 100644 --- a/interface/web/sites/lib/lang/it_database.lng +++ b/interface/web/sites/lib/lang/it_database.lng @@ -1,14 +1,14 @@ <?php $wb['server_id_txt'] = 'Server'; -$wb['type_txt'] = 'Type'; -$wb['database_name_txt'] = 'Database name'; -$wb['database_user_txt'] = 'Database user'; -$wb['database_password_txt'] = 'Database password'; -$wb['password_strength_txt'] = 'Password strength'; +$wb['type_txt'] = 'Tipo'; +$wb['database_name_txt'] = 'Nome Database'; +$wb['database_user_txt'] = 'Utente Database'; +$wb['database_password_txt'] = 'Password Database'; +$wb['password_strength_txt'] = 'Sicurezza della Password'; $wb['database_charset_txt'] = 'Database charset'; -$wb['remote_access_txt'] = 'Remote Access'; -$wb['client_txt'] = 'Client'; -$wb['active_txt'] = 'Active'; +$wb['remote_access_txt'] = 'Accesso remoto'; +$wb['client_txt'] = 'Cliente'; +$wb['active_txt'] = 'Attivo'; $wb['database_name_error_empty'] = 'Database name is empty.'; $wb['database_name_error_unique'] = 'There is already a database with this name on the server. To get a unique name, e.g. prepend your domain name to the database name.'; $wb['database_name_error_regex'] = 'Invalid database name. The database name may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.'; diff --git a/interface/web/sites/lib/lang/it_database_list.lng b/interface/web/sites/lib/lang/it_database_list.lng index 9c4df5704f..891b4d66a5 100644 --- a/interface/web/sites/lib/lang/it_database_list.lng +++ b/interface/web/sites/lib/lang/it_database_list.lng @@ -1,8 +1,8 @@ <?php $wb['list_head_txt'] = 'Database'; -$wb['active_txt'] = 'Active'; -$wb['remote_access_txt'] = 'Remote Access'; +$wb['active_txt'] = 'Attivo'; +$wb['remote_access_txt'] = 'Accesso remoto'; $wb['server_id_txt'] = 'Server'; -$wb['database_name_txt'] = 'Database name'; -$wb['add_new_record_txt'] = 'Add new Database'; +$wb['database_name_txt'] = 'Nome Database'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo Database'; ?> diff --git a/interface/web/sites/lib/lang/it_ftp_user.lng b/interface/web/sites/lib/lang/it_ftp_user.lng index 1e4f4cd682..ab1fe2272b 100644 --- a/interface/web/sites/lib/lang/it_ftp_user.lng +++ b/interface/web/sites/lib/lang/it_ftp_user.lng @@ -1,19 +1,19 @@ <?php $wb['uid_txt'] = 'UID'; $wb['gid_txt'] = 'GID'; -$wb['dir_txt'] = 'Directory'; +$wb['dir_txt'] = 'Cartella'; $wb['quota_files_txt'] = 'Filequota'; $wb['ul_ratio_txt'] = 'Uploadratio'; $wb['dl_ratio_txt'] = 'Downloadratio'; -$wb['ul_bandwidth_txt'] = 'Uploadbandwidth'; -$wb['dl_bandwidth_txt'] = 'Downloadbandwidth'; +$wb['ul_bandwidth_txt'] = 'Banda Upload'; +$wb['dl_bandwidth_txt'] = 'Banda Download'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Website'; +$wb['parent_domain_id_txt'] = 'Sito'; $wb['username_txt'] = 'Username'; $wb['password_txt'] = 'Password'; $wb['password_strength_txt'] = 'Password strength'; $wb['quota_size_txt'] = 'Harddisk-Quota'; -$wb['active_txt'] = 'Active'; +$wb['active_txt'] = 'Attivo'; $wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.'; $wb['username_error_empty'] = 'Username is empty.'; $wb['username_error_unique'] = 'The username must be unique.'; diff --git a/interface/web/sites/lib/lang/it_ftp_user_list.lng b/interface/web/sites/lib/lang/it_ftp_user_list.lng index 6ef3e37607..9469625771 100644 --- a/interface/web/sites/lib/lang/it_ftp_user_list.lng +++ b/interface/web/sites/lib/lang/it_ftp_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'FTP-User'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Utente FTP'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Website'; +$wb['parent_domain_id_txt'] = 'Sito'; $wb['username_txt'] = 'Username'; -$wb['add_new_record_txt'] = 'Add new FTP-User'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo utente FTP'; ?> diff --git a/interface/web/sites/lib/lang/it_shell_user_list.lng b/interface/web/sites/lib/lang/it_shell_user_list.lng index 4a9d7cb9a7..e6fc063c8d 100644 --- a/interface/web/sites/lib/lang/it_shell_user_list.lng +++ b/interface/web/sites/lib/lang/it_shell_user_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Shell User'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Utente Shell'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Site'; +$wb['parent_domain_id_txt'] = 'Sito'; $wb['username_txt'] = 'Username'; -$wb['add_new_record_txt'] = 'Add new Shell-User'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo Shell'; ?> diff --git a/interface/web/sites/lib/lang/it_web_domain.lng b/interface/web/sites/lib/lang/it_web_domain.lng index 4f60efba3c..e45e434f6e 100644 --- a/interface/web/sites/lib/lang/it_web_domain.lng +++ b/interface/web/sites/lib/lang/it_web_domain.lng @@ -1,34 +1,34 @@ <?php -$wb['ssl_state_txt'] = 'State'; +$wb['ssl_state_txt'] = 'Stato'; $wb['ssl_locality_txt'] = 'Locality'; -$wb['ssl_organisation_txt'] = 'Organisation'; +$wb['ssl_organisation_txt'] = 'Organizzazione'; $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_country_txt'] = 'Regione'; +$wb['ssl_request_txt'] = 'Richiesta SSL'; +$wb['ssl_cert_txt'] = 'Certificato SSL'; $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['domain_txt'] = 'Dominio'; +$wb['type_txt'] = 'Tipo'; $wb['parent_domain_id_txt'] = 'Parent Website'; -$wb['redirect_type_txt'] = 'Redirect Type'; -$wb['redirect_path_txt'] = 'Redirect Path'; -$wb['active_txt'] = 'Active'; +$wb['redirect_type_txt'] = 'Tipo Redirect'; +$wb['redirect_path_txt'] = 'Percorso Redirect'; +$wb['active_txt'] = 'Attivo'; $wb['document_root_txt'] = 'Documentroot'; -$wb['system_user_txt'] = 'Linux User'; -$wb['system_group_txt'] = 'Linux Group'; -$wb['ip_address_txt'] = 'IP-Address'; -$wb['vhost_type_txt'] = 'VHost Type'; -$wb['hd_quota_txt'] = 'Harddisk Quota'; -$wb['traffic_quota_txt'] = 'Traffic Quota'; +$wb['system_user_txt'] = 'Utente Linux'; +$wb['system_group_txt'] = 'Gruppo Linux'; +$wb['ip_address_txt'] = 'Indirizzo IP'; +$wb['vhost_type_txt'] = 'Tipo VHost'; +$wb['hd_quota_txt'] = 'Quota Harddisk'; +$wb['traffic_quota_txt'] = 'Quota Traffico'; $wb['cgi_txt'] = 'CGI'; $wb['ssi_txt'] = 'SSI'; -$wb['errordocs_txt'] = 'Own Error-Documents'; +$wb['errordocs_txt'] = 'Erorri personalizzati'; $wb['ssl_txt'] = 'SSL'; $wb['suexec_txt'] = 'SuEXEC'; $wb['php_txt'] = 'PHP'; -$wb['client_txt'] = 'Client'; +$wb['client_txt'] = 'Cliente'; $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.'; $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; diff --git a/interface/web/sites/lib/lang/it_web_domain_list.lng b/interface/web/sites/lib/lang/it_web_domain_list.lng index 88ec412daa..a7491480b7 100644 --- a/interface/web/sites/lib/lang/it_web_domain_list.lng +++ b/interface/web/sites/lib/lang/it_web_domain_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Websites'; +$wb['list_head_txt'] = 'Siti'; $wb['domain_id_txt'] = 'ID'; -$wb['active_txt'] = 'Active'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; -$wb['domain_txt'] = 'Domain'; -$wb['add_new_record_txt'] = 'Add new website'; +$wb['domain_txt'] = 'Dominio'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo sito'; ?> diff --git a/interface/web/sites/lib/lang/it_web_subdomain.lng b/interface/web/sites/lib/lang/it_web_subdomain.lng index a63ef3e022..48059a9ca7 100644 --- a/interface/web/sites/lib/lang/it_web_subdomain.lng +++ b/interface/web/sites/lib/lang/it_web_subdomain.lng @@ -1,7 +1,7 @@ <?php -$wb['ssl_state_txt'] = 'State'; +$wb['ssl_state_txt'] = 'Stato'; $wb['ssl_locality_txt'] = 'Locality'; -$wb['ssl_organisation_txt'] = 'Organisation'; +$wb['ssl_organisation_txt'] = 'Organizzazione'; $wb['ssl_organisation_unit_txt'] = 'Organisation Unit'; $wb['ssl_country_txt'] = 'Country'; $wb['ssl_request_txt'] = 'SSL Request'; @@ -9,29 +9,29 @@ $wb['ssl_cert_txt'] = 'SSL Certificate'; $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['domain_txt'] = 'Dominio'; +$wb['type_txt'] = 'Tipo'; $wb['parent_domain_id_txt'] = 'Parent Website'; -$wb['redirect_type_txt'] = 'Redirect Type'; -$wb['redirect_path_txt'] = 'Redirect Path'; -$wb['active_txt'] = 'Active'; +$wb['redirect_type_txt'] = 'Tipo Redirect'; +$wb['redirect_path_txt'] = 'Percorso Redirect'; +$wb['active_txt'] = 'Attivo'; $wb['document_root_txt'] = 'Documentroot'; -$wb['system_user_txt'] = 'Linux User'; -$wb['system_group_txt'] = 'Linux Group'; -$wb['ip_address_txt'] = 'IP-Address'; -$wb['vhost_type_txt'] = 'VHost Type'; -$wb['hd_quota_txt'] = 'Harddisk Quota'; -$wb['traffic_quota_txt'] = 'Traffic Quaota'; +$wb['system_user_txt'] = 'Utente Linux'; +$wb['system_group_txt'] = 'Gruppo Linux'; +$wb['ip_address_txt'] = 'Indirizzo IP'; +$wb['vhost_type_txt'] = 'Tipo VHost'; +$wb['hd_quota_txt'] = 'Quota Harddisk'; +$wb['traffic_quota_txt'] = 'Quota Traffico'; $wb['cgi_txt'] = 'CGI'; $wb['ssi_txt'] = 'SSI'; $wb['ssl_txt'] = 'SSL'; $wb['suexec_txt'] = 'SuEXEC'; $wb['php_txt'] = 'PHP'; -$wb['client_txt'] = 'Client'; +$wb['client_txt'] = 'Cliente'; $wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.'; $wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.'; $wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.'; -$wb['apache_directives_txt'] = 'Apache directives'; +$wb['apache_directives_txt'] = 'Direttive Apache'; $wb['domain_error_empty'] = 'Domain is empty.'; $wb['domain_error_unique'] = 'Domain must be unique.'; $wb['domain_error_regex'] = 'Domain name invalid.'; diff --git a/interface/web/sites/lib/lang/it_web_subdomain_list.lng b/interface/web/sites/lib/lang/it_web_subdomain_list.lng index 1c16bcda28..5ba43b029d 100644 --- a/interface/web/sites/lib/lang/it_web_subdomain_list.lng +++ b/interface/web/sites/lib/lang/it_web_subdomain_list.lng @@ -1,8 +1,8 @@ <?php -$wb['list_head_txt'] = 'Subdomains'; -$wb['active_txt'] = 'Active'; +$wb['list_head_txt'] = 'Sottodomini'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; -$wb['parent_domain_id_txt'] = 'Website'; -$wb['domain_txt'] = 'Subdomain'; -$wb['add_new_record_txt'] = 'Add new subdomain'; +$wb['parent_domain_id_txt'] = 'Sito'; +$wb['domain_txt'] = 'Sottodominio'; +$wb['add_new_record_txt'] = 'Aggiungi nuovo sottodominio'; ?> -- GitLab