summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_igmpproxy.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 08:45:31 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-16 08:45:31 -0300
commitb5a5deaa7bd1522b545859df12456ab43647836c (patch)
tree218ee136ec49af89bbb472868d09f587fa1e3d43 /usr/local/www/services_igmpproxy.php
parent50bfcec04bdfc8b0f2dfa53c81e1588e401a2a34 (diff)
downloadpfsense-b5a5deaa7bd1522b545859df12456ab43647836c.zip
pfsense-b5a5deaa7bd1522b545859df12456ab43647836c.tar.gz
Corrections gettext implementation on services_igmpproxy.php
Diffstat (limited to 'usr/local/www/services_igmpproxy.php')
-rwxr-xr-xusr/local/www/services_igmpproxy.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/services_igmpproxy.php b/usr/local/www/services_igmpproxy.php
index fd84d02..3d45e74 100755
--- a/usr/local/www/services_igmpproxy.php
+++ b/usr/local/www/services_igmpproxy.php
@@ -87,7 +87,7 @@ include("head.inc");
<form action="services_igmpproxy.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('igmpproxy')): ?><p>
-<?php print_info_box_np(gettext("The IGMP entry list has been changed.<br>You must apply the changes in order for them to take effect."));?>
+<?php print_info_box_np(gettext("The IGMP entry list has been changed") ".<br>" gettext("You must apply the changes in order for them to take effect."));?>
<?php endif; ?>
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -130,7 +130,7 @@ include("head.inc");
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
- <td valign="middle"><a href="services_igmpproxy_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="edit igmpentry"></a></td>
+ <td valign="middle"><a href="services_igmpproxy_edit.php?id=<?=$i;?>"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" width="17" height="17" border="0" title="<?=gettext("edit igmpentry"); ?>"></a></td>
<td><a href="services_igmpproxy.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this igmpentry? All elements that still use it will become invalid (e.g. filter rules)!");?>')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" title="<?=gettext("delete igmpentry");?>"></a></td>
</tr>
</table>
@@ -158,7 +158,7 @@ include("head.inc");
</tr>
<tr>
<td class="tabcont" colspan="4">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br></strong></span><?=gettext("Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?></span></p>
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note");?>:<br></strong></span><?=gettext("Please add the interface for upstream, the allowed subnets, and the downstream interfaces you would like the proxy to allow. Only one 'upstream' interface can be configured.");?></span></p>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud