summaryrefslogtreecommitdiffhomepage
path: root/i18n
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-08-17 18:32:53 +0000
committerSteven Barth <steven@midlink.org>2008-08-17 18:32:53 +0000
commit97ce1ad8adf935e2aa0d1b13f07b16d2d950053f (patch)
treed5eafec4b6996a6dc64046fd1d46a8f299cd4246 /i18n
parent1d08361bea91c11ba2f82f3ab3004c067ebabc85 (diff)
Preparing rewrite of WiFi configuration
Diffstat (limited to 'i18n')
-rw-r--r--i18n/english/luasrc/i18n/admin-core.en.lua11
-rw-r--r--i18n/german/luasrc/i18n/admin-core.de.lua9
2 files changed, 18 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua
index ed69e0110..4a47e4f1d 100644
--- a/i18n/english/luasrc/i18n/admin-core.en.lua
+++ b/i18n/english/luasrc/i18n/admin-core.en.lua
@@ -278,4 +278,13 @@ mem_buffered = "buffered"
mem_free = "free"
a_s_crontab = "Scheduled Tasks"
-a_s_crontab1 = "This is the system crontab in which scheduled tasks can be defined." \ No newline at end of file
+a_s_crontab1 = "This is the system crontab in which scheduled tasks can be defined."
+
+a_w_nasid = "NAS ID"
+a_w_cacert = "Path to CA-Certificate"
+a_w_eaptype = "EAP-Method"
+a_w_tlsprivkey = "Path to Private Key"
+a_w_tlsprivkeypwd = "Password of Private Key"
+a_w_peapauth = "PEAP-Authentication"
+a_w_peapidentity = "PEAP-Identity"
+a_w_peappassword = "PEAP-Password" \ No newline at end of file
diff --git a/i18n/german/luasrc/i18n/admin-core.de.lua b/i18n/german/luasrc/i18n/admin-core.de.lua
index 2fcb8fbbc..c71dfc1de 100644
--- a/i18n/german/luasrc/i18n/admin-core.de.lua
+++ b/i18n/german/luasrc/i18n/admin-core.de.lua
@@ -355,4 +355,11 @@ mem_free = "frei"
a_s_crontab = "Geplante Aufgaben"
a_s_crontab1 = "Dies ist die System-Crontab in der geplante Aufgaben definiert werden können."
-a_w_nasid = "NAS ID" \ No newline at end of file
+a_w_nasid = "NAS ID"
+a_w_cacert = "Pfad zum CA-Zertifikat"
+a_w_eaptype = "EAP-Methode"
+a_w_tlsprivkey = "Pfad zum Privaten Schlüssel"
+a_w_tlsprivkeypwd = "Passwort des Privaten Schlüssels"
+a_w_peapauth = "PEAP-Authentifizierung"
+a_w_peapidentity = "PEAP-Identitäz"
+a_w_peappassword = "PEAP-Passwort" \ No newline at end of file