summaryrefslogtreecommitdiffhomepage
path: root/i18n/english/luasrc
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/english/luasrc
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/english/luasrc')
-rw-r--r--i18n/english/luasrc/i18n/default.en.lua1
-rw-r--r--i18n/english/luasrc/i18n/sysauth.en.lua3
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua
index 92ee1625f3..593c11ea3c 100644
--- a/i18n/english/luasrc/i18n/default.en.lua
+++ b/i18n/english/luasrc/i18n/default.en.lua
@@ -46,6 +46,7 @@ key = "Key"
language = "Language"
limit = "Limit"
load = "Load"
+login = "Login"
macaddress = "MAC-Address"
manpage = "see '%s' manpage"
diff --git a/i18n/english/luasrc/i18n/sysauth.en.lua b/i18n/english/luasrc/i18n/sysauth.en.lua
new file mode 100644
index 0000000000..a87774a861
--- /dev/null
+++ b/i18n/english/luasrc/i18n/sysauth.en.lua
@@ -0,0 +1,3 @@
+sysauth_head = "Authorization Required"
+sysauth_prompt = "Please enter your username and password."
+sysauth_failed = "Invalid username and/or password! Please try again."