diff options
author | Steven Barth <steven@midlink.org> | 2008-05-31 14:48:48 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-31 14:48:48 +0000 |
commit | 9688e102c4c1bc9c9c816797826d86189c94a430 (patch) | |
tree | 299fbb288495267f43c01847b561bcafeff48d90 /i18n | |
parent | 8f7f03a0c56190b02a8922f01f2c36c62d1dbfe7 (diff) |
* Core translation part 3
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en | 13 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en b/i18n/english/luasrc/i18n/admin-core.en index 13d176ce7..33301618a 100644 --- a/i18n/english/luasrc/i18n/admin-core.en +++ b/i18n/english/luasrc/i18n/admin-core.en @@ -85,7 +85,20 @@ a_s_reboot1 = "Reboots the operating system of your device" a_s_reboot_do = "Perform reboot" a_s_reboot_running = "Please wait: Device rebooting..." +a_srv_http = "HTTP-Server" +a_srv_ssh = "SSH-Server" a_srv_services1 = "Services and daemons perform certain tasks on your device." a_srv_services2 = [[Most of them are network servers, that offer a certain service for your device or network like shell access, serving webpages like LuCI, doing mesh routing, sending e-mails, ...]] + +a_srv_http1 = "A small webserver which can be used to serve LuCI." +a_srv_http_authrealm = "Authentication Realm" +a_srv_http_authrealm1 = "The realm which will be displayed at the authentication prompt for protected pages." +a_srv_http_config1 = "defaults to /etc/httpd.conf" +a_srv_http_root = "Document root" + +a_srv_dropbear1 = "Dropbear offers SSH network shell access and an integrated SCP server" +a_srv_d_pwauth = "Password authentication" +a_srv_d_pwauth1 = "Allow SSH password authentication" + diff --git a/i18n/english/luasrc/i18n/default.en b/i18n/english/luasrc/i18n/default.en index 488ce594e..2b5cfaa87 100644 --- a/i18n/english/luasrc/i18n/default.en +++ b/i18n/english/luasrc/i18n/default.en @@ -6,6 +6,7 @@ apply = "Apply" changes = "Changes" code = "Code" config = "Configuration" +configfile = "Configuration file" confirmation = "Confirmation" delete = "Delete" @@ -40,6 +41,7 @@ overview = "Overview" packagemanager = "Package Manager" password = "Password" path = "Path" +port = "Port" reboot = "Reboot" reset = "Reset" |