Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
0240190
Fix `specifichide` option
gorhill Dec 26, 2025
c053361
Mind id/class changes in generic cosmetic filtering surveyor
gorhill Dec 26, 2025
5a2905c
Update changelog
gorhill Dec 26, 2025
b253c0b
New revision for dev build
gorhill Dec 26, 2025
e7f91cd
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 26, 2025
0bd6d09
Fix source strings as per feedback
gorhill Dec 26, 2025
ede231b
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 26, 2025
6f8edc3
Improve `google-ima.js` shim
gorhill Dec 26, 2025
bb34a4b
Unescape unduly escaped `|` in regex-based domain options
gorhill Dec 27, 2025
df0d21d
[mv3] Avoid instantiating regexes by using simple needle first
gorhill Dec 27, 2025
2bb3f8c
Fix comment
gorhill Dec 27, 2025
f7f9614
[mv3] Add page-wide spinner when restoring/resetting settings
gorhill Dec 27, 2025
c4225e9
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 27, 2025
4b83b55
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 27, 2025
7a69bf0
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 27, 2025
a0a7a99
Add Anti-AI Suggestions list (#3947)
ryanbr Dec 27, 2025
d3024ac
Fix easylist AI list entry
gorhill Dec 27, 2025
0101a47
[mv3] Try to address Safari's webextensions API issues
gorhill Dec 27, 2025
bda2a50
[mv3] Increase local storage limit beyond 5 MB
gorhill Dec 28, 2025
41dd3bf
[mv3] Support removing multiple keys
gorhill Dec 28, 2025
85f5871
[mv3] Use parameter name as url filter where possible
gorhill Dec 28, 2025
3cea60b
Fix i18n issue in strict-block page
gorhill Dec 28, 2025
675ae7b
[mv3] Add easylist ai suggestions to stock lists
gorhill Dec 29, 2025
230f565
Update changelog
gorhill Dec 29, 2025
79453f3
New revision for release candidate
gorhill Dec 29, 2025
c8c29fa
Import translation work from https://crowdin.com/project/ublock
gorhill Dec 29, 2025
3c7eb34
Improve `trusted-create-html` scriptlet
gorhill Dec 30, 2025
9b45333
[mv3] Fix "Proceed" button not working in strict-block page
gorhill Dec 30, 2025
e0fcb84
Import translation work from https://github.com/gorhill/uBlock
gorhill Dec 30, 2025
3f3d476
Improve `set-attr`/`trusted-set-attr` scriptlets
gorhill Dec 31, 2025
b71a2fc
Update changelog
gorhill Dec 31, 2025
f261359
New revision for release candidate
gorhill Dec 31, 2025
e6a44b5
Update makefile
gorhill Jan 1, 2026
e55811b
[mv3] Need to setup scriptlet details only once
gorhill Jan 1, 2026
f6048a0
[mv3] Fix class collision
gorhill Jan 3, 2026
329e99f
[mv3] Fix regression in conversion of `removeparam` filters
gorhill Jan 4, 2026
74b838c
Import translation work from https://crowdin.com/project/ublock
gorhill Jan 4, 2026
41ced43
Improve `urlskip` implementation
gorhill Jan 10, 2026
c8004c4
Fix merging of uncommitted filters
gorhill Jan 10, 2026
5e9b662
[mv3] Removing multiple keys is supported
gorhill Jan 10, 2026
3c1c84d
Import translation work from https://crowdin.com/project/ublock
gorhill Jan 11, 2026
dfeb4e7
[mv3] Show spinner when filtering mode change takes long
gorhill Jan 11, 2026
161cc47
[mv3] Fine tune busy state of popup panel
gorhill Jan 11, 2026
c8b42ea
add elem.shadowRoot fallback in getShadowRoot
antonok-edm Jan 13, 2026
2ec2610
[mv3] Add "Liste AR" to stock rulesets
gorhill Jan 14, 2026
b8bf0bb
Add `adthrive` shim
gorhill Jan 14, 2026
3eeaca4
Update changelog
gorhill Jan 14, 2026
61f30ea
New revision for release candidate
gorhill Jan 14, 2026
222f4fb
[mv3] Fix equality test between two rulesets
gorhill Jan 17, 2026
b74b1a7
[mv3] Remove obsolete comment
gorhill Jan 17, 2026
f4c3c82
Rename list
gorhill Jan 18, 2026
d136c08
Import translation work from https://crowdin.com/project/ublock
gorhill Jan 18, 2026
d44a1dd
Make Firefox dev build auto-update
gorhill Jan 19, 2026
f36dd34
[mv3] Fix regex in regex substitution rules
gorhill Jan 21, 2026
c6de97c
[mv3] Add to troubleshooting info
gorhill Jan 21, 2026
9f0c55f
[mv3] Minor change for when side-loaded
gorhill Jan 23, 2026
08b7eaf
Import translation work from https://crowdin.com/project/ublock
gorhill Jan 25, 2026
976d12d
New stable release version
gorhill Jan 25, 2026
18a8fc7
Improve `proxyApplyFn` helper scriptlet
gorhill Jan 25, 2026
d383966
New revision for dev build
gorhill Jan 25, 2026
84434e0
Update changelog
gorhill Jan 25, 2026
1683944
Improve `prevent-xhr` scriptlet
gorhill Jan 26, 2026
552761e
New revision for dev build
gorhill Jan 26, 2026
2a0842f
Update changelog
gorhill Jan 26, 2026
9b4f41d
[mv3] Improve conversion of `removeparam` filters to DNR rules
gorhill Jan 28, 2026
7aff7da
[mv3] Add `image` to generic `removeparam` filters
gorhill Jan 29, 2026
359cb07
[mv3] Fix minor regression in reported troubleshooting info
gorhill Jan 29, 2026
7d95c58
Improve `generateContentFn` helper scriptlet
gorhill Jan 30, 2026
c00849b
Update changelog
gorhill Jan 30, 2026
0901e9b
New revision for dev build
gorhill Jan 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- [Improve `generateContentFn` helper scriptlet](https://github.com/gorhill/uBlock/commit/7d95c58408)
- [Improve `prevent-xhr` scriptlet](https://github.com/gorhill/uBlock/commit/168394440c)
- [Improve `proxyApplyFn` helper scriptlet](https://github.com/gorhill/uBlock/commit/18a8fc7675)

----------

# 1.69.0

- [Add `adthrive` shim](https://github.com/gorhill/uBlock/commit/b8bf0bbab4)
- [Add `elem.shadowRoot` fallback in `getShadowRoot`](https://github.com/gorhill/uBlock/commit/c8b42ea819) (by @antonok-edm)
- [Fix merging of uncommitted filters](https://github.com/gorhill/uBlock/commit/c8004c4b02)
- [Improve `urlskip` implementation](https://github.com/gorhill/uBlock/commit/41ced43f03)
- [Improve `set-attr`/`trusted-set-attr` scriptlets](https://github.com/gorhill/uBlock/commit/3f3d4768b6)
- [Improve `trusted-create-html` scriptlet](https://github.com/gorhill/uBlock/commit/3c7eb3497d)
- [Add Anti-AI Suggestions list](https://github.com/gorhill/uBlock/commit/a0a7a99675) (by @ryanbr)
- [Unescape unduly escaped `|` in regex-based domain options](https://github.com/gorhill/uBlock/commit/bb34a4b83b)
- [Mind id/class changes in generic cosmetic filtering surveyor](https://github.com/gorhill/uBlock/commit/c053361d30)
- [Fix `specifichide` option](https://github.com/gorhill/uBlock/commit/024019094f)
- [Improve `prevent-addEventListener` scriptlet](https://github.com/gorhill/uBlock/commit/1977196abe)
- [Add `nitropay_ads.js` shim](https://github.com/gorhill/uBlock/commit/6af8a457ed)
- [Improve scriptlets proxying `fetch`](https://github.com/gorhill/uBlock/commit/13612d1d29)
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ publish-dev-firefox:
ghtag=$(version) \
ghasset=firefox \
storeid=uBlock0@raymondhill.net \
channel=unlisted \
updatepath=./dist/firefox/updates.json
channel=unlisted

# Usage: make upload-firefox version=?
upload-firefox:
Expand Down
17 changes: 17 additions & 0 deletions assets/assets.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,23 @@
],
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
},
"fanboy-ai-suggestions": {
"content": "filters",
"group": "annoyances",
"parent": "EasyList – Annoyances",
"off": true,
"title": "EasyList – AI Widgets",
"tags": "annoyances",
"preferred": true,
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-ai.txt",
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-ai.txt",
"https://ublockorigin.pages.dev/thirdparties/easylist-ai.txt",
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/thirdparties/easylist-ai.txt",
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/thirdparties/easylist-ai.txt"
],
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
},
"easylist-newsletters": {
"content": "filters",
"group": "annoyances",
Expand Down
17 changes: 17 additions & 0 deletions assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,23 @@
],
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
},
"fanboy-ai-suggestions": {
"content": "filters",
"group": "annoyances",
"parent": "EasyList – Annoyances",
"off": true,
"title": "EasyList – AI Widgets",
"tags": "annoyances",
"preferred": true,
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-ai.txt",
"cdnURLs": [
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-ai.txt",
"https://ublockorigin.pages.dev/thirdparties/easylist-ai.txt",
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/thirdparties/easylist-ai.txt",
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/thirdparties/easylist-ai.txt"
],
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
},
"easylist-newsletters": {
"content": "filters",
"group": "annoyances",
Expand Down
4 changes: 2 additions & 2 deletions dist/firefox/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"uBlock0@raymondhill.net": {
"updates": [
{
"version": "1.68.1.7",
"version": "1.68.1.102",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "115.0"
}
},
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.68.1b7/uBlock0_1.68.1b7.firefox.signed.xpi"
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.68.1rc2/uBlock0_1.68.1rc2.firefox.signed.xpi"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion dist/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.68.1.7
1.69.1.2
8 changes: 4 additions & 4 deletions platform/mv3/description/webstore.cs.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
uBO Lite (uBOL) je blokovač obsahu založený na MV3.

Výchozí sada pravidel koresponduje k výchozím sadám filtrů uBlock Origin:
Výchozí sada pravidel odpovídá výchozím sadám filtrů uBlock Origin:

- Vestavěný seznam filtrů uBlock Origin
- EasyList
- EasyPrivacy
- Peter Lowe’s Ad and tracking server list
- Seznam reklamních a sledovacích serverů Petera Lowea

Další sady pravidel můžete povolit na stránce nastavení - klikněte na ikonu _Ozubeného kolečka_ ve vyskakovacím panelu.
Další sady pravidel můžete povolit na stránce nastavení - klepněte na ikonu _Ozubeného kolečka_ ve vyskakovacím panelu.

uBOL je zcela deklarativní, což znamená, že pro filtrování není potřeba permanentní proces uBOL a filtrování obsahu založené na vstřikování CSS/JS je spolehlivě prováděno samotným prohlížečem, nikoli rozšířením. To znamená, že samotný uBOL nespotřebovává zdroje CPU/paměti, zatímco probíhá blokování obsahu proces servisního pracovníka uBOL je vyžadován _pouze_ při interakci s vyskakovacím panelem nebo stránkami nastavení.
uBOL je zcela deklarativní, což znamená, že pro filtrování není potřeba permanentní proces uBOL a filtrování obsahu založené na vstřikování CSS/JS je spolehlivě prováděno samotným prohlížečem, nikoli rozšířením. To znamená, že samotný uBOL nespotřebovává zdroje CPU/paměti, zatímco probíhá blokování obsahu - proces servisního pracovníka uBOL je vyžadován _jen_ při interakci s vyskakovacím panelem nebo stránkami nastavení.
2 changes: 1 addition & 1 deletion platform/mv3/description/webstore.ko.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ uBO Lite (uBOL)는 MV3 기반 콘텐츠 차단기입니다.

설정 페이지에서 규칙 목록을 더 활성화할 수 있습니다. 팝업 창의 _Cogs_ 아이콘을 누르세요.

uBOL은 완전히 선언적이라 필터링 중 영구적으로 실행되는 uBOL 프로세스를 필요로 하지 않으며, CSS/JS 주입 기반 콘텐츠 필터링이 확장 프로그램이 아닌 브라우저 자체에서 더욱 안정적으로 동작합니다. 즉 uBOL 자체는 콘텐츠 차단을 하는 동안 CPU/메모리 리소스를 소비하지 않습니다. uBOL 서비스워커 프로세스는 사용자가 팝업 창이나 설정을 열었을 _때에만_ 동작합니다.
uBOL은 완전히 선언적이라 필터링 중 영구적으로 실행되는 uBOL 프로세스를 필요로 하지 않으며, CSS/JS 주입 기반 콘텐츠 필터링이 확장 프로그램이 아닌 브라우저 자체에서 더욱 안정적으로 동작합니다. 이는 콘텐츠 차단이 진행되는 동안 uBOL 자체는 CPU나 메모리 자원을 소모하지 않음을 의미합니다. uBOL의 서비스 워커 프로세스는 팝업 창이나 설정을 사용할 때만 실행됩니다.
6 changes: 3 additions & 3 deletions platform/mv3/extension/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"supportReportSpecificButton": {
"message": "إنشاء تقرير جديد علي GitHub",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "وضع التصفية الافتراضي",
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "الصفحة محجوبة",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "لقد منع uBO Lite تحميل الصفحة التالية:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "رجوع",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "إغلاق هذه النافذة",
Expand Down
16 changes: 8 additions & 8 deletions platform/mv3/extension/_locales/az/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@
"description": "A clickable link in the filter issue reporter section"
},
"supportS6URL": {
"message": "Address of the webpage:",
"message": "Address of the web page:",
"description": "Label for the URL of the page"
},
"supportS6Select1": {
"message": "The webpage…",
"message": "The web page…",
"description": "Label for widget to select type of issue"
},
"supportS6Select1Option0": {
Expand Down Expand Up @@ -184,12 +184,12 @@
"description": "An entry in the widget used to select the type of issue"
},
"supportS6Checkbox1": {
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
"description": "A checkbox to use for NSFW sites"
},
"supportReportSpecificButton": {
"message": "Create new report on GitHub",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "Default filtering mode",
Expand Down Expand Up @@ -224,7 +224,7 @@
"description": "This describes the 'optimal' filtering mode"
},
"completeFilteringModeDescription": {
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
"description": "This describes the 'complete' filtering mode"
},
"noFilteringModeDescription": {
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "Page blocked",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "uBO Lite has prevented the following page from loading:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "Go back",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "Close this window",
Expand Down Expand Up @@ -416,7 +416,7 @@
"description": "Text for the button to create the filter"
},
"unpickerUsage": {
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
"description": "Summary description on how to use the tool to remove custom filters"
}
}
6 changes: 3 additions & 3 deletions platform/mv3/extension/_locales/be/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"supportReportSpecificButton": {
"message": "Стварыць новую справаздачу",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "Прадвызначаны рэжым фільтравання",
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "Старонка заблакаваная",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "uBO Lite папярэдзіў чытанне наступнай старонкі:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "Вярнуцца",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "Закрыць гэтае акно",
Expand Down
12 changes: 6 additions & 6 deletions platform/mv3/extension/_locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"description": "Header for a ruleset section in 'Filter lists pane'"
},
"3pGroupMalware": {
"message": "Вредоносни домейни",
"message": "Защита от зловреден софтуер, сигурност",
"description": "Header for a ruleset section in 'Filter lists pane'"
},
"3pGroupAnnoyances": {
Expand Down Expand Up @@ -189,7 +189,7 @@
},
"supportReportSpecificButton": {
"message": "Създаване на нов доклад",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "Режим на филтриране по подразбиране",
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "Страницата е блокирана",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "uBO Lite попречи на зареждането на следната страница:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "Назад",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "Затворяне на прозореца",
Expand Down Expand Up @@ -384,11 +384,11 @@
"description": "Text for buttons used to restore content"
},
"resetToDefaultButton": {
"message": "Reset to default settings…",
"message": "Възстановяване на първоначалните настройки…",
"description": "Text for buttons used to reset configurations to default"
},
"resetToDefaultConfirm": {
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
"message": "Всички ваши персонализирани настройки ще бъдат премахнати. Наистина ли искате да възстановите фабричните настройки?",
"description": "Message asking user to confirm reset to default settings"
},
"dnrRulesWarning": {
Expand Down
8 changes: 4 additions & 4 deletions platform/mv3/extension/_locales/bn/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"supportReportSpecificButton": {
"message": "নতুন অভিযোগ",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "ডিফল্ট ফিল্টারিং মোড",
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "পাতা অবরুদ্ধ",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "ইউবিও লাইট এই পাতা লোড হওয়া আটকিয়েছে:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "ফিরে যাও",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "জানালা বন্ধ করো",
Expand Down Expand Up @@ -416,7 +416,7 @@
"description": "Text for the button to create the filter"
},
"unpickerUsage": {
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
"description": "Summary description on how to use the tool to remove custom filters"
}
}
10 changes: 5 additions & 5 deletions platform/mv3/extension/_locales/br_FR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
"supportReportSpecificButton": {
"message": "Sevel ur rentañ-kont nevez",
"description": "Text for button which open an external webpage in Support pane"
"description": "Text for button which opens an external web page in Support pane"
},
"defaultFilteringModeSectionLabel": {
"message": "Mod silañ dre ziouer",
Expand Down Expand Up @@ -281,7 +281,7 @@
},
"strictblockTitle": {
"message": "Pajenn stanket",
"description": "Webpage title for the strict-blocked page"
"description": "Web page title for the strict-blocked page"
},
"strictblockSentence1": {
"message": "uBO Lite en deus miret ar bajenn-mañ da gargañ:",
Expand All @@ -301,7 +301,7 @@
},
"strictblockBack": {
"message": "Distreiñ",
"description": "A button to go back to the previous webpage"
"description": "A button to go back to the previous web page"
},
"strictblockClose": {
"message": "Serriñ ar prenestr-mañ",
Expand Down Expand Up @@ -384,11 +384,11 @@
"description": "Text for buttons used to restore content"
},
"resetToDefaultButton": {
"message": "Reset to default settings…",
"message": "Adlakaat an arventennoù dre ziouer…",
"description": "Text for buttons used to reset configurations to default"
},
"resetToDefaultConfirm": {
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
"message": "Hoc'h holl arventennoù personelaet a vo dilamet. Daoust hag a fell deoc'h adlakaat an arventennoù dre ziouer?",
"description": "Message asking user to confirm reset to default settings"
},
"dnrRulesWarning": {
Expand Down
Loading