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

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 5279235799252992: Issue 491 - Validate custom filters (Closed)
Left Patch Set: Created Nov. 19, 2014, 3:26 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | background.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }, 190 },
191 "unexpected_filter_list_header": {
192 "message": "Filter list headers aren't allowed here"
193 },
191 "invalid_css_selector": { 194 "invalid_css_selector": {
192 "message": "$selector$ is not a valid CSS selector", 195 "message": "$selector$ is not a valid CSS selector",
193 "placeholders": { 196 "placeholders": {
194 "selector": { 197 "selector": {
195 "content": "$1" 198 "content": "$1"
196 } 199 }
197 } 200 }
198 }, 201 },
199 "line": { 202 "line": {
200 "message": "Line $number$", 203 "message": "Line $number$",
201 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 204 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
202 "placeholders": { 205 "placeholders": {
203 "number": { 206 "number": {
204 "content": "$1" 207 "content": "$1"
205 } 208 }
206 } 209 }
207 } 210 }
208 } 211 }
LEFTRIGHT
« no previous file | background.js » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld