| 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 21 matching lines...) Expand all Loading... |
| 32 browser.contentHandlers.types.0.title=My Yahoo! | 32 browser.contentHandlers.types.0.title=My Yahoo! |
| 33 browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s | 33 browser.contentHandlers.types.0.uri=https://add.my.yahoo.com/rss?url=%s |
| 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=mozilla | 42 browser.suggestedsites.list.0=adblockplus |
| 43 browser.suggestedsites.list.1=fxmarketplace | 43 browser.suggestedsites.list.1=acceptableads |
| 44 browser.suggestedsites.list.2=fxaddons | |
| 45 browser.suggestedsites.list.3=fxsupport | |
| 46 | 44 |
| 47 browser.suggestedsites.mozilla.title=The Mozilla Project | 45 browser.suggestedsites.adblockplus.title=Adblock Plus |
| 48 browser.suggestedsites.mozilla.url=https://www.mozilla.org/en-US/ | 46 browser.suggestedsites.adblockplus.url=https://adblockplus.org |
| 49 browser.suggestedsites.mozilla.bgcolor=#ce4e41 | 47 browser.suggestedsites.adblockplus.bgcolor=#ce4e41 |
| 50 | 48 |
| 51 browser.suggestedsites.fxmarketplace.title=Firefox Marketplace | 49 browser.suggestedsites.acceptableads.title=Acceptable Ads |
| 52 browser.suggestedsites.fxmarketplace.url=https://marketplace.firefox.com/ | 50 browser.suggestedsites.acceptableads.url=https://acceptableads.org |
| 53 browser.suggestedsites.fxmarketplace.bgcolor=#0096dd | 51 browser.suggestedsites.acceptableads.bgcolor=#0096dd |
| 54 | |
| 55 browser.suggestedsites.fxaddons.title=Add-ons: Customize Firefox | |
| 56 browser.suggestedsites.fxaddons.url=https://addons.mozilla.org/en-US/android/ | |
| 57 browser.suggestedsites.fxaddons.bgcolor=#62be06 | |
| 58 | |
| 59 browser.suggestedsites.fxsupport.title=Firefox Help and Support | |
| 60 browser.suggestedsites.fxsupport.url=https://support.mozilla.org/en-US/products/
mobile | |
| 61 browser.suggestedsites.fxsupport.bgcolor=#f37c00 | |
| OLD | NEW |