summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-14 13:07:52 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-14 13:07:52 +0000
commita66ce6278d2db23e21791c0b0054fcaa6e633327 (patch)
tree63eeaf0175150a2957d9162c1baa62e2815271f6 /src/usr/local/www
parent5b8a7e90f03a31f715960e6557ef0b5964073773 (diff)
downloadpfsense-a66ce6278d2db23e21791c0b0054fcaa6e633327.zip
pfsense-a66ce6278d2db23e21791c0b0054fcaa6e633327.tar.gz
Maybe abbreviations could be kept to a certain acceptable minimum
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/diag_states_summary.php4
-rw-r--r--src/usr/local/www/firewall_nat.php8
-rw-r--r--src/usr/local/www/status_openvpn.php8
3 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/diag_states_summary.php b/src/usr/local/www/diag_states_summary.php
index 965bcc2..052680d 100644
--- a/src/usr/local/www/diag_states_summary.php
+++ b/src/usr/local/www/diag_states_summary.php
@@ -181,8 +181,8 @@ function print_summary_table($label, $iparr, $sort = TRUE) {
<th class="text-center"># <?=gettext("States");?></th>
<th ><?=gettext("Protocol");?></th>
<th class="text-center"># <?=gettext("States");?></th>
- <th class="text-center"><?=gettext("Src Ports");?></th>
- <th class="text-center"><?=gettext("Dst Ports");?></th>
+ <th class="text-center"><?=gettext("Source Ports");?></th>
+ <th class="text-center"><?=gettext("Dest. Ports");?></th>
</tr>
</thead>
<tbody>
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index ea487c7..ec95ef1 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -197,10 +197,10 @@ display_top_tabs($tab_array);
<th><!-- Rule type --></th>
<th><?=gettext("Interface")?></th>
<th><?=gettext("Protocol")?></th>
- <th><?=gettext("Src. addr")?></th>
- <th><?=gettext("Src. ports")?></th>
- <th><?=gettext("Dest. addr")?></th>
- <th><?=gettext("Dest. ports")?></th>
+ <th><?=gettext("Source Address")?></th>
+ <th><?=gettext("Source Ports")?></th>
+ <th><?=gettext("Dest. Address")?></th>
+ <th><?=gettext("Dest. Ports")?></th>
<th><?=gettext("NAT IP")?></th>
<th><?=gettext("NAT Ports")?></th>
<th><?=gettext("Description")?></th>
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index bc7e266..6494d98 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -253,10 +253,10 @@ include("head.inc"); ?>
<th><?=gettext("Name"); ?></th>
<th><?=gettext("Status"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
- <th><?=gettext("Virtual Addr"); ?></th>
+ <th><?=gettext("Virtual Address"); ?></th>
<th><?=gettext("Remote Host"); ?></th>
<th><?=gettext("Bytes Sent"); ?></th>
- <th><?=gettext("Bytes Rcvd"); ?></th>
+ <th><?=gettext("Bytes Received"); ?></th>
<th><?=gettext("Service"); ?></th>
</tr>
</thead>
@@ -309,10 +309,10 @@ include("head.inc"); ?>
<th><?=gettext("Name"); ?></th>
<th><?=gettext("Status"); ?></th>
<th><?=gettext("Connected Since"); ?></th>
- <th><?=gettext("Virtual Addr"); ?></th>
+ <th><?=gettext("Virtual Address"); ?></th>
<th><?=gettext("Remote Host"); ?></th>
<th><?=gettext("Bytes Sent"); ?></th>
- <th><?=gettext("Bytes Rcvd"); ?></th>
+ <th><?=gettext("Bytes Received"); ?></th>
<th><?=gettext("Service"); ?></th>
</tr>
</thead>
OpenPOWER on IntegriCloud