Skip to content

Commit 182e2d3

Browse files
author
fantu
committed
italian update
1 parent 8804ba6 commit 182e2d3

12 files changed

+73
-73
lines changed

interface/web/client/lib/lang/it_client.lng

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ $wb['default_dbserver_txt'] = 'Server Database predefinito';
7676
$wb['limit_database_error_notint'] = 'Il limite dei database deve essere un numero.';
7777
$wb['username_error_regex'] = 'Il nome utente contiene caratteri non validi.';
7878
$wb['password_strength_txt'] = 'Sicurezza della Password';
79-
$wb['template_master_txt'] = 'Master';
80-
$wb['template_additional_txt'] = 'Addon';
79+
$wb['template_master_txt'] = 'Principale';
80+
$wb['template_additional_txt'] = 'Aggiuntivo';
8181
?>

interface/web/client/lib/lang/it_client_template.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ $wb['limit_ftp_user_error_notint'] = 'The ftp user limit must be a number.';
4343
$wb['limit_shell_user_error_notint'] = 'The shell user limit must be a number.';
4444
$wb['limit_dns_zone_error_notint'] = 'The dns record limit must be a number.';
4545
$wb['limit_database_error_notint'] = 'The database limit must be a number.';
46-
$wb['error_template_name_empty'] = 'Please enter a Template name';
46+
$wb['error_template_name_empty'] = 'Devi inserire il nome del modello';
4747
?>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$wb['list_head_txt'] = 'Client-Templates';
3-
$wb['template_type_txt'] = 'Type';
4-
$wb['template_name_txt'] = 'Template name';
2+
$wb['list_head_txt'] = 'Modelli cliente';
3+
$wb['template_type_txt'] = 'Tipo';
4+
$wb['template_name_txt'] = 'Nome modello';
55
?>

interface/web/sites/lib/lang/it_database.lng

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
$wb['server_id_txt'] = 'Server';
3-
$wb['type_txt'] = 'Type';
4-
$wb['database_name_txt'] = 'Database name';
5-
$wb['database_user_txt'] = 'Database user';
6-
$wb['database_password_txt'] = 'Database password';
7-
$wb['password_strength_txt'] = 'Password strength';
3+
$wb['type_txt'] = 'Tipo';
4+
$wb['database_name_txt'] = 'Nome Database';
5+
$wb['database_user_txt'] = 'Utente Database';
6+
$wb['database_password_txt'] = 'Password Database';
7+
$wb['password_strength_txt'] = 'Sicurezza della Password';
88
$wb['database_charset_txt'] = 'Database charset';
9-
$wb['remote_access_txt'] = 'Remote Access';
10-
$wb['client_txt'] = 'Client';
11-
$wb['active_txt'] = 'Active';
9+
$wb['remote_access_txt'] = 'Accesso remoto';
10+
$wb['client_txt'] = 'Cliente';
11+
$wb['active_txt'] = 'Attivo';
1212
$wb['database_name_error_empty'] = 'Database name is empty.';
1313
$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.';
1414
$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.';
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'Database';
3-
$wb['active_txt'] = 'Active';
4-
$wb['remote_access_txt'] = 'Remote Access';
3+
$wb['active_txt'] = 'Attivo';
4+
$wb['remote_access_txt'] = 'Accesso remoto';
55
$wb['server_id_txt'] = 'Server';
6-
$wb['database_name_txt'] = 'Database name';
7-
$wb['add_new_record_txt'] = 'Add new Database';
6+
$wb['database_name_txt'] = 'Nome Database';
7+
$wb['add_new_record_txt'] = 'Aggiungi nuovo Database';
88
?>

interface/web/sites/lib/lang/it_ftp_user.lng

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php
22
$wb['uid_txt'] = 'UID';
33
$wb['gid_txt'] = 'GID';
4-
$wb['dir_txt'] = 'Directory';
4+
$wb['dir_txt'] = 'Cartella';
55
$wb['quota_files_txt'] = 'Filequota';
66
$wb['ul_ratio_txt'] = 'Uploadratio';
77
$wb['dl_ratio_txt'] = 'Downloadratio';
8-
$wb['ul_bandwidth_txt'] = 'Uploadbandwidth';
9-
$wb['dl_bandwidth_txt'] = 'Downloadbandwidth';
8+
$wb['ul_bandwidth_txt'] = 'Banda Upload';
9+
$wb['dl_bandwidth_txt'] = 'Banda Download';
1010
$wb['server_id_txt'] = 'Server';
11-
$wb['parent_domain_id_txt'] = 'Website';
11+
$wb['parent_domain_id_txt'] = 'Sito';
1212
$wb['username_txt'] = 'Username';
1313
$wb['password_txt'] = 'Password';
1414
$wb['password_strength_txt'] = 'Password strength';
1515
$wb['quota_size_txt'] = 'Harddisk-Quota';
16-
$wb['active_txt'] = 'Active';
16+
$wb['active_txt'] = 'Attivo';
1717
$wb['limit_ftp_user_txt'] = 'The max. number of FTP users for your account is reached.';
1818
$wb['username_error_empty'] = 'Username is empty.';
1919
$wb['username_error_unique'] = 'The username must be unique.';
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb['list_head_txt'] = 'FTP-User';
3-
$wb['active_txt'] = 'Active';
2+
$wb['list_head_txt'] = 'Utente FTP';
3+
$wb['active_txt'] = 'Attivo';
44
$wb['server_id_txt'] = 'Server';
5-
$wb['parent_domain_id_txt'] = 'Website';
5+
$wb['parent_domain_id_txt'] = 'Sito';
66
$wb['username_txt'] = 'Username';
7-
$wb['add_new_record_txt'] = 'Add new FTP-User';
7+
$wb['add_new_record_txt'] = 'Aggiungi nuovo utente FTP';
88
?>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb['list_head_txt'] = 'Shell User';
3-
$wb['active_txt'] = 'Active';
2+
$wb['list_head_txt'] = 'Utente Shell';
3+
$wb['active_txt'] = 'Attivo';
44
$wb['server_id_txt'] = 'Server';
5-
$wb['parent_domain_id_txt'] = 'Site';
5+
$wb['parent_domain_id_txt'] = 'Sito';
66
$wb['username_txt'] = 'Username';
7-
$wb['add_new_record_txt'] = 'Add new Shell-User';
7+
$wb['add_new_record_txt'] = 'Aggiungi nuovo Shell';
88
?>

