summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 14:51:02 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 14:51:02 -0300
commit64b919effe8874db9f6dd13b0efad86edf27cf3d (patch)
treee1c756d452392c9c8e310f55ab74baef37833015 /usr/local/www/firewall_schedule_edit.php
parentabd67a31410c36d2743aeea21cc7cdff6c70f2c0 (diff)
downloadpfsense-64b919effe8874db9f6dd13b0efad86edf27cf3d.zip
pfsense-64b919effe8874db9f6dd13b0efad86edf27cf3d.tar.gz
Corrections gettext implementation on firewall_schedule_edit.php
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index 5c2761a..4f5264b 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -923,14 +923,14 @@ EOD;
echo "</option>";
}
?>
- </select>&nbsp;Hr&nbsp;&nbsp;
+ </select>&nbsp;<?=gettext("Hr"); ?>&nbsp;&nbsp;
<select name="starttimemin" class="formselect" id="starttimemin">
<option value="00">00</option>
<option value="15">15</option>
<option value="30">30</option>
<option value="45">45</option>
<option value="59">59</option>
- </select>&nbsp;Min
+ </select>&nbsp;<?=gettext("Min"); ?>
</td>
<td></td>
<td>
@@ -1152,8 +1152,8 @@ EOD;
<tr>
<td width="15%" valign="top">&nbsp;</td>
<td width="85%">
- <input id="submit" name="submit" type="submit" onclick="return checkForRanges();" class="formbtn" value="Save" />
- <input id="cancelbutton" name="cancelbutton" type="button" class="formbtn" value="Cancel" onclick="history.back()" />
+ <input id="submit" name="submit" type="submit" onclick="return checkForRanges();" class="formbtn" value="<?=gettext("Save"); ?>" />
+ <input id="cancelbutton" name="cancelbutton" type="button" class="formbtn" value="<?=gettext("Cancel"); ?>" onclick="history.back()" />
<?php if (isset($id) && $a_schedules[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>" />
<?php endif; ?>
OpenPOWER on IntegriCloud