| OLD | NEW |
| 1 title=Adblock Plus preferences | 1 title=Adblock Plus preferences |
| 2 | 2 |
| 3 {# | 3 {# |
| 4 # This file is part of the Adblock Plus website, | 4 # This file is part of the Adblock Plus website, |
| 5 # Copyright (C) 2006-2017 eyeo GmbH | 5 # Copyright (C) 2006-2017 eyeo GmbH |
| 6 # | 6 # |
| 7 # Adblock Plus is free software: you can redistribute it and/or modify | 7 # Adblock Plus is free software: you can redistribute it and/or modify |
| 8 # it under the terms of the GNU General Public License version 3 as | 8 # it under the terms of the GNU General Public License version 3 as |
| 9 # published by the Free Software Foundation. | 9 # published by the Free Software Foundation. |
| 10 # | 10 # |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "default": "true", | 361 "default": "true", |
| 362 "description": enabledDescription | 362 "description": enabledDescription |
| 363 }, | 363 }, |
| 364 { | 364 { |
| 365 "name": "frameobjects", | 365 "name": "frameobjects", |
| 366 "default": "true", | 366 "default": "true", |
| 367 "description": frameobjectsDescription | 367 "description": frameobjectsDescription |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "name": "savestats", | 370 "name": "savestats", |
| 371 "default": "true", | 371 "default": "false", |
| 372 "description": savestatsDescription | 372 "description": savestatsDescription |
| 373 }, | 373 }, |
| 374 { | 374 { |
| 375 "name": "showinstatusbar", | 375 "name": "showinstatusbar", |
| 376 "default": "false", | 376 "default": "false", |
| 377 "description": showinstatusbarDescription | 377 "description": showinstatusbarDescription |
| 378 } | 378 } |
| 379 ] | 379 ] |
| 380 }, | 380 }, |
| 381 { | 381 { |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), | 697 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), |
| 698 "preferences": [ | 698 "preferences": [ |
| 699 { | 699 { |
| 700 "name": "suppress_first_run_page", | 700 "name": "suppress_first_run_page", |
| 701 "default": "false", | 701 "default": "false", |
| 702 "description": suppress_first_run_pageDescription | 702 "description": suppress_first_run_pageDescription |
| 703 } | 703 } |
| 704 ] | 704 ] |
| 705 } | 705 } |
| 706 ]) }} | 706 ]) }} |
| OLD | NEW |