taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 589a58c2ab6e400d7051276c76bceff7150c99ac
parent e182d80dff464fa2068e6f513f6815ff36673cba
Author: Julian Kirsch <kirschju@sec.in.tum.de>
Date:   Tue, 18 Nov 2014 19:38:12 +0100

Translate to english as well

Diffstat:
Mlang.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'; }