diff options
author | Steven Barth <steven@midlink.org> | 2008-06-29 14:43:06 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-29 14:43:06 +0000 |
commit | b8240f3516945b5969bfcfeb1fcc057759f5dd4b (patch) | |
tree | 75bc66ea10609d4b11981d8ab88e2c335e7357a6 /i18n/german/luasrc | |
parent | ee324cb3a70d39dc9522a1ee63af12137d433533 (diff) |
* libs/web: Added Logout support
* libs/web: Fixed a bug with an invalid calling convention in luci.dispatcher
* libs/sys: Fixed rudimentary posix.crypt detection
Diffstat (limited to 'i18n/german/luasrc')
-rw-r--r-- | i18n/german/luasrc/i18n/default.de.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua index 0eec9cf83..4e0a36f66 100644 --- a/i18n/german/luasrc/i18n/default.de.lua +++ b/i18n/german/luasrc/i18n/default.de.lua @@ -42,6 +42,7 @@ legend = "Legende" library = "Bibliothek" load = "Last" login = "Anmelden" +logout = "Abmelden" key = "Schlüssel" |