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

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

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created Feb. 29, 2016, 5:27 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
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 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 <a>Block Element</a> right-click menu item" 144 "message": "Show <strong>Block Element</strong> right-click menu item"
145 },
146 "options_tweaks_showNotifications": {
147 "description": "Notification opt-out option in Advanced tab",
148 "message": "Show useful <strong>notifications</strong>"
149 },
150 "options_tweaks_safariContentBlocker": {
151 "description": "Switch between classic and Safari's Content Blocking",
152 "message": "Use Safari's native <strong>Content Blocking</strong> (experimen tal)"
145 }, 153 },
146 "options_filterList_title": { 154 "options_filterList_title": {
147 "description": "Section title in Advanced tab", 155 "description": "Section title in Advanced tab",
148 "message": "Filter lists" 156 "message": "Filter lists"
149 }, 157 },
150 "options_tab_overview": { 158 "options_tab_overview": {
151 "description": "Tab name in Advanced tab", 159 "description": "Tab name in Advanced tab",
152 "message": "Overview" 160 "message": "Overview"
153 }, 161 },
154 "options_tab_ownList": { 162 "options_tab_ownList": {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "options_filterList_edit_own_list": { 226 "options_filterList_edit_own_list": {
219 "description": "Entry in filter list section in Advanced tab", 227 "description": "Entry in filter list section in Advanced tab",
220 "message": "edit your filter list" 228 "message": "edit your filter list"
221 }, 229 },
222 "options_customFilters_title": { 230 "options_customFilters_title": {
223 "description": "Custom filters option name in Advanced tab", 231 "description": "Custom filters option name in Advanced tab",
224 "message": "Blocking rules" 232 "message": "Blocking rules"
225 }, 233 },
226 "options_customFilters_textbox_placeholder": { 234 "options_customFilters_textbox_placeholder": {
227 "description": "Adding custom filter textbox placeholder text in Advanced ta b", 235 "description": "Adding custom filter textbox placeholder text in Advanced ta b",
228 "message": "add your blocking rule here" 236 "message": "add your filter rule here"
saroyanm 2016/03/11 14:55:58 Should we also update "options_customFilters_title
Thomas Greiner 2016/03/15 15:39:26 Makes sense. Done.
229 }, 237 },
230 "options_customFilter_edit": { 238 "options_customFilter_edit": {
231 "description": "Label for editing custom filter in Advanced tab", 239 "description": "Label for editing custom filter in Advanced tab",
232 "message": "edit rules" 240 "message": "edit rules"
233 }, 241 },
234 "options_customFilter_list": { 242 "options_customFilter_list": {
235 "description": "Label for editing custom filter in Advanced tab", 243 "description": "Label for editing custom filter in Advanced tab",
236 "message": "list view" 244 "message": "list view"
237 }, 245 },
238 "options_customFilter_save": { 246 "options_customFilter_save": {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 }, 385 },
378 "options_language_ro": { 386 "options_language_ro": {
379 "description": "Language name shown in add language modal dialog", 387 "description": "Language name shown in add language modal dialog",
380 "message": "Romanian" 388 "message": "Romanian"
381 }, 389 },
382 "options_language_ru_uk": { 390 "options_language_ru_uk": {
383 "description": "Language name shown in add language modal dialog", 391 "description": "Language name shown in add language modal dialog",
384 "message": "Russian and Ukrainian" 392 "message": "Russian and Ukrainian"
385 } 393 }
386 } 394 }
OLDNEW
« no previous file with comments | « background.js ('k') | messageResponder.js » ('j') | messageResponder.js » ('J')

Powered by Google App Engine
This is Rietveld