summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:29:35 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-08 13:29:35 -0300
commit731df1afc9743c31c7b8e9a88d69d3bf18ec9777 (patch)
treea79bcbccd3ef5fb59f095f4d6a79ceea39849a17 /usr/local/www/firewall_aliases_edit.php
parent6a73963a31143cadc343b0786b122ebc960baca6 (diff)
downloadpfsense-731df1afc9743c31c7b8e9a88d69d3bf18ec9777.zip
pfsense-731df1afc9743c31c7b8e9a88d69d3bf18ec9777.tar.gz
Corrections gettext implementation on firewall_aliases_edit.php
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 6bad83e..ebae16a 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -561,7 +561,7 @@ EOD;
<?php endif; ?>
<br />
<span class="vexpl">
- <?=gettext("The name of the alias may only consist of the characters") . " a-z, A-Z and 0-9."; ?>
+ <?=gettext("The name of the alias may only consist of the characters \"a-z, A-Z and 0-9\"."); ?>
</span>
</td>
</tr>
@@ -579,7 +579,7 @@ EOD;
<td valign="top" class="vncellreq"><?=gettext("Type"); ?></td>
<td class="vtable">
<select name="type" class="formselect" id="type" onchange="update_box_type(); typesel_change();">
- <option value="host" <?php if ($pconfig['type'] == "host") echo "selected"; ?>>Host(s)</option>
+ <option value="host" <?php if ($pconfig['type'] == "host") echo "selected"; ?>><?=gettext("Host(s)"); ?></option>
<option value="network" <?php if ($pconfig['type'] == "network") echo "selected"; ?>><?=gettext("Network(s)"); ?></option>
<option value="port" <?php if ($pconfig['type'] == "port") echo "selected"; ?>><?=gettext("Port(s)"); ?></option>
<option value="openvpn" <?php if ($pconfig['type'] == "openvpn") echo "selected"; ?>><?=gettext("OpenVPN Users"); ?></option>
@@ -589,7 +589,7 @@ EOD;
</td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncellreq"><div id="addressnetworkport">Host(s)</div></td>
+ <td width="22%" valign="top" class="vncellreq"><div id="addressnetworkport"><?=gettext("Host(s)"); ?></div></td>
<td width="78%" class="vtable">
<table id="maintable">
<tbody>
OpenPOWER on IntegriCloud