Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/locales/en-US/chrome/region.properties

Issue 5092578215067648: Issue 2464 - Add language part to the top sites links (Closed)
Patch Set: Created May 6, 2015, 8:45 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld