summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-08-03 12:45:35 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-08-03 12:45:35 -0300
commitab07ca181d1223de148838a087d926f050d6f49b (patch)
tree43c8cdaa1b8e58919ce562ac079dbc9369aeab0f /usr/local/www/diag_ipsec.php
parent6896444b50b50c187c69fedc511264cff5df1c44 (diff)
parent111887664a131d3fa1b45e089676802ef71efcf7 (diff)
downloadpfsense-ab07ca181d1223de148838a087d926f050d6f49b.zip
pfsense-ab07ca181d1223de148838a087d926f050d6f49b.tar.gz
Merge remote branch 'mainline/master' into 3_interfaces
Conflicts: usr/local/www/firewall_aliases.php usr/local/www/firewall_aliases_edit.php usr/local/www/firewall_aliases_import.php usr/local/www/firewall_nat.php usr/local/www/firewall_nat_1to1.php usr/local/www/firewall_nat_1to1_edit.php usr/local/www/firewall_nat_edit.php usr/local/www/firewall_nat_out.php usr/local/www/firewall_nat_out_edit.php usr/local/www/firewall_rules.php usr/local/www/firewall_rules_edit.php usr/local/www/firewall_schedule.php usr/local/www/firewall_schedule_edit.php usr/local/www/firewall_shaper.php usr/local/www/firewall_shaper_layer7.php usr/local/www/firewall_shaper_vinterface.php usr/local/www/firewall_shaper_wizards.php usr/local/www/firewall_virtual_ip.php usr/local/www/firewall_virtual_ip_edit.php
Diffstat (limited to 'usr/local/www/diag_ipsec.php')
-rw-r--r--usr/local/www/diag_ipsec.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/usr/local/www/diag_ipsec.php b/usr/local/www/diag_ipsec.php
index a77d261..99b9864 100644
--- a/usr/local/www/diag_ipsec.php
+++ b/usr/local/www/diag_ipsec.php
@@ -45,7 +45,7 @@
global $g;
-$pgtitle = array("Status","IPsec");
+$pgtitle = array(gettext("Status"),gettext("IPsec"));
require("guiconfig.inc");
include("head.inc");
@@ -69,10 +69,10 @@ $sad = ipsec_dump_sad();
<td>
<?php
$tab_array = array();
- $tab_array[0] = array("Overview", true, "diag_ipsec.php");
- $tab_array[1] = array("SAD", false, "diag_ipsec_sad.php");
- $tab_array[2] = array("SPD", false, "diag_ipsec_spd.php");
- $tab_array[3] = array("Logs", false, "diag_logs_ipsec.php");
+ $tab_array[0] = array(gettext("Overview"), true, "diag_ipsec.php");
+ $tab_array[1] = array(gettext("SAD"), false, "diag_ipsec_sad.php");
+ $tab_array[2] = array(gettext("SPD"), false, "diag_ipsec_spd.php");
+ $tab_array[3] = array(gettext("Logs"), false, "diag_logs_ipsec.php");
display_top_tabs($tab_array);
?>
</td>
@@ -82,12 +82,12 @@ $sad = ipsec_dump_sad();
<div id="mainarea">
<table width="100%" border="0" cellpadding="6" cellspacing="0" class="tabcont sortable">
<tr>
- <td nowrap class="listhdrr">Local IP</td>
- <td nowrap class="listhdrr">Remote IP</a></td>
- <td nowrap class="listhdrr">Local Network</td>
- <td nowrap class="listhdrr">Remote Network</a></td>
- <td nowrap class="listhdrr">Description</a></td>
- <td nowrap class="listhdrr">Status</td>
+ <td nowrap class="listhdrr"><?=gettext("Local IP");?></td>
+ <td nowrap class="listhdrr"><?=gettext("Remote IP");?></a></td>
+ <td nowrap class="listhdrr"><?=gettext("Local Network");?></td>
+ <td nowrap class="listhdrr"><?=gettext("Remote Network");?></a></td>
+ <td nowrap class="listhdrr"><?=gettext("Description");?></a></td>
+ <td nowrap class="listhdrr"><?=gettext("Status");?></td>
</tr>
<?php
foreach ($a_phase2 as $ph2ent) {
@@ -132,9 +132,9 @@ $sad = ipsec_dump_sad();
<span class="vexpl">
<span class="red">
- <strong>Note:<br /></strong>
+ <strong><?=gettext("Note");?>:<br /></strong>
</span>
- You can configure your IPsec
+ <?=gettext("You can configure your IPsec");?>
<a href="vpn_ipsec.php">here</a>.
</span>
OpenPOWER on IntegriCloud