Skip to content

Commit 8f50889

Browse files
author
fantu
committed
- Improve multilanguage in sites module
- Merge all language in sites module - Small italian lang update
1 parent 6627a91 commit 8f50889

30 files changed

+562
-23
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?php
22
$wb['Database'] = 'База данни';
3-
$wb['FTP User'] = 'FTP потребител';
43
$wb['Options'] = 'Настройки';
54
$wb['Shell User'] = 'Shell потребител';
6-
$wb['Web Aliasdomain'] = 'Web Aliasdomain';
75
$wb['Domain'] = 'Домейн';
8-
$wb['Web Domain'] = 'Уеб домейн';
96
$wb['Redirect'] = 'Пренасочване';
107
$wb['SSL'] = 'SSL';
118
$wb['Subdomain'] = 'Поддомейн';
@@ -15,4 +12,5 @@ $wb['FTP-User'] = 'FTP потребител';
1512
$wb['FTP'] = 'FTP';
1613
$wb['Shell-User'] = 'Shell потребител';
1714
$wb['Shell'] = 'Shell';
15+
$wb['Websites'] = 'Websites';
1816
?>
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?php
22
$wb['Database'] = 'Database';
3-
$wb['FTP User'] = 'FTP User';
43
$wb['Options'] = 'Options';
54
$wb['Shell User'] = 'Shell User';
6-
$wb['Web Aliasdomain'] = 'Web Aliasdomain';
75
$wb['Domain'] = 'Domain';
8-
$wb['Web Domain'] = 'Web Domain';
96
$wb['Redirect'] = 'Redirect';
107
$wb['SSL'] = 'SSL';
118
$wb['Subdomain'] = 'Subdomain';
@@ -15,4 +12,5 @@ $wb['FTP-User'] = 'FTP-User';
1512
$wb['FTP'] = 'FTP';
1613
$wb['Shell-User'] = 'Shell-User';
1714
$wb['Shell'] = 'Shell';
15+
$wb['Websites'] = 'Websites';
1816
?>
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<?php
22
$wb['Database'] = 'Database';
3-
$wb['FTP User'] = 'FTP User';
43
$wb['Options'] = 'Options';
54
$wb['Shell User'] = 'Shell User';
6-
$wb['Web Aliasdomain'] = 'Web Aliasdomain';
75
$wb['Domain'] = 'Domain';
8-
$wb['Web Domain'] = 'Web Domain';
96
$wb['Redirect'] = 'Redirect';
107
$wb['SSL'] = 'SSL';
118
$wb['Subdomain'] = 'Subdomain';
@@ -15,5 +12,5 @@ $wb['FTP-User'] = 'FTP-User';
1512
$wb['FTP'] = 'FTP';
1613
$wb['Shell-User'] = 'Shell-User';
1714
$wb['Shell'] = 'Shell';
18-
15+
$wb['Websites'] = 'Websites';
1916
?>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$wb['Database'] = 'Database';
3+
$wb['Options'] = 'Options';
4+
$wb['Shell User'] = 'Shell User';
5+
$wb['Domain'] = 'Domain';
6+
$wb['Redirect'] = 'Redirect';
7+
$wb['SSL'] = 'SSL';
8+
$wb['Subdomain'] = 'Subdomain';
9+
$wb['Sites'] = 'Sites';
10+
$wb['Aliasdomain'] = 'Aliasdomain';
11+
$wb['FTP-User'] = 'FTP-User';
12+
$wb['FTP'] = 'FTP';
13+
$wb['Shell-User'] = 'Shell-User';
14+
$wb['Shell'] = 'Shell';
15+
$wb['Websites'] = 'Websites';
16+
?>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
$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';
8+
$wb["database_charset_txt"] = 'Database charset';
9+
$wb["remote_access_txt"] = 'Remote Access';
10+
$wb["client_txt"] = 'Client';
11+
$wb["active_txt"] = 'Active';
12+
$wb["btn_save_txt"] = 'Save';
13+
$wb["btn_cancel_txt"] = 'Cancel';
14+
$wb["database_name_error_empty"] = 'Database name is empty.';
15+
$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.';
16+
$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.';
17+
$wb["database_user_error_empty"] = 'Database user is empty.';
18+
$wb["database_user_error_unique"] = 'There is already a database user with this name on the server. To get a unique name, e.g. prepend your domain name to the username.';
19+
$wb["database_user_error_regex"] = 'Invalid database user name. The username may contain these characters: a-z, A-Z, 0-9 and the underscore. Length: 2 - 64 characters.';
20+
$wb["limit_database_txt"] = 'The max. number of databases is reached.';
21+
$wb["database_name_change_txt"] = 'The database name can not be changed';
22+
$wb["database_charset_change_txt"] = 'The database charset can not be changed';
23+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Database';
3+
$wb["active_txt"] = 'Active';
4+
$wb["remote_access_txt"] = 'Remote Access';
5+
$wb["server_id_txt"] = 'Server';
6+
$wb["database_name_txt"] = 'Database name';
7+
$wb["page_txt"] = 'Page';
8+
$wb["page_of_txt"] = 'of';
9+
$wb["page_next_txt"] = 'Next';
10+
$wb["page_back_txt"] = 'Back';
11+
$wb["delete_txt"] = 'Delete';
12+
$wb["filter_txt"] = 'Filter';
13+
$wb["add_new_record_txt"] = 'Add new Database';
14+
?>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
$wb["uid_txt"] = 'UID';
3+
$wb["gid_txt"] = 'GID';
4+
$wb["dir_txt"] = 'Directory';
5+
$wb["quota_files_txt"] = 'Filequota';
6+
$wb["ul_ratio_txt"] = 'Uploadratio';
7+
$wb["dl_ratio_txt"] = 'Downloadratio';
8+
$wb["ul_bandwidth_txt"] = 'Uploadbandwidth';
9+
$wb["dl_bandwidth_txt"] = 'Downloadbandwidth';
10+
$wb["btn_save_txt"] = 'Save';
11+
$wb["btn_cancel_txt"] = 'Cancel';
12+
$wb["server_id_txt"] = 'Server';
13+
$wb["parent_domain_id_txt"] = 'Website';
14+
$wb["username_txt"] = 'Username';
15+
$wb["password_txt"] = 'Password';
16+
$wb["password_strength_txt"] = 'Password strength';
17+
$wb["quota_size_txt"] = 'Harddisk-Quota';
18+
$wb["active_txt"] = 'Active';
19+
$wb["limit_ftp_user_txt"] = 'The max. number of FTP users for your account is reached.';
20+
$wb["username_error_empty"] = 'Username is empty.';
21+
$wb["username_error_unique"] = 'The username must be unique.';
22+
$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
23+
$wb["quota_size_error_empty"] = 'Quota is empty.';
24+
$wb["uid_error_empty"] = 'UID empty.';
25+
$wb["uid_error_empty"] = 'GID empty.';
26+
$wb["directory_error_empty"] = 'Directory empty.';
27+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["list_head_txt"] = 'FTP-User';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["parent_domain_id_txt"] = 'Website';
6+
$wb["username_txt"] = 'Username';
7+
$wb["page_txt"] = 'Page';
8+
$wb["page_of_txt"] = 'of';
9+
$wb["page_next_txt"] = 'Next';
10+
$wb["page_back_txt"] = 'Back';
11+
$wb["delete_txt"] = 'Delete';
12+
$wb["filter_txt"] = 'Filter';
13+
$wb["add_new_record_txt"] = 'Add new FTP-User';
14+
?>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
$wb["uid_txt"] = 'Web Username';
3+
$wb["gid_txt"] = 'Group';
4+
$wb["shell_txt"] = 'Shell';
5+
$wb["dir_txt"] = 'Dir';
6+
$wb["btn_save_txt"] = 'Save';
7+
$wb["btn_cancel_txt"] = 'Cancel';
8+
$wb["server_id_txt"] = 'Server';
9+
$wb["parent_domain_id_txt"] = 'Site';
10+
$wb["username_txt"] = 'Username';
11+
$wb["password_txt"] = 'Password';
12+
$wb["password_strength_txt"] = 'Password strength';
13+
$wb["chroot_txt"] = 'Chroot Shell';
14+
$wb["quota_size_txt"] = 'Quota';
15+
$wb["active_txt"] = 'Active';
16+
$wb["username_error_empty"] = 'Username is empty.';
17+
$wb["username_error_unique"] = 'The username must be unique.';
18+
$wb["username_error_regex"] = 'The username contains charachters that are not allowed.';
19+
$wb["quota_size_error_empty"] = 'Quota is empty.';
20+
$wb["uid_error_empty"] = 'UID empty.';
21+
$wb["uid_error_empty"] = 'GID empty.';
22+
$wb["directory_error_empty"] = 'Directory empty.';
23+
$wb["limit_shell_user_txt"] = 'The max number of shell users is reached.';
24+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Shell User';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["parent_domain_id_txt"] = 'Site';
6+
$wb["username_txt"] = 'Username';
7+
$wb["page_txt"] = 'Page';
8+
$wb["page_of_txt"] = 'of';
9+
$wb["page_next_txt"] = 'Next';
10+
$wb["page_back_txt"] = 'Back';
11+
$wb["delete_txt"] = 'Delete';
12+
$wb["filter_txt"] = 'Filter';
13+
$wb["add_new_record_txt"] = 'Add new Shell-User';
14+
?>

0 commit comments

Comments
 (0)