summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-12-20 07:47:59 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-12-20 07:48:37 -0500
commite9650eeb7b17fa9a6c9d1b8259301f102cc1a8ba (patch)
tree983f5fc5ed9b412c67118d07e882c0267ebedad9 /src/usr
parent2c84c28a221ff84636c205a2beddcfd31be58339 (diff)
downloadpfsense-e9650eeb7b17fa9a6c9d1b8259301f102cc1a8ba.zip
pfsense-e9650eeb7b17fa9a6c9d1b8259301f102cc1a8ba.tar.gz
"Internationalize" help text in router advertisements
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_router_advertisements.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index aa053be..6cde67d 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -123,18 +123,18 @@ $subnets_help = '<span class="help-block">' .
'</span>';
// THe use of <div class="infoblock"> here causes the text to be hidden until the user clicks the "info" icon
-$ramode_help = 'Select the Operating Mode for the Router Advertisement (RA) Daemon.' .
+$ramode_help = gettext('Select the Operating Mode for the Router Advertisement (RA) Daemon.') .
'<div class="infoblock">' .
'<dl class="dl-horizontal responsive">' .
- '<dt>' . 'Disabled' . '</dt><dd>' . 'RADVD will not be enabled on this interface.' . '</dd>' .
- '<dt>' . 'Router Only' . '</dt><dd>' . 'Will advertise this router.' . '</dd>' .
- '<dt>' . 'Unmanaged' . '</dt><dd>' . 'Will advertise this router with stateless autoconfig.' . '</dd>' .
- '<dt>' . 'Managed' . '</dt><dd>' . 'Will advertise this router with all configuration through a DHCPv6 server.' . '</dd>' .
- '<dt>' . 'Assisted' . '</dt><dd>' . 'Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.' . '</dd>' .
- '<dt>' . 'Stateless DHCP' . '</dt><dd>' . 'Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.' . '</dd>' .
+ '<dt>' . gettext('Disabled') . '</dt><dd>' . gettext('RADVD will not be enabled on this interface.') . '</dd>' .
+ '<dt>' . gettext('Router Only') . '</dt><dd>' . gettext('Will advertise this router.') . '</dd>' .
+ '<dt>' . gettext('Unmanaged') . '</dt><dd>' . gettext('Will advertise this router with stateless autoconfig.') . '</dd>' .
+ '<dt>' . gettext('Managed') . '</dt><dd>' . gettext('Will advertise this router with all configuration through a DHCPv6 server.') . '</dd>' .
+ '<dt>' . gettext('Assisted') . '</dt><dd>' . gettext('Will advertise this router with configuration through a DHCPv6 server and/or stateless autoconfig.') . '</dd>' .
+ '<dt>' . gettext('Stateless DHCP') . '</dt><dd>' . gettext('Will advertise this router with stateless autoconfig and other configuration information available via DHCPv6.') . '</dd>' .
'</dl>' .
- 'It is not required to activate DHCPv6 server on pfSense when set to "Managed", "Assisted" or "Stateless DHCP", it can be another host on the network.' .
- '</div';
+ gettext('It is not required to activate DHCPv6 server on pfSense when set to "Managed", "Assisted" or "Stateless DHCP", it can be another host on the network.') .
+ '</div>';
if ($_POST) {
unset($input_errors);
OpenPOWER on IntegriCloud