diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-20 00:02:26 +0100 |
commit | b3863f5c4984ae814eeb32407ae5899693b735ab (patch) | |
tree | 097e3320401da482117c07a2f08d98297340abd6 | |
parent | a35201f45aa8e7735f668d1bb349fca3b1c3cc1e (diff) | |
download | ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.lz ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.tar.xz ematrix-b3863f5c4984ae814eeb32407ae5899693b735ab.zip |
Change all names from μMatrix to ηMatrix
Hopefully I caught all of them!
73 files changed, 1018 insertions, 1018 deletions
@@ -22,7 +22,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>uMatrix — About</title> +<title>eMatrix — About</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <style> @@ -34,7 +34,7 @@ ul { <body> -<h2>uMatrix <span id="aboutVersion"></span></h2> +<h2>eMatrix <span id="aboutVersion"></span></h2> <ul> <li><span id="aboutStorageUsed"></span><br> <li> diff --git a/asset-viewer.html b/asset-viewer.html index 6de2761..1a3a35c 100644 --- a/asset-viewer.html +++ b/asset-viewer.html @@ -23,7 +23,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>uMatrix — Asset viewer</title> +<title>eMatrix — Asset viewer</title> <style> #content { font: 12px monospace; diff --git a/background.html b/background.html index aa4353c..a8b61ef 100644 --- a/background.html +++ b/background.html @@ -22,7 +22,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>uMatrix</title> +<title>eMatrix</title> </head> <body> <script src="js/polyfill.js"></script> diff --git a/bootstrap.js b/bootstrap.js index 513f3aa..4c70ed0 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -30,13 +30,13 @@ const {classes: Cc, interfaces: Ci, utils: Cu} = Components; // Accessing the context of the background page: -// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=umatrix]').contentWindow; +// var win = Services.appShell.hiddenDOMWindow.document.querySelector('iframe[src*=ematrix]').contentWindow; let windowlessBrowser = null; let windowlessBrowserPL = null; let bgProcess = null; let version; -const hostName = 'umatrix'; +const hostName = 'ematrix'; const restartListener = { get messageManager() { return Cc['@mozilla.org/parentprocessmessagemanager;1'] @@ -237,7 +237,7 @@ function uninstall(data, aReason) { return; } // To cleanup vAPI.localStorage in vapi-common.js, aka - // "extensions.umatrix.*" in `about:config`. + // "extensions.ematrix.*" in `about:config`. Cu.import('resource://gre/modules/Services.jsm', null) .Services.prefs.getBranch('extensions.' + hostName + '.') .deleteBranch(''); diff --git a/chrome.manifest b/chrome.manifest index b7caa1a..7e2edaf 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -18,45 +18,45 @@ # uMatrix Home: https://github.com/gorhill/uMatrix -content umatrix ./ +content ematrix ./ -locale umatrix en ./locale/en/ -locale umatrix ar ./locale/ar/ -locale umatrix bg ./locale/bg/ -locale umatrix bn ./locale/bn/ -locale umatrix cs ./locale/cs/ -locale umatrix da ./locale/da/ -locale umatrix de ./locale/de/ -locale umatrix el ./locale/el/ -locale umatrix eo ./locale/eo/ -locale umatrix es ./locale/es/ -locale umatrix et ./locale/et/ -locale umatrix fa ./locale/fa/ -locale umatrix fi ./locale/fi/ -locale umatrix fil ./locale/fil/ -locale umatrix fr ./locale/fr/ -locale umatrix he ./locale/he/ -locale umatrix hi ./locale/hi/ -locale umatrix hu ./locale/hu/ -locale umatrix id ./locale/id/ -locale umatrix it ./locale/it/ -locale umatrix ja ./locale/ja/ -locale umatrix ko ./locale/ko/ -locale umatrix lv ./locale/lv/ -locale umatrix ml ./locale/ml/ -locale umatrix nb ./locale/nb/ -locale umatrix nl ./locale/nl/ -locale umatrix pl ./locale/pl/ -locale umatrix pt-BR ./locale/pt-BR/ -locale umatrix pt-PT ./locale/pt-PT/ -locale umatrix ro ./locale/ro/ -locale umatrix ru ./locale/ru/ -locale umatrix sl ./locale/sl/ -locale umatrix sr ./locale/sr/ -locale umatrix sv ./locale/sv/ -locale umatrix te ./locale/te/ -locale umatrix tr ./locale/tr/ -locale umatrix uk ./locale/uk/ -locale umatrix vi ./locale/vi/ -locale umatrix zh-CN ./locale/zh-CN/ -locale umatrix zh-TW ./locale/zh-TW/ +locale ematrix en ./locale/en/ +locale ematrix ar ./locale/ar/ +locale ematrix bg ./locale/bg/ +locale ematrix bn ./locale/bn/ +locale ematrix cs ./locale/cs/ +locale ematrix da ./locale/da/ +locale ematrix de ./locale/de/ +locale ematrix el ./locale/el/ +locale ematrix eo ./locale/eo/ +locale ematrix es ./locale/es/ +locale ematrix et ./locale/et/ +locale ematrix fa ./locale/fa/ +locale ematrix fi ./locale/fi/ +locale ematrix fil ./locale/fil/ +locale ematrix fr ./locale/fr/ +locale ematrix he ./locale/he/ +locale ematrix hi ./locale/hi/ +locale ematrix hu ./locale/hu/ +locale ematrix id ./locale/id/ +locale ematrix it ./locale/it/ +locale ematrix ja ./locale/ja/ +locale ematrix ko ./locale/ko/ +locale ematrix lv ./locale/lv/ +locale ematrix ml ./locale/ml/ +locale ematrix nb ./locale/nb/ +locale ematrix nl ./locale/nl/ +locale ematrix pl ./locale/pl/ +locale ematrix pt-BR ./locale/pt-BR/ +locale ematrix pt-PT ./locale/pt-PT/ +locale ematrix ro ./locale/ro/ +locale ematrix ru ./locale/ru/ +locale ematrix sl ./locale/sl/ +locale ematrix sr ./locale/sr/ +locale ematrix sv ./locale/sv/ +locale ematrix te ./locale/te/ +locale ematrix tr ./locale/tr/ +locale ematrix uk ./locale/uk/ +locale ematrix vi ./locale/vi/ +locale ematrix zh-CN ./locale/zh-CN/ +locale ematrix zh-TW ./locale/zh-TW/ diff --git a/dashboard.html b/dashboard.html index c253353..420f4dd 100644 --- a/dashboard.html +++ b/dashboard.html @@ -32,7 +32,7 @@ <body> <div id="dashboard-nav"> <div id="dashboard-nav-widgets"> - <span>uMatrix</span> + <span>eMatrix</span> <a class="tabButton" id="settings" href="#settings" data-dashboard-panel-url="settings.html" data-i18n="settingsPageName"></a> <a class="tabButton" id="user-rules" href="#user-rules" data-dashboard-panel-url="user-rules.html" data-i18n="userRulesPageName"></a> <a class="tabButton" id="hosts-files" href="#hosts-files" data-dashboard-panel-url="hosts-files.html" data-i18n="ubiquitousRulesPageName"></a> diff --git a/frameScript.js b/frameScript.js index 3fb6ad1..9d0f41c 100644 --- a/frameScript.js +++ b/frameScript.js @@ -51,11 +51,11 @@ let injectContentScripts = function(win) { }; let onLoadCompleted = function() { - removeMessageListener('umatrix-load-completed', onLoadCompleted); + removeMessageListener('ematrix-load-completed', onLoadCompleted); injectContentScripts(content); }; -addMessageListener('umatrix-load-completed', onLoadCompleted); +addMessageListener('ematrix-load-completed', onLoadCompleted); if ( docShell ) { let Ci = Components.interfaces; diff --git a/hosts-files.html b/hosts-files.html index 6810eeb..5cb3177 100644 --- a/hosts-files.html +++ b/hosts-files.html @@ -22,7 +22,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>uMatrix — Hosts files</title> +<title>eMatrix — Hosts files</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <link rel="stylesheet" type="text/css" href="css/hosts-files.css"> diff --git a/js/assets.js b/js/assets.js index c3fb85f..93a0cf1 100644 --- a/js/assets.js +++ b/js/assets.js @@ -24,7 +24,7 @@ /******************************************************************************/ -µMatrix.assets = (function() { +ηMatrix.assets = (function() { /******************************************************************************/ @@ -101,7 +101,7 @@ api.fetchText = function(url, onLoad, onError) { var onErrorReceived = function() { this.onload = this.onerror = this.ontimeout = null; - µMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{msg}}', actualUrl)); + ηMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{msg}}', actualUrl)); onError.call(null, { url: url, content: '' }); }; @@ -348,7 +348,7 @@ var getAssetSourceRegistry = function(callback) { // First-install case. var createRegistry = function() { api.fetchText( - µMatrix.assetsBootstrapLocation || 'assets/assets.json', + ηMatrix.assetsBootstrapLocation || 'assets/assets.json', function(details) { updateAssetSourceRegistry(details.content, true); registryReady(); diff --git a/js/background.js b/js/background.js index 1a46616..8c8d0ea 100644 --- a/js/background.js +++ b/js/background.js @@ -24,7 +24,7 @@ /******************************************************************************/ -var µMatrix = (function() { // jshint ignore:line +var ηMatrix = (function() { // jshint ignore:line /******************************************************************************/ diff --git a/js/browsercache.js b/js/browsercache.js index 3316a63..5b02a72 100644 --- a/js/browsercache.js +++ b/js/browsercache.js @@ -20,7 +20,7 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global µMatrix */ +/* global ηMatrix */ /******************************************************************************/ @@ -35,23 +35,23 @@ var clearCache = function() { vAPI.setTimeout(clearCache, 15 * 60 * 1000); - var µm = µMatrix; - if ( !µm.userSettings.clearBrowserCache ) { + var ηm = ηMatrix; + if ( !ηm.userSettings.clearBrowserCache ) { return; } - µm.clearBrowserCacheCycle -= 15; - if ( µm.clearBrowserCacheCycle > 0 ) { + ηm.clearBrowserCacheCycle -= 15; + if ( ηm.clearBrowserCacheCycle > 0 ) { return; } vAPI.browserData.clearCache(); - µm.clearBrowserCacheCycle = µm.userSettings.clearBrowserCacheAfter; - µm.browserCacheClearedCounter++; + ηm.clearBrowserCacheCycle = ηm.userSettings.clearBrowserCacheAfter; + ηm.browserCacheClearedCounter++; // TODO: i18n - µm.logger.writeOne('', 'info', vAPI.i18n('loggerEntryBrowserCacheCleared')); + ηm.logger.writeOne('', 'info', vAPI.i18n('loggerEntryBrowserCacheCleared')); //console.debug('clearBrowserCacheCallback()> vAPI.browserData.clearCache() called'); }; diff --git a/js/cookies.js b/js/cookies.js index 7626ad0..056744f 100644 --- a/js/cookies.js +++ b/js/cookies.js @@ -34,11 +34,11 @@ // Use cached-context approach rather than object-based approach, as details // of the implementation do not need to be visible -µMatrix.cookieHunter = (function() { +ηMatrix.cookieHunter = (function() { /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; var recordPageCookiesQueue = new Map(); var removePageCookiesQueue = new Map(); @@ -62,7 +62,7 @@ CookieEntry.prototype.init = function(cookie) { this.session = cookie.session; this.anySubdomain = cookie.domain.charAt(0) === '.'; this.hostname = this.anySubdomain ? cookie.domain.slice(1) : cookie.domain; - this.domain = µm.URI.domainFromHostname(this.hostname) || this.hostname; + this.domain = ηm.URI.domainFromHostname(this.hostname) || this.hostname; this.path = cookie.path; this.name = cookie.name; this.value = cookie.value; @@ -146,11 +146,11 @@ var cookieKeyFromCookie = function(cookie) { }; var cookieKeyFromCookieURL = function(url, type, name) { - var µmuri = µm.URI.set(url); + var ηmuri = ηm.URI.set(url); var cb = cookieKeyBuilder; - cb[0] = µmuri.scheme; - cb[2] = µmuri.hostname; - cb[3] = µmuri.path; + cb[0] = ηmuri.scheme; + cb[2] = ηmuri.hostname; + cb[3] = ηmuri.path; cb[5] = type; cb[7] = name; return cb.join(''); @@ -215,7 +215,7 @@ var recordPageCookie = function(pageStore, cookieKey) { var cookieEntry = cookieDict.get(cookieKey); var pageHostname = pageStore.pageHostname; - var block = µm.mustBlock(pageHostname, cookieEntry.hostname, 'cookie'); + var block = ηm.mustBlock(pageHostname, cookieEntry.hostname, 'cookie'); cookieLogEntryBuilder[0] = cookieURLFromCookieEntry(cookieEntry); cookieLogEntryBuilder[2] = cookieEntry.session ? 'session' : 'persistent'; @@ -227,7 +227,7 @@ var recordPageCookie = function(pageStore, cookieKey) { // https://github.com/gorhill/httpswitchboard/issues/60 // Need to URL-encode cookie name pageStore.recordRequest('cookie', cookieURL, block); - µm.logger.writeOne(pageStore.tabId, 'net', pageHostname, cookieURL, 'cookie', block); + ηm.logger.writeOne(pageStore.tabId, 'net', pageHostname, cookieURL, 'cookie', block); cookieEntry.usedOn.add(pageHostname); @@ -238,7 +238,7 @@ var recordPageCookie = function(pageStore, cookieKey) { if ( !block ) { return; } - if ( !µm.userSettings.deleteCookies ) { + if ( !ηm.userSettings.deleteCookies ) { return; } removeCookieAsync(cookieKey); @@ -284,15 +284,15 @@ var chromeCookieRemove = function(cookieEntry, name) { var template = success ? i18nCookieDeleteSuccess : i18nCookieDeleteFailure; if ( removeCookieFromDict(sessionCookieKey) ) { if ( success ) { - µm.cookieRemovedCounter += 1; + ηm.cookieRemovedCounter += 1; } - µm.logger.writeOne('', 'info', 'cookie', template.replace('{{value}}', sessionCookieKey)); + ηm.logger.writeOne('', 'info', 'cookie', template.replace('{{value}}', sessionCookieKey)); } if ( removeCookieFromDict(persistCookieKey) ) { if ( success ) { - µm.cookieRemovedCounter += 1; + ηm.cookieRemovedCounter += 1; } - µm.logger.writeOne('', 'info', 'cookie', template.replace('{{value}}', persistCookieKey)); + ηm.logger.writeOne('', 'info', 'cookie', template.replace('{{value}}', persistCookieKey)); } }; @@ -329,7 +329,7 @@ var processPageRemoveQueue = function() { // Effectively remove cookies. var processRemoveQueue = function() { - var userSettings = µm.userSettings; + var userSettings = ηm.userSettings; var deleteCookies = userSettings.deleteCookies; // Session cookies which timestamp is *after* tstampObsolete will @@ -364,7 +364,7 @@ var processRemoveQueue = function() { // Query scopes only if we are going to use them if ( srcHostnames === undefined ) { - srcHostnames = µm.tMatrix.extractAllSourceHostnames(); + srcHostnames = ηm.tMatrix.extractAllSourceHostnames(); } // Ensure cookie is not allowed on ALL current web pages: It can @@ -389,7 +389,7 @@ var processRemoveQueue = function() { // maybe a user has 1000s of cookies sitting in his browser... var processClean = function() { - var us = µm.userSettings; + var us = ηm.userSettings; if ( us.deleteCookies || us.deleteUnusedSessionCookies ) { var cookieKeys = Array.from(cookieDict.keys()), len = cookieKeys.length, @@ -443,7 +443,7 @@ var canRemoveCookie = function(cookieKey, srcHostnames) { var srcHostname; for ( srcHostname of cookieEntry.usedOn ) { - if ( µm.mustAllow(srcHostname, cookieHostname, 'cookie') ) { + if ( ηm.mustAllow(srcHostname, cookieHostname, 'cookie') ) { return false; } } @@ -455,7 +455,7 @@ var canRemoveCookie = function(cookieKey, srcHostnames) { var pos; for (;;) { if ( srcHostnames.has(srcHostname) ) { - if ( µm.mustAllow(srcHostname, cookieHostname, 'cookie') ) { + if ( ηm.mustAllow(srcHostname, cookieHostname, 'cookie') ) { return false; } } @@ -490,7 +490,7 @@ vAPI.cookies.onChanged = function(cookie) { // Go through all pages and update if needed, as one cookie can be used // by many web pages, so they need to be recorded for all these pages. - var pageStores = µm.pageStores; + var pageStores = ηm.pageStores; var pageStore; for ( var tabId in pageStores ) { if ( pageStores.hasOwnProperty(tabId) === false ) { @@ -511,7 +511,7 @@ vAPI.cookies.onChanged = function(cookie) { vAPI.cookies.onRemoved = function(cookie) { var cookieKey = cookieKeyFromCookie(cookie); if ( removeCookieFromDict(cookieKey) ) { - µm.logger.writeOne('', 'info', 'cookie', i18nCookieDeleteSuccess.replace('{{value}}', cookieKey)); + ηm.logger.writeOne('', 'info', 'cookie', i18nCookieDeleteSuccess.replace('{{value}}', cookieKey)); } }; @@ -522,7 +522,7 @@ vAPI.cookies.onRemoved = function(cookie) { vAPI.cookies.onAllRemoved = function() { for ( var cookieKey of cookieDict.keys() ) { if ( removeCookieFromDict(cookieKey) ) { - µm.logger.writeOne('', 'info', 'cookie', i18nCookieDeleteSuccess.replace('{{value}}', cookieKey)); + ηm.logger.writeOne('', 'info', 'cookie', i18nCookieDeleteSuccess.replace('{{value}}', cookieKey)); } } }; diff --git a/js/httpsb.js b/js/httpsb.js index d76371a..331aa23 100644 --- a/js/httpsb.js +++ b/js/httpsb.js @@ -20,52 +20,52 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global chrome, µMatrix */ +/* global chrome, ηMatrix */ 'use strict'; /******************************************************************************/ (function() { - var µm = µMatrix; - µm.pMatrix = new µm.Matrix(); - µm.pMatrix.setSwitch('matrix-off', 'about-scheme', 1); - µm.pMatrix.setSwitch('matrix-off', 'chrome-extension-scheme', 1); - µm.pMatrix.setSwitch('matrix-off', 'chrome-scheme', 1); - µm.pMatrix.setSwitch('matrix-off', 'moz-extension-scheme', 1); - µm.pMatrix.setSwitch('matrix-off', 'opera-scheme', 1); + var ηm = ηMatrix; + ηm.pMatrix = new ηm.Matrix(); + ηm.pMatrix.setSwitch('matrix-off', 'about-scheme', 1); + ηm.pMatrix.setSwitch('matrix-off', 'chrome-extension-scheme', 1); + ηm.pMatrix.setSwitch('matrix-off', 'chrome-scheme', 1); + ηm.pMatrix.setSwitch('matrix-off', 'moz-extension-scheme', 1); + ηm.pMatrix.setSwitch('matrix-off', 'opera-scheme', 1); // https://discourse.mozilla.org/t/support-umatrix/5131/157 - µm.pMatrix.setSwitch('matrix-off', 'wyciwyg-scheme', 1); - µm.pMatrix.setSwitch('matrix-off', 'behind-the-scene', 1); - µm.pMatrix.setSwitch('referrer-spoof', 'behind-the-scene', 2); - µm.pMatrix.setSwitch('https-strict', 'behind-the-scene', 2); + ηm.pMatrix.setSwitch('matrix-off', 'wyciwyg-scheme', 1); + ηm.pMatrix.setSwitch('matrix-off', 'behind-the-scene', 1); + ηm.pMatrix.setSwitch('referrer-spoof', 'behind-the-scene', 2); + ηm.pMatrix.setSwitch('https-strict', 'behind-the-scene', 2); // Global rules - µm.pMatrix.setSwitch('referrer-spoof', '*', 1); - µm.pMatrix.setSwitch('noscript-spoof', '*', 1); - µm.pMatrix.setCell('*', '*', '*', µm.Matrix.Red); - µm.pMatrix.setCell('*', '*', 'css', µm.Matrix.Green); - µm.pMatrix.setCell('*', '*', 'image', µm.Matrix.Green); - µm.pMatrix.setCell('*', '*', 'frame', µm.Matrix.Red); + ηm.pMatrix.setSwitch('referrer-spoof', '*', 1); + ηm.pMatrix.setSwitch('noscript-spoof', '*', 1); + ηm.pMatrix.setCell('*', '*', '*', ηm.Matrix.Red); + ηm.pMatrix.setCell('*', '*', 'css', ηm.Matrix.Green); + ηm.pMatrix.setCell('*', '*', 'image', ηm.Matrix.Green); + ηm.pMatrix.setCell('*', '*', 'frame', ηm.Matrix.Red); // 1st-party rules - µm.pMatrix.setCell('*', '1st-party', '*', µm.Matrix.Green); - µm.pMatrix.setCell('*', '1st-party', 'frame', µm.Matrix.Green); + ηm.pMatrix.setCell('*', '1st-party', '*', ηm.Matrix.Green); + ηm.pMatrix.setCell('*', '1st-party', 'frame', ηm.Matrix.Green); - µm.tMatrix = new µm.Matrix(); - µm.tMatrix.assign(µm.pMatrix); + ηm.tMatrix = new ηm.Matrix(); + ηm.tMatrix.assign(ηm.pMatrix); })(); /******************************************************************************/ -µMatrix.hostnameFromURL = function(url) { +ηMatrix.hostnameFromURL = function(url) { var hn = this.URI.hostnameFromURI(url); return hn === '' ? '*' : hn; }; -µMatrix.scopeFromURL = µMatrix.hostnameFromURL; +ηMatrix.scopeFromURL = ηMatrix.hostnameFromURL; /******************************************************************************/ -µMatrix.evaluateURL = function(srcURL, desHostname, type) { +ηMatrix.evaluateURL = function(srcURL, desHostname, type) { var srcHostname = this.URI.hostnameFromURI(srcURL); return this.tMatrix.evaluateCellZXY(srcHostname, desHostname, type); }; @@ -75,11 +75,11 @@ // Whitelist something -µMatrix.whitelistTemporarily = function(srcHostname, desHostname, type) { +ηMatrix.whitelistTemporarily = function(srcHostname, desHostname, type) { this.tMatrix.whitelistCell(srcHostname, desHostname, type); }; -µMatrix.whitelistPermanently = function(srcHostname, desHostname, type) { +ηMatrix.whitelistPermanently = function(srcHostname, desHostname, type) { if ( this.pMatrix.whitelistCell(srcHostname, desHostname, type) ) { this.saveMatrix(); } @@ -90,7 +90,7 @@ // Auto-whitelisting the `all` cell is a serious action, hence this will be // done only from within a scope. -µMatrix.autoWhitelistAllTemporarily = function(pageURL) { +ηMatrix.autoWhitelistAllTemporarily = function(pageURL) { var srcHostname = this.URI.hostnameFromURI(pageURL); if ( this.mustBlock(srcHostname, '*', '*') === false ) { return false; @@ -103,11 +103,11 @@ // Blacklist something -µMatrix.blacklistTemporarily = function(srcHostname, desHostname, type) { +ηMatrix.blacklistTemporarily = function(srcHostname, desHostname, type) { this.tMatrix.blacklistCell(srcHostname, desHostname, type); }; -µMatrix.blacklistPermanently = function(srcHostname, desHostname, type) { +ηMatrix.blacklistPermanently = function(srcHostname, desHostname, type) { if ( this.pMatrix.blacklist(srcHostname, desHostname, type) ) { this.saveMatrix(); } @@ -117,11 +117,11 @@ // Remove something from both black and white lists. -µMatrix.graylistTemporarily = function(srcHostname, desHostname, type) { +ηMatrix.graylistTemporarily = function(srcHostname, desHostname, type) { this.tMatrix.graylistCell(srcHostname, desHostname, type); }; -µMatrix.graylistPermanently = function(srcHostname, desHostname, type) { +ηMatrix.graylistPermanently = function(srcHostname, desHostname, type) { if ( this.pMatrix.graylistCell(srcHostname, desHostname, type) ) { this.saveMatrix(); } @@ -133,7 +133,7 @@ // issue at this point but to keep in mind as this function is called // more and more from different places. -µMatrix.filterRequest = function(fromURL, type, toURL) { +ηMatrix.filterRequest = function(fromURL, type, toURL) { // Block request? var srcHostname = this.hostnameFromURL(fromURL); var desHostname = this.hostnameFromURL(toURL); @@ -150,11 +150,11 @@ /******************************************************************************/ -µMatrix.mustBlock = function(srcHostname, desHostname, type) { +ηMatrix.mustBlock = function(srcHostname, desHostname, type) { return this.tMatrix.mustBlock(srcHostname, desHostname, type); }; -µMatrix.mustAllow = function(srcHostname, desHostname, type) { +ηMatrix.mustAllow = function(srcHostname, desHostname, type) { return this.mustBlock(srcHostname, desHostname, type) === false; }; @@ -162,7 +162,7 @@ // Commit temporary permissions. -µMatrix.commitPermissions = function(persist) { +ηMatrix.commitPermissions = function(persist) { this.pMatrix.assign(this.tMatrix); if ( persist ) { this.saveMatrix(); @@ -173,23 +173,23 @@ // Reset all rules to their default state. -µMatrix.revertAllRules = function() { +ηMatrix.revertAllRules = function() { this.tMatrix.assign(this.pMatrix); }; /******************************************************************************/ -µMatrix.turnOff = function() { +ηMatrix.turnOff = function() { vAPI.app.start(); }; -µMatrix.turnOn = function() { +ηMatrix.turnOn = function() { vAPI.app.stop(); }; /******************************************************************************/ -µMatrix.formatCount = function(count) { +ηMatrix.formatCount = function(count) { if ( typeof count !== 'number' ) { return ''; } diff --git a/js/liquid-dict.js b/js/liquid-dict.js index 92ca58c..3f3da08 100644 --- a/js/liquid-dict.js +++ b/js/liquid-dict.js @@ -22,7 +22,7 @@ /******************************************************************************/ -µMatrix.LiquidDict = (function() { +ηMatrix.LiquidDict = (function() { /******************************************************************************/ @@ -199,5 +199,5 @@ return LiquidDict; /******************************************************************************/ -µMatrix.ubiquitousBlacklist = new µMatrix.LiquidDict(); -µMatrix.ubiquitousWhitelist = new µMatrix.LiquidDict(); +ηMatrix.ubiquitousBlacklist = new ηMatrix.LiquidDict(); +ηMatrix.ubiquitousWhitelist = new ηMatrix.LiquidDict(); diff --git a/js/logger.js b/js/logger.js index 896fbdf..7fe56dc 100644 --- a/js/logger.js +++ b/js/logger.js @@ -25,7 +25,7 @@ /******************************************************************************/ /******************************************************************************/ -µMatrix.logger = (function() { +ηMatrix.logger = (function() { var LogEntry = function(args) { this.init(args); diff --git a/js/matrix.js b/js/matrix.js index 59eb84a..d1abcfc 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -27,11 +27,11 @@ /******************************************************************************/ -µMatrix.Matrix = (function() { +ηMatrix.Matrix = (function() { /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; var magicId = 'axyorpwxtmnf'; var uniqueIdGenerator = 1; @@ -178,9 +178,9 @@ var extractFirstPartyDesDomain = function(srcHostname, desHostname) { if ( srcHostname === '*' || desHostname === '*' || desHostname === '1st-party' ) { return ''; } - var µmuri = µm.URI; - var srcDomain = µmuri.domainFromHostname(srcHostname) || srcHostname; - var desDomain = µmuri.domainFromHostname(desHostname) || desHostname; + var ηmuri = ηm.URI; + var srcDomain = ηmuri.domainFromHostname(srcHostname) || srcHostname; + var desDomain = ηmuri.domainFromHostname(desHostname) || desHostname; return desDomain === srcDomain ? desDomain : ''; }; @@ -366,7 +366,7 @@ Matrix.prototype.evaluateCellZ = function(srcHostname, desHostname, type) { // srcHostname is '*' at this point // Preset blacklisted hostnames are blacklisted in global scope - if ( type === '*' && µm.ubiquitousBlacklist.test(desHostname) ) { + if ( type === '*' && ηm.ubiquitousBlacklist.test(desHostname) ) { return 1; } diff --git a/js/messaging.js b/js/messaging.js index d5c472f..0a1ff4a 100644 --- a/js/messaging.js +++ b/js/messaging.js @@ -29,7 +29,7 @@ (function() { -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -39,11 +39,11 @@ function onMessage(request, sender, callback) { // Async switch ( request.what ) { case 'getAssetContent': - µm.assets.get(request.url, { dontCache: true }, callback); + ηm.assets.get(request.url, { dontCache: true }, callback); return; case 'selectHostsFiles': - µm.selectHostsFiles(request, callback); + ηm.selectHostsFiles(request, callback); return; default: @@ -55,35 +55,35 @@ function onMessage(request, sender, callback) { switch ( request.what ) { case 'forceReloadTab': - µm.forceReload(request.tabId, request.bypassCache); + ηm.forceReload(request.tabId, request.bypassCache); break; case 'forceUpdateAssets': - µm.scheduleAssetUpdater(0); - µm.assets.updateStart({ delay: 2000 }); + ηm.scheduleAssetUpdater(0); + ηm.assets.updateStart({ delay: 2000 }); break; case 'getUserSettings': response = { - userSettings: µm.userSettings, + userSettings: ηm.userSettings, matrixSwitches: { - 'https-strict': µm.pMatrix.evaluateSwitch('https-strict', '*') === 1, - 'referrer-spoof': µm.pMatrix.evaluateSwitch('referrer-spoof', '*') === 1, - 'noscript-spoof': µm.pMatrix.evaluateSwitch('noscript-spoof', '*') === 1 + 'https-strict': ηm.pMatrix.evaluateSwitch('https-strict', '*') === 1, + 'referrer-spoof': ηm.pMatrix.evaluateSwitch('referrer-spoof', '*') === 1, + 'noscript-spoof': ηm.pMatrix.evaluateSwitch('noscript-spoof', '*') === 1 } }; break; case 'gotoExtensionURL': - µm.gotoExtensionURL(request); + ηm.gotoExtensionURL(request); break; case 'gotoURL': - µm.gotoURL(request); + ηm.gotoURL(request); break; case 'mustBlock': - response = µm.mustBlock( + response = ηm.mustBlock( request.scope, request.hostname, request.type @@ -91,17 +91,17 @@ function onMessage(request, sender, callback) { break; case 'readRawSettings': - response = µm.stringFromRawSettings(); + response = ηm.stringFromRawSettings(); break; case 'reloadHostsFiles': - µm.reloadHostsFiles(); + ηm.reloadHostsFiles(); break; case 'setMatrixSwitch': - µm.tMatrix.setSwitch(request.switchName, '*', request.state); - if ( µm.pMatrix.setSwitch(request.switchName, '*', request.state) ) { - µm.saveMatrix(); + ηm.tMatrix.setSwitch(request.switchName, '*', request.state); + if ( ηm.pMatrix.setSwitch(request.switchName, '*', request.state) ) { + ηm.saveMatrix(); } break; @@ -109,11 +109,11 @@ function onMessage(request, sender, callback) { if ( request.hasOwnProperty('value') === false ) { request.value = undefined; } - response = µm.changeUserSettings(request.name, request.value); + response = ηm.changeUserSettings(request.name, request.value); break; case 'writeRawSettings': - µm.rawSettingsFromString(request.content); + ηm.rawSettingsFromString(request.content); break; default: @@ -138,7 +138,7 @@ vAPI.messaging.setup(onMessage); // popup.js -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -146,15 +146,15 @@ var µm = µMatrix; var RowSnapshot = function(srcHostname, desHostname, desDomain) { this.domain = desDomain; - this.temporary = µm.tMatrix.evaluateRowZXY(srcHostname, desHostname); - this.permanent = µm.pMatrix.evaluateRowZXY(srcHostname, desHostname); + this.temporary = ηm.tMatrix.evaluateRowZXY(srcHostname, desHostname); + this.permanent = ηm.pMatrix.evaluateRowZXY(srcHostname, desHostname); this.counts = RowSnapshot.counts.slice(); this.totals = RowSnapshot.counts.slice(); }; RowSnapshot.counts = (function() { var aa = []; - for ( var i = 0, n = µm.Matrix.columnHeaderIndices.size; i < n; i++ ) { + for ( var i = 0, n = ηm.Matrix.columnHeaderIndices.size; i < n; i++ ) { aa[i] = 0; } return aa; @@ -163,14 +163,14 @@ RowSnapshot.counts = (function() { /******************************************************************************/ var matrixSnapshot = function(pageStore, details) { - var µmuser = µm.userSettings; - var headerIndices = µm.Matrix.columnHeaderIndices; + var ηmuser = ηm.userSettings; + var headerIndices = ηm.Matrix.columnHeaderIndices; var r = { appVersion: vAPI.app.version, blockedCount: pageStore.requestStats.blocked.all, - collapseAllDomains: µmuser.popupCollapseAllDomains, - collapseBlacklistedDomains: µmuser.popupCollapseBlacklistedDomains, + collapseAllDomains: ηmuser.popupCollapseAllDomains, + collapseBlacklistedDomains: ηmuser.popupCollapseBlacklistedDomains, diff: [], domain: pageStore.pageDomain, has3pReferrer: pageStore.has3pReferrer, @@ -183,35 +183,35 @@ var matrixSnapshot = function(pageStore, details) { mtxCountModified: pageStore.mtxCountModifiedTime !== details.mtxCountModifiedTime, mtxContentModifiedTime: pageStore.mtxContentModifiedTime, mtxCountModifiedTime: pageStore.mtxCountModifiedTime, - pMatrixModified: µm.pMatrix.modifiedTime !== details.pMatrixModifiedTime, - pMatrixModifiedTime: µm.pMatrix.modifiedTime, + pMatrixModified: ηm.pMatrix.modifiedTime !== details.pMatrixModifiedTime, + pMatrixModifiedTime: ηm.pMatrix.modifiedTime, pSwitches: {}, rows: {}, rowCount: 0, scope: '*', tabId: pageStore.tabId, - tMatrixModified: µm.tMatrix.modifiedTime !== details.tMatrixModifiedTime, - tMatrixModifiedTime: µm.tMatrix.modifiedTime, + tMatrixModified: ηm.tMatrix.modifiedTime !== details.tMatrixModifiedTime, + tMatrixModifiedTime: ηm.tMatrix.modifiedTime, tSwitches: {}, url: pageStore.pageUrl, userSettings: { - colorBlindFriendly: µmuser.colorBlindFriendly, - displayTextSize: µmuser.displayTextSize, - popupScopeLevel: µmuser.popupScopeLevel + colorBlindFriendly: ηmuser.colorBlindFriendly, + displayTextSize: ηmuser.displayTextSize, + popupScopeLevel: ηmuser.popupScopeLevel } }; if ( typeof details.scope === 'string' ) { r.scope = details.scope; - } else if ( µmuser.popupScopeLevel === 'site' ) { + } else if ( ηmuser.popupScopeLevel === 'site' ) { r.scope = r.hostname; - } else if ( µmuser.popupScopeLevel === 'domain' ) { + } else if ( ηmuser.popupScopeLevel === 'domain' ) { r.scope = r.domain; } - for ( var switchName of µm.Matrix.switchNames ) { - r.tSwitches[switchName] = µm.tMatrix.evaluateSwitchZ(switchName, r.scope); - r.pSwitches[switchName] = µm.pMatrix.evaluateSwitchZ(switchName, r.scope); + for ( var switchName of ηm.Matrix.switchNames ) { + r.tSwitches[switchName] = ηm.tMatrix.evaluateSwitchZ(switchName, r.scope); + r.pSwitches[switchName] = ηm.pMatrix.evaluateSwitchZ(switchName, r.scope); } // These rows always exist @@ -219,7 +219,7 @@ var matrixSnapshot = function(pageStore, details) { r.rows['1st-party'] = new RowSnapshot(r.scope, '1st-party', '1st-party'); r.rowCount += 1; - var µmuri = µm.URI; + var ηmuri = ηm.URI; var reqType, reqHostname, reqDomain; var desHostname; var row, typeIndex; @@ -235,7 +235,7 @@ var matrixSnapshot = function(pageStore, details) { if ( reqHostname === '' ) { reqHostname = pageStore.pageHostname; } - reqDomain = µmuri.domainFromHostname(reqHostname) || reqHostname; + reqDomain = ηmuri.domainFromHostname(reqHostname) || reqHostname; // We want rows of self and ancestors desHostname = reqHostname; @@ -263,7 +263,7 @@ var matrixSnapshot = function(pageStore, details) { row.totals[anyIndex] += count; } - r.diff = µm.tMatrix.diff(µm.pMatrix, r.hostname, Object.keys(r.rows)); + r.diff = ηm.tMatrix.diff(ηm.pMatrix, r.hostname, Object.keys(r.rows)); return r; }; @@ -272,7 +272,7 @@ var matrixSnapshot = function(pageStore, details) { var matrixSnapshotFromTabId = function(details, callback) { var matrixSnapshotIf = function(tabId, details) { - var pageStore = µm.pageStoreFromTabId(tabId); + var pageStore = ηm.pageStoreFromTabId(tabId); if ( pageStore === null ) { callback('ENOTFOUND'); return; @@ -280,8 +280,8 @@ var matrixSnapshotFromTabId = function(details, callback) { // First verify whether we must return data or not. if ( - µm.tMatrix.modifiedTime === details.tMatrixModifiedTime && - µm.pMatrix.modifiedTime === details.pMatrixModifiedTime && + ηm.tMatrix.modifiedTime === details.tMatrixModifiedTime && + ηm.pMatrix.modifiedTime === details.pMatrixModifiedTime && pageStore.mtxContentModifiedTime === details.mtxContentModifiedTime && pageStore.mtxCountModifiedTime === details.mtxCountModifiedTime ) { @@ -333,15 +333,15 @@ var onMessage = function(request, sender, callback) { switch ( request.what ) { case 'toggleMatrixSwitch': - µm.tMatrix.setSwitchZ( + ηm.tMatrix.setSwitchZ( request.switchName, request.srcHostname, - µm.tMatrix.evaluateSwitchZ(request.switchName, request.srcHostname) === false + ηm.tMatrix.evaluateSwitchZ(request.switchName, request.srcHostname) === false ); break; case 'blacklistMatrixCell': - µm.tMatrix.blacklistCell( + ηm.tMatrix.blacklistCell( request.srcHostname, request.desHostname, request.type @@ -349,7 +349,7 @@ var onMessage = function(request, sender, callback) { break; case 'whitelistMatrixCell': - µm.tMatrix.whitelistCell( + ηm.tMatrix.whitelistCell( request.srcHostname, request.desHostname, request.type @@ -357,7 +357,7 @@ var onMessage = function(request, sender, callback) { break; case 'graylistMatrixCell': - µm.tMatrix.graylistCell( + ηm.tMatrix.graylistCell( request.srcHostname, request.desHostname, request.type @@ -365,17 +365,17 @@ var onMessage = function(request, sender, callback) { break; case 'applyDiffToPermanentMatrix': // aka "persist" - if ( µm.pMatrix.applyDiff(request.diff, µm.tMatrix) ) { - µm.saveMatrix(); + if ( ηm.pMatrix.applyDiff(request.diff, ηm.tMatrix) ) { + ηm.saveMatrix(); } break; case 'applyDiffToTemporaryMatrix': // aka "revert" - µm.tMatrix.applyDiff(request.diff, µm.pMatrix); + ηm.tMatrix.applyDiff(request.diff, ηm.pMatrix); break; case 'revertTemporaryMatrix': - µm.tMatrix.assign(µm.pMatrix); + ηm.tMatrix.assign(ηm.pMatrix); break; default: @@ -396,7 +396,7 @@ vAPI.messaging.listen('popup.js', onMessage); (function() { -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -404,12 +404,12 @@ var foundInlineCode = function(tabId, pageStore, details, type) { if ( pageStore === null ) { return; } var pageHostname = pageStore.pageHostname, - µmuri = µm.URI.set(details.documentURI), - frameURL = µmuri.normalizedURI(); + ηmuri = ηm.URI.set(details.documentURI), + frameURL = ηmuri.normalizedURI(); var blocked = details.blocked; if ( blocked === undefined ) { - blocked = µm.mustBlock(pageHostname, µmuri.hostname, type); + blocked = ηm.mustBlock(pageHostname, ηmuri.hostname, type); } var mapTo = { @@ -421,31 +421,31 @@ var foundInlineCode = function(tabId, pageStore, details, type) { // Look-up here whether inline scripting is blocked for the frame. var url = frameURL + '{inline_' + mapTo[type] + '}'; pageStore.recordRequest(type, url, blocked); - µm.logger.writeOne(tabId, 'net', pageHostname, url, type, blocked); + ηm.logger.writeOne(tabId, 'net', pageHostname, url, type, blocked); }; /******************************************************************************/ var contentScriptLocalStorageHandler = function(tabId, originURL) { - var tabContext = µm.tabContextManager.lookup(tabId); + var tabContext = ηm.tabContextManager.lookup(tabId); if ( tabContext === null ) { return; } - var blocked = µm.mustBlock( + var blocked = ηm.mustBlock( tabContext.rootHostname, - µm.URI.hostnameFromURI(originURL), + ηm.URI.hostnameFromURI(originURL), 'cookie' ); - var pageStore = µm.pageStoreFromTabId(tabId); + var pageStore = ηm.pageStoreFromTabId(tabId); if ( pageStore !== null ) { var requestURL = originURL + '/{localStorage}'; pageStore.recordRequest('cookie', requestURL, blocked); - µm.logger.writeOne(tabId, 'net', tabContext.rootHostname, requestURL, 'cookie', blocked); + ηm.logger.writeOne(tabId, 'net', tabContext.rootHostname, requestURL, 'cookie', blocked); } - var removeStorage = blocked && µm.userSettings.deleteLocalStorage; + var removeStorage = blocked && ηm.userSettings.deleteLocalStorage; if ( removeStorage ) { - µm.localStorageRemovedCounter++; + ηm.localStorageRemovedCounter++; } return removeStorage; @@ -456,33 +456,33 @@ var contentScriptLocalStorageHandler = function(tabId, originURL) { // Evaluate many URLs against the matrix. var lookupBlockedCollapsibles = function(tabId, requests) { - if ( placeholdersReadTime < µm.rawSettingsWriteTime ) { + if ( placeholdersReadTime < ηm.rawSettingsWriteTime ) { placeholders = undefined; } if ( placeholders === undefined ) { placeholders = { - frame: µm.rawSettings.framePlaceholder, - image: µm.rawSettings.imagePlaceholder + frame: ηm.rawSettings.framePlaceholder, + image: ηm.rawSettings.imagePlaceholder }; if ( placeholders.frame ) { placeholders.frameDocument = - µm.rawSettings.framePlaceholderDocument.replace( + ηm.rawSettings.framePlaceholderDocument.replace( '{{bg}}', - µm.rawSettings.framePlaceholderBackground !== 'default' ? - µm.rawSettings.framePlaceholderBackground : - µm.rawSettings.placeholderBackground + ηm.rawSettings.framePlaceholderBackground !== 'default' ? + ηm.rawSettings.framePlaceholderBackground : + ηm.rawSettings.placeholderBackground ); } if ( placeholders.image ) { placeholders.imageBorder = - µm.rawSettings.imagePlaceholderBorder !== 'default' ? - µm.rawSettings.imagePlaceholderBorder : - µm.rawSettings.placeholderBorder; + ηm.rawSettings.imagePlaceholderBorder !== 'default' ? + ηm.rawSettings.imagePlaceholderBorder : + ηm.rawSettings.placeholderBorder; placeholders.imageBackground = - µm.rawSettings.imagePlaceholderBackground !== 'default' ? - µm.rawSettings.imagePlaceholderBackground : - µm.rawSettings.placeholderBackground; + ηm.rawSettings.imagePlaceholderBackground !== 'default' ? + ηm.rawSettings.imagePlaceholderBackground : + ηm.rawSettings.placeholderBackground; } placeholdersReadTime = Date.now(); } @@ -494,12 +494,12 @@ var lookupBlockedCollapsibles = function(tabId, requests) { placeholders: placeholders }; - var tabContext = µm.tabContextManager.lookup(tabId); + var tabContext = ηm.tabContextManager.lookup(tabId); if ( tabContext === null ) { return response; } - var pageStore = µm.pageStoreFromTabId(tabId); + var pageStore = ηm.pageStoreFromTabId(tabId); if ( pageStore !== null ) { pageStore.lookupBlockedCollapsibles(requests, response); } @@ -520,9 +520,9 @@ var onMessage = function(request, sender, callback) { } var tabId = sender && sender.tab ? sender.tab.id || 0 : 0, - tabContext = µm.tabContextManager.lookup(tabId), + tabContext = ηm.tabContextManager.lookup(tabId), rootHostname = tabContext && tabContext.rootHostname, - pageStore = µm.pageStoreFromTabId(tabId); + pageStore = ηm.pageStoreFromTabId(tabId); // Sync var response; @@ -539,20 +539,20 @@ var onMessage = function(request, sender, callback) { case 'mustRenderNoscriptTags?': if ( tabContext === null ) { break; } response = - µm.tMatrix.mustBlock(rootHostname, rootHostname, 'script') && - µm.tMatrix.evaluateSwitchZ('noscript-spoof', rootHostname); + ηm.tMatrix.mustBlock(rootHostname, rootHostname, 'script') && + ηm.tMatrix.evaluateSwitchZ('noscript-spoof', rootHostname); if ( pageStore !== null ) { pageStore.hasNoscriptTags = true; } // https://github.com/gorhill/uMatrix/issues/225 // A good place to force an update of the page title, as at // this point the DOM has been loaded. - µm.updateTitle(tabId); + ηm.updateTitle(tabId); break; case 'securityPolicyViolation': if ( request.directive === 'worker-src' ) { - var url = µm.URI.hostnameFromURI(request.blockedURI) !== '' ? + var url = ηm.URI.hostnameFromURI(request.blockedURI) !== '' ? request.blockedURI : request.documentURI; if ( pageStore !== null ) { @@ -560,7 +560,7 @@ var onMessage = function(request, sender, callback) { pageStore.recordRequest('script', url, true); } if ( tabContext !== null ) { - µm.logger.writeOne(tabId, 'net', rootHostname, url, 'worker', request.blocked); + ηm.logger.writeOne(tabId, 'net', rootHostname, url, 'worker', request.blocked); } } else if ( request.directive === 'script-src' ) { foundInlineCode(tabId, pageStore, request, 'script'); @@ -571,7 +571,7 @@ var onMessage = function(request, sender, callback) { case 'shutdown?': if ( tabContext !== null ) { - response = µm.tMatrix.evaluateSwitchZ('matrix-off', rootHostname); + response = ηm.tMatrix.evaluateSwitchZ('matrix-off', rootHostname); } break; @@ -597,7 +597,7 @@ vAPI.messaging.listen('contentscript.js', onMessage); /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -606,7 +606,7 @@ var onMessage = function(request, sender, callback) { switch ( request.what ) { case 'cloudGetOptions': vAPI.cloud.getOptions(function(options) { - options.enabled = µm.userSettings.cloudStorageEnabled === true; + options.enabled = ηm.userSettings.cloudStorageEnabled === true; callback(options); }); return; @@ -655,7 +655,7 @@ vAPI.messaging.listen('cloud-ui.js', onMessage); (function() { -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -673,22 +673,22 @@ var onMessage = function(request, sender, callback) { switch ( request.what ) { case 'getUserRules': response = { - temporaryRules: µm.tMatrix.toString(), - permanentRules: µm.pMatrix.toString() + temporaryRules: ηm.tMatrix.toString(), + permanentRules: ηm.pMatrix.toString() }; break; case 'setUserRules': if ( typeof request.temporaryRules === 'string' ) { - µm.tMatrix.fromString(request.temporaryRules); + ηm.tMatrix.fromString(request.temporaryRules); } if ( typeof request.permanentRules === 'string' ) { - µm.pMatrix.fromString(request.permanentRules); - µm.saveMatrix(); + ηm.pMatrix.fromString(request.permanentRules); + ηm.saveMatrix(); } response = { - temporaryRules: µm.tMatrix.toString(), - permanentRules: µm.pMatrix.toString() + temporaryRules: ηm.tMatrix.toString(), + permanentRules: ηm.pMatrix.toString() }; break; @@ -710,12 +710,12 @@ vAPI.messaging.listen('user-rules.js', onMessage); (function() { -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ var prepEntries = function(entries) { - var µmuri = µm.URI; + var ηmuri = ηm.URI; var entry; for ( var k in entries ) { if ( entries.hasOwnProperty(k) === false ) { @@ -723,8 +723,8 @@ var prepEntries = function(entries) { } entry = entries[k]; if ( typeof entry.homeURL === 'string' ) { - entry.homeHostname = µmuri.hostnameFromURI(entry.homeURL); - entry.homeDomain = µmuri.domainFromHostname(entry.homeHostname); + entry.homeHostname = ηmuri.hostnameFromURI(entry.homeURL); + entry.homeDomain = ηmuri.domainFromHostname(entry.homeHostname); } } }; @@ -733,11 +733,11 @@ var prepEntries = function(entries) { var getLists = function(callback) { var r = { - autoUpdate: µm.userSettings.autoUpdate, + autoUpdate: ηm.userSettings.autoUpdate, available: null, cache: null, - current: µm.liveHostsFiles, - blockedHostnameCount: µm.ubiquitousBlacklist.count + current: ηm.liveHostsFiles, + blockedHostnameCount: ηm.ubiquitousBlacklist.count }; var onMetadataReady = function(entries) { r.cache = entries; @@ -747,15 +747,15 @@ var getLists = function(callback) { var onAvailableHostsFilesReady = function(lists) { r.available = lists; prepEntries(r.available); - µm.assets.metadata(onMetadataReady); + ηm.assets.metadata(onMetadataReady); }; - µm.getAvailableHostsFiles(onAvailableHostsFilesReady); + ηm.getAvailableHostsFiles(onAvailableHostsFilesReady); }; /******************************************************************************/ var onMessage = function(request, sender, callback) { - var µm = µMatrix; + var ηm = ηMatrix; // Async switch ( request.what ) { @@ -771,15 +771,15 @@ var onMessage = function(request, sender, callback) { switch ( request.what ) { case 'purgeCache': - µm.assets.purge(request.assetKey); - µm.assets.remove('compiled/' + request.assetKey); + ηm.assets.purge(request.assetKey); + ηm.assets.remove('compiled/' + request.assetKey); break; case 'purgeAllCaches': if ( request.hard ) { - µm.assets.remove(/./); + ηm.assets.remove(/./); } else { - µm.assets.purge(/./, 'public_suffix_list.dat'); + ηm.assets.purge(/./, 'public_suffix_list.dat'); } break; @@ -801,7 +801,7 @@ vAPI.messaging.listen('hosts-files.js', onMessage); (function() { -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -819,13 +819,13 @@ var restoreUserData = function(userData) { vAPI.storage.set({ userMatrix: userData.rules }, onCountdown); vAPI.storage.set({ liveHostsFiles: userData.hostsFiles }, onCountdown); if ( userData.rawSettings instanceof Object ) { - µMatrix.saveRawSettings(userData.rawSettings, onCountdown); + ηMatrix.saveRawSettings(userData.rawSettings, onCountdown); } }; // If we are going to restore all, might as well wipe out clean local // storage - µm.XAL.keyvalRemoveAll(onAllRemoved); + ηm.XAL.keyvalRemoveAll(onAllRemoved); }; /******************************************************************************/ @@ -834,7 +834,7 @@ var resetUserData = function() { var onAllRemoved = function() { vAPI.app.restart(); }; - µm.XAL.keyvalRemoveAll(onAllRemoved); + ηm.XAL.keyvalRemoveAll(onAllRemoved); }; /******************************************************************************/ @@ -855,17 +855,17 @@ var onMessage = function(request, sender, callback) { app: vAPI.app.name, version: vAPI.app.version, when: Date.now(), - settings: µm.userSettings, - rules: µm.pMatrix.toString(), - hostsFiles: µm.liveHostsFiles, - rawSettings: µm.rawSettings + settings: ηm.userSettings, + rules: ηm.pMatrix.toString(), + hostsFiles: ηm.liveHostsFiles, + rawSettings: ηm.rawSettings }; break; case 'getSomeStats': response = { version: vAPI.app.version, - storageUsed: µm.storageUsed + storageUsed: ηm.storageUsed }; break; @@ -895,7 +895,7 @@ vAPI.messaging.listen('about.js', onMessage); /******************************************************************************/ -var µm = µMatrix, +var ηm = ηMatrix, loggerURL = vAPI.getURL('logger-ui.html'); /******************************************************************************/ @@ -913,32 +913,32 @@ var onMessage = function(request, sender, callback) { switch ( request.what ) { case 'readMany': if ( - µm.logger.ownerId !== undefined && - request.ownerId !== µm.logger.ownerId + ηm.logger.ownerId !== undefined && + request.ownerId !== ηm.logger.ownerId ) { response = { unavailable: true }; break; } var tabIds = {}; - for ( var tabId in µm.pageStores ) { - var pageStore = µm.pageStoreFromTabId(tabId); + for ( var tabId in ηm.pageStores ) { + var pageStore = ηm.pageStoreFromTabId(tabId); if ( pageStore === null ) { continue; } if ( pageStore.rawUrl.startsWith(loggerURL) ) { continue; } tabIds[tabId] = pageStore.title || pageStore.rawUrl; } response = { colorBlind: false, - entries: µm.logger.readAll(request.ownerId), - maxLoggedRequests: µm.userSettings.maxLoggedRequests, + entries: ηm.logger.readAll(request.ownerId), + maxLoggedRequests: ηm.userSettings.maxLoggedRequests, noTabId: vAPI.noTabId, tabIds: tabIds, - tabIdsToken: µm.pageStoresToken + tabIdsToken: ηm.pageStoresToken }; break; case 'releaseView': - if ( request.ownerId === µm.logger.ownerId ) { - µm.logger.ownerId = undefined; + if ( request.ownerId === ηm.logger.ownerId ) { + ηm.logger.ownerId = undefined; } break; diff --git a/js/pagestats.js b/js/pagestats.js index 37e94c7..eb9a172 100644 --- a/js/pagestats.js +++ b/js/pagestats.js @@ -24,11 +24,11 @@ /******************************************************************************/ -µMatrix.pageStoreFactory = (function() { +ηMatrix.pageStoreFactory = (function() { /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -99,7 +99,7 @@ var PageStore = function(tabContext) { this.hostnameTypeCells = new Map(); this.domains = new Set(); this.blockedCollapsibles = new BlockedCollapsibles(); - this.requestStats = µm.requestStatsFactory(); + this.requestStats = ηm.requestStatsFactory(); this.off = false; this.init(tabContext); }; @@ -164,11 +164,11 @@ PageStore.prototype = { }, lookupBlockedCollapsibles: function(request, response) { - var tabContext = µm.tabContextManager.lookup(this.tabId); + var tabContext = ηm.tabContextManager.lookup(this.tabId); if ( tabContext === null ) { return; } - var collapseBlacklisted = µm.userSettings.collapseBlacklisted, - collapseBlocked = µm.userSettings.collapseBlocked, + var collapseBlacklisted = ηm.userSettings.collapseBlacklisted, + collapseBlocked = ηm.userSettings.collapseBlocked, entry; var blockedResources = response.blockedResources; @@ -178,8 +178,8 @@ PageStore.prototype = { request.toFilter.length !== 0 ) { var roothn = tabContext.rootHostname, - hnFromURI = µm.URI.hostnameFromURI, - tMatrix = µm.tMatrix; + hnFromURI = ηm.URI.hostnameFromURI, + tMatrix = ηm.tMatrix; for ( entry of request.toFilter ) { if ( tMatrix.mustBlock(roothn, hnFromURI(entry.url), entry.type) === false ) { continue; @@ -209,7 +209,7 @@ PageStore.prototype = { // - remember which hostname/type were seen // - count the number of distinct URLs for any given // hostname-type pair - var hostname = µm.URI.hostnameFromURI(url), + var hostname = ηm.URI.hostnameFromURI(url), key = hostname + ' ' + type, uids = this.hostnameTypeCells.get(key); if ( uids === undefined ) { @@ -226,8 +226,8 @@ PageStore.prototype = { // https://github.com/gorhill/httpswitchboard/issues/306 // If it is recorded locally, record globally - µm.requestStats.record(type, block); - µm.updateBadgeAsync(this.tabId); + ηm.requestStats.record(type, block); + ηm.updateBadgeAsync(this.tabId); if ( block !== false ) { this.perLoadBlockedRequestCount++; diff --git a/js/profiler.js b/js/profiler.js index 732403c..8cd7fba 100644 --- a/js/profiler.js +++ b/js/profiler.js @@ -49,7 +49,7 @@ var quickProfiler = (function() { count += 1; time += (now - tstart); if ( (now - lastlog) >= period ) { - console.log('µMatrix> %s: %s ms (%d samples)', prompt, avg().toFixed(3), count); + console.log('ηMatrix> %s: %s ms (%d samples)', prompt, avg().toFixed(3), count); lastlog = now; } }; diff --git a/js/start.js b/js/start.js index 051e58f..3ebb6bd 100644 --- a/js/start.js +++ b/js/start.js @@ -32,7 +32,7 @@ /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; /******************************************************************************/ @@ -51,10 +51,10 @@ var processCallbackQueue = function(queue, callback) { /******************************************************************************/ var onAllDone = function() { - µm.webRequest.start(); + ηm.webRequest.start(); - µm.assets.addObserver(µm.assetObserver.bind(µm)); - µm.scheduleAssetUpdater(µm.userSettings.autoUpdate ? 7 * 60 * 1000 : 0); + ηm.assets.addObserver(ηm.assetObserver.bind(ηm)); + ηm.scheduleAssetUpdater(ηm.userSettings.autoUpdate ? 7 * 60 * 1000 : 0); vAPI.cloud.start([ 'myRulesPane' ]); }; @@ -67,7 +67,7 @@ var onTabsReady = function(tabs) { // console.debug('start.js > binding %d tabs', i); while ( i-- ) { tab = tabs[i]; - µm.tabContextManager.push(tab.id, tab.url, 'newURL'); + ηm.tabContextManager.push(tab.id, tab.url, 'newURL'); } onAllDone(); @@ -76,29 +76,29 @@ var onTabsReady = function(tabs) { /******************************************************************************/ var onUserSettingsLoaded = function() { - µm.loadHostsFiles(); + ηm.loadHostsFiles(); }; /******************************************************************************/ var onPSLReady = function() { - µm.loadUserSettings(onUserSettingsLoaded); - µm.loadRawSettings(); - µm.loadMatrix(); + ηm.loadUserSettings(onUserSettingsLoaded); + ηm.loadRawSettings(); + ηm.loadMatrix(); // rhill 2013-11-24: bind behind-the-scene virtual tab/url manually, since the // normal way forbid binding behind the scene tab. // https://github.com/gorhill/httpswitchboard/issues/67 - µm.pageStores[vAPI.noTabId] = µm.pageStoreFactory(µm.tabContextManager.mustLookup(vAPI.noTabId)); - µm.pageStores[vAPI.noTabId].title = vAPI.i18n('statsPageDetailedBehindTheScenePage'); + ηm.pageStores[vAPI.noTabId] = ηm.pageStoreFactory(ηm.tabContextManager.mustLookup(vAPI.noTabId)); + ηm.pageStores[vAPI.noTabId].title = vAPI.i18n('statsPageDetailedBehindTheScenePage'); vAPI.tabs.getAll(onTabsReady); }; /******************************************************************************/ -processCallbackQueue(µm.onBeforeStartQueue, function() { - µm.loadPublicSuffixList(onPSLReady); +processCallbackQueue(ηm.onBeforeStartQueue, function() { + ηm.loadPublicSuffixList(onPSLReady); }); /******************************************************************************/ diff --git a/js/storage.js b/js/storage.js index c2ece8f..5440176 100644 --- a/js/storage.js +++ b/js/storage.js @@ -26,30 +26,30 @@ /******************************************************************************/ -µMatrix.getBytesInUse = function() { - var µm = this; +ηMatrix.getBytesInUse = function() { + var ηm = this; var getBytesInUseHandler = function(bytesInUse) { - µm.storageUsed = bytesInUse; + ηm.storageUsed = bytesInUse; }; // Not all WebExtension implementations support getBytesInUse(). if ( typeof vAPI.storage.getBytesInUse === 'function' ) { vAPI.storage.getBytesInUse(null, getBytesInUseHandler); } else { - µm.storageUsed = undefined; + ηm.storageUsed = undefined; } }; /******************************************************************************/ -µMatrix.saveUserSettings = function() { +ηMatrix.saveUserSettings = function() { this.XAL.keyvalSetMany( this.userSettings, this.getBytesInUse.bind(this) ); }; -µMatrix.loadUserSettings = function(callback) { - var µm = this; +ηMatrix.loadUserSettings = function(callback) { + var ηm = this; if ( typeof callback !== 'function' ) { callback = this.noopFunc; @@ -58,9 +58,9 @@ var settingsLoaded = function(store) { // console.log('storage.js > loaded user settings'); - µm.userSettings = store; + ηm.userSettings = store; - callback(µm.userSettings); + callback(ηm.userSettings); }; vAPI.storage.get(this.userSettings, settingsLoaded); @@ -68,27 +68,27 @@ /******************************************************************************/ -µMatrix.loadRawSettings = function() { - var µm = this; +ηMatrix.loadRawSettings = function() { + var ηm = this; var onLoaded = function(bin) { if ( !bin || bin.rawSettings instanceof Object === false ) { return; } for ( var key of Object.keys(bin.rawSettings) ) { if ( - µm.rawSettings.hasOwnProperty(key) === false || - typeof bin.rawSettings[key] !== typeof µm.rawSettings[key] + ηm.rawSettings.hasOwnProperty(key) === false || + typeof bin.rawSettings[key] !== typeof ηm.rawSettings[key] ) { continue; } - µm.rawSettings[key] = bin.rawSettings[key]; + ηm.rawSettings[key] = bin.rawSettings[key]; } - µm.rawSettingsWriteTime = Date.now(); + ηm.rawSettingsWriteTime = Date.now(); }; vAPI.storage.get('rawSettings', onLoaded); }; -µMatrix.saveRawSettings = function(rawSettings, callback) { +ηMatrix.saveRawSettings = function(rawSettings, callback) { var keys = Object.keys(rawSettings); if ( keys.length === 0 ) { if ( typeof callback === 'function' ) { @@ -108,7 +108,7 @@ this.rawSettingsWriteTime = Date.now(); }; -µMatrix.rawSettingsFromString = function(raw) { +ηMatrix.rawSettingsFromString = function(raw) { var result = {}, lineIter = new this.LineIterator(raw), line, matches, name, value; @@ -152,7 +152,7 @@ this.saveRawSettings(result); }; -µMatrix.stringFromRawSettings = function() { +ηMatrix.stringFromRawSettings = function() { var out = []; for ( var key of Object.keys(this.rawSettings).sort() ) { out.push(key + ' ' + this.rawSettings[key]); @@ -163,21 +163,21 @@ /******************************************************************************/ // save white/blacklist -µMatrix.saveMatrix = function() { - µMatrix.XAL.keyvalSetOne('userMatrix', this.pMatrix.toString()); +ηMatrix.saveMatrix = function() { + ηMatrix.XAL.keyvalSetOne('userMatrix', this.pMatrix.toString()); }; /******************************************************************************/ -µMatrix.loadMatrix = function(callback) { +ηMatrix.loadMatrix = function(callback) { if ( typeof callback !== 'function' ) { callback = this.noopFunc; } - var µm = this; + var ηm = this; var onLoaded = function(bin) { if ( bin.hasOwnProperty('userMatrix') ) { - µm.pMatrix.fromString(bin.userMatrix); - µm.tMatrix.assign(µm.pMatrix); + ηm.pMatrix.fromString(bin.userMatrix); + ηm.tMatrix.assign(ηm.pMatrix); callback(); } }; @@ -186,7 +186,7 @@ /******************************************************************************/ -µMatrix.listKeysFromCustomHostsFiles = function(raw) { +ηMatrix.listKeysFromCustomHostsFiles = function(raw) { var out = new Set(), reIgnore = /^[!#]/, reValid = /^[a-z-]+:\/\/\S+/, @@ -202,12 +202,12 @@ /******************************************************************************/ -µMatrix.getAvailableHostsFiles = function(callback) { - var µm = this, +ηMatrix.getAvailableHostsFiles = function(callback) { + var ηm = this, availableHostsFiles = {}; // Custom filter lists. - var importedListKeys = this.listKeysFromCustomHostsFiles(µm.userSettings.externalHostsFiles), + var importedListKeys = this.listKeysFromCustomHostsFiles(ηm.userSettings.externalHostsFiles), i = importedListKeys.length, listKey, entry; while ( i-- ) { @@ -250,8 +250,8 @@ if ( entry.submitter !== 'user' ) { continue; } if ( dict.has(assetKey) ) { continue; } delete availableHostsFiles[assetKey]; - µm.assets.unregisterAssetSource(assetKey); - µm.assets.remove(assetKey); + ηm.assets.unregisterAssetSource(assetKey); + ηm.assets.remove(assetKey); } callback(availableHostsFiles); @@ -278,8 +278,8 @@ /******************************************************************************/ -µMatrix.loadHostsFiles = function(callback) { - var µm = µMatrix; +ηMatrix.loadHostsFiles = function(callback) { + var ηm = ηMatrix; var hostsFileLoadCount; if ( typeof callback !== 'function' ) { @@ -287,15 +287,15 @@ } var loadHostsFilesEnd = function() { - µm.ubiquitousBlacklist.freeze(); - vAPI.storage.set({ 'liveHostsFiles': µm.liveHostsFiles }); + ηm.ubiquitousBlacklist.freeze(); + vAPI.storage.set({ 'liveHostsFiles': ηm.liveHostsFiles }); vAPI.messaging.broadcast({ what: 'loadHostsFilesCompleted' }); - µm.getBytesInUse(); + ηm.getBytesInUse(); callback(); }; var mergeHostsFile = function(details) { - µm.mergeHostsFile(details); + ηm.mergeHostsFile(details); hostsFileLoadCount -= 1; if ( hostsFileLoadCount === 0 ) { loadHostsFilesEnd(); @@ -303,8 +303,8 @@ }; var loadHostsFilesStart = function(hostsFiles) { - µm.liveHostsFiles = hostsFiles; - µm.ubiquitousBlacklist.reset(); + ηm.liveHostsFiles = hostsFiles; + ηm.ubiquitousBlacklist.reset(); var locations = Object.keys(hostsFiles); hostsFileLoadCount = locations.length; @@ -315,7 +315,7 @@ hostsFileLoadCount -= 1; continue; } - µm.assets.get(location, mergeHostsFile); + ηm.assets.get(location, mergeHostsFile); } // https://github.com/gorhill/uMatrix/issues/2 @@ -330,7 +330,7 @@ /******************************************************************************/ -µMatrix.mergeHostsFile = function(details) { +ηMatrix.mergeHostsFile = function(details) { var usedCount = this.ubiquitousBlacklist.count; var duplicateCount = this.ubiquitousBlacklist.duplicateCount; @@ -346,7 +346,7 @@ /******************************************************************************/ -µMatrix.mergeHostsFileContent = function(rawText) { +ηMatrix.mergeHostsFileContent = function(rawText) { var rawEnd = rawText.length; var ubiquitousBlacklist = this.ubiquitousBlacklist; var reLocalhost = /(^|\s)(localhost\.localdomain|localhost|local|broadcasthost|0\.0\.0\.0|127\.0\.0\.1|::1|fe80::1%lo0)(?=\s|$)/g; @@ -405,8 +405,8 @@ // `switches` contains the filter lists for which the switch must be revisited. -µMatrix.selectHostsFiles = function(details, callback) { - var µm = this, +ηMatrix.selectHostsFiles = function(details, callback) { + var ηm = this, externalHostsFiles = this.userSettings.externalHostsFiles, i, n, assetKey; @@ -450,7 +450,7 @@ // existing stock list. var assetKeyFromURL = function(url) { var needle = url.replace(/^https?:/, ''); - var assets = µm.liveHostsFiles, asset; + var assets = ηm.liveHostsFiles, asset; for ( var assetKey in assets ) { asset = assets[assetKey]; if ( asset.content !== 'filters' ) { continue; } @@ -503,13 +503,13 @@ // `switches` contains the preset blacklists for which the switch must be // revisited. -µMatrix.reloadHostsFiles = function() { +ηMatrix.reloadHostsFiles = function() { this.loadHostsFiles(); }; /******************************************************************************/ -µMatrix.loadPublicSuffixList = function(callback) { +ηMatrix.loadPublicSuffixList = function(callback) { if ( typeof callback !== 'function' ) { callback = this.noopFunc; } @@ -526,7 +526,7 @@ /******************************************************************************/ -µMatrix.scheduleAssetUpdater = (function() { +ηMatrix.scheduleAssetUpdater = (function() { var timer, next = 0; return function(updateDelay) { if ( timer ) { @@ -547,14 +547,14 @@ timer = vAPI.setTimeout(function() { timer = undefined; next = 0; - µMatrix.assets.updateStart({ delay: 120000 }); + ηMatrix.assets.updateStart({ delay: 120000 }); }, updateDelay); }; })(); /******************************************************************************/ -µMatrix.assetObserver = function(topic, details) { +ηMatrix.assetObserver = function(topic, details) { // Do not update filter list if not in use. if ( topic === 'before-asset-updated' ) { if ( @@ -29,13 +29,13 @@ /******************************************************************************/ -var µm = µMatrix; +var ηm = ηMatrix; // https://github.com/gorhill/httpswitchboard/issues/303 // Some kind of trick going on here: // Any scheme other than 'http' and 'https' is remapped into a fake -// URL which trick the rest of µMatrix into being able to process an -// otherwise unmanageable scheme. µMatrix needs web page to have a proper +// URL which trick the rest of ηMatrix into being able to process an +// otherwise unmanageable scheme. ηMatrix needs web page to have a proper // hostname to work properly, so just like the 'behind-the-scene' // fake domain name, we map unknown schemes into a fake '{scheme}-scheme' // hostname. This way, for a specific scheme you can create scope with @@ -44,7 +44,7 @@ var µm = µMatrix; /******************************************************************************/ /******************************************************************************/ -µm.normalizePageURL = function(tabId, pageURL) { +ηm.normalizePageURL = function(tabId, pageURL) { if ( vAPI.isBehindTheSceneTabId(tabId) ) { return 'http://' + this.behindTheSceneScope + '/'; } @@ -140,7 +140,7 @@ housekeep itself. */ -µm.tabContextManager = (function() { +ηm.tabContextManager = (function() { var tabContexts = Object.create(null); // https://github.com/chrisaljoudi/uBlock/issues/1001 @@ -227,7 +227,7 @@ housekeep itself. if ( i < this.stack.length ) { this.stack.length = i; this.update(); - µm.bindTabToPageStats(this.tabId, 'newURL'); + ηm.bindTabToPageStats(this.tabId, 'newURL'); } }; @@ -251,11 +251,11 @@ housekeep itself. return; } this.rawURL = this.stack[this.stack.length - 1].url; - this.normalURL = µm.normalizePageURL(this.tabId, this.rawURL); - this.scheme = µm.URI.schemeFromURI(this.rawURL); - this.rootHostname = µm.URI.hostnameFromURI(this.normalURL); - this.rootDomain = µm.URI.domainFromHostname(this.rootHostname) || this.rootHostname; - this.secure = µm.URI.isSecureScheme(this.scheme); + this.normalURL = ηm.normalizePageURL(this.tabId, this.rawURL); + this.scheme = ηm.URI.schemeFromURI(this.rawURL); + this.rootHostname = ηm.URI.hostnameFromURI(this.normalURL); + this.rootDomain = ηm.URI.domainFromHostname(this.rootHostname) || this.rootHostname; + this.secure = ηm.URI.isSecureScheme(this.scheme); }; // Called whenever a candidate root URL is spotted for the tab. @@ -280,7 +280,7 @@ housekeep itself. this.commitTimer = vAPI.setTimeout(this.onCommit.bind(this), 1000); } this.update(); - µm.bindTabToPageStats(this.tabId, context); + ηm.bindTabToPageStats(this.tabId, context); }; // These are to be used for the API of the tab context manager. @@ -342,9 +342,9 @@ housekeep itself. var entry = new TabContext(vAPI.noTabId); entry.stack.push(new StackEntry('', true)); entry.rawURL = ''; - entry.normalURL = µm.normalizePageURL(entry.tabId); - entry.rootHostname = µm.URI.hostnameFromURI(entry.normalURL); - entry.rootDomain = µm.URI.domainFromHostname(entry.rootHostname) || entry.rootHostname; + entry.normalURL = ηm.normalizePageURL(entry.tabId); + entry.rootHostname = ηm.URI.hostnameFromURI(entry.normalURL); + entry.rootDomain = ηm.URI.domainFromHostname(entry.rootHostname) || entry.rootHostname; })(); // https://github.com/gorhill/uMatrix/issues/513 @@ -356,7 +356,7 @@ housekeep itself. var tabId = details.tabId; if ( vAPI.isBehindTheSceneTabId(tabId) ) { return; } push(tabId, details.url, 'newURL'); - µm.updateBadgeAsync(tabId); + ηm.updateBadgeAsync(tabId); }; // https://github.com/gorhill/uMatrix/issues/872 @@ -372,7 +372,7 @@ housekeep itself. }; vAPI.tabs.onClosed = function(tabId) { - µm.unbindTabFromPageStats(tabId); + ηm.unbindTabFromPageStats(tabId); var entry = tabContexts[tabId]; if ( entry instanceof TabContext ) { entry.destroy(); @@ -393,7 +393,7 @@ vAPI.tabs.registerListeners(); // Create an entry for the tab if it doesn't exist -µm.bindTabToPageStats = function(tabId, context) { +ηm.bindTabToPageStats = function(tabId, context) { this.updateBadgeAsync(tabId); // Do not create a page store for URLs which are of no interests @@ -454,7 +454,7 @@ vAPI.tabs.registerListeners(); /******************************************************************************/ -µm.unbindTabFromPageStats = function(tabId) { +ηm.unbindTabFromPageStats = function(tabId) { // Never unbind behind-the-scene page store. if ( vAPI.isBehindTheSceneTabId(tabId) ) { return; @@ -489,7 +489,7 @@ vAPI.tabs.registerListeners(); /******************************************************************************/ -µm.resurrectPageStore = function(tabId, pageURL) { +ηm.resurrectPageStore = function(tabId, pageURL) { if ( this.pageStoreCemetery.hasOwnProperty(tabId) === false ) { return null; } @@ -516,7 +516,7 @@ vAPI.tabs.registerListeners(); /******************************************************************************/ -µm.incineratePageStore = function(tabId, pageURL) { +ηm.incineratePageStore = function(tabId, pageURL) { if ( this.pageStoreCemetery.hasOwnProperty(tabId) === false ) { return; } @@ -542,18 +542,18 @@ vAPI.tabs.registerListeners(); /******************************************************************************/ -µm.pageStoreFromTabId = function(tabId) { +ηm.pageStoreFromTabId = function(tabId) { return this.pageStores[tabId] || null; }; // Never return null -µm.mustPageStoreFromTabId = function(tabId) { +ηm.mustPageStoreFromTabId = function(tabId) { return this.pageStores[tabId] || this.pageStores[vAPI.noTabId]; }; /******************************************************************************/ -µm.forceReload = function(tabId, bypassCache) { +ηm.forceReload = function(tabId, bypassCache) { vAPI.tabs.reload(tabId, bypassCache); }; @@ -565,7 +565,7 @@ vAPI.tabs.registerListeners(); // incrementally, as chromium overwrite the icon at some point without // notifying me, and this causes internal cached state to be out of sync. -µm.updateBadgeAsync = (function() { +ηm.updateBadgeAsync = (function() { var tabIdToTimer = Object.create(null); var updateBadge = function(tabId) { @@ -604,7 +604,7 @@ vAPI.tabs.registerListeners(); /******************************************************************************/ -µm.updateTitle = (function() { +ηm.updateTitle = (function() { var tabIdToTimer = Object.create(null); var tabIdToTryCount = Object.create(null); var delay = 499; @@ -623,7 +623,7 @@ vAPI.tabs.registerListeners(); return false; } tabIdToTryCount[tabId] = count - 1; - tabIdToTimer[tabId] = vAPI.setTimeout(updateTitle.bind(µm, tabId), delay); + tabIdToTimer[tabId] = vAPI.setTimeout(updateTitle.bind(ηm, tabId), delay); return true; }; @@ -677,11 +677,11 @@ vAPI.tabs.registerListeners(); var cleanup = function() { var vapiTabs = vAPI.tabs; - var tabIds = Object.keys(µm.pageStores).sort(); + var tabIds = Object.keys(ηm.pageStores).sort(); var checkTab = function(tabId) { vapiTabs.get(tabId, function(tab) { if ( !tab ) { - µm.unbindTabFromPageStats(tabId); + ηm.unbindTabFromPageStats(tabId); } }); }; diff --git a/js/traffic.js b/js/traffic.js index 3e6a6ac..1ca12cd 100644 --- a/js/traffic.js +++ b/js/traffic.js @@ -26,34 +26,34 @@ // Start isolation from global scope -µMatrix.webRequest = (function() { +ηMatrix.webRequest = (function() { /******************************************************************************/ // Intercept and filter web requests according to white and black lists. var onBeforeRootFrameRequestHandler = function(details) { - var µm = µMatrix; + var ηm = ηMatrix; var requestURL = details.url; - var requestHostname = µm.URI.hostnameFromURI(requestURL); + var requestHostname = ηm.URI.hostnameFromURI(requestURL); var tabId = details.tabId; - µm.tabContextManager.push(tabId, requestURL); + ηm.tabContextManager.push(tabId, requestURL); - var tabContext = µm.tabContextManager.mustLookup(tabId); + var tabContext = ηm.tabContextManager.mustLookup(tabId); var rootHostname = tabContext.rootHostname; // Disallow request as per matrix? - var block = µm.mustBlock(rootHostname, requestHostname, 'doc'); + var block = ηm.mustBlock(rootHostname, requestHostname, 'doc'); - var pageStore = µm.pageStoreFromTabId(tabId); + var pageStore = ηm.pageStoreFromTabId(tabId); pageStore.recordRequest('doc', requestURL, block); - µm.logger.writeOne(tabId, 'net', rootHostname, requestURL, 'doc', block); + ηm.logger.writeOne(tabId, 'net', rootHostname, requestURL, 'doc', block); // Not blocked if ( !block ) { // rhill 2013-11-07: Senseless to do this for behind-the-scene requests. - µm.cookieHunter.recordPageCookies(pageStore); + ηm.cookieHunter.recordPageCookies(pageStore); return; } @@ -74,12 +74,12 @@ var onBeforeRootFrameRequestHandler = function(details) { // Intercept and filter web requests according to white and black lists. var onBeforeRequestHandler = function(details) { - var µm = µMatrix, - µmuri = µm.URI, + var ηm = ηMatrix, + ηmuri = ηm.URI, requestURL = details.url, - requestScheme = µmuri.schemeFromURI(requestURL); + requestScheme = ηmuri.schemeFromURI(requestURL); - if ( µmuri.isNetworkScheme(requestScheme) === false ) { return; } + if ( ηmuri.isNetworkScheme(requestScheme) === false ) { return; } var requestType = requestTypeNormalizer[details.type] || 'other'; @@ -92,24 +92,24 @@ var onBeforeRequestHandler = function(details) { // Re-classify orphan HTTP requests as behind-the-scene requests. There is // not much else which can be done, because there are URLs - // which cannot be handled by µMatrix, i.e. `opera://startpage`, + // which cannot be handled by ηMatrix, i.e. `opera://startpage`, // as this would lead to complications with no obvious solution, like how // to scope on unknown scheme? Etc. // https://github.com/gorhill/httpswitchboard/issues/191 // https://github.com/gorhill/httpswitchboard/issues/91#issuecomment-37180275 - var tabContext = µm.tabContextManager.mustLookup(details.tabId), + var tabContext = ηm.tabContextManager.mustLookup(details.tabId), tabId = tabContext.tabId, rootHostname = tabContext.rootHostname, specificity = 0; // Filter through matrix - var block = µm.tMatrix.mustBlock( + var block = ηm.tMatrix.mustBlock( rootHostname, - µmuri.hostnameFromURI(requestURL), + ηmuri.hostnameFromURI(requestURL), requestType ); if ( block ) { - specificity = µm.tMatrix.specificityRegister; + specificity = ηm.tMatrix.specificityRegister; } // Record request. @@ -118,18 +118,18 @@ var onBeforeRequestHandler = function(details) { // processing has already been performed, and that a synthetic URL has // been constructed for logging purpose. Use this synthetic URL if // it is available. - var pageStore = µm.mustPageStoreFromTabId(tabId); + var pageStore = ηm.mustPageStoreFromTabId(tabId); // Enforce strict secure connection? - if ( tabContext.secure && µmuri.isSecureScheme(requestScheme) === false ) { + if ( tabContext.secure && ηmuri.isSecureScheme(requestScheme) === false ) { pageStore.hasMixedContent = true; if ( block === false ) { - block = µm.tMatrix.evaluateSwitchZ('https-strict', rootHostname); + block = ηm.tMatrix.evaluateSwitchZ('https-strict', rootHostname); } } pageStore.recordRequest(requestType, requestURL, block); - µm.logger.writeOne(tabId, 'net', rootHostname, requestURL, details.type, block); + ηm.logger.writeOne(tabId, 'net', rootHostname, requestURL, details.type, block); if ( block ) { pageStore.cacheBlockedCollapsible(requestType, requestURL, specificity); @@ -142,13 +142,13 @@ var onBeforeRequestHandler = function(details) { // Sanitize outgoing headers as per user settings. var onBeforeSendHeadersHandler = function(details) { - var µm = µMatrix, - µmuri = µm.URI, + var ηm = ηMatrix, + ηmuri = ηm.URI, requestURL = details.url, - requestScheme = µmuri.schemeFromURI(requestURL); + requestScheme = ηmuri.schemeFromURI(requestURL); // Ignore non-network schemes - if ( µmuri.isNetworkScheme(requestScheme) === false ) { return; } + if ( ηmuri.isNetworkScheme(requestScheme) === false ) { return; } // Re-classify orphan HTTP requests as behind-the-scene requests. There is // not much else which can be done, because there are URLs @@ -158,7 +158,7 @@ var onBeforeSendHeadersHandler = function(details) { // https://github.com/gorhill/httpswitchboard/issues/191 // https://github.com/gorhill/httpswitchboard/issues/91#issuecomment-37180275 var tabId = details.tabId, - pageStore = µm.mustPageStoreFromTabId(tabId), + pageStore = ηm.mustPageStoreFromTabId(tabId), requestType = requestTypeNormalizer[details.type] || 'other', requestHeaders = details.requestHeaders, headerIndex, headerValue; @@ -188,11 +188,11 @@ var onBeforeSendHeadersHandler = function(details) { if ( headerIndex !== -1 ) { headerValue = requestHeaders[headerIndex].value; if ( headerValue !== '' ) { - var block = µm.userSettings.processHyperlinkAuditing; + var block = ηm.userSettings.processHyperlinkAuditing; pageStore.recordRequest('other', requestURL + '{Ping-To:' + headerValue + '}', block); - µm.logger.writeOne(tabId, 'net', '', requestURL, 'ping', block); + ηm.logger.writeOne(tabId, 'net', '', requestURL, 'ping', block); if ( block ) { - µm.hyperlinkAuditingFoiledCounter += 1; + ηm.hyperlinkAuditingFoiledCounter += 1; return { 'cancel': true }; } } @@ -202,7 +202,7 @@ var onBeforeSendHeadersHandler = function(details) { // is to sanitize headers. var rootHostname = pageStore.pageHostname, - requestHostname = µmuri.hostnameFromURI(requestURL), + requestHostname = ηmuri.hostnameFromURI(requestURL), modified = false; // Process `Cookie` header. @@ -210,14 +210,14 @@ var onBeforeSendHeadersHandler = function(details) { headerIndex = headerIndexFromName('cookie', requestHeaders); if ( headerIndex !== -1 && - µm.mustBlock(rootHostname, requestHostname, 'cookie') + ηm.mustBlock(rootHostname, requestHostname, 'cookie') ) { modified = true; headerValue = requestHeaders[headerIndex].value; requestHeaders.splice(headerIndex, 1); - µm.cookieHeaderFoiledCounter++; + ηm.cookieHeaderFoiledCounter++; if ( requestType === 'doc' ) { - µm.logger.writeOne(tabId, 'net', '', headerValue, 'COOKIE', true); + ηm.logger.writeOne(tabId, 'net', '', headerValue, 'COOKIE', true); } } @@ -245,10 +245,10 @@ var onBeforeSendHeadersHandler = function(details) { if ( headerIndex !== -1 ) { headerValue = requestHeaders[headerIndex].value; if ( headerValue !== '' ) { - var toDomain = µmuri.domainFromHostname(requestHostname); - if ( toDomain !== '' && toDomain !== µmuri.domainFromURI(headerValue) ) { + var toDomain = ηmuri.domainFromHostname(requestHostname); + if ( toDomain !== '' && toDomain !== ηmuri.domainFromURI(headerValue) ) { pageStore.has3pReferrer = true; - if ( µm.tMatrix.evaluateSwitchZ('referrer-spoof', rootHostname) ) { + if ( ηm.tMatrix.evaluateSwitchZ('referrer-spoof', rootHostname) ) { modified = true; var newValue; if ( details.method === 'GET' ) { @@ -257,11 +257,11 @@ var onBeforeSendHeadersHandler = function(details) { } else { requestHeaders.splice(headerIndex, 1); } - µm.refererHeaderFoiledCounter++; + ηm.refererHeaderFoiledCounter++; if ( requestType === 'doc' ) { - µm.logger.writeOne(tabId, 'net', '', headerValue, 'REFERER', true); + ηm.logger.writeOne(tabId, 'net', '', headerValue, 'REFERER', true); if ( newValue !== undefined ) { - µm.logger.writeOne(tabId, 'net', '', newValue, 'REFERER', false); + ηm.logger.writeOne(tabId, 'net', '', newValue, 'REFERER', false); } } } @@ -286,7 +286,7 @@ var onBeforeSendHeadersHandler = function(details) { var onHeadersReceived = function(details) { // Ignore schemes other than 'http...' - var µm = µMatrix, + var ηm = ηMatrix, tabId = details.tabId, requestURL = details.url, requestType = requestTypeNormalizer[details.type] || 'other'; @@ -294,36 +294,36 @@ var onHeadersReceived = function(details) { // https://github.com/gorhill/uMatrix/issues/145 // Check if the main_frame is a download if ( requestType === 'doc' ) { - µm.tabContextManager.push(tabId, requestURL); + ηm.tabContextManager.push(tabId, requestURL); } - var tabContext = µm.tabContextManager.lookup(tabId); + var tabContext = ηm.tabContextManager.lookup(tabId); if ( tabContext === null ) { return; } var csp = [], cspReport = [], rootHostname = tabContext.rootHostname, - requestHostname = µm.URI.hostnameFromURI(requestURL); + requestHostname = ηm.URI.hostnameFromURI(requestURL); // Inline script tags. - if ( µm.mustAllow(rootHostname, requestHostname, 'script' ) !== true ) { - csp.push(µm.cspNoInlineScript); + if ( ηm.mustAllow(rootHostname, requestHostname, 'script' ) !== true ) { + csp.push(ηm.cspNoInlineScript); } // Inline style tags. - if ( µm.mustAllow(rootHostname, requestHostname, 'css' ) !== true ) { - csp.push(µm.cspNoInlineStyle); + if ( ηm.mustAllow(rootHostname, requestHostname, 'css' ) !== true ) { + csp.push(ηm.cspNoInlineStyle); } // https://bugzilla.mozilla.org/show_bug.cgi?id=1302667 - var cspNoWorker = µm.cspNoWorker; + var cspNoWorker = ηm.cspNoWorker; if ( cspNoWorker === undefined ) { cspNoWorker = cspNoWorkerInit(); } - if ( µm.tMatrix.evaluateSwitchZ('no-workers', rootHostname) ) { + if ( ηm.tMatrix.evaluateSwitchZ('no-workers', rootHostname) ) { csp.push(cspNoWorker); - } else if ( µm.rawSettings.disableCSPReportInjection === false ) { + } else if ( ηm.rawSettings.disableCSPReportInjection === false ) { cspReport.push(cspNoWorker); } @@ -342,7 +342,7 @@ var onHeadersReceived = function(details) { }); } if ( requestType === 'doc' ) { - µm.logger.writeOne(tabId, 'net', '', cspDirectives, 'CSP', false); + ηm.logger.writeOne(tabId, 'net', '', cspDirectives, 'CSP', false); } } @@ -368,10 +368,10 @@ var cspNoWorkerInit = function() { if ( vAPI.webextFlavor === undefined ) { return "child-src 'none'; frame-src data: blob: *; report-uri about:blank"; } - µMatrix.cspNoWorker = /^Mozilla-Firefox-5[67]/.test(vAPI.webextFlavor) ? + ηMatrix.cspNoWorker = /^Mozilla-Firefox-5[67]/.test(vAPI.webextFlavor) ? "child-src 'none'; frame-src data: blob: *; report-uri about:blank" : "worker-src 'none'; report-uri about:blank" ; - return µMatrix.cspNoWorker; + return ηMatrix.cspNoWorker; }; /******************************************************************************/ diff --git a/js/uritools.js b/js/uritools.js index 2e50fd2..f3ca554 100644 --- a/js/uritools.js +++ b/js/uritools.js @@ -34,7 +34,7 @@ Naming convention from https://en.wikipedia.org/wiki/URI_scheme#Examples /******************************************************************************/ -µMatrix.URI = (function() { +ηMatrix.URI = (function() { /******************************************************************************/ @@ -167,7 +167,7 @@ URI.set = function(uri) { this.fragment = matches[5] !== undefined ? matches[5].slice(1) : ''; // Assume very simple authority, i.e. just a hostname (highest likelihood - // case for µMatrix) + // case for ηMatrix) if ( reHostFromNakedAuthority.test(this.authority) ) { this.hostname = this.authority; this.port = ''; @@ -286,7 +286,7 @@ URI.hostnameFromURI = function(uri) { matches = reAuthorityFromURI.exec(uri); if ( matches === null ) { return ''; } var authority = matches[1].slice(2); - // Assume very simple authority (most common case for µBlock) + // Assume very simple authority (most common case for ηBlock) if ( reHostFromNakedAuthority.test(authority) ) { return authority.toLowerCase(); } @@ -421,7 +421,7 @@ URI.domainFromURI = function(uri) { /******************************************************************************/ -// Normalize the way µMatrix expects it +// Normalize the way ηMatrix expects it URI.normalizedURI = function() { // Will be removed: diff --git a/js/usersettings.js b/js/usersettings.js index b5c5b51..13715f8 100644 --- a/js/usersettings.js +++ b/js/usersettings.js @@ -24,7 +24,7 @@ /******************************************************************************/ -µMatrix.changeUserSettings = function(name, value) { +ηMatrix.changeUserSettings = function(name, value) { if ( typeof name !== 'string' || name === '' ) { return; } diff --git a/js/utils.js b/js/utils.js index 3b1d170..ccd5e88 100644 --- a/js/utils.js +++ b/js/utils.js @@ -24,13 +24,13 @@ /******************************************************************************/ -µMatrix.gotoURL = function(details) { +ηMatrix.gotoURL = function(details) { vAPI.tabs.open(details); }; /******************************************************************************/ -µMatrix.gotoExtensionURL = function(details) { +ηMatrix.gotoExtensionURL = function(details) { if ( details.url.startsWith('logger-ui.html') ) { if ( details.shiftKey ) { this.changeUserSettings( @@ -46,13 +46,13 @@ /******************************************************************************/ -µMatrix.LineIterator = function(text, offset) { +ηMatrix.LineIterator = function(text, offset) { this.text = text; this.textLen = this.text.length; this.offset = offset || 0; }; -µMatrix.LineIterator.prototype = { +ηMatrix.LineIterator.prototype = { next: function() { var lineEnd = this.text.indexOf('\n', this.offset); if ( lineEnd === -1 ) { @@ -85,7 +85,7 @@ /******************************************************************************/ -µMatrix.setToArray = typeof Array.from === 'function' ? +ηMatrix.setToArray = typeof Array.from === 'function' ? Array.from : function(dict) { var out = [], @@ -99,7 +99,7 @@ return out; }; -µMatrix.setFromArray = function(arr) { +ηMatrix.setFromArray = function(arr) { return new Set(arr); }; diff --git a/js/vapi-background.js b/js/vapi-background.js index 363733c..7a49e9d 100644 --- a/js/vapi-background.js +++ b/js/vapi-background.js @@ -80,7 +80,7 @@ var deferUntil = function(testFn, mainFn, details) { /******************************************************************************/ vAPI.app = { - name: 'uMatrix', + name: 'eMatrix', version: location.hash.slice(1) }; @@ -130,7 +130,7 @@ window.addEventListener('unload', function() { if ( cleanupTasks.length < expectedNumberOfCleanups ) { console.error( - 'uMatrix> Cleanup tasks performed: %s (out of %s)', + 'eMatrix> Cleanup tasks performed: %s (out of %s)', cleanupTasks.length, expectedNumberOfCleanups ); @@ -817,7 +817,7 @@ vAPI.tabs.get = function(tabId, callback) { var tabBrowser = getTabBrowser(win); // https://github.com/gorhill/uMatrix/issues/540 - // The `index` property is nowhere used by uMatrix at this point, so we + // The `index` property is nowhere used by eMatrix at this point, so we // will refrain from returning this information for the time being. callback({ @@ -1535,7 +1535,7 @@ vAPI.messaging.onMessage = function({target, data}) { return; } - console.error('uMatrix> messaging > unknown request: %o', data); + console.error('eMatrix> messaging > unknown request: %o', data); // Unhandled: // Need to callback anyways in case caller expected an answer, or @@ -1798,7 +1798,7 @@ var httpObserver = { try { this.componentRegistrar.unregisterFactory(this.classID, Components.manager.getClassObject(this.classID, Ci.nsIFactory)); } catch (ex) { - console.error('uMatrix> httpObserver > unable to unregister stale instance: ', ex); + console.error('eMatrix> httpObserver > unable to unregister stale instance: ', ex); } } @@ -1952,7 +1952,7 @@ var httpObserver = { // https://github.com/gorhill/uMatrix/issues/165 // https://developer.mozilla.org/en-US/Firefox/Releases/3.5/Updating_extensions#Getting_a_load_context_from_a_request - // Not sure `umatrix:shouldLoad` is still needed, uMatrix does not + // Not sure `ematrix:shouldLoad` is still needed, eMatrix does not // care about embedded frames topography. // Also: // https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox/Limitations_of_chrome_scripts @@ -2041,8 +2041,8 @@ var httpObserver = { // TODO: Find better place for this, needs to be set before onHeadersReceived.callback. // Web workers not blocked in Pale Moon as child-src currently unavailable, see: // https://github.com/MoonchildProductions/Pale-Moon/issues/949 - if ( µMatrix.cspNoWorker === undefined ) { - µMatrix.cspNoWorker = "child-src 'none'; frame-src data: blob: *; report-uri about:blank"; + if ( ηMatrix.cspNoWorker === undefined ) { + ηMatrix.cspNoWorker = "child-src 'none'; frame-src data: blob: *; report-uri about:blank"; } var result = vAPI.net.onHeadersReceived.callback({ @@ -2265,7 +2265,7 @@ vAPI.toolbarButton = { // Sanity check attempts = (attempts || 0) + 1; if ( attempts > 1/*000*/ ) { - //console.error('uMatrix> resizePopupDelayed: giving up after too many attempts'); + //console.error('eMatrix> resizePopupDelayed: giving up after too many attempts'); return false; } @@ -2381,7 +2381,7 @@ vAPI.toolbarButton = { } tbb.codePath = 'legacy'; - tbb.id = 'umatrix-legacy-button'; // NOTE: must match legacy-toolbar-button.css + tbb.id = 'ematrix-button'; // NOTE: must match legacy-toolbar-button.css tbb.viewId = tbb.id + '-panel'; var styleSheetUri = null; @@ -2411,7 +2411,7 @@ vAPI.toolbarButton = { }; var addLegacyToolbarButton = function(window) { - // uMatrix's stylesheet lazily added. + // eMatrix's stylesheet lazily added. if ( styleSheetUri === null ) { var sss = Cc["@mozilla.org/content/style-sheet-service;1"] .getService(Ci.nsIStyleSheetService); @@ -3108,7 +3108,7 @@ vAPI.contextMenu.remove = function() { /******************************************************************************/ var optionsObserver = (function() { - var addonId = 'uMatrix@raymondhill.net'; + var addonId = 'eMatrix@vannilla.org'; var commandHandler = function() { switch ( this.id ) { diff --git a/js/vapi-client.js b/js/vapi-client.js index fd77179..34a599f 100644 --- a/js/vapi-client.js +++ b/js/vapi-client.js @@ -34,8 +34,8 @@ /******************************************************************************/ // https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 -if ( self.vAPI === undefined || self.vAPI.uMatrix !== true ) { - self.vAPI = { uMatrix: true }; +if ( self.vAPI === undefined || self.vAPI.eMatrix !== true ) { + self.vAPI = { eMatrix: true }; } var vAPI = self.vAPI; @@ -167,7 +167,7 @@ vAPI.messaging = { this.pending.set(message.requestId, callback); } - sendAsyncMessage('umatrix:background', message); + sendAsyncMessage('ematrix:background', message); }, toggleListener: function({type, persisted}) { diff --git a/js/vapi-common.js b/js/vapi-common.js index 3b51d17..8ef49bd 100644 --- a/js/vapi-common.js +++ b/js/vapi-common.js @@ -38,8 +38,8 @@ const {Services} = Components.utils.import( ); // https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 -if ( self.vAPI === undefined || self.vAPI.uMatrix !== true ) { - self.vAPI = { uMatrix: true }; +if ( self.vAPI === undefined || self.vAPI.eMatrix !== true ) { + self.vAPI = { eMatrix: true }; } var vAPI = self.vAPI; @@ -20,11 +20,11 @@ uMatrix Home: https://github.com/gorhill/uMatrix */ -/* global chrome, µMatrix */ +/* global chrome, ηMatrix */ /******************************************************************************/ -µMatrix.XAL = (function(){ +ηMatrix.XAL = (function(){ /******************************************************************************/ diff --git a/locale/ar/messages.properties b/locale/ar/messages.properties index a60fc2e..528c5dd 100644 --- a/locale/ar/messages.properties +++ b/locale/ar/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — لوحة التحكم -loggerPageName=uMatrix — المسجل +extName=eMatrix +dashboardPageName=eMatrix — لوحة التحكم +loggerPageName=eMatrix — المسجل settingsPageName=الإعدادات privacyPageName=خصوصية statsPageName=الإحصائيات @@ -33,7 +33,7 @@ matrixRevertAllEntry=إعادة كافة التغييرات المؤقتة matrixLoggerMenuEntry=الذهاب إلى مسجل matrixDashboardMenuEntry=انتقل إلى لوحة التحكم الرئيسية matrixNoTabFound=لم يتم العثور على أي صفحة ويب -statsPageTitle=uMatrix – إحصائيات +statsPageTitle=eMatrix – إحصائيات statsPageGenericStats=إحصاءات عامة statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP ملف تعريف الارتباط</a> أحبطت foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP تشير</a> headers أحبطت: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=الآخرين statsPageDetailed=مسجل statsPageLogSizePrompt1=تذكر الماضي statsPageLogSizePrompt2=HTTP طلبات <b>لكل صفحة</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=تحديث الصفحة -settingsPageTitle=uMatrix – إعدادات +settingsPageTitle=eMatrix – إعدادات settingsMatrixDisplayHeader=مظهر settingsMatrixDisplayTextSizePrompt=حجم الخط: settingsMatrixDisplayTextSizeNormal=عادي @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=عند إغلاق مصفوفة، وذكية تح settingsMatrixAutoReloadNone=لا شيء settingsMatrixAutoReloadCurrent=قائم settingsMatrixAutoReloadAll=الكل -settingsMatrixAutoReloadInfo=كلما قمت بإجراء تغييرات في المصفوفة التي يمكن أن تؤثر على العرض و/ أو سلوك صفحة واحدة أو أكثر،<i>uMatrix</i>سوف تحميل صفحات المتضررة تلقائيا عند إغلاق المصفوفة. +settingsMatrixAutoReloadInfo=كلما قمت بإجراء تغييرات في المصفوفة التي يمكن أن تؤثر على العرض و/ أو سلوك صفحة واحدة أو أكثر،<i>eMatrix</i>سوف تحميل صفحات المتضررة تلقائيا عند إغلاق المصفوفة. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=الشفافية settingsIconBadgeEnabled=عرض عدد من طلبات متميزة على أيقونة @@ -86,9 +86,9 @@ settingsCollapseBlocked=انهيار نائبا من عناصر المحظورة settingsCollapseBlacklisted=تقليص مكان العناصر المدرجة في القائمة السوداء settingsNoscriptTagsSpoofed=محاكات وسمات <code><noscript></code> عند حظر سكريبتات الطرف الأول settingsCloudStorageEnabled=تمكين سحابة دعم التخزين -privacyPageTitle=uMatrix – الخصوصية +privacyPageTitle=eMatrix – الخصوصية privacyDeleteBlockedCookiesPrompt=حذف ملفات تعريف الارتباط المحظورة. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=حذف ملفات تعريف الارتباط جلسة privacyDeleteNonBlockedSessionCookiesPrompt2= دقيقة بعد آخر مرة استخدمت فيها. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=مخبأ المتصفح واضح كل privacyClearCachePrompt2=دقائق. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup style='font-size:smaller'>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup style='font-size:smaller'>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=<p>From Wikipedia:</p><blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote><p>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=<p>From Wikipedia:</p><blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote><p>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: لا سمح المحتوى المختلط. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=مخبأ تطهير hostsFilesExternalListNew=يوجد إصدار جديد hostsFilesExternalListObsolete=عفا عليها الزمن rawSettingsWarning=تحذير! غير إعدادات الضبط الخام على مسؤوليتك الخاصة. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>تغيير log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>تغيير log</a> aboutStorageUsed=التخزين المستخدمة: {{storageUsed}} بايت -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>توثيق</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>توثيق</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>ضوابط</a> aboutCode=شفرة المصدر (GPLv3) aboutIssues=الخطا وقضايا @@ -142,7 +142,7 @@ aboutUserDataHeader=البيانات الخاصة بك aboutBackupButton=النسخ الاحتياطي لملف... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=استعادة من ملف... -aboutRestoreConfirm=سيتم الكتابة فوق كل ما تبذلونه من إعدادات استخدام البيانات احتياطيا على {{time}}، \n\nوسوف uMatrix إعادة تشغيل. الكتابة عن الإعدادات الموجودة باستخدام البيانات احتياطيا؟? +aboutRestoreConfirm=سيتم الكتابة فوق كل ما تبذلونه من إعدادات استخدام البيانات احتياطيا على {{time}}، \n\nوسوف eMatrix إعادة تشغيل. الكتابة عن الإعدادات الموجودة باستخدام البيانات احتياطيا؟? aboutRestoreError=البيانات لا يمكن قراءة أو غير صالح aboutOr=... او ... aboutResetButton=إعادة تعيين إلى الإعدادات الافتراضية @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=حذف الارتباط: {{value}} loggerEntryDeleteCookieError=فشل في حذف الارتباط: {{value}} loggerEntryBrowserCacheCleared=مخبأ المتصفح مسح loggerEntryAssetUpdated=الأصول تحديث: {{value}} -mainBlockedPrompt1=منعت uMatrix على الصفحة التالية من التحميل: +mainBlockedPrompt1=منعت eMatrix على الصفحة التالية من التحميل: mainBlockedPrompt2=بسبب القاعدة التالية mainBlockedBack=الرجوع للخلف mainBlockedClose=مغلق diff --git a/locale/bg/messages.properties b/locale/bg/messages.properties index 54de2c6..9e331c2 100644 --- a/locale/bg/messages.properties +++ b/locale/bg/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Tабло -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Tабло +loggerPageName=eMatrix — Logger settingsPageName=Настройки privacyPageName=Поверителност statsPageName=Статистика @@ -33,7 +33,7 @@ matrixRevertAllEntry=Отмяна на всички временни проме matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Към контролното табло matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Статистика +statsPageTitle=eMatrix – Статистика statsPageGenericStats=Обща статистика statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Други statsPageDetailed=Logger statsPageLogSizePrompt1=Запомняне на последното statsPageLogSizePrompt2=HTTP заявки <b>за страница</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Опресняване -settingsPageTitle=uMatrix – Настройки +settingsPageTitle=eMatrix – Настройки settingsMatrixDisplayHeader=Изглед settingsMatrixDisplayTextSizePrompt=Големина на текста: settingsMatrixDisplayTextSizeNormal=Нормален @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Затваряйки матрицата, запо settingsMatrixAutoReloadNone=None settingsMatrixAutoReloadCurrent=Текуща версия settingsMatrixAutoReloadAll=Всичко -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Блокирани рамки: Цвят settingsSubframeOpacity=Непрозрачност settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Поверителност +privacyPageTitle=eMatrix – Поверителност privacyDeleteBlockedCookiesPrompt=Изтриване на блокираните бисквитки. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Изтриване на неблокираните бисквитки за сесията privacyDeleteNonBlockedSessionCookiesPrompt2= минути след последната употреба. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Изтрийте съдържанието privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Изчиства кеша на браузъра на всеки privacyClearCachePrompt2=минути. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Само HTTPS: забранено е смесено съдържание. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=очистване на кеша hostsFilesExternalListNew=налична е нова версия hostsFilesExternalListObsolete=остаряло rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Документация</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Позволения</a> aboutCode=Изходен код (GPLv3) aboutIssues=Бъгове и проблеми @@ -142,7 +142,7 @@ aboutUserDataHeader=Вашите данни aboutBackupButton=Правене на резервно копие... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Възстановяване от файл... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=Данните не могат да се прочетат или имат грешки aboutOr=... или ... aboutResetButton=Нулиране до първоначалните настройки @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=бисквитката е изтрита: {{value}} loggerEntryDeleteCookieError=пропадна изтриването на бисквитката: {{value}} loggerEntryBrowserCacheCleared=кешът в браузъра е изчистен loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix попречи зареждането на следната страница: +mainBlockedPrompt1=eMatrix попречи зареждането на следната страница: mainBlockedPrompt2=Заради следното правило mainBlockedBack=Обратно mainBlockedClose=Затваряне diff --git a/locale/bn/messages.properties b/locale/bn/messages.properties index d3f39b3..a27f9be 100644 --- a/locale/bn/messages.properties +++ b/locale/bn/messages.properties @@ -1,6 +1,6 @@ extName=uম্যাট্রিক্স dashboardPageName=uম্যাট্রিক্স — ড্যাশবোর্ড -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=সেটিংস privacyPageName=গোপনীয়তা statsPageName=পরিসংখ্যান @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=ক্যাশে শোধন করুন hostsFilesExternalListNew=নতুন সংস্করণ উপলব্ধ hostsFilesExternalListObsolete=পুরোনো rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>পরিবর্তন লগ</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>পরিবর্তন লগ</a> aboutStorageUsed=সংগ্রহস্থল ব্যবহার: {{storageUsed}} বাইট -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>নথিপত্র</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>নথিপত্র</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>অনুমতি</a> aboutCode=উত্স কোড (GPLv৩) aboutIssues=বাগ ও ইস্যু diff --git a/locale/cs/messages.properties b/locale/cs/messages.properties index 9dedc16..b176fde 100644 --- a/locale/cs/messages.properties +++ b/locale/cs/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix dashboardPageName=µMatrix – Ovládací panel -loggerPageName=uMatrix - logování +loggerPageName=eMatrix - logování settingsPageName=Nastavení privacyPageName=Soukromí statsPageName=Statistiky @@ -61,7 +61,7 @@ statsPageOthers=Ostatní statsPageDetailed=Záznam spojení statsPageLogSizePrompt1=Pamatovat posledních statsPageLogSizePrompt2=HTTP spojení <b>na stránku</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Obnovit settingsPageTitle=µMatrix – Nastavení settingsMatrixDisplayHeader=Vzhled @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Obnovit tyto stránky, jakmile je zavřena matice settingsMatrixAutoReloadNone=Žádné settingsMatrixAutoReloadCurrent=Aktuální settingsMatrixAutoReloadAll=Všechny -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blokované rámce: Barva settingsSubframeOpacity=Neprůhlednost settingsIconBadgeEnabled=Zobrazit počet blokovaných požadavků u ikony @@ -88,7 +88,7 @@ settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party sc settingsCloudStorageEnabled=Zapnout podporu cloudového úložiště privacyPageTitle=µMatrix – Soukromí privacyDeleteBlockedCookiesPrompt=Mazat zablokované cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Mazat neblokované cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minut po posledním použití. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,7 +96,7 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Mazat vyrovnávací paměť prohlížeče každých privacyClearCachePrompt2=minut. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. privacyProcessRefererHelp=Z Wikipedie:<blockquote>HTTP referer je v informatice označení pro URI, ze kterého byla webová stránka navštívena. Údaj HTTP referrer zapisuje webový prohlížeč do hlavičky HTTP dotazu pro webový server, který ho může dále zpracovat. <b>Dereferrer označuje činnost, při které je ze žádosti o webovou stránku odstraněn HTTP referrer, takže není možné zjistit, odkud uživatel na webovou stránku přišel.</b></blockquote>Pokud je toto zakliknuto, <i>µMatrix</i> bude spoofovat informace o HTTP referrer pokud je jméno domény HTTP referreru třetí strany v kontextu s požadavkem. privacyNoMixedContentPrompt=Striktní HTTPS: zakázat smíšený obsah. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=vyčistit cache hostsFilesExternalListNew=nová verze k dispozici hostsFilesExternalListObsolete=zastaralé rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Přehled změn</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Přehled změn</a> aboutStorageUsed=Použité místo: {{storageUsed}} bajtů -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentace</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentace</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Oprávnění</a> aboutCode=Zdrojový kód (GPLv3) aboutIssues=Chyby a problémy diff --git a/locale/da/messages.properties b/locale/da/messages.properties index 6dec269..4bc710f 100644 --- a/locale/da/messages.properties +++ b/locale/da/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Kontrolpanel -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Kontrolpanel +loggerPageName=eMatrix — Logger settingsPageName=Indstillinger privacyPageName=Privatliv statsPageName=Statistik @@ -33,7 +33,7 @@ matrixRevertAllEntry=Tilbagestil alle midlertidige ændringer matrixLoggerMenuEntry=Gå til logger matrixDashboardMenuEntry=Gå til kontrolpanel matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistik +statsPageTitle=eMatrix – Statistik statsPageGenericStats=Generisk statistik statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP-cookie</a>-headere forhindret: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a>-headere forhindret: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Andre statsPageDetailed=Logger statsPageLogSizePrompt1=Husk de sidste statsPageLogSizePrompt2=HTTP-forespørgsler <b>per side</b>. -statsPageLogSizeHelp=<p>Du kan inspicerer detaljerne for de seneste "rå" HTTP-forespørgsler, der er blevet foretaget af en webside (se nedenfor).</p><p>Dette er mest nyttigt for erfarne brugere, der ønsker at undersøge præcis hvad en webside har lavet. Men logningen af disse HTTP-forespørgsler kræver hukommelse, så hvis du er ligeglad med denne tekniske information, er det øgede forbrug af hukommelse spildt.</p><p>Derfor dette felt, som lader dig justere det maskimale antal nyeste HTTP-forespørgsler, som skal logges til yderligere inspektion.</p><p>Skriv “<code>0</code>” for at slå detaljeret logning fra (og dermed reducere hukommelsesforbruget for <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Du kan inspicerer detaljerne for de seneste "rå" HTTP-forespørgsler, der er blevet foretaget af en webside (se nedenfor).</p><p>Dette er mest nyttigt for erfarne brugere, der ønsker at undersøge præcis hvad en webside har lavet. Men logningen af disse HTTP-forespørgsler kræver hukommelse, så hvis du er ligeglad med denne tekniske information, er det øgede forbrug af hukommelse spildt.</p><p>Derfor dette felt, som lader dig justere det maskimale antal nyeste HTTP-forespørgsler, som skal logges til yderligere inspektion.</p><p>Skriv “<code>0</code>” for at slå detaljeret logning fra (og dermed reducere hukommelsesforbruget for <i>eMatrix</i>).</p> statsPageRefresh=Genindlæs -settingsPageTitle=uMatrix – Indstillinger +settingsPageTitle=eMatrix – Indstillinger settingsMatrixDisplayHeader=Udseende settingsMatrixDisplayTextSizePrompt=Skriftstørrelse: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Genindlæs disse faner "smart", når matricen er settingsMatrixAutoReloadNone=Ingen settingsMatrixAutoReloadCurrent=Nuværende settingsMatrixAutoReloadAll=Alle -settingsMatrixAutoReloadInfo=Hver gang du ændrer noget i matricen, der kan have indflydelse på en eller flere siders udseende eller adfærd, vil <i>uMatrix</i> automatisk genindlæse de påvirkede sider, når du lukker matricen. +settingsMatrixAutoReloadInfo=Hver gang du ændrer noget i matricen, der kan have indflydelse på en eller flere siders udseende eller adfærd, vil <i>eMatrix</i> automatisk genindlæse de påvirkede sider, når du lukker matricen. settingsSubframeColor=Blokerede frames: Farve settingsSubframeOpacity=Uigennemsigtighed settingsIconBadgeEnabled=Vis antal separate forespørgsler på ikonet @@ -86,9 +86,9 @@ settingsCollapseBlocked=Sammenfold pladsholder for blokerede elementer settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Aktiver lagring i skyen -privacyPageTitle=uMatrix – Privatliv +privacyPageTitle=eMatrix – Privatliv privacyDeleteBlockedCookiesPrompt=Slet blokerede cookies. -privacyDeleteBlockedCookiesHelp=<p>Sortlistede cookies bliver ikke forhindret af <i>uMatrix</i> i at trænge ind i din browser. Derimod bliver de forhindret i at forlade din browser igen, hvilket faktisk er det vigtige. Ved ikke at blokere cookies inden de trænger ind i din browser, gøres det muligt for brugeren at undersøge indholdet og antallet af de cookies diverse websteder placerer i din browser.</p><p>Når disse sortlistede cookies er blevet undersøgt af <i>uMatrix</i>, kan de blive slettet, hvis brugeren ønsker det.</p><p><b>Vigtig bemærkning:</b> Udvidelser kan benytte sig af cookies i deres helt legale webkommunikation. Hvis det værtsnavn, som en cookie kommer fra, ikke er hvidlistet, vil denne cookie blive fjernet fra browseren af <i>uMatrix</i>, hvis denne indstilling er slået til. Du skal derfor sikre dig, at de værtsnavne, som en udvidelse kommunikerer med, er hvidlistede.</p> +privacyDeleteBlockedCookiesHelp=<p>Sortlistede cookies bliver ikke forhindret af <i>eMatrix</i> i at trænge ind i din browser. Derimod bliver de forhindret i at forlade din browser igen, hvilket faktisk er det vigtige. Ved ikke at blokere cookies inden de trænger ind i din browser, gøres det muligt for brugeren at undersøge indholdet og antallet af de cookies diverse websteder placerer i din browser.</p><p>Når disse sortlistede cookies er blevet undersøgt af <i>eMatrix</i>, kan de blive slettet, hvis brugeren ønsker det.</p><p><b>Vigtig bemærkning:</b> Udvidelser kan benytte sig af cookies i deres helt legale webkommunikation. Hvis det værtsnavn, som en cookie kommer fra, ikke er hvidlistet, vil denne cookie blive fjernet fra browseren af <i>eMatrix</i>, hvis denne indstilling er slået til. Du skal derfor sikre dig, at de værtsnavne, som en udvidelse kommunikerer med, er hvidlistede.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Slet ikke-blokerede session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutter efter de sidst er blevet brugt. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>:“A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Forvent at dette <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>ikke altid sker</a> i alle browsere. For nogen kan det også være et problem, at man skal lukke sin browser helt før disse cookies slettes.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Slet <a href='https://en.wikipedia.org/wi privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Slet browser cache hvert privacyClearCachePrompt2=minutter. -privacyClearCacheHelp=<p>Nogle hjemmesider er meget opsatte på at tracke din færden på internettet, faktisk så meget at de er villige til at benytte sig af ikke-så-flinke metoder til at omgå de tiltag du tager for at beskytte dig selv mod tracking.</p><p>Nogle af disse metoder benytter sig af<sup style='font-size:smaller'>[1, 2]</sup> af din <a href='https://en.wikipedia.org/wiki/Web_cache'>browsers cache</a>, hvis indhold ofte bliver gemt meget længe, og ydermere er der nogle brugere der ikke sletter deres browers cache ofte.</p><p>Der er ikke rigtigt nogen negative effekter ved at slette din browers cache ofte (højst sandsynligt vil du ikke opdage det), men derimod er gevinsten stor ift. at stoppe trackers fra at invadere dit privatliv.</p><p>Vælg denne indstilling, hvis du vil have <i>uMatrix</i> til at slette din browsers cache for dig, så ofte du ønsker det.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Nogle hjemmesider er meget opsatte på at tracke din færden på internettet, faktisk så meget at de er villige til at benytte sig af ikke-så-flinke metoder til at omgå de tiltag du tager for at beskytte dig selv mod tracking.</p><p>Nogle af disse metoder benytter sig af<sup style='font-size:smaller'>[1, 2]</sup> af din <a href='https://en.wikipedia.org/wiki/Web_cache'>browsers cache</a>, hvis indhold ofte bliver gemt meget længe, og ydermere er der nogle brugere der ikke sletter deres browers cache ofte.</p><p>Der er ikke rigtigt nogen negative effekter ved at slette din browers cache ofte (højst sandsynligt vil du ikke opdage det), men derimod er gevinsten stor ift. at stoppe trackers fra at invadere dit privatliv.</p><p>Vælg denne indstilling, hvis du vil have <i>eMatrix</i> til at slette din browsers cache for dig, så ofte du ønsker det.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Forfalsk<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string fra tredjeparts forespørgsler. -privacyProcessRefererHelp=<p>Fra Wikipedia:</p><blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote><p>Hvis denne indstilling vælges, <i>vil uMatrix</i> forfalske den information som HTTP referreren indeholder, hvis netanmodningen om HTTP referreren kommer fra en tredjepart. +privacyProcessRefererHelp=<p>Fra Wikipedia:</p><blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote><p>Hvis denne indstilling vælges, <i>vil eMatrix</i> forfalske den information som HTTP referreren indeholder, hvis netanmodningen om HTTP referreren kommer fra en tredjepart. privacyNoMixedContentPrompt=Streng HTTPS: forbyd blandet indhold. privacyNoMixedContentHelp=<p>Fra <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Bloker alle <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>hyperlink overvågnings</a>forsøg. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=Slet cache hostsFilesExternalListNew=Ny version tilgængelig hostsFilesExternalListObsolete=Forældet rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Lagerplads brugt: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tilladelser</a> aboutCode=Source code (GPLv3) aboutIssues=Fejl og problemer @@ -142,7 +142,7 @@ aboutUserDataHeader=Din data aboutBackupButton=Backup til fil... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Gendan fra fil... -aboutRestoreConfirm=Alle dine indstillinger vil blive overskrevet med data fra backupfilen fra {{time}}, herefter vil uMatrix genstarte.\n\nGendan fra backupfilen? +aboutRestoreConfirm=Alle dine indstillinger vil blive overskrevet med data fra backupfilen fra {{time}}, herefter vil eMatrix genstarte.\n\nGendan fra backupfilen? aboutRestoreError=Dataen er enten ugyldig eller kunne ikke læses aboutOr=... eller ... aboutResetButton=Gendan til fabriksindstillinger @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie slettet: {{value}} loggerEntryDeleteCookieError=Mislykkedes med at slette cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache slettet loggerEntryAssetUpdated=Komponenter opdateret: {{value}} -mainBlockedPrompt1=uMatrix har blokeret den følgende webside: +mainBlockedPrompt1=eMatrix har blokeret den følgende webside: mainBlockedPrompt2=På grund af den følgende regel mainBlockedBack=Tilbage mainBlockedClose=Luk diff --git a/locale/de/messages.properties b/locale/de/messages.properties index ba60121..3ed6be9 100644 --- a/locale/de/messages.properties +++ b/locale/de/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Dashboard -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Dashboard +loggerPageName=eMatrix — Logger settingsPageName=Einstellungen privacyPageName=Privatsphäre statsPageName=Statistiken @@ -61,9 +61,9 @@ statsPageOthers=Andere statsPageDetailed=Protokoll der Anfragen statsPageLogSizePrompt1=Speichere die letzten statsPageLogSizePrompt2=HTTP Anfragen <b>pro Seite</b>. -statsPageLogSizeHelp=<p>Die Details der letzten HTTP Anfragen einer Webseite kannst du dir unten anschauen.</p><p>Das ist besonders nützlich für neugierige bzw. erfahrene Benutzer, die genau wissen wollen, was eine Webseite gemacht hat. Allerdings benötigt das Logging dieser HTTP Anfragen Arbeitsspeicher, und wenn du an diesen detaillierten Informationen nicht interessiert bist, belegst du diesen Speicher unnötigerweise.</p><p>Daher lässt sich mit diesem Feld die maximale Zahl der letzten HTTP Anfragen, die aufgezeichnet werden sollen, festlegen.<p><p>Gib “<code>0</code>” ein, um dieses detaillierte Logging ganz abzuschalten (und entsprechend die Speicherbelegung von <i>uMatrix</i> zu reduzieren).</p> +statsPageLogSizeHelp=<p>Die Details der letzten HTTP Anfragen einer Webseite kannst du dir unten anschauen.</p><p>Das ist besonders nützlich für neugierige bzw. erfahrene Benutzer, die genau wissen wollen, was eine Webseite gemacht hat. Allerdings benötigt das Logging dieser HTTP Anfragen Arbeitsspeicher, und wenn du an diesen detaillierten Informationen nicht interessiert bist, belegst du diesen Speicher unnötigerweise.</p><p>Daher lässt sich mit diesem Feld die maximale Zahl der letzten HTTP Anfragen, die aufgezeichnet werden sollen, festlegen.<p><p>Gib “<code>0</code>” ein, um dieses detaillierte Logging ganz abzuschalten (und entsprechend die Speicherbelegung von <i>eMatrix</i> zu reduzieren).</p> statsPageRefresh=Neu laden -settingsPageTitle=uMatrix – Einstellungen +settingsPageTitle=eMatrix – Einstellungen settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Schriftgröße: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Intelligentes Neuladen folgender Tabs beim Schlie settingsMatrixAutoReloadNone=Keine settingsMatrixAutoReloadCurrent=den Aktuellen settingsMatrixAutoReloadAll=Alle -settingsMatrixAutoReloadInfo=Immer wenn du Änderungen in der Matrix durchführst, die die Anzeige und/oder das Verhalten einer oder mehrerer Seiten beeinflusst, wird <i>uMatrix</i> die betroffenen Seiten automatisch neu laden, sobald du die Matrix schließt. +settingsMatrixAutoReloadInfo=Immer wenn du Änderungen in der Matrix durchführst, die die Anzeige und/oder das Verhalten einer oder mehrerer Seiten beeinflusst, wird <i>eMatrix</i> die betroffenen Seiten automatisch neu laden, sobald du die Matrix schließt. settingsSubframeColor=Blockierte Frames: Farbe settingsSubframeOpacity=Undurchsuchtigkeit settingsIconBadgeEnabled=Zeige die Zahl der einzelnen Anfragen auf dem Icon an @@ -86,9 +86,9 @@ settingsCollapseBlocked=Verstecke die Platzhalter für blockierte Elemente settingsCollapseBlacklisted=Verstecke die Platzhalter für Elemente auf der Blacklist settingsNoscriptTagsSpoofed=Verschleiere <code><noscript></code> Tags wenn Skripte der aktuellen Domain blockiert werden settingsCloudStorageEnabled=Aktiviere die Unterstützung der Speicherung in der Cloud -privacyPageTitle=uMatrix – Privatsphäre +privacyPageTitle=eMatrix – Privatsphäre privacyDeleteBlockedCookiesPrompt=Lösche geblockte Cookies. -privacyDeleteBlockedCookiesHelp=<p>Cookies auf der Blacklist werden von <i>uMatrix</i> nicht daran gehindert, vom Browser empfangen zu werden. Vielmehr werden sie daran gehindert, den Browser wieder zu verlassen - das ist es, worauf es wirklich ankommt. Dass Cookies nicht blockiert werden, bevor sie vom Browser empfangen werden, gibt dir die Gelegenheit, dich zu informieren, welche Seiten Cookies zu verwenden versuchen, und dir den Inhalt der Cookies anzuschauen, wenn du möchtest.</p><p>Sobald diese sich auf der Blacklist befindlichen Cookies von <i>uMatrix</i> erfasst sind, können sie aus deinem Browser gelöscht werden, falls du möchtest.</p><p><b>Wichtiger Hinweis:</b> Erweiterungen können während ihrer Benutzung Webanfragen tätigen. Diese Anfragen können dazu führen, dass Cookies im Browser erzeugt werden. Falls der Hostname, von dem das Cookie stammt, nicht auf der Whitelist ist, wird das Cookie von <i>uMatrix</i> aus dem Browser entfernt, sofern dieser Schalter aktiviert ist. Stelle daher sicher, dass Hostnamen, mit denen eine Erweiterung kommuniziert, auf der Whitelist stehen.</p> +privacyDeleteBlockedCookiesHelp=<p>Cookies auf der Blacklist werden von <i>eMatrix</i> nicht daran gehindert, vom Browser empfangen zu werden. Vielmehr werden sie daran gehindert, den Browser wieder zu verlassen - das ist es, worauf es wirklich ankommt. Dass Cookies nicht blockiert werden, bevor sie vom Browser empfangen werden, gibt dir die Gelegenheit, dich zu informieren, welche Seiten Cookies zu verwenden versuchen, und dir den Inhalt der Cookies anzuschauen, wenn du möchtest.</p><p>Sobald diese sich auf der Blacklist befindlichen Cookies von <i>eMatrix</i> erfasst sind, können sie aus deinem Browser gelöscht werden, falls du möchtest.</p><p><b>Wichtiger Hinweis:</b> Erweiterungen können während ihrer Benutzung Webanfragen tätigen. Diese Anfragen können dazu führen, dass Cookies im Browser erzeugt werden. Falls der Hostname, von dem das Cookie stammt, nicht auf der Whitelist ist, wird das Cookie von <i>eMatrix</i> aus dem Browser entfernt, sofern dieser Schalter aktiviert ist. Stelle daher sicher, dass Hostnamen, mit denen eine Erweiterung kommuniziert, auf der Whitelist stehen.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Lösche nicht blockierte Sitzungscookies privacyDeleteNonBlockedSessionCookiesPrompt2= Minuten nach ihrer letzten Benutzung. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Ein Sitzungscookie ... wird gelöscht, wenn die Browsersitzung beendet wird. Das Sitzungscookie wird temporär gespeichert und nicht behalten, nachdem der Browser geschlossen wurde.”</p><p>Nur ist das möglicherweise bei einigen Browsern <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>nicht der Fall</a>. Außerdem bevorzugen es manche Benutzer, Sitzungscookies loszuwerden, bevor sie den Browser schließen.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Lösche <a href='http://de.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Lösche den Browser-Cache alle privacyClearCachePrompt2=Minuten. -privacyClearCacheHelp=<p>Einige Webseiten sind wirklich darauf aus, dich zu verfolgen bzw. zu tracken, und scheuen nicht davor zurück, unfeine Tricks zu verwenden, um Maßnahmen, die dieses Tracking verhindern sollen, zu unterlaufen.</p><p>Einige dieser Tricks benutzen dazu den <sup style='font-size:smaller'>[1, 2]</sup> on the <a href='https://de.wikipedia.org/wiki/Browser-Cache'>Browser Cache</a>, dessen Inhalt häufig für lange Zeit auslesbar ist, da viele Benutzer ihn nicht regelmäßig löschen.</p><p>Das regelmäßige Löschen des Browser Caches bringt kaum Nachteile mit sich (wahrscheinlich wirst du gar keine bemerken), während die Vorteile darin bestehen, dass diese fiesen Tracker davon abgehalten werden, in deine Privatsphäre einzudringen.</p><p>Aktiviere diesen Schalter, damit <i>uMatrix</i> diese Aufgabe in dem von dir gewünschten Intervall übernimmt.</p><p >[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Einige Webseiten sind wirklich darauf aus, dich zu verfolgen bzw. zu tracken, und scheuen nicht davor zurück, unfeine Tricks zu verwenden, um Maßnahmen, die dieses Tracking verhindern sollen, zu unterlaufen.</p><p>Einige dieser Tricks benutzen dazu den <sup style='font-size:smaller'>[1, 2]</sup> on the <a href='https://de.wikipedia.org/wiki/Browser-Cache'>Browser Cache</a>, dessen Inhalt häufig für lange Zeit auslesbar ist, da viele Benutzer ihn nicht regelmäßig löschen.</p><p>Das regelmäßige Löschen des Browser Caches bringt kaum Nachteile mit sich (wahrscheinlich wirst du gar keine bemerken), während die Vorteile darin bestehen, dass diese fiesen Tracker davon abgehalten werden, in deine Privatsphäre einzudringen.</p><p>Aktiviere diesen Schalter, damit <i>eMatrix</i> diese Aufgabe in dem von dir gewünschten Intervall übernimmt.</p><p >[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Verschleiere den <a href='https://de.wikipedia.org/wiki/Referrer'>HTTP Referrer</a>, wenn das Ziel eine Drittseite ist. -privacyProcessRefererHelp=<p>Aus Wikipedia:</p><blockquote>Ein Referrer ist die Internetadresse der Webseite, von der der Benutzer durch Anklicken eines Links zu der aktuellen Seite gekommen ist. ... <b>(Die Übertragung eines Referrers zu verhindern) ...ist unter anderem aus Datenschutzerwägungen interessant, da andernfalls die Möglichkeit besteht, die Referrer mit den Nutzer-IP-Adressen in Verbindung zu bringen.</b></blockquote><p>Wenn dieser Schalter aktiviert ist, wird <i>uMatrix</i> den HTTP Referrer verschleiern bzw. manipulieren, wenn der Domänenname des HTTP Referrer nicht mit dem Domänenname der anfragenden URL überein stimmt (das heißt, der Referrer stammt von einer Drittseite). +privacyProcessRefererHelp=<p>Aus Wikipedia:</p><blockquote>Ein Referrer ist die Internetadresse der Webseite, von der der Benutzer durch Anklicken eines Links zu der aktuellen Seite gekommen ist. ... <b>(Die Übertragung eines Referrers zu verhindern) ...ist unter anderem aus Datenschutzerwägungen interessant, da andernfalls die Möglichkeit besteht, die Referrer mit den Nutzer-IP-Adressen in Verbindung zu bringen.</b></blockquote><p>Wenn dieser Schalter aktiviert ist, wird <i>eMatrix</i> den HTTP Referrer verschleiern bzw. manipulieren, wenn der Domänenname des HTTP Referrer nicht mit dem Domänenname der anfragenden URL überein stimmt (das heißt, der Referrer stammt von einer Drittseite). privacyNoMixedContentPrompt=Nur HTTPS: verbiete gemischte Inhalte. privacyNoMixedContentHelp=<p>Übersetzt von <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Wenn [eine] HTTPS-Seite normale Klartext-HTTP-Inhalte enthält, ist die Verbindung nur teilweise verschlüsselt: der unverschlüsselte Inhalt ist zugänglich für Schnüffler und kann durch man-in-the-middle-Attacken modifiziert werden; die Verbindung ist daher nicht mehr sicher. Wenn eine Webseite ein solches Verhalten aufweist, nennt man dies eine Seite mit gemischten Inhalten. </blockquote> privacyProcessHyperlinkAuditingPrompt=Blockiere alle <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> Versuche. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=Cache löschen hostsFilesExternalListNew=Neue Version verfügbar hostsFilesExternalListObsolete=veraltet rawSettingsWarning=Warnung! Die Änderung dieser Konfigurations-Einstellungen erfolgt auf eigenes Risiko. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Änderungsprotokoll</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Änderungsprotokoll</a> aboutStorageUsed=Benutzter Speicherplatz: {{storageUsed}} Bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Berechtigungen</a> aboutCode=Quellcode (GPLv3) aboutIssues=Fehler und Probleme @@ -142,7 +142,7 @@ aboutUserDataHeader=Deine Daten aboutBackupButton=Sicherung in eine Datei... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Wiederherstellung aus einer Datei... -aboutRestoreConfirm=Alle deine Einstellungen werden überschrieben mit Sicherungs-Daten vom {{time}}, und uMatrix wird neu gestartet.\n\nSollen alle existierenden Einstellungen mit Sicherungs-Daten überschrieben werden? +aboutRestoreConfirm=Alle deine Einstellungen werden überschrieben mit Sicherungs-Daten vom {{time}}, und eMatrix wird neu gestartet.\n\nSollen alle existierenden Einstellungen mit Sicherungs-Daten überschrieben werden? aboutRestoreError=Die Daten konnten nicht gelesen werden oder sind ungültig aboutOr=... oder ... aboutResetButton=Auf Standardeinstellungen zurücksetzen @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=Cookie gelöscht: {{value}} loggerEntryDeleteCookieError=Löschen des Cookies fehlgeschlagen: {{value}} loggerEntryBrowserCacheCleared=Browser-Cache geleert loggerEntryAssetUpdated=Hosts-Dateien aktualisiert: {{value}} -mainBlockedPrompt1=uMatrix hat das Laden der folgenden Seite verhindert: +mainBlockedPrompt1=eMatrix hat das Laden der folgenden Seite verhindert: mainBlockedPrompt2=Aufgrund der folgenden Regel mainBlockedBack=Gehe zurück mainBlockedClose=Schließe diff --git a/locale/el/messages.properties b/locale/el/messages.properties index 67fc18b..295a114 100644 --- a/locale/el/messages.properties +++ b/locale/el/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Πίνακας -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Πίνακας +loggerPageName=eMatrix — Logger settingsPageName=Ρυθμίσεις privacyPageName=Ιδιωτικό απόρρητο statsPageName=Στατιστικά @@ -33,7 +33,7 @@ matrixRevertAllEntry=Επαναφορά όλων των προσωρινών α matrixLoggerMenuEntry=Πηγαίνετε στο καταγραφικό matrixDashboardMenuEntry=Μετάβαση στον πίνακα matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Στατιστικά +statsPageTitle=eMatrix – Στατιστικά statsPageGenericStats=Γενικά στατιστικά statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Άλλα statsPageDetailed=Logger statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Ανανέωση -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Εμφάνιση settingsMatrixDisplayTextSizePrompt=Μέγεθος κειμένου: settingsMatrixDisplayTextSizeNormal=Κανονικό @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=None settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=Όλα -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Διαγραφή μπλοκάρισμένων cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Απαλοιφή λανθάνουσα μνήμη του φυλλομετρητή κάθε privacyClearCachePrompt2=λεπτά. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/en/messages.properties b/locale/en/messages.properties index 060ae58..28cccea 100644 --- a/locale/en/messages.properties +++ b/locale/en/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Dashboard -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Dashboard +loggerPageName=eMatrix — Logger settingsPageName=Settings privacyPageName=Privacy statsPageName=Statistics @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Go to dashboard matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Others statsPageDetailed=Logger statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Text size: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=None settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=All -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/eo/messages.properties b/locale/eo/messages.properties index 5bb1829..c5ee659 100644 --- a/locale/eo/messages.properties +++ b/locale/eo/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Panelo -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Panelo +loggerPageName=eMatrix — Logger settingsPageName=Agordoj privacyPageName=Privateco statsPageName=Statistics @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Iri al protokolilo matrixDashboardMenuEntry=Iri al panelo matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Aliaj statsPageDetailed=Protokolilo statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Aktualigi -settingsPageTitle=uMatrix – Agordoj +settingsPageTitle=eMatrix – Agordoj settingsMatrixDisplayHeader=Apero settingsMatrixDisplayTextSizePrompt=Tekstogrando: settingsMatrixDisplayTextSizeNormal=Normala @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=None settingsMatrixAutoReloadCurrent=Nuna settingsMatrixAutoReloadAll=All -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opakeco settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Ŝalti subtenon por nuba konservado -privacyPageTitle=uMatrix – Privateco +privacyPageTitle=eMatrix – Privateco privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutoj. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=malplenigi kaŝmemoron hostsFilesExternalListNew=nova versio disponebla hostsFilesExternalListObsolete=neĝisdata rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Ŝanĝoprotokolo</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Ŝanĝoprotokolo</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Fontkodo (GPLv3) aboutIssues=Cimoj kaj problemoj @@ -142,7 +142,7 @@ aboutUserDataHeader=Viaj datumoj aboutBackupButton=Savkopii al dosiero... aboutBackupFilename=mia-umatrix-savkopio.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... aŭ ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=kuketo forigita: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Reen mainBlockedClose=Fermi diff --git a/locale/es/messages.properties b/locale/es/messages.properties index edf52b6..08e6da6 100644 --- a/locale/es/messages.properties +++ b/locale/es/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Panel de control -loggerPageName=uMatrix — Logueador +extName=eMatrix +dashboardPageName=eMatrix — Panel de control +loggerPageName=eMatrix — Logueador settingsPageName=Configuración privacyPageName=Privacidad statsPageName=Estadísticas @@ -33,7 +33,7 @@ matrixRevertAllEntry=Deshacer todos los cambios temporales matrixLoggerMenuEntry=Ir al registro de peticiones matrixDashboardMenuEntry=Ir al Panel de control matrixNoTabFound=No se encontró la página -statsPageTitle=uMatrix – Estadísticas +statsPageTitle=eMatrix – Estadísticas statsPageGenericStats=Estadísticas genéricas statsPageCookieHeadersFoiled=Encabezados de <a href='https://es.wikipedia.org/wiki/Cookie_%28inform%C3%A1tica%29'>HTTP cookie</a> frustrados: {{count}} statsPageRefererHeadersFoiled=Encabezados de <a href='https://es.wikipedia.org/wiki/Referer_%28Cabecera_HTTP%29'>HTTP referer</a> frustrados: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Otros statsPageDetailed=Registro de peticiones statsPageLogSizePrompt1=Recordar última(s) statsPageLogSizePrompt2=peticiones HTTP <b>por página</b>. -statsPageLogSizeHelp=<p>Permite inspeccionar los detalles de las peticiones HTTP directas más recientes hechas por una página web (ver debajo).</p><p>Útil sobre todo para usuarios avanzados que deseen investigar qué, exactamente, ha estado haciendo una página. Sin embargo, registrar tales peticiones HTTP requiere memoria, que puede terminar siendo malgastada si dicha información técnica no es de su interés.</p><p>Por ello este campo le permite ajustar el número máximo de peticiones HTTP recientes que se van a registrar para una inspección ulterior.</p><p>Introduzca “<code>0</code>” para desactivar el registro detallado (con el consecuente ahorro de memoria de <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Permite inspeccionar los detalles de las peticiones HTTP directas más recientes hechas por una página web (ver debajo).</p><p>Útil sobre todo para usuarios avanzados que deseen investigar qué, exactamente, ha estado haciendo una página. Sin embargo, registrar tales peticiones HTTP requiere memoria, que puede terminar siendo malgastada si dicha información técnica no es de su interés.</p><p>Por ello este campo le permite ajustar el número máximo de peticiones HTTP recientes que se van a registrar para una inspección ulterior.</p><p>Introduzca “<code>0</code>” para desactivar el registro detallado (con el consecuente ahorro de memoria de <i>eMatrix</i>).</p> statsPageRefresh=Actualizar -settingsPageTitle=uMatrix – Configuración +settingsPageTitle=eMatrix – Configuración settingsMatrixDisplayHeader=Apariencia settingsMatrixDisplayTextSizePrompt=Tamaño del texto: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Al cerrar la matriz, hacer recarga inteligente de settingsMatrixAutoReloadNone=Ninguna settingsMatrixAutoReloadCurrent=Actuales settingsMatrixAutoReloadAll=Todas -settingsMatrixAutoReloadInfo=Cada vez que se hagan cambios en la matriz que puedan afectar la visualización y/o el comportamiento de una o más páginas, <i>uMatrix</i> recargará automáticamente las páginas afectadas una vez se cierre la matriz. +settingsMatrixAutoReloadInfo=Cada vez que se hagan cambios en la matriz que puedan afectar la visualización y/o el comportamiento de una o más páginas, <i>eMatrix</i> recargará automáticamente las páginas afectadas una vez se cierre la matriz. settingsSubframeColor=<i>Frames</i> bloqueados: Color settingsSubframeOpacity=Opacidad settingsIconBadgeEnabled=Mostrar el número de peticiones distintas en el icono @@ -86,9 +86,9 @@ settingsCollapseBlocked=Colapsar marcadores de posición de los elementos bloque settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Habilitar soporte de almacenamiento en la nube -privacyPageTitle=uMatrix – Privacidad +privacyPageTitle=eMatrix – Privacidad privacyDeleteBlockedCookiesPrompt=Eliminar <i>cookies</i> bloquedas. -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> no previene la entrada al navegador de <i>cookies</i> en la lista negra, pero sí su salida, que es lo que realmente importa. El hecho de no bloquear las <i>cookies</i> antes de su entrada, da la oportunidad de saber si un sitio intenta usar <i>cookies</i>, e inspeccionar su contenido si se desea.</p><p>Una vez que tales <i>cookies</i> han sido detectadas por <i>uMatrix</i>, las mismas pueden ser eliminadas del navegador si lo decide.</p><p><b>Nota importante:</b> Las extensiones pueden hacer peticiones web como parte de su normal operación. Estas peticiones pueden resultar en la creación de <i>cookies</i> dentro del navegador. Si el nombre de <i>host</i> a partir del cual se generó la <i>cookie</i> no está en la lista de permitidos, la <i>cookie</i> será eliminada por <i>uMatrix</i> mientras esta opción esté activa. Así que asegúrese de permitir los nombres de <i>host</i> con los cuales se comunica una extensión determinada.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> no previene la entrada al navegador de <i>cookies</i> en la lista negra, pero sí su salida, que es lo que realmente importa. El hecho de no bloquear las <i>cookies</i> antes de su entrada, da la oportunidad de saber si un sitio intenta usar <i>cookies</i>, e inspeccionar su contenido si se desea.</p><p>Una vez que tales <i>cookies</i> han sido detectadas por <i>eMatrix</i>, las mismas pueden ser eliminadas del navegador si lo decide.</p><p><b>Nota importante:</b> Las extensiones pueden hacer peticiones web como parte de su normal operación. Estas peticiones pueden resultar en la creación de <i>cookies</i> dentro del navegador. Si el nombre de <i>host</i> a partir del cual se generó la <i>cookie</i> no está en la lista de permitidos, la <i>cookie</i> será eliminada por <i>eMatrix</i> mientras esta opción esté activa. Así que asegúrese de permitir los nombres de <i>host</i> con los cuales se comunica una extensión determinada.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Elimina las <i>cookies</i> de sesión no bloqueadas privacyDeleteNonBlockedSessionCookiesPrompt2= minutos a partir de la última vez que fueron usadas. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Una <i>cookie</i> de sesión ... es eliminada una vez usted termina la sesión del navegador. La <i>cookie</i> de sesión es almacenada en la memoria temporal y no está disponible luego de cerrar el navegador.”</p><p>Excepto que esto <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>pudiera no estar sucediendo así</a> cuando se usa un navegador basado en Chromium. Además, cerrar el navegador para limpiar las <i>cookies</i> de sesión quizás no sea lo suficientemente rápido para algunos.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Eliminar contenido de los nombres de domi privacyDeleteBlockedLocalStorageHelp=POR HACER privacyClearCachePrompt1=Limpiar la caché del navegador cada privacyClearCachePrompt2=minutos. -privacyClearCacheHelp=<p>Algunos sitios web están tan enfocados en rastrearle, que usarán ciertos trucos bastantes sucios para burlar cualquier medida que se tome para evitar ser rastreado.</p><p>Unos cuantos de estos trucos se basan<sup style='font-size:smaller'>[1, 2]</sup> en la <a href='https://es.wikipedia.org/wiki/Cach%C3%A9_web'>caché del navegador</a>, cuyo contenido como norma es perdurable, ya que raramente los usuarios se toman el trabajo de limpiarlo de forma regular.</p><p>Limpiar la caché de manera regular es bastante fácil (probablemente ni siquiera lo perciba cuando ocurra), con el beneficio de impedir a estos molestos rastreadores invadir su privacidad.</p><p>Active esta opción para que <i>uMatrix</i> lo haga por usted, en el intervalo deseado.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Algunos sitios web están tan enfocados en rastrearle, que usarán ciertos trucos bastantes sucios para burlar cualquier medida que se tome para evitar ser rastreado.</p><p>Unos cuantos de estos trucos se basan<sup style='font-size:smaller'>[1, 2]</sup> en la <a href='https://es.wikipedia.org/wiki/Cach%C3%A9_web'>caché del navegador</a>, cuyo contenido como norma es perdurable, ya que raramente los usuarios se toman el trabajo de limpiarlo de forma regular.</p><p>Limpiar la caché de manera regular es bastante fácil (probablemente ni siquiera lo perciba cuando ocurra), con el beneficio de impedir a estos molestos rastreadores invadir su privacidad.</p><p>Active esta opción para que <i>eMatrix</i> lo haga por usted, en el intervalo deseado.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Falsificar información del <a href='https://es.wikipedia.org/wiki/Referer_%28Cabecera_HTTP%29'>HTTP referer</a> en las peticiones a nombres de dominios de terceros. -privacyProcessRefererHelp=<p>Según Wikipedia:</p><blockquote>Un HTTP referer... identifica la dirección de la página web (es decir, la URI o IRI) que creó el vínculo con el recurso que está siendo solicitado. ... <b>Esto desata preocupaciones en cuanto a la privacidad, y como resultado... algunos navegadores web otorgan a sus usuarios la opción de eliminar el campo referer del encabezado de su solicitud.</b></blockquote><p>Si se selecciona esta opción, <i>uMatrix</i> falsificará la información del HTTP referer si el nombre de dominio del HTTP referer no concuerda con el nombre de dominio de la URL pedida (o sea, el creador del vínculo es un tercero respecto a la página web).</p> +privacyProcessRefererHelp=<p>Según Wikipedia:</p><blockquote>Un HTTP referer... identifica la dirección de la página web (es decir, la URI o IRI) que creó el vínculo con el recurso que está siendo solicitado. ... <b>Esto desata preocupaciones en cuanto a la privacidad, y como resultado... algunos navegadores web otorgan a sus usuarios la opción de eliminar el campo referer del encabezado de su solicitud.</b></blockquote><p>Si se selecciona esta opción, <i>eMatrix</i> falsificará la información del HTTP referer si el nombre de dominio del HTTP referer no concuerda con el nombre de dominio de la URL pedida (o sea, el creador del vínculo es un tercero respecto a la página web).</p> privacyNoMixedContentPrompt=HTTPS estricto: prohibir contenido mixto. privacyNoMixedContentHelp=<p>Según <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Si [una] página HTTPS incluye contenido que se obtiene a través de HTTP regular, entonces la conexión está solo parcialmente encriptada: el contenido no encriptado puede ser leído mediante sniffers y modificado por ataques tipo "man-in-the-middle", lo que hace que la conexión ya no sea segura. Una página web que exhiba este comportamiento, se considera una página de contenido mixto.</blockquote> privacyProcessHyperlinkAuditingPrompt=Bloquear todos los intentos de <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>auditoría de hipervínculos</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=vaciar caché hostsFilesExternalListNew=nueva versión disponible hostsFilesExternalListObsolete=desactualizado rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Registro de cambios</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Registro de cambios</a> aboutStorageUsed=Almacenamiento usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentación</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentación</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permisos</a> aboutCode=Código fuente (GPLv3) aboutIssues=Errores y problemas @@ -142,7 +142,7 @@ aboutUserDataHeader=Sus datos aboutBackupButton=Respaldar en archivo... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restaurar desde archivo... -aboutRestoreConfirm=Todos sus ajustes serán sobrescritos usando los datos respaldados en {{time}}, y uMatrix se reiniciará.\n\n¿Sobrescribir todos los ajustes actuales usando los datos de respaldo? +aboutRestoreConfirm=Todos sus ajustes serán sobrescritos usando los datos respaldados en {{time}}, y eMatrix se reiniciará.\n\n¿Sobrescribir todos los ajustes actuales usando los datos de respaldo? aboutRestoreError=Los datos no se pueden leer o son inválidos aboutOr=... o ... aboutResetButton=Restablecer ajustes predeterminados @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie eliminada: {{value}} loggerEntryDeleteCookieError=fallo intentando eliminar cookie: {{value}} loggerEntryBrowserCacheCleared=vaciada caché del navegador loggerEntryAssetUpdated=recurso actualizado: {{value}} -mainBlockedPrompt1=uMatrix previno la carga de la siguiente página: +mainBlockedPrompt1=eMatrix previno la carga de la siguiente página: mainBlockedPrompt2=de acuerdo con la regla mainBlockedBack=Ir atrás mainBlockedClose=Cerrar diff --git a/locale/et/messages.properties b/locale/et/messages.properties index 0afca45..d230d5b 100644 --- a/locale/et/messages.properties +++ b/locale/et/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix dashboardPageName=µMatrix — Esilehekülg -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=Seaded privacyPageName=Privaatsus statsPageName=Statistika @@ -61,9 +61,9 @@ statsPageOthers=Muud statsPageDetailed=Logija statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Text size: settingsMatrixDisplayTextSizeNormal=Normaalne @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=Pole settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=Kõik -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/fa/messages.properties b/locale/fa/messages.properties index 852c350..45d2928 100644 --- a/locale/fa/messages.properties +++ b/locale/fa/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — داشبورد -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — داشبورد +loggerPageName=eMatrix — Logger settingsPageName=تنظیمات privacyPageName=حریم خصوصی statsPageName=آمارها @@ -33,7 +33,7 @@ matrixRevertAllEntry=بازگرداندن همهی تغییرات موقتی matrixLoggerMenuEntry=رفتن به logger matrixDashboardMenuEntry=رفتن به داشبورد matrixNoTabFound=No web page found -statsPageTitle=uMatrix – آمارها +statsPageTitle=eMatrix – آمارها statsPageGenericStats=آمارهای کلی statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP کوکی</a> هدرها بیاثر شدند: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP ارجاعدهنده</a> هدرها بیاثر شدند: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=ساير statsPageDetailed=Logger statsPageLogSizePrompt1=به یاد سپردن آخرین statsPageLogSizePrompt2=درخواستهای HTTP <b>در هر صفحه</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=تازهسازی -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=ظاهر settingsMatrixDisplayTextSizePrompt=اندازه متن: settingsMatrixDisplayTextSizeNormal=عادی @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=وقتی ماتریس بسته شد، تبها settingsMatrixAutoReloadNone=هیچکدام settingsMatrixAutoReloadCurrent=کنونی settingsMatrixAutoReloadAll=همه -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=وضوح settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=برایانجام privacyClearCachePrompt1=پاکنمودن کش مرورگر هر privacyClearCachePrompt2=دقیقه. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=منسوخ rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=مشکلات و مسائل @@ -142,7 +142,7 @@ aboutUserDataHeader=دادهی شما aboutBackupButton=پشتیبانگیری در فایل... aboutBackupFilename=پشتیبان-umatrix-من.txt aboutRestoreButton=بازگرداندن از فایل... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... یا ... aboutResetButton=بازگشت به تنظیمات پیشفرض @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=کوکی پاکشده: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=کش مروگر پاک شد loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=به خاطر قانون زیر mainBlockedBack=برگرد mainBlockedClose=بستن diff --git a/locale/fi/messages.properties b/locale/fi/messages.properties index 650ccd7..2613f1d 100644 --- a/locale/fi/messages.properties +++ b/locale/fi/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Hallintapaneeli -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Hallintapaneeli +loggerPageName=eMatrix — Logger settingsPageName=Asetukset privacyPageName=Yksityisyys statsPageName=Tilastot @@ -33,7 +33,7 @@ matrixRevertAllEntry=Kumoa kaikki väliaikaiset muutokset matrixLoggerMenuEntry=Siirry lokiin matrixDashboardMenuEntry=Siirry hallintapaneeliin matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Tilastot +statsPageTitle=eMatrix – Tilastot statsPageGenericStats=Yleiset tilastot statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Muut statsPageDetailed=Logger statsPageLogSizePrompt1=Muista viimeiset statsPageLogSizePrompt2=HTTP pyyntöä <b>sivua kohden</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Päivitä -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Ulkoasu settingsMatrixDisplayTextSizePrompt=Tekstikoko: settingsMatrixDisplayTextSizeNormal=Normaali @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=Ei mitään settingsMatrixAutoReloadCurrent=Nykyinen settingsMatrixAutoReloadAll=Kaikki -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Läpinäkyvyys settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=uusi versio saatavilla hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Lähdekoodi (GPLv3) aboutIssues=Bugit ja ongelmat @@ -142,7 +142,7 @@ aboutUserDataHeader=Tietosi aboutBackupButton=Varmuuskopioi tiedostoon... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Palauta tiedostosta... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Palaa mainBlockedClose=Close diff --git a/locale/fil/messages.properties b/locale/fil/messages.properties index ac1e6b8..b149e81 100644 --- a/locale/fil/messages.properties +++ b/locale/fil/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Dashboard -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Dashboard +loggerPageName=eMatrix — Logger settingsPageName=Mga Setting privacyPageName=Privacy statsPageName=Istatistika @@ -33,7 +33,7 @@ matrixRevertAllEntry=Ibalik ang lahat ng mga pansamantalang pagbabago matrixLoggerMenuEntry=Pumunta sa logger matrixDashboardMenuEntry=Pumunta sa dashboard matrixNoTabFound=Walang nakitang pahina ng web -statsPageTitle=uMatrix – Istatistika +statsPageTitle=eMatrix – Istatistika statsPageGenericStats=Generic na istatistika statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> hinabol ang mga header: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Iba pa statsPageDetailed=Logger statsPageLogSizePrompt1=Tandaan ang huli statsPageLogSizePrompt2=Hinihiling ng HTTP sa <b> bawat pahina </ b>. -statsPageLogSizeHelp=<p> Maaari mong siyasatin ang mga detalye ng pinakahuling mga kahilingan sa HTTP na ginawa ng isang web page (tingnan sa ibaba). </p> <p> Ito ay kapaki-pakinabang sa mga advanced na user na nais mag-imbestiga nang eksakto kung ano ang ginagawa ng isang web page. Ngunit ang pag-log ng mga kahilingan sa HTTP ay nangangailangan ng memorya, at kung hindi mo pinapahalagahan ang tungkol sa teknikal na impormasyon, pagkatapos ay ang memory ay nasayang. </p> <p> Samakatuwid ang patlang na ito na nagpapahintulot sa iyo na ayusin ang maximum na bilang ng mga pinakahuling mga kahilingan sa HTTP ay dapat ma-log para sa karagdagang inspeksyon. </p> <p> Ipasok ang “ <code> 0 </code> ” upang patayin ang detalyadong pag-log (at dahil dito ay bawasan ang memory footprint ng <i> uMatrix </i>). </p> +statsPageLogSizeHelp=<p> Maaari mong siyasatin ang mga detalye ng pinakahuling mga kahilingan sa HTTP na ginawa ng isang web page (tingnan sa ibaba). </p> <p> Ito ay kapaki-pakinabang sa mga advanced na user na nais mag-imbestiga nang eksakto kung ano ang ginagawa ng isang web page. Ngunit ang pag-log ng mga kahilingan sa HTTP ay nangangailangan ng memorya, at kung hindi mo pinapahalagahan ang tungkol sa teknikal na impormasyon, pagkatapos ay ang memory ay nasayang. </p> <p> Samakatuwid ang patlang na ito na nagpapahintulot sa iyo na ayusin ang maximum na bilang ng mga pinakahuling mga kahilingan sa HTTP ay dapat ma-log para sa karagdagang inspeksyon. </p> <p> Ipasok ang “ <code> 0 </code> ” upang patayin ang detalyadong pag-log (at dahil dito ay bawasan ang memory footprint ng <i> eMatrix </i>). </p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Laki ng teksto: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Kapag isinara ang matrix, ang smart na i-reload a settingsMatrixAutoReloadNone=Wala settingsMatrixAutoReloadCurrent=Kasalukuyan settingsMatrixAutoReloadAll=Lahat -settingsMatrixAutoReloadInfo=Sa tuwing gumawa ka ng mga pagbabago sa matrix na maaaring makaapekto sa display at / o pag-uugali ng isa o higit pang mga pahina, awtomatikong i-reload ng <i>uMatrix</i> ang mga apektadong pahina kapag isinara mo ang matris. +settingsMatrixAutoReloadInfo=Sa tuwing gumawa ka ng mga pagbabago sa matrix na maaaring makaapekto sa display at / o pag-uugali ng isa o higit pang mga pahina, awtomatikong i-reload ng <i>eMatrix</i> ang mga apektadong pahina kapag isinara mo ang matris. settingsSubframeColor=Blocked frames: Kulay settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Ipakita ang bilang ng mga natatanging kahilingan sa icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=I-collapse ang mga placeholder ng mga naka-block na elem settingsCollapseBlacklisted=I-collapse ang mga placeholder ng mga naka-blacklist na elemento settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> na mga tag kapag naka-block ang mga script ng 1st-party settingsCloudStorageEnabled=Paganahin ang suporta sa cloud storage -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Tanggalin ang naka-block na cookies. -privacyDeleteBlockedCookiesHelp=<p> Ang mga blacklist na cookies ay hindi napigilan ng <i>uMatrix</i> mula sa pagpasok ng iyong browser. Gayunpaman, pinigilan sila sa pag-alis ng iyong browser, na kung saan ay talagang mahalaga. Ang hindi pagharang ng mga cookies bago sila ipasok ang iyong browser ay nagbibigay sa iyo ng pagkakataong maabisuhan na sinubukan ng isang site na gumamit ng mga cookies, at higit pa upang siyasatin ang mga nilalaman nito kung nais mo. </p><p> Kapag ang mga naka-blacklist na cookies ay na-accounted sa pamamagitan ng <i>uMatrix</i>, maaari silang alisin mula sa iyong browser kung nais mo. </p><p><b>Mahalagang paalala: </b> Maaaring gawing mga extension ang mga kahilingan sa web sa panahon ng kanilang normal na operasyon. Ang mga kahilingan na ito ay maaaring magresulta sa mga cookies na nilikha sa browser. Kung ang hostname mula sa kung saan ang isang cookie na nagmula ay hindi whitelisted, ang cookie ay aalisin mula sa browser sa pamamagitan ng <i> uMatrix </i> kung naka-check ang opsyong ito. Kaya siguraduhin na ang (mga) host na kung saan ang isang extension na nakikipag-ugnay ay whitelisted. </p> +privacyDeleteBlockedCookiesHelp=<p> Ang mga blacklist na cookies ay hindi napigilan ng <i>eMatrix</i> mula sa pagpasok ng iyong browser. Gayunpaman, pinigilan sila sa pag-alis ng iyong browser, na kung saan ay talagang mahalaga. Ang hindi pagharang ng mga cookies bago sila ipasok ang iyong browser ay nagbibigay sa iyo ng pagkakataong maabisuhan na sinubukan ng isang site na gumamit ng mga cookies, at higit pa upang siyasatin ang mga nilalaman nito kung nais mo. </p><p> Kapag ang mga naka-blacklist na cookies ay na-accounted sa pamamagitan ng <i>eMatrix</i>, maaari silang alisin mula sa iyong browser kung nais mo. </p><p><b>Mahalagang paalala: </b> Maaaring gawing mga extension ang mga kahilingan sa web sa panahon ng kanilang normal na operasyon. Ang mga kahilingan na ito ay maaaring magresulta sa mga cookies na nilikha sa browser. Kung ang hostname mula sa kung saan ang isang cookie na nagmula ay hindi whitelisted, ang cookie ay aalisin mula sa browser sa pamamagitan ng <i> eMatrix </i> kung naka-check ang opsyong ito. Kaya siguraduhin na ang (mga) host na kung saan ang isang extension na nakikipag-ugnay ay whitelisted. </p> privacyDeleteNonBlockedSessionCookiesPrompt1=Tanggalin ang mga hindi naka-block na cookies ng session privacyDeleteNonBlockedSessionCookiesPrompt2= ilang minuto pagkatapos ng huling pagkakataon na ginamit na ang mga ito. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Ang session cookie ... ay mabubura kapag tinapos mo ang session ng browser. Ang session cookie ay naka-imbak sa pansamantalang memorya at hindi mananatili pagkatapos na sarado ang browser.”</p><p>Maliban na ito <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>maaaring hindi nangyayari</a>sa ilang mga browser. Gayundin, sa ilang, ang pagkakaroon ng pagsara sa browser upang ang mga cookies ng cookies ay maaring hindi maaaring maagang maaga.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Tanggalin ang nilalamang <a href='https:/ privacyDeleteBlockedLocalStorageHelp=GAGAWIN privacyClearCachePrompt1=I-clear ang cache ng browser bawat privacyClearCachePrompt2=minuto. -privacyClearCacheHelp=<p>Ang ilang mga web site ay tunay na baluktot sa pagsubaybay sa iyo, kaya magkano na sila ay gumamit ng hindi-magandang-trick upang gumana sa paligid ng anumang mga panukala mong gawin upang hindi masubaybayan.</p><p>Ang ilan sa mga trick na ito ay umaasa<sup>[1, 2]</sup> sa <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, kung aling nilalaman ay madalas na matagal na dahil hindi gaanong magagawa ng mga gumagamit ang oras upang regular na i-clear ang cache ng kanilang browser.</p><p>May kaunting abala na regular na i-clear ang cache ng browser (posibilidad na hindi mo mapansin kapag nangyari ito), at ang benepisyo ay upang maiwasan ang mga kasuklam-suklam na tagasubaybay mula sa pagsalakay sa iyong privacy.</p><p>Suriin ang opsyong ito upang magkaroon ng <i> uMatrix </i> gawin ito para sa iyo, sa pagitan na nais mo.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Ppag-iwas sa Pagsubaybay sa Web sa pamamagitan ng Cache Browser”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Ang ilang mga web site ay tunay na baluktot sa pagsubaybay sa iyo, kaya magkano na sila ay gumamit ng hindi-magandang-trick upang gumana sa paligid ng anumang mga panukala mong gawin upang hindi masubaybayan.</p><p>Ang ilan sa mga trick na ito ay umaasa<sup>[1, 2]</sup> sa <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, kung aling nilalaman ay madalas na matagal na dahil hindi gaanong magagawa ng mga gumagamit ang oras upang regular na i-clear ang cache ng kanilang browser.</p><p>May kaunting abala na regular na i-clear ang cache ng browser (posibilidad na hindi mo mapansin kapag nangyari ito), at ang benepisyo ay upang maiwasan ang mga kasuklam-suklam na tagasubaybay mula sa pagsalakay sa iyong privacy.</p><p>Suriin ang opsyong ito upang magkaroon ng <i> eMatrix </i> gawin ito para sa iyo, sa pagitan na nais mo.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Ppag-iwas sa Pagsubaybay sa Web sa pamamagitan ng Cache Browser”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'> HTTP referrer </a> string ng mga kahilingan ng third-party. -privacyProcessRefererHelp=Mula sa Wikipedia:<blockquote> Ang HTTP referer ay isang header ng HTTP na nagpapakilala sa address ng webpage na naka-link sa mapagkukunan na hiniling. ...<b>Dahil ang impormasyon ng referer ay maaaring lumalabag sa privacy, pinapayagan ng ilang mga browser ng web ang gumagamit na huwag paganahin ang pagpapadala ng impormasyon ng referer.</b></blockquote>Kung naka-check ang setting na ito,<i>uMatrix</i>ay i-spoof ang impormasyon ng HTTP referrer kung ang pangalan ng domain ng HTTP referrer ay third-party sa pangalan ng domain na net request. +privacyProcessRefererHelp=Mula sa Wikipedia:<blockquote> Ang HTTP referer ay isang header ng HTTP na nagpapakilala sa address ng webpage na naka-link sa mapagkukunan na hiniling. ...<b>Dahil ang impormasyon ng referer ay maaaring lumalabag sa privacy, pinapayagan ng ilang mga browser ng web ang gumagamit na huwag paganahin ang pagpapadala ng impormasyon ng referer.</b></blockquote>Kung naka-check ang setting na ito,<i>eMatrix</i>ay i-spoof ang impormasyon ng HTTP referrer kung ang pangalan ng domain ng HTTP referrer ay third-party sa pangalan ng domain na net request. privacyNoMixedContentPrompt=Strict HTTPS: pagbawalan ang halo-halong nilalaman. privacyNoMixedContentHelp=<p>Mula sa <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Kung ang [a] pahina ng HTTPS ay kinabibilangan ng nilalaman na nakuha sa pamamagitan ng regular, cleartext HTTP, at pagkatapos ang koneksyon ay bahagyang naka-encrypt lamang: ang hindi naka-encrypt na nilalaman ay naa-access sa mga sniffer at maaaring mabago ng mga man-in-the-middle attackers, at samakatuwid ang koneksyon ay hindi na-safeguarded ngayon. Kapag nagpapakita ang isang webpage ng pag-uugali na ito, ito ay tinatawag na isang halo-halong pahina ng nilalaman.</blockquote> privacyProcessHyperlinkAuditingPrompt=Harangan ang lahat ng<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>pag-audit ng hyperlink</a> mga pagtatangka. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=mayroong bagong bersyon hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Ginamit ang imbakan: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasyon</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentasyon</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Mga Pahintulot</a> aboutCode=Source code (GPLv3) aboutIssues=Mga bug at mga isyu @@ -142,7 +142,7 @@ aboutUserDataHeader=Ang iyong datos aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Ibalik mula sa file... -aboutRestoreConfirm=Ang lahat ng iyong mga setting ay mapapatungan gamit ang data na naka-back up sa {{time}}, at uMatrix ay muling simulan.\n\nI-overwrite ang lahat ng umiiral na mga setting gamit ang naka-back up na data? +aboutRestoreConfirm=Ang lahat ng iyong mga setting ay mapapatungan gamit ang data na naka-back up sa {{time}}, at eMatrix ay muling simulan.\n\nI-overwrite ang lahat ng umiiral na mga setting gamit ang naka-back up na data? aboutRestoreError=Ang data ay hindi mabasa o hindi wasto aboutOr=... o ... aboutResetButton=I-reset sa mga default na setting @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=tinanggal ang cookie: {{value}} loggerEntryDeleteCookieError=bigo na tanggalin ang cookie: {{value}} loggerEntryBrowserCacheCleared=naka-clear ang cache ng browser loggerEntryAssetUpdated=na-update ang asset: {{value}} -mainBlockedPrompt1=Pinigilan ng uMatrix ang sumusunod na pahina mula sa paglo-load: +mainBlockedPrompt1=Pinigilan ng eMatrix ang sumusunod na pahina mula sa paglo-load: mainBlockedPrompt2=Dahil sa sumusunod na tuntunin mainBlockedBack=Bumalik mainBlockedClose=Isara diff --git a/locale/fr/messages.properties b/locale/fr/messages.properties index 7c59fe7..edfd836 100644 --- a/locale/fr/messages.properties +++ b/locale/fr/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Tableau de bord -loggerPageName=uMatrix — Journal +extName=eMatrix +dashboardPageName=eMatrix — Tableau de bord +loggerPageName=eMatrix — Journal settingsPageName=Paramètres privacyPageName=Confidentialité statsPageName=Statistiques @@ -33,7 +33,7 @@ matrixRevertAllEntry=Annuler tous les changements temporaires matrixLoggerMenuEntry=Aller au Journal matrixDashboardMenuEntry=Aller au Tableau de bord matrixNoTabFound=Aucune page Web trouvée -statsPageTitle=uMatrix – Statistiques +statsPageTitle=eMatrix – Statistiques statsPageGenericStats=Statistiques générales statsPageCookieHeadersFoiled=Nombre de <a href='https://fr.wikipedia.org/wiki/Cookie_(informatique)'>Cookies HTTP</a> bloqués : {{count}} statsPageRefererHeadersFoiled=Nombre de <a href='https://fr.wikipedia.org/wiki/R%C3%A9f%C3%A9rant'>Référants HTTP</a> bloqués : {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Autres statsPageDetailed=Journal statsPageLogSizePrompt1=Se souvenir des statsPageLogSizePrompt2=plus récentes requêtes HTTP <b>par page</b> -statsPageLogSizeHelp=<p>Cette option vous permet de saisir le nombre de plus récentes requêtes HTTP à journaliser pour une inspection ultérieure.</p><p>Ceci est particulièrement utile pour les utilisateurs expérimentés qui veulent déterminer ce que fait précisément une page Web. Mais le processus de journalisation nécessite de la mémoire vive, et si vous ne vous souciez guère de ces informations, la mémoire utilisée dans ce but est gaspillée.</p><p>Pour désactiver cette fonctionnalité et ainsi réduire l'empreinte mémoire de <i>uMatrix</i>, saisissez “<code>0</code>”.</p> +statsPageLogSizeHelp=<p>Cette option vous permet de saisir le nombre de plus récentes requêtes HTTP à journaliser pour une inspection ultérieure.</p><p>Ceci est particulièrement utile pour les utilisateurs expérimentés qui veulent déterminer ce que fait précisément une page Web. Mais le processus de journalisation nécessite de la mémoire vive, et si vous ne vous souciez guère de ces informations, la mémoire utilisée dans ce but est gaspillée.</p><p>Pour désactiver cette fonctionnalité et ainsi réduire l'empreinte mémoire de <i>eMatrix</i>, saisissez “<code>0</code>”.</p> statsPageRefresh=Actualiser -settingsPageTitle=uMatrix – Réglages +settingsPageTitle=eMatrix – Réglages settingsMatrixDisplayHeader=Matrice settingsMatrixDisplayTextSizePrompt=Taille du texte : settingsMatrixDisplayTextSizeNormal=Normale @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=À la fermeture post-édition de la matrice, rech settingsMatrixAutoReloadNone=Aucune page settingsMatrixAutoReloadCurrent=La page courante settingsMatrixAutoReloadAll=Toutes les pages -settingsMatrixAutoReloadInfo=Lorsque vous avez modifié des permissions susceptibles d'affecter l'apparence et/ou le comportement d'une page Web, <i>uMatrix</i> rechargera automatiquement une ou plusieurs page(s) Web concernée(s) à la fermeture de la matrice. Si l'option Aucune page est sélectionnée, vous devrez actualiser la page Web vous-même pour appliquer les modifications. +settingsMatrixAutoReloadInfo=Lorsque vous avez modifié des permissions susceptibles d'affecter l'apparence et/ou le comportement d'une page Web, <i>eMatrix</i> rechargera automatiquement une ou plusieurs page(s) Web concernée(s) à la fermeture de la matrice. Si l'option Aucune page est sélectionnée, vous devrez actualiser la page Web vous-même pour appliquer les modifications. settingsSubframeColor=Couleur pour les <i>frames</i> bloquées : settingsSubframeOpacity=Opacité : settingsIconBadgeEnabled=Montrer le nombre de requêtes distinctes sur l'icône @@ -86,9 +86,9 @@ settingsCollapseBlocked=Cacher les espaces réservés aux éléments bloqués settingsCollapseBlacklisted=Cacher les espaces réservés aux éléments de la liste noire settingsNoscriptTagsSpoofed=Modifier les balises <code><noscript></code> lorsque les scripts du domaine de la page Web sont bloqués settingsCloudStorageEnabled=Activer le stockage des paramètres dans le nuage -privacyPageTitle=uMatrix – Confidentialité +privacyPageTitle=eMatrix – Confidentialité privacyDeleteBlockedCookiesPrompt=Supprimer les cookies bloqués -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> n'empêche pas les cookies bloqués 'd'entrer' dans votre navigateur, mais les empêche d'en 'repartir', et c'est cela qui importe. 'Laisser venir' les cookies vous permet de savoir lorsqu'un site essaye d'en utiliser, ou même d'en inspecter le contenu si vous le désirez.</p><p>Une fois que les cookies bloqués ont été pris en compte par <i>uMatrix</i>, ils peuvent être supprimés de votre navigateur si vous le souhaitez.</p><p><b>Note importante</b> : Les extensions peuvent faire des requêtes Web au cours de leurs opérations ordinaires. Ces requêtes peuvent entraîner la création de cookies dans le navigateur. Si cette fonctionnalité est activée et que le nom d'hôte originel du cookie n'est pas sur liste blanche, le cookie sera supprimé du navigateur par <i>uMatrix</i>, alors assurez-vous que le(s) nom(s) d'hôte(s) avec le(s)quel(s) l'extension interagit soit/soient sur liste blanche.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> n'empêche pas les cookies bloqués 'd'entrer' dans votre navigateur, mais les empêche d'en 'repartir', et c'est cela qui importe. 'Laisser venir' les cookies vous permet de savoir lorsqu'un site essaye d'en utiliser, ou même d'en inspecter le contenu si vous le désirez.</p><p>Une fois que les cookies bloqués ont été pris en compte par <i>eMatrix</i>, ils peuvent être supprimés de votre navigateur si vous le souhaitez.</p><p><b>Note importante</b> : Les extensions peuvent faire des requêtes Web au cours de leurs opérations ordinaires. Ces requêtes peuvent entraîner la création de cookies dans le navigateur. Si cette fonctionnalité est activée et que le nom d'hôte originel du cookie n'est pas sur liste blanche, le cookie sera supprimé du navigateur par <i>eMatrix</i>, alors assurez-vous que le(s) nom(s) d'hôte(s) avec le(s)quel(s) l'extension interagit soit/soient sur liste blanche.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Supprimer les cookies de session non-bloqués et inutilisés depuis plus de privacyDeleteNonBlockedSessionCookiesPrompt2= minutes privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>Définition W3C</a> : “Un cookie de session [...] est effacé quand vous avez terminé la session de navigation. Le cookie de session est stocké dans la mémoire temporaire et n'est pas conservé après la fermeture du navigateur.”</p><p>Sauf que cela <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>peut ne pas se produire</a> sur certains navigateurs. De plus, pour certaines personnes, avoir à fermer le navigateur pour nettoyer les cookies de session peut ne pas se révéler suffisant en terme de confidentialité.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Supprimer les <a href='http://fr.wikipedi privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Nettoyer le cache du navigateur toutes les privacyClearCachePrompt2=minutes -privacyClearCacheHelp=<p>Certains sites Web sont déterminés à connaître votre vie privée en ligne, quitte à employer des méthodes peu orthodoxes pour contrer les dispositions que vous avez prises pour ne pas être victime de pistage.</p><p>Certaines de ces techniques exploitent<sup>[1, 2]</sup> le <a href='https://fr.wikipedia.org/wiki/Cache_web'>cache du navigateur</a> dont le contenu perdure souvent un bon bout de temps, puisque les utilisateurs prennent rarement le temps de fréquemment vider leur cache de navigation.</p><p>Nettoyer régulièrement le cache du navigateur est un dérangement aux yeux de certaines personnes, même si cela empêche ces envahissants pisteurs de bafouer votre confidentialité.</p><p>Cochez cette option pour que <i>uMatrix</i> s'en occupe à votre place, suivant la fréquence de votre choix.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies””</a></p> +privacyClearCacheHelp=<p>Certains sites Web sont déterminés à connaître votre vie privée en ligne, quitte à employer des méthodes peu orthodoxes pour contrer les dispositions que vous avez prises pour ne pas être victime de pistage.</p><p>Certaines de ces techniques exploitent<sup>[1, 2]</sup> le <a href='https://fr.wikipedia.org/wiki/Cache_web'>cache du navigateur</a> dont le contenu perdure souvent un bon bout de temps, puisque les utilisateurs prennent rarement le temps de fréquemment vider leur cache de navigation.</p><p>Nettoyer régulièrement le cache du navigateur est un dérangement aux yeux de certaines personnes, même si cela empêche ces envahissants pisteurs de bafouer votre confidentialité.</p><p>Cochez cette option pour que <i>eMatrix</i> s'en occupe à votre place, suivant la fréquence de votre choix.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies””</a></p> privacyProcessRefererPrompt=Modifier les informations de <a href='https://fr.wikipedia.org/wiki/R%C3%A9f%C3%A9rant'>Référants HTTP</a> pour les tierces requêtes -privacyProcessRefererHelp=<p>D'après Wikipédia :</p> <blockquote>Un référant HTTP est un champ dans l'entête HTTP, qui indique l'adresse de la page Web depuis laquelle on se connecte vers la ressource demandée[...] <b>Puisque les informations comprises dans un référant peuvent compromettre la vie privée, certains navigateurs Web permettent aux utilisateurs de désactiver l'envoi de ces données.</b></blockquote><p>Si ce paramètre est coché, <i>uMatrix</i> supprimera le référant HTTP si le nom de domaine du référant HTTP est différent du nom de domaine de la requête réseau (autrement dit, si vous venez d'un site différent de celui que vous visitez)</p> +privacyProcessRefererHelp=<p>D'après Wikipédia :</p> <blockquote>Un référant HTTP est un champ dans l'entête HTTP, qui indique l'adresse de la page Web depuis laquelle on se connecte vers la ressource demandée[...] <b>Puisque les informations comprises dans un référant peuvent compromettre la vie privée, certains navigateurs Web permettent aux utilisateurs de désactiver l'envoi de ces données.</b></blockquote><p>Si ce paramètre est coché, <i>eMatrix</i> supprimera le référant HTTP si le nom de domaine du référant HTTP est différent du nom de domaine de la requête réseau (autrement dit, si vous venez d'un site différent de celui que vous visitez)</p> privacyNoMixedContentPrompt=Interdire du contenu mixte - Trafic HTTPS uniquement privacyNoMixedContentHelp=<p>D'après le <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a> :</p><blockquote>Si la page HTTPS comprend des éléments en provenance de trafic(s) HTTP, alors la connexion n'est encryptée que partiellement; le contenu non-encrypté est alors accessible aux analyseurs de paquets et peut être modifié lors d'attaques de l'homme du milieu, compromettant la sécurité de la connexion. Lorsqu'une page Web montre un tel comportement, elle est qualifiée de page Web au contenu mixte.</blockquote> privacyProcessHyperlinkAuditingPrompt=Bloquer toutes les tentatives d'<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>audit hyperlien</a> @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=Vider le cache hostsFilesExternalListNew=Nouvelle version disponible hostsFilesExternalListObsolete=Potentiellement obsolète rawSettingsWarning=Attention, modifiez ces paramètres bruts à vos risques et périls. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Journal des changements (en Anglais)</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Journal des changements (en Anglais)</a> aboutStorageUsed=Stockage utilisé : {{storageUsed}} octet(s) -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation (en Anglais)</a> -aboutPermissions=<a href='https://github.com/gorhill/uMatrix/wiki/Permissions'>Permissions (en Anglais)</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation (en Anglais)</a> +aboutPermissions=<a href='https://github.com/gorhill/eMatrix/wiki/Permissions'>Permissions (en Anglais)</a> aboutCode=Code Source (Licence GPLv3, en Anglais) aboutIssues=Problèmes aboutContributors=Contributeurs @@ -142,7 +142,7 @@ aboutUserDataHeader=Vos données aboutBackupButton=Enregistrer dans un fichier aboutBackupFilename=mes-donnees-umatrix.txt aboutRestoreButton=Restaurer depuis un fichier -aboutRestoreConfirm=Toutes vos données seront remplacées par celles enregistrées le {{time}}, puis uMatrix redémarrera.\n\nDésirez-vous vraiment effectuer l'opération ? +aboutRestoreConfirm=Toutes vos données seront remplacées par celles enregistrées le {{time}}, puis eMatrix redémarrera.\n\nDésirez-vous vraiment effectuer l'opération ? aboutRestoreError=Les données ne peuvent être lues ou sont invalides aboutOr=Ou alors, vous pouvez... aboutResetButton=Revenir aux paramètres par défaut @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=Cookie supprimé : {{value}} loggerEntryDeleteCookieError=Échec lors de la suppression du cookie : {{value}} loggerEntryBrowserCacheCleared=Cache du navigateur nettoyé loggerEntryAssetUpdated=Élément mis à jour : {{value}} -mainBlockedPrompt1=uMatrix a empêché le chargement de cette page : +mainBlockedPrompt1=eMatrix a empêché le chargement de cette page : mainBlockedPrompt2=À cause de la règle suivante mainBlockedBack=Retour mainBlockedClose=Fermer diff --git a/locale/he/messages.properties b/locale/he/messages.properties index 51cb4f3..6cb6069 100644 --- a/locale/he/messages.properties +++ b/locale/he/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — פאנל הקונפיגורציות -loggerPageName=uMatrix — מתעד הבקשות +extName=eMatrix +dashboardPageName=eMatrix — פאנל הקונפיגורציות +loggerPageName=eMatrix — מתעד הבקשות settingsPageName=הגדרות privacyPageName=פרטיות statsPageName=סטטיסטיקות @@ -33,7 +33,7 @@ matrixRevertAllEntry=מחק את כל השינויים הזמניים matrixLoggerMenuEntry=עבור למתעד matrixDashboardMenuEntry=עבור לפאנל הקונפיגורציות matrixNoTabFound=לא נמצא עמוד -statsPageTitle=uMatrix – סטטיסטיקות +statsPageTitle=eMatrix – סטטיסטיקות statsPageGenericStats=סטטיסטיקות גנריות statsPageCookieHeadersFoiled=כותרות (Headers) <a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> שסוכלו: {{count}} statsPageRefererHeadersFoiled=כותרות (Headers) <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> שסוכלו: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=אחרות statsPageDetailed=מתעד statsPageLogSizePrompt1=זכור את statsPageLogSizePrompt2=בקשות ה HTTP <b>פר עמוד</b>. -statsPageLogSizeHelp=<p>אתה יכול לבדוק את הפרטים של רוב בקשות HTTP הגולמיות האחרונות אשר יצאו מדף אינטרנט (ראה להלן).</p><p>זה שימושי בעיקר למשתמשים מתקדמים שרוצים לחקור בדיוק מה דף האינטרנט עשה. אבל רישום בקשות ה HTTP הללו דורש זיכרון, ואם לא אכפת לך מהמידע הטכני הזה, אז הזיכרון מתבזבז.</p><p>לכן קיימת אפשרות זו המאפשרת לך להתאים את המספר המרבי של בקשות ה HTTP הכי האחרונות שמיועדות להירשם לבדיקה נוספת.</p><p>הזן “<code>0</code>” כדי לכבות את הרישום המפורט (וכתוצאה מכך להפחית את השימוש בזיכרון של <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>אתה יכול לבדוק את הפרטים של רוב בקשות HTTP הגולמיות האחרונות אשר יצאו מדף אינטרנט (ראה להלן).</p><p>זה שימושי בעיקר למשתמשים מתקדמים שרוצים לחקור בדיוק מה דף האינטרנט עשה. אבל רישום בקשות ה HTTP הללו דורש זיכרון, ואם לא אכפת לך מהמידע הטכני הזה, אז הזיכרון מתבזבז.</p><p>לכן קיימת אפשרות זו המאפשרת לך להתאים את המספר המרבי של בקשות ה HTTP הכי האחרונות שמיועדות להירשם לבדיקה נוספת.</p><p>הזן “<code>0</code>” כדי לכבות את הרישום המפורט (וכתוצאה מכך להפחית את השימוש בזיכרון של <i>eMatrix</i>).</p> statsPageRefresh=רענן -settingsPageTitle=uMatrix – הגדרות +settingsPageTitle=eMatrix – הגדרות settingsMatrixDisplayHeader=מטריצה settingsMatrixDisplayTextSizePrompt=גודל טקסט: settingsMatrixDisplayTextSizeNormal=רגיל @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=לאחר סגירת המטריצה, טען מחד settingsMatrixAutoReloadNone=ללא settingsMatrixAutoReloadCurrent=נוכחי settingsMatrixAutoReloadAll=כולם -settingsMatrixAutoReloadInfo=בכל פעם שאתה עושה שינויים במטריצה אשר יכולים להשפיע על ההצגה ו/או התנהגות של דף או יותר, <i>uMatrix</i> יטען מחדש את העמודים המושפעים אוטומטית כשתסגור את המטריצה. +settingsMatrixAutoReloadInfo=בכל פעם שאתה עושה שינויים במטריצה אשר יכולים להשפיע על ההצגה ו/או התנהגות של דף או יותר, <i>eMatrix</i> יטען מחדש את העמודים המושפעים אוטומטית כשתסגור את המטריצה. settingsSubframeColor=מסגרות חסומות: צבע settingsSubframeOpacity=אטימות settingsIconBadgeEnabled=הראה את מספר הבקשות החסומות הייחודיות על האייקון @@ -86,9 +86,9 @@ settingsCollapseBlocked=הסתר את המקום שנשאר מחסימה של א settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=זייף תגיות <code><noscript></code> כאשר סקריפטים צד-1 חסומים settingsCloudStorageEnabled=אפשר תמיכת אחסון ענן -privacyPageTitle=uMatrix – פרטיות +privacyPageTitle=eMatrix – פרטיות privacyDeleteBlockedCookiesPrompt=מחק עוגיות חסומות. -privacyDeleteBlockedCookiesHelp=<p>עוגיות ברשימה השחורה לא נמנעות על ידי <i>uMatrix</i> מלהיכנס לדפדפן שלך. אולם הן כן מנועות מלצאת מהדפדפן שלך, וזה מה שחשוב באמת. לא לחסום עוגיות לפני שהן נכנסות לדפדפן שלך נותן לך את ההזדמנות להיות מודע לכך שאתר ניסה להשתמש בעוגיות, ויתר על כן כדי לבדוק את תוכנם, אם תרצה.</p><p>כאשר <i>uMatrix</i> נתקל בעוגייה שברשימה השחורה, הן יכולות להיות מוסרות מהדפדפן שלך אם תרצה בכך.</p><p><b>הערה חשובה:</b> תוספים יכולים לבצע בקשות רשת במהלך פעולתם הרגילה. בקשות אלה יכולות לגרום לכך שעוגיות יווצרו בדפדפן. אם הדומיין שממנה העוגייה הגיעה לא ברשימה הלבנה, העוגייה תמחק מהדפדפן על ידי <i>µMatrix</i> אם אפשרות זו מאופשרת. אז תהיה בטוח לגבי זה שהדומיין(ים) אשר איתם התוסף יכול לתקשר נמצא(ים) ברשימה הלבנה.</p> +privacyDeleteBlockedCookiesHelp=<p>עוגיות ברשימה השחורה לא נמנעות על ידי <i>eMatrix</i> מלהיכנס לדפדפן שלך. אולם הן כן מנועות מלצאת מהדפדפן שלך, וזה מה שחשוב באמת. לא לחסום עוגיות לפני שהן נכנסות לדפדפן שלך נותן לך את ההזדמנות להיות מודע לכך שאתר ניסה להשתמש בעוגיות, ויתר על כן כדי לבדוק את תוכנם, אם תרצה.</p><p>כאשר <i>eMatrix</i> נתקל בעוגייה שברשימה השחורה, הן יכולות להיות מוסרות מהדפדפן שלך אם תרצה בכך.</p><p><b>הערה חשובה:</b> תוספים יכולים לבצע בקשות רשת במהלך פעולתם הרגילה. בקשות אלה יכולות לגרום לכך שעוגיות יווצרו בדפדפן. אם הדומיין שממנה העוגייה הגיעה לא ברשימה הלבנה, העוגייה תמחק מהדפדפן על ידי <i>µMatrix</i> אם אפשרות זו מאופשרת. אז תהיה בטוח לגבי זה שהדומיין(ים) אשר איתם התוסף יכול לתקשר נמצא(ים) ברשימה הלבנה.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=מחק עוגיות סשן לא חסומות privacyDeleteNonBlockedSessionCookiesPrompt2= דקות אחרי הפעם האחרונה שהן היו בשימוש. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “עוגיית סשן ... נמחקת כאשר אתה מסיים הסשן של הדפדפן. עוגיית הסשן מאוכסנת בזיכרון זמני ולא נשמרת לאחר שהדפדפן נסגר.”</p><p>אלא שהדבר <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>יכול לא לקרות</a> בדפדפנים מסויימים. כמו כן, לחלק, הפעולה של לסגור את הדפדפן על מנת שעוגיות הסשן יימחקו יכולה להיות פעולה מספיק מוקדמת.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=מחק <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=לעשות privacyClearCachePrompt1=מחק את הזיכרון מטמון כל privacyClearCachePrompt2=דקות. -privacyClearCacheHelp=<p>יש אתרי אינטרנט שממש רוצים לעקוב אחרייך, כל כך שהם ישתמשו בטריקים לא כל כך יפים על מנת לעקוף את כל הדברים שאתה עושה כדי לא להיות במעקב.</p><p>כמה מהטריקים האלה מתבססים<sup>[1, 2]</sup> על <a href='https://en.wikipedia.org/wiki/Web_cache'>הזיכרון מטמון של הדפדפן</a>, אשר תוכנו לרוב נמצא הרבה זמן על המחשב מכיוון שלעיתים רחוקות משתמשים ישקיעו מזמנם לנקות באופן קבוע את הזיכרון מטמון של הדפדפן שלהם.</p><p>יש אי נעימות קלה לנקות את הזיכרון מטמון של הדפדפן באופן קבוע (רוב הסיכויים שלא תשים לב כשזה קורה), והתועלת היא במניעה של העוקבים הנתעבים האלה מחדירה לפרטיות שלך.</p><p>סמן אפשרות זו בשביל ש <i>uMatrix</i> יעשה זאת בשבילך, כל כמה זמן שתרצה.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“מניעה מעקב אינטרנטי על ידי שימוש בזיכרון מטמון של הדפדפן”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“עוגיות חסרי העוגיות”</a></p> +privacyClearCacheHelp=<p>יש אתרי אינטרנט שממש רוצים לעקוב אחרייך, כל כך שהם ישתמשו בטריקים לא כל כך יפים על מנת לעקוף את כל הדברים שאתה עושה כדי לא להיות במעקב.</p><p>כמה מהטריקים האלה מתבססים<sup>[1, 2]</sup> על <a href='https://en.wikipedia.org/wiki/Web_cache'>הזיכרון מטמון של הדפדפן</a>, אשר תוכנו לרוב נמצא הרבה זמן על המחשב מכיוון שלעיתים רחוקות משתמשים ישקיעו מזמנם לנקות באופן קבוע את הזיכרון מטמון של הדפדפן שלהם.</p><p>יש אי נעימות קלה לנקות את הזיכרון מטמון של הדפדפן באופן קבוע (רוב הסיכויים שלא תשים לב כשזה קורה), והתועלת היא במניעה של העוקבים הנתעבים האלה מחדירה לפרטיות שלך.</p><p>סמן אפשרות זו בשביל ש <i>eMatrix</i> יעשה זאת בשבילך, כל כמה זמן שתרצה.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“מניעה מעקב אינטרנטי על ידי שימוש בזיכרון מטמון של הדפדפן”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“עוגיות חסרי העוגיות”</a></p> privacyProcessRefererPrompt=זייף את ה <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> של בקשות צד שלישי. -privacyProcessRefererHelp=מתוך ויקיפדיה:<blockquote>HTTP referer זוהי כותרת (header) של בקשת HTTP אשר מזהה את הכתובת של דף האינטרנט שמקושר למשאב שמבוקש. ... <b>משום שהמידע על המפנה (referer) יכול לפגוע בפרטיות, מספר דפדפנים מאפשרים למשתמש לבטל את השליחה של המידע של המפנה.</b></blockquote>אם אפשרות זו מאופשרת, <i>uMatrix</i> יזייף את המידע של ה HTTP referrer אם שם הדומיין של ה HTTP referrer הוא צד שלישי לשם הדומיין של בקשת הרשת. +privacyProcessRefererHelp=מתוך ויקיפדיה:<blockquote>HTTP referer זוהי כותרת (header) של בקשת HTTP אשר מזהה את הכתובת של דף האינטרנט שמקושר למשאב שמבוקש. ... <b>משום שהמידע על המפנה (referer) יכול לפגוע בפרטיות, מספר דפדפנים מאפשרים למשתמש לבטל את השליחה של המידע של המפנה.</b></blockquote>אם אפשרות זו מאופשרת, <i>eMatrix</i> יזייף את המידע של ה HTTP referrer אם שם הדומיין של ה HTTP referrer הוא צד שלישי לשם הדומיין של בקשת הרשת. privacyNoMixedContentPrompt=מצב HTTPS נוקשה: אסור על תוכן מעורב. privacyNoMixedContentHelp=<p>מתוך <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p>אם דף HTTPS (מאובטח) מכיל בתוכו תוכן שהובא באמצעות בקשת HTTP, אז החיבור מוצפן באופן חלקי בלבד: התוכן הלא מוצפן נגיש להסנפה ותוקפים שנמצאים באמצע יכולים לשנות אותו, ולכן החיבור כבר לא בטוח. כאשר דף אינטרנט מציג התנהגות זו, זה נקרא דף עם תוכן מעורב.</blockquote> privacyProcessHyperlinkAuditingPrompt=חסום את כל הניסיונות ל<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=נקה זיכרון מטמון hostsFilesExternalListNew=גרסה חדשה זמינה hostsFilesExternalListObsolete=לא עדכני rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>רשימת שינויים</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>רשימת שינויים</a> aboutStorageUsed=אחסון בשימוש: {{storageUsed}} בתים -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>דוקומנטציה</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>דוקומנטציה</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>הרשאות</a> aboutCode=קוד מקור (GPLv3) aboutIssues=באגים ובעיות @@ -142,7 +142,7 @@ aboutUserDataHeader=המידע שלך aboutBackupButton=גבה לקובץ... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=שחזר מקובץ... -aboutRestoreConfirm=כל ההגדרות שלך יוחלפו בנתונים שגובו ב {{time}}, ו uMatrix יופעל מחדש.\n\nהאם להחליף את כל ההגדרות הקיימות בנתונים המגובים? +aboutRestoreConfirm=כל ההגדרות שלך יוחלפו בנתונים שגובו ב {{time}}, ו eMatrix יופעל מחדש.\n\nהאם להחליף את כל ההגדרות הקיימות בנתונים המגובים? aboutRestoreError=לא הוצלח לקרוא את המידע או שהינו פגום aboutOr=... או ... aboutResetButton=אפס להגדרות ברירת מחדל @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=עוגייה נמחקה: {{value}} loggerEntryDeleteCookieError=נכשל במחיקת העוגייה: {{value}} loggerEntryBrowserCacheCleared=זיכרון מטמון נמחק loggerEntryAssetUpdated=הנכס עודכן: {{value}} -mainBlockedPrompt1=uMatrix מנע מהעמוד הבא מלהיטען: +mainBlockedPrompt1=eMatrix מנע מהעמוד הבא מלהיטען: mainBlockedPrompt2=בגלל החוק הבא mainBlockedBack=חזור mainBlockedClose=סגור diff --git a/locale/hi/messages.properties b/locale/hi/messages.properties index b79e657..d718343 100644 --- a/locale/hi/messages.properties +++ b/locale/hi/messages.properties @@ -1,6 +1,6 @@ extName=µमैट्रिक्स dashboardPageName=µमैट्रिक्स— डैशबोर्ड -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=सेटिंग्स privacyPageName=गोपनीयता statsPageName=आंकड़े @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Go to dashboard matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,7 +61,7 @@ statsPageOthers=Others statsPageDetailed=अनुरोध प्रवेश statsPageLogSizePrompt1=पिछले याद रखें statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=रिफ्रेश settingsPageTitle=µMatrix – सेटिंग्स settingsMatrixDisplayHeader=दिखावट @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=कोई नहीं settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=All -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/hu/messages.properties b/locale/hu/messages.properties index 6c055ac..d020cdb 100644 --- a/locale/hu/messages.properties +++ b/locale/hu/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Vezérlőpult -loggerPageName=uMatrix — Napló +extName=eMatrix +dashboardPageName=eMatrix — Vezérlőpult +loggerPageName=eMatrix — Napló settingsPageName=Beállítások privacyPageName=Adatvédelem statsPageName=Statisztika @@ -33,7 +33,7 @@ matrixRevertAllEntry=Minden ideiglenes változtatás visszavonása matrixLoggerMenuEntry=Napló megnyitása matrixDashboardMenuEntry=Irány a vezérlőpult matrixNoTabFound=Nem található weboldal -statsPageTitle=uMatrix – Statisztika +statsPageTitle=eMatrix – Statisztika statsPageGenericStats=Általános statisztikák statsPageCookieHeadersFoiled=<a href='https://hu.wikipedia.org/wiki/HTTP_cookie'>HTTP süti</a> header-ek blokkolva: {{count}} statsPageRefererHeadersFoiled=<a href='https://hu.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> header-ek blokkolva: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Egyebek statsPageDetailed=Napló statsPageLogSizePrompt1=Emlékezz az utolsó statsPageLogSizePrompt2=darab HTTP kérésre <b>oldalanként</b>. -statsPageLogSizeHelp=<p>A <i>uMatrix</i> lehetőséget ad a weboldalak által generált legutóbbi nyers HTTP lekérések részleteinek megtekintésére.</p><p>Ez leginkább haladó felhasználók számára hasznos, akik szeretnének képben lenni a weboldal tényleges működésével.</p><p>Természetesen a HTTP lekérések naplózása memóriát foglal, ezért amennyiben ilyen részletes technikai információkra nincs szükség, abban az esetben érdemes ezt a funkciót kikapcsolni memóriamegtakarítás céljából.</p><p>Ebben a mezőben megadható a maximálisan eltárolt HTTP lekérések száma; “<code>0</code>”-ra állítva ez a funkció kikapcsolásra kerül.</p> +statsPageLogSizeHelp=<p>A <i>eMatrix</i> lehetőséget ad a weboldalak által generált legutóbbi nyers HTTP lekérések részleteinek megtekintésére.</p><p>Ez leginkább haladó felhasználók számára hasznos, akik szeretnének képben lenni a weboldal tényleges működésével.</p><p>Természetesen a HTTP lekérések naplózása memóriát foglal, ezért amennyiben ilyen részletes technikai információkra nincs szükség, abban az esetben érdemes ezt a funkciót kikapcsolni memóriamegtakarítás céljából.</p><p>Ebben a mezőben megadható a maximálisan eltárolt HTTP lekérések száma; “<code>0</code>”-ra állítva ez a funkció kikapcsolásra kerül.</p> statsPageRefresh=Frissítés -settingsPageTitle=uMatrix – Beállítások +settingsPageTitle=eMatrix – Beállítások settingsMatrixDisplayHeader=Megjelenés settingsMatrixDisplayTextSizePrompt=Betűméret: settingsMatrixDisplayTextSizeNormal=Normál @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=A mátrix bezárásával a következő lapok inte settingsMatrixAutoReloadNone=Nincs settingsMatrixAutoReloadCurrent=Jelenlegi settingsMatrixAutoReloadAll=Mind -settingsMatrixAutoReloadInfo=Amennyiben a mátrixban olyan változtatások történnek, amelyek egy, vagy több oldal megjelenítését vagy működését befolyásolják, a mátrix bezárása után a <i>uMatrix</i> automatikusan újra fogja tölteni az érintett oldalakat. +settingsMatrixAutoReloadInfo=Amennyiben a mátrixban olyan változtatások történnek, amelyek egy, vagy több oldal megjelenítését vagy működését befolyásolják, a mátrix bezárása után a <i>eMatrix</i> automatikusan újra fogja tölteni az érintett oldalakat. settingsSubframeColor=Blokkolt keret: Szín settingsSubframeOpacity=Áttetszőség settingsIconBadgeEnabled=Jelenjen meg az egyedi lekérések száma az ikonon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Blokkolt elemek helyőrzőinek elrejtése settingsCollapseBlacklisted=Tiltott elemek helyőrzőinek elrejtése settingsNoscriptTagsSpoofed=<code><noscript></code> tagek tartalmának felülírása, ha az aktuális domain szkriptjei blokkolva vannak settingsCloudStorageEnabled=Felhőszolgáltatások támogatása -privacyPageTitle=uMatrix – Adatvédelem +privacyPageTitle=eMatrix – Adatvédelem privacyDeleteBlockedCookiesPrompt=Blokkolt sütik törlése. -privacyDeleteBlockedCookiesHelp=<p>A <i>uMatrix</i> a tiltólistás sütik böngészőből való távozását tiltja csak meg, a böngészőbe érkezésüket nem akadályozza meg. Ezúton tudomás szerezhető arról, ha egy oldal sütiket akar tárolni, valamint azok tartalma is megtekinthetővé válik.</p><p>Ezen opció bejelölésével a <i>uMatrix</i> automatikusan eltávolítja a beérkezett tiltott sütiket.</p><p><b>Fontos:</b> Nemcsak oldalak, hanem kiegészítők is indíthatnak lekérdezéseket működésük során, amelyek sütik létrehozásához vezethetnek. Amennyiben ez az opció engedélyezve van, továbbá a lekérésekhez tartozó hostneveken a sütik blokkolva vannak, akkor azok el lesznek távolítva a <i>uMatrix</i> által. Ez egyes kiegészítőknél hibás működést eredményezhet, amíg az általuk használt hostnevekről kapott sütik nincsenek engedélyezve.</p> +privacyDeleteBlockedCookiesHelp=<p>A <i>eMatrix</i> a tiltólistás sütik böngészőből való távozását tiltja csak meg, a böngészőbe érkezésüket nem akadályozza meg. Ezúton tudomás szerezhető arról, ha egy oldal sütiket akar tárolni, valamint azok tartalma is megtekinthetővé válik.</p><p>Ezen opció bejelölésével a <i>eMatrix</i> automatikusan eltávolítja a beérkezett tiltott sütiket.</p><p><b>Fontos:</b> Nemcsak oldalak, hanem kiegészítők is indíthatnak lekérdezéseket működésük során, amelyek sütik létrehozásához vezethetnek. Amennyiben ez az opció engedélyezve van, továbbá a lekérésekhez tartozó hostneveken a sütik blokkolva vannak, akkor azok el lesznek távolítva a <i>eMatrix</i> által. Ez egyes kiegészítőknél hibás működést eredményezhet, amíg az általuk használt hostnevekről kapott sütik nincsenek engedélyezve.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Nem blokkolt munkamenet sütik törlése privacyDeleteNonBlockedSessionCookiesPrompt2= perccel az utolsó használatuk után. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A munkamenet süti ... eltávolításra kerül a böngészési munkamenettel befejezően. A munkamenet süti ideiglenes memóriában tárolódik és a böngésző bezárásával törlésre kerül.”</p><p>Viszont pár böngészőnél <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>előfordulhat, hogy nem ez történik</a>, valamint nem minden esetben elfogadható megoldás a böngésző csak a munkamenet sütik törléséért való bezárása.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Blokkolt hostnevek által <a href='https: privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Gyorsítótárak ürítése privacyClearCachePrompt2=percenként. -privacyClearCacheHelp=<p>Egyes weboldalak annyira elszántan követni szeretnék a felhasználóikat, hogy képesek nem kifejezetten szép trükköket is bevetni a követés ellen tett lépéseik kikerülése érdekében.</p><p>Pár ilyen trükk<sup>[1, 2]</sup> a <a href='https://en.wikipedia.org/wiki/Web_cache'>böngésző gyorsítótárát</a> használja fel, tekintve, hogy a felhasználók ritkán ürítik ki azt, így gyakran sokáig eltárolásra kerülnek ezek a követők.</p><p>A böngésző gyorsítótárának gyakori ürítése kevés hátránnyal jár, (legtöbbször fel sem tűnik,) ráadásul megállítja ezeket az ellenszenves követéseket a személyes adatok védelme érdekében.</p><p>Ezen opció engedélyezésekor a <i>uMatrix</i> kiüríti a böngészó gyorsítótárát a megadott időközönként.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Egyes weboldalak annyira elszántan követni szeretnék a felhasználóikat, hogy képesek nem kifejezetten szép trükköket is bevetni a követés ellen tett lépéseik kikerülése érdekében.</p><p>Pár ilyen trükk<sup>[1, 2]</sup> a <a href='https://en.wikipedia.org/wiki/Web_cache'>böngésző gyorsítótárát</a> használja fel, tekintve, hogy a felhasználók ritkán ürítik ki azt, így gyakran sokáig eltárolásra kerülnek ezek a követők.</p><p>A böngésző gyorsítótárának gyakori ürítése kevés hátránnyal jár, (legtöbbször fel sem tűnik,) ráadásul megállítja ezeket az ellenszenves követéseket a személyes adatok védelme érdekében.</p><p>Ezen opció engedélyezésekor a <i>eMatrix</i> kiüríti a böngészó gyorsítótárát a megadott időközönként.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=A <a href='https://hu.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> header meghamisítása harmadik fél felé küldött lekérések esetében. -privacyProcessRefererHelp=Wikipediából:<blockquote>A Referer egy olyan HTTP header, ami meghatározza annak a weboldalnak címét, ami a lekért oldalra mutatott. ... <b>Mivel ez az információ a személyes adatok védelmét sértheti, néhány böngésző megengedi a felhasználóknak, hogy kikapcsolják ennek az információnak az elküldését.</b></blockquote>Ezen beállítás engedélyezésekor a <i>uMatrix</i> meg fogja hamisítani a referer információt abban az esetben, ha a referer domain neve harmadik félnek számít a lekérés domain nevéhez képest. +privacyProcessRefererHelp=Wikipediából:<blockquote>A Referer egy olyan HTTP header, ami meghatározza annak a weboldalnak címét, ami a lekért oldalra mutatott. ... <b>Mivel ez az információ a személyes adatok védelmét sértheti, néhány böngésző megengedi a felhasználóknak, hogy kikapcsolják ennek az információnak az elküldését.</b></blockquote>Ezen beállítás engedélyezésekor a <i>eMatrix</i> meg fogja hamisítani a referer információt abban az esetben, ha a referer domain neve harmadik félnek számít a lekérés domain nevéhez képest. privacyNoMixedContentPrompt=Szigorú HTTPS: kevert tartalom tiltása. privacyNoMixedContentHelp=<p>A <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>ből:</p><blockquote>Amennyiben [egy] HTTPS oldal sima, szöveges HTTP lekérésen kereszül elért elemeket tartalmaz, akkor a kapcsolat csak részben titkosított: a titkosítatlan tartalom a kapcsolatot lehallgató egyének számára is elérhető, valamint megváltoztatható man-in-the-middle támadás által, ezért a kapcsolat nem tekinthető védettnek ezek fényében. Amikor egy oldal ilyen jelenséget produkál, akkor azt kevert tartalmú oldalnak hívjuk.</blockquote> privacyProcessHyperlinkAuditingPrompt=Minden <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing'>hiperlink-auditálási</a> kísérlet blokkolása. @@ -128,10 +128,10 @@ hostsFilesExternalListPurge=gyorsítótár ürítése hostsFilesExternalListNew=új verzió érhető el hostsFilesExternalListObsolete=elavult rawSettingsWarning=Vigyázat! Ezen nyers beállítások megváltoztatása csak saját felelősségre. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Változási napló</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Változási napló</a> aboutStorageUsed=Tárolóhely használat: {{storageUsed}} byte -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentáció</a> -aboutPermissions=<a href='https://github.com/gorhill/uMatrix/wiki/About-the-required-permissions'>Engedélyek</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentáció</a> +aboutPermissions=<a href='https://github.com/gorhill/eMatrix/wiki/About-the-required-permissions'>Engedélyek</a> aboutCode=Forráskód (GPLv3) aboutIssues=Bugok és problémák aboutContributors=Közreműködők @@ -142,7 +142,7 @@ aboutUserDataHeader=Beállítások kezelése aboutBackupButton=Mentés fájlba... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Visszaállítás fájlból... -aboutRestoreConfirm=Minden jelenlegi beállítás felülírásra kerül a {{time}} dátumú biztonsági mentésben található beállítással, majd ezt követően a uMatrix újraindul.\n\nBiztosan felülírjam a jelenlegi beállításokat a megadott biztonsági mentéssel? +aboutRestoreConfirm=Minden jelenlegi beállítás felülírásra kerül a {{time}} dátumú biztonsági mentésben található beállítással, majd ezt követően a eMatrix újraindul.\n\nBiztosan felülírjam a jelenlegi beállításokat a megadott biztonsági mentéssel? aboutRestoreError=Nem olvasható vagy érvénytelen adat aboutOr=... vagy ... aboutResetButton=Alapbeállítások visszaállítása @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=süti törölve: {{value}} loggerEntryDeleteCookieError=süti törlése sikertelen: {{value}} loggerEntryBrowserCacheCleared=böngésző gyorsítótára kiürítve loggerEntryAssetUpdated=host adatok frissítve: {{value}} -mainBlockedPrompt1=A uMatrix megakadályozta a következő oldal betöltését: +mainBlockedPrompt1=A eMatrix megakadályozta a következő oldal betöltését: mainBlockedPrompt2=A következő szabály miatt mainBlockedBack=Vissza mainBlockedClose=Bezár diff --git a/locale/id/messages.properties b/locale/id/messages.properties index 50eac49..b640ade 100644 --- a/locale/id/messages.properties +++ b/locale/id/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Dasbor -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Dasbor +loggerPageName=eMatrix — Logger settingsPageName=Pengaturan privacyPageName=Privasi statsPageName=Statistik @@ -33,7 +33,7 @@ matrixRevertAllEntry=Kembalikan semua ubahan sementara matrixLoggerMenuEntry=Kunjungi pencatat matrixDashboardMenuEntry=Kunjungi dasbor matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistik +statsPageTitle=eMatrix – Statistik statsPageGenericStats=Statistik umum statsPageCookieHeadersFoiled=Tajuk <a href='https://id.wikipedia.org/wiki/Kuki_HTTP'>kuki HTTP</a> digagalkan: {{count}} statsPageRefererHeadersFoiled=Tajuk <a href='https://en.wikipedia.org/wiki/HTTP_referer'>perujuk HTTP</a> digagalkan: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Lainnya statsPageDetailed=Pencatat statsPageLogSizePrompt1=Ingat statsPageLogSizePrompt2=permintaan HTTP yang terakhir <b>per halaman</b>. -statsPageLogSizeHelp=<p>Anda dapat memeriksa rincian terkini permintaan mentah HTTP yang telah dibuat oleh halaman web (lihat di bawah).</p><p>Hal ini sangat berguna bagi para pengguna tingkat lanjut yang ingin menyelidiki secara pasti apa yang halaman web telah lakukan. Akan tetapi, mencatat permintaan HTTP ini memerlukan tambahan memori, dan jika anda tidak peduli tentang informasi teknis ini, maka memori terbuang dengan percuma.</p><p>Oleh karena itu, ruas ini memungkinkan anda mengatur jumlah maksimum permintaan HTTP terkini yang akan dicatat untuk pemeriksaan lebih lanjut.</p><p>Masukkan “<code>0</code>” untuk mematikan pencatatan terperinci (dan berarti berkurangnya penggunaan memori <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Anda dapat memeriksa rincian terkini permintaan mentah HTTP yang telah dibuat oleh halaman web (lihat di bawah).</p><p>Hal ini sangat berguna bagi para pengguna tingkat lanjut yang ingin menyelidiki secara pasti apa yang halaman web telah lakukan. Akan tetapi, mencatat permintaan HTTP ini memerlukan tambahan memori, dan jika anda tidak peduli tentang informasi teknis ini, maka memori terbuang dengan percuma.</p><p>Oleh karena itu, ruas ini memungkinkan anda mengatur jumlah maksimum permintaan HTTP terkini yang akan dicatat untuk pemeriksaan lebih lanjut.</p><p>Masukkan “<code>0</code>” untuk mematikan pencatatan terperinci (dan berarti berkurangnya penggunaan memori <i>eMatrix</i>).</p> statsPageRefresh=Segarkan -settingsPageTitle=uMatrix – Pengaturan +settingsPageTitle=eMatrix – Pengaturan settingsMatrixDisplayHeader=Tampilan settingsMatrixDisplayTextSizePrompt=Ukuran teks: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Ketika matriks ditutup, muat ulang dengan cerdas settingsMatrixAutoReloadNone=Nihil settingsMatrixAutoReloadCurrent=Saat ini settingsMatrixAutoReloadAll=Semua -settingsMatrixAutoReloadInfo=Kapanpun anda membuat perubahan pada matriks yang dapat mempengaruhi tampilan dan/atau perilaku satu atau lebih halaman, <i>uMatrix</i> akan memuat ulang halaman yang terdampak secara otomatis ketika anda menutup matriks. +settingsMatrixAutoReloadInfo=Kapanpun anda membuat perubahan pada matriks yang dapat mempengaruhi tampilan dan/atau perilaku satu atau lebih halaman, <i>eMatrix</i> akan memuat ulang halaman yang terdampak secara otomatis ketika anda menutup matriks. settingsSubframeColor=Frame diblokir: Warna settingsSubframeOpacity=Kepekatan settingsIconBadgeEnabled=Tampilkan jumlah permintaan yang berbeda pada ikon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Runtuhkan tempat elemen yang diblokir settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Fungsikan dukungan penyimpanan awan -privacyPageTitle=uMatrix – Privasi +privacyPageTitle=eMatrix – Privasi privacyDeleteBlockedCookiesPrompt=Hapus kuki yang diblokir. -privacyDeleteBlockedCookiesHelp=<p>Kuki dalam daftar hitam tidak dicegah oleh <i>uMatrix</i> untuk masuk ke peramban anda. Namun mereka dicegah untuk meninggalkan peramban anda, dan itulah yang terpenting. Tidak memblokir kuki sebelum mereka masuk ke peramban anda memberikan anda kesempatan mendapatkan informasi bahwa situs tersebut mencoba untuk menggunakan kuki, dan lebih lanjut memeriksa isi kuki tersebut jika anda inginkan.</p><p>Setelah kuki dalam daftar hitam ini dicatat oleh <i>uMatrix</i>, mereka dapat dibuang dari peramban anda jika anda menginginkannya.</p><p><b>Catatan penting:</b> Ekstensi dapat membuat permintaan web selama operasi normal ekstensi berjalan. Permintaan ini dapat mengakibatkan beberapa kuki dibuat dalam peramban. Jika nama host dari mana kuki berasal tidak dalam daftar putih, kuki akan dibuang dari peramban oleh <i>uMatrix</i> jika opsi berikut dicentang. Jadi, pastikan nama host dengan yang ekstensi berkomunikasi masuk dalam daftar putih.</p> +privacyDeleteBlockedCookiesHelp=<p>Kuki dalam daftar hitam tidak dicegah oleh <i>eMatrix</i> untuk masuk ke peramban anda. Namun mereka dicegah untuk meninggalkan peramban anda, dan itulah yang terpenting. Tidak memblokir kuki sebelum mereka masuk ke peramban anda memberikan anda kesempatan mendapatkan informasi bahwa situs tersebut mencoba untuk menggunakan kuki, dan lebih lanjut memeriksa isi kuki tersebut jika anda inginkan.</p><p>Setelah kuki dalam daftar hitam ini dicatat oleh <i>eMatrix</i>, mereka dapat dibuang dari peramban anda jika anda menginginkannya.</p><p><b>Catatan penting:</b> Ekstensi dapat membuat permintaan web selama operasi normal ekstensi berjalan. Permintaan ini dapat mengakibatkan beberapa kuki dibuat dalam peramban. Jika nama host dari mana kuki berasal tidak dalam daftar putih, kuki akan dibuang dari peramban oleh <i>eMatrix</i> jika opsi berikut dicentang. Jadi, pastikan nama host dengan yang ekstensi berkomunikasi masuk dalam daftar putih.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Hapus kuki sesi yang tidak diblokir privacyDeleteNonBlockedSessionCookiesPrompt2= menit setelah terakhir kali mereka digunakan. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Kuki sesi ... dihapus ketika anda mengakhiri sesi peramban. Kuki sesi disimpan di dalam memori sementara dan tidak tinggal setelah peramban ditutup.”</p><p>Kecuali hal tersebut <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>mungkin tidak akan terjadi</a> pada beberapa peramban. Juga, bagi beberapa, menutup peramban agar kuki sesi dibersihkan mungkin tidak cukup cepat.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Hapus muatan <a href='https://en.wikipedi privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Bersihkan tembolok peramban setiap privacyClearCachePrompt2=menit. -privacyClearCacheHelp=<p>Beberapa situs sangat lihai dalam melacak anda, amat sangat lihai sampai-sampai mereka akan gunakan cara-cara yang tidak baik untuk menghindari apapun tindakan yang anda lakukan agar tidak dilacak.</p><p>Beberapa cara-cara ini mengandalkan<sup>[1, 2]</sup> <a href='https://en.wikipedia.org/wiki/Web_cache'>tembolok peramban</a>, yang muatannya terkadang bertahan lama karena jarang pengguna menyempatkan waktu secara berkala membersihkan tembolok peramban mereka.</p><p>Ada sedikit ketidaknyamanan untuk membersihkan tembolok peramban secara berkala (kemungkinan adalah anda tidak akan tahu ketika hal tersebut terjadi), dan keuntungannya adalah untuk mencegah pelacak yang menjengkelkan ini melanggar privasi anda.</p><p>Centang opsi berikut untuk membuat <i>uMatrix</i> melakukannya untuk anda, pada selang waktu yang anda inginkan.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Mencegah Pelacakan Web melalui Tembolok Web”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Kuki tanpa kuki”</a></p> +privacyClearCacheHelp=<p>Beberapa situs sangat lihai dalam melacak anda, amat sangat lihai sampai-sampai mereka akan gunakan cara-cara yang tidak baik untuk menghindari apapun tindakan yang anda lakukan agar tidak dilacak.</p><p>Beberapa cara-cara ini mengandalkan<sup>[1, 2]</sup> <a href='https://en.wikipedia.org/wiki/Web_cache'>tembolok peramban</a>, yang muatannya terkadang bertahan lama karena jarang pengguna menyempatkan waktu secara berkala membersihkan tembolok peramban mereka.</p><p>Ada sedikit ketidaknyamanan untuk membersihkan tembolok peramban secara berkala (kemungkinan adalah anda tidak akan tahu ketika hal tersebut terjadi), dan keuntungannya adalah untuk mencegah pelacak yang menjengkelkan ini melanggar privasi anda.</p><p>Centang opsi berikut untuk membuat <i>eMatrix</i> melakukannya untuk anda, pada selang waktu yang anda inginkan.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Mencegah Pelacakan Web melalui Tembolok Web”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Kuki tanpa kuki”</a></p> privacyProcessRefererPrompt=Palsukan untai <a href='https://en.wikipedia.org/wiki/HTTP_referer'>perujuk HTTP</a> pada permintaan pihak ketiga. -privacyProcessRefererHelp=Dari Wikipedia:<blockquote>Perujuk HTTP adalah sebuah ruas tajuk HTTP yang mengidentifikasi alamat dari halaman web yang bertautan dengan sumber daya yang sedang diminta. ... <b>Karena informasi perujuk dapat melanggar privasi, beberapa peramban memperbolehkan pengguna untuk menonaktifkan pengiriman informasi perujuk.</b></blockquote>Jika aturan ini dicentang, <i>uMatrix</i> akan memalsukan informasi perujuk HTTP jika nama domain perujuk HTTP adalah pihak ketiga dari nama domain jaringan yang diminta. +privacyProcessRefererHelp=Dari Wikipedia:<blockquote>Perujuk HTTP adalah sebuah ruas tajuk HTTP yang mengidentifikasi alamat dari halaman web yang bertautan dengan sumber daya yang sedang diminta. ... <b>Karena informasi perujuk dapat melanggar privasi, beberapa peramban memperbolehkan pengguna untuk menonaktifkan pengiriman informasi perujuk.</b></blockquote>Jika aturan ini dicentang, <i>eMatrix</i> akan memalsukan informasi perujuk HTTP jika nama domain perujuk HTTP adalah pihak ketiga dari nama domain jaringan yang diminta. privacyNoMixedContentPrompt=HTTPS Ketat: larang konten campuran. privacyNoMixedContentHelp=<p>Dari <a href='https://developer.mozilla.org/id/docs/Security/MixedContent'>Jaringan Pengembang Mozilla</a>:</p><blockquote>Jika halaman HTTPS mengandung muatan yang diambil melalui HTTP umum / berteks jelas, maka koneksi hanya terenkripsi sebagian: muatan yang tidak terenkripsi tersedia bagi para pengendus jaringan dan dapat diubah oleh serangan orang-ditengah, dan oleh karena itu koneksi menjadi tidak lagi aman. Ketika halaman web memperlihatkan perilaku seperti ini, hal ini disebut “halaman dengan muatan campuran tidak aman”.</blockquote> privacyProcessHyperlinkAuditingPrompt=Blokir semua percobaan <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>pengauditan pranala</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=bersihkan tembolok hostsFilesExternalListNew=versi baru tersedia hostsFilesExternalListObsolete=usang rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Catatan perubahan</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Catatan perubahan</a> aboutStorageUsed=Penyimpanan digunakan: {{storageUsed}} bita -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasi</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentasi</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Perizinan</a> aboutCode=Kode sumber (GPLv3) aboutIssues=Kutu dan masalah @@ -142,7 +142,7 @@ aboutUserDataHeader=Data anda aboutBackupButton=Cadangkan ke berkas... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Pulihkan dari berkas... -aboutRestoreConfirm=Semua pengaturan anda akan ditimpa menggunakan data yang dicadangkan pada {{time}}, dan uMatrix akan memulai ulang.\n\nTimpa semua aturan yang ada menggunakan data yang dicadangkan? +aboutRestoreConfirm=Semua pengaturan anda akan ditimpa menggunakan data yang dicadangkan pada {{time}}, dan eMatrix akan memulai ulang.\n\nTimpa semua aturan yang ada menggunakan data yang dicadangkan? aboutRestoreError=Data tidak dapat dibaca atau tidak valid aboutOr=... atau ... aboutResetButton=Kembalikan ke pengaturan bawaan @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=kuki dihapus: {{value}} loggerEntryDeleteCookieError=gagal menghapus kuki: {{value}} loggerEntryBrowserCacheCleared=tembolok peramban dibersihkan loggerEntryAssetUpdated=aset diperbarui: {{value}} -mainBlockedPrompt1=uMatrix telah mencegah laman berikut dimuat: +mainBlockedPrompt1=eMatrix telah mencegah laman berikut dimuat: mainBlockedPrompt2=Disebabkan oleh aturan berikut mainBlockedBack=Kembali mainBlockedClose=Tutup diff --git a/locale/it/messages.properties b/locale/it/messages.properties index 2874a27..eeae5e2 100644 --- a/locale/it/messages.properties +++ b/locale/it/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Pannello di controllo -loggerPageName=uMatrix — Registro +extName=eMatrix +dashboardPageName=eMatrix — Pannello di controllo +loggerPageName=eMatrix — Registro settingsPageName=Opzioni privacyPageName=Privacy statsPageName=Statistiche @@ -33,7 +33,7 @@ matrixRevertAllEntry=Ripristina tutte le modifiche temporanee matrixLoggerMenuEntry=Vai al registro delle richieste matrixDashboardMenuEntry=Vai al pannello di controllo matrixNoTabFound=Nessuna pagina trovata -statsPageTitle=uMatrix – Statistiche +statsPageTitle=eMatrix – Statistiche statsPageGenericStats=Statistiche generali statsPageCookieHeadersFoiled=<a href='http://it.wikipedia.org/wiki/Cookie'>HTTP cookie</a> headers bloccati: {{count}} statsPageRefererHeadersFoiled=<a href='https://it.wikipedia.org/wiki/Referer'>HTTP referer</a> headers bloccati: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Altro statsPageDetailed=Registro delle richieste statsPageLogSizePrompt1=Ricorda le ultime statsPageLogSizePrompt2=richieste HTTP <b>per pagina</b>. -statsPageLogSizeHelp=<p>Puoi ispezionare i dettagli della richiesta HTTP raw più recente fatta da una pagina web (vedi sotto).</p><p>Questo è utile soprattutto per gli utenti avanzati che vogliono investigare su cosa fa esattamente una pagina web. Tuttavia registrare queste richieste HTTP richiede memoria, e se non ti interessano le informazioni tecniche, allora è uno spreco di memoria.</p><p>Ecco questo campo per regolare il massimo numero di richieste HTTP recenti da registrare per ulteriori ispezioni.</p><p>Inserisci “<code>0</code>” per disattivare la registrazione (e di conseguenza ridurre l'ingombro di memoria di <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Puoi ispezionare i dettagli della richiesta HTTP raw più recente fatta da una pagina web (vedi sotto).</p><p>Questo è utile soprattutto per gli utenti avanzati che vogliono investigare su cosa fa esattamente una pagina web. Tuttavia registrare queste richieste HTTP richiede memoria, e se non ti interessano le informazioni tecniche, allora è uno spreco di memoria.</p><p>Ecco questo campo per regolare il massimo numero di richieste HTTP recenti da registrare per ulteriori ispezioni.</p><p>Inserisci “<code>0</code>” per disattivare la registrazione (e di conseguenza ridurre l'ingombro di memoria di <i>eMatrix</i>).</p> statsPageRefresh=Aggiorna -settingsPageTitle=uMatrix – Impostazioni +settingsPageTitle=eMatrix – Impostazioni settingsMatrixDisplayHeader=Aspetto settingsMatrixDisplayTextSizePrompt=Dimensione del testo: settingsMatrixDisplayTextSizeNormal=Normale @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Quando la matrice è chiusa, ricarica queste sche settingsMatrixAutoReloadNone=Nessuna settingsMatrixAutoReloadCurrent=Pagina corrente settingsMatrixAutoReloadAll=Tutte -settingsMatrixAutoReloadInfo=Ogni volta che effettui modifiche nella matrice che possono influenzare la visualizzazione e/o il comportamento di una o più pagine, <i>uMatrix</i> ricaricherà automaticamente le pagine in questione quando chiudi la matrice. +settingsMatrixAutoReloadInfo=Ogni volta che effettui modifiche nella matrice che possono influenzare la visualizzazione e/o il comportamento di una o più pagine, <i>eMatrix</i> ricaricherà automaticamente le pagine in questione quando chiudi la matrice. settingsSubframeColor=Frames bloccati: Colore settingsSubframeOpacity=Opacità settingsIconBadgeEnabled=Mostra il numero di richieste sull'icona @@ -86,9 +86,9 @@ settingsCollapseBlocked=Nascondi lo spazio riservato agli elementi bloccati settingsCollapseBlacklisted=Nascondi lo spazio riservato agli elementi bloccati settingsNoscriptTagsSpoofed=Falsifica i tag <code><noscript></code> quando gli script del dominio sono bloccati settingsCloudStorageEnabled=Attiva il supporto all'archiviazione sul cloud -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Cancella cookies bloccati. -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> non può impedire ai cookie bloccati di entrare nel tuo browser. Tuttavia impedisce che lascino il tuo browser, che è la cosa che conta. Non bloccare i cookie prima che entrino nel tuo browser ti dà la possibilità di sapere che un sito ha provato ad utilizzare cookie, e anche di ispezionarne il contenuto se lo desideri.</p><p>Quando questi cookie bloccati vengono presi in gestione da <i>uMatrix</i>, possono essere rimossi dal browser se lo desideri.</p><p><b>Nota importante:</b> Le estensioni possono fare richieste web durante il loro normale funzionamento. Queste richieste possono portare alla creazione di cookie nel browser. Se il nome dell'host da cui proviene un cookie non è presente nella lista bianca, il cookie verrà rimosso dal browser da <i>uMatrix</i> se l'opzione è selezionata. Assicurati quindi che il/i nome/i dell'host con cui un'estensione comunica sia in lista bianca.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> non può impedire ai cookie bloccati di entrare nel tuo browser. Tuttavia impedisce che lascino il tuo browser, che è la cosa che conta. Non bloccare i cookie prima che entrino nel tuo browser ti dà la possibilità di sapere che un sito ha provato ad utilizzare cookie, e anche di ispezionarne il contenuto se lo desideri.</p><p>Quando questi cookie bloccati vengono presi in gestione da <i>eMatrix</i>, possono essere rimossi dal browser se lo desideri.</p><p><b>Nota importante:</b> Le estensioni possono fare richieste web durante il loro normale funzionamento. Queste richieste possono portare alla creazione di cookie nel browser. Se il nome dell'host da cui proviene un cookie non è presente nella lista bianca, il cookie verrà rimosso dal browser da <i>eMatrix</i> se l'opzione è selezionata. Assicurati quindi che il/i nome/i dell'host con cui un'estensione comunica sia in lista bianca.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Elimina i cookie di sessione non bloccati privacyDeleteNonBlockedSessionCookiesPrompt2= minuti dopo l'ultima volta che sono stati usati. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Un cookie di sessione ... viene cancellato al termine della sessione del browser. Il cookie di sessione è memorizzato nella memoria temporanea e non viene conservato dopo la chiusura del browser.”</p><p>A parte il fatto che ciò <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>potrebbe non accadere</a> in alcuni browser. Inoltre, per alcuni, dover chiudere il browser per eliminare i cookie di sessione potrebbe non essere abbastanza presto.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Elimina il contenuto del <a href='https:/ privacyDeleteBlockedLocalStorageHelp=DA FARE privacyClearCachePrompt1=Elimina la cache del browser ogni privacyClearCachePrompt2=minuti. -privacyClearCacheHelp=<p>Alcuni siti sono davvero inclini a tracciarti, tanto che utilizzeranno trucchi non molto carini per sorpassare qualsiasi misura prendi per non essere monitorato.</p><p>Alcuni di questi trucchi si basano<sup>[1, 2]</sup> sulla <a href='https://it.wikipedia.org/wiki/Web_cache'>cache del browser</a>, il quale contenuto è spesso di lunga durata, dato che raramente gli utenti si prendono il tempo di cancellare regolarmente la cache del loro browser.</p><p>C'è poco disagio nel cancellare la cache del browser regolarmente (probabilmente non te ne renderai conto), e il vantaggio è quello di evitare che questi infelici tracker invadano la tua privacy.</p><p>Seleziona questa opzione se vuoi che <i>uMatrix</i> lo faccia per te, a intervalli scelti.</p><p>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a> [2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Alcuni siti sono davvero inclini a tracciarti, tanto che utilizzeranno trucchi non molto carini per sorpassare qualsiasi misura prendi per non essere monitorato.</p><p>Alcuni di questi trucchi si basano<sup>[1, 2]</sup> sulla <a href='https://it.wikipedia.org/wiki/Web_cache'>cache del browser</a>, il quale contenuto è spesso di lunga durata, dato che raramente gli utenti si prendono il tempo di cancellare regolarmente la cache del loro browser.</p><p>C'è poco disagio nel cancellare la cache del browser regolarmente (probabilmente non te ne renderai conto), e il vantaggio è quello di evitare che questi infelici tracker invadano la tua privacy.</p><p>Seleziona questa opzione se vuoi che <i>eMatrix</i> lo faccia per te, a intervalli scelti.</p><p>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a> [2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Falsifica (spoof) la stringa <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> di richieste di terze parti. -privacyProcessRefererHelp=Da Wikipedia (en):<blockquote>Un referer HTTP è un campo di intestazione HTTP che identifica l'indirizzo della pagina web di provenienza verso la risorsa richiesta. ... <b>Poiché le informazioni del referer possono violare la privacy, alcuni browser consentono all'utente di disabilitare l'invio delle informazioni del referer.</b></blockquote>Se questa opzione è selezionata, <i>uMatrix</i> falsificherà (spoof) le informazioni del referrer HTTP se il nome di dominio del referrer HTTP è di terze parti. +privacyProcessRefererHelp=Da Wikipedia (en):<blockquote>Un referer HTTP è un campo di intestazione HTTP che identifica l'indirizzo della pagina web di provenienza verso la risorsa richiesta. ... <b>Poiché le informazioni del referer possono violare la privacy, alcuni browser consentono all'utente di disabilitare l'invio delle informazioni del referer.</b></blockquote>Se questa opzione è selezionata, <i>eMatrix</i> falsificherà (spoof) le informazioni del referrer HTTP se il nome di dominio del referrer HTTP è di terze parti. privacyNoMixedContentPrompt=Strict HTTPS: proibisci i contenuti misti. privacyNoMixedContentHelp=<p>Da <a href='https://developer.mozilla.org/it/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Se [a] la pagina HTTPS include contenuti recuperati attraverso richieste HTTP regolari (non crittografate), la connessione risulterà solo parzialmente criptata: il contenuto non crittografato è accessibile a sniffer e potrebbe essere modificato da attacchi man-in-the-middle. In questo caso la connessione non è più considerata protetta. Quando una pagina web presenta questo comportamento si parla di una pagina con Contenuto Misto.</blockquote> privacyProcessHyperlinkAuditingPrompt=Blocca tutti i tentativi di <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>revisione degli hyperlink</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=elimina cache hostsFilesExternalListNew=nuova versione disponibile hostsFilesExternalListObsolete=obsoleta rawSettingsWarning=Attenzione! Modifica queste impostazioni grezze a tuo rischio. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Spazio utilizzato: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentazione</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentazione</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permessi</a> aboutCode=Codice sorgente (GPLv3) aboutIssues=Bugs e problemi @@ -142,7 +142,7 @@ aboutUserDataHeader=Tuoi dati aboutBackupButton=Crea file di backup... aboutBackupFilename=mio-umatrix-backup.txt aboutRestoreButton=Ripristina dal file... -aboutRestoreConfirm=Tutte le impostazioni verranno sovrascritte utilizzando i dati di backup del {{time}}, e uMatrix sarà riavviato. \n\nSovrascrivere tutte le impostazioni esistenti con quelle del backup? +aboutRestoreConfirm=Tutte le impostazioni verranno sovrascritte utilizzando i dati di backup del {{time}}, e eMatrix sarà riavviato. \n\nSovrascrivere tutte le impostazioni esistenti con quelle del backup? aboutRestoreError=I dati non possono essere letti o sono invalidi aboutOr=... o ... aboutResetButton=Torna ai parametri di default @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie eliminato: {{value}} loggerEntryDeleteCookieError=impossibile eliminare il cookie: {{value}} loggerEntryBrowserCacheCleared=cache del browser svuotata loggerEntryAssetUpdated=asset aggiornato: {{value}} -mainBlockedPrompt1=uMatrix ha impedito alla seguente pagina di caricarsi: +mainBlockedPrompt1=eMatrix ha impedito alla seguente pagina di caricarsi: mainBlockedPrompt2=A causa della regola seguente mainBlockedBack=Torna indietro mainBlockedClose=Chiudi diff --git a/locale/ja/messages.properties b/locale/ja/messages.properties index 054ed9e..12b5271 100644 --- a/locale/ja/messages.properties +++ b/locale/ja/messages.properties @@ -1,13 +1,13 @@ -extName=uMatrix -dashboardPageName=uMatrix — ダッシュボード -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — ダッシュボード +loggerPageName=eMatrix — Logger settingsPageName=設定 privacyPageName=プライバシー statsPageName=統計 userRulesPageName=My ルール ubiquitousRulesPageName=ホストファイル rawSettingsPageName=詳細 -aboutPageName=uMatrix について +aboutPageName=eMatrix について allPrettyName=すべて cookiePrettyName=Cookie cssPrettyName=CSS @@ -33,7 +33,7 @@ matrixRevertAllEntry=すべての一時的な変更を元に戻す matrixLoggerMenuEntry=Logger を開く matrixDashboardMenuEntry=ダッシュボードを開く matrixNoTabFound=ページが見つかりません -statsPageTitle=uMatrix – 統計 +statsPageTitle=eMatrix – 統計 statsPageGenericStats=一般的な統計 statsPageCookieHeadersFoiled=拒否した <a href='https://en.wikipedia.org/wiki/HTTP_cookie'>Cookie</a> の数: {{count}} statsPageRefererHeadersFoiled=拒否した <a href='https://en.wikipedia.org/wiki/HTTP_referer'>リファラ</a> の数: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=その他 statsPageDetailed=Logger statsPageLogSizePrompt1=ページあたり直近の statsPageLogSizePrompt2=<b>1ページあたり</b> の HTTP 要求 -statsPageLogSizeHelp=<p>Web ページ(下記参照)による直近の HTTP リクエストの詳細を調べることができます。</p><p>これは、Web ページが何をしていたかを正確に調べたい上級ユーザーにとってとても便利です。しかし、これらの HTTP リクエストをログに記録するのは多くのメモリーを必要とします。もしあなたがこの技術情報を必要としない場合、メモリーが浪費されています。</p><p>このフィールドではログに記録される直近の HTTP リクエストの上限を調整することができます。</p><p>ログ記録を無効化したい(そして <i>uMatrix</i> のメモリー消費量を削減したい)場合は “<code>0</code>” を入力してください。</p> +statsPageLogSizeHelp=<p>Web ページ(下記参照)による直近の HTTP リクエストの詳細を調べることができます。</p><p>これは、Web ページが何をしていたかを正確に調べたい上級ユーザーにとってとても便利です。しかし、これらの HTTP リクエストをログに記録するのは多くのメモリーを必要とします。もしあなたがこの技術情報を必要としない場合、メモリーが浪費されています。</p><p>このフィールドではログに記録される直近の HTTP リクエストの上限を調整することができます。</p><p>ログ記録を無効化したい(そして <i>eMatrix</i> のメモリー消費量を削減したい)場合は “<code>0</code>” を入力してください。</p> statsPageRefresh=再読み込み -settingsPageTitle=uMatrix – 設定 +settingsPageTitle=eMatrix – 設定 settingsMatrixDisplayHeader=外観 settingsMatrixDisplayTextSizePrompt=文字の大きさ: settingsMatrixDisplayTextSizeNormal=標準 @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Matrix を閉じたとき、これらのタブを settingsMatrixAutoReloadNone=なし settingsMatrixAutoReloadCurrent=現在 settingsMatrixAutoReloadAll=すべて -settingsMatrixAutoReloadInfo=1 ページ以上に影響を与える変更をしてから Matrix を閉じたときは、<i>uMatrix</i> は影響をうけるページを再読み込みします +settingsMatrixAutoReloadInfo=1 ページ以上に影響を与える変更をしてから Matrix を閉じたときは、<i>eMatrix</i> は影響をうけるページを再読み込みします settingsSubframeColor=ブロック中のframe: Color settingsSubframeOpacity=不透明度 settingsIconBadgeEnabled=アイコンにリクエスト数を表示する @@ -86,9 +86,9 @@ settingsCollapseBlocked=ブロックした要素のプレースホルダを表 settingsCollapseBlacklisted=明示的に拒否した要素のプレースホルダを表示しない settingsNoscriptTagsSpoofed=訪れているサイトのスクリプトがブロックされている場合に <code><noscript></code> タグを偽装する settingsCloudStorageEnabled=クラウドストレージのサポートを有効にする -privacyPageTitle=uMatrix – プライバシー +privacyPageTitle=eMatrix – プライバシー privacyDeleteBlockedCookiesPrompt=ブロックした Cookie を削除する -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> は、ブロックされる設定の Cookie であってもブラウザに入ってくることは許可し、出て行くことをブロックします(後者が本当に必要なことです)。ブラウザに入ってくるのを許可することで、そのサイトが Cookie を使おうとしていることをユーザが確認でき、さらにその内容を調べることもできます。</p><p><i>uMatrix</i> でこれらの Cookie について確認したあと、必要であればそれらをブラウザから削除しても構いません。</p><p><b>重要な注意点:</b> ブラウザの拡張機能はその機能の一部として Web リクエストをおこなうことがあり、場合によってはブラウザ内に Cookie が保存されます。このオプションをオンにした場合、該当のホストを許可しておかないと <i>uMatrix</i> によって Cookie が削除されます。拡張機能が通信するホストを許可しておくことを忘れないでください。</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> は、ブロックされる設定の Cookie であってもブラウザに入ってくることは許可し、出て行くことをブロックします(後者が本当に必要なことです)。ブラウザに入ってくるのを許可することで、そのサイトが Cookie を使おうとしていることをユーザが確認でき、さらにその内容を調べることもできます。</p><p><i>eMatrix</i> でこれらの Cookie について確認したあと、必要であればそれらをブラウザから削除しても構いません。</p><p><b>重要な注意点:</b> ブラウザの拡張機能はその機能の一部として Web リクエストをおこなうことがあり、場合によってはブラウザ内に Cookie が保存されます。このオプションをオンにした場合、該当のホストを許可しておかないと <i>eMatrix</i> によって Cookie が削除されます。拡張機能が通信するホストを許可しておくことを忘れないでください。</p> privacyDeleteNonBlockedSessionCookiesPrompt1=ブロックしていないセッション Cookie を削除する ( privacyDeleteNonBlockedSessionCookiesPrompt2= 分間使用されていない場合) privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “ブラウザを終了するとセッション Cookie は消去されます。セッション Cookie は一時的に保存され、ブラウザが閉じられた後には保持されません。”</p><p><a href='https://code.google.com/p/chromium/issues/detail?id=128513'>この動きをしない</a> ブラウザもあります。また、セッション Cookie を消去するためだけに、ブラウザを閉じたくないということがあるかもしれません。</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=ブロックしているホストが保 privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=ブラウザのキャッシュをクリアする( privacyClearCachePrompt2=分おき) -privacyClearCacheHelp=<p>ユーザの行動を追跡するのに必死な Web サイトもあります。こうした Web サイトは行儀の悪い方法を使って、追跡されないようにするための対策を回避しようとします。</p><p>こうした手法の一部は、<a href='https://en.wikipedia.org/wiki/Web_cache'>ブラウザのキャッシュ</a>に依存 <sup>[1, 2]</sup> しています。なぜなら、ブラウザのキャッシュを消去する人はまれで、多くの場合に長期間にわたって残り続けるためです。</p><p>定期的にブラウザのキャッシュを消去することによる不都合はほとんどありません(あるとすれば、消去されるときユーザが気づかないということです)。メリットは、こうした不愉快なトラッカーによってあなたのプライバシーが侵害されるのを防げるという点です。</p><p>このオプションを設定することで、任意の間隔で <i>uMatrix</i> がブラウザのキャッシュを消去するようになります。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>ユーザの行動を追跡するのに必死な Web サイトもあります。こうした Web サイトは行儀の悪い方法を使って、追跡されないようにするための対策を回避しようとします。</p><p>こうした手法の一部は、<a href='https://en.wikipedia.org/wiki/Web_cache'>ブラウザのキャッシュ</a>に依存 <sup>[1, 2]</sup> しています。なぜなら、ブラウザのキャッシュを消去する人はまれで、多くの場合に長期間にわたって残り続けるためです。</p><p>定期的にブラウザのキャッシュを消去することによる不都合はほとんどありません(あるとすれば、消去されるときユーザが気づかないということです)。メリットは、こうした不愉快なトラッカーによってあなたのプライバシーが侵害されるのを防げるという点です。</p><p>このオプションを設定することで、任意の間隔で <i>eMatrix</i> がブラウザのキャッシュを消去するようになります。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=サードパーティーリクエストの <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP リファラ</a> を偽装する -privacyProcessRefererHelp=Wikipedia から引用:<blockquote>HTTP リファラは、要求しているリソースにリンクしたウェブページのアドレスを識別する HTTP ヘッダのフィールドです。<b>リファラはプライバシーを侵害するおそれがあるため、一部の Web ブラウザでは、ユーザーがリファラの送信を無効にすることができます</b>。</blockquote>この設定をオンにすると、HTTP リファラのドメイン名がアクセスしている Web サイトのドメイン名と異なる場合(サードパーティリクエストである場合)、<i>uMatrix</i> は HTTP リファラを偽装します。 +privacyProcessRefererHelp=Wikipedia から引用:<blockquote>HTTP リファラは、要求しているリソースにリンクしたウェブページのアドレスを識別する HTTP ヘッダのフィールドです。<b>リファラはプライバシーを侵害するおそれがあるため、一部の Web ブラウザでは、ユーザーがリファラの送信を無効にすることができます</b>。</blockquote>この設定をオンにすると、HTTP リファラのドメイン名がアクセスしている Web サイトのドメイン名と異なる場合(サードパーティリクエストである場合)、<i>eMatrix</i> は HTTP リファラを偽装します。 privacyNoMixedContentPrompt=厳密な HTTPS: 混在コンテンツをブロックする privacyNoMixedContentHelp=<p><a href='https://developer.mozilla.org/ja/docs/Security/%E6%B7%B7%E5%9C%A8%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84'>Mozilla Developer Network</a> から引用:</p><blockquote>HTTPS のページの中に平文の HTTP で送られてくるコンテンツが含まれている場合、混在コンテンツと呼ばれます。このようなページは部分的にしか暗号化されておらず、盗聴者や中間者攻撃者が暗号化されていないコンテンツにアクセスできてしまいます。つまり、ページは安全ではありません。</blockquote> privacyProcessHyperlinkAuditingPrompt=すべての <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>ハイパーリンク監査</a> を拒否する @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=キャッシュのクリア hostsFilesExternalListNew=新しいバージョンを利用できます hostsFilesExternalListObsolete=古い rawSettingsWarning=警告! これらの内部設定はご自身のリスクにより変更すること。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>変更履歴</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>変更履歴</a> aboutStorageUsed=使用中のストレージ: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>ドキュメント</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>ドキュメント</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>パーミッションについて</a> aboutCode=ソースコード (GPLv3) aboutIssues=バグや問題点 @@ -142,7 +142,7 @@ aboutUserDataHeader=データ aboutBackupButton=ファイルにバックアップ... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=ファイルから復元... -aboutRestoreConfirm=すべての設定は {{time}} のバックアップデータで上書きされ、uMatrix が再起動します。\n\nバックアップデータで上書きしますか? +aboutRestoreConfirm=すべての設定は {{time}} のバックアップデータで上書きされ、eMatrix が再起動します。\n\nバックアップデータで上書きしますか? aboutRestoreError=データを読み込めなかったか、無効なデータです aboutOr=... もしくは ... aboutResetButton=初期設定に戻す @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=削除した Cookie:{{value}} loggerEntryDeleteCookieError=Cookie の削除に失敗しました:{{value}} loggerEntryBrowserCacheCleared=ブラウザのキャッシュを削除しました loggerEntryAssetUpdated=リソースを更新しました:{{value}} -mainBlockedPrompt1=uMatrix はこのページの読み込みをブロックしています: +mainBlockedPrompt1=eMatrix はこのページの読み込みをブロックしています: mainBlockedPrompt2=以下のルールに従う mainBlockedBack=戻る mainBlockedClose=閉じる diff --git a/locale/ko/messages.properties b/locale/ko/messages.properties index b85f569..87d22ea 100644 --- a/locale/ko/messages.properties +++ b/locale/ko/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix dashboardPageName=µMatrix — 대시보드 -loggerPageName=uMatrix — 로그 +loggerPageName=eMatrix — 로그 settingsPageName=설정 privacyPageName=개인정보 statsPageName=통계 @@ -33,7 +33,7 @@ matrixRevertAllEntry=모든 임시 변경 사항 초기화 matrixLoggerMenuEntry=로그로 이동 matrixDashboardMenuEntry=대시보드로 이동 matrixNoTabFound=웹 페이지를 찾을 수 없습니다. -statsPageTitle=uMatrix – 통계 +statsPageTitle=eMatrix – 통계 statsPageGenericStats=일반 통계 statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,7 +61,7 @@ statsPageOthers=other statsPageDetailed=로그 statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP 요청<b>페이지 당</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=새로고침 settingsPageTitle=µMatrix – 설정 settingsMatrixDisplayHeader=Matrix @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=없음 settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=전체 -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=아이콘에 요청 수 표시 @@ -86,9 +86,9 @@ settingsCollapseBlocked=차단 된 요청과 관련된 페이지 콘텐츠를 settingsCollapseBlacklisted=블랙리스트와 관련된 페이지 콘텐츠 숨김 settingsNoscriptTagsSpoofed=웹 페이지의 도메인 스크립트 차단 시 <code><noscript></code> 태그 수정 settingsCloudStorageEnabled=클라우드 저장소 활성화 -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=차단된 쿠키 삭제 -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=차단되지 않은 세션 쿠키 삭제 privacyDeleteNonBlockedSessionCookiesPrompt2= 분 동안 사용되지 않은 경우 privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=차단 호스트 이름으로 설정된 < privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=설정한 시간마다 브라우저 캐시 지우기: privacyClearCachePrompt2=분 -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=제 3 자 요청의 <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP 리퍼러</a> 문자열을 위조 합니다. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=전체 HTTPS: 혼합 된 콘텐츠 금지 privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=모든 <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'> 하이퍼 링크 추적 </a> 거부 @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=케시 지우기 hostsFilesExternalListNew=새로운 버전이 나왔습니다 hostsFilesExternalListObsolete=구버전입니다 rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>변경사항</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>변경사항</a> aboutStorageUsed=저장공간 사용: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>문서</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>문서</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>확장기능 요구 권한</a> aboutCode=Source code (GPLv3) aboutIssues=오류 혹은 이슈 @@ -142,7 +142,7 @@ aboutUserDataHeader=사용자 데이터 aboutBackupButton=파일로 백업하기... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=파일에서 복원... -aboutRestoreConfirm={{time}} 에 백업된 데이터가 모든 설정을 덮어쓰기한 뒤, uMatrix이 재시작합니다.\n\n존재하는 모든 설정을 백업 데이터로 덮어쓰시겠습니까? +aboutRestoreConfirm={{time}} 에 백업된 데이터가 모든 설정을 덮어쓰기한 뒤, eMatrix이 재시작합니다.\n\n존재하는 모든 설정을 백업 데이터로 덮어쓰시겠습니까? aboutRestoreError=데이터를 읽을 수 없거나 유효하지 않습니다. aboutOr=... 혹은 ... aboutResetButton=기본값 설정으로 초기화 @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=쿠키 삭제: {{value}} loggerEntryDeleteCookieError=삭제 못 한 쿠키: {{value}} loggerEntryBrowserCacheCleared=브라우저 케시 삭제 완료 loggerEntryAssetUpdated=자원 업데이트 완료:{{value}} -mainBlockedPrompt1=uMatrix가 다음 페이지를 불러오지 못하게했습니다. +mainBlockedPrompt1=eMatrix가 다음 페이지를 불러오지 못하게했습니다. mainBlockedPrompt2=다음 규칙에 따라 mainBlockedBack=뒤로 가기 mainBlockedClose=닫기 diff --git a/locale/lv/messages.properties b/locale/lv/messages.properties index 554eb95..25bffe2 100644 --- a/locale/lv/messages.properties +++ b/locale/lv/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix dashboardPageName=µMatrix — Vadības panelis -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=Iestatījumi privacyPageName=Konfidencialitāte statsPageName=Statistika @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Go to dashboard matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,7 +61,7 @@ statsPageOthers=Citi statsPageDetailed=Pieprasījumu žurnāls statsPageLogSizePrompt1=Atcerēties pēdējo statsPageLogSizePrompt2=HTTP pieprasījumi <b>pa lapai</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Atjaunot settingsPageTitle=µMatrix – Iestatījumi settingsMatrixDisplayHeader=Izskats @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=Neviens settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=All -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Necaurredzamība settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -88,7 +88,7 @@ settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party sc settingsCloudStorageEnabled=Enable cloud storage support privacyPageTitle=µMatrix – Konfidencialitāte privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minūtes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=Iztīrīt kešatmiņu hostsFilesExternalListNew=pieejama jauna versija hostsFilesExternalListObsolete=novecojis rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Izmaiņu žurnāls</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Izmaiņu žurnāls</a> aboutStorageUsed=Izmantotā atmiņa: {{storageUsed}} baiti -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentācija</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentācija</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Atļaujas</a> aboutCode=Pirmkods (GPLv3) aboutIssues=Kļūdas un problēmas @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/ml/messages.properties b/locale/ml/messages.properties index 7b94f19..39be90f 100644 --- a/locale/ml/messages.properties +++ b/locale/ml/messages.properties @@ -1,6 +1,6 @@ extName=യുമാട്രിക്സ് dashboardPageName=യുമാട്രിക്സ് — ഡാഷ്ബോര്ഡ് -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=സെറ്റിംഗ്സ് privacyPageName=പ്രൈവസി statsPageName=സ്റ്ററ്റിസ്റ്റിക്സ് @@ -61,9 +61,9 @@ statsPageOthers=മറ്റുള്ളവ statsPageDetailed=ലോഗ്ഗര് statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Text size: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=ഒന്നും അല്ല settingsMatrixAutoReloadCurrent=ഇപ്പോഴത്തെത് settingsMatrixAutoReloadAll=എല്ലാം -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=ഒപ്പാസിറ്റി settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=ചെയ്യാനുള്ളവ privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=മിനിറ്റുകള്. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=കാഷ് നശിപ്പിക്കുക hostsFilesExternalListNew=പുതിയ വെര്ഷന് ലഭ്യമാണ് hostsFilesExternalListObsolete=കാലഹരണപ്പെട്ടത് rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>മാറ്റത്തിന്റെ കുറിപ്പുകള്</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>മാറ്റത്തിന്റെ കുറിപ്പുകള്</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>അനുവാദങ്ങള്</a> aboutCode=സോര്സ് കോഡ് (ജിപിഎല് വി3) aboutIssues=ബഗ്ഗുകളും പ്രശ്നങ്ങളും @@ -142,7 +142,7 @@ aboutUserDataHeader=നിങ്ങളുടെ ഡാറ്റ aboutBackupButton=ഫയലിലേക്ക് ബാക്ക് അപ് ചെയ്യുക... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=ഫയലില് നിന്നും റീസ്റ്റോര് ചെയ്യുക... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... അല്ലെങ്കില് ... aboutResetButton=ഡീഫാള്ട്ട് സെറ്റിംഗ്സിലേക്ക് റീസ്റ്റോര് ചെയ്യുക @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=പിന്നിലേക്ക് പോകുക mainBlockedClose=അടയ്ക്കുക diff --git a/locale/nb/messages.properties b/locale/nb/messages.properties index 87d0f6c..2691efc 100644 --- a/locale/nb/messages.properties +++ b/locale/nb/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix -dashboardPageName=uMatrix - Instrumentpanel -loggerPageName=uMatrix — Logger +dashboardPageName=eMatrix - Instrumentpanel +loggerPageName=eMatrix — Logger settingsPageName=Innstillinger privacyPageName=Personvern statsPageName=Statistikk @@ -33,7 +33,7 @@ matrixRevertAllEntry=Tilbakestill alle midlertidige endringer matrixLoggerMenuEntry=Gå til loggføring matrixDashboardMenuEntry=Gå til instrumentpanel matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistikk +statsPageTitle=eMatrix – Statistikk statsPageGenericStats=Alminnelig statistikk statsPageCookieHeadersFoiled=<a href='https://no.wikipedia.org/wiki/Informasjonskapsel'>HTTP-kake</a> hoder lurt: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-referent</a>hoder lurt: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Annet statsPageDetailed=Logger statsPageLogSizePrompt1=Husket de siste statsPageLogSizePrompt2=HTTP-forespørsler <b>per side</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Gjenoppfrisk -settingsPageTitle=uMatrix – innstillinger +settingsPageTitle=eMatrix – innstillinger settingsMatrixDisplayHeader=Utseende settingsMatrixDisplayTextSizePrompt=Tekststørrelse: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Ved lukking av matrisen, utfør smart gjeninnlast settingsMatrixAutoReloadNone=Ingen settingsMatrixAutoReloadCurrent=Gjeldende settingsMatrixAutoReloadAll=Alle -settingsMatrixAutoReloadInfo=Når du gjør endringer i matrisen som kan ha innvirkning på visningen og/eller oppførselen til én eller flere sider vil <i>uMatrix</i> gjeninnlaste sider som omfattes av dette når du lukker matrisen. +settingsMatrixAutoReloadInfo=Når du gjør endringer i matrisen som kan ha innvirkning på visningen og/eller oppførselen til én eller flere sider vil <i>eMatrix</i> gjeninnlaste sider som omfattes av dette når du lukker matrisen. settingsSubframeColor=Blokkerte rammer: Farge settingsSubframeOpacity=Dekkevne settingsIconBadgeEnabled=Vis antall entydige forespørsler på miniatyrbildet @@ -86,9 +86,9 @@ settingsCollapseBlocked=Fold sammen plassholderen tilhørende blokkerte elemente settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Skru på støtte for sky-lagring -privacyPageTitle=uMatrix – personvern +privacyPageTitle=eMatrix – personvern privacyDeleteBlockedCookiesPrompt=Slettede blokkerte kaker. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Slett ikke-blokkerte kaker for denne økta privacyDeleteNonBlockedSessionCookiesPrompt2= minutter etter sist gang de ble brukt. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Slett <a href='https://en.wikipedia.org/w privacyDeleteBlockedLocalStorageHelp=Skal gjøres privacyClearCachePrompt1=Tøm nettleserens mellomlager hvert privacyClearCachePrompt2=minutt. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Lur <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-referent</a> strengen til tredjeparts-forespørsler. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Streng HTTPS: forby blandet innhold. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=rens mellomlager hostsFilesExternalListNew=ny versjon tilgjengelig hostsFilesExternalListObsolete=utdatert rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Endringslogg</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Endringslogg</a> aboutStorageUsed={{storageUsed}} Byte lagringsplass brukt -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasjon</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentasjon</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillatelser</a> aboutCode=Kildekode (GPLv3) aboutIssues=Feil og mangler @@ -142,7 +142,7 @@ aboutUserDataHeader=Din data aboutBackupButton=Sikkerhetskopier til fil… aboutBackupFilename=min-umatrix-sikkerhetskopi.txt aboutRestoreButton=Gjenopprett fra fil… -aboutRestoreConfirm=Alle dine innstillinger vil bli overskrevet ved bruk av data sikkerhetskopiert {{time}}, og uMatrix vil starte på ny.\n\nOverskriv alle eksisterende innstillinger med sikkerhetskopiert data? +aboutRestoreConfirm=Alle dine innstillinger vil bli overskrevet ved bruk av data sikkerhetskopiert {{time}}, og eMatrix vil starte på ny.\n\nOverskriv alle eksisterende innstillinger med sikkerhetskopiert data? aboutRestoreError=Dataen kunne ikke leses eller er ugyldig aboutOr=… eller … aboutResetButton=Tilbakestill til forvalgte innstillinger @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=kake slettet: {{value}} loggerEntryDeleteCookieError=kunne ikke slette kake: {{value}} loggerEntryBrowserCacheCleared=nettlesermellomlager tømt loggerEntryAssetUpdated=verdigjenstand oppdatert: {{value}} -mainBlockedPrompt1=uMatrix har forhindret innlasting av følgende side: +mainBlockedPrompt1=eMatrix har forhindret innlasting av følgende side: mainBlockedPrompt2=I kraft av følgende regel mainBlockedBack=Gå tilbake mainBlockedClose=Lukk diff --git a/locale/nl/messages.properties b/locale/nl/messages.properties index 54f6600..c70e2c7 100644 --- a/locale/nl/messages.properties +++ b/locale/nl/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix – Dashboard -loggerPageName=uMatrix – Logger +extName=eMatrix +dashboardPageName=eMatrix – Dashboard +loggerPageName=eMatrix – Logger settingsPageName=Instellingen privacyPageName=Privacy statsPageName=Statistieken @@ -33,7 +33,7 @@ matrixRevertAllEntry=Alle tijdelijke wijzigingen ongedaan maken matrixLoggerMenuEntry=Naar logger matrixDashboardMenuEntry=Naar dashboard matrixNoTabFound=Geen webpagina gevonden -statsPageTitle=uMatrix – Statistieken +statsPageTitle=eMatrix – Statistieken statsPageGenericStats=Algemene statistieken statsPageCookieHeadersFoiled=Geweerde <a href='https://nl.wikipedia.org/wiki/HTTP_cookie'>HTTP-cookie</a>-headers: {{count}} statsPageRefererHeadersFoiled=Geweerde <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-referer</a>-headers: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Overige statsPageDetailed=Logger statsPageLogSizePrompt1=De laatste statsPageLogSizePrompt2=HTTP-aanvragen <b>per pagina</b> onthouden -statsPageLogSizeHelp=<p>Van de meest recente HTTP-aanvragen die door een website zijn gedaan, kunt u de details inspecteren.</p><p>Dit is vooral nuttig voor nieuwsgierige (ook ervaren) gebruikers die willen onderzoeken wat een webpagina precies heeft gedaan. Het registreren van deze HTTP-aanvragen vereist echter geheugen, en als u niets om deze technische informatie geeft, wordt geheugen verspild.</p><p>Vandaar dit veld, waarmee u het maximale aantal meest recente HTTP-aanvragen kunt instellen dat voor nader onderzoek wordt geregistreerd.</p><p>Vul ‘<code>0</code>’ in om gedetailleerde registratie uit te zetten (en daardoor de geheugenfootprint van <i>uMatrix</i> te verlagen).</p> +statsPageLogSizeHelp=<p>Van de meest recente HTTP-aanvragen die door een website zijn gedaan, kunt u de details inspecteren.</p><p>Dit is vooral nuttig voor nieuwsgierige (ook ervaren) gebruikers die willen onderzoeken wat een webpagina precies heeft gedaan. Het registreren van deze HTTP-aanvragen vereist echter geheugen, en als u niets om deze technische informatie geeft, wordt geheugen verspild.</p><p>Vandaar dit veld, waarmee u het maximale aantal meest recente HTTP-aanvragen kunt instellen dat voor nader onderzoek wordt geregistreerd.</p><p>Vul ‘<code>0</code>’ in om gedetailleerde registratie uit te zetten (en daardoor de geheugenfootprint van <i>eMatrix</i> te verlagen).</p> statsPageRefresh=Vernieuwen -settingsPageTitle=uMatrix – Instellingen +settingsPageTitle=eMatrix – Instellingen settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Tekstgrootte: settingsMatrixDisplayTextSizeNormal=Normaal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Wanneer de matrix wordt gesloten, deze tabbladen settingsMatrixAutoReloadNone=Geen settingsMatrixAutoReloadCurrent=Huidige settingsMatrixAutoReloadAll=Alle -settingsMatrixAutoReloadInfo=Als u wijzigingen aanbrengt die de weergave en/of het gedrag van een of meer pagina’s kunnen beïnvloeden, zal <i>uMatrix</i> de betreffende pagina’s automatisch vernieuwen zodra u de matrix sluit. +settingsMatrixAutoReloadInfo=Als u wijzigingen aanbrengt die de weergave en/of het gedrag van een of meer pagina’s kunnen beïnvloeden, zal <i>eMatrix</i> de betreffende pagina’s automatisch vernieuwen zodra u de matrix sluit. settingsSubframeColor=Geblokkeerde frames: kleur settingsSubframeOpacity=Ondoorzichtigheid settingsIconBadgeEnabled=Het aantal afzonderlijke aanvragen op het pictogram tonen @@ -86,9 +86,9 @@ settingsCollapseBlocked=Tijdelijke aanduiding van geblokkeerde elementen samenvo settingsCollapseBlacklisted=Tijdelijke aanduiding van geblackliste elementen samenvouwen settingsNoscriptTagsSpoofed=<code><noscript></code>-tags vervalsen wanneer scripts van het huidige domein worden geblokkeerd settingsCloudStorageEnabled=Ondersteuning voor cloudopslag inschakelen -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Geblokkeerde cookies verwijderen -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> voorkomt niet dat geblackliste cookies door uw browser worden ontvangen. Er wordt echter wel voorkomen dat ze uw browser verlaten, wat het belangrijkste is. Het niet blokkeren van cookies voordat ze door uw browser worden ontvangen biedt de mogelijkheid te worden geïnformeerd wanneer een website cookies probeerde te gebruiken, en daarnaast eventueel de inhoud ervan te inspecteren.</p><p>Als deze geblackliste cookies eenmaal door <i>uMatrix</i> zijn verwerkt, kunnen ze desgewenst uit uw browser worden verwijderd.</p><p><b>Belangrijke opmerking:</b> extensies kunnen tijdens hun normale werking webaanvragen doen. Door deze aanvragen kunnen cookies in de browser worden aangemaakt. Als de hostnaam waarvan een cookie afkomstig is zich niet op de whitelist bevindt, zal het cookie als deze optie is aangevinkt door <i>uMatrix</i> uit de browser worden verwijderd. Zorg er daarom voor dat de namen van de hosts waarmee een extensie communiceert zich op de whitelist bevinden.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> voorkomt niet dat geblackliste cookies door uw browser worden ontvangen. Er wordt echter wel voorkomen dat ze uw browser verlaten, wat het belangrijkste is. Het niet blokkeren van cookies voordat ze door uw browser worden ontvangen biedt de mogelijkheid te worden geïnformeerd wanneer een website cookies probeerde te gebruiken, en daarnaast eventueel de inhoud ervan te inspecteren.</p><p>Als deze geblackliste cookies eenmaal door <i>eMatrix</i> zijn verwerkt, kunnen ze desgewenst uit uw browser worden verwijderd.</p><p><b>Belangrijke opmerking:</b> extensies kunnen tijdens hun normale werking webaanvragen doen. Door deze aanvragen kunnen cookies in de browser worden aangemaakt. Als de hostnaam waarvan een cookie afkomstig is zich niet op de whitelist bevindt, zal het cookie als deze optie is aangevinkt door <i>eMatrix</i> uit de browser worden verwijderd. Zorg er daarom voor dat de namen van de hosts waarmee een extensie communiceert zich op de whitelist bevinden.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Niet-geblokkeerde sessiecookies privacyDeleteNonBlockedSessionCookiesPrompt2= minuten na de laatste keer dat ze zijn gebruikt verwijderen privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Een sessiecookie wordt gewist zodra u de browsersessie beëindigt. Een sessiecookie wordt in tijdelijk geheugen opgeslagen en niet behouden nadat de browser wordt gesloten.”</p><p>Het is mogelijk dat dit <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>niet in alle browsers gebeurt</a>. Ook vinden sommige gebruikers het moeten sluiten van de browser om sessiecookies te wissen misschien niet vroeg genoeg. @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Inhoud van <a href='https://en.wikipedia. privacyDeleteBlockedLocalStorageHelp=TE DOEN privacyClearCachePrompt1=Browsercache om de privacyClearCachePrompt2=minuten wissen -privacyClearCacheHelp=<p>Sommige websites zijn er zo op gericht om u te traceren dat ze onvriendelijke trucs gebruiken om maatregelen die u neemt om niet te worden gevolgd te omzeilen.</p><p>Sommige van deze trucs gebruiken<sup>[1, 2]</sup> de <a href='https://en.wikipedia.org/wiki/Web_cache'>browsercache</a>, waarvan de inhoud vaak lang aanwezig is, aangezien gebruikers zelden de tijd nemen om hun browsercache regelmatig te wissen.</p><p>Het regelmatig wissen van de browsercache biedt weinig ongemakken (waarschijnlijk merkt u het niet als dit gebeurt), en het voordeel is dat wordt voorkomen dat deze onaangename trackers inbreuk op uw privacy maken.</p><p>Vink deze optie aan om dit met een gewenst interval door <i>uMatrix</i> te laten doen.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>‘Preventing Web Tracking via the Browser Cache’</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>‘Cookieless cookies’</a></p> +privacyClearCacheHelp=<p>Sommige websites zijn er zo op gericht om u te traceren dat ze onvriendelijke trucs gebruiken om maatregelen die u neemt om niet te worden gevolgd te omzeilen.</p><p>Sommige van deze trucs gebruiken<sup>[1, 2]</sup> de <a href='https://en.wikipedia.org/wiki/Web_cache'>browsercache</a>, waarvan de inhoud vaak lang aanwezig is, aangezien gebruikers zelden de tijd nemen om hun browsercache regelmatig te wissen.</p><p>Het regelmatig wissen van de browsercache biedt weinig ongemakken (waarschijnlijk merkt u het niet als dit gebeurt), en het voordeel is dat wordt voorkomen dat deze onaangename trackers inbreuk op uw privacy maken.</p><p>Vink deze optie aan om dit met een gewenst interval door <i>eMatrix</i> te laten doen.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>‘Preventing Web Tracking via the Browser Cache’</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>‘Cookieless cookies’</a></p> privacyProcessRefererPrompt=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-referer</a>-string van aanvragen van derden vervalsen -privacyProcessRefererHelp=Van Wikipedia:<blockquote>Een HTTP-referer is een HTTP-headerveld dat het adres aanduidt van de webpagina die naar de opgevraagde bron verwijst. ... <b>Omdat referer-informatie de privacy kan schenden, kunnen gebruikers in sommige webbrowsers het verzenden van de referer-informatie uitschakelen.</b></blockquote>Als deze optie is aangevinkt, zal <i>uMatrix</i> de HTTP-referer vervalsen (lees: manipuleren) als de domeinnaam van de HTTP-referer een derde partij is voor de domeinnaam van de netwerkaanvraag. +privacyProcessRefererHelp=Van Wikipedia:<blockquote>Een HTTP-referer is een HTTP-headerveld dat het adres aanduidt van de webpagina die naar de opgevraagde bron verwijst. ... <b>Omdat referer-informatie de privacy kan schenden, kunnen gebruikers in sommige webbrowsers het verzenden van de referer-informatie uitschakelen.</b></blockquote>Als deze optie is aangevinkt, zal <i>eMatrix</i> de HTTP-referer vervalsen (lees: manipuleren) als de domeinnaam van de HTTP-referer een derde partij is voor de domeinnaam van de netwerkaanvraag. privacyNoMixedContentPrompt=Strict HTTPS: gemengde inhoud blokkeren privacyNoMixedContentHelp=<p>Van <a href='https://developer.mozilla.org/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Als een HTTPS-pagina inhoud bevat die door normale cleartext-HTTP is opgehaald, is de verbinding slechts gedeeltelijk versleuteld: de onversleutelde inhoud is toegankelijk voor ‘sniffers’ en kan door ‘man-in-the-middle’-aanvallers worden aangepast, en de verbinding is daarom niet meer beschermd. Wanneer een webpagina dit gedrag vertoont, wordt deze een pagina met gemengde inhoud genoemd.</blockquote> privacyProcessHyperlinkAuditingPrompt=Alle <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a>-pogingen blokkeren @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=cache legen hostsFilesExternalListNew=nieuwe versie beschikbaar hostsFilesExternalListObsolete=verouderd rawSettingsWarning=Waarschuwing! U wijzigt deze configuratie-instellingen op eigen risico. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Wijzigingenlogboek</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Wijzigingenlogboek</a> aboutStorageUsed=Gebruikte opslag: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentatie</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentatie</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Toestemmingen</a> aboutCode=Broncode (GPLv3) aboutIssues=Bugs en problemen @@ -142,7 +142,7 @@ aboutUserDataHeader=Uw gegevens aboutBackupButton=Back-up maken naar bestand... aboutBackupFilename=mijn-umatrix-back-up.txt aboutRestoreButton=Terugzetten uit bestand... -aboutRestoreConfirm=Al uw instelling zullen met back-upgegevens van {{time}} worden overschreven, en uMatrix zal worden herstart.\n\nWilt u alle bestaande instellingen met back-upgegevens overschrijven? +aboutRestoreConfirm=Al uw instelling zullen met back-upgegevens van {{time}} worden overschreven, en eMatrix zal worden herstart.\n\nWilt u alle bestaande instellingen met back-upgegevens overschrijven? aboutRestoreError=De gegevens konden niet worden gelezen of zijn ongeldig aboutOr=... of ... aboutResetButton=Standaardinstellingen terugzetten @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie verwijderd: {{value}} loggerEntryDeleteCookieError=cookie verwijderen mislukt: {{value}} loggerEntryBrowserCacheCleared=browsercache gewist loggerEntryAssetUpdated=hosts-bestand bijgewerkt: {{value}} -mainBlockedPrompt1=uMatrix heeft voorkomen dat de volgende pagina werd geladen: +mainBlockedPrompt1=eMatrix heeft voorkomen dat de volgende pagina werd geladen: mainBlockedPrompt2=vanwege de volgende regel mainBlockedBack=Teruggaan mainBlockedClose=Sluiten diff --git a/locale/pl/messages.properties b/locale/pl/messages.properties index e5e7672..79db816 100644 --- a/locale/pl/messages.properties +++ b/locale/pl/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix – Panel sterowania -loggerPageName=uMatrix — Dziennik +extName=eMatrix +dashboardPageName=eMatrix – Panel sterowania +loggerPageName=eMatrix — Dziennik settingsPageName=Ustawienia privacyPageName=Prywatność statsPageName=Statystyki @@ -33,7 +33,7 @@ matrixRevertAllEntry=Cofnij wszystkie tymczasowe zmiany matrixLoggerMenuEntry=Przejdź do dziennika żądań matrixDashboardMenuEntry=Przejdź do panelu sterowania matrixNoTabFound=Nie znaleziono strony -statsPageTitle=uMatrix – Statystyki +statsPageTitle=eMatrix – Statystyki statsPageGenericStats=Ogólne statystyki statsPageCookieHeadersFoiled=Powstrzymane nagłówki <a href='https://pl.wikipedia.org/wiki/HTTP_cookie'>ciasteczek</a>: {{count}} statsPageRefererHeadersFoiled=Powstrzymane nagłówki <a href='https://pl.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a>: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Inne statsPageDetailed=Dziennik statsPageLogSizePrompt1=Zapamiętaj ostatnie statsPageLogSizePrompt2=żądań HTTP <b>na stronę</b>. -statsPageLogSizeHelp=<p>Możesz kontrolować szczegóły ostatnich żądań HTTP, które zostały wykonane przez daną stronę (zobacz niżej).</p><p>Jest to przydatne dla zaawansowanych użytkowników, którzy chcieliby zobaczyć co dokładnie jest pobierane. Jednakże rejestrowanie żądań HTTP wymaga pamięci RAM, więc jeśli nie zależy Ci na tej technicznej informacji, pamięć jest po prostu marnowana.</p><p>Stąd to pole, które pozwoli Ci dostosować ilość ostatnich żądań HTTP które zostaną zarejestrowane.</p><p>Wpisz “<code>0</code>”, aby wyłączyć szczegółowe rejestrowanie (dzięki temu zmniejszysz użycie pamięci RAM przez <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Możesz kontrolować szczegóły ostatnich żądań HTTP, które zostały wykonane przez daną stronę (zobacz niżej).</p><p>Jest to przydatne dla zaawansowanych użytkowników, którzy chcieliby zobaczyć co dokładnie jest pobierane. Jednakże rejestrowanie żądań HTTP wymaga pamięci RAM, więc jeśli nie zależy Ci na tej technicznej informacji, pamięć jest po prostu marnowana.</p><p>Stąd to pole, które pozwoli Ci dostosować ilość ostatnich żądań HTTP które zostaną zarejestrowane.</p><p>Wpisz “<code>0</code>”, aby wyłączyć szczegółowe rejestrowanie (dzięki temu zmniejszysz użycie pamięci RAM przez <i>eMatrix</i>).</p> statsPageRefresh=Odśwież -settingsPageTitle=uMatrix – Ustawienia +settingsPageTitle=eMatrix – Ustawienia settingsMatrixDisplayHeader=Matryca settingsMatrixDisplayTextSizePrompt=Rozmiar tekstu: settingsMatrixDisplayTextSizeNormal=Normalny @@ -74,11 +74,11 @@ settingsDefaultScopeLevel=Domyślny poziom kontekstu: settingsDefaultScopeLevel0=globalny settingsDefaultScopeLevel1=domena settingsDefaultScopeLevel2=strona -settingsMatrixAutoReloadPrompt=Kiedy okno uMatrix zostanie zamknięte, inteligentnie odśwież następujące karty: +settingsMatrixAutoReloadPrompt=Kiedy okno eMatrix zostanie zamknięte, inteligentnie odśwież następujące karty: settingsMatrixAutoReloadNone=Żaden settingsMatrixAutoReloadCurrent=Aktualny settingsMatrixAutoReloadAll=Wszystkie -settingsMatrixAutoReloadInfo=Kiedy wprowadzasz w matrycy zmiany, które mogą wpływać na wyświetlanie lub zachowanie jednej lub kilku stron, <i>uMatrix</i> odświeży te strony automatycznie, kiedy okno zostanie zamknięte. +settingsMatrixAutoReloadInfo=Kiedy wprowadzasz w matrycy zmiany, które mogą wpływać na wyświetlanie lub zachowanie jednej lub kilku stron, <i>eMatrix</i> odświeży te strony automatycznie, kiedy okno zostanie zamknięte. settingsSubframeColor=Zablokowane ramki: Kolor settingsSubframeOpacity=Przezroczystość settingsIconBadgeEnabled=Pokaż liczbę odrębnych żądań na ikonie rozszerzenia @@ -86,9 +86,9 @@ settingsCollapseBlocked=Ukryj symbole zastępcze zablokowanych elementów settingsCollapseBlacklisted=Ukryj symbole zastępcze czarno-listowanych elementów settingsNoscriptTagsSpoofed=Podrabiaj tagi <code><noscript></code> gdy skrypty z aktualnej domeny są zablokowane settingsCloudStorageEnabled=Włącz możliwość zapisywania ustawień w chmurze -privacyPageTitle=uMatrix – Prywatność +privacyPageTitle=eMatrix – Prywatność privacyDeleteBlockedCookiesPrompt=Usuń zablokowane ciasteczka. -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i>nie zapobiega dostawaniu się ciasteczek z czarnej listy do twojej przeglądarki. Jednakże zapobiega opuszczaniu jej przez nie, co ostatecznie się liczy. Nieblokowanie ciasteczek zanim dotrą do twojej przeglądarki, daje możliwość poinformowania cię gdy strona próbuje używać ciastek, a nawet pozwala przejrzeć ich zawartość gdy tego chcesz.</p><p>Kiedy te czarnolistowane ciasteczka zostaną sklasyfikowane przez <i>uMatrix</i>, mogą, jeśli sobie tego życzysz, zostać usunięte z przeglądarki.</p><p><b>Ważna informacja:</b> Rozszerzenia mogą wykonywać żądania sieciowe podczas ich normalnej pracy. Te żądania mogą spowodować zapisanie ciasteczek w przeglądarce. Jeśli nazwa hosta z której pochodzi ciasteczko nie jest na białej liście, ciasteczko zostanie usunięte z przeglądarki przez <i>uMatrix</i> jeśli ta opcja jest zaznaczona. Upewnij się, że nazwy hostów z którymi komunikuje się rozszerzenie są na białej liście.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i>nie zapobiega dostawaniu się ciasteczek z czarnej listy do twojej przeglądarki. Jednakże zapobiega opuszczaniu jej przez nie, co ostatecznie się liczy. Nieblokowanie ciasteczek zanim dotrą do twojej przeglądarki, daje możliwość poinformowania cię gdy strona próbuje używać ciastek, a nawet pozwala przejrzeć ich zawartość gdy tego chcesz.</p><p>Kiedy te czarnolistowane ciasteczka zostaną sklasyfikowane przez <i>eMatrix</i>, mogą, jeśli sobie tego życzysz, zostać usunięte z przeglądarki.</p><p><b>Ważna informacja:</b> Rozszerzenia mogą wykonywać żądania sieciowe podczas ich normalnej pracy. Te żądania mogą spowodować zapisanie ciasteczek w przeglądarce. Jeśli nazwa hosta z której pochodzi ciasteczko nie jest na białej liście, ciasteczko zostanie usunięte z przeglądarki przez <i>eMatrix</i> jeśli ta opcja jest zaznaczona. Upewnij się, że nazwy hostów z którymi komunikuje się rozszerzenie są na białej liście.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Usuń nie zablokowane ciasteczka sesyjne privacyDeleteNonBlockedSessionCookiesPrompt2= minut od ostatniego użycia. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C [ang.]</a>: “Ciasteczko sesyjne ... jest usuwane kiedy kończysz sesję przeglądarki. Ciasteczko sesyjne przechowywane jest w pamięci tymczasowej i nie jest zachowywane po zamknięciu przeglądarki.”</p><p>Poza tym, że <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>nie zawsze to działa</a> w niektórych przeglądarkach. Również, dla niektórych użytkowników, zamknięcie przeglądarki by usunąć ciasteczka może nie być wystarczająco szybkie.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Usuwaj zawartość <a href='https://en.wi privacyDeleteBlockedLocalStorageHelp=Do zrobienia privacyClearCachePrompt1=Wyczyść pamięć podręczną przeglądarki co privacyClearCachePrompt2=minut. -privacyClearCacheHelp=<p>Niektóre witryny internetowe są tak zdecydowane by cię śledzić, że używają niezbyt ładnych trików aby obejść jakiekolwiek zabezpieczenia zastosujesz, by nie być śledzonym.</p><p>Kilka z tych trików<sup>[1, 2]</sup> opiera się na wykorzystaniu <a href='https://en.wikipedia.org/wiki/Web_cache'>pamięci podręcznej przeglądarki [ang.]</a>, której zawartość jest często dostępna bardzo długo, ponieważ użytkownicy rzadko ją usuwają.</p><p>Wady regularnego czyszczenia pamięci podręcznej są niewielkie (prawdopodobnie nie zauważysz, gdy to się stanie), a zaletą jest zapobieganie tym nieznośnym szpiegom naruszania twojej prywatności.</p><p>Zaznacz tą opcję by <i>uMatrix</i> robił to za ciebie, z częstotliwością jaką sobie życzysz.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Zapobieganie śledzeniu z wykorzystaniem pamięci podręcznej przeglądarki” [ang.]</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Bezciasteczkowe ciasteczka”[ang.]</a></p> +privacyClearCacheHelp=<p>Niektóre witryny internetowe są tak zdecydowane by cię śledzić, że używają niezbyt ładnych trików aby obejść jakiekolwiek zabezpieczenia zastosujesz, by nie być śledzonym.</p><p>Kilka z tych trików<sup>[1, 2]</sup> opiera się na wykorzystaniu <a href='https://en.wikipedia.org/wiki/Web_cache'>pamięci podręcznej przeglądarki [ang.]</a>, której zawartość jest często dostępna bardzo długo, ponieważ użytkownicy rzadko ją usuwają.</p><p>Wady regularnego czyszczenia pamięci podręcznej są niewielkie (prawdopodobnie nie zauważysz, gdy to się stanie), a zaletą jest zapobieganie tym nieznośnym szpiegom naruszania twojej prywatności.</p><p>Zaznacz tą opcję by <i>eMatrix</i> robił to za ciebie, z częstotliwością jaką sobie życzysz.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Zapobieganie śledzeniu z wykorzystaniem pamięci podręcznej przeglądarki” [ang.]</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Bezciasteczkowe ciasteczka”[ang.]</a></p> privacyProcessRefererPrompt=Fałszuj nagłówek <a href='https://pl.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> dla domen zewnętrznych. -privacyProcessRefererHelp=Z Wikipedii [ang.]:<blockquote>HTTP referer jest nagłówkiem HTTP który identyfikuje adres strony która linkuje do zasobu będącego wywoływanym. ... <b>Ponieważ informacje o stronie odsyłającej mogą zagrażać prywatności, niektóre przeglądarki pozwalają na wyłączenie wysyłania tej informacji.</b></blockquote>Jeśli ta opcja jest zaznaczona, <i>uMatrix</i> będzie fałszował informację o refererze jeśli domena referera jest inna niż domena żądania sieciowego. +privacyProcessRefererHelp=Z Wikipedii [ang.]:<blockquote>HTTP referer jest nagłówkiem HTTP który identyfikuje adres strony która linkuje do zasobu będącego wywoływanym. ... <b>Ponieważ informacje o stronie odsyłającej mogą zagrażać prywatności, niektóre przeglądarki pozwalają na wyłączenie wysyłania tej informacji.</b></blockquote>Jeśli ta opcja jest zaznaczona, <i>eMatrix</i> będzie fałszował informację o refererze jeśli domena referera jest inna niż domena żądania sieciowego. privacyNoMixedContentPrompt=Ścisły HTTPS: blokuj mieszaną zawartość. privacyNoMixedContentHelp=<p>Z <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network [ang.]</a>:</p><blockquote>Jeżeli strona HTTPS zawiera elementy pobrane przez zwykły, nie szyfrowany protokół HTTP, połączenie szyfrowane jest tylko częściowo: elementy nieszyfrowane są podatne na podsłuch i mogą być zmodyfikowane w ataku man-in-the-middle, i dlatego połączenie nie jest już bezpieczne.</blockquote> privacyProcessHyperlinkAuditingPrompt=Blokuj wszystkie próby <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>audytowania linków [ang.]</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=wyczyść pamięć podręczną hostsFilesExternalListNew=dostępna nowsza wersja hostsFilesExternalListObsolete=nieaktualna rawSettingsWarning=Ostrzeżenie! Te ustawienia zmieniasz na własne ryzyko. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Historia zmian</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Historia zmian</a> aboutStorageUsed=Wykorzystana pamięć: {{storageUsed}} bajtów -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentacja</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentacja</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Uprawnienia</a> aboutCode=Kod źródłowy (GPLv3) aboutIssues=Błędy i problemy @@ -142,7 +142,7 @@ aboutUserDataHeader=Twoje dane aboutBackupButton=Zapisz kopię zapasową... aboutBackupFilename=umatrix-kopia-zapasowa.txt aboutRestoreButton=Przywróć kopię zapasową... -aboutRestoreConfirm=Wszystkie ustawienia zostaną nadpisane danymi z kopii z {{time}}, a następnie uMatrix zostanie zrestartowany.\n\nNadpisać aktualne ustawienia używając danych z kopii? +aboutRestoreConfirm=Wszystkie ustawienia zostaną nadpisane danymi z kopii z {{time}}, a następnie eMatrix zostanie zrestartowany.\n\nNadpisać aktualne ustawienia używając danych z kopii? aboutRestoreError=Dane nie mogą być odczytane lub są niepoprawne aboutOr=... lub ... aboutResetButton=Przywróć ustawienia domyślne @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=ciastko usunięte: {{value}} loggerEntryDeleteCookieError=Nie udało się usunąć ciasteczka: {{value}} loggerEntryBrowserCacheCleared=pamięć podręczna przeglądarki wyczyszczona loggerEntryAssetUpdated=zaktualizowano: {{value}} -mainBlockedPrompt1=uMatrix nie pozwolił załadować się następującej stronie: +mainBlockedPrompt1=eMatrix nie pozwolił załadować się następującej stronie: mainBlockedPrompt2=Z powodu tej reguły mainBlockedBack=Wstecz mainBlockedClose=Zamknij diff --git a/locale/pt-BR/messages.properties b/locale/pt-BR/messages.properties index 433c5d1..533bdfb 100644 --- a/locale/pt-BR/messages.properties +++ b/locale/pt-BR/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Painel -loggerPageName=uMatrix — Registro +extName=eMatrix +dashboardPageName=eMatrix — Painel +loggerPageName=eMatrix — Registro settingsPageName=Preferências privacyPageName=Privacidade statsPageName=Estatísticas @@ -33,7 +33,7 @@ matrixRevertAllEntry=Reverter todas mudanças temporárias matrixLoggerMenuEntry=Ir para o registro matrixDashboardMenuEntry=Ir para o painel matrixNoTabFound=Nenhuma página de web encontrada -statsPageTitle=uMatrix – Estatísticas +statsPageTitle=eMatrix – Estatísticas statsPageGenericStats=Estatísticas Genéricas statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> cabeçalhos frustrados: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> cabeçalhos frustrados: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Outros statsPageDetailed=Registro statsPageLogSizePrompt1=Lembrar dos últimos statsPageLogSizePrompt2=Pedidos HTTP <b>por página</b>. -statsPageLogSizeHelp=<p> Você pode inspecionar os detalhes das mais recentes solicitações HTTP matérias que têm sido feitas por uma página web (veja abaixo). </p><p> Isto é útil para usuários avançados que querem investigar exatamente o que uma página da web tem vindo a fazer. Mas registrando essas solicitações HTTP requer memória, e se você não se preocupam com esta informação técnica, a memória está sendo desperdiçado. </p><p> Por isso, neste domínio, que permite ajustar o número máximo dos mais recentes solicitações HTTP que deve ser registada para inspeção adicional </p><p> Digite “.<code>0</code>” para desativar o log detalhado (e, consequentemente, reduzir o consumo de memória de <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p> Você pode inspecionar os detalhes das mais recentes solicitações HTTP matérias que têm sido feitas por uma página web (veja abaixo). </p><p> Isto é útil para usuários avançados que querem investigar exatamente o que uma página da web tem vindo a fazer. Mas registrando essas solicitações HTTP requer memória, e se você não se preocupam com esta informação técnica, a memória está sendo desperdiçado. </p><p> Por isso, neste domínio, que permite ajustar o número máximo dos mais recentes solicitações HTTP que deve ser registada para inspeção adicional </p><p> Digite “.<code>0</code>” para desativar o log detalhado (e, consequentemente, reduzir o consumo de memória de <i>eMatrix</i>).</p> statsPageRefresh=Atualizar -settingsPageTitle=uMatrix – Configurações +settingsPageTitle=eMatrix – Configurações settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Tamanho do texto: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Quando a matrix é fechada, recarregue inteligent settingsMatrixAutoReloadNone=Vazio settingsMatrixAutoReloadCurrent=Atual settingsMatrixAutoReloadAll=Todos -settingsMatrixAutoReloadInfo=Sempre que você fizer mudanças na matriz que podem afetar a visualização e/ou comportamento de uma ou mais páginas, <i>uMatrix</i> recarregará páginas afetadas automaticamente quando você fechar a matriz. +settingsMatrixAutoReloadInfo=Sempre que você fizer mudanças na matriz que podem afetar a visualização e/ou comportamento de uma ou mais páginas, <i>eMatrix</i> recarregará páginas afetadas automaticamente quando você fechar a matriz. settingsSubframeColor=Frames bloqueados: Cor settingsSubframeOpacity=Opacidade settingsIconBadgeEnabled=Mostrar o número de pedidos distintos sob o ícone @@ -86,9 +86,9 @@ settingsCollapseBlocked=Agrupar espaços reservados à elementos bloqueados settingsCollapseBlacklisted=Agrupar espaços reservados à elementos da lista negra settingsNoscriptTagsSpoofed=Disfarçar <code><noscript></code> tags quando scripts de 1° nível são bloqueados settingsCloudStorageEnabled=Habilitar suporte à armazenagem em nuvem -privacyPageTitle=uMatrix – Privacidade +privacyPageTitle=eMatrix – Privacidade privacyDeleteBlockedCookiesPrompt=Apagar os cookies bloqueados. -privacyDeleteBlockedCookiesHelp=<p>Cookies na lista negra não são impedidos pelo <i>uMatrix</i> de entrar em seu navegador. No entanto, eles estão impedidos de ficar no seu navegador, que é o que realmente importa. Não bloquear os cookies antes de introduzir o seu navegador lhe dá a oportunidade de ser informado de que um site tentou usar cookies, e além disso, para inspecionar o seu conteúdo, se desejar.</p><p>Uma vez que esses cookies lista negra foram contabilizados por <i>uMatrix</i>, eles podem ser removidos do seu navegador, se assim o desejar.</p><p><b>Nota importante:</b> As extensões podem fazer solicitações da web durante o curso de sua operação normal. Estes pedidos podem resultar em cookies que está sendo criado no navegador. Se o nome da máquina a partir de onde se originam um biscoito não está na lista branca, o cookie será removido a partir do navegador pelo <i>uMatrix</i> se esta opção estiver marcada. Então não se esqueça que o nome da máquina (s) com que uma extensão comunicar está na lista branca.</p> +privacyDeleteBlockedCookiesHelp=<p>Cookies na lista negra não são impedidos pelo <i>eMatrix</i> de entrar em seu navegador. No entanto, eles estão impedidos de ficar no seu navegador, que é o que realmente importa. Não bloquear os cookies antes de introduzir o seu navegador lhe dá a oportunidade de ser informado de que um site tentou usar cookies, e além disso, para inspecionar o seu conteúdo, se desejar.</p><p>Uma vez que esses cookies lista negra foram contabilizados por <i>eMatrix</i>, eles podem ser removidos do seu navegador, se assim o desejar.</p><p><b>Nota importante:</b> As extensões podem fazer solicitações da web durante o curso de sua operação normal. Estes pedidos podem resultar em cookies que está sendo criado no navegador. Se o nome da máquina a partir de onde se originam um biscoito não está na lista branca, o cookie será removido a partir do navegador pelo <i>eMatrix</i> se esta opção estiver marcada. Então não se esqueça que o nome da máquina (s) com que uma extensão comunicar está na lista branca.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Excluir cookies da sessão não-bloqueados privacyDeleteNonBlockedSessionCookiesPrompt2= minutos após a última vez que eles tenham sido utilizados. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Um cookie de sessão ... é apagado quando você termina a sessão do navegador. O cookie de sessão é armazenado na memória temporária e não é mantido após o navegador for fechado.”</p><p>Exceto para este <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>não pode estar acontecendo</a> quando utilizar um navegador baseado em Chromium. Além disso, para alguns, é necessário fechar o navegador para limpar os cookies da sessão pode não ser suficientemente cedo.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Apagar <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=À FAZER privacyClearCachePrompt1=Limpar o cache do navegador à cada privacyClearCachePrompt2=minutos. -privacyClearCacheHelp=<p>Alguns sites são realmente empenhados no seu rastreamento, tanto que eles vão usar truques não tão agradáveis para contornar as medidas de tomar, a fim de não ser rastreado.</p><p>Alguns desses truques é usar<sup>[1, 2]</sup> no <a href='https://en.wikipedia.org/wiki/Web_cache'>cache do navegador</a>, que o conteúdo é muitas vezes de longa duração já que raramente os usuários irão perder seu tempo para limpar regularmente o cache de seu navegador.</p><p>Há pouco inconveniente em limpar o cache do navegador regularmente (mais provável é que você não vai notar quando isso acontece), e o benefício é para evitar que esses rastreadores detestáveis de invadir a sua privacidade.</p><p>Marque esta opção para o <i>uMatrix</i> fazer isso por você, no intervalo que você desejar.</p><p>[1]<a\nhref='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Alguns sites são realmente empenhados no seu rastreamento, tanto que eles vão usar truques não tão agradáveis para contornar as medidas de tomar, a fim de não ser rastreado.</p><p>Alguns desses truques é usar<sup>[1, 2]</sup> no <a href='https://en.wikipedia.org/wiki/Web_cache'>cache do navegador</a>, que o conteúdo é muitas vezes de longa duração já que raramente os usuários irão perder seu tempo para limpar regularmente o cache de seu navegador.</p><p>Há pouco inconveniente em limpar o cache do navegador regularmente (mais provável é que você não vai notar quando isso acontece), e o benefício é para evitar que esses rastreadores detestáveis de invadir a sua privacidade.</p><p>Marque esta opção para o <i>eMatrix</i> fazer isso por você, no intervalo que você desejar.</p><p>[1]<a\nhref='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Disfarçar linhas <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> dos pedidos de terceiros. -privacyProcessRefererHelp=Do Wikipedia:<blockquote>HTTP referer é um campo de cabeçalho HTTP que identifica o endereço da página que ligado ao recurso que está sendo solicitado. ... <b>Porque a informação do referer pode violar a privacidade, alguns navegadores da Web permitem que o usuário desativar o envio de informações do referer.</b></blockquote>Se essa configuração for selecionada, <i>uMatrix</i> irá remover as informações HTTP referer se o nome do domínio do HTTP referrer é de terceiros para o nome de domínio da solicitação. +privacyProcessRefererHelp=Do Wikipedia:<blockquote>HTTP referer é um campo de cabeçalho HTTP que identifica o endereço da página que ligado ao recurso que está sendo solicitado. ... <b>Porque a informação do referer pode violar a privacidade, alguns navegadores da Web permitem que o usuário desativar o envio de informações do referer.</b></blockquote>Se essa configuração for selecionada, <i>eMatrix</i> irá remover as informações HTTP referer se o nome do domínio do HTTP referrer é de terceiros para o nome de domínio da solicitação. privacyNoMixedContentPrompt=HTTPS Estrito: proibir conteúdo misto. privacyNoMixedContentHelp=<p>A partir de <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Se [uma] página HTTPS inclui conteúdo recuperado através de regular, HTTP texto puro, então a conexão é criptografada apenas parcialmente: o conteúdo não criptografado é acessível a sniffers e pode ser modificado por hackers intermediários, e, portanto, a conexão não é mais segura. Quando uma página da Web exibe este comportamento, ele é chamado de uma página de conteúdo misto.</blockquote> privacyProcessHyperlinkAuditingPrompt=Bloquear todas tentativas de <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=limpar cache hostsFilesExternalListNew=nova versão disponível hostsFilesExternalListObsolete=desatualizado rawSettingsWarning=Cuidado! Mude essas configurações por sua própria conta e risco. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Armazenamento usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentação</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentação</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissões</a> aboutCode=Código Fonte (GPLv3) aboutIssues=Bugs e problemas @@ -142,7 +142,7 @@ aboutUserDataHeader=Seus dados aboutBackupButton=Salvar em arquivo... aboutBackupFilename=meu-backup-umatrix.txt aboutRestoreButton=Restaurar do arquivo... -aboutRestoreConfirm=Todas as suas definições irão ser sobrescritas pelos dados salvos em {{time}}, e o uMatrix irá reiniciar.\n\nSubstituir todas a configuração atual usando dados de backup? +aboutRestoreConfirm=Todas as suas definições irão ser sobrescritas pelos dados salvos em {{time}}, e o eMatrix irá reiniciar.\n\nSubstituir todas a configuração atual usando dados de backup? aboutRestoreError=Os dados não podem ser lidos ou são inválidos aboutOr=... ou ... aboutResetButton=Restaurar as configurações para o padrão @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie apagado: {{value}} loggerEntryDeleteCookieError=falha ao apagar cookie: {{value}} loggerEntryBrowserCacheCleared=cache do navegador limpo loggerEntryAssetUpdated=recurso atualizado: {{value}} -mainBlockedPrompt1=uMatrix impediu que a seguinte página fosse carregada: +mainBlockedPrompt1=eMatrix impediu que a seguinte página fosse carregada: mainBlockedPrompt2=Devido à seguinte regra mainBlockedBack=Voltar mainBlockedClose=Fechar diff --git a/locale/pt-PT/messages.properties b/locale/pt-PT/messages.properties index 85e5d56..37aa990 100644 --- a/locale/pt-PT/messages.properties +++ b/locale/pt-PT/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Painel -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Painel +loggerPageName=eMatrix — Logger settingsPageName=Definições privacyPageName=Privacidade statsPageName=Estatísticas @@ -33,7 +33,7 @@ matrixRevertAllEntry=Reverter todas as modificações temporárias matrixLoggerMenuEntry=Aceder ao registo de pedidos matrixDashboardMenuEntry=Aceder ao painel de controlo matrixNoTabFound=Nenhuma página encontrada -statsPageTitle=uMatrix – Estatísticas +statsPageTitle=eMatrix – Estatísticas statsPageGenericStats=Estatísticas genéricas statsPageCookieHeadersFoiled=<a href='https://pt.wikipedia.org/wiki/Cookie_HTTP'>Cookie HTTP</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://pt.wikipedia.org/wiki/HTTP_referrer'>Referer HTTP</a> headers destruídos: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Outros statsPageDetailed=Registo de pedidos statsPageLogSizePrompt1=Lembrar o último statsPageLogSizePrompt2=Pedidos HTTP <b>por página</b>. -statsPageLogSizeHelp=<p>Pode inspecionar os detalhes brutos dos mais recentes pedidos HTTP que foram feitos pela página web (ver em baixo).</p><p>Isto é útil principalmente para utilizadores avançados que querem investigar precisamente o que cada página web tem feito. No entanto, registar esses pedidos HTTP requere memória, e se não se interessa por esta especificação técnica, então memória está a ser consumida.</p><p>Daí este campo, que deixa ajustar o número máximo de pedidos HTTP recentes que são registados para inspecção futura.</p><p>Escreve “<code>0</code>” para desactivar o registo detalhado (e consequentemente reduzir a pegada da memória do <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Pode inspecionar os detalhes brutos dos mais recentes pedidos HTTP que foram feitos pela página web (ver em baixo).</p><p>Isto é útil principalmente para utilizadores avançados que querem investigar precisamente o que cada página web tem feito. No entanto, registar esses pedidos HTTP requere memória, e se não se interessa por esta especificação técnica, então memória está a ser consumida.</p><p>Daí este campo, que deixa ajustar o número máximo de pedidos HTTP recentes que são registados para inspecção futura.</p><p>Escreve “<code>0</code>” para desactivar o registo detalhado (e consequentemente reduzir a pegada da memória do <i>eMatrix</i>).</p> statsPageRefresh=Atualizar -settingsPageTitle=uMatrix – Definições +settingsPageTitle=eMatrix – Definições settingsMatrixDisplayHeader=Aparência settingsMatrixDisplayTextSizePrompt=Tamanho do texto: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Quando a matriz é fechada, recarrega estas abas settingsMatrixAutoReloadNone=Nenhuma settingsMatrixAutoReloadCurrent=Atual settingsMatrixAutoReloadAll=Todas -settingsMatrixAutoReloadInfo=Quando fizer modificações na matriz que podem afectar a exibição e/ou comportamento de uma, ou mais páginas, o <i>uMatrix</i> irá recarregar as páginas afectadas automaticamente quando fechar a matriz. +settingsMatrixAutoReloadInfo=Quando fizer modificações na matriz que podem afectar a exibição e/ou comportamento de uma, ou mais páginas, o <i>eMatrix</i> irá recarregar as páginas afectadas automaticamente quando fechar a matriz. settingsSubframeColor=Frames bloqueadas: Cor settingsSubframeOpacity=Opacidade settingsIconBadgeEnabled=Mostra o número de pedidos distintos no ícone @@ -86,9 +86,9 @@ settingsCollapseBlocked=Colapsar espaço reservado dos elementos bloqueados settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Ativar suporte para armazenamento na nuvem -privacyPageTitle=uMatrix – Privacidade +privacyPageTitle=eMatrix – Privacidade privacyDeleteBlockedCookiesPrompt=Apagar cookies bloqueados. -privacyDeleteBlockedCookiesHelp=<p>Cookies na lista negra não são proibídos pelo <i>uMatrix</i> de entrar no seu browser. No entanto, são proibídos de sair do seu browser, que é o que realmente importa. Não proibir cookies de entrarem no seu browser dá-lhe a oportunidade de ser informado que um site tentou usá-los, e poderá inspeccionar os seus conteúdos, se assim o quiser.</p><p>Uma vez que estes cookies da lista negra tenham sido registados pelo <i>uMatrix</i>, podem ser removidos do seu browser, se assim o desejar.</p><p><b>Nota importante:</b> Extensões podem fazer pedidos web durante o seu decurso normal de operação. Estes pedidos podem resultar na criação de cookies no seu browser. Se o domínio de onde o cookie provém estiver na lista negra, este será removido do browser pelo <i>uMatrix</i>, se esta opção estiver seleccionada. Portanto confirme que o nome do(s) site(s) com o(s) quais a extensão comunica não está(ão) na lista negra.</p> +privacyDeleteBlockedCookiesHelp=<p>Cookies na lista negra não são proibídos pelo <i>eMatrix</i> de entrar no seu browser. No entanto, são proibídos de sair do seu browser, que é o que realmente importa. Não proibir cookies de entrarem no seu browser dá-lhe a oportunidade de ser informado que um site tentou usá-los, e poderá inspeccionar os seus conteúdos, se assim o quiser.</p><p>Uma vez que estes cookies da lista negra tenham sido registados pelo <i>eMatrix</i>, podem ser removidos do seu browser, se assim o desejar.</p><p><b>Nota importante:</b> Extensões podem fazer pedidos web durante o seu decurso normal de operação. Estes pedidos podem resultar na criação de cookies no seu browser. Se o domínio de onde o cookie provém estiver na lista negra, este será removido do browser pelo <i>eMatrix</i>, se esta opção estiver seleccionada. Portanto confirme que o nome do(s) site(s) com o(s) quais a extensão comunica não está(ão) na lista negra.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Apagar cookies não bloqueados desta sessão privacyDeleteNonBlockedSessionCookiesPrompt2= minutos após a última vez que foram usados. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Um cookie da sessão ... é apagado quando fecha o browser. O cookie da sessão é guardado em memória temporária e não é mantido após o browser ter sido fechado.”</p><p>Excepto que isto <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>poderá não acontecer</a> em alguns browsers. No entanto, para alguns, ter de fechar o browser, para que os cookies da sessão sejam eliminados, pode não ser cedo suficiente.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Apagar <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Limpar a cache do navegador a cada privacyClearCachePrompt2=minutos. -privacyClearCacheHelp=<p>Alguns sites estão realmente empenhados em o monitorizar. Tanto, que por vezes usam truques sujos para contornar as medidas que pôs em práctica para não o ser.</p><p>Alguns desses truques dependem<sup style='font-size:smaller'>[1, 2]</sup> da <a href='https://en.wikipedia.org/wiki/Web_cache'>cache do browser</a>, cujo conteúdo costuma durar, pois a maioria dos utilizadores raremente perde tempo a limpá-la regularmente.</p><p>Há pouca inconveniência em limpar a cache do browser (a probabilidade é de nem reparar quando acontece), e o benefício é prevenir esses trackers desagradáveis de invadirem a sua privacidade.</p><p>Seleccione esta opção para que o <i>uMatrix</i> o faça por si, num intervalo de tempo por si especificado.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Prevenir monitoração na web através da cache do browser”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Alguns sites estão realmente empenhados em o monitorizar. Tanto, que por vezes usam truques sujos para contornar as medidas que pôs em práctica para não o ser.</p><p>Alguns desses truques dependem<sup style='font-size:smaller'>[1, 2]</sup> da <a href='https://en.wikipedia.org/wiki/Web_cache'>cache do browser</a>, cujo conteúdo costuma durar, pois a maioria dos utilizadores raremente perde tempo a limpá-la regularmente.</p><p>Há pouca inconveniência em limpar a cache do browser (a probabilidade é de nem reparar quando acontece), e o benefício é prevenir esses trackers desagradáveis de invadirem a sua privacidade.</p><p>Seleccione esta opção para que o <i>eMatrix</i> o faça por si, num intervalo de tempo por si especificado.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Prevenir monitoração na web através da cache do browser”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Falsifica a string do <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> de pedidos de terceiros. -privacyProcessRefererHelp=<p>Do Wikipedia: </p><blockquote>O HTTP referrer é um campo de cabeçalho HTTP que identifica o endereço da página web que liga ao recurso sendo solicitado. Pela verificação do referer, a nova página web pode ver de onde a requisição se originou. ...<b>Pelo facto desta informação poder violar a privacidade, alguns browsers deixam que o utilizador desactive o envio da informação do referrer. </b></blockquote><p>Se esta opção estiver seleccionada, <i>uMatrix</i> irá falsificar a informação do HTTP referrer, se o nome do domínio do mesmo for parte de um domínio de terceiros, relativamente ao nome do domínio do pedido original. +privacyProcessRefererHelp=<p>Do Wikipedia: </p><blockquote>O HTTP referrer é um campo de cabeçalho HTTP que identifica o endereço da página web que liga ao recurso sendo solicitado. Pela verificação do referer, a nova página web pode ver de onde a requisição se originou. ...<b>Pelo facto desta informação poder violar a privacidade, alguns browsers deixam que o utilizador desactive o envio da informação do referrer. </b></blockquote><p>Se esta opção estiver seleccionada, <i>eMatrix</i> irá falsificar a informação do HTTP referrer, se o nome do domínio do mesmo for parte de um domínio de terceiros, relativamente ao nome do domínio do pedido original. privacyNoMixedContentPrompt=HTTPS rigoroso: proíbir conteúdo misto. privacyNoMixedContentHelp=<p>Da <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Se [a] página HTTPS inclui conteúdo obtido através de HTTP regular, então a conexão está apenas encriptada parcialmente: o conteúdo não encriptado está acessível a sniffers e pode ser modificado por ataques man-in-the-middle e, portanto, a conexão não está protegida. Quando uma página web exibe este comportamento, é chamada uma página de conteúdo misto.</blockquote> privacyProcessHyperlinkAuditingPrompt=Bloqueia todas as tentativas de <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>auditoria de hiperlinks</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=limpar cache hostsFilesExternalListNew=nova versão disponível hostsFilesExternalListObsolete=desactualizada rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Espaço usado: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentação</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentação</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissões</a> aboutCode=Código fonte (GPLv3) aboutIssues=Bugs e problemas @@ -142,7 +142,7 @@ aboutUserDataHeader=Os seus dados aboutBackupButton=Guardar cópia de segurança para um ficheiro... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restaurar a partir de um ficheiro... -aboutRestoreConfirm=Todas as suas definições irão ser substituídas usando a cópia de segurança guardada em {{time}}, e o uMatrix irá-se reiniciar.\n\nSubstituir configuração existente usando dados da cópia de segurança? +aboutRestoreConfirm=Todas as suas definições irão ser substituídas usando a cópia de segurança guardada em {{time}}, e o eMatrix irá-se reiniciar.\n\nSubstituir configuração existente usando dados da cópia de segurança? aboutRestoreError=Os dados não puderam ser lidos ou são inválidos aboutOr=... ou ... aboutResetButton=Repor as definições predefinidas @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie apagado: {{value}} loggerEntryDeleteCookieError=falha ao eliminar cookie: {{value}} loggerEntryBrowserCacheCleared=cache do browser apagada loggerEntryAssetUpdated=recurso actualizado: {{value}} -mainBlockedPrompt1=uMatrix impediu a seguinte página de ser carregada: +mainBlockedPrompt1=eMatrix impediu a seguinte página de ser carregada: mainBlockedPrompt2=Devido à seguinte regra mainBlockedBack=Voltar mainBlockedClose=Fechar diff --git a/locale/ro/messages.properties b/locale/ro/messages.properties index 59d6235..8f555ab 100644 --- a/locale/ro/messages.properties +++ b/locale/ro/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Panou de control -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Panou de control +loggerPageName=eMatrix — Logger settingsPageName=Opțiuni privacyPageName=Intimitate statsPageName=Statistici @@ -33,7 +33,7 @@ matrixRevertAllEntry=Elimină toate modificările temporare matrixLoggerMenuEntry=Mergi la jurnal matrixDashboardMenuEntry=Mergi la panoul de control matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistici +statsPageTitle=eMatrix – Statistici statsPageGenericStats=Statistici generice statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Altele statsPageDetailed=Jurnal statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=Cereri HTTP <b>per pagină</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Reîncarcă -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Aspect settingsMatrixDisplayTextSizePrompt=Dimensiunea textului: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=Nimic settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=Tot -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Cadre blocate: Culoare settingsSubframeOpacity=Opacitate settingsIconBadgeEnabled=Arată numărul cererilor distincte pe pictogramă @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Șterge cookie-urile blocate. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Șterge cookie-urile de sesiune neblocate privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=DE FĂCUT privacyClearCachePrompt1=Șterge memoria tampon a navigatorului la fiecare privacyClearCachePrompt2=minute. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=HTTPS strict: interzice conținut mixt. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=șterge memoria tampon hostsFilesExternalListNew=o nouă versiune disponibilă hostsFilesExternalListObsolete=învechit rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Jurnalul de modificări</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Jurnalul de modificări</a> aboutStorageUsed=Spațiu de stocare utilizat: {{storageUsed}} octeți -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentație</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentație</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permisiuni</a> aboutCode=Cod sursă (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Datele tale aboutBackupButton=Salvează în fișier... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... sau ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie șters: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Înapoi mainBlockedClose=Închide diff --git a/locale/ru/messages.properties b/locale/ru/messages.properties index 900a8bc..ff1c9d9 100644 --- a/locale/ru/messages.properties +++ b/locale/ru/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Панель управления -loggerPageName=uMatrix — Журнал сетевых запросов +extName=eMatrix +dashboardPageName=eMatrix — Панель управления +loggerPageName=eMatrix — Журнал сетевых запросов settingsPageName=Настройки privacyPageName=Приватность statsPageName=Статистика @@ -33,7 +33,7 @@ matrixRevertAllEntry=Отменить все временные изменени matrixLoggerMenuEntry=Перейти к журналу запросов matrixDashboardMenuEntry=Перейти в панель управления matrixNoTabFound=Страница не найдена -statsPageTitle=uMatrix – Статистика +statsPageTitle=eMatrix – Статистика statsPageGenericStats=Общая статистика statsPageCookieHeadersFoiled=Обработано заголовков <a href='https://ru.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a>: {{count}} statsPageRefererHeadersFoiled=Обработано заголовков <a href='https://ru.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a>: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Прочее statsPageDetailed=Журнал запросов statsPageLogSizePrompt1=Запоминать последние statsPageLogSizePrompt2=HTTP запросов <b>на страницу</b>. -statsPageLogSizeHelp=<p>Вы можете детально изучить последние необработанные HTTP запросы, которые были сделаны веб-страницей (см. ниже).</p><p>Это особенно полезно для продвинутых пользователей, которые хотят узнать, что конкретно делала веб-страница. Однако журналирование этих HTTP запросов увеличивает потребление памяти, и если вас не интересует эта техническая информация, то это - трата памяти.</p><p>Это поле позволяет вам настроить максимальное число последних HTTP запросов, которые будут храниться в журнале для последующего изучения.</p><p>Введите “<code>0</code>” чтобы отключить журналирование (и соответственно уменьшить потребление памяти <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Вы можете детально изучить последние необработанные HTTP запросы, которые были сделаны веб-страницей (см. ниже).</p><p>Это особенно полезно для продвинутых пользователей, которые хотят узнать, что конкретно делала веб-страница. Однако журналирование этих HTTP запросов увеличивает потребление памяти, и если вас не интересует эта техническая информация, то это - трата памяти.</p><p>Это поле позволяет вам настроить максимальное число последних HTTP запросов, которые будут храниться в журнале для последующего изучения.</p><p>Введите “<code>0</code>” чтобы отключить журналирование (и соответственно уменьшить потребление памяти <i>eMatrix</i>).</p> statsPageRefresh=Обновить -settingsPageTitle=uMatrix – Настройки +settingsPageTitle=eMatrix – Настройки settingsMatrixDisplayHeader=Матрица settingsMatrixDisplayTextSizePrompt=Размер текста: settingsMatrixDisplayTextSizeNormal=Средний @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Когда матрица закроется, о settingsMatrixAutoReloadNone=(Пусто) settingsMatrixAutoReloadCurrent=Текущая версия settingsMatrixAutoReloadAll=Все -settingsMatrixAutoReloadInfo=Когда вы вносите изменения в матрицу запросов, которые могут повлиять на отображение и/или поведение одной или нескольких страниц, <i>uMatrix</i> перезагрузит эти страницы автоматически, когда вы закроете панель. +settingsMatrixAutoReloadInfo=Когда вы вносите изменения в матрицу запросов, которые могут повлиять на отображение и/или поведение одной или нескольких страниц, <i>eMatrix</i> перезагрузит эти страницы автоматически, когда вы закроете панель. settingsSubframeColor=Заблокированные фреймы: Цвет settingsSubframeOpacity=Непрозрачность settingsIconBadgeEnabled=Показывать число отдельных запросов на иконке @@ -86,9 +86,9 @@ settingsCollapseBlocked=Скрывать оставшееся от заблок settingsCollapseBlacklisted=Скрывать оставшееся место от элементов из черного списка settingsNoscriptTagsSpoofed=Подменять <code><noscript></code> теги, когда скрипты главного домена заблокированы settingsCloudStorageEnabled=Включить поддержку облачного хранилища -privacyPageTitle=uMatrix – Приватность +privacyPageTitle=eMatrix – Приватность privacyDeleteBlockedCookiesPrompt=Удалять заблокированные куки. -privacyDeleteBlockedCookiesHelp=<p>Запрещенные куки не блокируются <i>uMatrix</i> при входе в ваш браузер. Однако их передача из браузера предотвращается - вот что действительно важно. Неблокировка куки файлов до того, как они сохраняются браузером дает вам возможность узнать, что сайт пытался использовать куки, и потом изучить их содержимое, если вы хотите.</p><p>Как только эти запрещенные куки составлены <i>uMatrix</i>, они могут быть удалены из браузера, по вашему желанию.</p><p><b>Важное замечание:</b> Расширения могут осуществлять веб-запросы во время своей обычной работы. Эти запросы могут порождать создание куки файлов в браузере. Если имя хоста (сайта), от которого создается куки не в белом списке, то <i>uMatrix</i> удалит эти куки из браузера, если эта опция включена. Поэтому убедитесь, что имена хостов (сайтов) с которыми соединяется расширение добавлено в белый список.</p> +privacyDeleteBlockedCookiesHelp=<p>Запрещенные куки не блокируются <i>eMatrix</i> при входе в ваш браузер. Однако их передача из браузера предотвращается - вот что действительно важно. Неблокировка куки файлов до того, как они сохраняются браузером дает вам возможность узнать, что сайт пытался использовать куки, и потом изучить их содержимое, если вы хотите.</p><p>Как только эти запрещенные куки составлены <i>eMatrix</i>, они могут быть удалены из браузера, по вашему желанию.</p><p><b>Важное замечание:</b> Расширения могут осуществлять веб-запросы во время своей обычной работы. Эти запросы могут порождать создание куки файлов в браузере. Если имя хоста (сайта), от которого создается куки не в белом списке, то <i>eMatrix</i> удалит эти куки из браузера, если эта опция включена. Поэтому убедитесь, что имена хостов (сайтов) с которыми соединяется расширение добавлено в белый список.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Удалять незаблокированные сессионные куки через privacyDeleteNonBlockedSessionCookiesPrompt2= минут после последнего использования. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Сеансовые файлы cookie... удаляются при завершении сеанса браузера. Они хранятся во временной памяти и не сохраняются после закрытия браузера.”</p><p>Однако в некоторых браузерах этого <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>может не произойти</a>. Кроме того, может возникнуть потребность в удалении сеансовых файлов cookie до закрытия браузера.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Удалять содержимое <a hr privacyDeleteBlockedLocalStorageHelp=Планируется сделать privacyClearCachePrompt1=Очищать кэш браузера каждые privacyClearCachePrompt2=минут. -privacyClearCacheHelp=<p>Некоторые сайты идут на всевозможные ухищрения для того, чтобы обойти любые меры, предпринятые для защиты от отслеживания.</p><p>Некоторые ухищрения основаны<sup>[1, 2]</sup> на использовании <a href='https://en.wikipedia.org/wiki/Web_cache'>кэша браузера</a>, содержимое которого зачастую хранится длительное время, потому что пользователи нерегулярно его очищают.</p><p>Регулярная очистка кэша предотвращает отслеживание, однако делать это вручную не всегда удобно.</p><p>Включение данной опции позволит <i>uMatrix</i> делать это за вас с заданным интервалом времени.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Некоторые сайты идут на всевозможные ухищрения для того, чтобы обойти любые меры, предпринятые для защиты от отслеживания.</p><p>Некоторые ухищрения основаны<sup>[1, 2]</sup> на использовании <a href='https://en.wikipedia.org/wiki/Web_cache'>кэша браузера</a>, содержимое которого зачастую хранится длительное время, потому что пользователи нерегулярно его очищают.</p><p>Регулярная очистка кэша предотвращает отслеживание, однако делать это вручную не всегда удобно.</p><p>Включение данной опции позволит <i>eMatrix</i> делать это за вас с заданным интервалом времени.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Подменять строку <a href='https://ru.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> в запросах к сторонним источникам. -privacyProcessRefererHelp=Материал из Википедии:<blockquote>HTTP referer — это HTTP заголовок, который указывает адрес страницы, содержащей ссылку на запрошенный ресурс. ... <b>Поскольку эта информация может нарушать конфиденциальность, некоторые браузеры позволяют запретить её передачу.</b></blockquote>Если эта опция включена, <i>uMatrix</i> будет подменять HTTP referer, если сайт, указанный в HTTP referer, является сторонним по отношению к запрашиваемому ресурсу. +privacyProcessRefererHelp=Материал из Википедии:<blockquote>HTTP referer — это HTTP заголовок, который указывает адрес страницы, содержащей ссылку на запрошенный ресурс. ... <b>Поскольку эта информация может нарушать конфиденциальность, некоторые браузеры позволяют запретить её передачу.</b></blockquote>Если эта опция включена, <i>eMatrix</i> будет подменять HTTP referer, если сайт, указанный в HTTP referer, является сторонним по отношению к запрашиваемому ресурсу. privacyNoMixedContentPrompt=Только HTTPS: запретить смешанное содержимое. privacyNoMixedContentHelp=<p>Материал из <a href='https://developer.mozilla.org/ru-RU/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Если страница, переданная по HTTPS, содержит контент, передаваемый по обычному, открытому HTTP, соединение считается частично зашифрованным: то, что передаётся по HTTP, можно перехватить и изменить, вследствие чего соединение уже не считается защищённым. Такие страницы называются <em>страницами со смешанным содержимым</em>.</blockquote> privacyProcessHyperlinkAuditingPrompt=Блокировать все попытки <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>аудита гиперссылок</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=очистить кэш hostsFilesExternalListNew=доступна новая версия hostsFilesExternalListObsolete=список устарел rawSettingsWarning=Внимание! Изменяйте эти настройки конфигурации на свой страх и риск. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Список изменений</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Список изменений</a> aboutStorageUsed=Локальное хранилище: {{storageUsed}} байт -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Документация</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Разрешения</a> aboutCode=Исходный код (GPLv3) aboutIssues=Баги и проблемы @@ -142,7 +142,7 @@ aboutUserDataHeader=Ваши данные aboutBackupButton=Сделать резервный файл... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Восстановить из файла... -aboutRestoreConfirm=Все ваши настройки будут перезаписаны резервными данными от {{time}}, и uMatrix перезагрузится.\n\nИзменить все настройки, используя эту резервную копию? +aboutRestoreConfirm=Все ваши настройки будут перезаписаны резервными данными от {{time}}, и eMatrix перезагрузится.\n\nИзменить все настройки, используя эту резервную копию? aboutRestoreError=Данные не могут быть прочитаны или содержат ошибки aboutOr=... или ... aboutResetButton=Сброс до настроек по умолчанию @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=куки удален: {{value}} loggerEntryDeleteCookieError=не удалось удалить куки: {{value}} loggerEntryBrowserCacheCleared=кэш браузера очищен loggerEntryAssetUpdated=актив обновлен: {{value}} -mainBlockedPrompt1=uMatrix предотвратил загрузку следующей страницы: +mainBlockedPrompt1=eMatrix предотвратил загрузку следующей страницы: mainBlockedPrompt2=Из-за следующего правила mainBlockedBack=Назад mainBlockedClose=Закрыть diff --git a/locale/sl/messages.properties b/locale/sl/messages.properties index a926471..299f7db 100644 --- a/locale/sl/messages.properties +++ b/locale/sl/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Nadzorna plošča -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Nadzorna plošča +loggerPageName=eMatrix — Logger settingsPageName=Nastavitve privacyPageName=Zasebnost statsPageName=Statistika @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Go to dashboard matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Others statsPageDetailed=Logger statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Text size: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=None settingsMatrixAutoReloadCurrent=Current settingsMatrixAutoReloadAll=All -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Opacity settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=minutes. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/sr/messages.properties b/locale/sr/messages.properties index ac80ae4..381bdbe 100644 --- a/locale/sr/messages.properties +++ b/locale/sr/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Контролна табла -loggerPageName=uMatrix — Евиденција +extName=eMatrix +dashboardPageName=eMatrix — Контролна табла +loggerPageName=eMatrix — Евиденција settingsPageName=Подешавања privacyPageName=Приватност statsPageName=Статистика @@ -33,7 +33,7 @@ matrixRevertAllEntry=Врати све привремене измене matrixLoggerMenuEntry=Иди на евиденцију matrixDashboardMenuEntry=Иди на контролну таблу matrixNoTabFound=Ниједна веб страница није пронађена -statsPageTitle=uMatrix – Статистика +statsPageTitle=eMatrix – Статистика statsPageGenericStats=Општа статистика statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> блокираних заглавља: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> блокираних заглавља: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Остало statsPageDetailed=Евиденција statsPageLogSizePrompt1=Запамти последње statsPageLogSizePrompt2=HTTP захтеви <b>по страници</b>. -statsPageLogSizeHelp=<p>Можете прегледати детаље најновијих HTTP захтева креираних од стране веб странице (видети испод).</p><p>Ово је нарочито корисно напредним корисницима који желе да сазнају шта је тачно страница радила. Али за евидентирање ових HTTP захтева потребна је меморија, па ако вам није битна ова техничка информација, то значи повећање заузећа меморије.</p><p>Дакле, ово поље вам омогућава да подесите максимални број најновијих HTTP захтева које треба да се евидентирају ради даљег испитивања.</p><p>Унесите “<code>0</code>” за искључивање детаљног евидентирања (и смањења заузећа меморије од стране додатка <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Можете прегледати детаље најновијих HTTP захтева креираних од стране веб странице (видети испод).</p><p>Ово је нарочито корисно напредним корисницима који желе да сазнају шта је тачно страница радила. Али за евидентирање ових HTTP захтева потребна је меморија, па ако вам није битна ова техничка информација, то значи повећање заузећа меморије.</p><p>Дакле, ово поље вам омогућава да подесите максимални број најновијих HTTP захтева које треба да се евидентирају ради даљег испитивања.</p><p>Унесите “<code>0</code>” за искључивање детаљног евидентирања (и смањења заузећа меморије од стране додатка <i>eMatrix</i>).</p> statsPageRefresh=Освежи -settingsPageTitle=uMatrix – Подешавања +settingsPageTitle=eMatrix – Подешавања settingsMatrixDisplayHeader=Изглед settingsMatrixDisplayTextSizePrompt=Величина текста: settingsMatrixDisplayTextSizeNormal=Нормалан @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Приликом затварања матриц settingsMatrixAutoReloadNone=Ниједан settingsMatrixAutoReloadCurrent=Тренутни settingsMatrixAutoReloadAll=Све -settingsMatrixAutoReloadInfo=Када год начините измене у матрици које могу утицати на приказ и/или понашање једне или више страница, <i>uMatrix</i> ће аутоматски поново учитати погођене странице када будете затворили матрицу. +settingsMatrixAutoReloadInfo=Када год начините измене у матрици које могу утицати на приказ и/или понашање једне или више страница, <i>eMatrix</i> ће аутоматски поново учитати погођене странице када будете затворили матрицу. settingsSubframeColor=Блокираних оквира: Боја settingsSubframeOpacity=Непрозирност settingsIconBadgeEnabled=Прикажи број појединачних захтева на иконици @@ -86,9 +86,9 @@ settingsCollapseBlocked=Скупи држач блокираних елемен settingsCollapseBlacklisted=Скупи држач елемената на црној листи settingsNoscriptTagsSpoofed=Лажирај <code><noscript></code> тагове када су скрипте прве стране блокиране settingsCloudStorageEnabled=Омогући подршку складиштења у облаку -privacyPageTitle=uMatrix – Приватност +privacyPageTitle=eMatrix – Приватност privacyDeleteBlockedCookiesPrompt=Избриши блокиране колачиће. -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> не спречава улазак блокираних колачића у ваш прегледач али их спречава да га напусте и то је оно што је у ствари важно. Неблокирање колачића пре него што уђу у прегледач вам даје могућност да будете упознати са тим да сајт покушава да користи колачиће, као и да испитујете њихов садржај, уколико то желите.</p><p>Чим <i>uMatrix</i> обрачуна ове колачиће, можете их уклонити ако то желите.</p><p><b>Важна напомена</b>Проширења могу креирати веб захтеве током свог нормалног рада. Ови захтеви могу довести до креирања колачића у прегледачу. Ако сајт одакле потиче колачић није на белој листи, онда ће <i>uMatrix</i> уклонити колачић из прегледача ако је ова опција омогућена. Зато будите сигурни да сајт са којим проширење комуницира буде на белој листи.</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> не спречава улазак блокираних колачића у ваш прегледач али их спречава да га напусте и то је оно што је у ствари важно. Неблокирање колачића пре него што уђу у прегледач вам даје могућност да будете упознати са тим да сајт покушава да користи колачиће, као и да испитујете њихов садржај, уколико то желите.</p><p>Чим <i>eMatrix</i> обрачуна ове колачиће, можете их уклонити ако то желите.</p><p><b>Важна напомена</b>Проширења могу креирати веб захтеве током свог нормалног рада. Ови захтеви могу довести до креирања колачића у прегледачу. Ако сајт одакле потиче колачић није на белој листи, онда ће <i>eMatrix</i> уклонити колачић из прегледача ако је ова опција омогућена. Зато будите сигурни да сајт са којим проширење комуницира буде на белој листи.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Избриши неблокиране колачиће сесије privacyDeleteNonBlockedSessionCookiesPrompt2= минута након последњег коришћења. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Колачић сесије ... се брише када завршите сесију прегледача. Колачић сесије се чува у привременој меморији и не задржава се после затварања прегледача.”</p><p>С тим да се ово<a href='https://code.google.com/p/chromium/issues/detail?id=128513'>можда неће десити</a> у појединим прегледачима. Такође, затварање прегледача због брисања колачића сесије можда неће бити довољно брзо.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Избриши садржај <a href='ht privacyDeleteBlockedLocalStorageHelp=Листа задатака privacyClearCachePrompt1=Очисти кеш прегледача сваких privacyClearCachePrompt2=минута. -privacyClearCacheHelp=<p>Неки веб сајтови су стварно решени да вас прате, толико да ће користити не баш лепе трикове да би заобишли све мере које предузимате да бисте избегли праћење.</p><p>Неко од ових трикова се заснивају<sup style='font-size:smaller'>[1, 2]</sup>на<a href='https://en.wikipedia.org/wiki/Web_cache'>кешу прегледача</a>,чији је садржај често дуготрајан, пошто корисници ретко одвајају мало времена да редовно чисте кеш прегледача.</p><p>Мало је непријатно редовно чистити кеш прегледача, а корист се огледа у томе да се спрече ови одвратни трагачи да упадају у вашу приватност.</p><p>Омогућите ову опцију да <i>uMatrix</i> то ради уместо вас, у временском интервалу који желите.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Спречавање веб праћења преко кеша прегледача”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Неки веб сајтови су стварно решени да вас прате, толико да ће користити не баш лепе трикове да би заобишли све мере које предузимате да бисте избегли праћење.</p><p>Неко од ових трикова се заснивају<sup style='font-size:smaller'>[1, 2]</sup>на<a href='https://en.wikipedia.org/wiki/Web_cache'>кешу прегледача</a>,чији је садржај често дуготрајан, пошто корисници ретко одвајају мало времена да редовно чисте кеш прегледача.</p><p>Мало је непријатно редовно чистити кеш прегледача, а корист се огледа у томе да се спрече ови одвратни трагачи да упадају у вашу приватност.</p><p>Омогућите ову опцију да <i>eMatrix</i> то ради уместо вас, у временском интервалу који желите.</p><p style='font-size:smaller'>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Спречавање веб праћења преко кеша прегледача”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Лажирај низ <a href='https://ru.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> за захтеве трећих страна. -privacyProcessRefererHelp=<p>Са Википедије</p><blockquote>HTTP referer је HTTP заглавље које идентификује адресу веб странице који је повезан са извором који се тражи. ... <b>Пошто ове информације могу нарушити приватност, неки прегледачи дозвољавају корисницима да онемогуће слање ових информација.</b></blockquote><p>Ако је ова опција омогућена, <i>uMatrix</i> ће лажирати информацију ако је сајт, наведен у HTTP referrer, трећа страна у односу на захтевани. +privacyProcessRefererHelp=<p>Са Википедије</p><blockquote>HTTP referer је HTTP заглавље које идентификује адресу веб странице који је повезан са извором који се тражи. ... <b>Пошто ове информације могу нарушити приватност, неки прегледачи дозвољавају корисницима да онемогуће слање ових информација.</b></blockquote><p>Ако је ова опција омогућена, <i>eMatrix</i> ће лажирати информацију ако је сајт, наведен у HTTP referrer, трећа страна у односу на захтевани. privacyNoMixedContentPrompt=Само HTTPS: забрани мешани садржај. privacyNoMixedContentHelp=<p>Са<a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Ако [a] HTTPS страница укључује садржај који се преузима преко редовног,отвореног HTTP, веза је делимично кодирана: некодираном садржају се може приступити и може бити мењан, тако да веза више није безбедна. Таква веб страница се зове страница са мешаним садржајем.</blockquote> privacyProcessHyperlinkAuditingPrompt=Блокирај све покушаје <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>надгледања хипервеза</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=очисти кеш hostsFilesExternalListNew=доступна нова верзија hostsFilesExternalListObsolete=застарело rawSettingsWarning=Упозорење! Мењате ова конфигурацијска подешавања на сопствени ризик. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Списак измена</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Списак измена</a> aboutStorageUsed=Искоришћеност складишта: {{storageUsed}} бајтова -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документација</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Документација</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволе</a> aboutCode=Изворни код (GPLv3) aboutIssues=Грешке и проблеми @@ -142,7 +142,7 @@ aboutUserDataHeader=Ваши подаци aboutBackupButton=Сачувај резервну копију... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Обнови из датотеке... -aboutRestoreConfirm=Сва ваша подешавања ће бити замењена резервном копијом од {{time}}, и uMatrix ће бити поново покренут.\n\nЗаменити сва постојећа подешавања резервном копијом? +aboutRestoreConfirm=Сва ваша подешавања ће бити замењена резервном копијом од {{time}}, и eMatrix ће бити поново покренут.\n\nЗаменити сва постојећа подешавања резервном копијом? aboutRestoreError=Подаци се не могу прочитати или су неважећи aboutOr=... или ... aboutResetButton=Врати на подразумевана подешавања @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=колачића избрисано: {{value}} loggerEntryDeleteCookieError=неуспелих брисања колачића: {{value}} loggerEntryBrowserCacheCleared=кеш прегледача очишћен loggerEntryAssetUpdated=ажурираних средстава: {{value}} -mainBlockedPrompt1=uMatrix је спречио учитавање следеће странице: +mainBlockedPrompt1=eMatrix је спречио учитавање следеће странице: mainBlockedPrompt2=Због следећег правила mainBlockedBack=Назад mainBlockedClose=Затвори diff --git a/locale/sv/messages.properties b/locale/sv/messages.properties index 67173d9..fe2075a 100644 --- a/locale/sv/messages.properties +++ b/locale/sv/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Översiktspanel -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Översiktspanel +loggerPageName=eMatrix — Logger settingsPageName=Inställningar privacyPageName=Integritet statsPageName=Statistik @@ -33,7 +33,7 @@ matrixRevertAllEntry=Återställ alla tillfälliga ändringar matrixLoggerMenuEntry=Visa logg matrixDashboardMenuEntry=Visa översiktspanel matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistik +statsPageTitle=eMatrix – Statistik statsPageGenericStats=Generell statistik statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP-kaksidhuvuden</a> förhindrade: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-referenssidhuvuden</a> förhindrade: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Övriga statsPageDetailed=Logg statsPageLogSizePrompt1=Kom ihåg sista statsPageLogSizePrompt2=HTTP-förfrågningar <b>per sida</b>. -statsPageLogSizeHelp=<p>Du kan inspektera de senaste råa HTTP-frågningarna gjorda från en sida (se nedan).</p><p>Det är mest till för erfarna användare som vill undersöka exakt vad webbsidan har gjort. Loggningen kräver dock plats och om du inte bryr dig om tekniska detaljer så kommer det slösa på minnet.</p><p>Därför finns detta fält som låter dig justera hur många av de senaste HTTP-förfrågningarna som som loggas.</p><p>Ange “<code>0</code>” för att stänga av detaljerad loggning (och således minska minneskravet från <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>Du kan inspektera de senaste råa HTTP-frågningarna gjorda från en sida (se nedan).</p><p>Det är mest till för erfarna användare som vill undersöka exakt vad webbsidan har gjort. Loggningen kräver dock plats och om du inte bryr dig om tekniska detaljer så kommer det slösa på minnet.</p><p>Därför finns detta fält som låter dig justera hur många av de senaste HTTP-förfrågningarna som som loggas.</p><p>Ange “<code>0</code>” för att stänga av detaljerad loggning (och således minska minneskravet från <i>eMatrix</i>).</p> statsPageRefresh=Uppdatera -settingsPageTitle=uMatrix – Inställningar +settingsPageTitle=eMatrix – Inställningar settingsMatrixDisplayHeader=Utseende settingsMatrixDisplayTextSizePrompt=Textstorlek: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=När matrisen är stängd, ladda om dessa flikar settingsMatrixAutoReloadNone=Inga settingsMatrixAutoReloadCurrent=Aktuell settingsMatrixAutoReloadAll=Alla -settingsMatrixAutoReloadInfo=När du gör ändringar i matrisen som påverkar hur andra sidor ser ut eller beter sig kommer <i>uMatrix</i> ladda om de berörda sidorna automatiskt när du stänger matrisen. +settingsMatrixAutoReloadInfo=När du gör ändringar i matrisen som påverkar hur andra sidor ser ut eller beter sig kommer <i>eMatrix</i> ladda om de berörda sidorna automatiskt när du stänger matrisen. settingsSubframeColor=Blockerade frames: Färg settingsSubframeOpacity=Genomskinlighet settingsIconBadgeEnabled=Visa antalet distinkta förfrågningar i ikonen @@ -86,9 +86,9 @@ settingsCollapseBlocked=Kollapsa blockerade objekt settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Stöd för lagring i molnet -privacyPageTitle=uMatrix – Integritet +privacyPageTitle=eMatrix – Integritet privacyDeleteBlockedCookiesPrompt=Ta bort blockerade kakor. -privacyDeleteBlockedCookiesHelp=<p>Svartlistade kakor hindras inte från att hamna i din webbläsare av <i>uMatrix</i>. De är dock skyddade från att lämna webbläsaren, vilket är det som räknas. Genom att inte blockera kakor från att hamna i din webbläsare får du möjligheten att se om en sida försökt att använda sig av kakor och du kan undersöka kakornas innehåll.</p><p>När kakorna har passerat <i>uMatrix</i>, kan de raderas om du så önskar.</p><p><b>Viktigt:</b> Webbläsartillägg kan göra förfrågningar till webben medan de arbetar. Dessa förfrågningar kan resultera i att kakor skapas i webbläsaren. Om värdnamnet för vilken en kaka kommer ifrån inte är vitlistat kommer kakan att tas bort av <i>uMatrix</i> om det är så inställt. Därför är det viktigt att kontrollera att värdnamnen som tillägg använder för att kommunicera är vitlistade.</p> +privacyDeleteBlockedCookiesHelp=<p>Svartlistade kakor hindras inte från att hamna i din webbläsare av <i>eMatrix</i>. De är dock skyddade från att lämna webbläsaren, vilket är det som räknas. Genom att inte blockera kakor från att hamna i din webbläsare får du möjligheten att se om en sida försökt att använda sig av kakor och du kan undersöka kakornas innehåll.</p><p>När kakorna har passerat <i>eMatrix</i>, kan de raderas om du så önskar.</p><p><b>Viktigt:</b> Webbläsartillägg kan göra förfrågningar till webben medan de arbetar. Dessa förfrågningar kan resultera i att kakor skapas i webbläsaren. Om värdnamnet för vilken en kaka kommer ifrån inte är vitlistat kommer kakan att tas bort av <i>eMatrix</i> om det är så inställt. Därför är det viktigt att kontrollera att värdnamnen som tillägg använder för att kommunicera är vitlistade.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Ta bort icke-blockerade sessionskakor privacyDeleteNonBlockedSessionCookiesPrompt2= minuter efter att de senast användes. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “En sessionskaka ... raderas efter webbläsarens session avslutas. Sessionskakan lagras i ett temporärt minne och sparas inte när webbläsaren stängs.”</p><p>Förutom att det <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>kanske inte alltid fungerar så</a> i vissa webbläsare. För vissa personer är det inte tidigt nog att rensa kakorna när webbläsaren stängs.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Radera <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=ATT GÖRA privacyClearCachePrompt1=Rensa webbläsarens cache var privacyClearCachePrompt2=minut. -privacyClearCacheHelp=<p>Vissa webbplatser är fast beslutna att spåra dig, till den grad att de använda osjysta metoder för att ta sig runt dina försök att inte bli spårad.</p><p>Några av dessa metoder<sup style='font-size:smaller'>[1, 2]</sup> förlitar sig på <a href='https://en.wikipedia.org/wiki/Web_cache'>webbläsarcachen</a>, vars innehåll ofta är långvarigt eftersom användare sällar tar sig tiden att regelbundet rensa deras cache.</p><p>Det finns knappt några nackdelar med att rensa cachet i webbläsar regelbundet (troligen märker du inte ens när det sker) och fördelen är att du förhindrar att dessa irriterande förföljare kränker din integritet.</p><p>Kryssa i detta alternativ för att låta <i>uMatrix</i> göra detta åt dig, i det intervall du ställer in.</p><p style='font-size:smaller'>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Vissa webbplatser är fast beslutna att spåra dig, till den grad att de använda osjysta metoder för att ta sig runt dina försök att inte bli spårad.</p><p>Några av dessa metoder<sup style='font-size:smaller'>[1, 2]</sup> förlitar sig på <a href='https://en.wikipedia.org/wiki/Web_cache'>webbläsarcachen</a>, vars innehåll ofta är långvarigt eftersom användare sällar tar sig tiden att regelbundet rensa deras cache.</p><p>Det finns knappt några nackdelar med att rensa cachet i webbläsar regelbundet (troligen märker du inte ens när det sker) och fördelen är att du förhindrar att dessa irriterande förföljare kränker din integritet.</p><p>Kryssa i detta alternativ för att låta <i>eMatrix</i> göra detta åt dig, i det intervall du ställer in.</p><p style='font-size:smaller'>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a><br>[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Förvanska <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP-hänvisning</a> för tredjepartsförfrågningar. -privacyProcessRefererHelp=<p>Översatt från Wikipedia:</p><blockquote>En HTTP-hänvisning (s.k. referer) är den delen i ett HTTP-sidhuvud som identifierar adressen på den sida som länkade till den nuvarande sidan som begärs. ... <b>Eftersom hänvisningen kan inskränka på integriteten tillåter vissa webbläsare användare att låta bli att skicka hänvisningsinformationen.</b></blockquote><p>Om inställningen är påslagen kommer <i>uMatrix</i> att lura domänen med en annan HTTP-hänvisningnsinformation i sidhuvudet, om det gäller en tredje partsdomän till domänen som gjort nätförfrågan. +privacyProcessRefererHelp=<p>Översatt från Wikipedia:</p><blockquote>En HTTP-hänvisning (s.k. referer) är den delen i ett HTTP-sidhuvud som identifierar adressen på den sida som länkade till den nuvarande sidan som begärs. ... <b>Eftersom hänvisningen kan inskränka på integriteten tillåter vissa webbläsare användare att låta bli att skicka hänvisningsinformationen.</b></blockquote><p>Om inställningen är påslagen kommer <i>eMatrix</i> att lura domänen med en annan HTTP-hänvisningnsinformation i sidhuvudet, om det gäller en tredje partsdomän till domänen som gjort nätförfrågan. privacyNoMixedContentPrompt=Strikt HTTPS: förbjud blandat innehåll. privacyNoMixedContentHelp=<p>Översatt från <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>Om en HTTPS-sida innehåller material som hämtas med oskyddad HTTP, kommer anslutningen endast vara delvis krypterad: det okrypterade materialet kan användas av nätverksanalyseringsprogram och ändras av en okänd mellanhand. Därför är inte anslutningen längre säker. När en webbsida har detta beteende, kallas det för en sida med blandat innehåll.</blockquote> privacyProcessHyperlinkAuditingPrompt=Blockera alla försök till <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>granskning av hyperlänkar</a>. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=rensa cache hostsFilesExternalListNew=ny version tillgänglig hostsFilesExternalListObsolete=inaktuell rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Ändringslogg</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Ändringslogg</a> aboutStorageUsed=Använt utrymme: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Dokumentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillstånd</a> aboutCode=Källkod (GPLv3) aboutIssues=Buggar och problem @@ -142,7 +142,7 @@ aboutUserDataHeader=Din data aboutBackupButton=Säkerhetskopia till fil... aboutBackupFilename=min-umatrix-säkerhetskopia.txt aboutRestoreButton=Återställ från fil... -aboutRestoreConfirm=Alla dina inställningar kommer att skrivas över med data från {{time}} och uMatrix kommer att startas om.\n\nVill du skriva över de existerande inställningarna med data från säkerhetskopian? +aboutRestoreConfirm=Alla dina inställningar kommer att skrivas över med data från {{time}} och eMatrix kommer att startas om.\n\nVill du skriva över de existerande inställningarna med data från säkerhetskopian? aboutRestoreError=Data kunde inte läsas in ordentligt aboutOr=... eller ... aboutResetButton=Återställ till förvalda inställningar @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=borttagna kakor: {{value}} loggerEntryDeleteCookieError=misslyckades med att ta bort kaka: {{value}} loggerEntryBrowserCacheCleared=webbläsarens cache rensades loggerEntryAssetUpdated=komponent uppdaterad: {{value}} -mainBlockedPrompt1=uMatrix har förhindrat denna sida från att laddas: +mainBlockedPrompt1=eMatrix har förhindrat denna sida från att laddas: mainBlockedPrompt2=På grund av den här regeln mainBlockedBack=Gå tillbaka mainBlockedClose=Stäng diff --git a/locale/te/messages.properties b/locale/te/messages.properties index 7cba035..a7de453 100644 --- a/locale/te/messages.properties +++ b/locale/te/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Dashboard -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Dashboard +loggerPageName=eMatrix — Logger settingsPageName=ఐచ్చికాలు privacyPageName=గోప్యత statsPageName=గణాంకాలు @@ -33,7 +33,7 @@ matrixRevertAllEntry=Revert all temporary changes matrixLoggerMenuEntry=Go to logger matrixDashboardMenuEntry=Go to dashboard matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Statistics +statsPageTitle=eMatrix – Statistics statsPageGenericStats=Generic statistics statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> headers foiled: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=ఇతరులు statsPageDetailed=Logger statsPageLogSizePrompt1=Remember the last statsPageLogSizePrompt2=HTTP requests <b>per page</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Refresh -settingsPageTitle=uMatrix – Settings +settingsPageTitle=eMatrix – Settings settingsMatrixDisplayHeader=Matrix settingsMatrixDisplayTextSizePrompt=Text size: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tab settingsMatrixAutoReloadNone=ఏదీకాదు settingsMatrixAutoReloadCurrent=ప్రస్తుత settingsMatrixAutoReloadAll=అన్ని -settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>uMatrix</i> will reload affected pages automatically when you close the matrix. +settingsMatrixAutoReloadInfo=Whenever you make changes in the matrix which can affect the display and/or behavior of one or more pages, <i>eMatrix</i> will reload affected pages automatically when you close the matrix. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=స్పష్టత settingsIconBadgeEnabled=చిహ్నంపై విభిన్న అభ్యర్దనల సంఖ్య చూపుము @@ -86,9 +86,9 @@ settingsCollapseBlocked=నిరోధించబడిన అంశాలయ settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Enable cloud storage support -privacyPageTitle=uMatrix – Privacy +privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=Delete blocked cookies. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Delete non-blocked session cookies privacyDeleteNonBlockedSessionCookiesPrompt2= minutes after the last time they have been used. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Clear browser cache every privacyClearCachePrompt2=నిమిషాలు. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=purge cache hostsFilesExternalListNew=new version available hostsFilesExternalListObsolete=outdated rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Change log</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Change log</a> aboutStorageUsed=Storage used: {{storageUsed}} bytes -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Documentation</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> aboutCode=Source code (GPLv3) aboutIssues=Bugs and issues @@ -142,7 +142,7 @@ aboutUserDataHeader=Your data aboutBackupButton=Backup to file... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Restore from file... -aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and uMatrix will restart.\n\nOverwrite all existing settings using backed up data? +aboutRestoreConfirm=All your settings will be overwritten using data backed up on {{time}}, and eMatrix will restart.\n\nOverwrite all existing settings using backed up data? aboutRestoreError=The data could not be read or is invalid aboutOr=... or ... aboutResetButton=Reset to default settings @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=cookie deleted: {{value}} loggerEntryDeleteCookieError=failed to delete cookie: {{value}} loggerEntryBrowserCacheCleared=browser cache cleared loggerEntryAssetUpdated=asset updated: {{value}} -mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt1=eMatrix has prevented the following page from loading: mainBlockedPrompt2=Because of the following rule mainBlockedBack=Go back mainBlockedClose=Close diff --git a/locale/tr/messages.properties b/locale/tr/messages.properties index 5c11bfc..5d863d2 100644 --- a/locale/tr/messages.properties +++ b/locale/tr/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Kontrol Paneli -loggerPageName=uMatrix — Günlükçü +extName=eMatrix +dashboardPageName=eMatrix — Kontrol Paneli +loggerPageName=eMatrix — Günlükçü settingsPageName=Ayarlar privacyPageName=Gizlilik statsPageName=İstatistikler @@ -33,7 +33,7 @@ matrixRevertAllEntry=Geçici değişikliklerin tümünü geri al matrixLoggerMenuEntry=Günlükçüye git matrixDashboardMenuEntry=Kontrol paneline git matrixNoTabFound=Hiçbir web sayfası bulunamadı -statsPageTitle=uMatrix – İstatistikleri +statsPageTitle=eMatrix – İstatistikleri statsPageGenericStats=Genel istatistikler statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>HTTP çerez</a> başlığı önlendi: {{count}} statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP başvuran</a> başlığı önlendi: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Diğerleri statsPageDetailed=Günlükçü statsPageLogSizePrompt1=<b>Sayfa başına</b> son statsPageLogSizePrompt2=HTTP isteğini hatırla. -statsPageLogSizeHelp=<p>Bir web sayfası tarafından en son yapılan işlenmemiş HTTP isteklerinin ayrıntılarını denetleyebilirsiniz (aşağıya bakın).</p><p>Bu en çok ileri düzey kullanıcıların bir web sayfasının tam olarak ne yaptığını incelemerinde kullanışlı olur. Fakat bu HTTP istek günlüklüklerinin tutulması bellek kullanımı arttırır ve bu teknik bilgiye ihtiyacınız yoksa bellek boşa kullanılmış olur.</p><p>Bundan dolayı en fazla günlüğü tutulacak HTTP istek sayısını bu alandan ayarlayabilirsiniz.</p><p>“<code>0</code>” girerek ayrıntılı günlük tutulmasını kapatabilirsiniz (ve netice olarak <i>uMatrix'in</i> bellek kullanımını düşürürsünüz).</p> +statsPageLogSizeHelp=<p>Bir web sayfası tarafından en son yapılan işlenmemiş HTTP isteklerinin ayrıntılarını denetleyebilirsiniz (aşağıya bakın).</p><p>Bu en çok ileri düzey kullanıcıların bir web sayfasının tam olarak ne yaptığını incelemerinde kullanışlı olur. Fakat bu HTTP istek günlüklüklerinin tutulması bellek kullanımı arttırır ve bu teknik bilgiye ihtiyacınız yoksa bellek boşa kullanılmış olur.</p><p>Bundan dolayı en fazla günlüğü tutulacak HTTP istek sayısını bu alandan ayarlayabilirsiniz.</p><p>“<code>0</code>” girerek ayrıntılı günlük tutulmasını kapatabilirsiniz (ve netice olarak <i>eMatrix'in</i> bellek kullanımını düşürürsünüz).</p> statsPageRefresh=Yenile -settingsPageTitle=uMatrix – Ayarları +settingsPageTitle=eMatrix – Ayarları settingsMatrixDisplayHeader=Matris settingsMatrixDisplayTextSizePrompt=Metin boyutu: settingsMatrixDisplayTextSizeNormal=Normal @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Matris kapatıldığında şu sekmeleri yeniden y settingsMatrixAutoReloadNone=Hiçbiri settingsMatrixAutoReloadCurrent=Şu anki settingsMatrixAutoReloadAll=Tümü -settingsMatrixAutoReloadInfo=Matristen sayfa görünümünü ve/veya davranışını etkileyebilecek değişiklikler yaptığınızda, <i>uMatrix</i> bunlardan etkilenen sayfaları matris kapatıldığında otomatik olarak yeniden yükleyecektir. +settingsMatrixAutoReloadInfo=Matristen sayfa görünümünü ve/veya davranışını etkileyebilecek değişiklikler yaptığınızda, <i>eMatrix</i> bunlardan etkilenen sayfaları matris kapatıldığında otomatik olarak yeniden yükleyecektir. settingsSubframeColor=Engellenmiş çerçeveler: Color settingsSubframeOpacity=Saydamlık settingsIconBadgeEnabled=Farklı isteklerin sayısını simge üzerinde göster @@ -86,9 +86,9 @@ settingsCollapseBlocked=Engellenmiş elementlerin yertutucularını daralt settingsCollapseBlacklisted=Kara listelenmiş ögelerin yertutucularını daralt settingsNoscriptTagsSpoofed=1. taraf betikler engellendiğinde <code><noscript></code> etiketlerini aldat settingsCloudStorageEnabled=Bulut depo desteğini etkinleştir -privacyPageTitle=uMatrix – Gizlilik +privacyPageTitle=eMatrix – Gizlilik privacyDeleteBlockedCookiesPrompt=Engellenmiş çerezleri sil. -privacyDeleteBlockedCookiesHelp=<p>Kara listelenmiş çerezlerin tarayıcınıza girmesi <i>uMatrix</i> tarafından önlenmez. Ancak tarayıcınızdan çıkışları önlenir, önemli olan da budur. Çerezlerin tarayıcınıza girişi önlenmeyerek sitenin çerez kullanımı hakkında bilgi sahibi olma fırsatını elde edersiniz ve üstelik dilerseniz içeriklerini de denetleyebilirsiniz.</p><p>Bu engellenmiş çerezler bir kere <i>uMatrix</i> tarafından raporlandıktan sonra eğer isterseniz tabi tarayıcınızdan kaldırılabilir.</p><p><b>Önemli not:</b> Eklentiler normal işleyişleri sırasında web isteği yapabilir. Bu istekler tarayıcınızda çerez oluşumuna neden olur. Bu seçenek işaretli ve çerezin geldiği alan adı beyaz listede değilse bu çerez <i>uMatrix</i> tarafından tarayıcınızdan kaldırılacaktır. Bu yüzden eklentilerin iletişim kurduğu alan ad(lar)ının beyaz listede bulunduğundan emin olunuz.</p> +privacyDeleteBlockedCookiesHelp=<p>Kara listelenmiş çerezlerin tarayıcınıza girmesi <i>eMatrix</i> tarafından önlenmez. Ancak tarayıcınızdan çıkışları önlenir, önemli olan da budur. Çerezlerin tarayıcınıza girişi önlenmeyerek sitenin çerez kullanımı hakkında bilgi sahibi olma fırsatını elde edersiniz ve üstelik dilerseniz içeriklerini de denetleyebilirsiniz.</p><p>Bu engellenmiş çerezler bir kere <i>eMatrix</i> tarafından raporlandıktan sonra eğer isterseniz tabi tarayıcınızdan kaldırılabilir.</p><p><b>Önemli not:</b> Eklentiler normal işleyişleri sırasında web isteği yapabilir. Bu istekler tarayıcınızda çerez oluşumuna neden olur. Bu seçenek işaretli ve çerezin geldiği alan adı beyaz listede değilse bu çerez <i>eMatrix</i> tarafından tarayıcınızdan kaldırılacaktır. Bu yüzden eklentilerin iletişim kurduğu alan ad(lar)ının beyaz listede bulunduğundan emin olunuz.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Engellenmemiş oturum çerezlerini son kullanımlarından privacyDeleteNonBlockedSessionCookiesPrompt2= dakika sonra sil. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “Bir oturum çerezi ... tarayıcı oturumu sonlandığında silinir. Oturum çerezi geçici bellekte depolanır ve tarayıcı kapandıktan sonra muhafaza edilmez.”</p><p>Bazı tarayıcıları kullanırken <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>bu durum gerçekleşmeyebilir.</a> Ayrıca, bazılarımız için, oturum çerezlerinin temizlenmesi için tarayıcının kapatılması yeteri kadar erken olmayabilir.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Engellenmiş alan adları tarafından olu privacyDeleteBlockedLocalStorageHelp=Yapılacaklar privacyClearCachePrompt1=Tarayıcı önbelleğini her privacyClearCachePrompt2=dakikada bir temizle. -privacyClearCacheHelp=<p>Bazı web siteleri sizi izlemekte çok kararlıdır, izlenmemek için aldığınız her ne önlem varsa bunları aşmak için hoş olmayan hileli yöntemler kullanacaklardır.</p><p>Bu hilelerden bazıları <a href='https://en.wikipedia.org/wiki/Web_cache'>tarayıcı önbelleği</a> <sup>[1, 2]</sup>'ye dayalıdır, kullanıcı düzenli olarak tarayıcısının geçmişini temizlemediği için içerik çok uzun süre tarayıcıda kalır.</p><p>Tarayıcı önbelleğini düzenli olarak temizlemek biraz zahmetlidir (temizlendiğinde ise muhtemelen farkına varmazsınız) ve faydası ise kötü izleyicilerin gizliliğinizi ihlal etmesinin önüne geçmiş olursunuz.</p><p>Bu seçeneği işaretleyerek belirli aralıklarla bu işlemi sizin yerinize <i>uMatrix</i> yapabilir.</p><p>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Tarayıcı Önbelleği ile Web İzlemesini Önlemek”</a>\n[2]<a href='http://lucb1e.com/rp/cookielesscookies/'>“Çerezsiz çerezler”</a></p> +privacyClearCacheHelp=<p>Bazı web siteleri sizi izlemekte çok kararlıdır, izlenmemek için aldığınız her ne önlem varsa bunları aşmak için hoş olmayan hileli yöntemler kullanacaklardır.</p><p>Bu hilelerden bazıları <a href='https://en.wikipedia.org/wiki/Web_cache'>tarayıcı önbelleği</a> <sup>[1, 2]</sup>'ye dayalıdır, kullanıcı düzenli olarak tarayıcısının geçmişini temizlemediği için içerik çok uzun süre tarayıcıda kalır.</p><p>Tarayıcı önbelleğini düzenli olarak temizlemek biraz zahmetlidir (temizlendiğinde ise muhtemelen farkına varmazsınız) ve faydası ise kötü izleyicilerin gizliliğinizi ihlal etmesinin önüne geçmiş olursunuz.</p><p>Bu seçeneği işaretleyerek belirli aralıklarla bu işlemi sizin yerinize <i>eMatrix</i> yapabilir.</p><p>[1]<a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Tarayıcı Önbelleği ile Web İzlemesini Önlemek”</a>\n[2]<a href='http://lucb1e.com/rp/cookielesscookies/'>“Çerezsiz çerezler”</a></p> privacyProcessRefererPrompt=Üçüncü taraf isteklerin <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP başvuran</a> bilgisini aldat. -privacyProcessRefererHelp=Wikipedia'dan:<blockquote>HTTP başvuran bilgisi bir web sayfasına hangi bağlantıdan geldiğinizi içeren HTTP başlığıdır. ... <b>Çünkü başvuran bilgisi gizliliğinizi ihlal edebilir, bazı web tarayıcıları bu bilginin gönderimini devre dışı bırakmanıza izin verebilir.</b></blockquote>Bu ayar işaretliyse, <i>uMatrix</i> HTTP başvuran bilgisinin alan adı, istek yapılan alan adına göre üçüncü taraf ise bu bilgiyi aldatacaktır. +privacyProcessRefererHelp=Wikipedia'dan:<blockquote>HTTP başvuran bilgisi bir web sayfasına hangi bağlantıdan geldiğinizi içeren HTTP başlığıdır. ... <b>Çünkü başvuran bilgisi gizliliğinizi ihlal edebilir, bazı web tarayıcıları bu bilginin gönderimini devre dışı bırakmanıza izin verebilir.</b></blockquote>Bu ayar işaretliyse, <i>eMatrix</i> HTTP başvuran bilgisinin alan adı, istek yapılan alan adına göre üçüncü taraf ise bu bilgiyi aldatacaktır. privacyNoMixedContentPrompt=Katı HTTPS: Karışık içeriği yasakla. privacyNoMixedContentHelp=<p><a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Geliştiriciler Ağ'ından</a>:</p><blockquote>HTTPS sayfası sıradan bir içerik barındırıyorsa, düz metin HTTP, o bağlantı yalnızca kısmen şifrelenmiştir: şifrelenmemiş içerik, koklayıcı erişimine açık ve araya giren saldırıları tarafından değiştirilebilir durumdadır, bu nedenle artık bağlantı güvence altında değildir. Bu davranışı sergileyen web sayfasına, karışık içerikli sayfa denir.</blockquote> privacyProcessHyperlinkAuditingPrompt=Tüm <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hiperbağlaç denetim</a> girişimlerini engelle. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=önbelleği temizle hostsFilesExternalListNew=yeni sürüm mevcut hostsFilesExternalListObsolete=eski rawSettingsWarning=Uyarı! Bu ham yapılandırma ayarlarını değiştirmenin sorumluluğu size aittir. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Değişim günlüğü</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Değişim günlüğü</a> aboutStorageUsed=Kullanılan depolama: {{storageUsed}} bayt -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Belgeler</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Belgeler</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>İzinler</a> aboutCode=Kaynak kodu (GPLv3) aboutIssues=Hatalar ve sorunlar @@ -142,7 +142,7 @@ aboutUserDataHeader=Verileriniz aboutBackupButton=Dosyaya yedekle... aboutBackupFilename=umatrix-yedeklerim.txt aboutRestoreButton=Dosyadan geri yükle... -aboutRestoreConfirm={{time}} zamanında yedeklenmiş veri kullanılarak tüm ayarlarınızın üzerine yazılacak ve uMatrix yeniden başlayacak.\n\nYedeklenmiş veri kullanılarak ayarlarınızın üzerine yazılsın mı? +aboutRestoreConfirm={{time}} zamanında yedeklenmiş veri kullanılarak tüm ayarlarınızın üzerine yazılacak ve eMatrix yeniden başlayacak.\n\nYedeklenmiş veri kullanılarak ayarlarınızın üzerine yazılsın mı? aboutRestoreError=Veri okunamadı veya geçersiz aboutOr=... veya ... aboutResetButton=Varsayılan ayarlara sıfırla @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=çerez silindi: {{value}} loggerEntryDeleteCookieError=çerez silme başarısız: {{value}} loggerEntryBrowserCacheCleared=tarayıcı önbelleği temizlendi loggerEntryAssetUpdated=liste güncellendi: {{value}} -mainBlockedPrompt1=uMatrix aşağıdaki sayfaların yüklenmesini engelledi: +mainBlockedPrompt1=eMatrix aşağıdaki sayfaların yüklenmesini engelledi: mainBlockedPrompt2=Bu kural nedeniyle mainBlockedBack=Geri git mainBlockedClose=Kapat diff --git a/locale/uk/messages.properties b/locale/uk/messages.properties index d5b5a67..9525be2 100644 --- a/locale/uk/messages.properties +++ b/locale/uk/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — Налаштування -loggerPageName=uMatrix — Logger +extName=eMatrix +dashboardPageName=eMatrix — Налаштування +loggerPageName=eMatrix — Logger settingsPageName=Налаштування privacyPageName=Конфіденційність statsPageName=Статистика @@ -33,7 +33,7 @@ matrixRevertAllEntry=Відмінити усі тимчасові зміни matrixLoggerMenuEntry=Перейти до журналу matrixDashboardMenuEntry=Налаштування matrixNoTabFound=No web page found -statsPageTitle=uMatrix – Статистика +statsPageTitle=eMatrix – Статистика statsPageGenericStats=Загальна статистика statsPageCookieHeadersFoiled=Відредаговано заголовків <a href='http://uk.wikipedia.org/wiki/Куки'>кукі</a>: {{count}} statsPageRefererHeadersFoiled=Відредаговано заголовків <a href='https://en.wikipedia.org/wiki/HTTP_referer'>referer</a>: {{count}} @@ -61,9 +61,9 @@ statsPageOthers=Інше statsPageDetailed=Журнал statsPageLogSizePrompt1=Запам’ятати останнє statsPageLogSizePrompt2=HTTP запитів <b>на сторінку</b>. -statsPageLogSizeHelp=<p>Ви можете переглянути деталі про останні необроблені запити HTTP, що були зроблені сторінкою (див. нижче).</p><p>Це набільш корисно для просунутих користувачів, які хочуть перевірити, що конкретно робила дана веб-сторінка. Однак, збереження цих запитів HTTP потребує додаткової пам'яті, тож якщо вам не потрібна технічна інформація, пам'ять буде витрачатись намарно. </p><p>Отож, це поле, що дозволяє вам змінити максимальну кількість останніх запитів HTTP, що будуть збережені для подальшої перевірки.</p><p>Введіть “<code>0</code>” щоб вимкнути детальне логування (і, як наслідок, зменшити витрати пам'яті <i>uMatrix</i>'ом).</p> +statsPageLogSizeHelp=<p>Ви можете переглянути деталі про останні необроблені запити HTTP, що були зроблені сторінкою (див. нижче).</p><p>Це набільш корисно для просунутих користувачів, які хочуть перевірити, що конкретно робила дана веб-сторінка. Однак, збереження цих запитів HTTP потребує додаткової пам'яті, тож якщо вам не потрібна технічна інформація, пам'ять буде витрачатись намарно. </p><p>Отож, це поле, що дозволяє вам змінити максимальну кількість останніх запитів HTTP, що будуть збережені для подальшої перевірки.</p><p>Введіть “<code>0</code>” щоб вимкнути детальне логування (і, як наслідок, зменшити витрати пам'яті <i>eMatrix</i>'ом).</p> statsPageRefresh=Оновити -settingsPageTitle=uMatrix – Налаштування +settingsPageTitle=eMatrix – Налаштування settingsMatrixDisplayHeader=Вигляд settingsMatrixDisplayTextSizePrompt=Розмір тексту: settingsMatrixDisplayTextSizeNormal=Середній @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=Після закриття matrix перезав settingsMatrixAutoReloadNone=Жодних settingsMatrixAutoReloadCurrent=Поточний settingsMatrixAutoReloadAll=Усе -settingsMatrixAutoReloadInfo=Щоразу, коли ви робите зміни в матриці, які можуть змінити вигляд і/або поведінку однієї, або більше сторінок <i>uMatrix</i> перевантажить змінені сторінки після закриття матриці. +settingsMatrixAutoReloadInfo=Щоразу, коли ви робите зміни в матриці, які можуть змінити вигляд і/або поведінку однієї, або більше сторінок <i>eMatrix</i> перевантажить змінені сторінки після закриття матриці. settingsSubframeColor=Blocked frames: Color settingsSubframeOpacity=Затінення settingsIconBadgeEnabled=Show the number of distinct requests on the icon @@ -86,9 +86,9 @@ settingsCollapseBlocked=Collapse placeholder of blocked elements settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked settingsCloudStorageEnabled=Увімкнути хмарне зберігання -privacyPageTitle=uMatrix – Приватність +privacyPageTitle=eMatrix – Приватність privacyDeleteBlockedCookiesPrompt=Видаляти заблоковані кукі. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Видаляти незаблоковані кукі сесій через privacyDeleteNonBlockedSessionCookiesPrompt2= хвилин простою. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=Перелік завдань privacyClearCachePrompt1=Ощищувати кеш оглядача кожні privacyClearCachePrompt2=хвилин. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=Strict HTTPS: forbid mixed content. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=очистити кеш hostsFilesExternalListNew=є нова версія hostsFilesExternalListObsolete=застаріла rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Перелік змін</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Перелік змін</a> aboutStorageUsed=Байтів використано у сховищі: {{storageUsed}} -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документація</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Документація</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволи</a> aboutCode=Текст програми (GPLv3) aboutIssues=Проблеми і помилки @@ -142,7 +142,7 @@ aboutUserDataHeader=Ваші дані aboutBackupButton=Зберегти резервну копію... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=Відновити з файлу... -aboutRestoreConfirm=Усі налаштування будуть замінені даними з резервної копії від {{time}}, і uMatrix буде перезавантажено.\n\nЗамінити усі існуючі дані? +aboutRestoreConfirm=Усі налаштування будуть замінені даними з резервної копії від {{time}}, і eMatrix буде перезавантажено.\n\nЗамінити усі існуючі дані? aboutRestoreError=Дані неправильні або недоступні aboutOr=... або ... aboutResetButton=Скинути до заводських налаштувань @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=кукі видалено: {{value}} loggerEntryDeleteCookieError=не вдалося видалити кукі: {{value}} loggerEntryBrowserCacheCleared=кеш браузера очищено loggerEntryAssetUpdated=компонент оновлено: {{value}} -mainBlockedPrompt1=uMatrix заблокував завантаження сторінки: +mainBlockedPrompt1=eMatrix заблокував завантаження сторінки: mainBlockedPrompt2=Через наступне правило mainBlockedBack=Назад mainBlockedClose=Закрити diff --git a/locale/vi/messages.properties b/locale/vi/messages.properties index 35e0c88..b4e7f76 100644 --- a/locale/vi/messages.properties +++ b/locale/vi/messages.properties @@ -1,6 +1,6 @@ extName=µMatrix dashboardPageName=µMatrix — Bảng điều khiển -loggerPageName=uMatrix — Logger +loggerPageName=eMatrix — Logger settingsPageName=Cài đặt privacyPageName=Riêng tư statsPageName=Thống kê @@ -61,7 +61,7 @@ statsPageOthers=Khác statsPageDetailed=Nhật ký yêu cầu statsPageLogSizePrompt1=Nhớ mục cuối statsPageLogSizePrompt2=Yêu cầu HTTP <b>mỗi trang</b>. -statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>uMatrix</i>).</p> +statsPageLogSizeHelp=<p>You can inspect details of the most recent raw HTTP requests which have been made by a web page (see below).</p><p>This is mostly useful to advanced users who want to investigate exactly what a web page has been doing. But logging these HTTP requests requires memory, and if you don't care about this technical information, then memory is being wasted.</p><p>Hence this field which lets you adjust the maximum number of the most recent HTTP requests which are to be logged for further inspection.</p><p>Enter “<code>0</code>” to turn off detailed logging (and consequently reduce the memory footprint of <i>eMatrix</i>).</p> statsPageRefresh=Tải lại settingsPageTitle=Cài đặt µMatrix settingsMatrixDisplayHeader=Diện mạo @@ -88,7 +88,7 @@ settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party sc settingsCloudStorageEnabled=Enable cloud storage support privacyPageTitle=µMatrix – Riêng tư privacyDeleteBlockedCookiesPrompt=Xoá cookie đã chặn. -privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>uMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>uMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>uMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> +privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> privacyDeleteNonBlockedSessionCookiesPrompt1=Xoá cookie phiên làm việc không được chặn privacyDeleteNonBlockedSessionCookiesPrompt2= phút sau lần cuối chúng được dùng. privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>: “A session cookie ... is erased when you end the browser session. The session cookie is stored in temporary memory and is not retained after the browser is closed.”</p><p>Except that this <a href='https://code.google.com/p/chromium/issues/detail?id=128513'>might not be happening</a> in some browsers. Also, to some, having to close the browser in order for the session cookies to clear might not be early enough.</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/ privacyDeleteBlockedLocalStorageHelp=TODO privacyClearCachePrompt1=Xoá bộ đệm trình duyệt mỗi privacyClearCachePrompt2=phút. -privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>uMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> +privacyClearCacheHelp=<p>Some web sites are really bent on tracking you, so much that they will use not-so-nice tricks to work around whatever measures you take in order to not be tracked.</p><p>A few of these tricks rely<sup>[1, 2]</sup> on the <a href='https://en.wikipedia.org/wiki/Web_cache'>browser cache</a>, which content is often long lasting since rarely will users take the time to regularly clear their browser cache.</p><p>There is little inconvenience to clear the browser cache regularly (likelihood is that you won't notice when it happens), and the benefit is to prevent these obnoxious trackers from invading your privacy.</p><p>Check this option to have <i>eMatrix</i> do it for you, at the interval you wish.</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“Preventing Web Tracking via the Browser Cache”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless cookies”</a></p> privacyProcessRefererPrompt=Spoof <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referrer</a> string of third-party requests. -privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>uMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. +privacyProcessRefererHelp=From Wikipedia:<blockquote>HTTP referer is an HTTP header field that identifies the address of the webpage that linked to the resource being requested. ... <b>Because referer information can violate privacy, some web browsers allow the user to disable the sending of referer information.</b></blockquote>If this setting is checked, <i>eMatrix</i> will spoof the HTTP referrer information if the domain name of the HTTP referrer is third-party to the domain name of net request. privacyNoMixedContentPrompt=HTTPS nghiêm ngặt: chặn nội dung hỗn hợp. privacyNoMixedContentHelp=<p>From <a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>Mozilla Developer Network</a>:</p><blockquote>If [a] HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a mixed content page.</blockquote> privacyProcessHyperlinkAuditingPrompt=Block all <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>hyperlink auditing</a> attempts. @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=dọn bộ nhớ đệm hostsFilesExternalListNew=có phiên bản mới hostsFilesExternalListObsolete=đã cũ rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Thay đổi</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>Thay đổi</a> aboutStorageUsed=Lưu trữ đã dùng: {{storageUsed}} byte -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Tài liệu</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>Tài liệu</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Quyền</a> aboutCode=Mã nguồn (GPLv3) aboutIssues=Lỗi và vấn đề @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=đã xoá cookie: {{value}} loggerEntryDeleteCookieError=không thể xoá cookie: {{value}} loggerEntryBrowserCacheCleared=đã xoá bộ đệm trình duyệt loggerEntryAssetUpdated=đã cập nhật tài nguyên: {{value}} -mainBlockedPrompt1=uMatrix đã chặn truy cập trang này: +mainBlockedPrompt1=eMatrix đã chặn truy cập trang này: mainBlockedPrompt2=Bởi vì các luật sau mainBlockedBack=Trở về mainBlockedClose=Đóng diff --git a/locale/zh-CN/messages.properties b/locale/zh-CN/messages.properties index 56ed3a3..26f10d4 100644 --- a/locale/zh-CN/messages.properties +++ b/locale/zh-CN/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — 控制面板 -loggerPageName=uMatrix — 日志记录 +extName=eMatrix +dashboardPageName=eMatrix — 控制面板 +loggerPageName=eMatrix — 日志记录 settingsPageName=设置 privacyPageName=隐私 statsPageName=统计 @@ -33,7 +33,7 @@ matrixRevertAllEntry=撤销所有临时变更 matrixLoggerMenuEntry=查看日志 matrixDashboardMenuEntry=前往控制面板 matrixNoTabFound=没有找到网页 -statsPageTitle=uMatrix – 统计 +statsPageTitle=eMatrix – 统计 statsPageGenericStats=大致统计 statsPageCookieHeadersFoiled=已阻止<a href='https://zh.wikipedia.org/wiki/Cookie'>HTTP Cookie</a>请求头:{{count}} 次 statsPageRefererHeadersFoiled=已阻止<a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%82%E7%85%A7%E4%BD%8D%E5%9D%80'>HTTP来源地址</a>请求头:{{count}} 次 @@ -61,9 +61,9 @@ statsPageOthers=其他 statsPageDetailed=过滤日志 statsPageLogSizePrompt1=记住<b>每个页面</b>最近的 statsPageLogSizePrompt2=条HTTP请求。 -statsPageLogSizeHelp=<p>您可以查看最近网页所发出的原始 HTTP 请求的细节(见下)。</p><p>这对于想要检测网页确切行为的高级用户尤为实用。但记录 HTTP 请求会消耗内存,如果您并不在意这些技术细节,内存便等同于被浪费。</p><p>此区域将允许您调整最多保留多少最近的 HTTP 请求,以便您进一步审查。</p><p>输入 “<code>0</code>” 将关闭详细日志(从而减少 <i>uMatrix</i> 的内存占用)。</p> +statsPageLogSizeHelp=<p>您可以查看最近网页所发出的原始 HTTP 请求的细节(见下)。</p><p>这对于想要检测网页确切行为的高级用户尤为实用。但记录 HTTP 请求会消耗内存,如果您并不在意这些技术细节,内存便等同于被浪费。</p><p>此区域将允许您调整最多保留多少最近的 HTTP 请求,以便您进一步审查。</p><p>输入 “<code>0</code>” 将关闭详细日志(从而减少 <i>eMatrix</i> 的内存占用)。</p> statsPageRefresh=刷新 -settingsPageTitle=uMatrix – 设置 +settingsPageTitle=eMatrix – 设置 settingsMatrixDisplayHeader=界面外观 settingsMatrixDisplayTextSizePrompt=文字大小: settingsMatrixDisplayTextSizeNormal=标准 @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=关闭 matrix 时智能重载这些标签页: settingsMatrixAutoReloadNone=无 settingsMatrixAutoReloadCurrent=当前 settingsMatrixAutoReloadAll=全部 -settingsMatrixAutoReloadInfo=任何时候当您做出可能影响一个或多个页面的显示或行为的变更时,<i>uMatrix</i> 将在您关闭 matrix 时自动重载受影响的页面。 +settingsMatrixAutoReloadInfo=任何时候当您做出可能影响一个或多个页面的显示或行为的变更时,<i>eMatrix</i> 将在您关闭 matrix 时自动重载受影响的页面。 settingsSubframeColor=已屏蔽的框架: 颜色 settingsSubframeOpacity=不透明度 settingsIconBadgeEnabled=在图标上显示页面请求数量 @@ -86,9 +86,9 @@ settingsCollapseBlocked=隐藏已拦截请求所关联的页面内容 settingsCollapseBlacklisted=隐藏因域名黑名单而被屏蔽的內容 settingsNoscriptTagsSpoofed=当第一方脚本被屏蔽时尝试模拟还原 <code><noscript></code> 网页元素 settingsCloudStorageEnabled=启用浏览器自带云储存功能 -privacyPageTitle=uMatrix – 隐私 +privacyPageTitle=eMatrix – 隐私 privacyDeleteBlockedCookiesPrompt=删除已屏蔽的 Cookie -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> 默认不阻止黑名单中的 Cookie 进入您的浏览器,而是阻止它们离开您的浏览器,是因后者更具有意义。不在 Cookie 进入浏览器之前阻止它们将使您有机会得知网站正尝试使用 Cookie,以便您有需要时进一步查看。</p><p>若黑名单中的 Cookie 被 <i>uMatrix</i> 所计入则可如愿将其移除。</p><p><b>重要提示:</b>浏览器扩展在其运作期间发出网络请求时可能会产生 Cookie。如果 Cookie 所在域名尚未被列入白名单,则 <i>uMatrix</i> 会于该选项开启之时移除这些 Cookie。请确保用于扩展通信的域名处于白名单内。</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> 默认不阻止黑名单中的 Cookie 进入您的浏览器,而是阻止它们离开您的浏览器,是因后者更具有意义。不在 Cookie 进入浏览器之前阻止它们将使您有机会得知网站正尝试使用 Cookie,以便您有需要时进一步查看。</p><p>若黑名单中的 Cookie 被 <i>eMatrix</i> 所计入则可如愿将其移除。</p><p><b>重要提示:</b>浏览器扩展在其运作期间发出网络请求时可能会产生 Cookie。如果 Cookie 所在域名尚未被列入白名单,则 <i>eMatrix</i> 会于该选项开启之时移除这些 Cookie。请确保用于扩展通信的域名处于白名单内。</p> privacyDeleteNonBlockedSessionCookiesPrompt1=于 privacyDeleteNonBlockedSessionCookiesPrompt2= 分钟后删除未屏蔽的闲置会话 Cookie privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>W3C</a>:“会话 Cookie……将在您结束浏览器会话时被清除。会话 Cookie 被存储于临时内存中,浏览器关闭后将不再保留。”</p><p>不过在使用某些浏览器时,这一行为<a href='https://code.google.com/p/chromium/issues/detail?id=128513'>有可能并不会发生</a>。另外,对某些人而言,必须在浏览器关闭后才能清除会话 Cookie 可能有些过迟。</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=连同被屏蔽的 Cookie 一並删除相 privacyDeleteBlockedLocalStorageHelp=待完成 privacyClearCachePrompt1=每隔 privacyClearCachePrompt2= 分钟清理浏览器缓存 -privacyClearCacheHelp=<p>某些网站特别热衷于跟踪,以至于为规避您的反跟踪举措,会使用一些不太光彩的手段。</p><p>一部分诡计利用了<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%BF%AB%E7%85%A7'>浏览器缓存</a><sup>[1, 2]</sup>,因为缓存内容通常会长期储留,用户也基本不会去亲自清理。</p><p>定期清理浏览器缓存其实并不怎么麻烦(甚至很可能不会被注意到),且贵在可以保护您的隐私免受跟踪者侵犯。</p><p>启用该设置将容许 <i>uMatrix</i> 依您指定的时间定期为您完成该项工作。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“阻止利用浏览器缓存进行网络追踪”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless Cookies”</a></p> +privacyClearCacheHelp=<p>某些网站特别热衷于跟踪,以至于为规避您的反跟踪举措,会使用一些不太光彩的手段。</p><p>一部分诡计利用了<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%BF%AB%E7%85%A7'>浏览器缓存</a><sup>[1, 2]</sup>,因为缓存内容通常会长期储留,用户也基本不会去亲自清理。</p><p>定期清理浏览器缓存其实并不怎么麻烦(甚至很可能不会被注意到),且贵在可以保护您的隐私免受跟踪者侵犯。</p><p>启用该设置将容许 <i>eMatrix</i> 依您指定的时间定期为您完成该项工作。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>“阻止利用浏览器缓存进行网络追踪”</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>“Cookieless Cookies”</a></p> privacyProcessRefererPrompt=伪造网页第三方请求中的 <a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%83%E7%85%A7%E4%BD%8D%E5%9D%80'>HTTP 来源地址</a> -privacyProcessRefererHelp=维基百科:<blockquote>HTTP 来源地址是一个用于辨识请求来源网址的内容标识。……<b>由于来源地址可能会泄漏隐私,某些浏览器允许用户禁止发送来源地址。</b></blockquote>若启用该设置,<i>uMatrix</i> 则会在来源网页请求的 HTTP 来源地址中包含的域名与请求资源所在域名有差别时伪造来源地址。 +privacyProcessRefererHelp=维基百科:<blockquote>HTTP 来源地址是一个用于辨识请求来源网址的内容标识。……<b>由于来源地址可能会泄漏隐私,某些浏览器允许用户禁止发送来源地址。</b></blockquote>若启用该设置,<i>eMatrix</i> 则会在来源网页请求的 HTTP 来源地址中包含的域名与请求资源所在域名有差别时伪造来源地址。 privacyNoMixedContentPrompt=严格遵守 HTTPS 协议:禁止混合内容 privacyNoMixedContentHelp=<p><a href='https://developer.mozilla.org/docs/Security/MixedContent'>Mozilla 开发者网络</a>告知:</p><blockquote>若 HTTPS 页面包含未经加密的普通 HTTP 网页内容,则当前连接只是部分加密;未加密的部分将容许他人窥视甚至被中间人篡改,故连接并非完全安全。当该情况发生时,当前页面即为混合内容页面。</blockquote> privacyProcessHyperlinkAuditingPrompt=禁止<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>超链接审查</a> @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=清理缓存 hostsFilesExternalListNew=有新版本 hostsFilesExternalListObsolete=已过期 rawSettingsWarning=警告!若要自行编辑原始设定数据则后果自负。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日志</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>更新日志</a> aboutStorageUsed=占用存储空间:{{storageUsed}} 字节 -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>帮助文档</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>帮助文档</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>权限说明</a> aboutCode=源代码(GPLv3) aboutIssues=问题与报告 @@ -142,7 +142,7 @@ aboutUserDataHeader=您的数据 aboutBackupButton=备份至文件... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=从文件恢复... -aboutRestoreConfirm=您的所有设置将被 {{time}} 的备份数据所覆盖,接着 uMatrix 将会重启。\n\n是否要用备份数据覆盖现有设置? +aboutRestoreConfirm=您的所有设置将被 {{time}} 的备份数据所覆盖,接着 eMatrix 将会重启。\n\n是否要用备份数据覆盖现有设置? aboutRestoreError=数据读取失败或格式有误 aboutOr=...或者... aboutResetButton=还原至默认设置 @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=已删除 Cookie:{{value}} loggerEntryDeleteCookieError=无法删除 Cookie:{{value}} loggerEntryBrowserCacheCleared=浏览器缓存清除完毕 loggerEntryAssetUpdated=辅助规则已更新:{{value}} -mainBlockedPrompt1=uMatrix 已阻止载入以下页面: +mainBlockedPrompt1=eMatrix 已阻止载入以下页面: mainBlockedPrompt2=因以下规则 mainBlockedBack=返回 mainBlockedClose=关闭 diff --git a/locale/zh-TW/messages.properties b/locale/zh-TW/messages.properties index 381f616..db4a6be 100644 --- a/locale/zh-TW/messages.properties +++ b/locale/zh-TW/messages.properties @@ -1,6 +1,6 @@ -extName=uMatrix -dashboardPageName=uMatrix — 控制台 -loggerPageName=uMatrix — 日誌記錄 +extName=eMatrix +dashboardPageName=eMatrix — 控制台 +loggerPageName=eMatrix — 日誌記錄 settingsPageName=設定 privacyPageName=隱私 statsPageName=統計 @@ -33,7 +33,7 @@ matrixRevertAllEntry=撤銷所有臨時變更 matrixLoggerMenuEntry=查看日誌 matrixDashboardMenuEntry=前往控制臺 matrixNoTabFound=沒有找到網頁 -statsPageTitle=uMatrix – 統計 +statsPageTitle=eMatrix – 統計 statsPageGenericStats=大致統計 statsPageCookieHeadersFoiled=已阻止<a href='https://zh.wikipedia.org/wiki/Cookie'>Cookie</a>檔頭請求:{{count}}次 statsPageRefererHeadersFoiled=已阻止<a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%83%E7%85%A7%E4%BD%8D%E5%9D%80'>HTTP參照位址</a>檔頭請求:{{count}}次 @@ -61,9 +61,9 @@ statsPageOthers=其他 statsPageDetailed=過濾日誌 statsPageLogSizePrompt1=記住<b>每頁</b>最近 statsPageLogSizePrompt2=次HTTP請求。 -statsPageLogSizeHelp=<p>您可以查看最近期網絡頁面所發出的請求之詳情(見下)。</p><p>這對於想了解網絡頁面的確切行為的進階使用者較為實用,惟記錄HTTP請求將耗用記憶體,如您並不在意技術細節則等同浪費記憶體。</p><p>故此欄將容許閣下調整用作進一歲檢查的近期HTTP請求之記錄數字。</p><p>輸入「<code>0</code>」將禁用詳細日誌(從而減少<i>uMatrix</i>所佔用之記憶體)。</p> +statsPageLogSizeHelp=<p>您可以查看最近期網絡頁面所發出的請求之詳情(見下)。</p><p>這對於想了解網絡頁面的確切行為的進階使用者較為實用,惟記錄HTTP請求將耗用記憶體,如您並不在意技術細節則等同浪費記憶體。</p><p>故此欄將容許閣下調整用作進一歲檢查的近期HTTP請求之記錄數字。</p><p>輸入「<code>0</code>」將禁用詳細日誌(從而減少<i>eMatrix</i>所佔用之記憶體)。</p> statsPageRefresh=重新整理 -settingsPageTitle=uMatrix – 設定 +settingsPageTitle=eMatrix – 設定 settingsMatrixDisplayHeader=界面外觀 settingsMatrixDisplayTextSizePrompt=文字大小: settingsMatrixDisplayTextSizeNormal=標準 @@ -78,7 +78,7 @@ settingsMatrixAutoReloadPrompt=關閉矩陣時重新載入以下分頁: settingsMatrixAutoReloadNone=無 settingsMatrixAutoReloadCurrent=現有 settingsMatrixAutoReloadAll=全部 -settingsMatrixAutoReloadInfo=當你更改矩陣以致其將影響分頁之外觀或行為之時,<i>uMatrix</i>將於關閉矩陣時自動重新載入。 +settingsMatrixAutoReloadInfo=當你更改矩陣以致其將影響分頁之外觀或行為之時,<i>eMatrix</i>將於關閉矩陣時自動重新載入。 settingsSubframeColor=已封鎖之框架: 颜色 settingsSubframeOpacity=不透明度 settingsIconBadgeEnabled=於圖標上顯示頁面請求數量 @@ -86,9 +86,9 @@ settingsCollapseBlocked=隱藏已阻擋請求所關聯的頁面內容 settingsCollapseBlacklisted=隱藏因域名黑名單而遭遮蔽的內容 settingsNoscriptTagsSpoofed=當第一方指令碼被阻擋時嘗試模擬還原 <code><noscript></code> 網頁元素 settingsCloudStorageEnabled=啟用瀏覽器自帶雲端儲存 -privacyPageTitle=uMatrix – 隱私 +privacyPageTitle=eMatrix – 隱私 privacyDeleteBlockedCookiesPrompt=刪除已屏蔽的 Cookie -privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> 預設不會阻止黑名單中的 Cookie 進入您的瀏覽器,而是阻止它们離開开您的瀏覽器,因後者更具有意義。不於 Cookie 進入瀏覽器之前阻止它們將使您有機會得知網站正嘗試使用 Cookie,以便您有需要時進一步查看。</p><p>若黑名單中的 Cookie 被 <i>uMatrix</i> 所計入則可按閱下意願將其移除。</p><p><b>重要提示:</b>附加元件於其運作期間作出網絡請求之時將可能產生 Cookie。如果 Cookie 所在域名並未被列入白名單,則 <i>uMatrix</i> 會於該選項開啟之時移除這些 Cookie。請確保用於附加元件通訊的域名處於白名單內。</p> +privacyDeleteBlockedCookiesHelp=<p><i>eMatrix</i> 預設不會阻止黑名單中的 Cookie 進入您的瀏覽器,而是阻止它们離開开您的瀏覽器,因後者更具有意義。不於 Cookie 進入瀏覽器之前阻止它們將使您有機會得知網站正嘗試使用 Cookie,以便您有需要時進一步查看。</p><p>若黑名單中的 Cookie 被 <i>eMatrix</i> 所計入則可按閱下意願將其移除。</p><p><b>重要提示:</b>附加元件於其運作期間作出網絡請求之時將可能產生 Cookie。如果 Cookie 所在域名並未被列入白名單,則 <i>eMatrix</i> 會於該選項開啟之時移除這些 Cookie。請確保用於附加元件通訊的域名處於白名單內。</p> privacyDeleteNonBlockedSessionCookiesPrompt1=於 privacyDeleteNonBlockedSessionCookiesPrompt2= 分鐘後刪除未屏蔽的閒置會話 Cookie privacyDeleteNonBlockedSessionCookiesHelp=<p><a href='http://www.w3.org/2001/tag/2010/09/ClientSideStorage.html'>萬維網聯盟</a> 告知:「會話 Cookie……將於瀏覽器會話結束時被清除。會話 Cookie 儲存於記憶體中,瀏覽器關閉後將不再保留。」</p><p>不過在使用某些瀏覽器時,此行為<a href='https://code.google.com/p/chromium/issues/detail?id=128513'>未必發生</a>。另外,對某些人而言,於瀏覽器將閉後才清除會話 Cookie 可能太遲。</p> @@ -96,9 +96,9 @@ privacyDeleteBlockedLocalStoragePrompt=連同被屏蔽的 Cookie 一並刪除相 privacyDeleteBlockedLocalStorageHelp=待完成 privacyClearCachePrompt1=每隔 privacyClearCachePrompt2= 分鐘清除瀏覽器快取 -privacyClearCacheHelp=<p>某些網站特别熱衷於追蹤,以至於為規避您的反跟蹤舉措,會使用一些不太光彩的手段。</p><p>一部分詭計利用了<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%BF%AB%E7%85%A7'>瀏覽器快取</a><sup>[1, 2]</sup>,因為快取內容通常會長期儲留,用戶也基本不會去親自清理。</p><p>定期清理瀏覽器快取其實並不怎麼麻煩(甚至很可能不會被注意到),且貴在可以保護您的隱私免受追蹤者侵犯。</p><p>啟用該設定將容許 <i>uMatrix</i> 依您指定的時間定期為您完成此項工作。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>「阻止利用瀏覽器快取進行網絡追蹤」</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>「Cookieless Cookies」</a></p> +privacyClearCacheHelp=<p>某些網站特别熱衷於追蹤,以至於為規避您的反跟蹤舉措,會使用一些不太光彩的手段。</p><p>一部分詭計利用了<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%BF%AB%E7%85%A7'>瀏覽器快取</a><sup>[1, 2]</sup>,因為快取內容通常會長期儲留,用戶也基本不會去親自清理。</p><p>定期清理瀏覽器快取其實並不怎麼麻煩(甚至很可能不會被注意到),且貴在可以保護您的隱私免受追蹤者侵犯。</p><p>啟用該設定將容許 <i>eMatrix</i> 依您指定的時間定期為您完成此項工作。</p><p>[1] <a href='https://grepular.com/Preventing_Web_Tracking_via_the_Browser_Cache'>「阻止利用瀏覽器快取進行網絡追蹤」</a>\n[2] <a href='http://lucb1e.com/rp/cookielesscookies/'>「Cookieless Cookies」</a></p> privacyProcessRefererPrompt=偽造網頁第三方請求中的 <a href='https://zh.wikipedia.org/wiki/HTTP%E5%8F%83%E7%85%A7%E4%BD%8D%E5%9D%80'>HTTP 參照位址</a> -privacyProcessRefererHelp=維基百科:<blockquote>HTTP 位址參照是一個用於辨識請求來源網頁網址的內容標識。……<b>由於位址參照可能會洩漏隱私,某些瀏覽器容許使用者禁止傳送位址參照。</b></blockquote>若啟用該設定,<i>uMatrix</i> 則會於來源網頁請求的 HTTP 位址參照中包含的域名與請求資源所在域名有差別時偽造位址參照。 +privacyProcessRefererHelp=維基百科:<blockquote>HTTP 位址參照是一個用於辨識請求來源網頁網址的內容標識。……<b>由於位址參照可能會洩漏隱私,某些瀏覽器容許使用者禁止傳送位址參照。</b></blockquote>若啟用該設定,<i>eMatrix</i> 則會於來源網頁請求的 HTTP 位址參照中包含的域名與請求資源所在域名有差別時偽造位址參照。 privacyNoMixedContentPrompt=嚴格遵守 HTTPS 協議:禁止混合内容 privacyNoMixedContentHelp=<p><a href='https://developer.mozilla.org/docs/Security/MixedContent'>Mozilla 開發者網絡</a>告知:</p><blockquote>若 HTTPS 頁面包含未經加密的普通 HTTP 網頁內容,則當前連結只是部分加密;未加密的部分或會遭他人窺視甚至篡改內容,故連結並非完全安全。當此情況發生時,該頁面即為混合內容頁面。</blockquote> privacyProcessHyperlinkAuditingPrompt=禁止<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>超連結審查</a> @@ -128,9 +128,9 @@ hostsFilesExternalListPurge=清除快取 hostsFilesExternalListNew=有新版本 hostsFilesExternalListObsolete=已過期 rawSettingsWarning=警告!若要自行編輯原始設定數據則後果自負。 -aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日誌</a> +aboutChangelog=<a href='https://github.com/gorhill/eMatrix/releases'>更新日誌</a> aboutStorageUsed=佔用儲存空間:{{storageUsed}} 位元組 -aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>幫助文檔</a> +aboutDoc=<a href='https://github.com/gorhill/eMatrix/wiki'>幫助文檔</a> aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>權限說明</a> aboutCode=原始程式碼(GPLv3) aboutIssues=問題與報告 @@ -142,7 +142,7 @@ aboutUserDataHeader=您的數據 aboutBackupButton=備份至檔案... aboutBackupFilename=my-umatrix-backup.txt aboutRestoreButton=從檔案還原... -aboutRestoreConfirm=您的所有設定將由 {{time}} 的備份數據所覆蓋,接著 uMatrix 將會重新啟動。\n\n是否要用備份數據覆蓋現有設定? +aboutRestoreConfirm=您的所有設定將由 {{time}} 的備份數據所覆蓋,接著 eMatrix 將會重新啟動。\n\n是否要用備份數據覆蓋現有設定? aboutRestoreError=數據讀取失敗或格式有誤 aboutOr=...或者... aboutResetButton=重置為預設值 @@ -153,7 +153,7 @@ loggerEntryCookieDeleted=已刪除 Cookie:{{value}} loggerEntryDeleteCookieError=無法刪除 Cookie:{{value}} loggerEntryBrowserCacheCleared=瀏覽器快取清除完畢 loggerEntryAssetUpdated=已更新資料:{{value}} -mainBlockedPrompt1=uMatrix 已阻止載入以下頁面: +mainBlockedPrompt1=eMatrix 已阻止載入以下頁面: mainBlockedPrompt2=因以下規則 mainBlockedBack=返回 mainBlockedClose=關閉 @@ -26,7 +26,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/common.css" type="text/css"> <link rel="stylesheet" href="css/popup.css" type="text/css"> -<title>uMatrix panel</title> +<title>eMatrix panel</title> </head> <body> @@ -55,7 +55,7 @@ </div> <div class="paneHead"> - <a id="gotoDashboard" class="extensionURL" href="#" data-extension-url="dashboard.html" data-i18n-tip="matrixDashboardMenuEntry">uMatrix <span id="version"> </span><span class="fa"></span></a> + <a id="gotoDashboard" class="extensionURL" href="#" data-extension-url="dashboard.html" data-i18n-tip="matrixDashboardMenuEntry">eMatrix <span id="version"> </span><span class="fa"></span></a> <div id="toolbarContainer"> <div class="toolbar"> <span class="scope" id="specificScope"><span> </span></span><!-- diff --git a/settings.html b/settings.html index 038aa09..6747ea6 100644 --- a/settings.html +++ b/settings.html @@ -22,7 +22,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>uMatrix — Settings</title> +<title>eMatrix — Settings</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <style> diff --git a/user-rules.html b/user-rules.html index 80023b7..8d6fd61 100644 --- a/user-rules.html +++ b/user-rules.html @@ -22,7 +22,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>uMatrix — Your rules</title> +<title>eMatrix — Your rules</title> <link rel="stylesheet" type="text/css" href="css/common.css"> <link rel="stylesheet" type="text/css" href="css/dashboard-common.css"> <link rel="stylesheet" type="text/css" href="css/cloud-ui.css"> |