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

Unified Diff: _locales/en_US/messages.json

Issue 11094018: Use i18n.js from adblockplus to restrict HTML tag usage (Closed)
Patch Set: Created July 16, 2013, 9:28 a.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 | metadata.chrome » ('j') | options.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
@@ -57,20 +57,10 @@
"message": "Filter lists"
},
"filter_must_follow_syntax": {
- "message": "Your filter must follow the <a href='$url$'>Adblock Plus filter syntax</a>.",
- "placeholders": {
- "url": {
- "content": "$1"
- }
- }
+ "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>."
},
"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"
- }
- }
+ "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a>file a request here</a>."
},
"general": {
"description": "This is a tab heading.",
@@ -97,9 +87,6 @@
}
}
},
- "new_filters_added": {
- "message": "New filters added; see <a id='options_url' target='_blank'>Options</a> to manage them."
Thomas Greiner 2013/07/16 09:36:04 Seemed unused. Please correct me if I'm wrong.
- },
"options": {
"message": "Adblock Plus Options"
},
« no previous file with comments | « no previous file | metadata.chrome » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld