| 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). | 8 # Search engine order (order displayed in the search bar dropdown). |
| 9 browser.search.order.1=Google | 9 browser.search.order.1=Google |
| 10 browser.search.order.2=Bing | 10 browser.search.order.2=Bing |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 # browser.suggestedsites.NAME.title=Displayed name | 44 # browser.suggestedsites.NAME.title=Displayed name |
| 45 # browser.suggestedsites.NAME.url=Website URL | 45 # browser.suggestedsites.NAME.url=Website URL |
| 46 # browser.suggestedsites.NAME.bgcolor= Color (hex format) | 46 # browser.suggestedsites.NAME.bgcolor= Color (hex format) |
| 47 # | 47 # |
| 48 # Note that if you remove or add items to this set, you need to adjust | 48 # Note that if you remove or add items to this set, you need to adjust |
| 49 # mobile/android/tests/browser/robocop/testDistribution.java | 49 # mobile/android/tests/browser/robocop/testDistribution.java |
| 50 # to reflect the new set of IDs reported as tiles data. | 50 # to reflect the new set of IDs reported as tiles data. |
| 51 # | 51 # |
| 52 browser.suggestedsites.list.0=adblockplus | 52 browser.suggestedsites.list.0=adblockplus |
| 53 browser.suggestedsites.list.1=acceptableads | 53 browser.suggestedsites.list.1=acceptableads |
| 54 browser.suggestedsites.list.2=adblockbrowserbetacommunity | |
| 55 | 54 |
| 56 browser.suggestedsites.adblockplus.title=Adblock Plus | 55 browser.suggestedsites.adblockplus.title=Adblock Plus |
| 57 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ | 56 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ |
| 58 browser.suggestedsites.adblockplus.bgcolor=#cf0016 | 57 browser.suggestedsites.adblockplus.bgcolor=#cf0016 |
| 59 | 58 |
| 60 browser.suggestedsites.acceptableads.title=Acceptable Ads | 59 browser.suggestedsites.acceptableads.title=Acceptable Ads |
| 61 browser.suggestedsites.acceptableads.url=https://acceptableads.com | 60 browser.suggestedsites.acceptableads.url=https://acceptableads.com |
| 62 browser.suggestedsites.acceptableads.bgcolor=#69a952 | 61 browser.suggestedsites.acceptableads.bgcolor=#69a952 |
| 63 | |
| 64 browser.suggestedsites.adblockbrowserbetacommunity.title=Beta community | |
| 65 browser.suggestedsites.adblockbrowserbetacommunity.url=https://adblockplus.org/r
edirect?link=adblock_browser_android_beta_community | |
| 66 browser.suggestedsites.adblockbrowserbetacommunity.bgcolor=#f7f7f7 | |
| OLD | NEW |