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

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

Issue 29338208: Issue 3796 - Added preference to remove developer tools panel (Closed)
Patch Set: Created March 14, 2016, 1:07 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') | lib/prefs.js » ('J')
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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "description": "This is the label for the 'Remove selected' buttons.", 121 "description": "This is the label for the 'Remove selected' buttons.",
122 "message": "Remove selected" 122 "message": "Remove selected"
123 }, 123 },
124 "safari_content_blocker": { 124 "safari_content_blocker": {
125 "description": "Switch between classic and Safari's Content Blocking", 125 "description": "Switch between classic and Safari's Content Blocking",
126 "message": "Use Safari's native Content Blocking (experimental)" 126 "message": "Use Safari's native Content Blocking (experimental)"
127 }, 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 "show_devtools_panel": {
132 "message": "Show 'Adblock Plus' panel in the developer tools"
133 },
131 "stats_label_page": { 134 "stats_label_page": {
132 "description": "This shows the number of blocked requests on a specific page in the popup.", 135 "description": "This shows the number of blocked requests on a specific page in the popup.",
133 "message": "<strong>$number$</strong> on this page", 136 "message": "<strong>$number$</strong> on this page",
134 "placeholders": { 137 "placeholders": {
135 "number": { 138 "number": {
136 "content": "$1" 139 "content": "$1"
137 } 140 }
138 } 141 }
139 }, 142 },
140 "stats_label_total": { 143 "stats_label_total": {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "line": { 208 "line": {
206 "message": "Line $number$", 209 "message": "Line $number$",
207 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 210 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
208 "placeholders": { 211 "placeholders": {
209 "number": { 212 "number": {
210 "content": "$1" 213 "content": "$1"
211 } 214 }
212 } 215 }
213 } 216 }
214 } 217 }
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | lib/prefs.js » ('J')

Powered by Google App Engine
This is Rietveld