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

Side by Side Diff: _locales/en_US/messages.json

Issue 5279235799252992: Issue 491 - Validate custom filters (Closed)
Patch Set: Created Nov. 19, 2014, 3:26 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Add domain" 7 "message": "Add domain"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Add filter" 10 "message": "Add filter"
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 "subscriptionSelection_subscriptionSelector_label": { 181 "subscriptionSelection_subscriptionSelector_label": {
182 "message": "Please choose a filter subscription from the list:" 182 "message": "Please choose a filter subscription from the list:"
183 }, 183 },
184 "update_now": { 184 "update_now": {
185 "message": "Update now" 185 "message": "Update now"
186 }, 186 },
187 "whitelisted_domains": { 187 "whitelisted_domains": {
188 "description": "This is a tab heading.", 188 "description": "This is a tab heading.",
189 "message": "Whitelisted domains" 189 "message": "Whitelisted domains"
190 },
191 "invalid_css_selector": {
192 "message": "$selector$ is not a valid CSS selector",
193 "placeholders": {
194 "selector": {
195 "content": "$1"
196 }
197 }
198 },
199 "line": {
200 "message": "Line $number$",
201 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
202 "placeholders": {
203 "number": {
204 "content": "$1"
205 }
206 }
190 } 207 }
191 } 208 }
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld