mirror of https://github.com/gorhill/uBlock.git
this fixes #230
This commit is contained in:
parent
6e77cc3853
commit
78b7087486
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue