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

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

Issue 11627039: Added ad counting functionality (Closed)
Left Patch Set: Created Sept. 11, 2013, 3:10 p.m.
Right Patch Set: Created Sept. 20, 2013, 3 p.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 | lib/prefs.js » ('j') | 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": { 106 "stats_label_page": {
107 "description": "This is the suffix for the page stats in the popup.", 107 "description": "This shows the number of blocked requests on a specific page in the popup.",
108 "message": "on this page" 108 "message": "<strong>$number$</strong> on this page",
109 "placeholders": {
110 "number": {
111 "content": "$1"
112 }
113 }
109 }, 114 },
110 "stats_label_total": { 115 "stats_label_total": {
111 "description": "This is the suffix for the total stats in the popup.", 116 "description": "This shows the total number of blocked requests in the popup .",
112 "message": "in total" 117 "message": "<strong>$number$</strong> in total",
118 "placeholders": {
119 "number": {
120 "content": "$1"
121 }
122 }
113 }, 123 },
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": { 124 "stats_over": {
115 "description": "This is prepended to the stats numbers that are within a cer tain range.", 125 "description": "For some numbers the stats share message will say 'I blocked over 123 ads' instead of 'I blocked 123 ads'. This is a reference to the 'over 9000' meme. This string can be translated simply with '$number$' if that meme is n't known to the speakers of the language or if the resulting sentence would sou nd weird otherwise.",
116 "message": "over $number$!", 126 "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": { 127 "placeholders": {
118 "number": { 128 "number": {
119 "content": "$1" 129 "content": "$1"
120 } 130 }
121 } 131 }
122 }, 132 },
123 "stats_share_download": { 133 "stats_share_download": {
124 "description": "Label for link to adblockplus.org", 134 "description": "Label for link to adblockplus.org that is attached when the user wants to share the stats on Facebook.",
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" 135 "message": "Download Adblock Plus"
126 }, 136 },
127 "stats_share_label": { 137 "stats_share_label_fb": {
128 "description": "This is the button label for the share action in the popup." , 138 "message": "Share on Facebook"
129 "message": "Share on $network$", 139 },
Wladimir Palant 2013/09/18 08:37:32 We've inherited some overly wordy and useless mess
140 "stats_share_label_gplus": {
141 "message": "Share on Google+"
142 },
143 "stats_share_label_twitter": {
144 "message": "Share on Twitter"
145 },
146 "stats_share_message": {
147 "description": "This message will be posted to social networks if the user d ecides to share the stats.",
148 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.",
130 "placeholders": { 149 "placeholders": {
131 "network": { 150 "number": {
132 "content": "$1" 151 "content": "$1"
133 } 152 }
134 } 153 }
135 }, 154 },
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": { 155 "stats_share_title": {
141 "description": "This is the label for the share action in the popup.", 156 "description": "Label for the action in the popup which presents the user wi th all sharing options.",
Wladimir Palant 2013/09/18 08:37:32 I think this description needs to explain the diff
142 "message": "Share this" 157 "message": "Share this"
143 }, 158 },
144 "stats_title": { 159 "stats_title": {
145 "description": "This is the title for the stats section in the popup.", 160 "description": "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:" 161 "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 }, 162 },
148 "subscriptionSelection_subscriptionSelector_label": { 163 "subscriptionSelection_subscriptionSelector_label": {
149 "message": "Please choose a filter subscription from the list:" 164 "message": "Please choose a filter subscription from the list:"
150 }, 165 },
151 "update_now": { 166 "update_now": {
152 "message": "Update now" 167 "message": "Update now"
153 }, 168 },
154 "whitelisted_domains": { 169 "whitelisted_domains": {
155 "description": "This is a tab heading.", 170 "description": "This is a tab heading.",
156 "message": "Whitelisted domains" 171 "message": "Whitelisted domains"
157 } 172 }
158 } 173 }
LEFTRIGHT
« no previous file | lib/prefs.js » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld