Index: _locales/en_US/messages.json |
=================================================================== |
--- a/_locales/en_US/messages.json |
+++ b/_locales/en_US/messages.json |
@@ -103,6 +103,48 @@ |
"show_icon": { |
"message": "Show icon in address bar" |
}, |
+ "stats_label_page": { |
+ "description": "This is the suffix for the page stats in the popup.", |
+ "message": "on this page" |
+ }, |
+ "stats_label_total": { |
+ "description": "This is the suffix for the total stats in the popup.", |
+ "message": "in total" |
+ }, |
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
|
+ "stats_over": { |
+ "description": "This is prepended to the stats numbers that are within a certain range.", |
+ "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
|
+ "placeholders": { |
+ "number": { |
+ "content": "$1" |
+ } |
+ } |
+ }, |
+ "stats_share_download": { |
+ "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
|
+ "message": "Download Adblock Plus" |
+ }, |
+ "stats_share_label": { |
+ "description": "This is the button label for the share action in the popup.", |
+ "message": "Share on $network$", |
Wladimir Palant
2013/09/18 08:37:32
We've inherited some overly wordy and useless mess
|
+ "placeholders": { |
+ "network": { |
+ "content": "$1" |
+ } |
+ } |
+ }, |
+ "stats_share_message": { |
+ "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
|
+ "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
|
+ }, |
+ "stats_share_title": { |
+ "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
|
+ "message": "Share this" |
+ }, |
+ "stats_title": { |
+ "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
|
+ "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
|
+ }, |
"subscriptionSelection_subscriptionSelector_label": { |
"message": "Please choose a filter subscription from the list:" |
}, |