aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2014-09-15 11:21:40 -0400
committergorhill <rhill@raymondhill.net>2014-09-15 11:21:40 -0400
commit78b7087486cf334959a96633252d33ddc95f6546 (patch)
treec14fd4777f68236c3164e84ce1a3ae235ad5be4b
parent6e77cc385393767afdd5fd3871bd2bb81b6108dd (diff)
downloaduBlock-78b7087486cf334959a96633252d33ddc95f6546.zip
uBlock-78b7087486cf334959a96633252d33ddc95f6546.tar.gz
uBlock-78b7087486cf334959a96633252d33ddc95f6546.tar.bz2
this fixes #230
-rw-r--r--_locales/de/messages.json4
-rw-r--r--_locales/en/messages.json4
-rw-r--r--_locales/fr/messages.json4
-rw-r--r--dashboard.html2
4 files changed, 13 insertions, 1 deletions
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index 90adea5..6919e74 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -7,6 +7,10 @@
"message":"Endlich ein effizienter Blocker für Chromium-basierte Browser. Prozessor-freundlich und bescheiden beim Speicherbedarf.",
"description":"this will be in the chrome web store: must be 132 characters or less"
},
+ "dashboardName":{
+ "message":"µBlock — Dashboard",
+ "description":"English: µBlock — Dashboard"
+ },
"settingsPageName":{
"message":"Einstellungen",
"description":"appears as tab name in dashboard."
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 0fb4c7d..826b6c4 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -7,6 +7,10 @@
"message":"Finally, an efficient blocker for Chromium-based browsers. Easy on CPU and memory.",
"description":"this will be in the chrome web store: must be 132 characters or less"
},
+ "dashboardName":{
+ "message":"µBlock — Dashboard",
+ "description":"English: µBlock — Dashboard"
+ },
"settingsPageName":{
"message":"Settings",
"description":"appears as tab name in dashboard."
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index 7655857..3882d34 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -7,6 +7,10 @@
"message":"Enfin un bloqueur de pubs et de pisteurs efficace pour les navigateurs basés sur Chromium, qui est léger en CPU et en RAM",
"description":"this will be in the chrome web store: must be 132 characters or less"
},
+ "dashboardName":{
+ "message":"µBlock — Tableau de bord",
+ "description":"English: µBlock — Dashboard"
+ },
"settingsPageName":{
"message":"Paramètres",
"description":"appears as tab name in dashboard."
diff --git a/dashboard.html b/dashboard.html
index 8df4fa1..b1e8001 100644
--- a/dashboard.html
+++ b/dashboard.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>µBlock — Dashboard</title>
+<title data-i18n="dashboardName"></title>
<style>
body {
margin: 0;