Skip to content

Commit f962571

Browse files
author
fantu
committed
- Improve multilanguage in client module and merge all language
- Add missing lang file of "list-system"
1 parent 3505605 commit f962571

20 files changed

+249
-52
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ $wb['company_name_txt'] = 'Компания';
55
$wb['contact_name_txt'] = 'Лице за контакт';
66
$wb['city_txt'] = 'Град';
77
$wb['country_txt'] = 'Държава';
8-
$wb['page_txt'] = 'Страница';
9-
$wb['page_of_txt'] = 'от';
10-
$wb['page_next_txt'] = 'Следваща';
11-
$wb['page_back_txt'] = 'Предишна';
12-
$wb['delete_txt'] = 'Изтриване';
13-
$wb['filter_txt'] = 'Филтър';
14-
$wb['add_new_record_txt'] = 'Нов клиент';
158
?>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ $wb['company_name_txt'] = 'Company name';
55
$wb['contact_name_txt'] = 'Contact name';
66
$wb['city_txt'] = 'City';
77
$wb['country_txt'] = 'Country';
8-
$wb['page_txt'] = 'Page';
9-
$wb['page_of_txt'] = 'of';
10-
$wb['page_next_txt'] = 'Next';
11-
$wb['page_back_txt'] = 'Back';
12-
$wb['delete_txt'] = 'Delete';
13-
$wb['filter_txt'] = 'Filter';
14-
$wb['add_new_record_txt'] = 'Add new client';
158
?>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ $wb["company_name_txt"] = 'Company name';
55
$wb["contact_name_txt"] = 'Contact name';
66
$wb["city_txt"] = 'City';
77
$wb["country_txt"] = 'Country';
8-
$wb["page_txt"] = 'Page';
9-
$wb["page_of_txt"] = 'of';
10-
$wb["page_next_txt"] = 'Next';
11-
$wb["page_back_txt"] = 'Back';
12-
$wb["delete_txt"] = 'Delete';
13-
$wb["filter_txt"] = 'Filter';
14-
$wb["add_new_record_txt"] = 'Add new client';
158
?>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ $wb['Add Client'] = 'Añadir cliente';
66
$wb['Edit Client'] = 'Editar cliente';
77
$wb['Clients'] = 'Clientes';
88
?>
9-

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ $wb['default_dbserver_txt'] = 'Servidor de bases de datos por defecto';
7979
$wb['limit_database_error_notint'] = 'El límite de bases de datos debe ser un número';
8080
$wb['username_error_regex'] = 'El usuario contiene carácteres no válidos';
8181
?>
82-

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,4 @@ $wb['company_name_txt'] = 'Nombre de compañía';
55
$wb['contact_name_txt'] = 'Nombre de contacto';
66
$wb['city_txt'] = 'Ciudad';
77
$wb['country_txt'] = 'País';
8-
$wb['page_txt'] = 'Página';
9-
$wb['page_of_txt'] = 'de';
10-
$wb['page_next_txt'] = 'Siguiente';
11-
$wb['page_back_txt'] = 'Atrás';
12-
$wb['delete_txt'] = 'Borrar';
13-
$wb['filter_txt'] = 'Filtro';
14-
$wb['add_new_record_txt'] = 'Añadir nuevo cliente';
158
?>
16-
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?php
2+
$wb["limit_maildomain_txt"] = 'Max. number of email domains';
3+
$wb["limit_mailbox_txt"] = 'Max. number of mailboxes';
4+
$wb["limit_mailalias_txt"] = 'Max. number of email aliases';
5+
$wb["limit_mailforward_txt"] = 'Max. number of email forwarders';
6+
$wb["limit_mailcatchall_txt"] = 'Max. number of email catchall accounts';
7+
$wb["limit_mailrouting_txt"] = 'Max. number of email routes';
8+
$wb["limit_mailfilter_txt"] = 'Max. number of email filters';
9+
$wb["limit_fetchmail_txt"] = 'Max. number of fetchmail accounts';
10+
$wb["limit_mailquota_txt"] = 'Mailbox quota';
11+
$wb["limit_spamfilter_wblist_txt"] = 'Max. number of spamfilter white / blacklist filters';
12+
$wb["limit_spamfilter_user_txt"] = 'Max. number of spamfilter users';
13+
$wb["limit_spamfilter_policy_txt"] = 'Max. number of spamfilter policys';
14+
$wb["default_mailserver_txt"] = 'Default Mailserver';
15+
$wb["btn_save_txt"] = 'Save';
16+
$wb["btn_cancel_txt"] = 'Cancel';
17+
$wb["company_name_txt"] = 'Company name';
18+
$wb["contact_name_txt"] = 'Contact name';
19+
$wb["username_txt"] = 'Username';
20+
$wb["password_txt"] = 'Password';
21+
$wb["password_strength_txt"] = 'Password strength';
22+
$wb["language_txt"] = 'Language';
23+
$wb["usertheme_txt"] = 'Theme';
24+
$wb["street_txt"] = 'Street';
25+
$wb["zip_txt"] = 'ZIP';
26+
$wb["city_txt"] = 'City';
27+
$wb["state_txt"] = 'State';
28+
$wb["country_txt"] = 'Country';
29+
$wb["telephone_txt"] = 'Telephone';
30+
$wb["mobile_txt"] = 'Mobile';
31+
$wb["fax_txt"] = 'Fax';
32+
$wb["email_txt"] = 'Email';
33+
$wb["internet_txt"] = 'Internet';
34+
$wb["icq_txt"] = 'ICQ';
35+
$wb["notes_txt"] = 'Notes';
36+
$wb["company_txt"] = 'Company';
37+
$wb["title_txt"] = 'Title';
38+
$wb["firstname_txt"] = 'Firstname';
39+
$wb["surname_txt"] = 'Surname';
40+
$wb["limit_client_txt"] = 'limit_client';
41+
$wb["limit_domain_txt"] = 'limit_domain';
42+
$wb["limit_subdomain_txt"] = 'limit_subdomain';
43+
$wb["limit_webquota_txt"] = 'limit_webquota';
44+
$wb["limit_database_txt"] = 'limit_database';
45+
$wb["ip_address_txt"] = 'ip_address';
46+
$wb["limit_client_error_notint"] = 'Client Limit is not a number.';
47+
$wb["firstname_error_empty"] = 'Firstname is empty.';
48+
$wb["contact_error_empty"] = 'Contact name is empty.';
49+
$wb["default_webserver_txt"] = 'Default Webserver';
50+
$wb["limit_web_domain_txt"] = 'Max. number of web domains';
51+
$wb["limit_web_aliasdomain_txt"] = 'Max. number of web aliasdomains';
52+
$wb["limit_web_subdomain_txt"] = 'Max. number of web subdomains';
53+
$wb["limit_ftp_user_txt"] = 'Max. number of FTP users';
54+
$wb["default_dnsserver_txt"] = 'Default DNS Server';
55+
$wb["limit_dns_zone_txt"] = 'Max. number of DNS zones';
56+
$wb["limit_dns_record_txt"] = 'Max. number DNS records';
57+
$wb["limit_shell_user_txt"] = 'Max. number of Shell users';
58+
$wb["limit_client_txt"] = 'Max. number of Clients';
59+
$wb["username_error_empty"] = 'Username is empty.';
60+
$wb["username_error_unique"] = 'The username must be unique.';
61+
$wb["limit_maildomain_error_notint"] = 'The email domain limit must be a number.';
62+
$wb["limit_mailbox_error_notint"] = 'The mailbox limit must be a number.';
63+
$wb["limit_mailalias_error_notint"] = 'The email alias limit must be a number.';
64+
$wb["limit_mailforward_error_notint"] = 'The email forward limit must be a number.';
65+
$wb["limit_mailcatchall_error_notint"] = 'The email catchall limit must be a number.';
66+
$wb["limit_mailrouting_error_notint"] = 'The email routing limit must be a number.';
67+
$wb["limit_mailfilter_error_notint"] = 'The email filter limit must be a number.';
68+
$wb["limit_mailfetchmail_error_notint"] = 'The fetchmail limit must be a number.';
69+
$wb["limit_mailquota_error_notint"] = 'The email quota limit must be a number.';
70+
$wb["limit_spamfilter_wblist_error_notint"] = 'The spamfilter white / blacklist limit must be a number.';
71+
$wb["limit_spamfilter_user_error_notint"] = 'The spamfilter user limit must be a number.';
72+
$wb["limit_spamfilter_policy_error_notint"] = 'The spamfilter policy limit must be a number.';
73+
$wb["limit_web_domain_error_notint"] = 'The website limit must be a number.';
74+
$wb["limit_web_aliasdomain_error_notint"] = 'The website alias domain limit must be a number.';
75+
$wb["limit_web_subdomain_error_notint"] = 'The website subdomain limit must be a number.';
76+
$wb["limit_ftp_user_error_notint"] = 'The ftp user limit must be a number.';
77+
$wb["limit_shell_user_error_notint"] = 'The shell user limit must be a number.';
78+
$wb["limit_dns_zone_error_notint"] = 'The dns zone limit must be a number.';
79+
$wb["limit_dns_zone_error_notint"] = 'The dns record limit must be a number.';
80+
$wb["limit_client_error_notint"] = 'The sub client limit must be a number.';
81+
$wb["default_dbserver_txt"] = 'Default Database Server';
82+
$wb["limit_database_txt"] = 'Max. number of Databases';
83+
$wb["limit_database_error_notint"] = 'The database limit must be a number.';
84+
$wb["username_error_regex"] = 'The Username contains invalid chracaters.';
85+
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Clients';
3+
$wb["client_id_txt"] = 'ID';
4+
$wb["company_name_txt"] = 'Company name';
5+
$wb["contact_name_txt"] = 'Contact name';
6+
$wb["city_txt"] = 'City';
7+
$wb["country_txt"] = 'Country';
8+
?>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ $wb['company_name_txt'] = 'Nome compagnia';
55
$wb['contact_name_txt'] = 'Nome contatto';
66
$wb['city_txt'] = 'Città';
77
$wb['country_txt'] = 'Stato';
8-
$wb['page_txt'] = 'Pagina';
9-
$wb['page_of_txt'] = 'di';
10-
$wb['page_next_txt'] = 'Successiva';
11-
$wb['page_back_txt'] = 'Precedente';
12-
$wb['delete_txt'] = 'Cancella';
13-
$wb['filter_txt'] = 'Filtra';
14-
$wb['add_new_record_txt'] = 'Aggiungi nuovo cliente';
158
?>

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@ $wb['company_name_txt'] = 'Bedrijfsnaam';
44
$wb['contact_name_txt'] = 'Contactnaam';
55
$wb['city_txt'] = 'Plaatsnaam';
66
$wb['country_txt'] = 'Nederland';
7-
$wb['page_txt'] = 'Pagina';
8-
$wb['page_of_txt'] = 'van';
9-
$wb['page_next_txt'] = 'Volgende';
10-
$wb['page_back_txt'] = 'Terug';
11-
$wb['delete_txt'] = 'Verwijder';
12-
$wb['filter_txt'] = 'Filter';
13-
$wb['add_new_record_txt'] = 'Toevoegen nieuwe klant';
147
$wb['client_id_txt'] = 'ID';
158
?>

0 commit comments

Comments
 (0)