summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-11 21:44:54 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-11 21:44:54 +0545
commitbc3c30ebc548c9b1b184166e940d66cc91752a28 (patch)
tree893d69eb2196c05cc57e651d070421244e09659d /src/usr/local/www/services_dhcpv6.php
parent418695882980cce2450e97608ee0864885208250 (diff)
downloadpfsense-bc3c30ebc548c9b1b184166e940d66cc91752a28.zip
pfsense-bc3c30ebc548c9b1b184166e940d66cc91752a28.tar.gz
Internationalize Form_Button text
The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
Diffstat (limited to 'src/usr/local/www/services_dhcpv6.php')
-rw-r--r--src/usr/local/www/services_dhcpv6.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/local/www/services_dhcpv6.php b/src/usr/local/www/services_dhcpv6.php
index 41cb14a..2640e7f 100644
--- a/src/usr/local/www/services_dhcpv6.php
+++ b/src/usr/local/www/services_dhcpv6.php
@@ -754,7 +754,7 @@ $section->addInput(new Form_Checkbox(
$btndyndns = new Form_Button(
'btndyndns',
- 'Advanced',
+ gettext('Advanced'),
null,
'fa-cog'
);
@@ -822,7 +822,7 @@ $section->addInput(new Form_Checkbox(
$btnntp = new Form_Button(
'btnntp',
- 'Advanced',
+ gettext('Advanced'),
null,
'fa-cog'
);
@@ -858,7 +858,7 @@ $section->add($group);
$btnldap = new Form_Button(
'btnldap',
- 'Advanced',
+ gettext('Advanced'),
null,
'fa-cog'
);
@@ -879,7 +879,7 @@ $section->addInput(new Form_Input(
$btnnetboot = new Form_Button(
'btnnetboot',
- 'Advanced',
+ gettext('Advanced'),
null,
'fa-cog'
);
@@ -907,7 +907,7 @@ $section->addInput(new Form_Input(
$btnadnl = new Form_Button(
'btnadnl',
- 'Advanced',
+ gettext('Advanced'),
null,
'fa-cog'
);
@@ -954,7 +954,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$btn = new Form_Button(
'deleterow' . $counter,
- 'Delete',
+ gettext('Delete'),
null,
'fa-trash'
);
@@ -968,7 +968,7 @@ foreach ($pconfig['numberoptions']['item'] as $item) {
$btnaddopt = new Form_Button(
'addrow',
- 'Add Option',
+ gettext('Add Option'),
null,
'fa-plus'
);
OpenPOWER on IntegriCloud