* Added many descriptions
[project/luci.git] / module / admin-core / src / model / cbi / admin_services / httpd.lua
index f89dbb7aeb405080bd0d13db49ca4293a7bbad3a..3bd49a2d7dfbedc3161547e58cb0f4c4f85a9129 100644 (file)
@@ -1,5 +1,5 @@
 -- ToDo: Translate, Add descriptions
-m = Map("httpd", "HTTP-Server")
+m = Map("httpd", "HTTP-Server", "Der HTTP-Server ist u.a. für die Bereitstellung dieser Obefläche zuständig.")
 
 s = m:section(TypedSection, "httpd")
 s.anonymous = true
@@ -12,7 +12,7 @@ s:option(Value, "home", "Wurzelverzeichnis")
 config = s:option(Value, "c_file", "Konfigurationsdatei", "/etc/httpd.conf wenn leer")
 config.rmempty = true
 
-realm = s:option(Value, "realm", "Anmeldeaufforderung")
+realm = s:option(Value, "realm", "Anmeldeaufforderung", "Aufforderungstext zum Anmelden im Administrationsbereich")
 realm.rmempty = true
 
 return m
\ No newline at end of file