commit 8ef7dcdd660296b963be5b7ed15c5586aa819ee2
parent 33e369dd98ae1fb16558f70aaf053f0979f1231f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Feb 2015 00:43:48 +0100
de GNU
Former-commit-id: 08fef7735047cc265e732059bc6079aa4d841eaa
Diffstat:
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/citizens.html b/citizens.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Citizens</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Citizens</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git a/developers.html b/developers.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Developers</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Developers</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git a/financial-news.html b/financial-news.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Financial News</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Financial News</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git a/governments.html b/governments.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Governments</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Governments</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git a/investors.html b/investors.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git 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()
diff --git a/merchants.html b/merchants.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: Merchants</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Merchants</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>
diff --git a/news.html b/news.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Taler - Taxable Anonymous Libre Electronic Reserves: News</title>
+ <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: News</title>
<meta name="description" content="">
<!--# include file="common/header.inc" -->
</head>