summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2009-11-08 16:29:23 +0000
committerAndreas Brachold <vdr07@deltab.de>2009-11-08 16:29:23 +0000
commit2c7bdeb28a9f56ddc0c998eb6229dcf25d04ceee (patch)
tree40f156447897f6790638095d3fb8009c5b35b101
parent37d9717fb3439bc94ab8abfd684ba91c35c45ec5 (diff)
downloadxxv-2c7bdeb28a9f56ddc0c998eb6229dcf25d04ceee.tar.gz
xxv-2c7bdeb28a9f56ddc0c998eb6229dcf25d04ceee.tar.bz2
* AJAX: adjust message response parsing {data:"msg",success=true}
* jason: add form based login
-rw-r--r--skins/jason/locale/login-de.js19
-rw-r--r--skins/jason/locale/login-en.js19
-rw-r--r--skins/jason/locale/login-it.js19
3 files changed, 57 insertions, 0 deletions
diff --git a/skins/jason/locale/login-de.js b/skins/jason/locale/login-de.js
new file mode 100644
index 0000000..a6dd17e
--- /dev/null
+++ b/skins/jason/locale/login-de.js
@@ -0,0 +1,19 @@
+/*
+ * jason - Javascript based skin for xxv
+ * Copyright(c) 2009, anbr
+ *
+ * http://xxv.berlios.de/
+ *
+ * $Id$
+ *
+ * German translation
+ */
+
+/* login.js */
+Ext.LoginPanel.prototype.szTitle = 'Bitte anmelden';
+Ext.LoginPanel.prototype.szUser = 'Anwender';
+Ext.LoginPanel.prototype.szPassword = 'Passwort';
+Ext.LoginPanel.prototype.szLogin = 'Anmelden';
+Ext.LoginPanel.prototype.szFailed = 'Anmeldung fehlgeschlagen!';
+Ext.LoginPanel.prototype.szWarning = 'Warnung!';
+Ext.LoginPanel.prototype.szUnreachable = 'Server zur Authentifizierung ist nicht erreichtbar : ';
diff --git a/skins/jason/locale/login-en.js b/skins/jason/locale/login-en.js
new file mode 100644
index 0000000..20e50ae
--- /dev/null
+++ b/skins/jason/locale/login-en.js
@@ -0,0 +1,19 @@
+/*
+ * jason - Javascript based skin for xxv
+ * Copyright(c) 2009, anbr
+ *
+ * http://xxv.berlios.de/
+ *
+ * $Id$
+ *
+ * Template for translation
+ */
+
+/* login.js */
+Ext.LoginPanel.prototype.szTitle = 'Please login';
+Ext.LoginPanel.prototype.szUser = 'Username';
+Ext.LoginPanel.prototype.szPassword = 'Password';
+Ext.LoginPanel.prototype.szLogin = 'Login';
+Ext.LoginPanel.prototype.szFailed = 'Login failed!';
+Ext.LoginPanel.prototype.szWarning = 'Warning!';
+Ext.LoginPanel.prototype.szUnreachable = 'Authentication server is unreachable : ';
diff --git a/skins/jason/locale/login-it.js b/skins/jason/locale/login-it.js
new file mode 100644
index 0000000..20e50ae
--- /dev/null
+++ b/skins/jason/locale/login-it.js
@@ -0,0 +1,19 @@
+/*
+ * jason - Javascript based skin for xxv
+ * Copyright(c) 2009, anbr
+ *
+ * http://xxv.berlios.de/
+ *
+ * $Id$
+ *
+ * Template for translation
+ */
+
+/* login.js */
+Ext.LoginPanel.prototype.szTitle = 'Please login';
+Ext.LoginPanel.prototype.szUser = 'Username';
+Ext.LoginPanel.prototype.szPassword = 'Password';
+Ext.LoginPanel.prototype.szLogin = 'Login';
+Ext.LoginPanel.prototype.szFailed = 'Login failed!';
+Ext.LoginPanel.prototype.szWarning = 'Warning!';
+Ext.LoginPanel.prototype.szUnreachable = 'Authentication server is unreachable : ';