interface/web/sites/lib/lang/it_web_domain.lng

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<?php
2-
$wb['ssl_state_txt'] = 'State';
2+
$wb['ssl_state_txt'] = 'Stato';
33
$wb['ssl_locality_txt'] = 'Locality';
4-
$wb['ssl_organisation_txt'] = 'Organisation';
4+
$wb['ssl_organisation_txt'] = 'Organizzazione';
55
$wb['ssl_organisation_unit_txt'] = 'Organisation Unit';
6-
$wb['ssl_country_txt'] = 'Country';
7-
$wb['ssl_request_txt'] = 'SSL Request';
8-
$wb['ssl_cert_txt'] = 'SSL Certificate';
6+
$wb['ssl_country_txt'] = 'Regione';
7+
$wb['ssl_request_txt'] = 'Richiesta SSL';
8+
$wb['ssl_cert_txt'] = 'Certificato SSL';
99
$wb['ssl_bundle_txt'] = 'SSL Bundle';
1010
$wb['ssl_action_txt'] = 'SSL Action';
1111
$wb['server_id_txt'] = 'Server';
12-
$wb['domain_txt'] = 'Domain';
13-
$wb['type_txt'] = 'Type';
12+
$wb['domain_txt'] = 'Dominio';
13+
$wb['type_txt'] = 'Tipo';
1414
$wb['parent_domain_id_txt'] = 'Parent Website';
15-
$wb['redirect_type_txt'] = 'Redirect Type';
16-
$wb['redirect_path_txt'] = 'Redirect Path';
17-
$wb['active_txt'] = 'Active';
15+
$wb['redirect_type_txt'] = 'Tipo Redirect';
16+
$wb['redirect_path_txt'] = 'Percorso Redirect';
17+
$wb['active_txt'] = 'Attivo';
1818
$wb['document_root_txt'] = 'Documentroot';
19-
$wb['system_user_txt'] = 'Linux User';
20-
$wb['system_group_txt'] = 'Linux Group';
21-
$wb['ip_address_txt'] = 'IP-Address';
22-
$wb['vhost_type_txt'] = 'VHost Type';
23-
$wb['hd_quota_txt'] = 'Harddisk Quota';
24-
$wb['traffic_quota_txt'] = 'Traffic Quota';
19+
$wb['system_user_txt'] = 'Utente Linux';
20+
$wb['system_group_txt'] = 'Gruppo Linux';
21+
$wb['ip_address_txt'] = 'Indirizzo IP';
22+
$wb['vhost_type_txt'] = 'Tipo VHost';
23+
$wb['hd_quota_txt'] = 'Quota Harddisk';
24+
$wb['traffic_quota_txt'] = 'Quota Traffico';
2525
$wb['cgi_txt'] = 'CGI';
2626
$wb['ssi_txt'] = 'SSI';
27-
$wb['errordocs_txt'] = 'Own Error-Documents';
27+
$wb['errordocs_txt'] = 'Erorri personalizzati';
2828
$wb['ssl_txt'] = 'SSL';
2929
$wb['suexec_txt'] = 'SuEXEC';
3030
$wb['php_txt'] = 'PHP';
31-
$wb['client_txt'] = 'Client';
31+
$wb['client_txt'] = 'Cliente';
3232
$wb['limit_web_domain_txt'] = 'The max. number of web domains for your account is reached.';
3333
$wb['limit_web_aliasdomain_txt'] = 'The max. number of aliasdomains for your account is reached.';
3434
$wb['limit_web_subdomain_txt'] = 'The max. number of web subdomains for your account is reached.';
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb['list_head_txt'] = 'Websites';
2+
$wb['list_head_txt'] = 'Siti';
33
$wb['domain_id_txt'] = 'ID';
4-
$wb['active_txt'] = 'Active';
4+
$wb['active_txt'] = 'Attivo';
55
$wb['server_id_txt'] = 'Server';
6-
$wb['domain_txt'] = 'Domain';
7-
$wb['add_new_record_txt'] = 'Add new website';
6+
$wb['domain_txt'] = 'Dominio';
7+
$wb['add_new_record_txt'] = 'Aggiungi nuovo sito';
88
?>

0 commit comments

Comments
 (0)