diff options
author | Steven Barth <steven@midlink.org> | 2008-06-01 12:12:18 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-01 12:12:18 +0000 |
commit | b454395a8da4013aff2ecd64cd7eafc01fc6a5a2 (patch) | |
tree | 0071604ca65f1e520ee2f56b6cf6343bc5297df9 /i18n | |
parent | 1da5feb9f720fd48a886aad09df91bd8cc9df4c8 (diff) |
* Performance optimizations
* libs/core: Added bytecode stripping function to luci.util
* libs/core: Added smart indexcache that automatically updates cached index-files on change
* libs/web: Enabled template caching support
* Core Translation part 4
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua (renamed from i18n/english/luasrc/i18n/admin-core.en) | 28 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/cbi.en.lua (renamed from i18n/english/luasrc/i18n/cbi.en) | 0 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua (renamed from i18n/english/luasrc/i18n/default.en) | 14 |
3 files changed, 41 insertions, 1 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en b/i18n/english/luasrc/i18n/admin-core.en.lua index 33301618a..1affe22f9 100644 --- a/i18n/english/luasrc/i18n/admin-core.en +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -102,3 +102,31 @@ a_srv_dropbear1 = "Dropbear offers SSH network shell access and an integrated SC a_srv_d_pwauth = "Password authentication" a_srv_d_pwauth1 = "Allow SSH password authentication" +a_w_wifi1 = [[On this pages you find confiugration options for WLAN based wireless networks.]] +a_w_wifi2 = [[You can easily integrate your 802.11a/b/g/n-devices into your physical network and use +the virtual adapter support to build wireless repeaters or offer several networks with one device.]] +a_w_wifi3 = [[There is support for Managed, Client, Ad-Hoc and WDS operating modes as well as +WPA and WPA2 encryption for secure communnication.]] + +a_w_devices1 = "Here you can configure installed wifi devices." +a_w_channel = "Channel" +a_w_txantenna = "Transmit Antenna" +a_w_rxantenna = "Receive Antenna" +a_w_distance1 = "Distance to furthest station (m)" +a_w_diversity = "Diversity" +a_w_countrycode = "Country Code" +a_w_connlimit = "Connection Limit" + +a_w_networks1 = [[You can run several wifi networks with one device. Be aware that there are certain +hardware and driverspecific restrictions. Normally you can operate 1 Ad-Hoc or up to 3 Master-Mode and 1 Client-Mode +network simultaneously.]] +a_w_netid = "Network Name (ESSID)" +a_w_network1 = "Add the Wifi network to physical network" +a_w_txpwr = "Transmit Power" +a_w_brcmburst = "Broadcom Frameburst" +a_w_athburst = "Atheros Frameburst" +a_w_radiussrv = "Radius-Server" +a_w_radiusport = "Radius-Port" +a_w_apisolation = "AP-Isolation" +a_w_apisolation1 = "Prevents Client to Client communication" +a_w_hideessid = "Hide ESSID" diff --git a/i18n/english/luasrc/i18n/cbi.en b/i18n/english/luasrc/i18n/cbi.en.lua index 6069cec45..6069cec45 100644 --- a/i18n/english/luasrc/i18n/cbi.en +++ b/i18n/english/luasrc/i18n/cbi.en.lua diff --git a/i18n/english/luasrc/i18n/default.en b/i18n/english/luasrc/i18n/default.en.lua index 2b5cfaa87..46220ba40 100644 --- a/i18n/english/luasrc/i18n/default.en +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -13,9 +13,12 @@ delete = "Delete" descr = "Description" design = "Design" device = "Device" +devices = "Devices" disable = "disable" +distance = "Distance" enable = "enable" +encryption = "Encryption" error = "Error" filesystem = "Filesystem" @@ -27,11 +30,17 @@ hostname = "Hostname" install = "Install" installed = "installed" + +key = "Key" + language = "Language" load = "Load" manpage = "see '%s' manpage" +mode = "Mode" +network = "Network" +networks = "Networks" notinstalled = "not installed" ok = "OK" @@ -53,8 +62,11 @@ statistics = "Statistics" syslog = "System Log" system = "System" +type = "Type" + unknownerror = "Unknown Error" version = "Version" -webui = "Web UI"
\ No newline at end of file +webui = "Web UI" +wifi = "Wifi"
\ No newline at end of file |