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 25 matching lines...) Expand all Loading... |
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 | 44 |
45 browser.suggestedsites.adblockplus.title=Adblock Plus | 45 browser.suggestedsites.adblockplus.title=Adblock Plus |
46 browser.suggestedsites.adblockplus.url=https://adblockplus.org | 46 browser.suggestedsites.adblockplus.url=https://adblockplus.org/en/ |
47 browser.suggestedsites.adblockplus.bgcolor=#ce4e41 | 47 browser.suggestedsites.adblockplus.bgcolor=#ce4e41 |
48 | 48 |
49 browser.suggestedsites.acceptableads.title=Acceptable Ads | 49 browser.suggestedsites.acceptableads.title=Acceptable Ads |
50 browser.suggestedsites.acceptableads.url=https://acceptableads.org | 50 browser.suggestedsites.acceptableads.url=https://acceptableads.org/en/ |
51 browser.suggestedsites.acceptableads.bgcolor=#0096dd | 51 browser.suggestedsites.acceptableads.bgcolor=#0096dd |
OLD | NEW |