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

Side by Side Diff: _locales/en_US/messages.json

Issue 11627039: Added ad counting functionality (Closed)
Patch Set: Created Sept. 11, 2013, 3:10 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 | background.js » ('j') | include.preload.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "remove_button": { 96 "remove_button": {
97 "description": "This is the label for the 'Remove selected' buttons.", 97 "description": "This is the label for the 'Remove selected' buttons.",
98 "message": "Remove selected" 98 "message": "Remove selected"
99 }, 99 },
100 "show_block_element_menu": { 100 "show_block_element_menu": {
101 "message": "Show 'Block Element' right-click menu item" 101 "message": "Show 'Block Element' right-click menu item"
102 }, 102 },
103 "show_icon": { 103 "show_icon": {
104 "message": "Show icon in address bar" 104 "message": "Show icon in address bar"
105 }, 105 },
106 "stats_label_page": {
107 "description": "This is the suffix for the page stats in the popup.",
108 "message": "on this page"
109 },
110 "stats_label_total": {
111 "description": "This is the suffix for the total stats in the popup.",
112 "message": "in total"
113 },
Wladimir Palant 2013/09/18 08:37:32 No suffixes please - languages other than English
Thomas Greiner 2013/09/18 09:48:25 This is only used in the following context and not
114 "stats_over": {
115 "description": "This is prepended to the stats numbers that are within a cer tain range.",
116 "message": "over $number$!",
Felix Dahlke 2013/09/17 09:41:04 I love this :D Wondering whether we should put th
Thomas Greiner 2013/09/17 11:26:15 Done.
Wladimir Palant 2013/09/18 08:37:32 Note that the joke will be lost in translation. Al
117 "placeholders": {
118 "number": {
119 "content": "$1"
120 }
121 }
122 },
123 "stats_share_download": {
124 "description": "Label for link to adblockplus.org",
Wladimir Palant 2013/09/18 08:37:32 "Label for the link to adblockplus.org in the shar
Thomas Greiner 2013/09/18 09:48:25 For Facebook we have the ability to add an extra l
Wladimir Palant 2013/09/18 09:56:48 Sure. The description should indicate the context
125 "message": "Download Adblock Plus"
126 },
127 "stats_share_label": {
128 "description": "This is the button label for the share action in the popup." ,
129 "message": "Share on $network$",
Wladimir Palant 2013/09/18 08:37:32 We've inherited some overly wordy and useless mess
130 "placeholders": {
131 "network": {
132 "content": "$1"
133 }
134 }
135 },
136 "stats_share_message": {
137 "description": "This is the message that can be shared through the popup.",
Wladimir Palant 2013/09/18 08:37:32 Again, that description doesn't contain any useful
138 "message": "I blocked _TOTAL_ ads and trackers thanks to Adblock Plus"
Felix Dahlke 2013/09/17 09:41:04 I think this needs a bit of work, probably better
Thomas Greiner 2013/09/17 11:26:15 We decided on keeping it simple. Even saying "trac
139 },
140 "stats_share_title": {
141 "description": "This is the label for the share action in the popup.",
Wladimir Palant 2013/09/18 08:37:32 I think this description needs to explain the diff
142 "message": "Share this"
143 },
144 "stats_title": {
145 "description": "This is the title for the stats section in the popup.",
Wladimir Palant 2013/09/18 08:37:32 "Title of the stats section in the popup" should b
146 "message": "Blocked ads:"
Felix Dahlke 2013/09/17 09:41:04 As above, might want to be a bit more precise here
Thomas Greiner 2013/09/17 11:26:15 As above we want to keep it simple even though I a
147 },
106 "subscriptionSelection_subscriptionSelector_label": { 148 "subscriptionSelection_subscriptionSelector_label": {
107 "message": "Please choose a filter subscription from the list:" 149 "message": "Please choose a filter subscription from the list:"
108 }, 150 },
109 "update_now": { 151 "update_now": {
110 "message": "Update now" 152 "message": "Update now"
111 }, 153 },
112 "whitelisted_domains": { 154 "whitelisted_domains": {
113 "description": "This is a tab heading.", 155 "description": "This is a tab heading.",
114 "message": "Whitelisted domains" 156 "message": "Whitelisted domains"
115 } 157 }
116 } 158 }
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | include.preload.js » ('J')

Powered by Google App Engine
This is Rietveld