summaryrefslogtreecommitdiffhomepage
path: root/i18n/german
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-28 16:03:54 +0000
committerSteven Barth <steven@midlink.org>2008-06-28 16:03:54 +0000
commit00aceaf624d8e5da2a8f3df161d52599aae2ac41 (patch)
treec18d8c411f8d4a02762a478348fd8a86b4f56f5a /i18n/german
parent7f56bf947599b20e2cf50018e160e602d5516e5f (diff)
* libs/web: Switched from HTTP-Basic-Auth to Session-Auth
* Updated Makefiles for better testing environment integration * Fixed libs/sgi-luci
Diffstat (limited to 'i18n/german')
-rw-r--r--i18n/german/luasrc/i18n/default.de.lua2
-rw-r--r--i18n/german/luasrc/i18n/sysauth.de.lua3
2 files changed, 5 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua
index 8fd96d5b2..0eec9cf83 100644
--- a/i18n/german/luasrc/i18n/default.de.lua
+++ b/i18n/german/luasrc/i18n/default.de.lua
@@ -40,6 +40,8 @@ ipaddress = "IP-Adresse"
legend = "Legende"
library = "Bibliothek"
+load = "Last"
+login = "Anmelden"
key = "Schlüssel"
diff --git a/i18n/german/luasrc/i18n/sysauth.de.lua b/i18n/german/luasrc/i18n/sysauth.de.lua
new file mode 100644
index 000000000..c01a4b918
--- /dev/null
+++ b/i18n/german/luasrc/i18n/sysauth.de.lua
@@ -0,0 +1,3 @@
+sysauth_head = "Autorisation benötigt"
+sysauth_prompt = "Bitte Benutzernamen und Passwort eingeben."
+sysauth_failed = "Ungültiger Benutzername und/oder ungültiges Passwort! Bitte nocheinmal versuchen."