| OLD | NEW |
| 1 #filter substitution | 1 #filter substitution |
| 2 <?xml version="1.0" encoding="utf-8"?> | 2 <?xml version="1.0" encoding="utf-8"?> |
| 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 4 - License, v. 2.0. If a copy of the MPL was not distributed with this | 4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 6 | 6 |
| 7 <!DOCTYPE resources [ | 7 <!DOCTYPE resources [ |
| 8 #includesubst @BRANDPATH@ | 8 #includesubst @BRANDPATH@ |
| 9 #includesubst @STRINGSPATH@ | 9 #includesubst @STRINGSPATH@ |
| 10 #includesubst @SYNCSTRINGSPATH@ | 10 #includesubst @SYNCSTRINGSPATH@ |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 <string name="bookmarkdefaults_favicon_aboutfirefox">chrome/chrome/content/bra
nding/favicon64.png</string> | 371 <string name="bookmarkdefaults_favicon_aboutfirefox">chrome/chrome/content/bra
nding/favicon64.png</string> |
| 372 | 372 |
| 373 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockplus --> | 373 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockplus --> |
| 374 <string name="bookmarkdefaults_title_adblockplus">@bookmarks_adblockplus@</str
ing> | 374 <string name="bookmarkdefaults_title_adblockplus">@bookmarks_adblockplus@</str
ing> |
| 375 <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</strin
g> | 375 <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</strin
g> |
| 376 | 376 |
| 377 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptableads --> | 377 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptableads --> |
| 378 <string name="bookmarkdefaults_title_acceptableads">@bookmarks_acceptableads@<
/string> | 378 <string name="bookmarkdefaults_title_acceptableads">@bookmarks_acceptableads@<
/string> |
| 379 <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</s
tring> | 379 <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</s
tring> |
| 380 | 380 |
| 381 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockbrowserbetacommunity --> |
| 382 <string name="bookmarkdefaults_title_adblockbrowserbetacommunity">@bookmarks_a
dblockbrowserbetacommunity@</string> |
| 383 <string name="bookmarkdefaults_url_adblockbrowserbetacommunity">https://adbloc
kplus.org/redirect?link=adblock_browser_android_beta_community</string> |
| 384 |
| 381 <!-- Site identity popup --> | 385 <!-- Site identity popup --> |
| 382 <string name="identity_connected_to">&identity_connected_to;</string> | 386 <string name="identity_connected_to">&identity_connected_to;</string> |
| 383 <string name="identity_run_by">&identity_run_by;</string> | 387 <string name="identity_run_by">&identity_run_by;</string> |
| 384 <string name="loaded_mixed_content_message">&loaded_mixed_content_message;</st
ring> | 388 <string name="loaded_mixed_content_message">&loaded_mixed_content_message;</st
ring> |
| 385 <string name="blocked_mixed_content_message_top">&blocked_mixed_content_messag
e_top;</string> | 389 <string name="blocked_mixed_content_message_top">&blocked_mixed_content_messag
e_top;</string> |
| 386 <string name="blocked_mixed_content_message_bottom">&blocked_mixed_content_mes
sage_bottom;</string> | 390 <string name="blocked_mixed_content_message_bottom">&blocked_mixed_content_mes
sage_bottom;</string> |
| 387 <string name="learn_more">&learn_more;</string> | 391 <string name="learn_more">&learn_more;</string> |
| 388 <string name="enable_protection">&enable_protection;</string> | 392 <string name="enable_protection">&enable_protection;</string> |
| 389 <string name="disable_protection">&disable_protection;</string> | 393 <string name="disable_protection">&disable_protection;</string> |
| 390 <string name="keep_blocking">&keep_blocking;</string> | 394 <string name="keep_blocking">&keep_blocking;</string> |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> | 498 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> |
| 495 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> | 499 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> |
| 496 | 500 |
| 497 <!-- This is currently just a filler-text --> | 501 <!-- This is currently just a filler-text --> |
| 498 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use starightforward, unobtrusive | 502 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use starightforward, unobtrusive |
| 499 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you | 503 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you |
| 500 still wanto to block every ad you can disable this in a few seconds.</string> | 504 still wanto to block every ad you can disable this in a few seconds.</string> |
| 501 | 505 |
| 502 </resources> | 506 </resources> |
| 503 | 507 |
| OLD | NEW |