| 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 @SYNCSTRINGSPATH@ | 11 #includesubst @SYNCSTRINGSPATH@ |
| 11 #includesubst @SEARCHSTRINGSPATH@ | 12 #includesubst @SEARCHSTRINGSPATH@ |
| 12 | 13 |
| 13 <!-- C-style format strings. --> | 14 <!-- C-style format strings. --> |
| 14 <!ENTITY formatI "%I"> | 15 <!ENTITY formatI "%I"> |
| 15 <!ENTITY formatS "%s"> | 16 <!ENTITY formatS "%s"> |
| 16 <!ENTITY formatS1 "%1$s"> | 17 <!ENTITY formatS1 "%1$s"> |
| 17 <!ENTITY formatS2 "%2$s"> | 18 <!ENTITY formatS2 "%2$s"> |
| 18 <!ENTITY formatS3 "%3$s"> | 19 <!ENTITY formatS3 "%3$s"> |
| 19 <!ENTITY formatD "%d"> | 20 <!ENTITY formatD "%d"> |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> | 572 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> |
| 572 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> | 573 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> |
| 573 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> | 574 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> |
| 574 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> | 575 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> |
| 575 | 576 |
| 576 <!-- This is currently just a filler-text --> | 577 <!-- This is currently just a filler-text --> |
| 577 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> | 578 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> |
| 578 | 579 |
| 579 </resources> | 580 </resources> |
| 580 | 581 |
| OLD | NEW |