gluon-luci-admin: rename "Expert Mode" to "Advanced settings"
Use the common term; the "Expert Mode" never was a distinct mode of operation anyways.
This commit is contained in:
parent
5a3d7268dd
commit
ca8bff68d6
@ -19,7 +19,7 @@ Configuration
|
|||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
Both Mesh-on-WAN and Mesh-on-LAN can be configured on the "Network" page
|
Both Mesh-on-WAN and Mesh-on-LAN can be configured on the "Network" page
|
||||||
of the *Expert Mode* (if the package ``gluon-luci-portconfig`` is installed).
|
of the *Advanced settings* (if the package ``gluon-luci-portconfig`` is installed).
|
||||||
|
|
||||||
It is also possible to enable Mesh-on-WAN and Mesh-on-LAN by default by
|
It is also possible to enable Mesh-on-WAN and Mesh-on-LAN by default by
|
||||||
adding ``mesh_on_wan = true`` and ``mesh_on_lan = true`` to ``site.conf``.
|
adding ``mesh_on_wan = true`` and ``mesh_on_lan = true`` to ``site.conf``.
|
||||||
@ -61,5 +61,5 @@ It may be disabled by running::
|
|||||||
uci commit
|
uci commit
|
||||||
|
|
||||||
Please note that this configuration has changed in Gluon v2016.1. Using
|
Please note that this configuration has changed in Gluon v2016.1. Using
|
||||||
the old commands on v2016.1 will break the corresponding Expert Mode
|
the old commands on v2016.1 will break the corresponding options in the
|
||||||
settings.
|
*Advanced settings*.
|
||||||
|
@ -26,8 +26,8 @@ msgstr "Fortfahren"
|
|||||||
msgid "Don't switch off the device in any circumstance!"
|
msgid "Don't switch off the device in any circumstance!"
|
||||||
msgstr "Unterbrich auf keinen Fall die Stromversorgung!"
|
msgstr "Unterbrich auf keinen Fall die Stromversorgung!"
|
||||||
|
|
||||||
msgid "Expert Mode"
|
msgid "Advanced settings"
|
||||||
msgstr "Expert Mode"
|
msgstr "Erweiterte Einstellungen"
|
||||||
|
|
||||||
msgid "Firmware image"
|
msgid "Firmware image"
|
||||||
msgstr "Firmware-Datei"
|
msgstr "Firmware-Datei"
|
||||||
|
@ -27,8 +27,8 @@ msgstr "Continuer"
|
|||||||
msgid "Don't switch off the device in any circumstance!"
|
msgid "Don't switch off the device in any circumstance!"
|
||||||
msgstr "N'interrompez en aucun cas l'alimentation!"
|
msgstr "N'interrompez en aucun cas l'alimentation!"
|
||||||
|
|
||||||
msgid "Expert Mode"
|
msgid "Advanced settings"
|
||||||
msgstr "Mode Expert"
|
msgstr "Paramètres avancés"
|
||||||
|
|
||||||
msgid "Firmware image"
|
msgid "Firmware image"
|
||||||
msgstr "Fichier image"
|
msgstr "Fichier image"
|
||||||
|
@ -13,7 +13,7 @@ msgstr ""
|
|||||||
msgid "Don't switch off the device in any circumstance!"
|
msgid "Don't switch off the device in any circumstance!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Expert Mode"
|
msgid "Advanced settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Firmware image"
|
msgid "Firmware image"
|
||||||
|
@ -29,7 +29,7 @@ function index()
|
|||||||
root.index = true
|
root.index = true
|
||||||
end
|
end
|
||||||
|
|
||||||
local page = entry({"admin"}, alias("admin", "index"), _("Expert Mode"), 10)
|
local page = entry({"admin"}, alias("admin", "index"), _("Advanced settings"), 10)
|
||||||
page.sysauth = "root"
|
page.sysauth = "root"
|
||||||
page.sysauth_authenticator = function() return "root" end
|
page.sysauth_authenticator = function() return "root" end
|
||||||
page.index = true
|
page.index = true
|
||||||
|
Loading…
Reference in New Issue
Block a user