Skip to content

Commit 9a9242b

Browse files
author
Till Brehm
committed
Merged missing strings into the language files.
1 parent bf3dfb4 commit 9a9242b

File tree

179 files changed

+655
-516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+655
-516
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,5 @@ $wb['xmpp_port_http_txt'] = 'HTTP';
280280
$wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283+
$wb['backup_time_txt'] = 'Backup time';
283284
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,5 @@ $wb['xmpp_port_http_txt'] = 'HTTP';
280280
$wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283+
$wb['backup_time_txt'] = 'Backup time';
283284
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,5 @@ $wb['xmpp_port_http_txt'] = 'HTTP';
280280
$wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283+
$wb['backup_time_txt'] = 'Backup time';
283284
?>

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

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,51 @@
11
<?php
2-
//Errors
3-
$wb[1001] = "Username or password is empty.";
4-
$wb[1002] = "Username or password is wrong.";
5-
2+
$wb['1001'] = 'Username or password is empty.';
3+
$wb['1002'] = 'Username or password is wrong.';
64
$wb['Groups'] = 'Groups';
75
$wb['groups_description'] = 'Form to edit systemuser groups.';
8-
96
$wb['Servers'] = 'Servers';
107
$wb['Config'] = 'Config';
11-
128
$wb['Add user'] = 'Add user';
139
$wb['Edit user'] = 'Edit user';
1410
$wb['Add group'] = 'Add group';
1511
$wb['Edit group'] = 'Edit group';
1612
$wb['Edit server'] = 'Edit server';
17-
1813
$wb['Sync. Now'] = 'Sync. Now';
1914
$wb['DB Sync.'] = 'DB Sync.';
20-
21-
// subnav
2215
$wb['User Management'] = 'User Management';
2316
$wb['CP Users'] = 'CP Users';
2417
$wb['Remote Users'] = 'Remote Users';
25-
2618
$wb['System'] = 'System';
2719
$wb['Server Services'] = 'Server Services';
28-
$wb['Services'] = 'Services';
20+
$wb['Services'] = 'Services';
2921
$wb['Server Config'] = 'Server Config';
30-
$wb['Server'] = 'Server';
31-
$wb['Mail'] = 'Mail';
32-
$wb['Getmail'] = 'Getmail';
33-
$wb['Web'] = 'Web';
34-
$wb['FastCGI'] = 'FastCGI';
35-
$wb['Jailkit'] = 'Jailkit';
36-
$wb['Rescue'] = 'Rescue';
22+
$wb['Server'] = 'Server';
23+
$wb['Mail'] = 'Mail';
24+
$wb['Getmail'] = 'Getmail';
25+
$wb['Web'] = 'Web';
26+
$wb['FastCGI'] = 'FastCGI';
27+
$wb['Jailkit'] = 'Jailkit';
28+
$wb['Rescue'] = 'Rescue';
3729
$wb['Server IP addresses'] = 'Server IP addresses';
3830
$wb['Additional PHP Versions'] = 'Additional PHP Versions';
3931
$wb['Directive Snippets'] = 'Directive Snippets';
4032
$wb['Firewall'] = 'Firewall';
41-
4233
$wb['Interface'] = 'Interface';
4334
$wb['Interface Config'] = 'Main Config';
44-
$wb['Sites'] = 'Sites';
45-
$wb['DNS'] = 'DNS';
46-
$wb['Domains'] = 'Domains';
47-
$wb['Misc'] = 'Misc';
48-
35+
$wb['Sites'] = 'Sites';
36+
$wb['DNS'] = 'DNS';
37+
$wb['Domains'] = 'Domains';
38+
$wb['Misc'] = 'Misc';
4939
$wb['Software'] = 'Apps & Addons';
5040
$wb['Repositories'] = 'Repositories';
5141
$wb['Packages'] = 'Packages';
5242
$wb['Updates'] = 'Updates';
53-
5443
$wb['Language Editor'] = 'Language Editor';
5544
$wb['Languages'] = 'Languages';
5645
$wb['New Language'] = 'New Language';
5746
$wb['Merge'] = 'Merge';
5847
$wb['Export'] = 'Export';
5948
$wb['Import'] = 'Import';
60-
6149
$wb['Remote Actions'] = 'Remote Actions';
6250
$wb['Do OS-Update'] = 'Do OS-Update';
6351
$wb['Do ISPConfig-Update'] = 'Do ISPConfig-Update';
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
2-
$wb["Directive Snippets"] = 'Directive Snippets';
3-
$wb["name_txt"] = 'Name of Snippet';
4-
$wb["type_txt"] = 'Type';
5-
$wb["snippet_txt"] = 'Snippet';
6-
$wb["active_txt"] = 'Active';
7-
$wb["directive_snippets_name_empty"] = 'Please specify a name for the snippet.';
8-
$wb["directive_snippets_name_error_unique"] = 'There is already a directive snippet with this name.';
2+
$wb['Directive Snippets'] = 'Directive Snippets';
3+
$wb['name_txt'] = 'Name of Snippet';
4+
$wb['type_txt'] = 'Type';
5+
$wb['snippet_txt'] = 'Snippet';
6+
$wb['active_txt'] = 'Active';
7+
$wb['directive_snippets_name_empty'] = 'Please specify a name for the snippet.';
8+
$wb['directive_snippets_name_error_unique'] = 'There is already a directive snippet with this name.';
99
$wb['variables_txt'] = 'Variables';
1010
$wb['customer_viewable_txt'] = 'Customer viewable';
11-
?>
11+
?>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb["list_head_txt"] = 'Directive Snippets';
3-
$wb["active_txt"] = 'Active';
4-
$wb["name_txt"] = 'Name of Snippet';
5-
$wb["type_txt"] = 'Type';
6-
$wb["add_new_record_txt"] = 'Add Directive Snippet';
2+
$wb['list_head_txt'] = 'Directive Snippets';
3+
$wb['active_txt'] = 'Active';
4+
$wb['name_txt'] = 'Name of Snippet';
5+
$wb['type_txt'] = 'Type';
6+
$wb['add_new_record_txt'] = 'Add Directive Snippet';
77
$wb['customer_viewable_txt'] = 'Customer viewable';
8-
?>
8+
?>
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?php
2-
$wb["server_id_txt"] = 'Server';
3-
$wb["tcp_port_txt"] = 'Open TCP ports';
4-
$wb["udp_port_txt"] = 'Open UDP ports';
5-
$wb["tcp_port_help_txt"] = 'Separated by comma';
6-
$wb["udp_port_help_txt"] = 'Separated by comma';
7-
$wb["active_txt"] = 'Active';
8-
$wb["firewall_error_unique"] = 'There is already a firewall record for this server.';
9-
$wb["active_txt"] = 'Active';
10-
$wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".';
11-
$wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".';
12-
?>
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['tcp_port_txt'] = 'Open TCP ports';
4+
$wb['udp_port_txt'] = 'Open UDP ports';
5+
$wb['tcp_port_help_txt'] = 'Separated by comma';
6+
$wb['udp_port_help_txt'] = 'Separated by comma';
7+
$wb['active_txt'] = 'Active';
8+
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
9+
$wb['tcp_ports_error_regex'] = 'Character not allowed in tcp port definition. Allowed characters are numbers, \":\" and \",\".';
10+
$wb['udp_ports_error_regex'] = 'Character not allowed in udp port definition. Allowed characters are numbers, \":\" and \",\".';
11+
?>
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
2-
$wb["list_head_txt"] = 'Firewall';
3-
$wb["active_txt"] = 'Active';
4-
$wb["server_id_txt"] = 'Server';
5-
$wb["tcp_port_txt"] = 'Open TCP ports';
6-
$wb["udp_port_txt"] = 'Open UDP ports';
7-
$wb["add_new_record_txt"] = 'Add Firewall record';
8-
?>
2+
$wb['list_head_txt'] = 'Firewall';
3+
$wb['active_txt'] = 'Active';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['tcp_port_txt'] = 'Open TCP ports';
6+
$wb['udp_port_txt'] = 'Open UDP ports';
7+
$wb['add_new_record_txt'] = 'Add Firewall record';
8+
?>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$wb["description_txt"] = 'Description';
3-
$wb["name_txt"] = 'Group';
4-
$wb["name_err"] = 'Group must be min 1, max 30 Chars.';
5-
?>
2+
$wb['description_txt'] = 'Description';
3+
$wb['name_txt'] = 'Group';
4+
$wb['name_err'] = 'Group must be min 1, max 30 Chars.';
5+
?>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
2-
$wb["list_head_txt"] = 'Systemuser groups';
3-
$wb["description_txt"] = 'Description';
4-
$wb["name_txt"] = 'Group';
5-
$wb["add_new_record_txt"] = 'Add new Group';
6-
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
7-
?>
2+
$wb['list_head_txt'] = 'Systemuser groups';
3+
$wb['description_txt'] = 'Description';
4+
$wb['name_txt'] = 'Group';
5+
$wb['add_new_record_txt'] = 'Add new Group';
6+
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
7+
?>

0 commit comments

Comments
 (0)