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

Delta Between Two Patch Sets: locale/en-US/options.json

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Left Patch Set: Addressed Manvel's comments Created March 15, 2016, 2:40 p.m.
Right Patch Set: Created March 16, 2016, 11:13 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 | « background.js ('k') | messageResponder.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 "options_page_title": { 2 "options_page_title": {
3 "description": "Options page title", 3 "description": "Options page title",
4 "message": "Adblock Plus Options" 4 "message": "Adblock Plus Options"
5 }, 5 },
6 "options_page_header_1": { 6 "options_page_header_1": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Options" 8 "message": "Options"
9 }, 9 },
10 "options_page_header_2": { 10 "options_page_header_2": {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "options_button_cancel": { 134 "options_button_cancel": {
135 "description": "Cancel button label", 135 "description": "Cancel button label",
136 "message": "cancel" 136 "message": "cancel"
137 }, 137 },
138 "options_tweaks_title": { 138 "options_tweaks_title": {
139 "description": "Section title in Advanced tab", 139 "description": "Section title in Advanced tab",
140 "message": "Tweaks" 140 "message": "Tweaks"
141 }, 141 },
142 "options_tweaks_blockElement": { 142 "options_tweaks_blockElement": {
143 "description": "Show block Element option in Advanced tab", 143 "description": "Show block Element option in Advanced tab",
144 "message": "Show <strong>Block Element</strong> right-click menu item" 144 "message": "Show Block Element right-click menu item"
145 },
146 "options_tweaks_showDevToolsPanel": {
147 "description": "Show developer tools panel option in Advanced tab",
148 "message": "Show 'Adblock Plus' panel in the developer tools"
145 }, 149 },
146 "options_tweaks_showNotifications": { 150 "options_tweaks_showNotifications": {
147 "description": "Notification opt-out option in Advanced tab", 151 "description": "Notification opt-out option in Advanced tab",
148 "message": "Show useful <strong>notifications</strong>" 152 "message": "Show useful notifications"
149 }, 153 },
150 "options_tweaks_safariContentBlocker": { 154 "options_tweaks_safariContentBlocker": {
151 "description": "Switch between classic and Safari's Content Blocking", 155 "description": "Switch between classic and Safari's Content Blocking",
152 "message": "Use Safari's native <strong>Content Blocking</strong> (experimen tal)" 156 "message": "Use Safari's native Content Blocking (experimental)"
153 }, 157 },
154 "options_filterList_title": { 158 "options_filterList_title": {
155 "description": "Section title in Advanced tab", 159 "description": "Section title in Advanced tab",
156 "message": "Filter lists" 160 "message": "Filter lists"
157 }, 161 },
158 "options_tab_overview": { 162 "options_tab_overview": {
159 "description": "Tab name in Advanced tab", 163 "description": "Tab name in Advanced tab",
160 "message": "Overview" 164 "message": "Overview"
161 }, 165 },
162 "options_tab_ownList": { 166 "options_tab_ownList": {
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 }, 389 },
386 "options_language_ro": { 390 "options_language_ro": {
387 "description": "Language name shown in add language modal dialog", 391 "description": "Language name shown in add language modal dialog",
388 "message": "Romanian" 392 "message": "Romanian"
389 }, 393 },
390 "options_language_ru_uk": { 394 "options_language_ru_uk": {
391 "description": "Language name shown in add language modal dialog", 395 "description": "Language name shown in add language modal dialog",
392 "message": "Russian and Ukrainian" 396 "message": "Russian and Ukrainian"
393 } 397 }
394 } 398 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld