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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 | 443 |
444 <string name="actionbar_menu">&actionbar_menu;</string> | 444 <string name="actionbar_menu">&actionbar_menu;</string> |
445 <string name="actionbar_done">&actionbar_done;</string> | 445 <string name="actionbar_done">&actionbar_done;</string> |
446 | 446 |
447 <!-- Miscellaneous --> | 447 <!-- Miscellaneous --> |
448 <string name="ellipsis">&ellipsis;</string> | 448 <string name="ellipsis">&ellipsis;</string> |
449 | 449 |
450 <string name="colon">:</string> | 450 <string name="colon">:</string> |
451 | 451 |
452 <string name="remote_tabs_last_synced">&remote_tabs_last_synced;</string> | 452 <string name="remote_tabs_last_synced">&remote_tabs_last_synced;</string> |
| 453 |
| 454 <!-- Adblock Plus browser --> |
| 455 <string name="abp_pref_category_adblocking">Adblocking</string> |
| 456 <string name="abp_pref_category_adblocking_summary">Configure your filter subs
criptions</string> |
| 457 |
| 458 <string name="abp_pref_category_blocking">Blocking</string> |
| 459 |
| 460 <string name="abp_pref_category_further_blocking">Further blocking options</st
ring> |
| 461 <string name="abp_pref_category_further_blocking_summary">Disable tracking and
malware sites or add custom filter lists</string> |
| 462 |
| 463 <string name="abp_pref_category_exceptions">Exceptions</string> |
| 464 |
| 465 <string name="abp_pref_category_aceptable_ads">Acceptable Ads</string> |
| 466 <string name="abp_pref_category_aceptable_ads_summary">Configure Acceptable Ad
s</string> |
| 467 |
| 468 <string name="abp_pref_category_whitelisted_sites">Whitelisted Websites</strin
g> |
| 469 <string name="abp_pref_category_whitelisted_sites_summary">Add exceptions for
websites</string> |
| 470 |
| 471 <string name="abp_pref_acceptable_ads">Allow some non-intrusive advertising</s
tring> |
| 472 |
453 </resources> | 473 </resources> |
| 474 |
OLD | NEW |