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

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

Issue 29338027: Issue 3687 - Add string for content blocking option (Closed)
Left Patch Set: Renamed string, removed strong tag and put in order Created March 9, 2016, 4:50 p.m.
Right Patch Set: Renamed string again Created March 9, 2016, 5:13 p.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 | no next file » | 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 }, 103 },
104 "notification_with_buttons": { 104 "notification_with_buttons": {
105 "message": "Click 'OK' to open all links in this notification." 105 "message": "Click 'OK' to open all links in this notification."
106 }, 106 },
107 "notification_without_buttons": { 107 "notification_without_buttons": {
108 "message": "Click on the notification to open all links in it." 108 "message": "Click on the notification to open all links in it."
109 }, 109 },
110 "options": { 110 "options": {
111 "message": "Adblock Plus Options" 111 "message": "Adblock Plus Options"
112 }, 112 },
113 "options_safariContentBlocker": {
Sebastian Noack 2016/03/09 17:04:31 Nit: With the semantics in the file here, we don't
114 "description": "Switch between classic and Safari's Content Blocking",
115 "message": "Use Safari's native Content Blocking (experimental)"
116 },
117 "options_short": { 113 "options_short": {
118 "description": "Link to the options page from the popup balloon.", 114 "description": "Link to the options page from the popup balloon.",
119 "message": "Options" 115 "message": "Options"
120 }, 116 },
121 "out_of_date_lists": { 117 "out_of_date_lists": {
122 "message": "Out-of-date lists are updated periodically." 118 "message": "Out-of-date lists are updated periodically."
123 }, 119 },
124 "remove_button": { 120 "remove_button": {
125 "description": "This is the label for the 'Remove selected' buttons.", 121 "description": "This is the label for the 'Remove selected' buttons.",
126 "message": "Remove selected" 122 "message": "Remove selected"
127 }, 123 },
124 "safari_content_blocker": {
125 "description": "Switch between classic and Safari's Content Blocking",
126 "message": "Use Safari's native Content Blocking (experimental)"
127 },
128 "show_block_element_menu": { 128 "show_block_element_menu": {
129 "message": "Show 'Block Element' right-click menu item" 129 "message": "Show 'Block Element' right-click menu item"
130 }, 130 },
131 "stats_label_page": { 131 "stats_label_page": {
132 "description": "This shows the number of blocked requests on a specific page in the popup.", 132 "description": "This shows the number of blocked requests on a specific page in the popup.",
133 "message": "<strong>$number$</strong> on this page", 133 "message": "<strong>$number$</strong> on this page",
134 "placeholders": { 134 "placeholders": {
135 "number": { 135 "number": {
136 "content": "$1" 136 "content": "$1"
137 } 137 }
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "line": { 205 "line": {
206 "message": "Line $number$", 206 "message": "Line $number$",
207 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 207 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
208 "placeholders": { 208 "placeholders": {
209 "number": { 209 "number": {
210 "content": "$1" 210 "content": "$1"
211 } 211 }
212 } 212 }
213 } 213 }
214 } 214 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld