Skip to content

Commit d6cd459

Browse files
committed
Merged language files.
1 parent dc34776 commit d6cd459

File tree

233 files changed

+1367
-1559
lines changed

Some content is hidden

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

233 files changed

+1367
-1559
lines changed
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
2-
3-
$wb["server_id_txt"] = 'Server';
4-
$wb["multiport_txt"] = 'Multi Port';
5-
$wb["singleport_txt"] = 'Single Port';
6-
$wb["protocol_txt"] = 'Protocol';
7-
$wb["table_txt"] = 'Table';
8-
$wb["target_txt"] = 'Target';
9-
$wb["state_txt"] = 'State';
10-
$wb["destination_ip_txt"] = 'Destination Address';
11-
$wb["source_ip_txt"] = 'Source Address';
12-
$wb["active_txt"] = 'Active';
13-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
14-
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['multiport_txt'] = 'Multi Port';
4+
$wb['singleport_txt'] = 'Single Port';
5+
$wb['protocol_txt'] = 'Protocol';
6+
$wb['table_txt'] = 'Table';
7+
$wb['target_txt'] = 'Target';
8+
$wb['state_txt'] = 'State';
9+
$wb['destination_ip_txt'] = 'Destination Address';
10+
$wb['source_ip_txt'] = 'Source Address';
11+
$wb['active_txt'] = 'Active';
12+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
1513
?>
Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
11
<?php
2-
/*
3-
templates/iptables_list.htm:<h2><tmpl_var name="list_head_txt"></h2>
4-
templates/iptables_list.htm: <span>{tmpl_var name="add_new_rule_txt"}</span>
5-
templates/iptables_list.htm: <fieldset><legend><tmpl_var name="list_head_txt"></legend>
6-
templates/iptables_list.htm: <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
7-
templates/iptables_list.htm: <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
8-
templates/iptables_list.htm: <!-- th class="tbl_col_source_ip" scope="col"><tmpl_var name="source_ip_txt"></th>
9-
templates/iptables_list.htm: <th class="tbl_col_destination_ip" scope="col"><tmpl_var name="destination_ip_txt"></th -->
10-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="singleport_txt"></th>
11-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="multiport_txt"></th>
12-
templates/iptables_list.htm: <th class="tbl_col_protocol" scope="col"><tmpl_var name="protocol_txt"></th>
13-
templates/iptables_list.htm: <th class="tbl_col_table" scope="col"><tmpl_var name="table_txt"></th>
14-
templates/iptables_list.htm: <th class="tbl_col_target" scope="col"><tmpl_var name="target_txt"></th>
15-
templates/iptables_list.htm: <th class="tbl_col_state" scope="col"><tmpl_var name="state_txt"></th>
16-
templates/iptables_list.htm: <button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','admin/iptables_list.php');">
17-
templates/iptables_list.htm: <span>{tmpl_var name="filter_txt"}filter_txt</span></button></div>
18-
templates/iptables_list.htm: <span>{tmpl_var name='delete_txt'}</span></a>
19-
*/
20-
21-
$wb["list_head_txt"] = 'IPTables';
22-
$wb["add_new_rule_txt"] = 'Add IPTables Rule';
23-
$wb["server_id_txt"] = 'Server';
24-
$wb["multiport_txt"] = 'Multi Port';
25-
$wb["singleport_txt"] = 'Single Port';
26-
$wb["protocol_txt"] = 'Protocol';
27-
$wb["table_txt"] = 'Table';
28-
$wb["target_txt"] = 'Target';
29-
$wb["state_txt"] = 'State';
30-
$wb["destination_ip_txt"] = 'Destination Address';
31-
$wb["source_ip_txt"] = 'Source Address';
32-
$wb["active_txt"] = 'Active';
33-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
34-
2+
$wb['list_head_txt'] = 'IPTables';
3+
$wb['add_new_rule_txt'] = 'Add IPTables Rule';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['multiport_txt'] = 'Multi Port';
6+
$wb['singleport_txt'] = 'Single Port';
7+
$wb['protocol_txt'] = 'Protocol';
8+
$wb['table_txt'] = 'Table';
9+
$wb['target_txt'] = 'Target';
10+
$wb['state_txt'] = 'State';
11+
$wb['destination_ip_txt'] = 'Destination Address';
12+
$wb['source_ip_txt'] = 'Source Address';
13+
$wb['active_txt'] = 'Active';
14+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
3515
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ $wb['do_not_try_rescue_apache_txt'] = 'Disable apache monitoring';
148148
$wb['do_not_try_rescue_mysql_txt'] = 'Disable MySQL monitoring';
149149
$wb['do_not_try_rescue_mail_txt'] = 'Disable Email monitoring';
150150
$wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the Disable MySQL monitor checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!';
151+
$wb['enable_sni_txt'] = 'Enable SNI';
151152
?>
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
2-
3-
$wb["server_id_txt"] = 'Server';
4-
$wb["multiport_txt"] = 'Multi Port';
5-
$wb["singleport_txt"] = 'Single Port';
6-
$wb["protocol_txt"] = 'Protocol';
7-
$wb["table_txt"] = 'Table';
8-
$wb["target_txt"] = 'Target';
9-
$wb["state_txt"] = 'State';
10-
$wb["destination_ip_txt"] = 'Destination Address';
11-
$wb["source_ip_txt"] = 'Source Address';
12-
$wb["active_txt"] = 'Active';
13-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
14-
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['multiport_txt'] = 'Multi Port';
4+
$wb['singleport_txt'] = 'Single Port';
5+
$wb['protocol_txt'] = 'Protocol';
6+
$wb['table_txt'] = 'Table';
7+
$wb['target_txt'] = 'Target';
8+
$wb['state_txt'] = 'State';
9+
$wb['destination_ip_txt'] = 'Destination Address';
10+
$wb['source_ip_txt'] = 'Source Address';
11+
$wb['active_txt'] = 'Active';
12+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
1513
?>
Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
11
<?php
2-
/*
3-
templates/iptables_list.htm:<h2><tmpl_var name="list_head_txt"></h2>
4-
templates/iptables_list.htm: <span>{tmpl_var name="add_new_rule_txt"}</span>
5-
templates/iptables_list.htm: <fieldset><legend><tmpl_var name="list_head_txt"></legend>
6-
templates/iptables_list.htm: <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
7-
templates/iptables_list.htm: <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
8-
templates/iptables_list.htm: <!-- th class="tbl_col_source_ip" scope="col"><tmpl_var name="source_ip_txt"></th>
9-
templates/iptables_list.htm: <th class="tbl_col_destination_ip" scope="col"><tmpl_var name="destination_ip_txt"></th -->
10-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="singleport_txt"></th>
11-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="multiport_txt"></th>
12-
templates/iptables_list.htm: <th class="tbl_col_protocol" scope="col"><tmpl_var name="protocol_txt"></th>
13-
templates/iptables_list.htm: <th class="tbl_col_table" scope="col"><tmpl_var name="table_txt"></th>
14-
templates/iptables_list.htm: <th class="tbl_col_target" scope="col"><tmpl_var name="target_txt"></th>
15-
templates/iptables_list.htm: <th class="tbl_col_state" scope="col"><tmpl_var name="state_txt"></th>
16-
templates/iptables_list.htm: <button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','admin/iptables_list.php');">
17-
templates/iptables_list.htm: <span>{tmpl_var name="filter_txt"}filter_txt</span></button></div>
18-
templates/iptables_list.htm: <span>{tmpl_var name='delete_txt'}</span></a>
19-
*/
20-
21-
$wb["list_head_txt"] = 'IPTables';
22-
$wb["add_new_rule_txt"] = 'Add IPTables Rule';
23-
$wb["server_id_txt"] = 'Server';
24-
$wb["multiport_txt"] = 'Multi Port';
25-
$wb["singleport_txt"] = 'Single Port';
26-
$wb["protocol_txt"] = 'Protocol';
27-
$wb["table_txt"] = 'Table';
28-
$wb["target_txt"] = 'Target';
29-
$wb["state_txt"] = 'State';
30-
$wb["destination_ip_txt"] = 'Destination Address';
31-
$wb["source_ip_txt"] = 'Source Address';
32-
$wb["active_txt"] = 'Active';
33-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
34-
2+
$wb['list_head_txt'] = 'IPTables';
3+
$wb['add_new_rule_txt'] = 'Add IPTables Rule';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['multiport_txt'] = 'Multi Port';
6+
$wb['singleport_txt'] = 'Single Port';
7+
$wb['protocol_txt'] = 'Protocol';
8+
$wb['table_txt'] = 'Table';
9+
$wb['target_txt'] = 'Target';
10+
$wb['state_txt'] = 'State';
11+
$wb['destination_ip_txt'] = 'Destination Address';
12+
$wb['source_ip_txt'] = 'Source Address';
13+
$wb['active_txt'] = 'Active';
14+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
3515
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ $wb['do_not_try_rescue_apache_txt'] = 'Disable apache monitoring';
148148
$wb['do_not_try_rescue_mysql_txt'] = 'Disable MySQL monitoring';
149149
$wb['do_not_try_rescue_mail_txt'] = 'Disable Email monitoring';
150150
$wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the Disable MySQL monitor checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!';
151+
$wb['enable_sni_txt'] = 'Enable SNI';
151152
?>
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
2-
3-
$wb["server_id_txt"] = 'Server';
4-
$wb["multiport_txt"] = 'Multi Port';
5-
$wb["singleport_txt"] = 'Single Port';
6-
$wb["protocol_txt"] = 'Protocol';
7-
$wb["table_txt"] = 'Table';
8-
$wb["target_txt"] = 'Target';
9-
$wb["state_txt"] = 'State';
10-
$wb["destination_ip_txt"] = 'Destination Address';
11-
$wb["source_ip_txt"] = 'Source Address';
12-
$wb["active_txt"] = 'Active';
13-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
14-
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['multiport_txt'] = 'Multi Port';
4+
$wb['singleport_txt'] = 'Single Port';
5+
$wb['protocol_txt'] = 'Protocol';
6+
$wb['table_txt'] = 'Table';
7+
$wb['target_txt'] = 'Target';
8+
$wb['state_txt'] = 'State';
9+
$wb['destination_ip_txt'] = 'Destination Address';
10+
$wb['source_ip_txt'] = 'Source Address';
11+
$wb['active_txt'] = 'Active';
12+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
1513
?>
Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
11
<?php
2-
/*
3-
templates/iptables_list.htm:<h2><tmpl_var name="list_head_txt"></h2>
4-
templates/iptables_list.htm: <span>{tmpl_var name="add_new_rule_txt"}</span>
5-
templates/iptables_list.htm: <fieldset><legend><tmpl_var name="list_head_txt"></legend>
6-
templates/iptables_list.htm: <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th>
7-
templates/iptables_list.htm: <th class="tbl_col_server_id" scope="col"><tmpl_var name="server_id_txt"></th>
8-
templates/iptables_list.htm: <!-- th class="tbl_col_source_ip" scope="col"><tmpl_var name="source_ip_txt"></th>
9-
templates/iptables_list.htm: <th class="tbl_col_destination_ip" scope="col"><tmpl_var name="destination_ip_txt"></th -->
10-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="singleport_txt"></th>
11-
templates/iptables_list.htm: <th class="tbl_col_port" scope="col"><tmpl_var name="multiport_txt"></th>
12-
templates/iptables_list.htm: <th class="tbl_col_protocol" scope="col"><tmpl_var name="protocol_txt"></th>
13-
templates/iptables_list.htm: <th class="tbl_col_table" scope="col"><tmpl_var name="table_txt"></th>
14-
templates/iptables_list.htm: <th class="tbl_col_target" scope="col"><tmpl_var name="target_txt"></th>
15-
templates/iptables_list.htm: <th class="tbl_col_state" scope="col"><tmpl_var name="state_txt"></th>
16-
templates/iptables_list.htm: <button type="button" class="icons16 icoFilter" name="Filter" id="Filter" value="{tmpl_var name="filter_txt"}" onClick="submitForm('pageForm','admin/iptables_list.php');">
17-
templates/iptables_list.htm: <span>{tmpl_var name="filter_txt"}filter_txt</span></button></div>
18-
templates/iptables_list.htm: <span>{tmpl_var name='delete_txt'}</span></a>
19-
*/
20-
21-
$wb["list_head_txt"] = 'IPTables';
22-
$wb["add_new_rule_txt"] = 'Add IPTables Rule';
23-
$wb["server_id_txt"] = 'Server';
24-
$wb["multiport_txt"] = 'Multi Port';
25-
$wb["singleport_txt"] = 'Single Port';
26-
$wb["protocol_txt"] = 'Protocol';
27-
$wb["table_txt"] = 'Table';
28-
$wb["target_txt"] = 'Target';
29-
$wb["state_txt"] = 'State';
30-
$wb["destination_ip_txt"] = 'Destination Address';
31-
$wb["source_ip_txt"] = 'Source Address';
32-
$wb["active_txt"] = 'Active';
33-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
34-
2+
$wb['list_head_txt'] = 'IPTables';
3+
$wb['add_new_rule_txt'] = 'Add IPTables Rule';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['multiport_txt'] = 'Multi Port';
6+
$wb['singleport_txt'] = 'Single Port';
7+
$wb['protocol_txt'] = 'Protocol';
8+
$wb['table_txt'] = 'Table';
9+
$wb['target_txt'] = 'Target';
10+
$wb['state_txt'] = 'State';
11+
$wb['destination_ip_txt'] = 'Destination Address';
12+
$wb['source_ip_txt'] = 'Source Address';
13+
$wb['active_txt'] = 'Active';
14+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
3515
?>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@ $wb['do_not_try_rescue_apache_txt'] = 'Disable apache monitoring';
148148
$wb['do_not_try_rescue_mysql_txt'] = 'Disable MySQL monitoring';
149149
$wb['do_not_try_rescue_mail_txt'] = 'Disable Email monitoring';
150150
$wb['rescue_description_txt'] = '<b>Information:</b> If you want to shut down mysql you have to select the Disable MySQL monitor checkbox and then wait 2-3 minutes.<br>if you do not wait 2-3 minutes, rescue will try to restart mysql!';
151+
$wb['enable_sni_txt'] = 'Enable SNI';
151152
?>
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?php
2-
3-
$wb["server_id_txt"] = 'Server';
4-
$wb["multiport_txt"] = 'Multi Port';
5-
$wb["singleport_txt"] = 'Single Port';
6-
$wb["protocol_txt"] = 'Protocol';
7-
$wb["table_txt"] = 'Table';
8-
$wb["target_txt"] = 'Target';
9-
$wb["state_txt"] = 'State';
10-
$wb["destination_ip_txt"] = 'Destination Address';
11-
$wb["source_ip_txt"] = 'Source Address';
12-
$wb["active_txt"] = 'Active';
13-
$wb["iptables_error_unique"] = 'There is already a firewall record for this server.';
14-
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['multiport_txt'] = 'Multi Port';
4+
$wb['singleport_txt'] = 'Single Port';
5+
$wb['protocol_txt'] = 'Protocol';
6+
$wb['table_txt'] = 'Table';
7+
$wb['target_txt'] = 'Target';
8+
$wb['state_txt'] = 'State';
9+
$wb['destination_ip_txt'] = 'Destination Address';
10+
$wb['source_ip_txt'] = 'Source Address';
11+
$wb['active_txt'] = 'Active';
12+
$wb['iptables_error_unique'] = 'There is already a firewall record for this server.';
1513
?>

0 commit comments

Comments
 (0)