From 4a3c31d7f1a5f6bdd53dc4dcd8572627451e252b Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Ramos Date: Wed, 11 Aug 2010 21:19:49 -0300 Subject: gettext() fixes on diag_packet_capture.php --- usr/local/www/diag_packet_capture.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php index de314a9..2bff911 100644 --- a/usr/local/www/diag_packet_capture.php +++ b/usr/local/www/diag_packet_capture.php @@ -124,7 +124,7 @@ include("fbegin.inc"); -
+
@@ -133,7 +133,7 @@ include("fbegin.inc");

-
+
@@ -167,7 +167,7 @@ include("fbegin.inc");
" . - gettext("Note") . ": " . + gettext("Note:") . " " . gettext("This option does not affect the level of detail when downloading the packet capture.");?> @@ -191,14 +191,14 @@ include("fbegin.inc"); if ($processcheck != false) $processisrunning = true; - if (($action == gettext("Stop") or $action == "") and $processisrunning != true) + if (($action == "Stop" or $action == "") and $processisrunning != true) echo " "; else { echo " "; } if (file_exists($fp.$fn) and $processisrunning != true) { echo ""; - echo "  (" . gettext("The packet capture file was last updated") . ": " . date("F jS, Y g:i:s a.", filemtime($fp.$fn)) . ")"; + echo "  (" . gettext("The packet capture file was last updated:") . " " . date("F jS, Y g:i:s a.", filemtime($fp.$fn)) . ")"; } ?> @@ -240,7 +240,7 @@ include("fbegin.inc"); mwexec_bg ("/usr/sbin/tcpdump -i $selectedif $searchcount -s $packetlength -w $fp$fn $searchhost $searchport"); } else { //action = stop - echo("" . gettext("Packet Capture stopped.") . "

" . gettext("Packets Captured") . ":

"); + echo("" . gettext("Packet Capture stopped.") . "

" . gettext("Packets Captured:") . "

"); ?>