Update messages + compile .mo

This commit is contained in:
billz 2023-03-19 16:53:40 +01:00
parent d5eb3c510e
commit 9bc54336c2
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ if (isset($_POST['interface'])) {
$msg = _("The selected interface has support for the 2.4 GHz wireless band only.");
break;
case NL80211_BAND_5GHZ:
$msg = _("The selected interface has support for the 2.4 GHz wireless band only.");
$msg = _("The selected interface has support for the 5 GHz wireless band only.");
break;
case NL80211_BAND_24GHZ | NL80211_BAND_5GHZ:
$msg = _("The selected interface has support for both the 2.4 and 5 GHz wireless bands.");

Binary file not shown.

View File

@ -588,8 +588,8 @@ msgstr "dBm is a unit of level used to indicate that a power ratio is expressed
msgid "The selected interface has support for the 2.4 GHz wireless band only."
msgstr "The selected interface has support for the 2.4 GHz wireless band only."
msgid "The selected interface has support for the 2.4 GHz wireless band only."
msgstr "The selected interface has support for the 2.4 GHz wireless band only."
msgid "The selected interface has support for the 2.5 GHz wireless band only."
msgstr "The selected interface has support for the 2.5 GHz wireless band only."
msgid "The selected interface has support for both the 2.4 and 5 GHz wireless bands."
msgstr "The selected interface has support for both the 2.4 and 5 GHz wireless bands."