diff options
author | Steven Barth <steven@midlink.org> | 2008-06-06 21:24:59 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-06 21:24:59 +0000 |
commit | 37caa67aaa34a3d5636e0e15079bb329c4804684 (patch) | |
tree | a1fa16c22e9763ed946cf32bc37722483e001462 /modules | |
parent | cd0fb5e44e5cb538d93024d02a14a02c00752641 (diff) |
* Core translation
Diffstat (limited to 'modules')
-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 00ac5f5ff..000000000 --- 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 adba2d23e..c2b53d3bf 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 382b8290f..09d5bf9bd 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() |