diff options
author | Steven Barth <steven@midlink.org> | 2008-12-14 11:54:49 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-14 11:54:49 +0000 |
commit | f9a04e040f78a98071eae377728278b992925678 (patch) | |
tree | 0fbb9bd5a1194ed1b8d09846e113343e4b19542b /i18n | |
parent | 7b0d00bb77298d7222ede60aa0a2dc5347fd1a7b (diff) |
LuCIttpd configuration pages
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 4 | ||||
-rw-r--r-- | i18n/german/luasrc/i18n/admin-core.de.lua | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 64729f8fc..5035906d0 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -96,6 +96,10 @@ 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 <code>/etc/httpd.conf</code>' a_srv_http_root = 'Document root' +a_srv_http_keepalive = 'Enable Keep-Alive' +a_srv_http_timeout = 'Connection timeout' +a_srv_http_path = 'Plugin path' +a_srv_lucittpd = 'A lightweight HTTP/1.1 webserver written in C and Lua designed to serve LuCI' a_srv_dropbear1 = 'Dropbear offers <abbr title="Secure Shell">SSH</abbr> network shell access and an integrated <abbr title="Secure Copy">SCP</abbr> server' a_srv_d_pwauth = 'Password authentication' a_srv_d_pwauth1 = 'Allow <abbr title="Secure Shell">SSH</abbr> password authentication' diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua index a5280cc38..c0acee8b6 100644 --- a/i18n/german/luasrc/i18n/admin-core.de.lua +++ b/i18n/german/luasrc/i18n/admin-core.de.lua @@ -94,6 +94,10 @@ a_srv_http_authrealm = 'Anmeldeaufforderung' a_srv_http_authrealm1 = 'Aufforderungstext zum Anmelden im Administrationsbereich' a_srv_http_config1 = '/etc/httpd.conf wenn leer' a_srv_http_root = 'Wurzelverzeichnis' +a_srv_http_keepalive = 'Keep-Alive aktivieren' +a_srv_http_timeout = 'Verbindungszeitlimit' +a_srv_http_path = 'Pluginpfad' +a_srv_lucittpd = 'Ein schlanker HTTP/1.1 webserver in C und Lua geschrieben um LuCI zu betreiben.' a_srv_services1 = 'Dienste und Dämonen stellen bestimmte Funktionalitäten auf dem Router zur Verfügung.' a_srv_services2 = 'Es handelt sich hierbei meist um Netzwerkserver, die verschiedene Aufgaben auf dem Router erfüllen, beispielsweise Shell-Zugang ermöglichen oder diese Weboberfläche per HTTP anbieten.' a_st_i_status1 = 'Hier finden sich Informationen über den aktuellen Status des Systems, beispielsweise Prozessortakt, Speicherauslastung und Netzwerkschnittstellen.' |