summaryrefslogtreecommitdiff
path: root/lang.js
diff options
context:
space:
mode:
authorJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 19:38:12 +0100
committerJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 19:38:12 +0100
commit589a58c2ab6e400d7051276c76bceff7150c99ac (patch)
treee7d042078fae3228bfd424bb73b32c5df844b34d /lang.js
parente182d80dff464fa2068e6f513f6815ff36673cba (diff)
downloadwww-589a58c2ab6e400d7051276c76bceff7150c99ac.tar.gz
www-589a58c2ab6e400d7051276c76bceff7150c99ac.tar.bz2
www-589a58c2ab6e400d7051276c76bceff7150c99ac.zip
Translate to english as well
Diffstat (limited to 'lang.js')
-rw-r--r--lang.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang.js b/lang.js
index 030093ef..e0d287a2 100644
--- a/lang.js
+++ b/lang.js
@@ -12,6 +12,7 @@ function setLang(l)
if (supports_html5_storage()) {
sessionStorage.setItem('lang', l);
}
+ if (l == 'en') document.title = 'Taler - Taxable Anonymous Libre Electronic Reserve';
if (l == 'de') document.title = 'Taler - Taxierbare Anonyme Liberale Elektronische Reserven';
if (l == 'fr') document.title = 'Taler - Taxable Anonyme Libre Électronique Réserve';
}