mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
ready for translation
This commit is contained in:
parent
b86dbddbcf
commit
a908f20fe6
6 changed files with 21 additions and 1 deletions
|
@ -25,6 +25,10 @@
|
|||
},
|
||||
|
||||
|
||||
"popupPowerSwitchInfo": {
|
||||
"message": "click the power button to <br>permanently disable or enable <br>µBlock for the current site",
|
||||
"description": "English (mind the horizontal extent): click the power button to <br>permanently disable or enable <br>µBlock for the current site"
|
||||
},
|
||||
"popupBlockedRequestPrompt": {
|
||||
"message": "requests blocked",
|
||||
"description": "English: requests blocked"
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
},
|
||||
|
||||
|
||||
"popupPowerSwitchInfo": {
|
||||
"message": "click the power button to <br>permanently disable or enable <br>µBlock for the current site",
|
||||
"description": "English (mind the horizontal extent): click the power button to <br>permanently disable or enable <br>µBlock for the current site"
|
||||
},
|
||||
"popupBlockedRequestPrompt": {
|
||||
"message": "requests blocked",
|
||||
"description": "English: requests blocked"
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
},
|
||||
|
||||
|
||||
"popupPowerSwitchInfo": {
|
||||
"message": "click the power button to <br>permanently disable or enable <br>µBlock for the current site",
|
||||
"description": "English (mind the horizontal extent): click the power button to <br>permanently disable or enable <br>µBlock for the current site"
|
||||
},
|
||||
"popupBlockedRequestPrompt": {
|
||||
"message": "requêtes bloquées",
|
||||
"description": "English: requests blocked"
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
},
|
||||
|
||||
|
||||
"popupPowerSwitchInfo": {
|
||||
"message": "click the power button to <br>permanently disable or enable <br>µBlock for the current site",
|
||||
"description": "English (mind the horizontal extent): click the power button to <br>permanently disable or enable <br>µBlock for the current site"
|
||||
},
|
||||
"popupBlockedRequestPrompt": {
|
||||
"message": "requests blocked",
|
||||
"description": "English: requests blocked"
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
},
|
||||
|
||||
|
||||
"popupPowerSwitchInfo": {
|
||||
"message": "click the power button to <br>permanently disable or enable <br>µBlock for the current site",
|
||||
"description": "English (mind the horizontal extent): click the power button to <br>permanently disable or enable <br>µBlock for the current site"
|
||||
},
|
||||
"popupBlockedRequestPrompt": {
|
||||
"message": "requests blocked",
|
||||
"description": "English: requests blocked"
|
||||
|
|
|
@ -83,7 +83,7 @@ p {
|
|||
<h4><a href="dashboard.html" target="_blank" title="Click to open the dashboard">µBlock<span id="version"></span></a></h4>
|
||||
<div>
|
||||
<p id="switch"><span class="fa"></span></p>
|
||||
<p id="switch-hint">click the power button to <br>permanently disable or enable <br>µBlock for the current site</p>
|
||||
<p id="switch-hint" data-i18n="popupPowerSwitchInfo"></p>
|
||||
<p style="font-size: 16px;" data-i18n="popupBlockedRequestPrompt"></p>
|
||||
<p id="stats" data-i18n="popupBlockedOnThisPagePrompt"></p>
|
||||
<p id="page-blocked">?</p>
|
||||
|
|
Loading…
Reference in a new issue