summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-04-29 14:32:30 -0300
commit0e94685b3afa5ebec229976889d1e9030b3189d7 (patch)
treefc49c4236b652d8c8b493ddfe6032e706e728358 /usr/local/www/system_gateway_groups_edit.php
parent4d473c89f7e48103b188531006a1149755a7ea94 (diff)
downloadpfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.zip
pfsense-0e94685b3afa5ebec229976889d1e9030b3189d7.tar.gz
Fix gettext issues
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index 6fc035f..7807ccf 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -96,7 +96,7 @@ if ($_POST) {
continue;
if ($gateway_group['name'] == $_POST['name']) {
- $input_errors[] = sprintf(gettext("A gateway group with this name \"%s\" already exists."), $_POST['name']);
+ $input_errors[] = sprintf(gettext('A gateway group with this name "%s" already exists.'), $_POST['name']);
break;
}
}
@@ -185,9 +185,9 @@ include("head.inc");
?>
<br/><span class="vexpl">
<strong><?=gettext("Link Priority"); ?></strong> <br />
- <?=gettext("The priority selected here defines in what order failover and balancing of links will be done.
- Multiple links of the same priority will balance connections until all links in the priority will be exhausted.
- If all links in a priority level are exhausted we will use the next available link(s) in the next priority level.") ?>
+ <?=gettext("The priority selected here defines in what order failover and balancing of links will be done. " .
+ "Multiple links of the same priority will balance connections until all links in the priority will be exhausted. " .
+ "If all links in a priority level are exhausted we will use the next available link(s) in the next priority level.") ?>
</span><br />
</td>
</tr>
@@ -212,8 +212,7 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="descr" type="text" class="formfld unknown" id="descr" size="40"
value="<?=htmlspecialchars($pconfig['descr']);?>">
- <br> <span class="vexpl"><?=gettext("You may enter a description here
- for your reference (not parsed)."); ?></span></td>
+ <br> <span class="vexpl"><?=gettext("You may enter a description here for your reference (not parsed)."); ?></span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
OpenPOWER on IntegriCloud