diff options
author | gorhill <rhill@raymondhill.net> | 2014-12-31 17:26:17 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2014-12-31 17:26:17 -0500 |
commit | 3c941f8309c56287092b2422c1197f0fbd30f687 (patch) | |
tree | dd3a379989edd175e11e449829cd34b2561bc82e /src/_locales | |
parent | ceaf920cffacb3b611179a185d76faff075b1d58 (diff) | |
download | uBlock-3c941f8309c56287092b2422c1197f0fbd30f687.zip uBlock-3c941f8309c56287092b2422c1197f0fbd30f687.tar.gz uBlock-3c941f8309c56287092b2422c1197f0fbd30f687.tar.bz2 |
another round of work re dynamic filtering
Diffstat (limited to 'src/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 66 |
1 files changed, 59 insertions, 7 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 1a0f41a..7039432 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -13,27 +13,31 @@ }, "settingsPageName":{ "message":"Settings", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "3pPageName":{ "message":"3rd-party filters", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "1pPageName":{ - "message":"Your filters", - "description":"appears as tab name in dashboard." + "message":"My filters", + "description":"appears as tab name in dashboard" + }, + "rulesPageName": { + "message": "My rules", + "description": "appears as tab name in dashboard" }, "whitelistPageName":{ "message":"Whitelist", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "statsPageName":{ "message":"Statistics", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "aboutPageName":{ "message":"About", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "popupPowerSwitchInfo":{ "message":"Click: disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page.", @@ -147,6 +151,30 @@ "message":"3rd-party frames are <b>blocked<\/b> everywhere by default", "description":"" }, + "popupImageRulePrompt":{ + "message":"images", + "description":"" + }, + "popupInlineScriptRulePrompt":{ + "message":"inline scripts", + "description":"" + }, + "popup1pScriptRulePrompt":{ + "message":"1st-party scripts", + "description":"" + }, + "popup3pScriptRulePrompt":{ + "message":"3rd-party scripts", + "description":"" + }, + "popup3pFrameRulePrompt":{ + "message":"3rd-party frames", + "description":"" + }, + "popupHitDomainCountPrompt":{ + "message":"Connected to {{count}} distinct domain(s)", + "description":"appear in dynamic filtering pane" + }, "pickerCreate":{ "message":"Create", "description":"English: Create" @@ -295,6 +323,30 @@ "message":"Apply changes", "description":"English: Apply changes" }, + "rulesEdit": { + "message": "Edit", + "description": "Will enable manual-edit mode (textarea)" + }, + "rulesEditSave": { + "message": "Save", + "description": "Will save manually-edited content and exit manual-edit mode" + }, + "rulesEditDiscard": { + "message": "Discard", + "description": "Will discard manually-edited content and exit manual-edit mode" + }, + "rulesImport": { + "message": "Import from file...", + "description": "" + }, + "rulesExport": { + "message": "Export to file...", + "description": "" + }, + "rulesDefaultFileName": { + "message": "my-ublock-dynamic-rules.txt", + "description": "default file name to use" + }, "whitelistPrompt":{ "message":"Your list of host names for which µBlock will be disabled. One entry per line. Invalid host names will be silently ignored.", "description":"English: Your list of host names for which µBlock will be disabled. One host name per line. Invalid host names will be silently ignored." |