mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Add descriptive text for connect provider, update en_US locale msgs
This commit is contained in:
parent
f481b51c9d
commit
5ec7d4908e
3 changed files with 7 additions and 1 deletions
Binary file not shown.
|
@ -1308,6 +1308,9 @@ msgstr "Server location"
|
|||
msgid "Choosing <strong>Save settings</strong> will connect to the selected country."
|
||||
msgstr "Choosing <strong>Save settings</strong> will connect to the selected country."
|
||||
|
||||
msgid "Choosing <strong>Connect %s</strong> will connect to a recommended server."
|
||||
msgstr "Choosing <strong>Connect %s</strong> will connect to a recommended server."
|
||||
|
||||
msgid "Select a country from the server location list"
|
||||
msgstr "Select a country from the server location list"
|
||||
|
||||
|
|
|
@ -34,9 +34,12 @@
|
|||
<div class="row">
|
||||
<div class="form-group col-md-6 mt-3">
|
||||
<h5><?php echo _("Server location"); ?></h5>
|
||||
<div class="mb-2">
|
||||
<div>
|
||||
<small><?php echo _("Choosing <strong>Save settings</strong> will connect to the selected country."); ?></small>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<small><?php echo sprintf(_("Choosing <strong>Connect %s</strong> will connect to a recommended server."), $providerName); ?></small>
|
||||
</div>
|
||||
<label for="cbxhwmode"><?php echo _("Country") ;?></label>
|
||||
<?php SelectorOptions('country', $countries, $country, 'cbxcountry'); ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue