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

Unified Diff: locales/en/preferences.json

Issue 6021528219025408: Issue #1170 More progress migrating adblockplus.org to our CMS. (Closed)
Patch Set: Created Sept. 1, 2014, 10:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locales/en/modules.json ('k') | locales/en/privacy.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locales/en/preferences.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/locales/en/preferences.json
@@ -0,0 +1,680 @@
+{
+ "title": {
+ "message": "Adblock Plus preferences"
+ },
+ "prefnamecol": {
+ "message": "Preference"
+ },
+ "defaultcol": {
+ "message": "Default value"
+ },
+ "descriptioncol": {
+ "message": "Comments"
+ },
+ "section0id": {
+ "message": "visible_options"
+ },
+ "section0title": {
+ "message": "Visible options"
+ },
+ "section0preference0name": {
+ "message": "enabled"
+ },
+ "section0preference0default": {
+ "message": "true"
+ },
+ "section0preference0empty": {
+ "message": "false"
+ },
+ "section0preference0description": {
+ "message": "Value of the "Enable Adblock Plus" option"
+ },
+ "section0preference1name": {
+ "message": "frameobjects"
+ },
+ "section0preference1default": {
+ "message": "true"
+ },
+ "section0preference1empty": {
+ "message": "false"
+ },
+ "section0preference1description": {
+ "message": "Value of the "Show tabs on Flash and Java" option"
+ },
+ "section0preference2name": {
+ "message": "fastcollapse"
+ },
+ "section0preference2default": {
+ "message": "false"
+ },
+ "section0preference2empty": {
+ "message": "false"
+ },
+ "section0preference2description": {
+ "message": "Reverse of the "Hide placeholders of blocked elements" option"
+ },
+ "section0preference3name": {
+ "message": "showinstatusbar"
+ },
+ "section0preference3default": {
+ "message": "false"
+ },
+ "section0preference3empty": {
+ "message": "false"
+ },
+ "section0preference3description": {
+ "message": "Value of the "Show in status bar" option"
+ },
+ "section0preference4name": {
+ "message": "savestats"
+ },
+ "section0preference4default": {
+ "message": "true"
+ },
+ "section0preference4empty": {
+ "message": "false"
+ },
+ "section0preference4description": {
+ "message": "Value of the "Count filter hits" option"
+ },
+ "section1id": {
+ "message": "hidden_options"
+ },
+ "section1title": {
+ "message": "Hidden options"
+ },
+ "section1preference0name": {
+ "message": "synchronizationinterval"
+ },
+ "section1preference0default": {
+ "message": "24"
+ },
+ "section1preference0empty": {
+ "message": "false"
+ },
+ "section1preference0description": {
+ "message": "Minimal interval between two subsequent downloads of a subscription (in hours)"
+ },
+ "section1preference1name": {
+ "message": "patternsfile"
+ },
+ "section1preference1empty": {
+ "message": "true"
+ },
+ "section1preference1description": {
+ "message": "Name of the file that should be used to store the list of filters. This can be either an absolute path, or it can be file's location relative to the user's profile."
+ },
+ "section1preference2name": {
+ "message": "patternsbackups"
+ },
+ "section1preference2default": {
+ "message": "5"
+ },
+ "section1preference2empty": {
+ "message": "false"
+ },
+ "section1preference2description": {
+ "message": "Number of backups for patterns.ini that should be kept. If this is 0, backups will be disabled."
+ },
+ "section1preference3name": {
+ "message": "patternsbackupinterval"
+ },
+ "section1preference3default": {
+ "message": "24"
+ },
+ "section1preference3empty": {
+ "message": "false"
+ },
+ "section1preference3description": {
+ "message": "Minimal interval between two backups of patterns.ini (in hours)"
+ },
+ "section1preference4name": {
+ "message": "defaulttoolbaraction"
+ },
+ "section1preference4default": {
+ "message": "0"
+ },
+ "section1preference4empty": {
+ "message": "false"
+ },
+ "section1preference4description": {
+ "message": "Defines the action that should be executed when the toolbar icon is clicked. Possible values are:<br/>\n\n <br/>\n\n0 -- show menu<br/>\n\n1 -- open/close blockable items<br/>\n\n2 -- show Preferences dialog<br/>\n\n3 -- enable/disable Adblock Plus<br/>\n\nanything else -- do nothing"
+ },
+ "section1preference5name": {
+ "message": "defaultstatusbaraction"
+ },
+ "section1preference5default": {
+ "message": "0"
+ },
+ "section1preference5empty": {
+ "message": "false"
+ },
+ "section1preference5description": {
+ "message": "Defines the action that should be executed when the status bar icon is clicked. For list of possible values\n see <a href=\"#defaulttoolbaraction\">defaulttoolbaraction</a>."
+ },
+ "section1preference6name": {
+ "message": "sidebar_key"
+ },
+ "section1preference6default": {
+ "message": "Accel Shift V, Accel Shift U"
+ },
+ "section1preference6empty": {
+ "message": "false"
+ },
+ "section1preference6description": {
+ "message": "Defines the keyboard shortcut to be used to open blockable items. This preference can be empty or it can be of the form <em>modifier1 modifier2 key</em>. Recognized modifiers are: Shift, Accel (default accelerator key, e.g. Ctrl on Windows, Command on Mac OS X), Ctrl/Control, Alt, Meta. Key can be either a letter or a special key like F7 or RIGHT (see <a href=\"http://mxr.mozilla.org/mozilla/source/dom/public/idl/events/nsIDOMKeyEvent.idl\">nsIDOMKeyEvent interface</a> for a list of special keys). Starting with Adblock Plus 1.3.5 multiple comma-separated shortcuts can be specified, the first available keyboard shortcut from the list will be used.<br/>\n\n <br/>\n\n <em>Note</em>: This setting will only apply after the browser is restarted."
+ },
+ "section1preference7name": {
+ "message": "filters_key"
+ },
+ "section1preference7default": {
+ "message": "Accel Shift E, Accel Shift F, Accel Shift O"
+ },
+ "section1preference7empty": {
+ "message": "false"
+ },
+ "section1preference7description": {
+ "message": "Defines the keyboard shortcut to be used to open Filter Preferences dialog. For description of possible values see <a href=\"#sidebar_key\">sidebar_key</a>.<br/>\n\n <br/>\n\n <em>Note</em>: This setting will only apply after the browser is restarted."
+ },
+ "section1preference8name": {
+ "message": "enable_key"
+ },
+ "section1preference8empty": {
+ "message": "true"
+ },
+ "section1preference8description": {
+ "message": "Defines the keyboard shortcut to be used to enable/disable Adblock Plus. For description of possible values see <a href=\"#sidebar_key\">sidebar_key</a>.<br/>\n\n <br/>\n\n <em>Note</em>: This setting will only apply after the browser is restarted."
+ },
+ "section1preference9name": {
+ "message": "flash_scrolltoitem"
+ },
+ "section1preference9default": {
+ "message": "true"
+ },
+ "section1preference9empty": {
+ "message": "false"
+ },
+ "section1preference9description": {
+ "message": "Defines whether &quot;Flash item's borders&quot; in the list of blockable items should try to scroll the item into view."
+ },
+ "section1preference10name": {
+ "message": "previewimages"
+ },
+ "section1preference10default": {
+ "message": "true"
+ },
+ "section1preference10empty": {
+ "message": "false"
+ },
+ "section1preference10description": {
+ "message": "Defines whether the tooltip in the list of blockable items should show the image that the item represents."
+ },
+ "section1preference11name": {
+ "message": "clearStatsOnHistoryPurge"
+ },
+ "section1preference11default": {
+ "message": "true"
+ },
+ "section1preference11empty": {
+ "message": "false"
+ },
+ "section1preference11description": {
+ "message": "If <code>true</code>, clearing browsing history will also clear hit statistics for Adblock Plus filters. Note that the hit statistics often allow deducing which sites the user visited, when and how often."
+ },
+ "section1preference12name": {
+ "message": "composer_default"
+ },
+ "section1preference12default": {
+ "message": "2"
+ },
+ "section1preference12empty": {
+ "message": "false"
+ },
+ "section1preference12description": {
+ "message": "Determines which suggestion should be selected in the filter composer by default:<br/>\n\n <br/>\n\n0 -- custom pattern<br/>\n\n1 -- exact address only<br/>\n\n2 -- entire directory<br/>\n\n3 -- entire site"
+ },
+ "section1preference13name": {
+ "message": "sendReport_key"
+ },
+ "section1preference13empty": {
+ "message": "true"
+ },
+ "section1preference13description": {
+ "message": "Defines the keyboard shortcut to be used to send issue reports. For\ndescription of possible values see <a href=\"#sidebar_key\">sidebar_key</a>.\n<br/><br/>\n\n<em>Note</em>: This setting will only apply after the browser is restarted."
+ },
+ "section1preference14name": {
+ "message": "data_directory"
+ },
+ "section1preference14default": {
+ "message": "adblockplus"
+ },
+ "section1preference14empty": {
+ "message": "false"
+ },
+ "section1preference14description": {
+ "message": "The directory where Adblock Plus should store its data. This can be either an\nabsolute path, or it can a directory location relative to the user's profile.\nIf <a href=\"#patternsfile\">patternsfile</a> preference is set it will override\nthe location for patterns.ini file while other files stay in this directory."
+ },
+ "section1preference15name": {
+ "message": "subscriptions_exceptionscheckbox"
+ },
+ "section1preference15default": {
+ "message": "true"
+ },
+ "section1preference15empty": {
+ "message": "false"
+ },
+ "section1preference15description": {
+ "message": "If <code>true</code>, the filter list for <a href=\"acceptable-ads\">non-intrusive ads</a>\nwill get special treatment and will be displayed as a checkbox in the user\ninterface."
+ },
+ "section1preference16name": {
+ "message": "subscriptions_autoupdate"
+ },
+ "section1preference16default": {
+ "message": "true"
+ },
+ "section1preference16empty": {
+ "message": "false"
+ },
+ "section1preference16description": {
+ "message": "Defines whether filters in filter subscriptions will be updated\nautomatically.<br/><br/>\n\n<em>Note</em>: Disabling updates is not recommended."
+ },
+ "section1preference17name": {
+ "message": "please_kill_startup_performance"
+ },
+ "section1preference17default": {
+ "message": "false"
+ },
+ "section1preference17empty": {
+ "message": "false"
+ },
+ "section1preference17description": {
+ "message": "If set to <code>true</code> processing filters on startup will happen synchronously and delay browser startup. Changing this setting is not recommended but it makes it less likely that ads will appear on the first page loaded by the browser."
+ },
+ "section2id": {
+ "message": "remembered_actions"
+ },
+ "section2title": {
+ "message": "Remembered actions"
+ },
+ "section2preference0name": {
+ "message": "currentVersion"
+ },
+ "section2preference0default": {
+ "message": "0.0"
+ },
+ "section2preference0empty": {
+ "message": "false"
+ },
+ "section2preference0description": {
+ "message": "Stores the last used Adblock Plus version, this will trigger actions that need to be done on upgrade or first install"
+ },
+ "section2preference1name": {
+ "message": "detachsidebar"
+ },
+ "section2preference1default": {
+ "message": "false"
+ },
+ "section2preference1empty": {
+ "message": "false"
+ },
+ "section2preference1description": {
+ "message": "Stores state of the list of blockable items -- <tt>true</tt> means detached"
+ },
+ "section2preference2name": {
+ "message": "recentReports"
+ },
+ "section2preference2default": {
+ "message": "[]"
+ },
+ "section2preference2empty": {
+ "message": "false"
+ },
+ "section2preference2description": {
+ "message": "JSON-encoded data on recently submitted issue reports (address of the report,\nwebsite reported and time of submission)"
+ },
+ "section2preference3name": {
+ "message": "hideContributeButton"
+ },
+ "section2preference3default": {
+ "message": "false"
+ },
+ "section2preference3empty": {
+ "message": "false"
+ },
+ "section2preference3description": {
+ "message": "This is set to <code>true</code> if the user chose to hide the\nContribute button."
+ },
+ "section2preference4name": {
+ "message": "blockableItemsSize"
+ },
+ "section2preference4default": {
+ "message": "{width: 200, height: 200}"
+ },
+ "section2preference4empty": {
+ "message": "false"
+ },
+ "section2preference4description": {
+ "message": "Remembered size of the Blockable Items list (width setting is only relevant when\ndisplayed as a sidebar)."
+ },
+ "section3id": {
+ "message": "internal_preferences"
+ },
+ "section3title": {
+ "message": "Internal preferences (don't change unless you really know what you are doing)"
+ },
+ "section3preference0name": {
+ "message": "subscriptions_fallbackurl"
+ },
+ "section3preference0empty": {
+ "message": "false"
+ },
+ "section3preference0description": {
+ "message": "Address of the script that should be consulted if a subscription fails to download a certain number of times (see <a href=\"#subscriptions_fallbackerrors\">subscriptions_fallbackerrors</a>). %s is replaced by the address of the subscription in question. The script should print something like &quot;301 http://example.com/new_list.txt&quot; if the new location of the subscription is known."
+ },
+ "section3preference1name": {
+ "message": "subscriptions_fallbackerrors"
+ },
+ "section3preference1default": {
+ "message": "5"
+ },
+ "section3preference1empty": {
+ "message": "false"
+ },
+ "section3preference1description": {
+ "message": "Sets the required number of failed subscription download attempts before the fallback script (see <a href=\"#subscriptions_fallbackurl\">subscriptions_fallbackurl</a>) will be consulted for the new address of the subscription. Note that Adblock Plus will always retry a download one day after a failed download attempt."
+ },
+ "section3preference2name": {
+ "message": "subscriptions_listurl"
+ },
+ "section3preference2empty": {
+ "message": "false"
+ },
+ "section3preference2description": {
+ "message": "Address to download the complete list of filter subscriptions from."
+ },
+ "section3preference3name": {
+ "message": "whitelistschemes"
+ },
+ "section3preference3default": {
+ "message": "about chrome file irc keyword moz-safe-about news resource snews x-jsd addbook cid imap mailbox nntp pop data javascript"
+ },
+ "section3preference3empty": {
+ "message": "false"
+ },
+ "section3preference3description": {
+ "message": "List of URL schemes that shouldn't be blocked (applied to both whole documents and to item locations)"
+ },
+ "section3preference4name": {
+ "message": "documentation_link"
+ },
+ "section3preference4empty": {
+ "message": "false"
+ },
+ "section3preference4description": {
+ "message": "Address on adblockplus.org to be opened for documentation links. It will\nredirect to the actual documentation location depending on the language used."
+ },
+ "section3preference5name": {
+ "message": "report_submiturl"
+ },
+ "section3preference5empty": {
+ "message": "false"
+ },
+ "section3preference5description": {
+ "message": "Address on adblockplus.org to submit issue reports to."
+ },
+ "section3preference6name": {
+ "message": "subscriptions_exceptionsurl"
+ },
+ "section3preference6empty": {
+ "message": "false"
+ },
+ "section3preference6description": {
+ "message": "Location of the filter list used to\n<a href=\"acceptable-ads\">allow non-intrusive ads</a>."
+ },
+ "section3preference7name": {
+ "message": "notificationurl"
+ },
+ "section3preference7empty": {
+ "message": "false"
+ },
+ "section3preference7description": {
+ "message": "Location of the file containing emergency notifications."
+ },
+ "section3preference8name": {
+ "message": "notificationdata"
+ },
+ "section3preference8default": {
+ "message": "{}"
+ },
+ "section3preference8empty": {
+ "message": "false"
+ },
+ "section3preference8description": {
+ "message": "Current emergency notification data."
+ },
+ "section3preference9name": {
+ "message": "subscriptions_antiadblockurl"
+ },
+ "section3preference9empty": {
+ "message": "false"
+ },
+ "section3preference9description": {
+ "message": "Location of the subscription that hides anti adblock messages."
+ },
+ "section4id": {
+ "message": "removed_preferences"
+ },
+ "section4title": {
+ "message": "Removed preferences"
+ },
+ "section4preference0name": {
+ "message": "blocklocalpages"
+ },
+ "section4preference0empty": {
+ "message": "false"
+ },
+ "section4preference0description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference1name": {
+ "message": "blocktypes"
+ },
+ "section4preference1empty": {
+ "message": "false"
+ },
+ "section4preference1description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference2name": {
+ "message": "checkedadblockprefs"
+ },
+ "section4preference2empty": {
+ "message": "false"
+ },
+ "section4preference2description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference3name": {
+ "message": "checkedadblocksync"
+ },
+ "section4preference3empty": {
+ "message": "false"
+ },
+ "section4preference3description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference4name": {
+ "message": "grouporder"
+ },
+ "section4preference4empty": {
+ "message": "false"
+ },
+ "section4preference4description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference5name": {
+ "message": "linktypes"
+ },
+ "section4preference5empty": {
+ "message": "false"
+ },
+ "section4preference5description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference6name": {
+ "message": "localschemes"
+ },
+ "section4preference6empty": {
+ "message": "false"
+ },
+ "section4preference6description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference7name": {
+ "message": "noncollapsabletypes"
+ },
+ "section4preference7empty": {
+ "message": "false"
+ },
+ "section4preference7description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference8name": {
+ "message": "patterns"
+ },
+ "section4preference8empty": {
+ "message": "false"
+ },
+ "section4preference8description": {
+ "message": "Unused in Adblock Plus 0.7.5 and higher"
+ },
+ "section4preference9name": {
+ "message": "linkcheck"
+ },
+ "section4preference9empty": {
+ "message": "false"
+ },
+ "section4preference9description": {
+ "message": "Unused in Adblock Plus 0.7.5.4 and higher"
+ },
+ "section4preference10name": {
+ "message": "checkedadblockinstalled"
+ },
+ "section4preference10empty": {
+ "message": "false"
+ },
+ "section4preference10description": {
+ "message": "Unused in Adblock Plus 1.0 and higher"
+ },
+ "section4preference11name": {
+ "message": "checktoolbar"
+ },
+ "section4preference11empty": {
+ "message": "false"
+ },
+ "section4preference11description": {
+ "message": "Unused in Adblock Plus 1.0 and higher"
+ },
+ "section4preference12name": {
+ "message": "protectchrome.*"
+ },
+ "section4preference12empty": {
+ "message": "false"
+ },
+ "section4preference12description": {
+ "message": "Unused in Adblock Plus 1.0 and higher"
+ },
+ "section4preference13name": {
+ "message": "showsubscriptions"
+ },
+ "section4preference13empty": {
+ "message": "false"
+ },
+ "section4preference13description": {
+ "message": "Unused in Adblock Plus 1.0 and higher"
+ },
+ "section4preference14name": {
+ "message": "warnregexp"
+ },
+ "section4preference14empty": {
+ "message": "false"
+ },
+ "section4preference14description": {
+ "message": "Unused in Adblock Plus 1.0 and higher"
+ },
+ "section4preference15name": {
+ "message": "showintoolbar"
+ },
+ "section4preference15empty": {
+ "message": "false"
+ },
+ "section4preference15description": {
+ "message": "Unused in Adblock Plus 2.0 and higher"
+ },
+ "section4preference16name": {
+ "message": "synchronizationinterval"
+ },
+ "section4preference16empty": {
+ "message": "false"
+ },
+ "section4preference16description": {
+ "message": "Unused in Adblock Plus 2.0 and higher"
+ },
+ "section4preference17name": {
+ "message": "settings_key"
+ },
+ "section4preference17empty": {
+ "message": "false"
+ },
+ "section4preference17description": {
+ "message": "Unused in Adblock Plus 2.0 and higher"
+ },
+ "section4preference18name": {
+ "message": "hideimagemanager"
+ },
+ "section4preference18empty": {
+ "message": "false"
+ },
+ "section4preference18description": {
+ "message": "Unused in Adblock Plus 2.1 and higher"
+ },
+ "section4preference19name": {
+ "message": "lastRuleUpdate"
+ },
+ "section4preference19empty": {
+ "message": "false"
+ },
+ "section4preference19description": {
+ "message": "Unused in Adblock Plus 2.3 and higher"
+ },
+ "section4preference20name": {
+ "message": "correctTyposAsked"
+ },
+ "section4preference20empty": {
+ "message": "false"
+ },
+ "section4preference20description": {
+ "message": "Unused in Adblock Plus 2.3 and higher"
+ },
+ "section4preference21name": {
+ "message": "correctTypos"
+ },
+ "section4preference21empty": {
+ "message": "false"
+ },
+ "section4preference21description": {
+ "message": "Unused in Adblock Plus 2.3 and higher"
+ },
+ "section4preference22name": {
+ "message": "whitelist"
+ },
+ "section4preference22empty": {
+ "message": "false"
+ },
+ "section4preference22description": {
+ "message": "Unused in Adblock Plus 2.3 and higher"
+ },
+ "s1": {
+ "message": "The following table lists and explains all preferences that are used by Adblock Plus. These preferences can be viewed and changed via <a>about:config</a>."
+ }
+}
« no previous file with comments | « locales/en/modules.json ('k') | locales/en/privacy.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld