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

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 29317001: Relocated icon and redesigned icon popup (Closed)
Left Patch Set: Rebased Created Nov. 19, 2013, 1:43 p.m.
Right Patch Set: Merged setBadgeNumber and setBadgeBackgroundColor Created Dec. 13, 2013, 10:36 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | background.js » ('j') | lib/stats.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Add domain" 7 "message": "Add domain"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Add filter" 10 "message": "Add filter"
(...skipping 23 matching lines...) Expand all
34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
35 }, 35 },
36 "description_opera": { 36 "description_opera": {
37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more."
38 }, 38 },
39 "description_safari": { 39 "description_safari": {
40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
41 }, 41 },
42 "disabled_for_site": 42 "disabled_for_site":
43 { 43 {
44 "description": "Popup balloon label to disable blocking", 44 "description": "Popup balloon label to disable blocking",
Felix Dahlke 2013/11/19 15:11:43 I'm not sure if balloon is the right term, pretty
Wladimir Palant 2013/11/26 15:31:23 Given that a Google search for "popup balloon" imm
Felix Dahlke 2013/11/26 15:33:46 Fair enough.
Thomas Greiner 2013/11/26 17:50:51 Done.
45 "message": "<strong>Disabled</strong> on this site" 45 "message": "<strong>Disabled</strong> on this site"
46 }, 46 },
47 "disable_inline": { 47 "disable_inline": {
48 "message": "Disable inline text ads" 48 "message": "Disable inline text ads"
49 }, 49 },
50 "disabled_for_these_domains": { 50 "disabled_for_these_domains": {
51 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button." 51 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button."
52 }, 52 },
53 "easy_create_filter": { 53 "easy_create_filter": {
54 "description": "Popup balloon label for blocking elements on the current pag e", 54 "description": "Popup balloon label for blocking elements on the current pag e",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "placeholders": { 96 "placeholders": {
97 "time": { 97 "time": {
98 "content": "$1" 98 "content": "$1"
99 } 99 }
100 } 100 }
101 }, 101 },
102 "options": { 102 "options": {
103 "message": "Adblock Plus Options" 103 "message": "Adblock Plus Options"
104 }, 104 },
105 "options_short": { 105 "options_short": {
106 "description": "Link to options page from balloon popup", 106 "description": "Link to the options page from the popup balloon.",
Felix Dahlke 2013/11/19 15:11:43 s/to/to the/ and s/from/from the/
Thomas Greiner 2013/11/26 17:50:51 Done.
107 "message": "Options" 107 "message": "Options"
108 }, 108 },
109 "out_of_date_lists": { 109 "out_of_date_lists": {
110 "message": "Out-of-date lists are updated periodically." 110 "message": "Out-of-date lists are updated periodically."
111 }, 111 },
112 "remove_button": { 112 "remove_button": {
113 "description": "This is the label for the 'Remove selected' buttons.", 113 "description": "This is the label for the 'Remove selected' buttons.",
114 "message": "Remove selected" 114 "message": "Remove selected"
115 }, 115 },
116 "show_block_element_menu": { 116 "show_block_element_menu": {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "number": { 157 "number": {
158 "content": "$1" 158 "content": "$1"
159 } 159 }
160 } 160 }
161 }, 161 },
162 "stats_share_title": { 162 "stats_share_title": {
163 "description": "Title for the share buttons to share stats.", 163 "description": "Title for the share buttons to share stats.",
164 "message": "Share these numbers" 164 "message": "Share these numbers"
165 }, 165 },
166 "stats_show_iconnumber": { 166 "stats_show_iconnumber": {
167 "description": "Toggle display of number of blocked ads in icon.", 167 "description": "Toggle for displaying the number of blocked ads in the icon. ",
Felix Dahlke 2013/11/19 15:11:43 How about "Toggle for displaying the number of blo
Thomas Greiner 2013/11/26 17:50:51 Done.
168 "message": "Show number in icon" 168 "message": "Show number in icon"
Wladimir Palant 2013/11/26 15:31:23 That number will quickly go into thousands, are yo
Felix Dahlke 2013/11/26 15:33:46 It's the number of ads blocked on the current page
Wladimir Palant 2013/11/26 15:35:33 I see - than it is fine of course. I was under the
169 }, 169 },
170 "stats_title": { 170 "stats_title": {
171 "description": "Title for the stats section in the popup.", 171 "description": "Title for the stats section in the popup.",
172 "message": "Ads blocked" 172 "message": "Ads blocked"
173 }, 173 },
174 "subscriptionSelection_subscriptionSelector_label": { 174 "subscriptionSelection_subscriptionSelector_label": {
175 "message": "Please choose a filter subscription from the list:" 175 "message": "Please choose a filter subscription from the list:"
176 }, 176 },
177 "update_now": { 177 "update_now": {
178 "message": "Update now" 178 "message": "Update now"
179 }, 179 },
180 "whitelisted_domains": { 180 "whitelisted_domains": {
181 "description": "This is a tab heading.", 181 "description": "This is a tab heading.",
182 "message": "Whitelisted domains" 182 "message": "Whitelisted domains"
183 } 183 }
184 } 184 }
LEFTRIGHT
« no previous file | background.js » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld