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. 20, 2013, 3 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 | lib/prefs.js » ('j') | stats.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 shows the number of blocked requests on a specific page in the popup.",
108 "message": "<strong>$number$</strong> on this page",
109 "placeholders": {
110 "number": {
111 "content": "$1"
112 }
113 }
114 },
115 "stats_label_total": {
116 "description": "This shows the total number of blocked requests in the popup .",
117 "message": "<strong>$number$</strong> in total",
118 "placeholders": {
119 "number": {
120 "content": "$1"
121 }
122 }
123 },
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.",
126 "message": "over $number$",
127 "placeholders": {
128 "number": {
129 "content": "$1"
130 }
131 }
132 },
133 "stats_share_download": {
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"
136 },
137 "stats_share_label_fb": {
138 "message": "Share on Facebook"
139 },
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.",
149 "placeholders": {
150 "number": {
151 "content": "$1"
152 }
153 }
154 },
155 "stats_share_title": {
156 "description": "Label for the action in the popup which presents the user wi th all sharing options.",
157 "message": "Share this"
158 },
159 "stats_title": {
160 "description": "Title for the stats section in the popup.",
161 "message": "Blocked ads:"
162 },
106 "subscriptionSelection_subscriptionSelector_label": { 163 "subscriptionSelection_subscriptionSelector_label": {
107 "message": "Please choose a filter subscription from the list:" 164 "message": "Please choose a filter subscription from the list:"
108 }, 165 },
109 "update_now": { 166 "update_now": {
110 "message": "Update now" 167 "message": "Update now"
111 }, 168 },
112 "whitelisted_domains": { 169 "whitelisted_domains": {
113 "description": "This is a tab heading.", 170 "description": "This is a tab heading.",
114 "message": "Whitelisted domains" 171 "message": "Whitelisted domains"
115 } 172 }
116 } 173 }
OLDNEW
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | stats.js » ('J')

Powered by Google App Engine
This is Rietveld