summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-14 08:17:40 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-14 08:17:40 -0500
commit851cc33a1f09a703164ef8ff93a706311af563b1 (patch)
tree0cd806c61ed61816b1860c8823b0b37692b57ed0
parent33b68a4049b3ee95eb25ec7b83263337e225ec84 (diff)
parenta66ce6278d2db23e21791c0b0054fcaa6e633327 (diff)
downloadpfsense-851cc33a1f09a703164ef8ff93a706311af563b1.zip
pfsense-851cc33a1f09a703164ef8ff93a706311af563b1.tar.gz
Merge pull request #2436 from NewEraCracker/rewording
-rwxr-xr-xsrc/usr/local/www/diag_dump_states.php4
-rw-r--r--src/usr/local/www/diag_states_summary.php6
-rw-r--r--src/usr/local/www/firewall_nat.php12
-rw-r--r--src/usr/local/www/firewall_rules.php2
-rw-r--r--src/usr/local/www/status_logs_filter.php6
-rwxr-xr-xsrc/usr/local/www/status_logs_filter_dynamic.php6
-rw-r--r--src/usr/local/www/status_openvpn.php8
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php4
8 files changed, 24 insertions, 24 deletions
diff --git a/src/usr/local/www/diag_dump_states.php b/src/usr/local/www/diag_dump_states.php
index 70cfd68..8d77756 100755
--- a/src/usr/local/www/diag_dump_states.php
+++ b/src/usr/local/www/diag_dump_states.php
@@ -165,8 +165,8 @@ print $form;
<table class="table table-striped table-condensed table-hover sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
- <th><?=gettext("Int")?></th>
- <th><?=gettext("Proto")?></th>
+ <th><?=gettext("Interface")?></th>
+ <th><?=gettext("Protocol")?></th>
<th><?=gettext("Source -> Router -> Destination")?></th>
<th><?=gettext("State")?></th>
<th></th> <!-- For the optional "Remove" button -->
diff --git a/src/usr/local/www/diag_states_summary.php b/src/usr/local/www/diag_states_summary.php
index 06745a0..052680d 100644
--- a/src/usr/local/www/diag_states_summary.php
+++ b/src/usr/local/www/diag_states_summary.php
@@ -179,10 +179,10 @@ function print_summary_table($label, $iparr, $sort = TRUE) {
<tr>
<th ><?=gettext("IP");?></th>
<th class="text-center"># <?=gettext("States");?></th>
- <th ><?=gettext("Proto");?></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 b867ee2..ec95ef1 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -195,12 +195,12 @@ display_top_tabs($tab_array);
<tr>
<th><!-- Checkbox --></th>
<th><!-- Rule type --></th>
- <th><?=gettext("If")?></th>
- <th><?=gettext("Proto")?></th>
- <th><?=gettext("Src. addr")?></th>
- <th><?=gettext("Src. ports")?></th>
- <th><?=gettext("Dest. addr")?></th>
- <th><?=gettext("Dest. ports")?></th>
+ <th><?=gettext("Interface")?></th>
+ <th><?=gettext("Protocol")?></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/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index 807d5a7..5ba1be9 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -281,7 +281,7 @@ display_top_tabs($tab_array);
<tr>
<th><!-- checkbox --></th>
<th><!-- status icons --></th>
- <th><?=gettext("Proto")?></th>
+ <th><?=gettext("Protocol")?></th>
<th><?=gettext("Source")?></th>
<th><?=gettext("Port")?></th>
<th><?=gettext("Destination")?></th>
diff --git a/src/usr/local/www/status_logs_filter.php b/src/usr/local/www/status_logs_filter.php
index 007a621..235b143 100644
--- a/src/usr/local/www/status_logs_filter.php
+++ b/src/usr/local/www/status_logs_filter.php
@@ -183,9 +183,9 @@ if (!$rawfilter) {
<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
<thead>
<tr class="text-nowrap">
- <th><?=gettext("Act")?></th>
+ <th><?=gettext("Action")?></th>
<th><?=gettext("Time")?></th>
- <th><?=gettext("IF")?></th>
+ <th><?=gettext("Interface")?></th>
<?php
if ($config['syslog']['filterdescriptions'] === "1") {
?>
@@ -197,7 +197,7 @@ if (!$rawfilter) {
?>
<th><?=gettext("Source")?></th>
<th><?=gettext("Destination")?></th>
- <th><?=gettext("Proto")?></th>
+ <th><?=gettext("Protocol")?></th>
</tr>
</thead>
<tbody>
diff --git a/src/usr/local/www/status_logs_filter_dynamic.php b/src/usr/local/www/status_logs_filter_dynamic.php
index 4a8b6d6..8c9374a 100755
--- a/src/usr/local/www/status_logs_filter_dynamic.php
+++ b/src/usr/local/www/status_logs_filter_dynamic.php
@@ -406,12 +406,12 @@ function toggleListDescriptions() {
<table class="table table-striped table-hover table-condensed">
<thead>
<tr class="text-nowrap">
- <th><?=gettext("Act")?></th>
+ <th><?=gettext("Action")?></th>
<th><?=gettext("Time")?></th>
- <th><?=gettext("IF")?></th>
+ <th><?=gettext("Interface")?></th>
<th><?=gettext("Source")?></th>
<th><?=gettext("Destination")?></th>
- <th><?=gettext("Proto")?></th>
+ <th><?=gettext("Protocol")?></th>
</tr>
</thead>
<tbody id="filter-log-entries">
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>
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index 62e5104..66e5b04 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -131,9 +131,9 @@ if (isset($_POST['lastsawtime'])) {
<table class="table table-striped table-hover">
<thead>
<tr>
- <th><?=gettext("Act");?></th>
+ <th><?=gettext("Action");?></th>
<th><?=gettext("Time");?></th>
- <th><?=gettext("IF");?></th>
+ <th><?=gettext("Interface");?></th>
<th><?=gettext("Source");?></th>
<th><?=gettext("Destination");?></th>
</tr>
OpenPOWER on IntegriCloud