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

Unified Diff: _locales/en/messages.json

Issue 8432019: Added acceptable ads list to the options UI (Closed)
Patch Set: Created Sept. 25, 2012, 2:18 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 | « _locales/el/messages.json ('k') | _locales/en_GB/messages.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: _locales/en/messages.json
===================================================================
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -59,25 +59,31 @@
"filter_must_follow_syntax": {
"message": "Your filter must follow the <a href='$url$'>Adblock Plus filter syntax</a>. Certain filter types, like object-subrequest, are not supported.",
"placeholders": {
"url": {
"content": "$1"
}
}
},
+ "filters_acceptableAds2_label": {
+ "message": "Allow some non-intrusive advertising"
+ },
"filters_addSubscriptionAdd_label": {
"message": "Add"
},
"filters_addSubscriptionOther_label": {
"message": "Add a different subscription"
},
"filters_addSubscription_label": {
"message": "Add filter subscription"
},
+ "filters_readMore_label": {
+ "message": "Read more"
+ },
"filters_subscription_delete_label": {
"message": "Delete"
},
"filters_subscription_enabled_label": {
"message": "Enabled"
},
"filters_subscription_lastDownload_checksumMismatch": {
"message": "Failed, checksum mismatch"
@@ -89,16 +95,19 @@
"message": "Downloading…"
},
"filters_subscription_lastDownload_invalidData": {
"message": "Failed, not a valid filters list"
},
"filters_subscription_lastDownload_invalidURL": {
"message": "Failed, not a valid address"
},
+ "filters_viewList_label": {
+ "message": "View list"
+ },
"found_a_bug": {
"message": "Found a bug? Want to translate Adblock Plus into your language? Please <a href='$url$'>file a request here</a>.",
"placeholders": {
"url": {
"content": "$1"
}
}
},
« no previous file with comments | « _locales/el/messages.json ('k') | _locales/en_GB/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld