diff options
Diffstat (limited to 'modules/admin-core/luasrc')
-rw-r--r-- | modules/admin-core/luasrc/i18n/admin_uci.en | 2 | ||||
-rw-r--r-- | modules/admin-core/luasrc/view/admin_status/iwscan.htm | 12 | ||||
-rw-r--r-- | modules/admin-core/luasrc/view/admin_status/routes.htm | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/modules/admin-core/luasrc/i18n/admin_uci.en b/modules/admin-core/luasrc/i18n/admin_uci.en deleted file mode 100644 index 00ac5f5ff8..0000000000 --- a/modules/admin-core/luasrc/i18n/admin_uci.en +++ /dev/null @@ -1,2 +0,0 @@ -uci_applied = "The following changes were applied" -uci_reverted = "The following changes were reverted"
\ No newline at end of file diff --git a/modules/admin-core/luasrc/view/admin_status/iwscan.htm b/modules/admin-core/luasrc/view/admin_status/iwscan.htm index adba2d23e7..c2b53d3bfb 100644 --- a/modules/admin-core/luasrc/view/admin_status/iwscan.htm +++ b/modules/admin-core/luasrc/view/admin_status/iwscan.htm @@ -6,14 +6,14 @@ <table cellspacing="0" cellpadding="6" class="smalltext"> <tr> <th><%:interface Schnittstelle%></th> -<th><%:essid ESSID%></th> -<th><%:bssid BSSID%></th> +<th>ESSID</th> +<th>BSSID</th> <th><%:mode Modus%></th> <th><%:channel Kanal%></th> -<th><%:encr Vers.%></th> -<th><%:link Verb.%></th> -<th><%:signal Signal%></th> -<th><%:noise Rausch%></th> +<th><%:iwscan_encr Vers.%></th> +<th><%:iwscan_link Verb.%></th> +<th><%:iwscan_signal Signal%></th> +<th><%:iwscan_noise Rausch%></th> </tr> <%for iface, cells in pairs(luci.sys.wifi.iwscan()) do for i, cell in ipairs(cells) do diff --git a/modules/admin-core/luasrc/view/admin_status/routes.htm b/modules/admin-core/luasrc/view/admin_status/routes.htm index 382b8290f2..09d5bf9bde 100644 --- a/modules/admin-core/luasrc/view/admin_status/routes.htm +++ b/modules/admin-core/luasrc/view/admin_status/routes.htm @@ -5,10 +5,10 @@ <table cellspacing="0" cellpadding="6" class="smalltext"> <tr> <th><%:target Ziel%></th> -<th><%:netmask Netzmaske%></th> -<th><%:gateway Gateway%></th> -<th><%:metric Metrik%></th> -<th><%:iface Schnittstelle%></th> +<th><%:routes_netmask Netzmaske%></th> +<th><%:routes_gateway Gateway%></th> +<th><%:routes_metric Metrik%></th> +<th><%:interface Schnittstelle%></th> </tr> <% local routes = luci.sys.net.routes() |