diff options
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 11 |
1 files changed, 10 insertions, 1 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 |