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

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

Issue 29338027: Issue 3687 - Add string for content blocking option (Closed)
Patch Set: Created March 9, 2016, 4:30 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 | no next file » | 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 } 199 }
200 }, 200 },
201 "line": { 201 "line": {
202 "message": "Line $number$", 202 "message": "Line $number$",
203 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 203 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
204 "placeholders": { 204 "placeholders": {
205 "number": { 205 "number": {
206 "content": "$1" 206 "content": "$1"
207 } 207 }
208 } 208 }
209 },
210 "options_tweaks_safariContentBlocker": {
211 "description": "Switch between classic and Safari's Content Blocking",
212 "message": "Use Safari's native <strong>Content Blocking</strong> (experimen tal)"
209 } 213 }
210 } 214 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld