From 2066915a49fa45aeb2bc3ed79b7c6e0484b8d0af Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 08:01:14 +0200 Subject: i18n support --- templates/8021x.html | 5 +++-- templates/error.html | 11 ++++++----- templates/login.html | 4 ++-- templates/select.html | 9 +++++---- 4 files changed, 16 insertions(+), 13 deletions(-) (limited to 'templates') diff --git a/templates/8021x.html b/templates/8021x.html index 3e3405a..a5361e2 100644 --- a/templates/8021x.html +++ b/templates/8021x.html @@ -2,6 +2,7 @@ @@ -11,7 +12,7 @@

wpa_supplicant WPA-EAP template

-
network={
+   
network={
 	scan_ssid=1
 	ssid="crew.sublab.org"
 
@@ -20,7 +21,7 @@
 	phase2="auth=PAP"
 
 	identity="${username}"
-	password="passwort hier einsetzen"
+	password="insert password here"
 
 	anonymous_identity="bernd"
 	ca_cert="/etc/ssl/certs/cacert.org.pem"
diff --git a/templates/error.html b/templates/error.html
index 8c04a9b..f8bd2a4 100644
--- a/templates/error.html
+++ b/templates/error.html
@@ -2,18 +2,19 @@
 
 
  
  
-  login
+  exception
  
  
   subdap
-  
-

kaputt!

-

subdap.exe hat ein Problem festgestellt und musste beendet werden.
- Bitte schicken sie einen Fehlerbericht an equinox ! diac24 ! net.

+
+

broken!

+

subdap.exe has detected a problem and had to be terminated. + Please send an error report to equinox ! diac24 ! net.

${details}
diff --git a/templates/login.html b/templates/login.html index ea0fe89..09b130c 100644 --- a/templates/login.html +++ b/templates/login.html @@ -10,10 +10,10 @@
- Konto erstellen + create account
uid:
${errors.username} -
passwort:
+
password:
${errors.password}
diff --git a/templates/select.html b/templates/select.html index b25cd1c..5132cdc 100644 --- a/templates/select.html +++ b/templates/select.html @@ -2,13 +2,14 @@ login - + Your password has been changed.
— please note that it may take a few minutes for Kerberos to update its three heads. At any moment, either your old password or your new @@ -16,13 +17,13 @@
- Hallo ${user['cn']}! + Hi ${user['cn']}!

wiki sublab.org wiki

- wlan 802.1X config

+ wlan 802.1X template

- pwchange Passwort ändern

+ pwchange change password

-- cgit v1.2.1