1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-12 11:26:17 +01:00
LocalCDN-Firefox-Chrome-Brave/_locales/en_GB/messages.json
2020-06-25 07:53:13 +02:00

135 lines
5.8 KiB
JSON

{
"extensionDescription": {
"message": "Protects you against tracking through \"free\", centralised, content delivery.",
"description": "Extension description."
},
"amountInjectedTitle": {
"message": "Counter for locally injected resources",
"description": "Amount injected title"
},
"amountInjectedDescription": {
"message": "Amount of local Content Delivery Network resource injections since installation.",
"description": "Amount injected description."
},
"optionsTitle": {
"message": "Options",
"description": "Options title"
},
"showIconBadgeTitle": {
"message": "Display injection counts on icon",
"description": "Show icon badge title"
},
"showIconBadgeDescription": {
"message": "Show the number of injected resources on the extension icon.",
"description": "Show icon badge description."
},
"blockMissingTitle": {
"message": "Block requests for missing resources",
"description": "Block requests for missing resources title"
},
"blockMissingDescription": {
"message": "Cancel intercepted request if the required resource is not locally available.",
"description": "Block requests for missing resources description."
},
"disablePrefetchTitle": {
"message": "Disable link prefetching",
"description": "Disable prefetch title"
},
"disablePrefetchDescription": {
"message": "Prevent disallowed requests from leaking out to delivery networks.",
"description": "Disable prefetch description."
},
"stripMetadataTitle": {
"message": "Strip metadata from allowed requests",
"description": "Strip metadata title"
},
"stripMetadataDescription": {
"message": "Erase sensitive data from allowed CDN-requests for improved privacy.",
"description": "Strip metadata description."
},
"whitelistedDomainsTitle": {
"message": "Deactivate LocalCDN for these domains:",
"description": "Deactivate LocalCDN for these domains:"
},
"whitelistedDomainsDescription": {
"message": "Enter domains to whitelist them. Separate multiple entries with semi-colons (;).",
"description": "Whitelisted domains description."
},
"advancedLabel": {
"message": "Advanced",
"description": "Advanced label"
},
"generateRuleSetTitle": {
"message": "Generate rule sets for uBlock or uMatrix",
"description": "Generate rule set title"
},
"generateRuleSetDescription": {
"message": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix.",
"description": "In case you're using uBlock or uMatrix you can generate the rules here. You have to add these rules manually in uBlock or uMatrix."
},
"lastUpdate": {
"message": "Last update:",
"description": "Last update:"
},
"copyRuleSet": {
"message": "Copy",
"description": "Text of button to copy ruleset"
},
"loggingTitle": {
"message": "Enable logging in browser console",
"description": "Enable logging in browser console"
},
"loggingDescription": {
"message": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources.",
"description": "Open \"Browser Console\" ( CTRL + SHIFT + J ) to show missing resources."
},
"hideReleaseNotesTitle": {
"message": "Disable release notes",
"description": "Disable release notes"
},
"hideReleaseNotesDescription": {
"message": "Turn this on to not receive any info about new LocalCDN features. This includes info about new uBlock/uMatrix rules.",
"description": "If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules."
},
"featureBreaksWebsitesDescription": {
"message": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains.",
"description": "This feature breaks websites. Do not leave it enabled, unless you are prepared to manually whitelist any affected domains."
},
"featureBreaksWebsitesButton": {
"message": "Disable",
"description": "Disable"
},
"labelManipulateDOM": {
"message": "Filters HTML source code",
"description": "Filters HTML source code"
},
"labelShowMoreInjections": {
"message": "Show more injections",
"description": "Show more Injections"
},
"labelDonate": {
"message": "Donate",
"description": "Donate"
},
"negateHtmlFilterListTitle": {
"message": "Invert HTML-Filter",
"description": "Invert HTML-Filter"
},
"negateHtmlFilterListDescription": {
"message": "Enable HTML-Filter by default.",
"description": "Enable HTML-Filter by default."
},
"negateHtmlFilterListWarning": {
"message": "This function can break websites. Please note the information on the Wiki page.",
"description": "This function can break websites. Please note the information on the Wiki page."
},
"htmlFilterDomainsTitle": {
"message": "Domains for HTML-Filter:",
"description": "Domains for HTML-Filter:"
},
"htmlFilterDomainsDescription": {
"message": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;).",
"description": "Enter domains for the HTML-Filter. For these domains the filter is activated, except you invert the HTML-Filter with the next option. Separate multiple entries with semi-colons (;)."
}
}