mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update messages + compile .mo
This commit is contained in:
parent
d5eb3c510e
commit
9bc54336c2
@ -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.
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user