mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Add translations for ne wsort widget in "My rules"
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1055
This commit is contained in:
parent
e9c496e858
commit
ef62398fd9
@ -551,6 +551,22 @@
|
||||
"message": "Rule syntax: <code>source destination type action</code> (<a href='https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax'>full documentation</a>).",
|
||||
"description": "English: dynamic rule syntax and full documentation."
|
||||
},
|
||||
"rulesSort": {
|
||||
"message": "Sort:",
|
||||
"description": "English: label for sort option."
|
||||
},
|
||||
"rulesSortByType": {
|
||||
"message": "Rule type",
|
||||
"description": "English: a sort option for list of rules."
|
||||
},
|
||||
"rulesSortBySource": {
|
||||
"message": "Source",
|
||||
"description": "English: a sort option for list of rules."
|
||||
},
|
||||
"rulesSortByDestination": {
|
||||
"message": "Destination",
|
||||
"description": "English: a sort option for list of rules."
|
||||
},
|
||||
"whitelistPrompt": {
|
||||
"message": "The trusted site directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
|
||||
"description": "The name of the trusted sites pane."
|
||||
|
@ -35,7 +35,7 @@
|
||||
<button type="button" class="iconifiable important disabled" id="editSaveButton"><span class="fa"></span><span data-i18n="rulesEditSave"></span></button>
|
||||
</div>
|
||||
<div id="ruleFilter">
|
||||
<span><span class="fa-icon">filter</span> <input type="search" size="20"></span> Sort: <select><option value="0" selected>Rule type<option value="1">Source<option value="2">Destination</select> <span id="diffCollapse" class="fa-icon">double-angle-up</span>
|
||||
<span><span class="fa-icon">filter</span> <input type="search" size="16"></span> <span data-i18n="rulesSort"></span> <select><option value="0" selected data-i18n="rulesSortByType"><option value="1" data-i18n="rulesSortBySource"><option value="2" data-i18n="rulesSortByDestination"></select> <span id="diffCollapse" class="fa-icon">double-angle-up</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user