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

Side by Side Diff: pages/preferences.tmpl

Issue 29458569: Noissue - Update prefs listing for Adblock Plus 2.9.1 release (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org/
Patch Set: Created June 7, 2017, 11:19 a.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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]) }}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld