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

Side by Side Diff: locale/en-US/options.json

Issue 29339192: Issue 3880 - Improve behavior of Safari content blocker option (Closed)
Patch Set: Created March 31, 2016, 12:12 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 | messageResponder.js » ('j') | options.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "message": "Show 'Adblock Plus' panel in the developer tools" 148 "message": "Show 'Adblock Plus' panel in the developer tools"
149 }, 149 },
150 "options_tweaks_showNotifications": { 150 "options_tweaks_showNotifications": {
151 "description": "Notification opt-out option in Advanced tab", 151 "description": "Notification opt-out option in Advanced tab",
152 "message": "Show useful notifications" 152 "message": "Show useful notifications"
153 }, 153 },
154 "options_tweaks_safariContentBlocker": { 154 "options_tweaks_safariContentBlocker": {
155 "description": "Switch between classic and Safari's Content Blocking", 155 "description": "Switch between classic and Safari's Content Blocking",
156 "message": "Use Safari's native Content Blocking (experimental)" 156 "message": "Use Safari's native Content Blocking (experimental)"
157 }, 157 },
158 "options_tweaks_restartSafari": {
159 "description": "Shown next to the option for Safai Content Blockers if disab led in order to indicate that a restart is required",
160 "message": "Please restart Safari"
Thomas Greiner 2016/03/31 14:24:57 Detail: Even though this message is shown right af
Sebastian Noack 2016/03/31 14:45:37 That's not accurrate. If you don't restart Safari
Thomas Greiner 2016/03/31 16:29:17 Then what about communicating that to the user som
Sebastian Noack 2016/03/31 17:09:24 Well, space it limited here, and nobody reads long
Thomas Greiner 2016/03/31 17:17:05 Indeed it's tricky and I can't think of anything b
161 },
158 "options_filterList_title": { 162 "options_filterList_title": {
159 "description": "Section title in Advanced tab", 163 "description": "Section title in Advanced tab",
160 "message": "Filter lists" 164 "message": "Filter lists"
161 }, 165 },
162 "options_tab_overview": { 166 "options_tab_overview": {
163 "description": "Tab name in Advanced tab", 167 "description": "Tab name in Advanced tab",
164 "message": "Overview" 168 "message": "Overview"
165 }, 169 },
166 "options_tab_ownList": { 170 "options_tab_ownList": {
167 "description": "Tab name in Advanced tab", 171 "description": "Tab name in Advanced tab",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 }, 393 },
390 "options_language_ro": { 394 "options_language_ro": {
391 "description": "Language name shown in add language modal dialog", 395 "description": "Language name shown in add language modal dialog",
392 "message": "Romanian" 396 "message": "Romanian"
393 }, 397 },
394 "options_language_ru_uk": { 398 "options_language_ru_uk": {
395 "description": "Language name shown in add language modal dialog", 399 "description": "Language name shown in add language modal dialog",
396 "message": "Russian and Ukrainian" 400 "message": "Russian and Ukrainian"
397 } 401 }
398 } 402 }
OLDNEW
« no previous file with comments | « no previous file | messageResponder.js » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld