summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 15:47:12 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 15:47:12 -0300
commit4f65a1d5a2b75acc8c933e4186afd4ff91b09bf6 (patch)
tree31ac4e47e41c198b0b2996b8d8a9d9396b5aeb72 /usr/local/www/firewall_schedule_edit.php
parent2db2df36e92bbf241aeb8005110149986b39df95 (diff)
downloadpfsense-4f65a1d5a2b75acc8c933e4186afd4ff91b09bf6.zip
pfsense-4f65a1d5a2b75acc8c933e4186afd4ff91b09bf6.tar.gz
Fixing gettext calls on firewall_schedule_edit.php
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index cfbf7d9..5c2761a 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -186,7 +186,7 @@ if ($_POST) {
filter_configure();
- header(gettext("Location: firewall_schedule.php"));
+ header("Location: firewall_schedule.php");
exit;
}
@@ -902,7 +902,7 @@ EOD;
} //end for loop
?>
<br/>
- <?=gettext)"Click individual date to select that date only. Click the appropriate weekday Header to select all occurences of that weekday.");?>
+ <?=gettext("Click individual date to select that date only. Click the appropriate weekday Header to select all occurences of that weekday.");?>
</td>
</tr>
<tr>
@@ -948,14 +948,14 @@ EOD;
echo "</option>";
}
?>
- </select>&nbsp;Hr&nbsp;&nbsp;
+ </select>&nbsp;<?=gettext("Hr");?>&nbsp;&nbsp;
<select name="stoptimemin" class="formselect" id="stoptimemin">
<option value="00">00</option>
<option value="15">15</option>
<option value="30">30</option>
<option value="45">45</option>
<option value="59" SELECTED>59</option>
- </select>&nbsp;Min
+ </select>&nbsp;<?=gettext("Min");?>
</td>
</tr>
</table><br>
@@ -973,8 +973,8 @@ EOD;
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input type="button" value="Add Time" class="formbtn" onclick="javascript:processEntries();">&nbsp;&nbsp;&nbsp;
- <input type="button" value="Clear Selection" class="formbtn" onclick="javascript:clearCalendar(); clearTime(); clearDescr();">
+ <input type="button" value="<?=gettext("Add Time");?>" class="formbtn" onclick="javascript:processEntries();">&nbsp;&nbsp;&nbsp;
+ <input type="button" value="<?=gettext("Clear Selection");?>" class="formbtn" onclick="javascript:clearCalendar(); clearTime(); clearDescr();">
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud