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: Improved test messages Created Nov. 21, 2014, 8:07 a.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 "unexpected_filter_list_header": {
192 "message": "Filter list headers aren't allowed here"
193 },
194 "invalid_css_selector": {
195 "message": "$selector$ is not a valid CSS selector",
196 "placeholders": {
197 "selector": {
198 "content": "$1"
199 }
200 }
201 },
202 "line": {
203 "message": "Line $number$",
204 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
205 "placeholders": {
206 "number": {
207 "content": "$1"
208 }
209 }
190 } 210 }
191 } 211 }
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