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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> | 534 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri
ng> |
534 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> | 535 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</
string> |
535 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> | 536 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri
ng> |
536 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> | 537 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> |
537 | 538 |
538 <!-- This is currently just a filler-text --> | 539 <!-- This is currently just a filler-text --> |
539 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> | 540 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego
ry_acceptable_ads_extra_summary;</string> |
540 | 541 |
541 </resources> | 542 </resources> |
542 | 543 |
OLD | NEW |