Add descriptive text for connect provider, update en_US locale msgs

This commit is contained in:
billz 2023-10-27 11:22:18 +01:00
parent f481b51c9d
commit 5ec7d4908e
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -1308,6 +1308,9 @@ msgstr "Server location"
msgid "Choosing <strong>Save settings</strong> will connect to the selected country." msgid "Choosing <strong>Save settings</strong> will connect to the selected country."
msgstr "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" msgid "Select a country from the server location list"
msgstr "Select a country from the server location list" msgstr "Select a country from the server location list"

View File

@ -34,9 +34,12 @@
<div class="row"> <div class="row">
<div class="form-group col-md-6 mt-3"> <div class="form-group col-md-6 mt-3">
<h5><?php echo _("Server location"); ?></h5> <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> <small><?php echo _("Choosing <strong>Save settings</strong> will connect to the selected country."); ?></small>
</div> </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> <label for="cbxhwmode"><?php echo _("Country") ;?></label>
<?php SelectorOptions('country', $countries, $country, 'cbxcountry'); ?> <?php SelectorOptions('country', $countries, $country, 'cbxcountry'); ?>
</div> </div>