* Core translation
authorSteven Barth <steven@midlink.org>
Fri, 6 Jun 2008 21:24:59 +0000 (21:24 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 6 Jun 2008 21:24:59 +0000 (21:24 +0000)
i18n/english/luasrc/i18n/admin-core.en.lua
i18n/english/luasrc/i18n/default.en.lua
modules/admin-core/luasrc/i18n/admin_uci.en [deleted file]
modules/admin-core/luasrc/view/admin_status/iwscan.htm
modules/admin-core/luasrc/view/admin_status/routes.htm

index e76f5ea707dd0a2b79180c61f119ae00a355445c..1c2d0365911fb479d18c2d401ab5946eb365f006 100644 (file)
@@ -31,6 +31,18 @@ a_st_i_status1 = [[Here you can find information about the current system status
 usage or network interface data.]]
 a_st_i_status2 = [[Also kernel or service logfiles can be viewed here to get an overview over their current state.]]
 
+iwscan = "WLAN-Scan"
+iwscan1 = "Wifi networks in your local environment"
+iwscan_encr = "Encr."
+iwscan_link = "Link"
+iwscan_signal = "Signal"
+iwscan_noise = "Noise"
+
+routes = "Routes"
+routes_netmask = "Netmask"
+routes_gateway = "Gateway"
+routes_metric = "Metric"
+
 a_s_packages = "Software"
 a_s_changepw = "Admin Password"
 a_s_p_ipkg = "IPKG-Configuration"
index 46220ba40cbe521a01f3d4eb8b5d4c044a50adc5..3009d308eba1b87f878288ef632cf2697dbf122d 100644 (file)
@@ -4,6 +4,7 @@ administration = "Administration"
 apply = "Apply"
 
 changes = "Changes"
+channel = "Channel"
 code = "Code"
 config = "Configuration"
 configfile = "Configuration file"
@@ -30,6 +31,7 @@ hostname = "Hostname"
 
 install = "Install"
 installed = "installed"
+interface = "Interface"
 
 key = "Key"
 
@@ -62,6 +64,7 @@ statistics = "Statistics"
 syslog = "System Log"
 system = "System"
 
+target = "Target"
 type = "Type"
 
 unknownerror = "Unknown Error"
diff --git a/modules/admin-core/luasrc/i18n/admin_uci.en b/modules/admin-core/luasrc/i18n/admin_uci.en
deleted file mode 100644 (file)
index 00ac5f5..0000000
+++ /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
index adba2d23e71f32fca21022b3db3bc86f707af369..c2b53d3bfb6b0fd0e794413a7479f61dc8ef9ed9 100644 (file)
@@ -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 
index 382b8290f25ae70a65dda37303b543209ffbc6e1..09d5bf9bde1ccc10ecbe22e7b1ce59a7fa7187e8 100644 (file)
@@ -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()