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

Unified Diff: _locales/en_US/messages.json

Issue 11627039: Added ad counting functionality (Closed)
Patch Set: Created Sept. 20, 2013, 3 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | stats.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en_US/messages.json
===================================================================
--- a/_locales/en_US/messages.json
+++ b/_locales/en_US/messages.json
@@ -103,6 +103,63 @@
"show_icon": {
"message": "Show icon in address bar"
},
+ "stats_label_page": {
+ "description": "This shows the number of blocked requests on a specific page in the popup.",
+ "message": "<strong>$number$</strong> on this page",
+ "placeholders": {
+ "number": {
+ "content": "$1"
+ }
+ }
+ },
+ "stats_label_total": {
+ "description": "This shows the total number of blocked requests in the popup.",
+ "message": "<strong>$number$</strong> in total",
+ "placeholders": {
+ "number": {
+ "content": "$1"
+ }
+ }
+ },
+ "stats_over": {
+ "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 isn't known to the speakers of the language or if the resulting sentence would sound weird otherwise.",
+ "message": "over $number$",
+ "placeholders": {
+ "number": {
+ "content": "$1"
+ }
+ }
+ },
+ "stats_share_download": {
+ "description": "Label for link to adblockplus.org that is attached when the user wants to share the stats on Facebook.",
+ "message": "Download Adblock Plus"
+ },
+ "stats_share_label_fb": {
+ "message": "Share on Facebook"
+ },
+ "stats_share_label_gplus": {
+ "message": "Share on Google+"
+ },
+ "stats_share_label_twitter": {
+ "message": "Share on Twitter"
+ },
+ "stats_share_message": {
+ "description": "This message will be posted to social networks if the user decides to share the stats.",
+ "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.",
+ "placeholders": {
+ "number": {
+ "content": "$1"
+ }
+ }
+ },
+ "stats_share_title": {
+ "description": "Label for the action in the popup which presents the user with all sharing options.",
+ "message": "Share this"
+ },
+ "stats_title": {
+ "description": "Title for the stats section in the popup.",
+ "message": "Blocked ads:"
+ },
"subscriptionSelection_subscriptionSelector_label": {
"message": "Please choose a filter subscription from the list:"
},
« no previous file with comments | « no previous file | lib/prefs.js » ('j') | stats.js » ('J')

Powered by Google App Engine
This is Rietveld