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: Created Feb. 29, 2016, 5:27 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "options_filterList_own_list": { 226 "options_filterList_own_list": {
223 "description": "Name of custom subscription entry in filter list section in Advanced tab", 227 "description": "Name of custom subscription entry in filter list section in Advanced tab",
224 "message": "Own filter list" 228 "message": "Own filter list"
225 }, 229 },
226 "options_filterList_edit_own_list": { 230 "options_filterList_edit_own_list": {
227 "description": "Entry in filter list section in Advanced tab", 231 "description": "Entry in filter list section in Advanced tab",
228 "message": "edit your filter list" 232 "message": "edit your filter list"
229 }, 233 },
230 "options_customFilters_title": { 234 "options_customFilters_title": {
231 "description": "Custom filters option name in Advanced tab", 235 "description": "Custom filters option name in Advanced tab",
232 "message": "Blocking rules" 236 "message": "Filter rules"
233 }, 237 },
234 "options_customFilters_textbox_placeholder": { 238 "options_customFilters_textbox_placeholder": {
235 "description": "Adding custom filter textbox placeholder text in Advanced ta b", 239 "description": "Adding custom filter textbox placeholder text in Advanced ta b",
236 "message": "add your filter rule here" 240 "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.
237 }, 241 },
238 "options_customFilter_edit": { 242 "options_customFilter_edit": {
239 "description": "Label for editing custom filter in Advanced tab", 243 "description": "Label for editing custom filter in Advanced tab",
240 "message": "edit rules" 244 "message": "edit rules"
241 }, 245 },
242 "options_customFilter_list": { 246 "options_customFilter_list": {
243 "description": "Label for editing custom filter in Advanced tab", 247 "description": "Label for editing custom filter in Advanced tab",
244 "message": "list view" 248 "message": "list view"
245 }, 249 },
246 "options_customFilter_save": { 250 "options_customFilter_save": {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "options_dialog_custom_import": { 302 "options_dialog_custom_import": {
299 "description": "Button in add custom subscription modal dialog", 303 "description": "Button in add custom subscription modal dialog",
300 "message": "import filter list with this URL" 304 "message": "import filter list with this URL"
301 }, 305 },
302 "options_dialog_edit_own_list": { 306 "options_dialog_edit_own_list": {
303 "description": "Edit own filter list section name in custom subscription mod al dialog", 307 "description": "Edit own filter list section name in custom subscription mod al dialog",
304 "message": "edit own filter list" 308 "message": "edit own filter list"
305 }, 309 },
306 "options_dialog_create_own_list": { 310 "options_dialog_create_own_list": {
307 "description": "Button in custom subscription modal dialog", 311 "description": "Button in custom subscription modal dialog",
308 "message": "create own blocking rules" 312 "message": "create own filter rules"
309 }, 313 },
310 "options_dialog_language_title": { 314 "options_dialog_language_title": {
311 "description": "Button in gerenal tab", 315 "description": "Button in gerenal tab",
312 "message": "Add other website language" 316 "message": "Add other website language"
313 }, 317 },
314 "options_dialog_language_find": { 318 "options_dialog_language_find": {
315 "description": "Placeholder text in add language modal dialog", 319 "description": "Placeholder text in add language modal dialog",
316 "message": "Find language" 320 "message": "Find language"
317 }, 321 },
318 "options_dialog_language_added": { 322 "options_dialog_language_added": {
(...skipping 66 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