fantu
2008-12-21 182e2d31492a8b2ff42f578bc87df8f35c712597
italian update
12 files modified
146 ■■■■ changed files
interface/web/client/lib/lang/it_client.lng 4 ●●●● patch | view | raw | blame | history
interface/web/client/lib/lang/it_client_template.lng 2 ●●● patch | view | raw | blame | history
interface/web/client/lib/lang/it_client_template_list.lng 6 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_database.lng 16 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_database_list.lng 8 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_ftp_user.lng 10 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_ftp_user_list.lng 8 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_shell_user_list.lng 8 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_web_domain.lng 36 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_web_domain_list.lng 8 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_web_subdomain.lng 30 ●●●● patch | view | raw | blame | history
interface/web/sites/lib/lang/it_web_subdomain_list.lng 10 ●●●● patch | view | raw | blame | history
interface/web/client/lib/lang/it_client.lng
@@ -76,6 +76,6 @@
$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';
?>
interface/web/client/lib/lang/it_client_template.lng
@@ -43,5 +43,5 @@
$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';
?>
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';
?>
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.';
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';
?>
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.';
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';
?>
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';
?>
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.';
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';
?>
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_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.';
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';
?>