diff --git a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt index 2307fa3ec..d8058f855 100644 --- a/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt +++ b/src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt @@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE. updateVoucherGroupList(); } else { // A voucher server is needed before we can add vouchers, alert user - BootstrapDialog.alert('{{ lang._('Please setup a voucher server first ') }} ({{ lang._('goto auth servers') }} )'); + BootstrapDialog.alert('{{ lang._('Please setup a voucher server first (%sgoto auth servers%s)') | format('','') }}'); } } }); diff --git a/src/www/interfaces_vlan_edit.php b/src/www/interfaces_vlan_edit.php index f13c5731a..83acfb432 100644 --- a/src/www/interfaces_vlan_edit.php +++ b/src/www/interfaces_vlan_edit.php @@ -194,11 +194,11 @@ include("head.inc");
| =gettext("Dynamic DNS client");?> | += gettext("Dynamic DNS client") ?> | - =gettext("full help"); ?> + = gettext("full help") ?> |
| =gettext("Enable");?> | += gettext("Enable") ?> | - " =!empty($pconfig['enable']) ? "checked=\"checked\"" : ""; ?> /> + " = empty($pconfig['enable']) ? '' : 'checked="checked"' ?> /> |
| =gettext("Service type");?> | += gettext("Service type") ?> | |
| =gettext("Interface to monitor");?> | += gettext("Interface to monitor") ?> | |
| =gettext("Interface to send update from");?> | += gettext("Interface to send update from") ?> | |
| =gettext("Hostname");?> | += gettext("Hostname") ?> |
-
+
- =gettext("Note:");?>
- =gettext("Enter the complete host/domain name. example: myhost.dyndns.org");?> - =gettext("For he.net tunnelbroker, enter your tunnel ID");?> + = gettext("Enter the complete host/domain name. example: myhost.dyndns.org") ?> + = gettext("For he.net tunnelbroker, enter your tunnel ID") ?> |
| =gettext("MX"); ?> | += gettext("MX") ?> |
-
+
- =gettext("Note: With a dynamic DNS service you can only use a hostname, not an IP address.");?>
+ = gettext("Note: With a dynamic DNS service you can only use a hostname, not an IP address.") ?>
- =gettext("Set this option only if you need a special MX record. Not"." all services support this.");?> + = gettext("Set this option only if you need a special MX record. Not all services support this.") ?> |
| =gettext("Wildcards"); ?> | += gettext("Wildcards") ?> | - /> - =gettext("Enable ");?>=gettext("Wildcard"); ?> + /> + = gettext("Enable Wildcard") ?> |
| =gettext("Verbose logging"); ?> | += gettext("Verbose logging") ?> | - /> - =gettext("Enable ");?>=gettext("verbose logging"); ?> + /> + = gettext("Enable verbose logging") ?> |
| =gettext("CURL options"); ?> |
- />
- =gettext("Force IPv4 resolving"); ?> - /> - =gettext("Verify SSL peer"); ?> + /> + = gettext("Force IPv4 resolving") ?> + /> + = gettext("Verify SSL peer") ?> |
|
| =gettext("Username");?> | += gettext("Username") ?> |
-
+
= gettext("Username is required for all types except Namecheap, FreeDNS and Custom Entries.");?>
-
= gettext("Route 53: Enter your Access Key ID.");?> - = gettext("Duck DNS: Enter your Token.");?> - = gettext("For Custom Entries, Username and Password represent HTTP Authentication username and passwords.");?> + = gettext('Route 53: Enter your Access Key ID.') ?> + = gettext('Duck DNS: Enter your Token.') ?> + = gettext('For Custom Entries, Username and Password represent HTTP Authentication username and passwords.') ?> |
| =gettext("Password");?> | += gettext("Password") ?> |
-
+
- =gettext("FreeDNS (freedns.afraid.org): Enter your \"Authentication Token\" provided by FreeDNS.");?>
-
= gettext("Route 53: Enter your Secret Access Key.");?> - = gettext("Duck DNS: Leave blank.");?> + =gettext('FreeDNS (freedns.afraid.org): Enter your "Authentication Token" provided by FreeDNS.') ?> + = gettext('Route 53: Enter your Secret Access Key.') ?> + = gettext('Duck DNS: Leave blank.') ?> |
| =gettext("Update URL");?> | +=gettext("Update URL") ?> |
-
+
- = gettext("This is the only field required by for Custom Dynamic DNS, and is only used by Custom Entries.");?>
+ = gettext("This is the only field required by for Custom Dynamic DNS, and is only used by Custom Entries.") ?>
- = gettext("If you need the new IP to be included in the request, put %IP% in its place.");?> + = gettext("If you need the new IP to be included in the request, put %IP% in its place.") ?> |
| =gettext("Result Match");?> | += gettext("Result Match") ?> |
-
+
- = gettext("This field is only used by Custom Dynamic DNS Entries.");?>
+ = gettext("This field is only used by Custom Dynamic DNS Entries.") ?>
= gettext("This field should be identical to what your dynamic DNS Provider will return if the update succeeds, leave it blank to disable checking of returned results.");?> - = gettext("If you need the new IP to be included in the request, put %IP% in its place.");?> + = gettext("If you need the new IP to be included in the request, put %IP% in its place.") ?> - = gettext("If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \\|");?> + = gettext("If you need to include multiple possible values, separate them with a |. If your provider includes a |, escape it with \\|") ?> - = gettext("Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.");?> + = gettext("Tabs (\\t), newlines (\\n) and carriage returns (\\r) at the beginning or end of the returned results are removed before comparison.") ?> |
| =gettext("Description");?> | += gettext("Description") ?> | - + |
| - " onclick="enable_change(true)" /> + " onclick="enable_change(true)" /> - - " onclick="enable_change(true)" /> + + " onclick="enable_change(true)" /> - =gettext("Cancel");?> + = gettext("Cancel") ?> | ||
| - | =gettext("Note:");?> + = gettext("Note:") ?> |
@@ -440,7 +439,7 @@ include("head.inc");
diff --git a/src/www/services_ntpd.php b/src/www/services_ntpd.php
index 8358b280f..4d8c430e3 100644
--- a/src/www/services_ntpd.php
+++ b/src/www/services_ntpd.php
@@ -321,7 +321,7 @@ include("head.inc");
" /> - =gettext("Show statistics logging options");?>
','');?> |
| =gettext("Polling Port ");?> | += gettext("Polling Port") ?> |
@@ -228,7 +228,7 @@ include("head.inc");
|
| =gettext("Trap server port ");?> | += gettext("Trap server port") ?> |
|