| 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 @ABBSTRINGSPATH@ | 10 #includesubst @ABBSTRINGSPATH@ |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 <!-- Default Adblock Browser bookmarks. See https://issues.adblockplus.org/tic
ket/3766 --> | 484 <!-- Default Adblock Browser bookmarks. See https://issues.adblockplus.org/tic
ket/3766 --> |
| 485 <string name="bookmarkdefaults_title_about_browser">&abb_bookmarks_about_brows
er;</string> | 485 <string name="bookmarkdefaults_title_about_browser">&abb_bookmarks_about_brows
er;</string> |
| 486 <string name="bookmarkdefaults_url_about_browser">about:</string> | 486 <string name="bookmarkdefaults_url_about_browser">about:</string> |
| 487 | 487 |
| 488 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblock_plus --> | 488 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblock_plus --> |
| 489 <string name="bookmarkdefaults_title_adblock_plus">&abb_bookmarks_adblock_plus
;</string> | 489 <string name="bookmarkdefaults_title_adblock_plus">&abb_bookmarks_adblock_plus
;</string> |
| 490 <string name="bookmarkdefaults_url_adblock_plus">https://adblockplus.org</stri
ng> | 490 <string name="bookmarkdefaults_url_adblock_plus">https://adblockplus.org</stri
ng> |
| 491 | 491 |
| 492 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptable_ads --> | 492 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptable_ads --> |
| 493 <string name="bookmarkdefaults_title_acceptable_ads">&abb_bookmarks_acceptable
_ads;</string> | 493 <string name="bookmarkdefaults_title_acceptable_ads">&abb_bookmarks_acceptable
_ads;</string> |
| 494 <string name="bookmarkdefaults_url_acceptable_ads">https://acceptableads.org</
string> | 494 <string name="bookmarkdefaults_url_acceptable_ads">https://acceptableads.com</
string> |
| 495 | 495 |
| 496 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
beta_community --> | 496 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
beta_community --> |
| 497 <string name="bookmarkdefaults_title_beta_community">&abb_bookmarks_beta_commu
nity;</string> | 497 <string name="bookmarkdefaults_title_beta_community">&abb_bookmarks_beta_commu
nity;</string> |
| 498 <string name="bookmarkdefaults_url_beta_community">https://adblockplus.org/red
irect?link=adblock_browser_android_beta_community</string> | 498 <string name="bookmarkdefaults_url_beta_community">https://adblockplus.org/red
irect?link=adblock_browser_android_beta_community</string> |
| 499 | 499 |
| 500 <!-- Site identity popup --> | 500 <!-- Site identity popup --> |
| 501 <string name="identity_connection_secure">&identity_connection_secure;</string
> | 501 <string name="identity_connection_secure">&identity_connection_secure;</string
> |
| 502 <string name="identity_connection_insecure">&identity_connection_insecure;</st
ring> | 502 <string name="identity_connection_insecure">&identity_connection_insecure;</st
ring> |
| 503 <string name="identity_connection_chromeui">&identity_connection_chromeui;</st
ring> | 503 <string name="identity_connection_chromeui">&identity_connection_chromeui;</st
ring> |
| 504 | 504 |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 <string name="abb_adblocking_none_selected">&abb_adblocking_none_selected;</st
ring> | 720 <string name="abb_adblocking_none_selected">&abb_adblocking_none_selected;</st
ring> |
| 721 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> | 721 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> |
| 722 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> | 722 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> |
| 723 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> | 723 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> |
| 724 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> | 724 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> |
| 725 | 725 |
| 726 <!-- This is currently just a filler-text --> | 726 <!-- This is currently just a filler-text --> |
| 727 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> | 727 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> |
| 728 | 728 |
| 729 </resources> | 729 </resources> |
| 730 | |
| OLD | NEW |