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: Changed strings & using appLocale Created Sept. 18, 2013, 9:45 a.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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "stats_over": { 124 "stats_over": {
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.", 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.",
126 "message": "over $number$", 126 "message": "over $number$",
127 "placeholders": { 127 "placeholders": {
128 "number": { 128 "number": {
129 "content": "$1" 129 "content": "$1"
130 } 130 }
131 } 131 }
132 }, 132 },
133 "stats_share_download": { 133 "stats_share_download": {
134 "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.",
135 "message": "Download Adblock Plus" 135 "message": "Download Adblock Plus"
136 }, 136 },
137 "stats_share_label_fb": { 137 "stats_share_label_fb": {
138 "message": "Share on Facebook" 138 "message": "Share on Facebook"
139 }, 139 },
140 "stats_share_label_gplus": { 140 "stats_share_label_gplus": {
141 "message": "Share on Google+" 141 "message": "Share on Google+"
142 }, 142 },
143 "stats_share_label_twitter": { 143 "stats_share_label_twitter": {
144 "message": "Share on Twitter" 144 "message": "Share on Twitter"
145 }, 145 },
146 "stats_share_message": { 146 "stats_share_message": {
147 "description": "This message will be posted to social networks if the user d ecides to share the stats.", 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", 148 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.",
Wladimir Palant 2013/09/18 09:56:48 This sentence still needs a period at the end.
149 "placeholders": { 149 "placeholders": {
150 "number": { 150 "number": {
151 "content": "$1" 151 "content": "$1"
152 } 152 }
153 } 153 }
154 }, 154 },
155 "stats_share_title": { 155 "stats_share_title": {
156 "description": "Label for the action in the popup which presents the user wi th all sharing options.", 156 "description": "Label for the action in the popup which presents the user wi th all sharing options.",
157 "message": "Share this" 157 "message": "Share this"
158 }, 158 },
159 "stats_title": { 159 "stats_title": {
160 "description": "Title for the stats section in the popup.", 160 "description": "Title for the stats section in the popup.",
161 "message": "Blocked ads:" 161 "message": "Blocked ads:"
162 }, 162 },
163 "subscriptionSelection_subscriptionSelector_label": { 163 "subscriptionSelection_subscriptionSelector_label": {
164 "message": "Please choose a filter subscription from the list:" 164 "message": "Please choose a filter subscription from the list:"
165 }, 165 },
166 "update_now": { 166 "update_now": {
167 "message": "Update now" 167 "message": "Update now"
168 }, 168 },
169 "whitelisted_domains": { 169 "whitelisted_domains": {
170 "description": "This is a tab heading.", 170 "description": "This is a tab heading.",
171 "message": "Whitelisted domains" 171 "message": "Whitelisted domains"
172 } 172 }
173 } 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