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

Unified Diff: _locales/en_US/messages.json

Issue 5279235799252992: Issue 491 - Validate custom filters (Closed)
Patch Set: Improved test messages Created Nov. 21, 2014, 8:07 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 | background.js » ('j') | no next file with comments »
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
@@ -187,5 +187,25 @@
"whitelisted_domains": {
"description": "This is a tab heading.",
"message": "Whitelisted domains"
+ },
+ "unexpected_filter_list_header": {
+ "message": "Filter list headers aren't allowed here"
+ },
+ "invalid_css_selector": {
+ "message": "$selector$ is not a valid CSS selector",
+ "placeholders": {
+ "selector": {
+ "content": "$1"
+ }
+ }
+ },
+ "line": {
+ "message": "Line $number$",
+ "description": "Prepended to error messages to indicate the line number (e.g. \"Line 42: Some error on this line\")",
+ "placeholders": {
+ "number": {
+ "content": "$1"
+ }
+ }
}
}
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld