summaryrefslogtreecommitdiff
path: root/lang.js
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 00:43:48 +0100
committerChristian Grothoff <christian@grothoff.org>2015-02-08 00:43:48 +0100
commit8ef7dcdd660296b963be5b7ed15c5586aa819ee2 (patch)
treecb77dc72c0423fe33c9ab2697dd68e487855503f /lang.js
parent33e369dd98ae1fb16558f70aaf053f0979f1231f (diff)
downloadwww-8ef7dcdd660296b963be5b7ed15c5586aa819ee2.tar.gz
www-8ef7dcdd660296b963be5b7ed15c5586aa819ee2.tar.bz2
www-8ef7dcdd660296b963be5b7ed15c5586aa819ee2.zip
de GNU
Former-commit-id: 08fef7735047cc265e732059bc6079aa4d841eaa
Diffstat (limited to 'lang.js')
-rw-r--r--lang.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang.js b/lang.js
index 197b7c29..c00cf34a 100644
--- a/lang.js
+++ b/lang.js
@@ -12,9 +12,9 @@ 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';
+ if (l == 'en') document.title = 'GNU Taler - Taxable Anonymous Libre Electronic Reserve';
+ if (l == 'de') document.title = 'GNU Taler - Taxierbare Anonyme Liberale Elektronische Reserven';
+ if (l == 'fr') document.title = 'GNU Taler - Taxable Anonyme Libre Électronique Réserve';
}
function get_default_lang()