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

Unified Diff: _locales/en_GB/messages.json

Issue 29335668: Issue 2597 - Begin the switch to adblockpluscore (Closed)
Patch Set: Created Feb. 4, 2016, 7 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
Index: _locales/en_GB/messages.json
diff --git a/_locales/en_GB/messages.json b/_locales/en_GB/messages.json
index b134ce90b08e81bcd1cf36dda3332951a34a8604..07abd9f990cf8f3aea8ff8517322d9721d349b63 100644
--- a/_locales/en_GB/messages.json
+++ b/_locales/en_GB/messages.json
@@ -59,12 +59,72 @@
"filter_must_follow_syntax": {
"message": "Your filter must follow the <a>Adblock Plus filter syntax</a>."
},
+ "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"
+ },
+ "filters_subscription_lastDownload_connectionError": {
+ "message": "Failed: download failure"
+ },
+ "filters_subscription_lastDownload_inProgress": {
+ "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>file a request here</a>."
},
"general": {
"message": "General"
},
+ "global_filter_cssproperty_nodomain": {
+ "message": "No active domain specified for CSS property filter"
+ },
+ "global_filter_elemhide_duplicate_id": {
+ "message": "Only one ID of the element to be hidden can be specified"
+ },
+ "global_filter_elemhide_nocriteria": {
+ "message": "No criteria specified to recognise the element to be hidden"
+ },
+ "global_notification_antiadblock_message": {
+ "message": "This site has been known to show targeted messages to Adblock Plus users. Do you want Adblock Plus to hide targeted messages?"
+ },
+ "global_notification_antiadblock_title": {
+ "message": "Hide targeted messages?"
+ },
+ "global_remove_subscription_warning": {
+ "message": "Do you really want to remove this subscription?"
+ },
+ "global_subscription_invalid_location": {
+ "message": "Filter list location is neither a valid URL nor a valid file name."
+ },
"invalid_css_selector": {
"message": "$selector$ is not a valid CSS selector",
"placeholders": {
@@ -100,6 +160,9 @@
}
}
},
+ "name": {
+ "message": "Adblock Plus"
+ },
"name_devbuild": {
"message": "Adblock Plus development build"
},
@@ -124,6 +187,21 @@
"out_of_date_lists": {
"message": "Out-of-date lists are updated periodically."
},
+ "overlay_notification_button_no": {
+ "message": "No"
+ },
+ "overlay_notification_button_yes": {
+ "message": "Yes"
+ },
+ "overlay_notification_closing_button_hide": {
+ "message": "Close this notification"
+ },
+ "overlay_notification_closing_button_optout": {
+ "message": "Stop showing notifications"
+ },
+ "overlay_shownotifications_label": {
+ "message": "Show useful notifications"
+ },
"remove_button": {
"message": "Remove selected"
},
@@ -174,9 +252,15 @@
"stats_title": {
"message": "Ads blocked"
},
+ "subscriptionSelection_location_label": {
+ "message": "Filter list location:"
+ },
"subscriptionSelection_subscriptionSelector_label": {
"message": "Please choose a filter subscription from the list:"
},
+ "subscriptionSelection_title_label": {
+ "message": "Subscription title:"
+ },
"unexpected_filter_list_header": {
"message": "Filter list headers aren't allowed here"
},

Powered by Google App Engine
This is Rietveld