Skip to content

Commit 8aeb9f4

Browse files
committed
Added missing menu titles and form titles to language files.
1 parent e76fb50 commit 8aeb9f4

File tree

18 files changed

+160
-12
lines changed

18 files changed

+160
-12
lines changed

interface/web/admin/form/groups.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*/
6161

6262
$form["title"] = "Groups";
63-
$form["description"] = "Form to edit systemuser groups.";
63+
$form["description"] = "groups_description";
6464
$form["name"] = "groups";
6565
$form["action"] = "groups_edit.php";
6666
$form["db_table"] = "sys_group";

interface/web/admin/lib/lang/en.lng

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,34 @@
22

33
$wb[1001] = "Username or password is empty.";
44
$wb[1002] = "Username or password is wrong.";
5+
$wb['Firewall'] = 'Firewall';
6+
$wb['Groups'] = 'Groups';
7+
$wb['groups_description'] = 'Form to edit systemuser groups.';
8+
$wb['Server'] = 'Server';
9+
$wb['Services'] = 'Services';
10+
$wb['Config'] = 'Config';
11+
$wb['Server Config'] = 'Server Config';
12+
$wb['Mail'] = 'Mail';
13+
$wb['Getmail'] = 'Getmail';
14+
$wb['Web'] = 'Web';
15+
$wb['FastCGI'] = 'FastCGI';
16+
$wb['Jailkit'] = 'Jailkit';
17+
$wb['System'] = 'System';
18+
$wb['Add user'] = 'Add user';
19+
$wb['Edit user'] = 'Edit user';
20+
$wb['CP Users'] = 'CP Users';
21+
$wb['Add group'] = 'Add group';
22+
$wb['Edit group'] = 'Edit group';
23+
$wb['Groups'] = 'Groups';
24+
$wb['Edit server'] = 'Edit server';
25+
$wb['Edit Server IP'] = 'Edit Server IP';
26+
$wb['Servers'] = 'Servers';
27+
$wb['Sync. Now'] = 'Sync. Now';
28+
$wb['DB Sync.'] = 'DB Sync.';
29+
$wb['Languages'] = 'Languages';
30+
$wb['New Language'] = 'New Language';
31+
$wb['Export'] = 'Export';
32+
$wb['Import'] = 'Import';
33+
$wb['Language Editor'] = 'Language Editor';
534

635
?>
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
<?php
2-
1+
<?php
2+
3+
$wb['Client'] = 'Client';
4+
$wb['Address'] = 'Address';
5+
$wb['Limits'] = 'Limits';
6+
$wb['Add Client'] = 'Add Client';
7+
$wb['Edit Client'] = 'Edit Client';
8+
$wb['Clients'] = 'Clients';
9+
310
?>

interface/web/dns/form/dns_ns.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['dns'] = array (
54-
'title' => "DNS NS",
54+
'title' => "DNS ns",
5555
'width' => 100,
5656
'template' => "templates/dns_ns_edit.htm",
5757
'fields' => array (

interface/web/dns/form/dns_srv.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['dns'] = array (
54-
'title' => "DNS srv",
54+
'title' => "DNS SRV",
5555
'width' => 100,
5656
'template' => "templates/dns_srv_edit.htm",
5757
'fields' => array (

interface/web/dns/lib/lang/en.lng

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
$wb['DNS'] = 'DNS';
4+
$wb['Zones'] = 'Zones';
5+
$wb['DNS A'] = 'DNS A';
6+
$wb['DNS ALIAS'] = 'DNS ALIAS';
7+
$wb['DNS CNAME'] = 'DNS CNAME';
8+
$wb['DNS hinfo'] = 'DNS hinfo';
9+
$wb['DNS mx'] = 'DNS mx';
10+
$wb['DNS ns'] = 'DNS ns';
11+
$wb['DNS ptr'] = 'DNS ptr';
12+
$wb['DNS RP'] = 'DNS RP';
13+
$wb['DNS Zone'] = 'DNS Zone';
14+
$wb['Records'] = 'Records';
15+
$wb['DNS SRV'] = 'DNS SRV';
16+
$wb['DNS TXT Record'] = 'DNS TXT Record';
17+
$wb['DNS TXT'] = 'DNS TXT';
18+
19+
?>

interface/web/help/lib/lang/en.lng

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb['Support Message'] = 'Support Message';
3+
$wb['Message'] = 'Message';
4+
$wb['Send message'] = 'Send message';
5+
$wb['View messages'] = 'View messages';
6+
$wb['Support'] = 'Support';
7+
8+
?>

interface/web/mail/form/mail_alias.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['alias'] = array (
54-
'title' => "Email alias",
54+
'title' => "Email Alias",
5555
'width' => 100,
5656
'template' => "templates/mail_alias_edit.htm",
5757
'fields' => array (

interface/web/mail/form/mail_domain_catchall.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['catchall'] = array (
54-
'title' => "Email catchall",
54+
'title' => "Email Catchall",
5555
'width' => 100,
5656
'template' => "templates/mail_domain_catchall_edit.htm",
5757
'fields' => array (

interface/web/mail/form/mail_forward.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
$form["auth_preset"]["perm_other"] = ''; //r = read, i = insert, u = update, d = delete
5252

5353
$form["tabs"]['forward'] = array (
54-
'title' => "Email forward",
54+
'title' => "Email Forward",
5555
'width' => 100,
5656
'template' => "templates/mail_forward_edit.htm",
5757
'fields' => array (

0 commit comments

Comments
 (0)