| OLD | NEW |
| 1 # This Source Code Form is subject to the terms of the Mozilla Public | 1 # This Source Code Form is subject to the terms of the Mozilla Public |
| 2 # License, v. 2.0. If a copy of the MPL was not distributed with this | 2 # License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
| 4 | 4 |
| 5 # Default search engine | 5 # Default search engine |
| 6 browser.search.defaultenginename=Google | 6 browser.search.defaultenginename=Google |
| 7 | 7 |
| 8 # Search engine order (order displayed in the search bar dropdown)s | 8 # Search engine order (order displayed in the search bar dropdown)s |
| 9 browser.search.order.1=Google | 9 browser.search.order.1=Google |
| 10 browser.search.order.2=Yahoo | 10 browser.search.order.2=Yahoo |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 # Order of suggested websites displayed in the Top Sites panel. | 35 # Order of suggested websites displayed in the Top Sites panel. |
| 36 # Values for these keys must correspond to the name used in the keys that | 36 # Values for these keys must correspond to the name used in the keys that |
| 37 # define each suggested website's details. For example: | 37 # define each suggested website's details. For example: |
| 38 # browser.suggestedsites.list.0=NAME | 38 # browser.suggestedsites.list.0=NAME |
| 39 # browser.suggestedsites.NAME.title=Displayed name | 39 # browser.suggestedsites.NAME.title=Displayed name |
| 40 # browser.suggestedsites.NAME.url=Website URL | 40 # browser.suggestedsites.NAME.url=Website URL |
| 41 # browser.suggestedsites.NAME.bgcolor= Color (hex format) | 41 # browser.suggestedsites.NAME.bgcolor= Color (hex format) |
| 42 browser.suggestedsites.list.0=adblockplus | 42 browser.suggestedsites.list.0=adblockplus |
| 43 browser.suggestedsites.list.1=acceptableads | 43 browser.suggestedsites.list.1=acceptableads |
| 44 browser.suggestedsites.list.2=adblockbrowserbetacommunity |
| 44 | 45 |
| 45 browser.suggestedsites.adblockplus.title=Adblock Plus | 46 browser.suggestedsites.adblockplus.title=Adblock Plus |
| 46 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ | 47 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ |
| 47 browser.suggestedsites.adblockplus.bgcolor=#ce4e41 | 48 browser.suggestedsites.adblockplus.bgcolor=#ce4e41 |
| 48 | 49 |
| 49 browser.suggestedsites.acceptableads.title=Acceptable Ads | 50 browser.suggestedsites.acceptableads.title=Acceptable Ads |
| 50 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ | 51 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ |
| 51 browser.suggestedsites.acceptableads.bgcolor=#0096dd | 52 browser.suggestedsites.acceptableads.bgcolor=#0096dd |
| 53 |
| 54 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community |
| 55 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r
edirect?link=adblock_browser_android_beta_community |
| 56 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#0096dd |
| OLD | NEW |