diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-19 21:06:09 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-19 21:06:09 +0100 |
commit | fe2f8acc8210c2ddead4621797b47106a9b38f5b (patch) | |
tree | 5fb103d45d7e4345f56fc068ce8173b82fa7051f /locale | |
download | ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.lz ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.tar.xz ematrix-fe2f8acc8210c2ddead4621797b47106a9b38f5b.zip |
Fork uMatrix
Pretty much just changing the name and the copyright.
Diffstat (limited to 'locale')
52 files changed, 9308 insertions, 0 deletions
diff --git a/locale/am/messages.properties b/locale/am/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/am/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ar/messages.properties b/locale/ar/messages.properties new file mode 100644 index 0000000..a60fc2e --- /dev/null +++ b/locale/ar/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — لوحة التحكم +loggerPageName=uMatrix — المسجل +settingsPageName=الإعدادات +privacyPageName=خصوصية +statsPageName=الإحصائيات +userRulesPageName=قواعدي +ubiquitousRulesPageName=ملفات المستضيف +rawSettingsPageName=المزيد +aboutPageName=حول البرنامج +allPrettyName=الكل +cookiePrettyName=كوكي +cssPrettyName=ستايل +imagePrettyName=الصُورَة +mediaPrettyName=ميديا +pluginPrettyName=إضافة +scriptPrettyName=سكربت +xhrPrettyName=XHR +framePrettyName=إطار +otherPrettyName=أخرى +matrixNoNetTrafficPrompt=لم يحدث اي اتصال بهذا التبويب حتى الآن. +matrixMtxButtonTip=تعطيل / تمكين ميزة التصفيه لهذا النطاق. +matrixPersistButtonTip=حفظ جميع التغييرات المؤقتة لهذا النطاق. +matrixRevertButtonTip=الرجوع عن التغييرات المؤقتة لهذا النطاق. +matrixReloadButton=إعادة تحميل الصفحة. +matrix1stPartyLabel=الجزء الاول +matrixBlacklistedHostnames=القائمة السوداء {{count}} +matrixSwitchNoMixedContent=الاتصال الآمن الصارم +matrixSwitchNoWorker=منع web workers +matrixSwitchReferrerSpoof=الإحالات بالتحايل +matrixSwitchNoscriptSpoof=محاكات وسمات <code><noscript></code> +matrixRevertAllEntry=إعادة كافة التغييرات المؤقتة +matrixLoggerMenuEntry=الذهاب إلى مسجل +matrixDashboardMenuEntry=انتقل إلى لوحة التحكم الرئيسية +matrixNoTabFound=لم يتم العثور على أي صفحة ويب +statsPageTitle=uMatrix – إحصائيات +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}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'> مراجعة الارتباط التشعبي</a> أحبطت محاولات: {{count}} +statsPageCookiesRemoved=ملفات تعريف الارتباط المحلية إزالة: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'> المخازن المحلية</a> إفراغ: {{count}} +statsPageBrowserCacheCleared=مسح تخزين المستعرض: {{count}} +statsPageDetailedStats=إحصائيات مفصلة +statsPageDetailedAllPages=الكل +statsPageDetailedBehindTheScenePage=خلف الكواليس +statsPageOverview=نظرة عامة +statsPageRequests=طلبات +statsPageAllowed=السماح +statsPageBlocked=حظر +statsPageAll=الكل +statsPagePages=الصفحات +statsPageCookies=ملفات تعريف الارتباط +statsPageCSS=ستايل +statsPageImages=الصُوَرْ +statsPagePlugins=الإضافات +statsPageScripts=البرامج النصية +statsPageXHRs=XHRs +statsPageFrames=إطارات +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> +statsPageRefresh=تحديث الصفحة +settingsPageTitle=uMatrix – إعدادات +settingsMatrixDisplayHeader=مظهر +settingsMatrixDisplayTextSizePrompt=حجم الخط: +settingsMatrixDisplayTextSizeNormal=عادي +settingsMatrixDisplayTextSizeLarge=كبير +settingsMatrixDisplayColorBlind=عمي الألوان +settingsMatrixConvenienceHeader=ملاءمة +settingsDefaultScopeLevel=المستوى الافتراضي للمنظار: +settingsDefaultScopeLevel0=عام +settingsDefaultScopeLevel1=النطاق +settingsDefaultScopeLevel2=الموقع +settingsMatrixAutoReloadPrompt=عند إغلاق مصفوفة، وذكية تحميل علامات التبويب هذه: +settingsMatrixAutoReloadNone=لا شيء +settingsMatrixAutoReloadCurrent=قائم +settingsMatrixAutoReloadAll=الكل +settingsMatrixAutoReloadInfo=كلما قمت بإجراء تغييرات في المصفوفة التي يمكن أن تؤثر على العرض و/ أو سلوك صفحة واحدة أو أكثر،<i>uMatrix</i>سوف تحميل صفحات المتضررة تلقائيا عند إغلاق المصفوفة. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=الشفافية +settingsIconBadgeEnabled=عرض عدد من طلبات متميزة على أيقونة +settingsCollapseBlocked=انهيار نائبا من عناصر المحظورة +settingsCollapseBlacklisted=تقليص مكان العناصر المدرجة في القائمة السوداء +settingsNoscriptTagsSpoofed=محاكات وسمات <code><noscript></code> عند حظر سكريبتات الطرف الأول +settingsCloudStorageEnabled=تمكين سحابة دعم التخزين +privacyPageTitle=uMatrix – الخصوصية +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=قواعد دائمة +userRulesTemporaryHeader=القواعد المؤقتة +userRulesRevert=إرجاع +userRulesCommit=يلتزم +userRulesEdit=تحرير +userRulesEditSave=حفظ +userRulesEditDicard=تخلص +userRulesImport=إستيراد من ملف... +userRulesExport=تصدير إلى ملف... +userRulesFormatHint=رؤية هذه الصفحة لتركيب القاعدة. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=يتم تحميل جميع أسماء المضيفين في ملف المضيفين كما المضيفين القائمة السوداء في نطاق عالمي. +hostsFilesStats={{blockedHostnameCount}} أسماء المضيفين منعت متميزة عن: +hostsFilesPerFileStats={{used}} تستخدم من {{total}} +hostsFilesLastUpdate=اخر تحديث: {{ago}} +hostsFilesApplyChanges=تطبيق التغييرات +hostsFilesAutoUpdatePrompt=التحديث التلقائي الملفات. +hostsFilesUpdateNow=تحديث الآن +hostsFilesPurgeAll=تطهير جميع مخابئ +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=تحليل +hostsFilesExternalListPurge=مخبأ تطهير +hostsFilesExternalListNew=يوجد إصدار جديد +hostsFilesExternalListObsolete=عفا عليها الزمن +rawSettingsWarning=تحذير! غير إعدادات الضبط الخام على مسؤوليتك الخاصة. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>تغيير log</a> +aboutStorageUsed=التخزين المستخدمة: {{storageUsed}} بايت +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>توثيق</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>ضوابط</a> +aboutCode=شفرة المصدر (GPLv3) +aboutIssues=الخطا وقضايا +aboutContributors=المساهمون +aboutCodeContributors=رمز: +aboutIssueContributors=قضايا: +aboutTranslationContributors=الترجمات: +aboutUserDataHeader=البيانات الخاصة بك +aboutBackupButton=النسخ الاحتياطي لملف... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=استعادة من ملف... +aboutRestoreConfirm=سيتم الكتابة فوق كل ما تبذلونه من إعدادات استخدام البيانات احتياطيا على {{time}}، \n\nوسوف uMatrix إعادة تشغيل. الكتابة عن الإعدادات الموجودة باستخدام البيانات احتياطيا؟? +aboutRestoreError=البيانات لا يمكن قراءة أو غير صالح +aboutOr=... او ... +aboutResetButton=إعادة تعيين إلى الإعدادات الافتراضية +aboutResetConfirm=الحذر! سيؤدي هذا إلى إزالة كافة الإعدادات المخصصة الخاصة بك. هل أنت متأكد أنك تريد المتابعة؟? +loggerFilterInputPlaceholder=فلتر مرشح +loggerMaxEntriesTip=الحد الأقصى لعدد المحاولات +loggerEntryCookieDeleted=حذف الارتباط: {{value}} +loggerEntryDeleteCookieError=فشل في حذف الارتباط: {{value}} +loggerEntryBrowserCacheCleared=مخبأ المتصفح مسح +loggerEntryAssetUpdated=الأصول تحديث: {{value}} +mainBlockedPrompt1=منعت uMatrix على الصفحة التالية من التحميل: +mainBlockedPrompt2=بسبب القاعدة التالية +mainBlockedBack=الرجوع للخلف +mainBlockedClose=مغلق +commandRevertAll=إعادة كافة التغييرات المؤقتة +commandWhitelistPageDomain=نطاق الصفحة القائمة البيضاء مؤقتا +commandWhitelistAll=مؤقتا القائمة البيضاء فقط +commandOpenDashboard=فتح لوحة القيادة +elapsedOneMinuteAgo=منذ 1 دقيقة +elapsedManyMinutesAgo={{value}} دقائق مضت +elapsedOneHourAgo=قبل ساعه +elapsedManyHoursAgo={{value}} منذ ساعات +elapsedOneDayAgo=منذ يوم +elapsedManyDaysAgo={{value}} أيام مضت +showDashboardButton=لوحة التحكم +showLoggerButton=مسجل +cloudPush=التصدير إلى سحابة التخزين +cloudPull=الاستيراد من سحابة التخزين +cloudNoData=...\n... +cloudDeviceNamePrompt=هذا اسم الجهاز: +genericSubmit=تأكيد +genericRevert=إرجاع +errorCantConnectTo=خطأ في الشبكة: غير قادر على الاتصال {{url}} +genericApplyChanges=تطبيق التغييرات diff --git a/locale/bg/messages.properties b/locale/bg/messages.properties new file mode 100644 index 0000000..54de2c6 --- /dev/null +++ b/locale/bg/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Tабло +loggerPageName=uMatrix — Logger +settingsPageName=Настройки +privacyPageName=Поверителност +statsPageName=Статистика +userRulesPageName=Мои правила +ubiquitousRulesPageName=Файлове с хостове +rawSettingsPageName=More +aboutPageName=Относно +allPrettyName=всичко +cookiePrettyName=бискв +cssPrettyName=css +imagePrettyName=изобр +mediaPrettyName=media +pluginPrettyName=приставка +scriptPrettyName=скрипт +xhrPrettyName=XHR +framePrettyName=рамка +otherPrettyName=друго +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Запис на всички временни промени в тази област. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Презареждане на страницата. +matrix1stPartyLabel=текущ домейн +matrixBlacklistedHostnames=сайтове в черния списък: {{count}} +matrixSwitchNoMixedContent=Само HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Отмяна на всички временни промени +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Към контролното табло +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – Статистика +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Изчистен е кешът в браузъра: {{count}} +statsPageDetailedStats=Подробна статистика +statsPageDetailedAllPages=Всичко +statsPageDetailedBehindTheScenePage=Скрити заявки +statsPageOverview=Общ преглед +statsPageRequests=Заявки +statsPageAllowed=Позволено +statsPageBlocked=Блокирано +statsPageAll=Всичко +statsPagePages=Страници +statsPageCookies=Бисквитки +statsPageCSS=CSS +statsPageImages=Изображения +statsPagePlugins=Приставки +statsPageScripts=Скриптове +statsPageXHRs=XHR-и +statsPageFrames=Рамки +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> +statsPageRefresh=Опресняване +settingsPageTitle=uMatrix – Настройки +settingsMatrixDisplayHeader=Изглед +settingsMatrixDisplayTextSizePrompt=Големина на текста: +settingsMatrixDisplayTextSizeNormal=Нормален +settingsMatrixDisplayTextSizeLarge=Голям +settingsMatrixDisplayColorBlind=Цветова схема за далтонисти +settingsMatrixConvenienceHeader=Удобство +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +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. +settingsSubframeColor=Блокирани рамки: Цвят +settingsSubframeOpacity=Непрозрачност +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 – Поверителност +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Изтрийте съдържанието на <a href='https://ru.wikipedia.org/wiki/Web_storage'>локалното хранилище</a> от блокирани имена на хостове +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Постоянни правила +userRulesTemporaryHeader=Временни правила +userRulesRevert=Връщане +userRulesCommit=Commit +userRulesEdit=Редактиране +userRulesEditSave=Запис +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=Правилата за синтаксиса можете да видите на тази страница. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Всички сайтове във файла с хостове са заредени като блокирани на глобално ниво. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} използвано от {{total}} +hostsFilesLastUpdate=Последно обновяване: {{ago}} +hostsFilesApplyChanges=Прилагане на промените +hostsFilesAutoUpdatePrompt=Автообновление на файловете от хостовете. +hostsFilesUpdateNow=Обновяване сега +hostsFilesPurgeAll=Очистване на всичкия кеш +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Анализиране +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Позволения</a> +aboutCode=Изходен код (GPLv3) +aboutIssues=Бъгове и проблеми +aboutContributors=Сътрудници +aboutCodeContributors=Код: +aboutIssueContributors=Проблеми: +aboutTranslationContributors=Преводи: +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? +aboutRestoreError=Данните не могат да се прочетат или имат грешки +aboutOr=... или ... +aboutResetButton=Нулиране до първоначалните настройки +aboutResetConfirm=Внимание! Това ще премахне всичките ви ръчни настройки. Наистина ли искате да продължите? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Максимален брой записи +loggerEntryCookieDeleted=бисквитката е изтрита: {{value}} +loggerEntryDeleteCookieError=пропадна изтриването на бисквитката: {{value}} +loggerEntryBrowserCacheCleared=кешът в браузъра е изчистен +loggerEntryAssetUpdated=asset updated: {{value}} +mainBlockedPrompt1=uMatrix попречи зареждането на следната страница: +mainBlockedPrompt2=Заради следното правило +mainBlockedBack=Обратно +mainBlockedClose=Затваряне +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Временно позволяване на домейна на страницата +commandWhitelistAll=Временно позволение на всички +commandOpenDashboard=Отваряне на контролното табло +elapsedOneMinuteAgo=преди минута +elapsedManyMinutesAgo=преди {{value}} минути +elapsedOneHourAgo=преди час +elapsedManyHoursAgo=преди {{value}} часа +elapsedOneDayAgo=преди ден +elapsedManyDaysAgo=преди {{value}} дни +showDashboardButton=Контролно табло +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=… +cloudDeviceNamePrompt=Името на това устройство: +genericSubmit=Подаване +genericRevert=Връщане +errorCantConnectTo=Грешка в мрежата: не може да се свърже към {{url}} +genericApplyChanges=Apply changes diff --git a/locale/bn/messages.properties b/locale/bn/messages.properties new file mode 100644 index 0000000..d3f39b3 --- /dev/null +++ b/locale/bn/messages.properties @@ -0,0 +1,179 @@ +extName=uম্যাট্রিক্স +dashboardPageName=uম্যাট্রিক্স — ড্যাশবোর্ড +loggerPageName=uMatrix — Logger +settingsPageName=সেটিংস +privacyPageName=গোপনীয়তা +statsPageName=পরিসংখ্যান +userRulesPageName=আমার নিয়ম +ubiquitousRulesPageName=নিমন্ত্রক ফাইল +rawSettingsPageName=More +aboutPageName=সম্পর্কে +allPrettyName=সব +cookiePrettyName=কুকি +cssPrettyName=css +imagePrettyName=চিত্র +mediaPrettyName=মিডিয়া +pluginPrettyName=প্লাগইন +scriptPrettyName=স্ক্রিপ্ট +xhrPrettyName=XHR +framePrettyName=ফ্রেম +otherPrettyName=অন্যান্য +matrixNoNetTrafficPrompt=এখন পর্যন্ত এই ট্যাবের জন্য কোন নেট ট্রাফিক দেখা যায়নি। +matrixMtxButtonTip=এই ব্যাপ্তির জন্য ম্যাট্রিক্স পরিশোধন সক্রিয়/নিষ্ক্রিয় করুন। +matrixPersistButtonTip=এই ব্যাপ্তির জন্য সব অস্থায়ী পরিবর্তনগুলি সংরক্ষণ করুন। +matrixRevertButtonTip=এই ব্যাপ্তির জন্য অস্থায়ী পরিবর্তনগুলি প্রত্যাবর্তন করুন। +matrixReloadButton=পৃষ্ঠাটি পুনঃলোড করুন। +matrix1stPartyLabel=১ম-দল +matrixBlacklistedHostnames={{count}}টি কালোতালিকাভুক্ত হোস্টেরনাম +matrixSwitchNoMixedContent=স্ক্রিপ্ট HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=রেফারার স্পুফিং +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=সব অস্থায়ী পরিবর্তন প্রত্যাবর্তন করুন +matrixLoggerMenuEntry=লগারে যান +matrixDashboardMenuEntry=ড্যাশবোর্ডে যান +matrixNoTabFound=No web page found +statsPageTitle=uম্যাট্রিক্স – পরিসংখ্যান +statsPageGenericStats=জেনেরিক পরিসংখ্যান +statsPageCookieHeadersFoiled=<a href='https://bn.wikipedia.org/wiki/এইচটিটিপি_কুকি'>এইচটিটিপি কুকি</a> হেডার ব্যর্থ: {{count}} +statsPageRefererHeadersFoiled=<a href='https://bn.wikipedia.org/wiki/এইচটিটিপি_রেফার'>এইচটিটিপি রেফার</a> হেডার ব্যর্থ: {{count}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>হাইপারলিঙ্ক নিরীক্ষণ</a> প্রচেষ্টা ব্যর্থ: {{count}} +statsPageCookiesRemoved=স্থানীয় কুকি সরানো হয়েছে: {{count}}টি +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>স্থানীয় সংগ্রহস্থল</a> খালি: {{count}}টি +statsPageBrowserCacheCleared=ব্রাউজারের ক্যাশে পরিষ্কার হয়েছে: {{count}}টি +statsPageDetailedStats=বিস্তারিত পরিসংখ্যান +statsPageDetailedAllPages=সব +statsPageDetailedBehindTheScenePage=পর্দার আড়ালে +statsPageOverview=সংক্ষিপ্ত বিবরণ +statsPageRequests=অনুরোধ +statsPageAllowed=অনুমোদিত +statsPageBlocked=অবরুদ্ধ +statsPageAll=সব +statsPagePages=পৃষ্ঠা +statsPageCookies=কুকি +statsPageCSS=CSS +statsPageImages=চিত্র +statsPagePlugins=প্লাগইন +statsPageScripts=স্ক্রিপ্ট +statsPageXHRs=XHRs +statsPageFrames=ফ্রেম +statsPageOthers=অন্যান্য +statsPageDetailed=লগার +statsPageLogSizePrompt1=শেষটি মনে রাখুন +statsPageLogSizePrompt2=<b>পাতা প্রতি</b> HTTP অনুরোধ। +statsPageLogSizeHelp=<p>আপনি একটি ওয়েব পাতা দ্বারা তৈরিকৃত সাম্প্রতিকতম কাঁচা HTTP অনুরোধের বিস্তারিত পরিদর্শন করতে পারেন (নিচে দেখুন)।</p><p>এটি উন্নত ব্যবহারকারীদের জন্য মূলত দরকারী যারা একটি ওয়েব পাতা কি কাজ করছে তা তদন্ত করতে চান। কিন্তু এই HTTP অনুরোধে লগিং করার জন্য মেমরি প্রয়োজন, এবং আপনি যদি এই প্রযুক্তিগত তথ্যের প্রতি যত্নশীল না হোন, তাহলে মেমরির অপচয় হবে।</p><p>তাই এই ক্ষেত্র যা সর্বোচ্চ সংখ্যক আপনার সবচেয়ে সাম্প্রতিক HTTP অনুরোধ সমন্বয় করতে দেয় যার ফলে আরও পরিদর্শনের জন্য লগকৃত করা হয়।</p><p>বিস্তারিত লগিং বন্ধ করতে “<code>0</code>” লিখুন (এবং ফলস্বরূপ <i>uম্যাট্রিক্সের</i> মেমরির পদচিহ্ন কমে)।</p> +statsPageRefresh=পুন:সতেজ +settingsPageTitle=uম্যাট্রিক্স – সেটিংস +settingsMatrixDisplayHeader=উপস্থিতি +settingsMatrixDisplayTextSizePrompt=লেখার মাপ: +settingsMatrixDisplayTextSizeNormal=সাধারণ +settingsMatrixDisplayTextSizeLarge=বড় +settingsMatrixDisplayColorBlind=বর্ণান্ধ বন্ধুত্বপূর্ণ +settingsMatrixConvenienceHeader=সুবিধা +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=ম্যাট্রিক্স যখন বন্ধ হয়ে যায়, স্মার্ট এই ট্যাবগুলি পুনঃলোড করে: +settingsMatrixAutoReloadNone=কিছুই না +settingsMatrixAutoReloadCurrent=বর্তমান +settingsMatrixAutoReloadAll=সব +settingsMatrixAutoReloadInfo=যখনই আপনি ম্যাট্রিক্সে পরিবর্তন করবেন এটি এক বা একাধিক পাতা প্রদর্শনের আচরণ প্রভাবিত করতে পারে, আপনি ম্যাট্রিক্স বন্ধ করলে <i>uম্যাট্রিক্স</i> স্বয়ংক্রিয়ভাবে প্রভাবিত পৃষ্ঠাগুলি পুনরায় লোড করবে। +settingsSubframeColor=অবরুদ্ধ ফ্রেম: রং +settingsSubframeOpacity=অস্বচ্ছতা +settingsIconBadgeEnabled=আইকনের উপর স্বতন্ত্র অনুরোধের সংখ্যা দেখান +settingsCollapseBlocked=অবরুদ্ধ উপাদান সংকোচনের স্থানধারক +settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements +settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked +settingsCloudStorageEnabled=ক্লাউড সঞ্চয়স্থান সমর্থন সক্রিয় করুন +privacyPageTitle=uম্যাট্রিক্স – গোপনীয়তা +privacyDeleteBlockedCookiesPrompt=অবরুদ্ধ কুকি মুছুন। +privacyDeleteBlockedCookiesHelp=<p>কালোতালিকাভুক্ত কুকি <i>uম্যাট্রিক্স</i> দ্বারা আপনার ব্রাউজারে প্রবেশ করা থেকে প্রতিহত করা হয়না। তবে তাদের আপনার ব্রাউজার থেকে ছেড়ে চলে যাওয়ার সময় প্রতিহত করা হয়, যা সত্যিই গুরুত্বপূর্ণ। তারা আপনার ব্রাউজার প্রবেশ করার আগে কুকি অবরুদ্ধ না করা আপনাকে অবগত করার সুযোগ করে দেয় যে একটি সাইট কুকি ব্যবহার করার চেষ্টা করছে, এবং উপরন্তু তাদের বিষয়বস্তুর পরিদর্শন করা (যদি আপনি চান)।</p><p><i>uম্যাট্রিক্স</i> দ্বারা এইসব কালোতালিকাভুক্ত কুকি একবার দায়ী করা হলে, আপনি চাইলে তাদের আপনি আপনার ব্রাউজার থেকে মুছে ফেলতে পারেন।</p><p><b>গুরুত্বপূর্ণ তথ্য:</b> এক্সটেনশানগুলি তাদের স্বাভাবিক অপারেশনের সময় ওয়েব অনুরোধ করতে পারে। এই অনুরোধগুলির ফলাফল ব্রাউজারে কুকি তৈরি করা হচ্ছে হতে পারে। একটি কুকির উৎপত্তি সাদাতালিকাভুক্ত হোস্টনেম থেকে না হলে, <i>uম্যাট্রিক্স</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> +privacyDeleteBlockedLocalStoragePrompt=অবরুদ্ধ হোস্টনেম দ্বারা স্থাপিত <a href='https://bn.wikipedia.org/wiki/ওয়েব_স্টোরেজ'>স্থানীয় সঞ্চয়ের</a> সামগ্রী মুছে ফেলুন +privacyDeleteBlockedLocalStorageHelp=করণীয় +privacyClearCachePrompt1=ব্রাউজার ক্যাশে সাফ করুন প্রতি +privacyClearCachePrompt2=মিনিটে। +privacyClearCacheHelp=<p>কিছু কিছু ওয়েব সাইট, আপনাকে ট্র্যাকিং করতে সত্যিই নমিত, তারা আপনাকে অনুসরণ করার জন্য এমন সব কৌশল নেয় যা দেখে মনে হবে তারা আপনাকে অনুসরণ করছে না।</p><p>এই রকম কিছু কৌশল<sup style='font-size:smaller'>[১, ২]</sup><a href='https://bn.wikipedia.org/wiki/ওয়েব_ক্যাশে'>ব্রাউজারের ক্যাশে</a> নির্ভর, যার যা বিষয়বস্তু প্রায়ই দীর্ঘস্থায়ী হয়, যেহেতু খুব কমই ব্যবহারকারীদের নিয়মিত তাদের ব্রাউজারের ক্যাশে সাফ করতে সময় ব্যয় করেন।</p><p>নিয়মিত ব্রাউজারের ক্যাশে সাফ সামান্য অসুবিধা আছে (সম্ভাবত আপনি লক্ষ্য করবেন না যখন এটা ঘটে), এবং সুবিধা হল আপনার গোপনীয়তা আক্রমণ করা থেকে এইসব আপত্তিকর ব্যক্তি অনুসরণ প্রতিরোধ করা।</p><p>এই অপশন সক্রিয় করলে <i>uম্যাট্রিক্স</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/'>“কুকিবিহীন কুকির মাধ্যমে ওয়েব ট্র্যাকিং রোধ করবে”</a></p> +privacyProcessRefererPrompt=<a href='https://bn.wikipedia.org/wiki/এইচটিটিপি_রেফার'>এইচটিটিপি রেফারের</a> তৃতীয় পক্ষের অনুরোধের স্ট্রিং স্পুফ করুন। +privacyProcessRefererHelp=<p>উইকিপিডিয়া থেকে:</p><blockquote>এইচটিটিপি রেফারার একটি এইচটিটিপি হেডার ক্ষেত্র যা ওয়েবপাতার ঠিকানা চিহ্নিত করে যা অনুরোধকৃত রিসোর্সে সংযুক্ত থাকে।... <b>যেহেতু রেফারার তথ্য গোপনীয়তার নীতিমালা ভঙ্গ করতে পারে, কিছু ওয়েব ব্রাউজারে ব্যবহারকারীদের রেফারার তথ্য পাঠানো নিষ্ক্রিয় করার অনুমতি দেয়।</b></blockquote><p>যদি সেটিংসে এটি নির্বাচন করা থাকে, <i>uম্যাট্রিক্স</i> HTTP রেফারার তথ্য স্পুফ করবে যদি ডোমেইনের নামের নেট অনুরোধে HTTP রেফারারের ডোমেইনের নাম তৃতীয় পক্ষের হয়।</p> +privacyNoMixedContentPrompt=কড়া HTTPS: মিশ্রিত সামগ্রী নিষেধ। +privacyNoMixedContentHelp=<p><a href='https://developer.mozilla.org/en-US/docs/Security/MixedContent'>মোজিলা ডেভেলপার নেটওয়ার্ক</a> থেকে:</p><blockquote>যদি HTTPS পাতা নিয়মিত, স্পষ্ট পাঠ HTTP-র মাধ্যমে বিষয়বস্তুর উদ্ধার অন্তর্ভুক্ত করে, তাহলে সংযোগ শুধুমাত্র আংশিকভাবে এনক্রিপ্ট করা হয়: এনক্রিপশনবিহীন বিষয়বস্তু স্নিফার থেকে প্রবেশযোগ্য এবং মধ্য আক্রমণকারীদের দ্বারা পরিবর্তনযোগ্য, এবং সেইজন্য সংযোগ আর সুরক্ষিত থাকে না। যখন একটি ওয়েবপাতা এই আচরণ প্রদর্শন করে, তখন এটিকে একটি মিশ্র বিষয়বস্তু পাতা বলা হয়।</blockquote> +privacyProcessHyperlinkAuditingPrompt=সব <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>হাইপারলিঙ্ক নিরীক্ষণ</a> প্রচেষ্টা অবরুদ্ধ। +privacyProcessHyperlinkAuditingHelp=<p>হাইপারলিঙ্ক নিরীক্ষণ একটি প্রক্রিয়া যা একটি দল, <b>যে কোন দলকে</b> একজন ব্যবহারকারীর একটি নির্দিষ্ট ওয়েব পাতার লিঙ্ক ক্লিক করা সম্পর্কে অবগত করার অনুমতি দেয়। এটি মূলত একটি ট্র্যাকিং বৈশিষ্ট্য: যা একটি ওয়েব সাইট বা কোনো তৃতীয় পক্ষকে আপনি কোন ওয়েব সাইটের কোন ওয়েব পাতা ক্লিক করেছেন তা অবগত করার অনুমতি দেয়। একমাত্র উদ্দেশ্য হল আপনার ব্রাউজিং কার্যকলাপ অনুসরণ করা।</p> +userRulesPermanentHeader=স্থায়ী নিয়ম +userRulesTemporaryHeader=অস্থায়ী নিয়ম +userRulesRevert=প্রত্যাবর্তন +userRulesCommit=কমিট +userRulesEdit=সম্পাদনা +userRulesEditSave=সংরক্ষণ +userRulesEditDicard=বাতিল করুন +userRulesImport=ফাইল থেকে আমদানি... +userRulesExport=ফাইলে রপ্তানি... +userRulesFormatHint=নিয়ম শব্দবিন্যাসের জন্য এই পাতাটি দেখুন। +userRulesDefaultFileName=amar-umatrix-niyom.txt +hostsFilesPrompt=বৈশ্বিক ব্যাপ্তিতে একটি হোস্ট ফাইলের সব হোস্টনেম কালোতালিকাভুক্ত হোস্টনেম হিসাবে লোড করা হয়। +hostsFilesStats=এখান থেকে {{blockedHostnameCount}}টি স্বতন্ত্র অবরুদ্ধ হোস্টনেম: +hostsFilesPerFileStats={{total}}টির মধ্যে {{used}}টি ব্যবহৃত +hostsFilesLastUpdate=সর্বশেষ হালনাগাদ: {{ago}} +hostsFilesApplyChanges=পরিবর্তনগুলি প্রয়োগ +hostsFilesAutoUpdatePrompt=হোস্ট ফাইল স্বয়ংক্রিয়-হালনাগাদ করুন। +hostsFilesUpdateNow=এখনই হালনাগাদ করুন +hostsFilesPurgeAll=সব ক্যাশে শোধন করুন +hostsFilesExternalListsHint=লাইন প্রতি একটি URL। ‘#’ সহ উপসর্গ লাইন উপেক্ষা করা হবে। অকার্যকর URL গুলি নীরবে উপেক্ষা করা হবে। +hostsFilesExternalListsParse=পার্স +hostsFilesExternalListPurge=ক্যাশে শোধন করুন +hostsFilesExternalListNew=নতুন সংস্করণ উপলব্ধ +hostsFilesExternalListObsolete=পুরোনো +rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>পরিবর্তন লগ</a> +aboutStorageUsed=সংগ্রহস্থল ব্যবহার: {{storageUsed}} বাইট +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>নথিপত্র</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>অনুমতি</a> +aboutCode=উত্স কোড (GPLv৩) +aboutIssues=বাগ ও ইস্যু +aboutContributors=অবদানকারী +aboutCodeContributors=কোড: +aboutIssueContributors=ইস্যু: +aboutTranslationContributors=অনুবাদ: +aboutUserDataHeader=আপনার উপাত্ত +aboutBackupButton=ফাইলে ব্যাকআপ... +aboutBackupFilename=amar-umatrix-backup.txt +aboutRestoreButton=ফাইল থেকে পুনরুদ্ধার... +aboutRestoreConfirm={{time}}-এর ডেটা ব্যাকআপ ব্যবহার করে আপনার সেটিংস পুনঃলিখিত হবে, এবং uম্যাট্রিক্স পুনরায় চালু হবে।\n\nডেটা ব্যাকআপ ব্যবহার করে সমস্ত বিদ্যমান সেটিংস পুনঃলিখবেন? +aboutRestoreError=উপাত্তটি পড়া যায়নি বা অকার্যকর +aboutOr=... বা ... +aboutResetButton=ডিফল্ট সেটিংসে পুন:স্থাপন করুন +aboutResetConfirm=সতর্কতা! এটি আপনার সব স্বনির্ধারিত সেটিংস সরিয়ে দেবে? আপনি কি অগ্রসর হতে চান? +loggerFilterInputPlaceholder=পরিশোধকের অভিব্যক্তি +loggerMaxEntriesTip=ভুক্তির সর্বাধিক সংখ্যা +loggerEntryCookieDeleted=কুকি অপসারিত: {{value}} +loggerEntryDeleteCookieError=কুকি অপসারণ করতে ব্যর্থ: {{value}} +loggerEntryBrowserCacheCleared=ব্রাউজারের ক্যাশে পরিষ্কার হয়েছে +loggerEntryAssetUpdated=অ্যাসেট হালনাগাদকৃত: {{value}} +mainBlockedPrompt1=uম্যাট্রিক্স নিচের পৃষ্ঠা লোড করাকে প্রতিহত করেছে: +mainBlockedPrompt2=নিম্নলিখিত নিয়মের কারণে +mainBlockedBack=ফিরে যান +mainBlockedClose=বন্ধ +commandRevertAll=সব অস্থায়ী পরিবর্তন প্রত্যাবর্তন করুন +commandWhitelistPageDomain=সাময়িকরূপে সাদাতালিকার পাতা ডোমেইন +commandWhitelistAll=সাময়িকরূপে সাদাতালিকার সব +commandOpenDashboard=ড্যাশবোর্ড খুলুন +elapsedOneMinuteAgo=এক মিনিট আগে +elapsedManyMinutesAgo={{value}} মিনিট আগে +elapsedOneHourAgo=এক ঘণ্টা আগে +elapsedManyHoursAgo={{value}} ঘণ্টা আগে +elapsedOneDayAgo=এক দিন আগে +elapsedManyDaysAgo={{value}} দিন আগে +showDashboardButton=ড্যাশবোর্ড +showLoggerButton=লগার +cloudPush=ক্লাউড সঞ্চয়স্থানে রপ্তানি করুন +cloudPull=ক্লাউড সঞ্চয়স্থান থেকে আমদানি করুন +cloudNoData=...\n... +cloudDeviceNamePrompt=এই ডিভাইসের নাম: +genericSubmit=জমা দিন +genericRevert=প্রত্যাবর্তন +errorCantConnectTo=নেটওয়ার্ক ত্রুটি: {{url}} -এ সংযোগ করতে অক্ষম +genericApplyChanges=Apply changes diff --git a/locale/ca/messages.properties b/locale/ca/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/ca/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/cs/messages.properties b/locale/cs/messages.properties new file mode 100644 index 0000000..9dedc16 --- /dev/null +++ b/locale/cs/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=µMatrix – Ovládací panel +loggerPageName=uMatrix - logování +settingsPageName=Nastavení +privacyPageName=Soukromí +statsPageName=Statistiky +userRulesPageName=Moje pravidla +ubiquitousRulesPageName=Soubory hostů +rawSettingsPageName=Více +aboutPageName=O rozšíření +allPrettyName=vše +cookiePrettyName=cookie +cssPrettyName=styly +imagePrettyName=obr. +mediaPrettyName=média +pluginPrettyName=plugin +scriptPrettyName=skript +xhrPrettyName=XHR +framePrettyName=rámce +otherPrettyName=jiné +matrixNoNetTrafficPrompt=Na této záložce zatím nedošlo k žádné síťové komunikaci. +matrixMtxButtonTip=Vypnout/zapnout filtrování matrixu pro tento rozsah. +matrixPersistButtonTip=Uložit dočasné změny v tomto kontextu. +matrixRevertButtonTip=Zrušit dočasné změny v tomto kontextu. +matrixReloadButton=Obnovit stránku. +matrix1stPartyLabel=vlastní doména +matrixBlacklistedHostnames={{count}} blokovaných domén +matrixSwitchNoMixedContent=Striktní HTTPS +matrixSwitchNoWorker=Zakázat web workery +matrixSwitchReferrerSpoof=Podvrhovat adresy odkazujících stránek +matrixSwitchNoscriptSpoof=Falšovat <code><noscript></code> tagy +matrixRevertAllEntry=Vrátit všechny dočasné změny +matrixLoggerMenuEntry=Jít na záznamník +matrixDashboardMenuEntry=Přejít na řídící panel +matrixNoTabFound=Žádné stránky nebyly nalezeny +statsPageTitle=µMatrix – Statistiky +statsPageGenericStats=Obecné statistiky +statsPageCookieHeadersFoiled=Zničené <a href='https://cs.wikipedia.org/wiki/HTTP_cookie'>HTTP cookie</a> hlavičky: {{count}} +statsPageRefererHeadersFoiled=Počet neodeslaných <a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> hlaviček: {{count}} +statsPageHyperlinkAuditingFoiled=Počet zmařených <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> pokusů: {{count}} +statsPageCookiesRemoved=Počet smazaných cookies: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Cache prohlížeče smazána: {{count}} +statsPageDetailedStats=Podrobné statistiky +statsPageDetailedAllPages=Všechny stránky +statsPageDetailedBehindTheScenePage=Chromium: Pod pokličkou +statsPageOverview=Přehled +statsPageRequests=Spojení +statsPageAllowed=Povoleno +statsPageBlocked=Blokováno +statsPageAll=Všechna +statsPagePages=Stránky +statsPageCookies=Cookies +statsPageCSS=Styly +statsPageImages=Obrázky +statsPagePlugins=Pluginy +statsPageScripts=Skripty +statsPageXHRs=XHR +statsPageFrames=Rámce +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> +statsPageRefresh=Obnovit +settingsPageTitle=µMatrix – Nastavení +settingsMatrixDisplayHeader=Vzhled +settingsMatrixDisplayTextSizePrompt=Velikost písma: +settingsMatrixDisplayTextSizeNormal=Normální +settingsMatrixDisplayTextSizeLarge=Velká +settingsMatrixDisplayColorBlind=Styl pro barvoslepé +settingsMatrixConvenienceHeader=Pohodlí +settingsDefaultScopeLevel=Výchozí platnost: +settingsDefaultScopeLevel0=Globální +settingsDefaultScopeLevel1=Doména +settingsDefaultScopeLevel2=Stránka +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. +settingsSubframeColor=Blokované rámce: Barva +settingsSubframeOpacity=Neprůhlednost +settingsIconBadgeEnabled=Zobrazit počet blokovaných požadavků u ikony +settingsCollapseBlocked=Skrýt zástupné objekty zablokovaných prvků +settingsCollapseBlacklisted=Skrýt blokované prvky +settingsNoscriptTagsSpoofed=Spoof <code><noscript></code> tags when 1st-party scripts are blocked +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanentní pravidla +userRulesTemporaryHeader=Dočasná pravidla +userRulesRevert=Vrátit +userRulesCommit=Potvrdit +userRulesEdit=Upravit +userRulesEditSave=Uložit +userRulesEditDicard=Zrušit +userRulesImport=Načíst ze souboru… +userRulesExport=Uložit do souboru… +userRulesFormatHint=Podívej se na tuto stránku pro syntaxi pravidel. +userRulesDefaultFileName=moje-pravidla-umatrix.txt +hostsFilesPrompt=Všechny jména hostů v souboru hostů jsou načteny jako zakázaná v globálním měřítku. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats=Použito {{used}} z {{total}} +hostsFilesLastUpdate=Poslední aktualizace: {{ago}} +hostsFilesApplyChanges=Uložit změny +hostsFilesAutoUpdatePrompt=Automaticky aktualizovat soubory hostů. +hostsFilesUpdateNow=Aktualizovat nyní +hostsFilesPurgeAll=Vyčistit všechny cache +hostsFilesExternalListsHint=Jedna URL na řádek. Řádky s prefixem ‘#’ budou ignorovány. Nevalidní URL budou ignorovány. +hostsFilesExternalListsParse=Načíst +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> +aboutStorageUsed=Použité místo: {{storageUsed}} bajtů +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Přispěvatelé +aboutCodeContributors=Zdrojový kód: +aboutIssueContributors=Problémy: +aboutTranslationContributors=Překlady: +aboutUserDataHeader=Vaše data +aboutBackupButton=Zálohovat do souboru… +aboutBackupFilename=moje-zaloha-umatrix.txt +aboutRestoreButton=Obnovit ze zálohy… +aboutRestoreConfirm=Všechna vaše nastavení budou přepsány daty zálohovanými v {{time}}, µMatrix bude restartován.\nPřepsat všechny existující nastavení zálohovanými daty? +aboutRestoreError=Data nemohla být načtena nebo jsou neplatná +aboutOr=nebo +aboutResetButton=Vrátit do původního stavu +aboutResetConfirm=Varování: Tento příkaz odstraní všechna vaše nastavení. Jste si jisti, že chcete pokračovat? +loggerFilterInputPlaceholder=výraz(y) filtru +loggerMaxEntriesTip=Maximální počet záznamů +loggerEntryCookieDeleted=cookie odstraněno: {{value}} +loggerEntryDeleteCookieError=smazání cookie se nepodařilo: {{value}} +loggerEntryBrowserCacheCleared=cache prohlížeče vymazána +loggerEntryAssetUpdated=asset aktualizován: {{value}} +mainBlockedPrompt1=µMatrix zabránil následující stránce v načítání: +mainBlockedPrompt2=Kvůli tomuto pravidlu +mainBlockedBack=Zpět +mainBlockedClose=Zavřít +commandRevertAll=Zrušit všechny dočasné změny +commandWhitelistPageDomain=Dočasně povolit doménu stránky +commandWhitelistAll=Dočasně povolit všechny +commandOpenDashboard=Otevřít panel +elapsedOneMinuteAgo=před minutou +elapsedManyMinutesAgo=před {{value}} minutami +elapsedOneHourAgo=před hodinou +elapsedManyHoursAgo=před {{value}} hodinami +elapsedOneDayAgo=včera +elapsedManyDaysAgo=před {{value}} dny +showDashboardButton=Přehled +showLoggerButton=Záznamník +cloudPush=Exportovat do cloudového úložiště +cloudPull=Importovat z cloudového úložiště +cloudNoData=...\n... +cloudDeviceNamePrompt=Jméno tohoto zařízení: +genericSubmit=Odeslat +genericRevert=Vrátit zpět +errorCantConnectTo=Chyba sítě: Nelze se připojit k {{url}} +genericApplyChanges=Použít změny diff --git a/locale/da/messages.properties b/locale/da/messages.properties new file mode 100644 index 0000000..6dec269 --- /dev/null +++ b/locale/da/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Kontrolpanel +loggerPageName=uMatrix — Logger +settingsPageName=Indstillinger +privacyPageName=Privatliv +statsPageName=Statistik +userRulesPageName=Mine regler +ubiquitousRulesPageName=Hosts-filer +rawSettingsPageName=More +aboutPageName=Om +allPrettyName=alle +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=medier +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=andre +matrixNoNetTrafficPrompt=Endnu ingen trafik registreret på denne fane. +matrixMtxButtonTip=Deaktiver/aktiver matrix-filtrering på dette område. +matrixPersistButtonTip=Gem alle midlertidige ændringer på dette område. +matrixRevertButtonTip=Fortryd alle midlertidige ændringer på dette område. +matrixReloadButton=Genindlæs siden. +matrix1stPartyLabel=1.-parts +matrixBlacklistedHostnames={{count}} sortlistede værtsnavne +matrixSwitchNoMixedContent=Benyt kun HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Forfalsking af referer +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Tilbagestil alle midlertidige ændringer +matrixLoggerMenuEntry=Gå til logger +matrixDashboardMenuEntry=Gå til kontrolpanel +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>Hyperlink overvågnings</a> forsøg forhindret: {{count}} +statsPageCookiesRemoved=Lokale cookies fjernet: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Lokale lagre</a> tømt: {{count}} +statsPageBrowserCacheCleared=Browser-cacher tømt: {{count}} +statsPageDetailedStats=Detaljeret statistik +statsPageDetailedAllPages=Alle +statsPageDetailedBehindTheScenePage=Baggrundsanmodninger +statsPageOverview=Oversigt +statsPageRequests=Forespørgsler +statsPageAllowed=Tilladte +statsPageBlocked=Blokerede +statsPageAll=Alle +statsPagePages=Sider +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Billeder +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Genindlæs +settingsPageTitle=uMatrix – Indstillinger +settingsMatrixDisplayHeader=Udseende +settingsMatrixDisplayTextSizePrompt=Skriftstørrelse: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Stor +settingsMatrixDisplayColorBlind=Optimeret til farveblindhed +settingsMatrixConvenienceHeader=Bekvemmelighed +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Genindlæs disse faner "smart", når matricen er lukket: +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. +settingsSubframeColor=Blokerede frames: Farve +settingsSubframeOpacity=Uigennemsigtighed +settingsIconBadgeEnabled=Vis antal separate forespørgsler på ikonet +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Slet <a href='https://en.wikipedia.org/wiki/Web_storage'>lokal lagret</a> indhold fra blokerede hostnavne +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink overvågning er en mekanisme der gør det muligt for første eller <b>tredjepart</b>, at indsamle data om hvilke brugeren klikker på en hjemmeside. Det er altså tale om en tracking funktion, der gør informerer første eller tredjepart om, hvilke links en bruger vælger at klikke på under sit besøg på en hvilken som helst hjemmeside. Det eneste formål med hyperlink overvågning er altså, at tracke din browser aktivitet.</p> +userRulesPermanentHeader=Permanente regler +userRulesTemporaryHeader=Midlertidige regler +userRulesRevert=Fortryd +userRulesCommit=Tilføj +userRulesEdit=Rediger +userRulesEditSave=Gem +userRulesEditDicard=Kassér +userRulesImport=Importer fra fil... +userRulesExport=Eksporter fil til... +userRulesFormatHint=Gå til denne side for at se syntaks regler. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Alle hostnavne der forefindes i en host fil vil blive sortlistet, og blokeret overalt. +hostsFilesStats={{blockedHostnameCount}} blokerede unikke hostnavne fra: +hostsFilesPerFileStats={{used}} forbrug ud af {{total}} +hostsFilesLastUpdate=Sidst opdateret: {{ago}} +hostsFilesApplyChanges=Anvend ændringer +hostsFilesAutoUpdatePrompt=Auto-opdater host filer. +hostsFilesUpdateNow=Opdater nu +hostsFilesPurgeAll=Slet alt caches +hostsFilesExternalListsHint=Et URL per linje. Linjer der begynder med ‘#’ vil blive ignoreret. Ugyldige URLs vil lydløst blive ignoreret. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Lagerplads brugt: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tilladelser</a> +aboutCode=Source code (GPLv3) +aboutIssues=Fejl og problemer +aboutContributors=Bidragydere +aboutCodeContributors=Kode: +aboutIssueContributors=Problemstillinger: +aboutTranslationContributors=Oversættelser: +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? +aboutRestoreError=Dataen er enten ugyldig eller kunne ikke læses +aboutOr=... eller ... +aboutResetButton=Gendan til fabriksindstillinger +aboutResetConfirm=Forsigtig! Dette slette alle brugerdefinerede indstillinger. Er du sikker på, at du vil fortsætte? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Det maksimale antal af linjer +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: +mainBlockedPrompt2=På grund af den følgende regel +mainBlockedBack=Tilbage +mainBlockedClose=Luk +commandRevertAll=Fortryd alle midlertidige ændringer +commandWhitelistPageDomain=Tillad midlertidigt alt traffik på dette domæne +commandWhitelistAll=Tillad midlertidigt alt trafik på alle domæner +commandOpenDashboard=Åbn kontrolpanel +elapsedOneMinuteAgo=et minut siden +elapsedManyMinutesAgo={{value}} minutter siden +elapsedOneHourAgo=en time sider +elapsedManyHoursAgo={{value}} timer siden +elapsedOneDayAgo=en dag siden +elapsedManyDaysAgo={{value}} dage siden +showDashboardButton=Kontrolpanel +showLoggerButton=Logger +cloudPush=Eksporter til skyen +cloudPull=Eksporter fra skyen +cloudNoData=...\n... +cloudDeviceNamePrompt=Denne enheds navn: +genericSubmit=Indsend +genericRevert=Gendan +errorCantConnectTo=Netværksfejl: Kan ikke oprette forbindelse til {{url}} +genericApplyChanges=Apply changes diff --git a/locale/de/messages.properties b/locale/de/messages.properties new file mode 100644 index 0000000..ba60121 --- /dev/null +++ b/locale/de/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Einstellungen +privacyPageName=Privatsphäre +statsPageName=Statistiken +userRulesPageName=Meine Regeln +ubiquitousRulesPageName=Hosts-Dateien +rawSettingsPageName=Mehr +aboutPageName=Über +allPrettyName=Alle +cookiePrettyName=Cookie +cssPrettyName=CSS +imagePrettyName=Grafik +mediaPrettyName=Medien +pluginPrettyName=Plugin +scriptPrettyName=Skript +xhrPrettyName=XHR +framePrettyName=Frame +otherPrettyName=Andere +matrixNoNetTrafficPrompt=Bisher keine Netzwerkaktivität für diesen Tab. +matrixMtxButtonTip=Aktiviere/deaktiviere die Matrix-Filter für diesen Geltungsbereich. +matrixPersistButtonTip=Speichere alle temporären Änderungen für diesen Geltungsbereich. +matrixRevertButtonTip=Entferne temporäre Änderungen für diesen Geltungsbereich. +matrixReloadButton=Seite neu laden.\nShift drücken um den Browser Cache zu ignorieren. +matrix1stPartyLabel=Aktuelle Domain +matrixBlacklistedHostnames={{count}} Hostname(n) auf der Blacklist +matrixSwitchNoMixedContent=Gemischte Inhalte verbieten +matrixSwitchNoWorker=Web Worker verbieten +matrixSwitchReferrerSpoof=Referrer verschleiern +matrixSwitchNoscriptSpoof=<code><noscript></code> Tags verschleiern +matrixRevertAllEntry=Mache alle temporären Änderungen rückgängig +matrixLoggerMenuEntry=Gehe zum Protokoll +matrixDashboardMenuEntry=Gehe zum Dashboard +matrixNoTabFound=Keine Webseite gefunden +statsPageTitle=µMatrix – Statistik +statsPageGenericStats=Statistik nach Gattungen +statsPageCookieHeadersFoiled=<a href='https://de.wikipedia.org/wiki/HTTP_Cookie'>HTTP Cookie</a> Header blockiert: {{count}} +statsPageRefererHeadersFoiled=<a href='https://de.wikipedia.org/wiki/Referrer'>HTTP Referrer</a> Header blockiert: {{count}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> Versuche vereitelt: {{count}} +statsPageCookiesRemoved=Lokale Cookies entfernt: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local Storage</a> geleert: {{count}} +statsPageBrowserCacheCleared=Browser Cache geleert: {{count}} +statsPageDetailedStats=Detaillierte Statistik +statsPageDetailedAllPages=Alle +statsPageDetailedBehindTheScenePage=Hintergrundanfragen +statsPageOverview=Übersicht +statsPageRequests=Anfragen +statsPageAllowed=Erlaubt +statsPageBlocked=Blockiert +statsPageAll=Alle +statsPagePages=Seiten +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Bilder +statsPagePlugins=Plugins +statsPageScripts=Skripte +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Neu laden +settingsPageTitle=uMatrix – Einstellungen +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Schriftgröße: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Groß +settingsMatrixDisplayColorBlind=Anzeige für farbenblinde Benutzer +settingsMatrixConvenienceHeader=Komforteinstellungen +settingsDefaultScopeLevel=Standardgeltungsbereich: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Seite +settingsMatrixAutoReloadPrompt=Intelligentes Neuladen folgender Tabs beim Schließen der Matrix: +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. +settingsSubframeColor=Blockierte Frames: Farbe +settingsSubframeOpacity=Undurchsuchtigkeit +settingsIconBadgeEnabled=Zeige die Zahl der einzelnen Anfragen auf dem Icon an +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Lösche <a href='http://de.wikipedia.org/wiki/Web_Storage'>Lokaler Speicher-Inhalt (Local Storage)</a> für blockierte Hostnamen +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> +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). +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink-Auditing ist ein Mechanismus, der es <b>allen beteiligten Parteien</b> erlaubt herauszufinden, auf welchen Link ein Benutzer auf einer bestimmten Webseite klickt. Im Grunde ist es eine Tracking-Funktion: Es erlaubt einer Webseite oder auch Drittparteien auf dieser Webseite, sich darüber zu informieren, auf welche Links du auf eine dieser Seiten geklickt hast. Der einzige Zweck besteht darin, deine Browsing-Aktivitäten zu verfolgen.</p> +userRulesPermanentHeader=Permanente Regeln +userRulesTemporaryHeader=Temporäre Regeln +userRulesRevert=Rückgängig machen +userRulesCommit=Dauerhaft speichern +userRulesEdit=Bearbeiten +userRulesEditSave=Speichern +userRulesEditDicard=Verwerfen +userRulesImport=Aus Datei importieren... +userRulesExport=In eine Datei exportieren ... +userRulesFormatHint=Auf dieser Seite findest du die Syntax für die Regeln. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Alle Hostnamen einer Hosts-Datei werden als geblacklistete Hostnamen im globalen Geltungsbereich geladen. +hostsFilesStats={{blockedHostnameCount}} eindeutig blockierte Hostnamen aus: +hostsFilesPerFileStats={{used}} benutzt aus {{total}} +hostsFilesLastUpdate=Letzte Aktualisierung: {{ago}} +hostsFilesApplyChanges=Änderungen anwenden +hostsFilesAutoUpdatePrompt=Hosts-Dateien automatisch aktualisieren. +hostsFilesUpdateNow=Jetzt aktualisieren +hostsFilesPurgeAll=Alle Cache-Speicher löschen +hostsFilesExternalListsHint=Eine URL pro Zeile. Zeilen mit vorangestelltem ‘#’ werden ignoriert. Ungültige URLs werden stillschweigend ignoriert. +hostsFilesExternalListsParse=Anwenden +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> +aboutStorageUsed=Benutzter Speicherplatz: {{storageUsed}} Bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Berechtigungen</a> +aboutCode=Quellcode (GPLv3) +aboutIssues=Fehler und Probleme +aboutContributors=Mitwirkende +aboutCodeContributors=Code: +aboutIssueContributors=Probleme: +aboutTranslationContributors=Übersetzungen: +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? +aboutRestoreError=Die Daten konnten nicht gelesen werden oder sind ungültig +aboutOr=... oder ... +aboutResetButton=Auf Standardeinstellungen zurücksetzen +aboutResetConfirm=Vorsicht! Dies wird alle deine individuellen Einstellungen entfernen. Bist du sicher, dass du fortfahren willst? +loggerFilterInputPlaceholder=Filter-Ausdrücke +loggerMaxEntriesTip=Maximale Zahl an Einträgen +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: +mainBlockedPrompt2=Aufgrund der folgenden Regel +mainBlockedBack=Gehe zurück +mainBlockedClose=Schließe +commandRevertAll=Entferne alle temporären Änderungen +commandWhitelistPageDomain=Setze die Domain temporär auf die Whitelist +commandWhitelistAll=Setze alles temporär auf die Whitelist +commandOpenDashboard=Dashboard öffnen +elapsedOneMinuteAgo=vor einer Minute +elapsedManyMinutesAgo=vor {{value}} Minuten +elapsedOneHourAgo=vor einer Stunde +elapsedManyHoursAgo=vor {{value}} Stunden +elapsedOneDayAgo=vor einem Tag +elapsedManyDaysAgo=vor {{value}} Tagen +showDashboardButton=Dashboard +showLoggerButton=Protokoll +cloudPush=Export in den Cloud-Speicher +cloudPull=Import aus dem Cloud-Speicher +cloudNoData=...\n... +cloudDeviceNamePrompt=Dieser Gerätename: +genericSubmit=Absenden +genericRevert=Rückgängig machen +errorCantConnectTo=Netzwerkfehler: konnte nicht zu {{url}} verbinden +genericApplyChanges=Änderungen anwenden diff --git a/locale/el/messages.properties b/locale/el/messages.properties new file mode 100644 index 0000000..67fc18b --- /dev/null +++ b/locale/el/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Πίνακας +loggerPageName=uMatrix — Logger +settingsPageName=Ρυθμίσεις +privacyPageName=Ιδιωτικό απόρρητο +statsPageName=Στατιστικά +userRulesPageName=Οι κανόνες μου +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=Περί +allPrettyName=όλα +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=Εικόνα +mediaPrettyName=media +pluginPrettyName=Πρόσθετο +scriptPrettyName=Δέσμη ενεργειών +xhrPrettyName=XHR +framePrettyName=Πλαίσιο +otherPrettyName=Άλλο +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Επαναφόρτωση σελίδας. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Επαναφορά όλων των προσωρινών αλλαγών +matrixLoggerMenuEntry=Πηγαίνετε στο καταγραφικό +matrixDashboardMenuEntry=Μετάβαση στον πίνακα +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – Στατιστικά +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=Όλα +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Επισκόπηση +statsPageRequests=Αιτήματα +statsPageAllowed=Επιτρέπεται +statsPageBlocked=Μπλοκαρισμένο +statsPageAll=Όλα +statsPagePages=Σελίδες +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Εικόνες +statsPagePlugins=Πρόσθετα +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Πλαίσια +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> +statsPageRefresh=Ανανέωση +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Εμφάνιση +settingsMatrixDisplayTextSizePrompt=Μέγεθος κειμένου: +settingsMatrixDisplayTextSizeNormal=Κανονικό +settingsMatrixDisplayTextSizeLarge=Μεγάλο +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/en/messages.properties b/locale/en/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/en/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/eo/messages.properties b/locale/eo/messages.properties new file mode 100644 index 0000000..5bb1829 --- /dev/null +++ b/locale/eo/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Panelo +loggerPageName=uMatrix — Logger +settingsPageName=Agordoj +privacyPageName=Privateco +statsPageName=Statistics +userRulesPageName=Miaj reguloj +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=Pri +allPrettyName=all +cookiePrettyName=kuketo +cssPrettyName=css +imagePrettyName=bildo +mediaPrettyName=media +pluginPrettyName=kromaĵo +scriptPrettyName=skripto +xhrPrettyName=XHR +framePrettyName=kadro +otherPrettyName=alia +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reŝargi la paĝon. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Iri al protokolilo +matrixDashboardMenuEntry=Iri al panelo +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Lokaj kuketoj forigitaj: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Lokaj konservadoj</a> malplenigitaj: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Superrigardo +statsPageRequests=Petoj +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Paĝoj +statsPageCookies=Kuketoj +statsPageCSS=CSS +statsPageImages=Bildoj +statsPagePlugins=Kromaĵoj +statsPageScripts=Skriptoj +statsPageXHRs=XHR-oj +statsPageFrames=Kadroj +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> +statsPageRefresh=Aktualigi +settingsPageTitle=uMatrix – Agordoj +settingsMatrixDisplayHeader=Apero +settingsMatrixDisplayTextSizePrompt=Tekstogrando: +settingsMatrixDisplayTextSizeNormal=Normala +settingsMatrixDisplayTextSizeLarge=Granda +settingsMatrixDisplayColorBlind=Afabla por kolorblinduloj +settingsMatrixConvenienceHeader=Komforto +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opakeco +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Daŭraj reguloj +userRulesTemporaryHeader=Nedaŭraj reguloj +userRulesRevert=Malfari +userRulesCommit=Konservi +userRulesEdit=Redakti +userRulesEditSave=Konservi +userRulesEditDicard=Ignori +userRulesImport=Importi el dosiero... +userRulesExport=Eksporti al dosiero... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=miaj-umatrix-reguloj.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Lasta ĝisdatigo: {{ago}} +hostsFilesApplyChanges=Apliki ŝanĝojn +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Ĝisdatigi nun +hostsFilesPurgeAll=Malplenigi ĉiujn kaŝmemorojn +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Analizi +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Fontkodo (GPLv3) +aboutIssues=Cimoj kaj problemoj +aboutContributors=Kontribuantoj +aboutCodeContributors=Kode: +aboutIssueContributors=Problemoj: +aboutTranslationContributors=Tradukoj: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... aŭ ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Reen +mainBlockedClose=Fermi +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Malfermi la panelo +elapsedOneMinuteAgo=antaŭ 1 minuto +elapsedManyMinutesAgo=antaŭ {{value}} minutoj +elapsedOneHourAgo=antaŭ 1 horo +elapsedManyHoursAgo=antaŭ {{value}} horoj +elapsedOneDayAgo=antaŭ 1 tago +elapsedManyDaysAgo=antaŭ {{value}} tagoj +showDashboardButton=Panelo +showLoggerButton=Protokolilo +cloudPush=Eksporti al nuba konservado +cloudPull=Importi el nuba konservado +cloudNoData=...\n... +cloudDeviceNamePrompt=Nomo de ĉi tiu aparato: +genericSubmit=Sendi +genericRevert=Malfari +errorCantConnectTo=Reteraro: {{url}} ne konekteblas +genericApplyChanges=Apply changes diff --git a/locale/es/messages.properties b/locale/es/messages.properties new file mode 100644 index 0000000..edf52b6 --- /dev/null +++ b/locale/es/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Panel de control +loggerPageName=uMatrix — Logueador +settingsPageName=Configuración +privacyPageName=Privacidad +statsPageName=Estadísticas +userRulesPageName=Mis reglas +ubiquitousRulesPageName=Ficheros hosts +rawSettingsPageName=More +aboutPageName=Acerca de +allPrettyName=todo +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=otro +matrixNoNetTrafficPrompt=No se ha detectado tráfico de red en esta pestaña hasta el momento. +matrixMtxButtonTip=Deshabilita/habilita el filtrado por matriz en este ámbito. +matrixPersistButtonTip=Guardar cambios temporales para este ámbito. +matrixRevertButtonTip=Deshacer cambios temporales para este ámbito. +matrixReloadButton=Recargar la página. +matrix1stPartyLabel=dominio actual +matrixBlacklistedHostnames={{count}} nombre(s) de <i>host</i> en la lista negra +matrixSwitchNoMixedContent=HTTPS estricto +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Falsificar Referer +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +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 +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}} +statsPageHyperlinkAuditingFoiled=Intentos de <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>auditoría de hipervínculos</a> frustrados: {{count}} +statsPageCookiesRemoved=<i>Cookies</i> locales eliminadas: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Almacenamientos locales</a> vaciados: {{count}} +statsPageBrowserCacheCleared=Memorias caché del navegador eliminadas: {{count}} +statsPageDetailedStats=Estadísticas detalladas +statsPageDetailedAllPages=Todo +statsPageDetailedBehindTheScenePage=Chromium: Behind the scene +statsPageOverview=Sumario +statsPageRequests=Peticiones +statsPageAllowed=Permitidas +statsPageBlocked=Bloquedas +statsPageAll=Todo +statsPagePages=Páginas +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Imágenes +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Actualizar +settingsPageTitle=uMatrix – Configuración +settingsMatrixDisplayHeader=Apariencia +settingsMatrixDisplayTextSizePrompt=Tamaño del texto: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Grande +settingsMatrixDisplayColorBlind=Accesible para daltónicos +settingsMatrixConvenienceHeader=Comodidad +settingsDefaultScopeLevel=Nivel de entorno predeterminado: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Dominio +settingsDefaultScopeLevel2=Sitio +settingsMatrixAutoReloadPrompt=Al cerrar la matriz, hacer recarga inteligente de las siguientes pestañas: +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. +settingsSubframeColor=<i>Frames</i> bloqueados: Color +settingsSubframeOpacity=Opacidad +settingsIconBadgeEnabled=Mostrar el número de peticiones distintas en el icono +settingsCollapseBlocked=Colapsar marcadores de posición de los elementos bloqueados +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Eliminar contenido de los nombres de dominio bloqueados <a href='https://en.wikipedia.org/wiki/Web_storage'>almacenado localmente</a> +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> +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> +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>. +privacyProcessHyperlinkAuditingHelp=<p>La auditoría de hipervínculos o enlaces es un mecanismo que permite a alguien, <b>cualquiera</b>, ser informado acerca de a que enlace accedió un usuario en una página web particular. Es esencialmente un mecanismo de rastreo: permite a un sitio web, o a un tercero, ser informado sobre cuales enlaces, en cuales páginas, fueron accedidos por el usuario. Su único motivo es rastrear la actividad de navegación del usuario.</p> +userRulesPermanentHeader=Reglas permanentes +userRulesTemporaryHeader=Reglas temporales +userRulesRevert=Deshacer +userRulesCommit=Establecer +userRulesEdit=Editar +userRulesEditSave=Guardar +userRulesEditDicard=Descartar +userRulesImport=Importar desde archivo... +userRulesExport=Exportar a archivo... +userRulesFormatHint=Consulte esta página para sintaxis de las reglas. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Todos los nombres de dominio en un fichero <i>hosts</i> son cargados como nombres de dominio en lista negra de manera global. +hostsFilesStats={{blockedHostnameCount}} nombres de dominios únicos bloqueados a partir de: +hostsFilesPerFileStats={{used}} usados de un total de {{total}} +hostsFilesLastUpdate=Última actualización: {{ago}} +hostsFilesApplyChanges=Aplicar cambios +hostsFilesAutoUpdatePrompt=Actualización automática de ficheros <i>hosts</i>. +hostsFilesUpdateNow=Actualizar ahora +hostsFilesPurgeAll=Vaciar todas las memorias caché +hostsFilesExternalListsHint=Una URL por línea. Las línes con prefijo ‘#’ serán ignoradas. Las URL inválidas serán ignoradas de manera silenciosa. +hostsFilesExternalListsParse=Analizar +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> +aboutStorageUsed=Almacenamiento usado: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Colaboradores +aboutCodeContributors=Código: +aboutIssueContributors=Problemas: +aboutTranslationContributors=Traducciones: +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? +aboutRestoreError=Los datos no se pueden leer o son inválidos +aboutOr=... o ... +aboutResetButton=Restablecer ajustes predeterminados +aboutResetConfirm=Atención! Esto eliminará todos sus ajustes personalizados. ¿Seguro desea continuar? +loggerFilterInputPlaceholder=filtro(s) +loggerMaxEntriesTip=Número máximo de registros +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: +mainBlockedPrompt2=de acuerdo con la regla +mainBlockedBack=Ir atrás +mainBlockedClose=Cerrar +commandRevertAll=Deshacer todos los cambios temporales +commandWhitelistPageDomain=Permitir temporalmente el dominio de la página +commandWhitelistAll=Permitir todo temporalmente +commandOpenDashboard=Abrir Panel de control +elapsedOneMinuteAgo=hace un minuto +elapsedManyMinutesAgo=hace {{value}} minutos +elapsedOneHourAgo=hace una hora +elapsedManyHoursAgo=hace {{value}} horas +elapsedOneDayAgo=hace un día +elapsedManyDaysAgo=hace {{value}} días +showDashboardButton=Panel de control +showLoggerButton=Registro +cloudPush=Exportar al almacenamiento en la nube +cloudPull=Importar desde almacenamiento en la nube +cloudNoData=...\n... +cloudDeviceNamePrompt=Nombre de este dispositivo: +genericSubmit=Enviar +genericRevert=Deshacer +errorCantConnectTo=Error de red: Imposible conectar con {{url}} +genericApplyChanges=Apply changes diff --git a/locale/et/messages.properties b/locale/et/messages.properties new file mode 100644 index 0000000..0afca45 --- /dev/null +++ b/locale/et/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=µMatrix — Esilehekülg +loggerPageName=uMatrix — Logger +settingsPageName=Seaded +privacyPageName=Privaatsus +statsPageName=Statistika +userRulesPageName=Minu reeglid +ubiquitousRulesPageName=Host-failid +rawSettingsPageName=More +aboutPageName=Teave +allPrettyName=kõik +cookiePrettyName=küpsis +cssPrettyName=css +imagePrettyName=pilt +mediaPrettyName=media +pluginPrettyName=meedia +scriptPrettyName=skript +xhrPrettyName=XHR +framePrettyName=raam +otherPrettyName=teised +matrixNoNetTrafficPrompt=Selle kaardi kohta pole veel netiliiklust näha. +matrixMtxButtonTip=Selle määratluse puhul keela/luba maatriksiline filtreerimine.\nMaatriksilise filtreerimise blokeeritud ühendused selles portaalis: {{count}}. +matrixPersistButtonTip=Salvesta ajutiselt kõik selle määratluse muudatused. +matrixRevertButtonTip=Eemalda selle määratluse ajutised muudatused. +matrixReloadButton=Värskenda lehekülge. +matrix1stPartyLabel=1. osapool +matrixBlacklistedHostnames={{count}} hosti nimi(e) mustas nimekirjas +matrixSwitchNoMixedContent=Range HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Viitaja narritamine +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Mine logijasse +matrixDashboardMenuEntry=Mine esilehele +matrixNoTabFound=No web page found +statsPageTitle=µMatrix – statistika +statsPageGenericStats=Üldstatistika +statsPageCookieHeadersFoiled=<a href='https://et.wikipedia.org/wiki/HTTP-k%C3%BCpsis'>HTTP-küpsise</a> tõrjutud päismik: {{count}} +statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_referer'>HTTP referer</a> headers foiled: {{count}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=Kõik +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Päringud +statsPageAllowed=Lubatud +statsPageBlocked=Blokeeritud +statsPageAll=Kõik +statsPagePages=Leheküljed +statsPageCookies=Küpsised +statsPageCSS=CSS +statsPageImages=Pildid +statsPagePlugins=Liidesed +statsPageScripts=Skriptid +statsPageXHRs=XHRid +statsPageFrames=Raamid +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normaalne +settingsMatrixDisplayTextSizeLarge=Suur +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/fa/messages.properties b/locale/fa/messages.properties new file mode 100644 index 0000000..852c350 --- /dev/null +++ b/locale/fa/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — داشبورد +loggerPageName=uMatrix — Logger +settingsPageName=تنظیمات +privacyPageName=حریم خصوصی +statsPageName=آمارها +userRulesPageName=قوانین شخصی +ubiquitousRulesPageName=فایلهای هاستها +rawSettingsPageName=More +aboutPageName=درباره +allPrettyName=همه +cookiePrettyName=کوکی +cssPrettyName=css +imagePrettyName=تصویر +mediaPrettyName=media +pluginPrettyName=افزونه +scriptPrettyName=اسکریپت +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=سایر +matrixNoNetTrafficPrompt=هیچ ترافیک شبکهای برای این تب تا کنون دیده نشده است. +matrixMtxButtonTip=فعال یا غیرفعال نمودن ماتریس فیلتر برای این محدوده. +matrixPersistButtonTip=ذخیره نمودن همهی تغییرات موقتی برای این محدوده. +matrixRevertButtonTip=بازگرداندن تغییرات موقتی برای این محدوده. +matrixReloadButton=بارگذاری مجدد صفحه. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} بلاکشده آدرس(های) +matrixSwitchNoMixedContent=فقط HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=مخفینمودن ارجاعدهنده +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=بازگرداندن همهی تغییرات موقتی +matrixLoggerMenuEntry=رفتن به logger +matrixDashboardMenuEntry=رفتن به داشبورد +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – آمارها +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}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>بررسی لینک</a> تلاشها بیاثر شدند: {{count}} +statsPageCookiesRemoved=کوکیهای محلی پاکشده: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>انبارههای محلی</a> خالی شدند: {{count}} +statsPageBrowserCacheCleared=کشهای مرورگر پاک شدند: {{count}} +statsPageDetailedStats=آمارهای جزئی +statsPageDetailedAllPages=همه +statsPageDetailedBehindTheScenePage=پشتصحنه +statsPageOverview=نمای کلی +statsPageRequests=درخواستها +statsPageAllowed=مجاز +statsPageBlocked=مسدود شده +statsPageAll=همه +statsPagePages=صفحات +statsPageCookies=کوکیها +statsPageCSS=CSS +statsPageImages=تصاویر +statsPagePlugins=افزونهها +statsPageScripts=اسکریپتها +statsPageXHRs=XHRها +statsPageFrames=فریمها +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> +statsPageRefresh=تازهسازی +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=ظاهر +settingsMatrixDisplayTextSizePrompt=اندازه متن: +settingsMatrixDisplayTextSizeNormal=عادی +settingsMatrixDisplayTextSizeLarge=بزرگ +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=راحتی +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=وضوح +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=قوانین دائم +userRulesTemporaryHeader=قوانین موقت +userRulesRevert=بازگرداندن +userRulesCommit=انجامدادن +userRulesEdit=ويرايش +userRulesEditSave=ذخيره +userRulesEditDicard=صرفنظر +userRulesImport=واردکردن از فایل... +userRulesExport=ذخیره در فایل... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=اعمال تغییرات +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=اکنون بهروزآوری شود +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=تجزیهکردن +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=مشکلات و مسائل +aboutContributors=مشارکت کنندهها +aboutCodeContributors=کد: +aboutIssueContributors=مسائل: +aboutTranslationContributors=ترجمهها: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... یا ... +aboutResetButton=بازگشت به تنظیمات پیشفرض +aboutResetConfirm=هشدار! این عمل تمام تنظیمات سفارشی شما را از بین میبرد. آیا از انجام آن مطمئن هستید؟ +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=بیشترین تعداد ورودیها +loggerEntryCookieDeleted=کوکی پاکشده: {{value}} +loggerEntryDeleteCookieError=failed to delete cookie: {{value}} +loggerEntryBrowserCacheCleared=کش مروگر پاک شد +loggerEntryAssetUpdated=asset updated: {{value}} +mainBlockedPrompt1=uMatrix has prevented the following page from loading: +mainBlockedPrompt2=به خاطر قانون زیر +mainBlockedBack=برگرد +mainBlockedClose=بستن +commandRevertAll=بازگرداندن همهی تغییرات موقتی +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=بازکردن داشبورد +elapsedOneMinuteAgo=یک دقیقه پیش +elapsedManyMinutesAgo={{value}} دقیقه پیش +elapsedOneHourAgo=یک ساعت پیش +elapsedManyHoursAgo={{value}} ساعت پیش +elapsedOneDayAgo=یک روز پیش +elapsedManyDaysAgo={{value}} روز پیش +showDashboardButton=داشبورد +showLoggerButton=Logger +cloudPush=دخیره در فضای ابری +cloudPull=گرفتن از فضای ابری +cloudNoData=... ... +cloudDeviceNamePrompt=نام دستگاه: +genericSubmit=ثبتکردن +genericRevert=بازگرداندن +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/fi/messages.properties b/locale/fi/messages.properties new file mode 100644 index 0000000..650ccd7 --- /dev/null +++ b/locale/fi/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Hallintapaneeli +loggerPageName=uMatrix — Logger +settingsPageName=Asetukset +privacyPageName=Yksityisyys +statsPageName=Tilastot +userRulesPageName=Omat säännöt +ubiquitousRulesPageName=Host tiedostot +rawSettingsPageName=More +aboutPageName=Tietoja +allPrettyName=kaikki +cookiePrettyName=keksi +cssPrettyName=css +imagePrettyName=kuva +mediaPrettyName=A/V-media +pluginPrettyName=lisäosa +scriptPrettyName=komentosarja +xhrPrettyName=XHR +framePrettyName=kehys +otherPrettyName=muut +matrixNoNetTrafficPrompt=Ei dataliikennettä havaittu tällä välilehdellä vielä. +matrixMtxButtonTip=Poista käytöstä/ota käyttöön matrix suodatus tälle alueelle. +matrixPersistButtonTip=Tallenna kaikki väliaikaiset muutokset tälle alueelle. +matrixRevertButtonTip=Palauta tilapäiset muutoksia tälle alueelle. +matrixReloadButton=Lataa sivu uudelleen. +matrix1stPartyLabel=1. osapuoli +matrixBlacklistedHostnames={{count}} mustalistatut isäntänimet +matrixSwitchNoMixedContent=Tiukka HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Kumoa kaikki väliaikaiset muutokset +matrixLoggerMenuEntry=Siirry lokiin +matrixDashboardMenuEntry=Siirry hallintapaneeliin +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Yksityiskohtaiset tilastot +statsPageDetailedAllPages=Kaikki +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Yhteenveto +statsPageRequests=Pyynnöt +statsPageAllowed=Sallittu +statsPageBlocked=Estetty +statsPageAll=Kaikki +statsPagePages=Sivut +statsPageCookies=Evästeet +statsPageCSS=CSS +statsPageImages=Kuvat +statsPagePlugins=Laajennukset +statsPageScripts=Komentosarjat +statsPageXHRs=XHRs +statsPageFrames=Kehykset +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> +statsPageRefresh=Päivitä +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Ulkoasu +settingsMatrixDisplayTextSizePrompt=Tekstikoko: +settingsMatrixDisplayTextSizeNormal=Normaali +settingsMatrixDisplayTextSizeLarge=Suuri +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Läpinäkyvyys +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Muokkaa +userRulesEditSave=Tallenna +userRulesEditDicard=Hylkää +userRulesImport=Tuo tiedostosta... +userRulesExport=Vie tiedostoon... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Käytä muutoksia +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Päivitä nyt +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parsi +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Lähdekoodi (GPLv3) +aboutIssues=Bugit ja ongelmat +aboutContributors=Kehittäjät ja avustajat +aboutCodeContributors=Koodi: +aboutIssueContributors=Ongelmat: +aboutTranslationContributors=Käännökset: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Palaa +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/fil/messages.properties b/locale/fil/messages.properties new file mode 100644 index 0000000..ac1e6b8 --- /dev/null +++ b/locale/fil/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Mga Setting +privacyPageName=Privacy +statsPageName=Istatistika +userRulesPageName=Ang aking mga panuntunan +ubiquitousRulesPageName=Mga host file +rawSettingsPageName=More +aboutPageName=Tungkol sa +allPrettyName=lahat +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=larawan +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=iba pa +matrixNoNetTrafficPrompt=Walang nakikitang trapiko sa net para sa tab na ito sa ngayon. +matrixMtxButtonTip=Huwag paganahin / paganahin ang pag-filter ng matris para sa saklaw na ito. +matrixPersistButtonTip=I-save ang lahat ng mga pansamantalang pagbabago para sa saklaw na ito. +matrixRevertButtonTip=Ibalik ang mga pansamantalang pagbabago para sa saklaw na ito. +matrixReloadButton=I-reload ang pahina.\nPindutin ang Shift upang lampasan ang cache ng browser. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} naka-blacklist na hostname (s) +matrixSwitchNoMixedContent=Ipagbawal ang halo-halong nilalaman +matrixSwitchNoWorker=Ipagbawal ang mga web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +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 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> ang mga pagtatangka ay napawalang-saysay:{{count}} +statsPageCookiesRemoved=Inalis na mga lokal na cookies: {{count}} +statsPageLocalStoragesCleared=<a href = 'http: //diveintohtml5.info/storage.html'> Mga lokal na storage </a> ay walang laman: {{count}} +statsPageBrowserCacheCleared=Naka-clear ang mga cache ng browser: {{count}} +statsPageDetailedStats=Detalyadong istatistika +statsPageDetailedAllPages=Lahat +statsPageDetailedBehindTheScenePage=Sa likod ng mga eksena +statsPageOverview=Pangkalahatang-ideya +statsPageRequests=Mga Hiling +statsPageAllowed=Pinayagan +statsPageBlocked=Naka-block +statsPageAll=Lahat +statsPagePages=Mga Pahina +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Mga Larawan +statsPagePlugins=Mga Plugin +statsPageScripts=Mga Script +statsPageXHRs=Mga XHR +statsPageFrames=Mga Frame +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Laki ng teksto: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Malaki +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Kaginhawaan +settingsDefaultScopeLevel=Pangunahing antas ng saklaw: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Kapag isinara ang matrix, ang smart na i-reload ang mga tab na ito: +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. +settingsSubframeColor=Blocked frames: Kulay +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Ipakita ang bilang ng mga natatanging kahilingan sa icon +settingsCollapseBlocked=I-collapse ang mga placeholder ng mga naka-block na elemento +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Tanggalin ang nilalamang <a href='https://en.wikipedia.org/wiki/Web_storage'> lokal na imbakan </a> na itinakda ng mga naka-block na mga hostname +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p> Ang pag-audit ng hyperlink ay isang mekanismo na nagbibigay-daan sa isang partido, <b> anumang partido </b>, na ipaalam kung anong link ang na-click ng isang user sa isang partikular na web page. Ito ay talagang isang tampok sa pagsubaybay: pinapayagan nito ang isang web site, o anumang ikatlong partido sa web site na iyon, na ipaalam kung aling link ang iyong na-click sa alin sa mga web page nito. Ang tanging layunin ay upang masubaybayan ang iyong aktibidad sa pagba-browse. </p> +userRulesPermanentHeader=Permanenteng panuntunan +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Ibalik +userRulesCommit=Commit +userRulesEdit=I-edit +userRulesEditSave=I-save +userRulesEditDicard=Itapon +userRulesImport=Mag-import mula sa file... +userRulesExport=I-export upang mag-file... +userRulesFormatHint=Tingnan ang pahinang ito para sa syntax ng panuntunan. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Ang lahat ng mga hostname sa isang nagho-host na file ay nai-load bilang naka-blacklist na mga hostname sa global na saklaw. +hostsFilesStats={{blockedHostnameCount}} naiiba ang nai-block na mga hostname mula sa: +hostsFilesPerFileStats={{used}} na ginamit sa {{total}} +hostsFilesLastUpdate=Huling pag-update: {{ago}} +hostsFilesApplyChanges=Mag-apply ng mga pagbabago +hostsFilesAutoUpdatePrompt=I-auto-update ang mga hosts files. +hostsFilesUpdateNow=I-update ngayon +hostsFilesPurgeAll=Tanggalin ang lahat ng mga cache +hostsFilesExternalListsHint=Isang URL sa bawat linya. Mga prefix na linya na may ‘#’ hindi papansinin. Ang di-wastong mga URL ay tahimik na hindi papansinin. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Ginamit ang imbakan: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Mga kontribyutor +aboutCodeContributors=Code: +aboutIssueContributors=Mga isyu: +aboutTranslationContributors=Mga Pagsasalin: +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? +aboutRestoreError=Ang data ay hindi mabasa o hindi wasto +aboutOr=... o ... +aboutResetButton=I-reset sa mga default na setting +aboutResetConfirm=Mag-ingat! aalisin nito ang lahat ng iyong mga pasadyang setting. Sigurado ka bang gusto mong magpatuloy? +loggerFilterInputPlaceholder=(mga) expression ng filter +loggerMaxEntriesTip=Pinakamataas na bilang ng mga entry +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: +mainBlockedPrompt2=Dahil sa sumusunod na tuntunin +mainBlockedBack=Bumalik +mainBlockedClose=Isara +commandRevertAll=Ibalik ang lahat ng mga pansamantalang pagbabago +commandWhitelistPageDomain=Pansamantalang i-whitelist ang domain ng pahina +commandWhitelistAll=Pansamantalang i-whitelist lahat +commandOpenDashboard=Buksan ang dashboard +elapsedOneMinuteAgo=isang minuto ang nakalipas +elapsedManyMinutesAgo={{value}} mga minuto ang nakalipas +elapsedOneHourAgo=isang oras ang nakalipas +elapsedManyHoursAgo={{value}} mga oras na nakalipas +elapsedOneDayAgo=kahapon +elapsedManyDaysAgo={{value}} mga araw na nakalipas +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=I-export sa cloud storage +cloudPull=Mag-import mula sa cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=Ang pangalan ng device na ito: +genericSubmit=Ipasa +genericRevert=Ibalik +errorCantConnectTo=Error sa network: Hindi nakakonekta sa {{url}} +genericApplyChanges=Apply changes diff --git a/locale/fr/messages.properties b/locale/fr/messages.properties new file mode 100644 index 0000000..7c59fe7 --- /dev/null +++ b/locale/fr/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Tableau de bord +loggerPageName=uMatrix — Journal +settingsPageName=Paramètres +privacyPageName=Confidentialité +statsPageName=Statistiques +userRulesPageName=Mes règles +ubiquitousRulesPageName=Fichiers hosts +rawSettingsPageName=Plus +aboutPageName=À propos +allPrettyName=Tout +cookiePrettyName=Cookie +cssPrettyName=CSS +imagePrettyName=Image +mediaPrettyName=Média +pluginPrettyName=Plug-in +scriptPrettyName=Script +xhrPrettyName=XHR +framePrettyName=Frame +otherPrettyName=Autre +matrixNoNetTrafficPrompt=Aucune activité réseau n'a été observée sur cet onglet pour l'instant. +matrixMtxButtonTip=Désactiver/Activer les filtres matriciels pour le contexte actuel +matrixPersistButtonTip=Conserver définitivement les changements du contexte actuel +matrixRevertButtonTip=Annuler les changements temporaires (contexte actuel) +matrixReloadButton=Actualiser la page\nAppuyez sur Maj pour contourner le cache du navigateur +matrix1stPartyLabel=Domaine de la page +matrixBlacklistedHostnames={{count}} nom(s) de domaine bloqué(s) +matrixSwitchNoMixedContent=Interdire du contenu mixte +matrixSwitchNoWorker=Interdire les scripts de type Web worker +matrixSwitchReferrerSpoof=Modifier le Référant HTTP +matrixSwitchNoscriptSpoof=Modifier les balises <code><noscript></code> +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 +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}} +statsPageHyperlinkAuditingFoiled=Nombre d'<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Audits hyperliens</a> bloqués : {{count}} +statsPageCookiesRemoved=Nombre de Cookies locaux supprimés : {{count}} +statsPageLocalStoragesCleared=Nombre de <a href='https://fr.wikipedia.org/wiki/Stockage_web_local'>Stockages web locaux</a> effacés : {{count}} +statsPageBrowserCacheCleared=Nombre de fois où le cache du navigateur a été vidé : {{count}} +statsPageDetailedStats=Statistiques détaillées +statsPageDetailedAllPages=Toutes les pages +statsPageDetailedBehindTheScenePage=Requêtes en coulisses du navigateur +statsPageOverview=Vue d'ensemble +statsPageRequests=Requêtes +statsPageAllowed=Autorisées +statsPageBlocked=Bloquées +statsPageAll=Tout +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Actualiser +settingsPageTitle=uMatrix – Réglages +settingsMatrixDisplayHeader=Matrice +settingsMatrixDisplayTextSizePrompt=Taille du texte : +settingsMatrixDisplayTextSizeNormal=Normale +settingsMatrixDisplayTextSizeLarge=Grande +settingsMatrixDisplayColorBlind=Mode Daltonien +settingsMatrixConvenienceHeader=Ergonomie +settingsDefaultScopeLevel=Niveau de contexte par défaut : +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domaine +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=À la fermeture post-édition de la matrice, recharger si nécessaire : +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. +settingsSubframeColor=Couleur pour les <i>frames</i> bloquées : +settingsSubframeOpacity=Opacité : +settingsIconBadgeEnabled=Montrer le nombre de requêtes distinctes sur l'icône +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é +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Supprimer les <a href='http://fr.wikipedia.org/wiki/Stockage_web_local'>données locales</a> des noms d'hôtes bloqués +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> +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> +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> +privacyProcessHyperlinkAuditingHelp=<p>L'audit hyperlien est un méchanisme qui permet à <b>n'importe quel parti</b> de connaître le lien sur lequel une personne clique dans une page Web précise. C'est surtout une fonctionnalité de pistage, qui peut donc être désactivée sans crainte.</p> +userRulesPermanentHeader=Règles permanentes +userRulesTemporaryHeader=Règles temporaires +userRulesRevert=Rétablir +userRulesCommit=Appliquer +userRulesEdit=Éditer +userRulesEditSave=Enregistrer +userRulesEditDicard=Annuler +userRulesImport=Importer à partir du fichier +userRulesExport=Exporter vers un fichier +userRulesFormatHint=Consultez cette page Web pour connaître la syntaxe des règles. +userRulesDefaultFileName=mes-regles-umatrix.txt +hostsFilesPrompt=Tout nom de domaine énuméré dans un des fichiers choisis ci-dessous est bloqué dans le contexte global (*). +hostsFilesStats={{blockedHostnameCount}} nom(s) de domaine distinct(s) bloqué(s) depuis : +hostsFilesPerFileStats={{used}} utilisé(s) sur un total de {{total}} +hostsFilesLastUpdate=Dernière mise à jour effectuée il y a : {{ago}} +hostsFilesApplyChanges=Appliquer les modifications +hostsFilesAutoUpdatePrompt=Mettre à jour les fichiers hosts automatiquement +hostsFilesUpdateNow=Mettre à jour maintenant +hostsFilesPurgeAll=Vider tous les caches +hostsFilesExternalListsHint=Une URL par ligne. Les lignes commençant par ‘#’ seront ignorées. Une URL invalide sera automatiquement ignorée. +hostsFilesExternalListsParse=Valider +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> +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> +aboutCode=Code Source (Licence GPLv3, en Anglais) +aboutIssues=Problèmes +aboutContributors=Contributeurs +aboutCodeContributors=Code : +aboutIssueContributors=Problèmes : +aboutTranslationContributors=Traductions : +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 ? +aboutRestoreError=Les données ne peuvent être lues ou sont invalides +aboutOr=Ou alors, vous pouvez... +aboutResetButton=Revenir aux paramètres par défaut +aboutResetConfirm=Attention ! Cela supprimera tous vos paramétrages personnels. Désirez-vous vraiment réinitialiser ? +loggerFilterInputPlaceholder=Expression(s) de filtre +loggerMaxEntriesTip=Nombre maximum d'entrées +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 : +mainBlockedPrompt2=À cause de la règle suivante +mainBlockedBack=Retour +mainBlockedClose=Fermer +commandRevertAll=Annuler toutes les modifications temporaires +commandWhitelistPageDomain=Mettre temporairement en liste blanche le domaine de la page visitée +commandWhitelistAll=Tout mettre temporairement en liste blanche +commandOpenDashboard=Ouvrir le Tableau de bord +elapsedOneMinuteAgo=une minute +elapsedManyMinutesAgo={{value}} minutes +elapsedOneHourAgo=une heure +elapsedManyHoursAgo={{value}} heures +elapsedOneDayAgo=un jour +elapsedManyDaysAgo={{value}} jours +showDashboardButton=Tableau de bord +showLoggerButton=Journal des requêtes +cloudPush=Exporter vers le stockage dans le nuage +cloudPull=Importer depuis le stockage dans le nuage +cloudNoData=...\n... +cloudDeviceNamePrompt=Nom de ce périphérique : +genericSubmit=Appliquer +genericRevert=Rétablir +errorCantConnectTo=Erreur réseau : Ne peut se connecter à {{url}} +genericApplyChanges=Appliquer diff --git a/locale/gu/messages.properties b/locale/gu/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/gu/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/he/messages.properties b/locale/he/messages.properties new file mode 100644 index 0000000..51cb4f3 --- /dev/null +++ b/locale/he/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — פאנל הקונפיגורציות +loggerPageName=uMatrix — מתעד הבקשות +settingsPageName=הגדרות +privacyPageName=פרטיות +statsPageName=סטטיסטיקות +userRulesPageName=החוקים שלי +ubiquitousRulesPageName=קבצי Hosts +rawSettingsPageName=More +aboutPageName=אודות +allPrettyName=הכל +cookiePrettyName=עוגייה +cssPrettyName=CSS +imagePrettyName=תמונה +mediaPrettyName=מדיה +pluginPrettyName=פלאגין +scriptPrettyName=סקריפט +xhrPrettyName=XHR +framePrettyName=מסגרת +otherPrettyName=אחר +matrixNoNetTrafficPrompt=לא נצפו פעולות רשת בלשונית זו עד לעכשיו. +matrixMtxButtonTip=כבה/אפשר מטריצת פילטור עבור טווח זה. +matrixPersistButtonTip=שמור את כל השינויים הזמניים עבור טווח זה. +matrixRevertButtonTip=מחק שינויים זמניים עבור טווח זה. +matrixReloadButton=טען מחדש את העמוד.\nהחזק את מקש ה Shift על מנת להתעלם מזיכרון מטמון של הדפדפן. +matrix1stPartyLabel=צד ראשון +matrixBlacklistedHostnames={{count}} דומיין(ים) חסום(ים) +matrixSwitchNoMixedContent=מצב HTTPS נוקשה +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=זיוף מפנה +matrixSwitchNoscriptSpoof=זיוף תגיות <code><noscript></code> +matrixRevertAllEntry=מחק את כל השינויים הזמניים +matrixLoggerMenuEntry=עבור למתעד +matrixDashboardMenuEntry=עבור לפאנל הקונפיגורציות +matrixNoTabFound=לא נמצא עמוד +statsPageTitle=uMatrix – סטטיסטיקות +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}} +statsPageHyperlinkAuditingFoiled=ניסיונות <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> שסוכלו: {{count}} +statsPageCookiesRemoved=מחיקות של עוגיות מקומיות: {{count}} +statsPageLocalStoragesCleared=ריקונים של <a href='http://diveintohtml5.info/storage.html'>אחסונים לוקליים</a>: {{count}} +statsPageBrowserCacheCleared=מחיקות של זיכרון מטמון: {{count}} +statsPageDetailedStats=סטטיסטיקות מפורטות +statsPageDetailedAllPages=כל הדפים +statsPageDetailedBehindTheScenePage=מאחורי הקלעים +statsPageOverview=סקירה כללית +statsPageRequests=בקשות +statsPageAllowed=מאופשרות +statsPageBlocked=חסומות +statsPageAll=כולן +statsPagePages=דפים +statsPageCookies=עוגיות +statsPageCSS=CSS +statsPageImages=תמונות +statsPagePlugins=פלאגינים +statsPageScripts=סקריפטים +statsPageXHRs=XHRs +statsPageFrames=מסגרות +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> +statsPageRefresh=רענן +settingsPageTitle=uMatrix – הגדרות +settingsMatrixDisplayHeader=מטריצה +settingsMatrixDisplayTextSizePrompt=גודל טקסט: +settingsMatrixDisplayTextSizeNormal=רגיל +settingsMatrixDisplayTextSizeLarge=גדול +settingsMatrixDisplayColorBlind=ידידותי לעיוורי צבעים +settingsMatrixConvenienceHeader=נוחות +settingsDefaultScopeLevel=רמת הגדרות דיפולטיבית: +settingsDefaultScopeLevel0=גלובלי +settingsDefaultScopeLevel1=דומיין +settingsDefaultScopeLevel2=אתר +settingsMatrixAutoReloadPrompt=לאחר סגירת המטריצה, טען מחדש בצורה חכמה את הלשוניות הבאות: +settingsMatrixAutoReloadNone=ללא +settingsMatrixAutoReloadCurrent=נוכחי +settingsMatrixAutoReloadAll=כולם +settingsMatrixAutoReloadInfo=בכל פעם שאתה עושה שינויים במטריצה אשר יכולים להשפיע על ההצגה ו/או התנהגות של דף או יותר, <i>uMatrix</i> יטען מחדש את העמודים המושפעים אוטומטית כשתסגור את המטריצה. +settingsSubframeColor=מסגרות חסומות: צבע +settingsSubframeOpacity=אטימות +settingsIconBadgeEnabled=הראה את מספר הבקשות החסומות הייחודיות על האייקון +settingsCollapseBlocked=הסתר את המקום שנשאר מחסימה של אלמנטים +settingsCollapseBlacklisted=Collapse placeholder of blacklisted elements +settingsNoscriptTagsSpoofed=זייף תגיות <code><noscript></code> כאשר סקריפטים צד-1 חסומים +settingsCloudStorageEnabled=אפשר תמיכת אחסון ענן +privacyPageTitle=uMatrix – פרטיות +privacyDeleteBlockedCookiesPrompt=מחק עוגיות חסומות. +privacyDeleteBlockedCookiesHelp=<p>עוגיות ברשימה השחורה לא נמנעות על ידי <i>uMatrix</i> מלהיכנס לדפדפן שלך. אולם הן כן מנועות מלצאת מהדפדפן שלך, וזה מה שחשוב באמת. לא לחסום עוגיות לפני שהן נכנסות לדפדפן שלך נותן לך את ההזדמנות להיות מודע לכך שאתר ניסה להשתמש בעוגיות, ויתר על כן כדי לבדוק את תוכנם, אם תרצה.</p><p>כאשר <i>uMatrix</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> +privacyDeleteBlockedLocalStoragePrompt=מחק <a href='https://en.wikipedia.org/wiki/Web_storage'>איחסונים לוקאליים</a> שנרשמו על ידי דומיינים חסומים +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> +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 הוא צד שלישי לשם הדומיין של בקשת הרשת. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing זהו מנגנון אשר מאפשר לצד, <b>כל צד</b>, להיות מודע על איזה קישור בדיוק המשתמש לחץ בדף אינטרנט ספציפי. במהות שלו זוהי תכונת מעקב: היא מאפשרת לדף אינטרנט, או לכל אתר צד שלישי לדף אינטרנט זה, להיות מודע לגבי איזה קישור לחצת באיזה דף של האתר שלהם. המטרה היחידה היא לעקוב אחר פעילות הגלישה שלך.</p> +userRulesPermanentHeader=חוקים קבועים +userRulesTemporaryHeader=חוקים זמניים +userRulesRevert=החזר למצב הקודם +userRulesCommit=החל +userRulesEdit=ערוך +userRulesEditSave=שמור +userRulesEditDicard=בטל +userRulesImport=ייבא מקובץ... +userRulesExport=ייצא לקובץ... +userRulesFormatHint=ראה דף זה עבור הסינטקס (התחביר) של החוקים. +userRulesDefaultFileName=חוקי-המטריצה-שלי.txt +hostsFilesPrompt=כל הדומיינים בקובץ ה hosts נטענים כחסומים בטווח הגלובלי. +hostsFilesStats={{blockedHostnameCount}} דומיינים שונים חסומים מ: +hostsFilesPerFileStats={{used}} בשימוש מתוך {{total}} +hostsFilesLastUpdate=עדכון אחרון: {{ago}} +hostsFilesApplyChanges=החל שינויים +hostsFilesAutoUpdatePrompt=עדכן אוטומטית את קבצי ה hosts. +hostsFilesUpdateNow=עדכן כעת +hostsFilesPurgeAll=נקה את כל זיכרוני המטמון +hostsFilesExternalListsHint=כתובת אחת בכל שורה. שורות עם קידומת ‘#’ לא יפורשו. כתובות לא חוקיות לא יפורשו ולא תהיה התראה לכך. +hostsFilesExternalListsParse=פרסר +hostsFilesExternalListPurge=נקה זיכרון מטמון +hostsFilesExternalListNew=גרסה חדשה זמינה +hostsFilesExternalListObsolete=לא עדכני +rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>רשימת שינויים</a> +aboutStorageUsed=אחסון בשימוש: {{storageUsed}} בתים +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>דוקומנטציה</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>הרשאות</a> +aboutCode=קוד מקור (GPLv3) +aboutIssues=באגים ובעיות +aboutContributors=תורמים +aboutCodeContributors=קוד: +aboutIssueContributors=בעיות: +aboutTranslationContributors=תרגומים: +aboutUserDataHeader=המידע שלך +aboutBackupButton=גבה לקובץ... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=שחזר מקובץ... +aboutRestoreConfirm=כל ההגדרות שלך יוחלפו בנתונים שגובו ב {{time}}, ו uMatrix יופעל מחדש.\n\nהאם להחליף את כל ההגדרות הקיימות בנתונים המגובים? +aboutRestoreError=לא הוצלח לקרוא את המידע או שהינו פגום +aboutOr=... או ... +aboutResetButton=אפס להגדרות ברירת מחדל +aboutResetConfirm=אזהרה! פעולה זו תוביל למחיקה של כל ההגדרות המותאמות אישית שלך. האם אתה בטוח שאתה רוצה להמשיך? +loggerFilterInputPlaceholder=ביטוי(י) פילטור +loggerMaxEntriesTip=מספר רשומות מקסימליות +loggerEntryCookieDeleted=עוגייה נמחקה: {{value}} +loggerEntryDeleteCookieError=נכשל במחיקת העוגייה: {{value}} +loggerEntryBrowserCacheCleared=זיכרון מטמון נמחק +loggerEntryAssetUpdated=הנכס עודכן: {{value}} +mainBlockedPrompt1=uMatrix מנע מהעמוד הבא מלהיטען: +mainBlockedPrompt2=בגלל החוק הבא +mainBlockedBack=חזור +mainBlockedClose=סגור +commandRevertAll=מחק את כל ההגדרות הזמניות +commandWhitelistPageDomain=זמנית הרשה את דף הדומיין +commandWhitelistAll=זמנית הרשה הכל +commandOpenDashboard=פתח את פאנל הקונפיגורציות +elapsedOneMinuteAgo=לפני דקה +elapsedManyMinutesAgo=לפני {{value}} דקות +elapsedOneHourAgo=לפני שעה +elapsedManyHoursAgo=לפני {{value}} שעות +elapsedOneDayAgo=לפני יום +elapsedManyDaysAgo=לפני {{value}} ימים +showDashboardButton=פאנל הקונפיגורציות +showLoggerButton=מתעד +cloudPush=ייצא לאחסון ענן +cloudPull=ייבא מתוך אחסון ענן +cloudNoData=...\n... +cloudDeviceNamePrompt=שם התקן זה: +genericSubmit=שלח +genericRevert=שחזר +errorCantConnectTo=שגיאת רשת: לא הוצלח להתחבר ל {{url}} +genericApplyChanges=Apply changes diff --git a/locale/hi/messages.properties b/locale/hi/messages.properties new file mode 100644 index 0000000..b79e657 --- /dev/null +++ b/locale/hi/messages.properties @@ -0,0 +1,179 @@ +extName=µमैट्रिक्स +dashboardPageName=µमैट्रिक्स— डैशबोर्ड +loggerPageName=uMatrix — Logger +settingsPageName=सेटिंग्स +privacyPageName=गोपनीयता +statsPageName=आंकड़े +userRulesPageName=मेरे नियम +ubiquitousRulesPageName=होस्ट फ़ाइलें +rawSettingsPageName=More +aboutPageName=जानकारी +allPrettyName=सभी +cookiePrettyName=कुकीज़ +cssPrettyName=सीएसएस +imagePrettyName=छवि +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=लिपि +xhrPrettyName=XHR +framePrettyName=ढांचा +otherPrettyName=अन्य +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=सभी +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=संक्षिप्त अवलोकन +statsPageRequests=Requests +statsPageAllowed=अनुमति है +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=रिफ्रेश +settingsPageTitle=µMatrix – सेटिंग्स +settingsMatrixDisplayHeader=दिखावट +settingsMatrixDisplayTextSizePrompt=पाठ का आकार +settingsMatrixDisplayTextSizeNormal=नोर्मल +settingsMatrixDisplayTextSizeLarge=बड़ा +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/hr/messages.properties b/locale/hr/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/hr/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/hu/messages.properties b/locale/hu/messages.properties new file mode 100644 index 0000000..6c055ac --- /dev/null +++ b/locale/hu/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Vezérlőpult +loggerPageName=uMatrix — Napló +settingsPageName=Beállítások +privacyPageName=Adatvédelem +statsPageName=Statisztika +userRulesPageName=Saját szabályok +ubiquitousRulesPageName=Tiltólisták +rawSettingsPageName=Több +aboutPageName=Névjegy +allPrettyName=mind +cookiePrettyName=sütik +cssPrettyName=css +imagePrettyName=kép +mediaPrettyName=média +pluginPrettyName=bővítmény +scriptPrettyName=szkript +xhrPrettyName=XHR +framePrettyName=keret +otherPrettyName=egyéb +matrixNoNetTrafficPrompt=Eddig még nincs ehhez a laphoz tartozó adatátvitel. +matrixMtxButtonTip=Mátrixszűrés engedélyezése/tiltása ebben a hatáskörben. +matrixPersistButtonTip=Minden ideiglenes változtatás mentése ebben a hatáskörben. +matrixRevertButtonTip=Ideiglenes változtatások visszavonása ebben a hatáskörben. +matrixReloadButton=Oldal újratöltése. +matrix1stPartyLabel=Aktuális domain +matrixBlacklistedHostnames={{count}} tiltott hostnév +matrixSwitchNoMixedContent=Kevert tartalom tiltása +matrixSwitchNoWorker=Web worker-ek tiltása +matrixSwitchReferrerSpoof=<code>Referer</code> header hamisítása +matrixSwitchNoscriptSpoof=<code><noscript></code> tagek felülírása +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 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing'>Hiperlink-auditálási</a> kísérletek blokkolva: {{count}} +statsPageCookiesRemoved={{count}} helyi süti eltávolítva +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Helyi tárolók</a> kiürítve: {{count}} +statsPageBrowserCacheCleared=Böngésző gyorsítótára törölve: {{count}} +statsPageDetailedStats=Részletes statisztika +statsPageDetailedAllPages=Mind +statsPageDetailedBehindTheScenePage=A háttérben +statsPageOverview=Áttekintés +statsPageRequests=Lekérések +statsPageAllowed=Engedélyezett +statsPageBlocked=Blokkolt +statsPageAll=Mind +statsPagePages=Oldalak +statsPageCookies=Sütik +statsPageCSS=CSS +statsPageImages=Képek +statsPagePlugins=Bővítmények +statsPageScripts=Szkriptek +statsPageXHRs=XHR-ek +statsPageFrames=Keretek +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> +statsPageRefresh=Frissítés +settingsPageTitle=uMatrix – Beállítások +settingsMatrixDisplayHeader=Megjelenés +settingsMatrixDisplayTextSizePrompt=Betűméret: +settingsMatrixDisplayTextSizeNormal=Normál +settingsMatrixDisplayTextSizeLarge=Nagy +settingsMatrixDisplayColorBlind=Színtévesztőbarát mód +settingsMatrixConvenienceHeader=Kényelmi beállítások +settingsDefaultScopeLevel=Hatáskör alapértelmezett szintje: +settingsDefaultScopeLevel0=Globális +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Weboldal +settingsMatrixAutoReloadPrompt=A mátrix bezárásával a következő lapok intelligens újratöltése: +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. +settingsSubframeColor=Blokkolt keret: Szín +settingsSubframeOpacity=Áttetszőség +settingsIconBadgeEnabled=Jelenjen meg az egyedi lekérések száma az ikonon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Blokkolt hostnevek által <a href='https://en.wikipedia.org/wiki/Web_storage'>helyileg tárolt</a> adatok törlése +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>A hiperlink-auditálás egy olyan mechanizmus, ami egy hardmadik- <b>vagy bármely</b> fél számára lehetővé teszi, hogy visszajelzést kapjanak egy a felhasználó által az oldalon lévő linkre történő kattintásról. Lényegében ez egy követési módszer: lehetővé teszi egy oldalnak, vagy bármely harmadik fél számára, hogy tudomást szerezzenek arról, hogy a felhasználó melyik linkre kattintott az oldalon. Egyetlen célja, hogy a felhasználó böngészési aktivitását nyomonkövesse.</p> +userRulesPermanentHeader=Állandó szabályok +userRulesTemporaryHeader=Átmeneti szabályok +userRulesRevert=Visszaállítás +userRulesCommit=Alkalmaz +userRulesEdit=Szerkesztés +userRulesEditSave=Mentés +userRulesEditDicard=Elvetés +userRulesImport=Importálás fájlból... +userRulesExport=Exportálás fájlba... +userRulesFormatHint=A szintaktikai szabályok az alábbi oldalon találhatók. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Egy hosts fájlban található összes bejegyzés tiltott hostnév lesz a globális hatáskörre nézve. +hostsFilesStats={{blockedHostnameCount}} különböző hostnév blokkolva a következő listák alapján: +hostsFilesPerFileStats={{used}} használatban {{total}} közül +hostsFilesLastUpdate=Utoljára frissítve: {{ago}} +hostsFilesApplyChanges=Módosítások alkalmazása +hostsFilesAutoUpdatePrompt=Hosts fájlok automatikus frissítése. +hostsFilesUpdateNow=Frissítés +hostsFilesPurgeAll=Minden gyorsítótár ürítése +hostsFilesExternalListsHint=Soronként egy URL. A ‘#’ karakterrel kezdődő sorok figyelmen kívül lesznek hagyva. Az érvénytelen URL-ek hibaüzenet nélkül figyelmen kívül lesznek hagyva. +hostsFilesExternalListsParse=Elemzés +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> +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> +aboutCode=Forráskód (GPLv3) +aboutIssues=Bugok és problémák +aboutContributors=Közreműködők +aboutCodeContributors=Kód: +aboutIssueContributors=Problémák: +aboutTranslationContributors=Fordítások: +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? +aboutRestoreError=Nem olvasható vagy érvénytelen adat +aboutOr=... vagy ... +aboutResetButton=Alapbeállítások visszaállítása +aboutResetConfirm=Vigyázat! A kiegészítő minden egyéni beállítása eltávolításra fog kerülni. Biztosan ezt tegyem? +loggerFilterInputPlaceholder=szűrő kifejezés(ek) +loggerMaxEntriesTip=Maximális bejegyzések száma +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: +mainBlockedPrompt2=A következő szabály miatt +mainBlockedBack=Vissza +mainBlockedClose=Bezár +commandRevertAll=Minden ideiglenes változtatás törlése +commandWhitelistPageDomain=Az oldal domainjének ideiglenes engedélyezése +commandWhitelistAll=Minden domain ideiglenes engedélyezése +commandOpenDashboard=Vezérlőpult megnyitása +elapsedOneMinuteAgo=egy perce +elapsedManyMinutesAgo={{value}} perce +elapsedOneHourAgo=egy órája +elapsedManyHoursAgo={{value}} órája +elapsedOneDayAgo=egy napja +elapsedManyDaysAgo={{value}} napja +showDashboardButton=Vezérlőpult +showLoggerButton=Napló +cloudPush=Exportálás a felhőszolgáltatásba +cloudPull=Importálás a felhőszolgáltatásból +cloudNoData=...\n... +cloudDeviceNamePrompt=Eszköz neve: +genericSubmit=Küldés +genericRevert=Visszaállítás +errorCantConnectTo=Hálózati hiba: {{url}} betöltése sikertelen +genericApplyChanges=Módosítások alkalmazása diff --git a/locale/id/messages.properties b/locale/id/messages.properties new file mode 100644 index 0000000..50eac49 --- /dev/null +++ b/locale/id/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dasbor +loggerPageName=uMatrix — Logger +settingsPageName=Pengaturan +privacyPageName=Privasi +statsPageName=Statistik +userRulesPageName=Aturan saya +ubiquitousRulesPageName=Berkas host +rawSettingsPageName=More +aboutPageName=Tentang +allPrettyName=semua +cookiePrettyName=kuki +cssPrettyName=css +imagePrettyName=gmbr +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=skrip +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=lain +matrixNoNetTrafficPrompt=Sejauh ini tidak terlihat lalu lintas jaringan untuk tab ini. +matrixMtxButtonTip=Nonaktif/aktifkan penyaringan matriks untuk lingkup ini. +matrixPersistButtonTip=Simpan semua perubahan sementara untuk lingkup ini. +matrixRevertButtonTip=Kembalikan perubahan sementara untuk lingkup ini. +matrixReloadButton=Muat ulang laman. +matrix1stPartyLabel=pihak pertama +matrixBlacklistedHostnames={{count}} nama host dicekal +matrixSwitchNoMixedContent=HTTPS Ketat +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Pemalsuan perujuk +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Kembalikan semua ubahan sementara +matrixLoggerMenuEntry=Kunjungi pencatat +matrixDashboardMenuEntry=Kunjungi dasbor +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=Percobaan <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>pengauditan pranala</a> digagalkan: {{count}} +statsPageCookiesRemoved=Kuki lokal dibuang: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Penyimpanan lokal</a> dikosongkan: {{count}} +statsPageBrowserCacheCleared=Tembolok peramban dibersihkan: {{count}} +statsPageDetailedStats=Statistik terperinci +statsPageDetailedAllPages=Semua +statsPageDetailedBehindTheScenePage=Di balik layar +statsPageOverview=Tinjauan +statsPageRequests=Permintaan +statsPageAllowed=Diizinkan +statsPageBlocked=Diblokir +statsPageAll=Semua +statsPagePages=Halaman +statsPageCookies=Kuki +statsPageCSS=CSS +statsPageImages=Gambar +statsPagePlugins=Plugin +statsPageScripts=Skrip +statsPageXHRs=XHR +statsPageFrames=Frame +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> +statsPageRefresh=Segarkan +settingsPageTitle=uMatrix – Pengaturan +settingsMatrixDisplayHeader=Tampilan +settingsMatrixDisplayTextSizePrompt=Ukuran teks: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Besar +settingsMatrixDisplayColorBlind=Ramah buta warna +settingsMatrixConvenienceHeader=Nyaman +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Ketika matriks ditutup, muat ulang dengan cerdas tab berikut: +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. +settingsSubframeColor=Frame diblokir: Warna +settingsSubframeOpacity=Kepekatan +settingsIconBadgeEnabled=Tampilkan jumlah permintaan yang berbeda pada ikon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Hapus muatan <a href='https://en.wikipedia.org/wiki/Web_storage'>penyimpanan lokal</a> yang disimpan oleh nama host yang diblokir +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Pengauditan pranala adalah mekanisme yang memperbolehkan satu pihak, <b>pihak manapun</b>, mendapatkan informasi tentang tautan mana yang pengguna klik pada halaman web tertentu. Hal ini pada dasarnya adalah fitur pelacakan: memperbolehkan sebuah situs web, atau pihak ketiga dari situs web tersebut, mendapatkan informasi tentang tautan mana di halaman yang mana yang anda klik pada situs web tersebut. Tujuannya adalah untuk melacak aktifitas penjelajahan anda.</p> +userRulesPermanentHeader=Aturan permanen +userRulesTemporaryHeader=Aturan sementara +userRulesRevert=Kembalikan +userRulesCommit=Tetapkan +userRulesEdit=Sunting +userRulesEditSave=Simpan +userRulesEditDicard=Batal +userRulesImport=Impor dari berkas... +userRulesExport=Ekspor ke berkas... +userRulesFormatHint=Lihat laman ini untuk aturan sintaksis. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Semua nama host di dalam berkas host dimuat sebagai nama host yang dicekal dalam lingkup global. +hostsFilesStats={{blockedHostnameCount}} nama host yang berbeda diblokir dari: +hostsFilesPerFileStats={{used}} digunakan dari {{total}} +hostsFilesLastUpdate=Terakhir diperbarui: {{ago}} +hostsFilesApplyChanges=Terapkan perubahan +hostsFilesAutoUpdatePrompt=Otomatis perbarui berkas host. +hostsFilesUpdateNow=Perbarui sekarang +hostsFilesPurgeAll=Bersihkan semua tembolok +hostsFilesExternalListsHint=Satu URL per baris. Baris yang diawali dengan ‘#’ akan diabaikan. URL yang tidak valid akan diabaikan tanpa peringatan. +hostsFilesExternalListsParse=Uraikan +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> +aboutStorageUsed=Penyimpanan digunakan: {{storageUsed}} bita +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasi</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Perizinan</a> +aboutCode=Kode sumber (GPLv3) +aboutIssues=Kutu dan masalah +aboutContributors=Kontributor +aboutCodeContributors=Kode: +aboutIssueContributors=Masalah: +aboutTranslationContributors=Transliterasi: +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? +aboutRestoreError=Data tidak dapat dibaca atau tidak valid +aboutOr=... atau ... +aboutResetButton=Kembalikan ke pengaturan bawaan +aboutResetConfirm=Peringatan! ini akan membuang semua pengaturan tersesuai anda. Apakah anda yakin ingin melanjutkan? +loggerFilterInputPlaceholder=ekspresi penyaring +loggerMaxEntriesTip=Jumlah maksimum entri +loggerEntryCookieDeleted=kuki dihapus: {{value}} +loggerEntryDeleteCookieError=gagal menghapus kuki: {{value}} +loggerEntryBrowserCacheCleared=tembolok peramban dibersihkan +loggerEntryAssetUpdated=aset diperbarui: {{value}} +mainBlockedPrompt1=uMatrix telah mencegah laman berikut dimuat: +mainBlockedPrompt2=Disebabkan oleh aturan berikut +mainBlockedBack=Kembali +mainBlockedClose=Tutup +commandRevertAll=Kembalikan semua perubahan sementara +commandWhitelistPageDomain=Sementara daftar-putihkan ranah halaman +commandWhitelistAll=Sementara daftar-putihkan semua +commandOpenDashboard=Buka dasbor +elapsedOneMinuteAgo=semenit yang lalu +elapsedManyMinutesAgo={{value}} menit yang lalu +elapsedOneHourAgo=sejam yang lalu +elapsedManyHoursAgo={{value}} jam yang lalu +elapsedOneDayAgo=sehari yang lalu +elapsedManyDaysAgo={{value}} hari yang lalu +showDashboardButton=Dasbor +showLoggerButton=Pencatat +cloudPush=Ekspor ke penyimpanan awan +cloudPull=Impor dari penyimpanan awan +cloudNoData=...\n... +cloudDeviceNamePrompt=Nama perangkat ini: +genericSubmit=Kirim +genericRevert=Kembalikan +errorCantConnectTo=Galat jaringan: Tidak bisa terhubung ke {{url}} +genericApplyChanges=Apply changes diff --git a/locale/it/messages.properties b/locale/it/messages.properties new file mode 100644 index 0000000..2874a27 --- /dev/null +++ b/locale/it/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Pannello di controllo +loggerPageName=uMatrix — Registro +settingsPageName=Opzioni +privacyPageName=Privacy +statsPageName=Statistiche +userRulesPageName=Regole personalizzate +ubiquitousRulesPageName=File di Host +rawSettingsPageName=Altro +aboutPageName=Info +allPrettyName=tutto +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=immagine +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=altro +matrixNoNetTrafficPrompt=Nessun traffico visto per questa tab, per ora. +matrixMtxButtonTip=Disabilita/abilita filtro a matrice per questa pagina.\nRichieste bloccate dal filtro a matrice in questa pagina: {{count}}. +matrixPersistButtonTip=Salva tutti i cambiamenti temporanei per questa pagina. +matrixRevertButtonTip=Rimuovi i cambiamenti temporanei per questa pagina. +matrixReloadButton=Ricarica la pagina. +matrix1stPartyLabel=Dominio corrente +matrixBlacklistedHostnames=Hostname in blacklist +matrixSwitchNoMixedContent=Proibisci i contenuti misti +matrixSwitchNoWorker=Proibisci i web worker +matrixSwitchReferrerSpoof=Spoof referer +matrixSwitchNoscriptSpoof=Spoof dei tag <code><noscript></code> +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 +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}} +statsPageHyperlinkAuditingFoiled=Tentativi sventati di <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>revisione hyperlink</a>: {{count}} +statsPageCookiesRemoved=Cookies locali eliminati: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> svuotati: {{count}} +statsPageBrowserCacheCleared=Cache del browser pulite: {{count}} +statsPageDetailedStats=Statistiche dettagliate +statsPageDetailedAllPages=Tutto +statsPageDetailedBehindTheScenePage=Dietro le quinte +statsPageOverview=Panoramica +statsPageRequests=Richieste +statsPageAllowed=Consentite +statsPageBlocked=Bloccate +statsPageAll=Tutto +statsPagePages=Pagine +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Immagini +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Aggiorna +settingsPageTitle=uMatrix – Impostazioni +settingsMatrixDisplayHeader=Aspetto +settingsMatrixDisplayTextSizePrompt=Dimensione del testo: +settingsMatrixDisplayTextSizeNormal=Normale +settingsMatrixDisplayTextSizeLarge=Grande +settingsMatrixDisplayColorBlind=Adatto ai daltonici +settingsMatrixConvenienceHeader=Comodità +settingsDefaultScopeLevel=Ambito predefinito: +settingsDefaultScopeLevel0=Globale +settingsDefaultScopeLevel1=Dominio +settingsDefaultScopeLevel2=Sito +settingsMatrixAutoReloadPrompt=Quando la matrice è chiusa, ricarica queste schede: +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. +settingsSubframeColor=Frames bloccati: Colore +settingsSubframeOpacity=Opacità +settingsIconBadgeEnabled=Mostra il numero di richieste sull'icona +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Elimina il contenuto del <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> dei nomi host bloccati +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>La revisione degli hyperlink è un meccanismo che consente a una parte, <b>qualsiasi parte</b>, di essere informata su quale link ha cliccato l'utente in una pagina web. Si tratta essenzialmente di una funzione di tracciamento: permette a un sito, o a qualsiasi terza parte di quel sito, di essere informato su quale link hai cliccato su quale delle sue pagine web. L'unico scopo è quello di tracciare la tua attività di navigazione.</p> +userRulesPermanentHeader=Regole permanenti +userRulesTemporaryHeader=Regole temporanee +userRulesRevert=Ripristina +userRulesCommit=Applica +userRulesEdit=Modifica +userRulesEditSave=Salva +userRulesEditDicard=Annulla +userRulesImport=Importa da file... +userRulesExport=Esporta in un file... +userRulesFormatHint=Vedi questa pagina per la sintassi delle regole. +userRulesDefaultFileName=mie-regole-umatrix.txt +hostsFilesPrompt=Tutti i nomi in un file hosts vengono caricati come nomi host bloccati in ambito generale. +hostsFilesStats={{blockedHostnameCount}} nomi host bloccati da: +hostsFilesPerFileStats={{used}} usati su {{total}} +hostsFilesLastUpdate=Ultimo aggiornamento: {{ago}} +hostsFilesApplyChanges=Salva i cambiamenti +hostsFilesAutoUpdatePrompt=Aggiornamento automatico files hosts. +hostsFilesUpdateNow=Aggiorna ora +hostsFilesPurgeAll=Cancella tutte le cache +hostsFilesExternalListsHint=Un URL per riga. Le righe che cominciano con ‘#’ saranno ignorate. Gli Url non validi saranno silenziosamente ignorati. +hostsFilesExternalListsParse=Analizza +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> +aboutStorageUsed=Spazio utilizzato: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentazione</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permessi</a> +aboutCode=Codice sorgente (GPLv3) +aboutIssues=Bugs e problemi +aboutContributors=Collaboratori +aboutCodeContributors=Codice: +aboutIssueContributors=Problemi: +aboutTranslationContributors=Traduzioni: +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? +aboutRestoreError=I dati non possono essere letti o sono invalidi +aboutOr=... o ... +aboutResetButton=Torna ai parametri di default +aboutResetConfirm=Attenzione! Questo rimuoverà tutte le impostazioni personalizzate. Sei sicuro di voler procedere? +loggerFilterInputPlaceholder=espressione/i filtro +loggerMaxEntriesTip=Numero massimo di voci +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: +mainBlockedPrompt2=A causa della regola seguente +mainBlockedBack=Torna indietro +mainBlockedClose=Chiudi +commandRevertAll=Ripristina tutte le modifiche temporanee +commandWhitelistPageDomain=Permetti temporaneamente il dominio +commandWhitelistAll=Permetti temporaneamente tutto +commandOpenDashboard=Apri la dashboard +elapsedOneMinuteAgo=un minuto fa +elapsedManyMinutesAgo={{value}} minuti fa +elapsedOneHourAgo=un'ora fa +elapsedManyHoursAgo={{value}} ore fa +elapsedOneDayAgo=un giorno fa +elapsedManyDaysAgo={{value}} giorni fa +showDashboardButton=Pannello di controllo +showLoggerButton=Registro +cloudPush=Esporta nell'archivio cloud +cloudPull=Importa dall'archivio cloud +cloudNoData=...\n... +cloudDeviceNamePrompt=Il nome del dispositivo: +genericSubmit=Invia +genericRevert=Ripristina +errorCantConnectTo=Errore di rete: Impossibile connettersi a {{url}} +genericApplyChanges=Applica modifiche diff --git a/locale/ja/messages.properties b/locale/ja/messages.properties new file mode 100644 index 0000000..054ed9e --- /dev/null +++ b/locale/ja/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — ダッシュボード +loggerPageName=uMatrix — Logger +settingsPageName=設定 +privacyPageName=プライバシー +statsPageName=統計 +userRulesPageName=My ルール +ubiquitousRulesPageName=ホストファイル +rawSettingsPageName=詳細 +aboutPageName=uMatrix について +allPrettyName=すべて +cookiePrettyName=Cookie +cssPrettyName=CSS +imagePrettyName=画像 +mediaPrettyName=Media +pluginPrettyName=Media +scriptPrettyName=Script +xhrPrettyName=XHR +framePrettyName=Frame +otherPrettyName=その他 +matrixNoNetTrafficPrompt=このタブではネットワークトラフィックを検出できません +matrixMtxButtonTip=このスコープの Matrix フィルタの有効/無効を切り替える +matrixPersistButtonTip=このスコープの一時的な変更をすべて保存する +matrixRevertButtonTip=このスコープの一時的な変更を元に戻す +matrixReloadButton=このページを再読み込みする\nShift キーを押しながら実行すると、キャッシュを無視した再読み込みを行います +matrix1stPartyLabel=1st Party +matrixBlacklistedHostnames={{count}} 件がブラックリストと一致 +matrixSwitchNoMixedContent=混在コンテンツをブロック +matrixSwitchNoWorker=Web Worker をブロック +matrixSwitchReferrerSpoof=リファラの偽装 +matrixSwitchNoscriptSpoof=<code><noscript></code> タグの偽装 +matrixRevertAllEntry=すべての一時的な変更を元に戻す +matrixLoggerMenuEntry=Logger を開く +matrixDashboardMenuEntry=ダッシュボードを開く +matrixNoTabFound=ページが見つかりません +statsPageTitle=uMatrix – 統計 +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}} +statsPageHyperlinkAuditingFoiled=拒否した <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>ハイパーリンク監査</a> の数: {{count}} +statsPageCookiesRemoved=削除した Cookie の数: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storage</a> を空にした数: {{count}} +statsPageBrowserCacheCleared=ブラウザキャッシュを消去した数: {{count}} +statsPageDetailedStats=詳細な統計 +statsPageDetailedAllPages=すべて +statsPageDetailedBehindTheScenePage=バックグラウンドリクエスト +statsPageOverview=概要 +statsPageRequests=リクエスト +statsPageAllowed=許可 +statsPageBlocked=ブロック中 +statsPageAll=すべて +statsPagePages=ページ +statsPageCookies=Cookie +statsPageCSS=CSS +statsPageImages=画像 +statsPagePlugins=Plugins +statsPageScripts=スクリプト +statsPageXHRs=XHRs +statsPageFrames=フレーム +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> +statsPageRefresh=再読み込み +settingsPageTitle=uMatrix – 設定 +settingsMatrixDisplayHeader=外観 +settingsMatrixDisplayTextSizePrompt=文字の大きさ: +settingsMatrixDisplayTextSizeNormal=標準 +settingsMatrixDisplayTextSizeLarge=大きい +settingsMatrixDisplayColorBlind=色覚障害の人に見やすい色で表示する +settingsMatrixConvenienceHeader=利便性 +settingsDefaultScopeLevel=デフォルトのスコープレベル: +settingsDefaultScopeLevel0=グローバル +settingsDefaultScopeLevel1=ドメイン +settingsDefaultScopeLevel2=サイト +settingsMatrixAutoReloadPrompt=Matrix を閉じたとき、これらのタブを再読み込みする: +settingsMatrixAutoReloadNone=なし +settingsMatrixAutoReloadCurrent=現在 +settingsMatrixAutoReloadAll=すべて +settingsMatrixAutoReloadInfo=1 ページ以上に影響を与える変更をしてから Matrix を閉じたときは、<i>uMatrix</i> は影響をうけるページを再読み込みします +settingsSubframeColor=ブロック中のframe: Color +settingsSubframeOpacity=不透明度 +settingsIconBadgeEnabled=アイコンにリクエスト数を表示する +settingsCollapseBlocked=ブロックした要素のプレースホルダを表示しない +settingsCollapseBlacklisted=明示的に拒否した要素のプレースホルダを表示しない +settingsNoscriptTagsSpoofed=訪れているサイトのスクリプトがブロックされている場合に <code><noscript></code> タグを偽装する +settingsCloudStorageEnabled=クラウドストレージのサポートを有効にする +privacyPageTitle=uMatrix – プライバシー +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> +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> +privacyDeleteBlockedLocalStoragePrompt=ブロックしているホストが保存した <a href='https://en.wikipedia.org/wiki/Web_storage'>Local storage</a> を削除する +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> +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 リファラを偽装します。 +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> を拒否する +privacyProcessHyperlinkAuditingHelp=<p>ハイパーリンクの監査は、ユーザーが特定の Web ページ上でどのリンクをクリックしたかを <b>不特定の誰か</b> に通知することを可能にする仕組みです。これは本質的にトラッキングの機能です。あなたがあるリンクをクリックしたとき、それを Web サイト(または第三者)に通知します。この機能の唯一の目的は、あなたのブラウジングを追跡することです。</p> +userRulesPermanentHeader=永続的なルール +userRulesTemporaryHeader=一時的なルール +userRulesRevert=元に戻す +userRulesCommit=コミット +userRulesEdit=編集 +userRulesEditSave=保存 +userRulesEditDicard=破棄 +userRulesImport=ファイルからインポート... +userRulesExport=ファイルへエクスポート... +userRulesFormatHint=ルールの構文については、このページを参照してください。 +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=ホストファイルに記載されたすべてのホストへの、あらゆるリクエストはブロックされます。 +hostsFilesStats={{blockedHostnameCount}} 件のホストをブロックしています: +hostsFilesPerFileStats={{total}} 件のうち {{used}} 件を使用中 +hostsFilesLastUpdate=最終更新日: {{ago}} +hostsFilesApplyChanges=変更を適用する +hostsFilesAutoUpdatePrompt=ホストファイルを自動で更新する +hostsFilesUpdateNow=今すぐアップデート +hostsFilesPurgeAll=すべてのキャッシュをクリア +hostsFilesExternalListsHint=1 行にひとつずつ記述してください。‘#’ で始まる行は無視されます。無効な URL は警告なしに無視されます。 +hostsFilesExternalListsParse=読み込む +hostsFilesExternalListPurge=キャッシュのクリア +hostsFilesExternalListNew=新しいバージョンを利用できます +hostsFilesExternalListObsolete=古い +rawSettingsWarning=警告! これらの内部設定はご自身のリスクにより変更すること。 +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>変更履歴</a> +aboutStorageUsed=使用中のストレージ: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>ドキュメント</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>パーミッションについて</a> +aboutCode=ソースコード (GPLv3) +aboutIssues=バグや問題点 +aboutContributors=協力者 +aboutCodeContributors=ソースコード: +aboutIssueContributors=問題点: +aboutTranslationContributors=翻訳: +aboutUserDataHeader=データ +aboutBackupButton=ファイルにバックアップ... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=ファイルから復元... +aboutRestoreConfirm=すべての設定は {{time}} のバックアップデータで上書きされ、uMatrix が再起動します。\n\nバックアップデータで上書きしますか? +aboutRestoreError=データを読み込めなかったか、無効なデータです +aboutOr=... もしくは ... +aboutResetButton=初期設定に戻す +aboutResetConfirm=注意! 設定はすべて削除されます。続行してもよろしいですか? +loggerFilterInputPlaceholder=フィルタする +loggerMaxEntriesTip=エントリの最大数 +loggerEntryCookieDeleted=削除した Cookie:{{value}} +loggerEntryDeleteCookieError=Cookie の削除に失敗しました:{{value}} +loggerEntryBrowserCacheCleared=ブラウザのキャッシュを削除しました +loggerEntryAssetUpdated=リソースを更新しました:{{value}} +mainBlockedPrompt1=uMatrix はこのページの読み込みをブロックしています: +mainBlockedPrompt2=以下のルールに従う +mainBlockedBack=戻る +mainBlockedClose=閉じる +commandRevertAll=すべての一時的な変更を元に戻す +commandWhitelistPageDomain=このページのドメインを一時的にホワイトリストに登録する +commandWhitelistAll=一時的にすべてホワイトリストに登録 +commandOpenDashboard=ダッシュボードを開く +elapsedOneMinuteAgo=1 分前 +elapsedManyMinutesAgo={{value}} 分前 +elapsedOneHourAgo=1 時間前 +elapsedManyHoursAgo={{value}} 時間前 +elapsedOneDayAgo=1 日前 +elapsedManyDaysAgo={{value}} 日前 +showDashboardButton=ダッシュボード +showLoggerButton=Logger +cloudPush=クラウドストレージにエクスポート +cloudPull=クラウドストレージからインポート +cloudNoData=...\n... +cloudDeviceNamePrompt=このデバイスの名称: +genericSubmit=登録する +genericRevert=元に戻す +errorCantConnectTo=ネットワークエラー: {{url}} に接続できません +genericApplyChanges=変更を適用 diff --git a/locale/kn/messages.properties b/locale/kn/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/kn/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ko/messages.properties b/locale/ko/messages.properties new file mode 100644 index 0000000..b85f569 --- /dev/null +++ b/locale/ko/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=µMatrix — 대시보드 +loggerPageName=uMatrix — 로그 +settingsPageName=설정 +privacyPageName=개인정보 +statsPageName=통계 +userRulesPageName=내 규칙 +ubiquitousRulesPageName=호스트 파일 +rawSettingsPageName=More +aboutPageName=정보 +allPrettyName=전체 +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=이 탭에서는 네트워크 트래픽을 감지 할 수 없습니다. +matrixMtxButtonTip=현재 페이지에 대한 matrix 사용 여부 설정 +matrixPersistButtonTip=현재 페이지 임시 변경 사항 저장 +matrixRevertButtonTip=현재 페이지 임시 변경 사항 초기화 +matrixReloadButton=페이지 새로고침.\nShift를 누르면서 클릭 할 경우 브라우저 캐시를 건너 뜀 +matrix1stPartyLabel=최상위 도메인 +matrixBlacklistedHostnames={{count}} 블럭된 호스트 이름 +matrixSwitchNoMixedContent=전체 HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=참조 주소 위조 +matrixSwitchNoscriptSpoof=<code><noscript></code> 태그 위조 +matrixRevertAllEntry=모든 임시 변경 사항 초기화 +matrixLoggerMenuEntry=로그로 이동 +matrixDashboardMenuEntry=대시보드로 이동 +matrixNoTabFound=웹 페이지를 찾을 수 없습니다. +statsPageTitle=uMatrix – 통계 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=로컬 쿠기 삭제: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>로컬 저장소</a> 삭제한 수: {{count}} +statsPageBrowserCacheCleared=브라우저 케시 삭제: {{count}} +statsPageDetailedStats=상세 통계 +statsPageDetailedAllPages=전체 +statsPageDetailedBehindTheScenePage=백그라운드 요청 +statsPageOverview=요약 +statsPageRequests=리퀘스트 +statsPageAllowed=허용 +statsPageBlocked=차단 +statsPageAll=전체 +statsPagePages=페이지 +statsPageCookies=Cookie +statsPageCSS=CSS +statsPageImages=image +statsPagePlugins=plugin +statsPageScripts=script +statsPageXHRs=XHRs +statsPageFrames=frame +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> +statsPageRefresh=새로고침 +settingsPageTitle=µMatrix – 설정 +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=글자 크기: +settingsMatrixDisplayTextSizeNormal=보통 +settingsMatrixDisplayTextSizeLarge=큼 +settingsMatrixDisplayColorBlind=색약자 설정 +settingsMatrixConvenienceHeader=편의 설정 +settingsDefaultScopeLevel=기본 범위 +settingsDefaultScopeLevel0=전체 +settingsDefaultScopeLevel1=도메인 +settingsDefaultScopeLevel2=사이트 +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=아이콘에 요청 수 표시 +settingsCollapseBlocked=차단 된 요청과 관련된 페이지 콘텐츠를 숨깁니다. +settingsCollapseBlacklisted=블랙리스트와 관련된 페이지 콘텐츠 숨김 +settingsNoscriptTagsSpoofed=웹 페이지의 도메인 스크립트 차단 시 <code><noscript></code> 태그 수정 +settingsCloudStorageEnabled=클라우드 저장소 활성화 +privacyPageTitle=uMatrix – 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> +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> +privacyDeleteBlockedLocalStoragePrompt=차단 호스트 이름으로 설정된 <a href='https://en.wikipedia.org/wiki/Web_storage'>로컬 저장소</a> 삭제 +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> +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. +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> 거부 +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=저장된 규칙 +userRulesTemporaryHeader=임시 규칙 +userRulesRevert=되돌리기 +userRulesCommit=저장 +userRulesEdit=편집 +userRulesEditSave=저장 +userRulesEditDicard=삭제 +userRulesImport=파일에서 가져오기 +userRulesExport=파일로 내보내기... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=호스트 파일에있는 도메인은 글로벌 블랙리스트에 포함됩니다. +hostsFilesStats=차단된 호스트 네임: {{blockedHostnameCount}} +hostsFilesPerFileStats={{total}} 개 중 {{used}} 개 사용 중 +hostsFilesLastUpdate=마지막 업데이트: {{ago}} +hostsFilesApplyChanges=변경사항 적용 +hostsFilesAutoUpdatePrompt=호스트 파일 자동 업데이트 +hostsFilesUpdateNow=지금 업데이트하기 +hostsFilesPurgeAll=케시 초기화 +hostsFilesExternalListsHint=한 줄에 하나의 URL. 시작이 ‘#’ 일 경우 적용되지 않습니다. 유효하지 않은 URL은 자동으로 무시됩니다. +hostsFilesExternalListsParse=읽기 +hostsFilesExternalListPurge=케시 지우기 +hostsFilesExternalListNew=새로운 버전이 나왔습니다 +hostsFilesExternalListObsolete=구버전입니다 +rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>변경사항</a> +aboutStorageUsed=저장공간 사용: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>문서</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>확장기능 요구 권한</a> +aboutCode=Source code (GPLv3) +aboutIssues=오류 혹은 이슈 +aboutContributors=기여자 +aboutCodeContributors=코드: +aboutIssueContributors=이슈: +aboutTranslationContributors=번역: +aboutUserDataHeader=사용자 데이터 +aboutBackupButton=파일로 백업하기... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=파일에서 복원... +aboutRestoreConfirm={{time}} 에 백업된 데이터가 모든 설정을 덮어쓰기한 뒤, uMatrix이 재시작합니다.\n\n존재하는 모든 설정을 백업 데이터로 덮어쓰시겠습니까? +aboutRestoreError=데이터를 읽을 수 없거나 유효하지 않습니다. +aboutOr=... 혹은 ... +aboutResetButton=기본값 설정으로 초기화 +aboutResetConfirm=주의! 모든 개인설정이 제거됩니다. 정말로 계속하시겠습니까? +loggerFilterInputPlaceholder=필터링 +loggerMaxEntriesTip=최대 항목 수 +loggerEntryCookieDeleted=쿠키 삭제: {{value}} +loggerEntryDeleteCookieError=삭제 못 한 쿠키: {{value}} +loggerEntryBrowserCacheCleared=브라우저 케시 삭제 완료 +loggerEntryAssetUpdated=자원 업데이트 완료:{{value}} +mainBlockedPrompt1=uMatrix가 다음 페이지를 불러오지 못하게했습니다. +mainBlockedPrompt2=다음 규칙에 따라 +mainBlockedBack=뒤로 가기 +mainBlockedClose=닫기 +commandRevertAll=모든 임시 변경 사항 초기화 +commandWhitelistPageDomain=이 페이지의 도메인을 임시로 화이트리스트에 등록 하였습니다. +commandWhitelistAll=임시로 모두 허용 목록에 추가 +commandOpenDashboard=대시보드 열기 +elapsedOneMinuteAgo=1분 전 +elapsedManyMinutesAgo={{value}} 분 전 +elapsedOneHourAgo=한시간 전 +elapsedManyHoursAgo={{value}} 시간 전 +elapsedOneDayAgo=어제 +elapsedManyDaysAgo={{value}} 일 전 +showDashboardButton=대시보드 +showLoggerButton=로그 +cloudPush=클라우드에 저장 +cloudPull=클라우드 저장소에서 내려받기 +cloudNoData=...\n... +cloudDeviceNamePrompt=디바이스 이름: +genericSubmit=저장 +genericRevert=되돌리기 +errorCantConnectTo=네트워크 오류: 연결할 수 없습니다 {{url}} +genericApplyChanges=Apply changes diff --git a/locale/lt/messages.properties b/locale/lt/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/lt/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/lv/messages.properties b/locale/lv/messages.properties new file mode 100644 index 0000000..554eb95 --- /dev/null +++ b/locale/lv/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=µMatrix — Vadības panelis +loggerPageName=uMatrix — Logger +settingsPageName=Iestatījumi +privacyPageName=Konfidencialitāte +statsPageName=Statistika +userRulesPageName=Mani noteikumi +ubiquitousRulesPageName=Hostu faili +rawSettingsPageName=More +aboutPageName=Par +allPrettyName=viss +cookiePrettyName=sīkdatne +cssPrettyName=css +imagePrettyName=attēls +mediaPrettyName=media +pluginPrettyName=spraudnis +scriptPrettyName=skripts +xhrPrettyName=XHR +framePrettyName=kadrs +otherPrettyName=cits +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=Viss +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Pārskats +statsPageRequests=Pieprasījumi +statsPageAllowed=Atļauts +statsPageBlocked=Bloķēts +statsPageAll=Viss +statsPagePages=Lapas +statsPageCookies=Sīkdatnes +statsPageCSS=CSS +statsPageImages=Attēli +statsPagePlugins=Spraudņi +statsPageScripts=Skripti +statsPageXHRs=XHRs +statsPageFrames=Rāmji +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> +statsPageRefresh=Atjaunot +settingsPageTitle=µMatrix – Iestatījumi +settingsMatrixDisplayHeader=Izskats +settingsMatrixDisplayTextSizePrompt=Teksta lielums: +settingsMatrixDisplayTextSizeNormal=Normāls +settingsMatrixDisplayTextSizeLarge=Liels +settingsMatrixDisplayColorBlind=Daltoniķiem draudzīgs +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Necaurredzamība +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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=µ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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Atgriezt +userRulesCommit=Commit +userRulesEdit=Rediģēt +userRulesEditSave=Saglabāt +userRulesEditDicard=Atcelt +userRulesImport=Import from file... +userRulesExport=Eksportēt uz failu... +userRulesFormatHint=Apskatīt šo lapu priekš noteikumu sintakses. +userRulesDefaultFileName=mani-umatriksa-noteikumi.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} izmantoti no kopējiem {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Lietot izmaiņas +hostsFilesAutoUpdatePrompt=Automātiski atjaunot resursdatora failus. +hostsFilesUpdateNow=Atjaunināt tagad +hostsFilesPurgeAll=Iztīrīt visas kešatmiņas +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parsēt +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> +aboutStorageUsed=Izmantotā atmiņa: {{storageUsed}} baiti +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Atbalstītāji +aboutCodeContributors=Kods: +aboutIssueContributors=Problēmas: +aboutTranslationContributors=Tulkojumi: +aboutUserDataHeader=Jūsu dati +aboutBackupButton=Dublēt uz failu... +aboutBackupFilename=mana-umatriksa-rezerves-kopija.txt +aboutRestoreButton=Atjaunot no faila... +aboutRestoreConfirm=Visi jūsu iestatījumi tiks pārrakstīti izmantojot rezerves kopijas datus {{time}} and µMatriks tiks restartēts.\n\nPārrakstīt visus esošos iestatījumus izmantojot rezerves kopijas datus? +aboutRestoreError=Datus nevarēja nolasīt vai tie ir nederīgi +aboutOr=... vai ... +aboutResetButton=Atgriezt noklusējuma iestatījumus +aboutResetConfirm=Uzmanību! tiks atcelti visi jūsu izveidotie iestatījumi. Vai vēlaties turpināt? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Atcelt visas pagaidu izmaiņas +commandWhitelistPageDomain=Uz laiku atļaut web lapas domēnu +commandWhitelistAll=Uz laiku atļaut visu +commandOpenDashboard=Atvērt vadības paneli +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Tīkla kļūda: Nespēja savienoties ar {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ml/messages.properties b/locale/ml/messages.properties new file mode 100644 index 0000000..7b94f19 --- /dev/null +++ b/locale/ml/messages.properties @@ -0,0 +1,179 @@ +extName=യുമാട്രിക്സ് +dashboardPageName=യുമാട്രിക്സ് — ഡാഷ്ബോര്ഡ് +loggerPageName=uMatrix — Logger +settingsPageName=സെറ്റിംഗ്സ് +privacyPageName=പ്രൈവസി +statsPageName=സ്റ്ററ്റിസ്റ്റിക്സ് +userRulesPageName=എന്റെ നിയമങ്ങള് +ubiquitousRulesPageName=ഹോസ്റ്റ് ഫയലുകള് +rawSettingsPageName=More +aboutPageName=യുമാട്രിക്സിനെ കുറിച്ച് +allPrettyName=എല്ലാം +cookiePrettyName=കുക്കി +cssPrettyName=സിഎസ്എസ് +imagePrettyName=ചിത്രം +mediaPrettyName=media +pluginPrettyName=പ്ലഗ്ഗിന് +scriptPrettyName=സ്ക്രിപ്റ്റ് +xhrPrettyName=എക്സ്എച്ച്ആര് +framePrettyName=ഫ്രെയിം +otherPrettyName=മറ്റുള്ളവ +matrixNoNetTrafficPrompt=ഈ ടാബില് ഇതുവരെ ഒരു ഗതാഗതവും ഉണ്ടായിട്ടില്ല. +matrixMtxButtonTip=ഈ സ്കോപ്പില് മാട്രിക്സ് ഫില്ട്ടറിംഗ് എനേബിള്/ഡിസേബിള് ചെയ്യുക. +matrixPersistButtonTip=ഈ സ്കോപ്പിലെ എല്ലാ താത്കാലിക മാറ്റങ്ങളും സൂക്ഷിക്കുക. +matrixRevertButtonTip=ഈ സ്കോപ്പിലെ എല്ലാ താത്കാലിക മാറ്റങ്ങളും ഉപേക്ഷിക്കുക. +matrixReloadButton=പേജ് ഒന്നു കൂടി ലോഡ് ചെയ്യുക. +matrix1stPartyLabel=ഒന്നാം കക്ഷി +matrixBlacklistedHostnames={{count}} കരിംപട്ടികയില് ഉള്ള ഹോസ്റ്റുകള് +matrixSwitchNoMixedContent=സ്ട്രിക്റ്റ് എച്ച്ടിടിപിഎസ് +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=റഫറര് അനുകരണം +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=എല്ലാ താത്കാലിക മാറ്റങ്ങളും ഉപേക്ഷിക്കുക +matrixLoggerMenuEntry=ലോഗ്ഗറിലേക്ക് പോകുക +matrixDashboardMenuEntry=ഡാഷ്ബോര്ഡിലേക്ക് പോകുക +matrixNoTabFound=No web page found +statsPageTitle=യുമാട്രിക്സ് – സ്റ്ററ്റിസ്റ്റിക്സ് +statsPageGenericStats=ജനറിക്ക് സ്റ്ററ്റിസ്റ്റിക്സ് +statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>എച്ച്റ്റിറ്റിപി കുക്കി</a> തടഞ്ഞ ഹെഡറുകള്: {{count}} +statsPageRefererHeadersFoiled=തടഞ്ഞ <a href='https://en.wikipedia.org/wiki/HTTP_referer'>എച്ച്റ്റിറ്റിപി</a> ഹെഡറുകള്:{{count}} +statsPageHyperlinkAuditingFoiled=തടഞ്ഞ <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>ഹൈപ്പര്ലിങ്ക് ഓടിറ്റിംഗ്</a> ശ്രമങ്ങള്: {{count}} +statsPageCookiesRemoved=തുടച്ചുനീക്കിയ ലോക്കല് കുക്കികള്: {{count}} +statsPageLocalStoragesCleared=കാലിയാക്കപ്പെട്ട<a href='http://diveintohtml5.info/storage.html'>ലോക്കല് സ്റ്റോറെജ്</a>:{{count}} +statsPageBrowserCacheCleared=ക്ലിയര് ചെയ്യപ്പെട്ട ബ്രൌസര് കാഷ്: {{count}} +statsPageDetailedStats=വിശദമായ സ്റ്ററ്റിസ്റ്റിക്സ് +statsPageDetailedAllPages=എല്ലാം +statsPageDetailedBehindTheScenePage=സീനിനു പിന്നില് +statsPageOverview=ഓവര്വ്യൂ +statsPageRequests=അപേക്ഷകള് +statsPageAllowed=അനുവദനീയമായവ +statsPageBlocked=തടഞ്ഞിരിക്കുന്നവ +statsPageAll=എല്ലാം +statsPagePages=പേജുകള് +statsPageCookies=കുക്കികള് +statsPageCSS=സിഎസ്എസ് +statsPageImages=ചിത്രങ്ങള് +statsPagePlugins=പ്ലഗ്ഗിന്നുകള് +statsPageScripts=സ്ക്രിപ്റ്റുകള് +statsPageXHRs=എക്സ്എച്ച്ആറുകള് +statsPageFrames=ഫ്രെയിമുകള് +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=ഒപ്പാസിറ്റി +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=സ്ഥിര നിയമങ്ങള് +userRulesTemporaryHeader=താത്കാലിക നിയമങ്ങള് +userRulesRevert=റിവേര്ട്ട് +userRulesCommit=കമ്മിറ്റ് +userRulesEdit=എഡിറ്റ് +userRulesEditSave=സൂക്ഷിക്കുക +userRulesEditDicard=കളയുക +userRulesImport=ഫയലില് നിന്നും ഇമ്പോര്ട്ട് ചെയ്യുക... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=പാര്സ് ചെയ്യുക +hostsFilesExternalListPurge=കാഷ് നശിപ്പിക്കുക +hostsFilesExternalListNew=പുതിയ വെര്ഷന് ലഭ്യമാണ് +hostsFilesExternalListObsolete=കാലഹരണപ്പെട്ടത് +rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>മാറ്റത്തിന്റെ കുറിപ്പുകള്</a> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>അനുവാദങ്ങള്</a> +aboutCode=സോര്സ് കോഡ് (ജിപിഎല് വി3) +aboutIssues=ബഗ്ഗുകളും പ്രശ്നങ്ങളും +aboutContributors=സംഭാവന ചെയ്തവര് +aboutCodeContributors=കോഡ്: +aboutIssueContributors=പ്രശ്നങ്ങള്: +aboutTranslationContributors=പരിഭാഷകള്: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... അല്ലെങ്കില് ... +aboutResetButton=ഡീഫാള്ട്ട് സെറ്റിംഗ്സിലേക്ക് റീസ്റ്റോര് ചെയ്യുക +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=പിന്നിലേക്ക് പോകുക +mainBlockedClose=അടയ്ക്കുക +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=ഡാഷ്ബോര്ഡ് തുറക്കുക +elapsedOneMinuteAgo=ഒരു മിനിറ്റ് മുന്പ് +elapsedManyMinutesAgo={{value}} മിനിറ്റുകള് മുന്പ് +elapsedOneHourAgo=ഒരു മണിക്കൂര് മുന്പ് +elapsedManyHoursAgo={{value}} മണിക്കൂറുകള് മുന്പ് +elapsedOneDayAgo=ഒരു ദിവസം മുന്പ് +elapsedManyDaysAgo={{value}} ദിവസങ്ങള്ക്ക്മുന്പ് +showDashboardButton=ഡാഷ്ബോര്ഡ് +showLoggerButton=ലോഗ്ഗര് +cloudPush=ക്ലൌഡ് സ്റ്റോറേജിലേക്ക് എക്സ്പോര്ട്ട് ചെയ്യുക +cloudPull=ക്ലൌഡ് സ്റ്റോറേജില് നിന്ന് ഇമ്പോര്ട്ട് ചെയ്യുക +cloudNoData=...\n... +cloudDeviceNamePrompt=ഈ ഉപകരണത്തിന്റെ പേര്: +genericSubmit=സബ്മിറ്റ് +genericRevert=റിവേര്ട്ട് +errorCantConnectTo=നെറ്റ്വര്ക്ക് പ്രശ്നം: {{url}} ലേക്ക് കണക്റ്റ് ചെയ്യാന് ഒക്കുന്നില്ല +genericApplyChanges=Apply changes diff --git a/locale/mr/messages.properties b/locale/mr/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/mr/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ms/messages.properties b/locale/ms/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/ms/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/nb/messages.properties b/locale/nb/messages.properties new file mode 100644 index 0000000..87d0f6c --- /dev/null +++ b/locale/nb/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=uMatrix - Instrumentpanel +loggerPageName=uMatrix — Logger +settingsPageName=Innstillinger +privacyPageName=Personvern +statsPageName=Statistikk +userRulesPageName=Mine regelsett +ubiquitousRulesPageName=Vertsfiler +rawSettingsPageName=More +aboutPageName=Om +allPrettyName=alt +cookiePrettyName=kake +cssPrettyName=CSS +imagePrettyName=bilde +mediaPrettyName=medie +pluginPrettyName=tillegg +scriptPrettyName=skript +xhrPrettyName=XHR +framePrettyName=ramme +otherPrettyName=annet +matrixNoNetTrafficPrompt=Ingen nettverkstrafikk oppdaget for denne fanen så langt. +matrixMtxButtonTip=Skru på/av matrisefiltrering for dette virkefeltet. +matrixPersistButtonTip=Lagre alle midlertidige endringer for dette virkefeltet. +matrixRevertButtonTip=Tilbakestill midlertidige endringer for dette virkefeltet. +matrixReloadButton=Gjeninnlast denne siden. +matrix1stPartyLabel=førsteparts +matrixBlacklistedHostnames={{count}} svartelistede vertsnavn +matrixSwitchNoMixedContent=Streng HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Lurendreiing av referent +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Tilbakestill alle midlertidige endringer +matrixLoggerMenuEntry=Gå til loggføring +matrixDashboardMenuEntry=Gå til instrumentpanel +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>Hyperlenke-revisjon</a>forsøk lurt:{{count}} +statsPageCookiesRemoved={{count}} lokale kaker fjernet +statsPageLocalStoragesCleared={{count}} <a href='http://diveintohtml5.info/storage.html'>lokallager</a>tømt +statsPageBrowserCacheCleared={{count}} nettlesermellomlager tømt +statsPageDetailedStats=Detaljert statistikk +statsPageDetailedAllPages=Alt +statsPageDetailedBehindTheScenePage=Bak sceneteppet +statsPageOverview=Oversikt +statsPageRequests=Forespørsler +statsPageAllowed=Tillatt +statsPageBlocked=Blokkert +statsPageAll=Alt +statsPagePages=Sider +statsPageCookies=Kaker +statsPageCSS=CSS +statsPageImages=Bilder +statsPagePlugins=Tillegg +statsPageScripts=Skript +statsPageXHRs=XHR-er +statsPageFrames=Rammer +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> +statsPageRefresh=Gjenoppfrisk +settingsPageTitle=uMatrix – innstillinger +settingsMatrixDisplayHeader=Utseende +settingsMatrixDisplayTextSizePrompt=Tekststørrelse: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Stor +settingsMatrixDisplayColorBlind=Fargeblindhets-vennlig +settingsMatrixConvenienceHeader=Bekvemmelighet +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Ved lukking av matrisen, utfør smart gjeninnlasting av disse fanene: +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. +settingsSubframeColor=Blokkerte rammer: Farge +settingsSubframeOpacity=Dekkevne +settingsIconBadgeEnabled=Vis antall entydige forespørsler på miniatyrbildet +settingsCollapseBlocked=Fold sammen plassholderen tilhørende blokkerte elementer +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Slett <a href='https://en.wikipedia.org/wiki/Web_storage'>lokalt innhold</a> satt av blokkerte vertsnavn +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanente regelsett +userRulesTemporaryHeader=Midlertidige regler +userRulesRevert=Tilbakestill +userRulesCommit=Send inn +userRulesEdit=Rediger +userRulesEditSave=Lagre +userRulesEditDicard=Avvis +userRulesImport=Importer fra fil… +userRulesExport=Eksporter til fil… +userRulesFormatHint=Vis siden for regel-syntaks. +userRulesDefaultFileName=mine-umatrix-regler.txt +hostsFilesPrompt=Alle vertsnavn i en vertsnavnsfil blir innlastet som svartelistede vertsnavn i det globale virkefeltet. +hostsFilesStats={{blockedHostnameCount}} entydig blokkerte vertsnavn fra: +hostsFilesPerFileStats={{used}} brukt av {{total}} +hostsFilesLastUpdate={{ago}} siste oppdatering +hostsFilesApplyChanges=Bruk +hostsFilesAutoUpdatePrompt=Auto-oppdatering av vertsfiler. +hostsFilesUpdateNow=Oppdater nå +hostsFilesPurgeAll=Rens alle mellomlager +hostsFilesExternalListsHint=Én nettadresse per linje. Linjes innledet med ‘#’ vil bli ignorert. Ugyldige nettadresser vil bli ignorert i all stillhet. +hostsFilesExternalListsParse=Fortolk +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> +aboutStorageUsed={{storageUsed}} Byte lagringsplass brukt +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentasjon</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillatelser</a> +aboutCode=Kildekode (GPLv3) +aboutIssues=Feil og mangler +aboutContributors=Bidragsytere +aboutCodeContributors=Kode: +aboutIssueContributors=Mangler: +aboutTranslationContributors=Oversettelser: +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? +aboutRestoreError=Dataen kunne ikke leses eller er ugyldig +aboutOr=… eller … +aboutResetButton=Tilbakestill til forvalgte innstillinger +aboutResetConfirm=Advarsel! Dette vil fjerne alle dine egenkomponerte innstillinger. Bekreft at du vil fortsette. +loggerFilterInputPlaceholder=filter-uttrykk +loggerMaxEntriesTip=Maksimalt antall oppføringer +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: +mainBlockedPrompt2=I kraft av følgende regel +mainBlockedBack=Gå tilbake +mainBlockedClose=Lukk +commandRevertAll=Omgjør alle midlertidige endringer +commandWhitelistPageDomain=Midlertidig hvitlist sidens domene +commandWhitelistAll=Midlertidig hvitlisting av alt +commandOpenDashboard=Åpne instrumentpanel +elapsedOneMinuteAgo=ett minutt siden +elapsedManyMinutesAgo={{value}} minutter siden +elapsedOneHourAgo=en time siden +elapsedManyHoursAgo={{value}} timer siden +elapsedOneDayAgo=en dag siden +elapsedManyDaysAgo={{value}} dager siden +showDashboardButton=Instrumentpanel +showLoggerButton=Loggføring +cloudPush=Eksporter til skylager +cloudPull=Importer fra skylager +cloudNoData=…\n… +cloudDeviceNamePrompt=Enhetens navn: +genericSubmit=Send inn +genericRevert=Tilbakestill +errorCantConnectTo=Nettverksfeil: Kan ikke koble til {{url}} +genericApplyChanges=Apply changes diff --git a/locale/nl/messages.properties b/locale/nl/messages.properties new file mode 100644 index 0000000..54f6600 --- /dev/null +++ b/locale/nl/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix – Dashboard +loggerPageName=uMatrix – Logger +settingsPageName=Instellingen +privacyPageName=Privacy +statsPageName=Statistieken +userRulesPageName=Mijn regels +ubiquitousRulesPageName=Hosts-bestanden +rawSettingsPageName=Meer +aboutPageName=Over +allPrettyName=alle +cookiePrettyName=cookie +cssPrettyName=CSS +imagePrettyName=afb. +mediaPrettyName=media +pluginPrettyName=plug-in +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=overig +matrixNoNetTrafficPrompt=Voor dit tabblad is nog geen netwerkverkeer gedetecteerd. +matrixMtxButtonTip=Matrixfiltering voor dit bereik in-/uitschakelen +matrixPersistButtonTip=Alle tijdelijke wijzigingen voor dit bereik opslaan +matrixRevertButtonTip=Tijdelijke wijzigingen voor dit bereik ongedaan maken +matrixReloadButton=De pagina vernieuwen.\nDruk op Shift om de browsercache te omzeilen. +matrix1stPartyLabel=Huidige domein +matrixBlacklistedHostnames={{count}} geblackliste hostnamen +matrixSwitchNoMixedContent=Gemengde inhoud blokkeren +matrixSwitchNoWorker=Web workers blokkeren +matrixSwitchReferrerSpoof=<code>Referer</code>-header vervalsen +matrixSwitchNoscriptSpoof=<code><noscript></code>-tags vervalsen +matrixRevertAllEntry=Alle tijdelijke wijzigingen ongedaan maken +matrixLoggerMenuEntry=Naar logger +matrixDashboardMenuEntry=Naar dashboard +matrixNoTabFound=Geen webpagina gevonden +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=Verijdelde <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a>-pogingen: {{count}} +statsPageCookiesRemoved=Verwijderde lokale cookies: {{count}} +statsPageLocalStoragesCleared=Gewiste <a href='http://diveintohtml5.info/storage.html'>lokale opslagcaches</a>: {{count}} +statsPageBrowserCacheCleared=Gewiste browsercaches: {{count}} +statsPageDetailedStats=Gedetailleerde statistieken +statsPageDetailedAllPages=Alle +statsPageDetailedBehindTheScenePage=Achter de schermen +statsPageOverview=Overzicht +statsPageRequests=Aanvragen +statsPageAllowed=Toegestaan +statsPageBlocked=Geblokkeerd +statsPageAll=Alle +statsPagePages=Pagina’s +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Afbeeldingen +statsPagePlugins=Plug-ins +statsPageScripts=Scripts +statsPageXHRs=XHR’s +statsPageFrames=Frames +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> +statsPageRefresh=Vernieuwen +settingsPageTitle=uMatrix – Instellingen +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Tekstgrootte: +settingsMatrixDisplayTextSizeNormal=Normaal +settingsMatrixDisplayTextSizeLarge=Groot +settingsMatrixDisplayColorBlind=Vriendelijk voor kleurenblinden +settingsMatrixConvenienceHeader=Gemak +settingsDefaultScopeLevel=Standaard bereikniveau: +settingsDefaultScopeLevel0=Globaal +settingsDefaultScopeLevel1=Domein +settingsDefaultScopeLevel2=Website +settingsMatrixAutoReloadPrompt=Wanneer de matrix wordt gesloten, deze tabbladen slim vernieuwen: +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. +settingsSubframeColor=Geblokkeerde frames: kleur +settingsSubframeOpacity=Ondoorzichtigheid +settingsIconBadgeEnabled=Het aantal afzonderlijke aanvragen op het pictogram tonen +settingsCollapseBlocked=Tijdelijke aanduiding van geblokkeerde elementen samenvouwen +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 +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> +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. +privacyDeleteBlockedLocalStoragePrompt=Inhoud van <a href='https://en.wikipedia.org/wiki/Web_storage'>lokale opslag</a> die door geblokkeerde hostnamen is ingesteld verwijderen +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> +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. +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 +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is een mechanisme waarmee een partij, <b>ongeacht welke</b>, kan worden geïnformeerd over de koppeling op een bepaalde webpagina waarop een gebruiker heeft geklikt. Dit is in essentie een trackingfunctie: het kan een website of derde partijen ten opzichte van die website informeren over op welke koppeling en op welke pagina’s van de website u hebt geklikt. Het enige doel ervan is het volgen van uw browseractiviteit.</p> +userRulesPermanentHeader=Permanente regels +userRulesTemporaryHeader=Tijdelijke regels +userRulesRevert=Ongedaan maken +userRulesCommit=Vastleggen +userRulesEdit=Bewerken +userRulesEditSave=Opslaan +userRulesEditDicard=Annuleren +userRulesImport=Importeren uit bestand... +userRulesExport=Exporteren naar bestand... +userRulesFormatHint=Bekijk deze pagina voor regelsyntaxis. +userRulesDefaultFileName=mijn-umatrix-regels.txt +hostsFilesPrompt=Alle hostnamen in een hosts-bestand worden in het globale bereik als geblackliste hostnamen geladen. +hostsFilesStats={{blockedHostnameCount}} afzonderlijke geblokkeerde hostnamen van: +hostsFilesPerFileStats={{used}} van {{total}} gebruikt +hostsFilesLastUpdate=Laatst bijgewerkt: {{ago}} +hostsFilesApplyChanges=Wijzigingen toepassen +hostsFilesAutoUpdatePrompt=Hosts-bestanden automatisch bijwerken +hostsFilesUpdateNow=Nu bijwerken +hostsFilesPurgeAll=Alle caches legen +hostsFilesExternalListsHint=Eén URL per regel. Regels beginnend met ‘#’ worden genegeerd. Ongeldige URL’s worden zonder mededeling genegeerd. +hostsFilesExternalListsParse=Toepassen +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> +aboutStorageUsed=Gebruikte opslag: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentatie</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Toestemmingen</a> +aboutCode=Broncode (GPLv3) +aboutIssues=Bugs en problemen +aboutContributors=Medewerkers +aboutCodeContributors=Code: +aboutIssueContributors=Problemen: +aboutTranslationContributors=Vertalingen: +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? +aboutRestoreError=De gegevens konden niet worden gelezen of zijn ongeldig +aboutOr=... of ... +aboutResetButton=Standaardinstellingen terugzetten +aboutResetConfirm=Waarschuwing! Hierdoor worden alle aangepaste instellingen verwijderd. Weet u zeker dat u wilt doorgaan? +loggerFilterInputPlaceholder=filterexpressie(s) +loggerMaxEntriesTip=Maximale aantal vermeldingen +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: +mainBlockedPrompt2=vanwege de volgende regel +mainBlockedBack=Teruggaan +mainBlockedClose=Sluiten +commandRevertAll=Alle tijdelijke wijzigingen ongedaan maken +commandWhitelistPageDomain=Paginadomein tijdelijk toestaan +commandWhitelistAll=Alles tijdelijk toestaan +commandOpenDashboard=Dashboard openen +elapsedOneMinuteAgo=een minuut geleden +elapsedManyMinutesAgo={{value}} minuten geleden +elapsedOneHourAgo=een uur geleden +elapsedManyHoursAgo={{value}} uur geleden +elapsedOneDayAgo=een dag geleden +elapsedManyDaysAgo={{value}} dagen geleden +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Exporteren naar cloudopslag +cloudPull=Importeren uit cloudopslag +cloudNoData=...\n... +cloudDeviceNamePrompt=Naam van dit apparaat: +genericSubmit=Verzenden +genericRevert=Ongedaan maken +errorCantConnectTo=Netwerkfout: kan geen verbinding maken met {{url}} +genericApplyChanges=Wijzigingen toepassen diff --git a/locale/pl/messages.properties b/locale/pl/messages.properties new file mode 100644 index 0000000..e5e7672 --- /dev/null +++ b/locale/pl/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix – Panel sterowania +loggerPageName=uMatrix — Dziennik +settingsPageName=Ustawienia +privacyPageName=Prywatność +statsPageName=Statystyki +userRulesPageName=Moje reguły +ubiquitousRulesPageName=Pliki hosts +rawSettingsPageName=Więcej +aboutPageName=O rozszerzeniu +allPrettyName=wszystko +cookiePrettyName=ciastko +cssPrettyName=CSS +imagePrettyName=obrazek +mediaPrettyName=media +pluginPrettyName=wtyczka +scriptPrettyName=skrypt +xhrPrettyName=XHR +framePrettyName=ramka +otherPrettyName=inne +matrixNoNetTrafficPrompt=Brak aktywności sieciowej dla tej karty. +matrixMtxButtonTip=Wyłącz/włącz filtrowanie matrycowe dla tego kontekstu. +matrixPersistButtonTip=Zapisz wszystkie tymczasowe zmiany dla tego kontekstu. +matrixRevertButtonTip=Usuń tymczasowe zmiany dla tej witryny. +matrixReloadButton=Odśwież stronę.\nPrzytrzymaj Shift aby ominąć cache. +matrix1stPartyLabel=ta domena +matrixBlacklistedHostnames={{count}} zablokowanych hostów +matrixSwitchNoMixedContent=Zabroń mieszanej zawartości +matrixSwitchNoWorker=Zabroń web workerów +matrixSwitchReferrerSpoof=Podrabianie nagłówka <code>referer</code> +matrixSwitchNoscriptSpoof=Podrabianie tagów <code><noscript></code> +matrixRevertAllEntry=Cofnij wszystkie tymczasowe zmiany +matrixLoggerMenuEntry=Przejdź do dziennika żądań +matrixDashboardMenuEntry=Przejdź do panelu sterowania +matrixNoTabFound=Nie znaleziono strony +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=Powstrzymane próby <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>audytowania linków [ang.]</a>: {{count}} +statsPageCookiesRemoved=Usuniętych lokalnych ciasteczek: {{count}} +statsPageLocalStoragesCleared=Opróżnione <a href='http://diveintohtml5.info/storage.html'>magazyny lokalne</a>: {{count}} +statsPageBrowserCacheCleared=Opróżnione pamięci podręczne przeglądarki: {{count}} +statsPageDetailedStats=Szczegółowe statystyki +statsPageDetailedAllPages=Wszystkie +statsPageDetailedBehindTheScenePage=Ukryte połączenia +statsPageOverview=Podsumowanie +statsPageRequests=Żądania +statsPageAllowed=Dozwolony +statsPageBlocked=Zablokowany +statsPageAll=Wszystkie +statsPagePages=Strony +statsPageCookies=Ciasteczka +statsPageCSS=CSS +statsPageImages=Obrazy +statsPagePlugins=Wtyczki +statsPageScripts=Skrypty +statsPageXHRs=XHRy +statsPageFrames=Ramki +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> +statsPageRefresh=Odśwież +settingsPageTitle=uMatrix – Ustawienia +settingsMatrixDisplayHeader=Matryca +settingsMatrixDisplayTextSizePrompt=Rozmiar tekstu: +settingsMatrixDisplayTextSizeNormal=Normalny +settingsMatrixDisplayTextSizeLarge=Duży +settingsMatrixDisplayColorBlind=Schemat kolorów przyjazny daltonistom +settingsMatrixConvenienceHeader=Udogodnienia +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: +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. +settingsSubframeColor=Zablokowane ramki: Kolor +settingsSubframeOpacity=Przezroczystość +settingsIconBadgeEnabled=Pokaż liczbę odrębnych żądań na ikonie rozszerzenia +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ść +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Usuwaj zawartość <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> ustawioną przez zablokowane hosty +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Audytowanie linków to mechanizm wysyłający informację o linkach klikniętych przez użytkownika na stronie internetowej. Jest to funkcja przeznaczona głównie do śledzenia: pozwala witrynie internetowej lub dowolnej stronie trzeciej, być informowanym o linkach jakie kliknąłeś na stronie internetowej. Jedynym celem jest śledzenie twojej aktywności w sieci.</p> +userRulesPermanentHeader=Stałe zasady +userRulesTemporaryHeader=Tymczasowe zasady +userRulesRevert=Przywróć +userRulesCommit=Zatwierdź +userRulesEdit=Edytuj +userRulesEditSave=Zapisz +userRulesEditDicard=Odrzuć +userRulesImport=Importuj z pliku... +userRulesExport=Eksportuj do pliku... +userRulesFormatHint=Składnię reguł znajdziesz tutaj. +userRulesDefaultFileName=umatrix-moje-reguly.txt +hostsFilesPrompt=Wszystkie nazwy hostów z plików hosts są traktowane jako czarno-listowane globalnie. +hostsFilesStats={{blockedHostnameCount}} blokowanych unikalnych hostów z: +hostsFilesPerFileStats=użytych {{used}} z {{total}} +hostsFilesLastUpdate=Ostatnia aktualizacja: {{ago}} +hostsFilesApplyChanges=Zastosuj zmiany +hostsFilesAutoUpdatePrompt=Automatycznie aktualizuj pliki hosts. +hostsFilesUpdateNow=Aktualizuj teraz +hostsFilesPurgeAll=Przeczyść całą pamięć podręczną +hostsFilesExternalListsHint=Jeden URL na linię. Linie zaczynające się od ‘#’ będą traktowane jak komentarz. Niepoprawne URLe będą ignorowane. +hostsFilesExternalListsParse=Przetwórz +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> +aboutStorageUsed=Wykorzystana pamięć: {{storageUsed}} bajtów +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Współtwórcy +aboutCodeContributors=Kod: +aboutIssueContributors=Problemy: +aboutTranslationContributors=Tłumaczenia: +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? +aboutRestoreError=Dane nie mogą być odczytane lub są niepoprawne +aboutOr=... lub ... +aboutResetButton=Przywróć ustawienia domyślne +aboutResetConfirm=Uwaga! Twoje ustawienia zostaną usunięte. Czy na pewno chcesz kontynuować? +loggerFilterInputPlaceholder=filtruj wpisy dziennika +loggerMaxEntriesTip=Maksymalna ilość wpisów +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: +mainBlockedPrompt2=Z powodu tej reguły +mainBlockedBack=Wstecz +mainBlockedClose=Zamknij +commandRevertAll=Cofnij wszystkie tymczasowe zmiany +commandWhitelistPageDomain=Tymczasowo dodaj tą domenę na białą listę +commandWhitelistAll=Tymczasowo dodaj wszystko na białą listę +commandOpenDashboard=Otwórz panel sterowania +elapsedOneMinuteAgo=minutę temu +elapsedManyMinutesAgo={{value}} minut temu +elapsedOneHourAgo=godzinę temu +elapsedManyHoursAgo={{value}} godzin temu +elapsedOneDayAgo=dzień temu +elapsedManyDaysAgo={{value}} dni temu +showDashboardButton=Panel sterowania +showLoggerButton=Dziennik żądań +cloudPush=Eksportuj do chmury +cloudPull=Importuj z chmury +cloudNoData=...\n... +cloudDeviceNamePrompt=Nazwa tego urządzenia: +genericSubmit=Zatwierdź +genericRevert=Przywróć +errorCantConnectTo=Błąd sieci: nie można połączyć z {{url}} +genericApplyChanges=Zastosuj zmiany diff --git a/locale/pt-BR/messages.properties b/locale/pt-BR/messages.properties new file mode 100644 index 0000000..433c5d1 --- /dev/null +++ b/locale/pt-BR/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Painel +loggerPageName=uMatrix — Registro +settingsPageName=Preferências +privacyPageName=Privacidade +statsPageName=Estatísticas +userRulesPageName=Minhas regras +ubiquitousRulesPageName=Arquivos de hosts +rawSettingsPageName=Mais +aboutPageName=Sobre +allPrettyName=tudo +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=imagem +mediaPrettyName=mídia +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=outro +matrixNoNetTrafficPrompt=Não foi encontrado tráfego de rede nesta aba até agora. +matrixMtxButtonTip=Desabilitar/habilitar filtragem pela matrix para este escopo. +matrixPersistButtonTip=Salvar todas mudanças temporárias para este escopo. +matrixRevertButtonTip=Remover mudanças temporárias para este escopo. +matrixReloadButton=Recarregar a página.\nPressione Shift para ignorar o cache do navegador. +matrix1stPartyLabel=1° Nível +matrixBlacklistedHostnames={{count}} hostname(s) na lista negra +matrixSwitchNoMixedContent=Proibir conteúdo misto +matrixSwitchNoWorker=Proibir web workers +matrixSwitchReferrerSpoof=Disfarçar <code>Referer</code> header +matrixSwitchNoscriptSpoof=Disfarçar <code><noscript></code> tags +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 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> tentativas falhas: {{count}} +statsPageCookiesRemoved=Cookies locais removidos: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Armazenamento local</a> esvaziados: {{count}} +statsPageBrowserCacheCleared=Caches do navegador limpas: {{count}} +statsPageDetailedStats=Estatísticas detalhadas +statsPageDetailedAllPages=Todos +statsPageDetailedBehindTheScenePage=Por trás das cenas +statsPageOverview=Visão Geral +statsPageRequests=Pedidos +statsPageAllowed=Permitidos +statsPageBlocked=Bloqueados +statsPageAll=Tudo +statsPagePages=Páginas +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Imagens +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Atualizar +settingsPageTitle=uMatrix – Configurações +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Tamanho do texto: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Grande +settingsMatrixDisplayColorBlind=Cor amigável para daltônicos +settingsMatrixConvenienceHeader=Conveniência +settingsDefaultScopeLevel=Nível padrão do escopo: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domínio +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Quando a matrix é fechada, recarregue inteligentemente essas abas: +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. +settingsSubframeColor=Frames bloqueados: Cor +settingsSubframeOpacity=Opacidade +settingsIconBadgeEnabled=Mostrar o número de pedidos distintos sob o ícone +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Apagar <a href='https://en.wikipedia.org/wiki/Web_storage'>armazenamento local</a> conteúdo definido por hostnames bloqueadas +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing é um mecanismo que permite que um ente, <b>qualquer ente</b>, de ser informado sobre o que vincular um usuário clicou em uma página web em particular. É essencialmente um recurso de rastreamento: ele permite que um site, ou qualquer terceira parte para esse site, para ser informado sobre qual link você clicou em que uma das suas páginas web. O único objetivo é rastrear sua atividade de navegação.</p> +userRulesPermanentHeader=Regras permanentes +userRulesTemporaryHeader=Regras temporárias +userRulesRevert=Reverter +userRulesCommit=Aplicar +userRulesEdit=Editar +userRulesEditSave=Salvar +userRulesEditDicard=Descartar +userRulesImport=Importar do arquivo... +userRulesExport=Exportar para arquivo... +userRulesFormatHint=Veja está página para regras de sintaxe. +userRulesDefaultFileName=minhas-regras-umatrix.txt +hostsFilesPrompt=Todos os hostnames no arquivo de hosts são carregados como hostnames da lista negra no escopo global. +hostsFilesStats={{blockedHostnameCount}} hostnames distintos bloqueados de: +hostsFilesPerFileStats={{used}} usado do total de {{total}} +hostsFilesLastUpdate=Última atualização: {{ago}} +hostsFilesApplyChanges=Aplicar mudanças +hostsFilesAutoUpdatePrompt=Auto-atualizar os arquivos hosts. +hostsFilesUpdateNow=Atualizar agora +hostsFilesPurgeAll=Limpar todos caches +hostsFilesExternalListsHint=Uma URL por linha. Linhas pré-fixadas com ‘#’ irão ser ignoradas. URLs inválidas irão ser silenciosamente ignoradas. +hostsFilesExternalListsParse=Analisar +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> +aboutStorageUsed=Armazenamento usado: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Colaboradores +aboutCodeContributors=Código: +aboutIssueContributors=Problemas: +aboutTranslationContributors=Traduções: +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? +aboutRestoreError=Os dados não podem ser lidos ou são inválidos +aboutOr=... ou ... +aboutResetButton=Restaurar as configurações para o padrão +aboutResetConfirm=Aviso! isso irá remover todas as suas configurações personalizadas. Você está certo que deseja continuar? +loggerFilterInputPlaceholder=filtrar expressão(ões) +loggerMaxEntriesTip=Número máximo de entradas +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: +mainBlockedPrompt2=Devido à seguinte regra +mainBlockedBack=Voltar +mainBlockedClose=Fechar +commandRevertAll=Remover todas mudanças temporárias +commandWhitelistPageDomain=Adicionar o domínio à lista branca temporariamente +commandWhitelistAll=Adicionar tudo à lista branca temporariamente +commandOpenDashboard=Abrir Painel +elapsedOneMinuteAgo=há um minuto atrás +elapsedManyMinutesAgo=há {{value}} minuto(s) atrás +elapsedOneHourAgo=há uma hora atrás +elapsedManyHoursAgo=há {{value}} hora(s) atrás +elapsedOneDayAgo=há um dia atrás +elapsedManyDaysAgo=há {{value}} dia(s) atrás +showDashboardButton=Painel +showLoggerButton=Registro +cloudPush=Exportar para armazenagem em nuvem +cloudPull=Importar da armazenagem em nuvem +cloudNoData=...\n... +cloudDeviceNamePrompt=Para este dispositivo: +genericSubmit=Enviar +genericRevert=Reverter +errorCantConnectTo=Erro na rede: Não foi possível conectar ao {{url}} +genericApplyChanges=Aplicar mudanças diff --git a/locale/pt-PT/messages.properties b/locale/pt-PT/messages.properties new file mode 100644 index 0000000..85e5d56 --- /dev/null +++ b/locale/pt-PT/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Painel +loggerPageName=uMatrix — Logger +settingsPageName=Definições +privacyPageName=Privacidade +statsPageName=Estatísticas +userRulesPageName=As minhas regras +ubiquitousRulesPageName=Ficheiros hosts +rawSettingsPageName=More +aboutPageName=Sobre +allPrettyName=tudo +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=imagem +mediaPrettyName=mídia +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=outro +matrixNoNetTrafficPrompt=Não foi encontrado tráfego nesta aba até agora. +matrixMtxButtonTip=Desactiva/Activa filtração matriz neste escopo.\nPedidos bloqueados através da filtração da matriz nesta página: {{count}}. +matrixPersistButtonTip=Guardar todas as modificações temporárias para este escopo. +matrixRevertButtonTip=Reverte todas as modificações temporárias para este escopo. +matrixReloadButton=Recarregar a página. +matrix1stPartyLabel=1º domínio +matrixBlacklistedHostnames={{count}} hostname(s) na lista negra +matrixSwitchNoMixedContent=HTTPS rigoroso +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Falsificação do referrer +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +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 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Auditoria de hyperlink</a> tentativas destruídas: {{count}} +statsPageCookiesRemoved=Cookies locais removidos: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Armazenamento local</a> esvaziado: {{count}} +statsPageBrowserCacheCleared=Caches do browser limpas: {{count}} +statsPageDetailedStats=Estatísticas detalhadas +statsPageDetailedAllPages=Tudo +statsPageDetailedBehindTheScenePage=Por trás das cenas +statsPageOverview=Sinopse +statsPageRequests=Pedidos +statsPageAllowed=Permitido +statsPageBlocked=Bloqueado +statsPageAll=Tudo +statsPagePages=Páginas +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Imagens +statsPagePlugins=Plug-ins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Atualizar +settingsPageTitle=uMatrix – Definições +settingsMatrixDisplayHeader=Aparência +settingsMatrixDisplayTextSizePrompt=Tamanho do texto: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Grande +settingsMatrixDisplayColorBlind=Modo daltónico +settingsMatrixConvenienceHeader=Conveniência +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domínio +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Quando a matriz é fechada, recarrega estas abas inteligentemente: +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. +settingsSubframeColor=Frames bloqueadas: Cor +settingsSubframeOpacity=Opacidade +settingsIconBadgeEnabled=Mostra o número de pedidos distintos no ícone +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Apagar <a href='https://en.wikipedia.org/wiki/Web_storage'>armazenamento local</a> de conteúdo guardado por domínios bloqueados +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Auditoria de hiperlinks é um mecanismo que permite que uma entidade, <b>qualquer entidade</b>, seja informada do link em que um utilizador clicou, numa determinada página web. É essencialmente monitorização: permite que um site, ou terceiros, relativos a esse site, sejam informados do link em que clicou, numa das suas páginas web. O único propósito disto é a monitorização da sua actividade.</p> +userRulesPermanentHeader=Regras permanentes +userRulesTemporaryHeader=Regras temporárias +userRulesRevert=Reverter +userRulesCommit=Aplicar +userRulesEdit=Editar +userRulesEditSave=Guardar +userRulesEditDicard=Rejeitar +userRulesImport=Importar do ficheiro... +userRulesExport=Exportar para ficheiro... +userRulesFormatHint=Veja esta página para a sintaxe das regras. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Todos os nomes dos hosts num ficheiro hosts são carregados como domínios de lista negra no escopo global. +hostsFilesStats={{blockedHostnameCount}} sites distintos bloqueados: +hostsFilesPerFileStats={{used}} utilizados de {{total}} +hostsFilesLastUpdate=Última update: {{ago}} +hostsFilesApplyChanges=Aplicar alterações +hostsFilesAutoUpdatePrompt=Actualiza automaticamente os ficheiros hosts. +hostsFilesUpdateNow=Actualizar agora +hostsFilesPurgeAll=Limpar todas as caches +hostsFilesExternalListsHint=Um URL por linha. Linhas prefixadas com ‘#’ serão ignoradas. URLs invalidos serão ignorados silenciosamente. +hostsFilesExternalListsParse=Analisar +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> +aboutStorageUsed=Espaço usado: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 +aboutContributors=Colaboradores +aboutCodeContributors=Código: +aboutIssueContributors=Problemas: +aboutTranslationContributors=Traduções: +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? +aboutRestoreError=Os dados não puderam ser lidos ou são inválidos +aboutOr=... ou ... +aboutResetButton=Repor as definições predefinidas +aboutResetConfirm=Aviso! isto irá remover todas as sua definições. Tem a certeza que pretende proceder? +loggerFilterInputPlaceholder=filtrar expressão(ões) +loggerMaxEntriesTip=Número máximo de entradas +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: +mainBlockedPrompt2=Devido à seguinte regra +mainBlockedBack=Voltar +mainBlockedClose=Fechar +commandRevertAll=Reverter todas as modificações temporárias +commandWhitelistPageDomain=Adicionar domínio da página à lista branca temporariamente +commandWhitelistAll=Adicionar tudo à lista branca temporariamente +commandOpenDashboard=Abrir painel +elapsedOneMinuteAgo=há um minuto atrás +elapsedManyMinutesAgo=há {{value}} minuto(s) atrás +elapsedOneHourAgo=há uma hora atrás +elapsedManyHoursAgo=há {{value}} hora(s) atrás +elapsedOneDayAgo=há um dia atrás +elapsedManyDaysAgo=há {{value}} dia(s) atrás +showDashboardButton=Painel +showLoggerButton=Logger +cloudPush=Exportar para armazenamento em nuvem +cloudPull=Importar para armazenamento em nuvem +cloudNoData=...\n... +cloudDeviceNamePrompt=Nome deste dispositivo: +genericSubmit=Submeter +genericRevert=Desfazer +errorCantConnectTo=Erro de rede: Incapaz de se conectar a {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ro/messages.properties b/locale/ro/messages.properties new file mode 100644 index 0000000..59d6235 --- /dev/null +++ b/locale/ro/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Panou de control +loggerPageName=uMatrix — Logger +settingsPageName=Opțiuni +privacyPageName=Intimitate +statsPageName=Statistici +userRulesPageName=Regulile mele +ubiquitousRulesPageName=Fișiere de gazde +rawSettingsPageName=More +aboutPageName=Despre +allPrettyName=tot +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=imagine +mediaPrettyName=media +pluginPrettyName=modul +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=cadru +otherPrettyName=altele +matrixNoNetTrafficPrompt=Deocamdată nu a fost detectat trafic pentru această filă. +matrixMtxButtonTip=Dezactivează/activează filtrarea matriceală pentru acest context. +matrixPersistButtonTip=Salvează toate modificările temporare pentru acest context. +matrixRevertButtonTip=Anulează modificările temporare pentru acest context. +matrixReloadButton=Reîncarcă pagina. +matrix1stPartyLabel=sait primar +matrixBlacklistedHostnames={{count}} gazde blocate +matrixSwitchNoMixedContent=HTTPS strict +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Alterare referent +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Elimină toate modificările temporare +matrixLoggerMenuEntry=Mergi la jurnal +matrixDashboardMenuEntry=Mergi la panoul de control +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Cookie-uri locale șterse: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Statistici detaliate +statsPageDetailedAllPages=Tot +statsPageDetailedBehindTheScenePage=În spatele scenei +statsPageOverview=Privire de ansamblu +statsPageRequests=Cereri +statsPageAllowed=Permis +statsPageBlocked=Blocat +statsPageAll=Tot +statsPagePages=Pagini +statsPageCookies=Cookie +statsPageCSS=CSS +statsPageImages=Imagini +statsPagePlugins=Module +statsPageScripts=Scripturi +statsPageXHRs=XHR +statsPageFrames=Cadre +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> +statsPageRefresh=Reîncarcă +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Aspect +settingsMatrixDisplayTextSizePrompt=Dimensiunea textului: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Mare +settingsMatrixDisplayColorBlind=Accesibil pentru daltonism +settingsMatrixConvenienceHeader=Comoditate +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Cadre blocate: Culoare +settingsSubframeOpacity=Opacitate +settingsIconBadgeEnabled=Arată numărul cererilor distincte pe pictogramă +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Reguli permanente +userRulesTemporaryHeader=Reguli temporare +userRulesRevert=Înlătură +userRulesCommit=Aplică +userRulesEdit=Modifică +userRulesEditSave=Salvează +userRulesEditDicard=Elimină +userRulesImport=Încarcă din fișier... +userRulesExport=Exportă în fișier... +userRulesFormatHint=Vizitează această pagină pentru sintaxa regulilor. +userRulesDefaultFileName=regulile-mele-umatrix.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Aplică modificările +hostsFilesAutoUpdatePrompt=Actualizează automat fișierele de gazde. +hostsFilesUpdateNow=Actualizează acum +hostsFilesPurgeAll=Șterge tot din memoria tampon +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Analizează +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> +aboutStorageUsed=Spațiu de stocare utilizat: {{storageUsed}} octeți +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentație</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permisiuni</a> +aboutCode=Cod sursă (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contribuitori +aboutCodeContributors=Cod: +aboutIssueContributors=Issues: +aboutTranslationContributors=Traduceri: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... sau ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Înapoi +mainBlockedClose=Închide +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Deschide panoul de control +elapsedOneMinuteAgo=acum un minut +elapsedManyMinutesAgo=acum {{value}} minute +elapsedOneHourAgo=acum o oră +elapsedManyHoursAgo=acum {{value}} ore +elapsedOneDayAgo=acum o zi +elapsedManyDaysAgo=acum {{value}} zile +showDashboardButton=Panou de control +showLoggerButton=Jurnal +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ru/messages.properties b/locale/ru/messages.properties new file mode 100644 index 0000000..900a8bc --- /dev/null +++ b/locale/ru/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Панель управления +loggerPageName=uMatrix — Журнал сетевых запросов +settingsPageName=Настройки +privacyPageName=Приватность +statsPageName=Статистика +userRulesPageName=Мои правила +ubiquitousRulesPageName=Hosts файлы +rawSettingsPageName=Ещё +aboutPageName=О расширении +allPrettyName=все +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=Нет сетевой активности на этой вкладке. +matrixMtxButtonTip=Откл/вкл фильтрацию запросов для данной области +matrixPersistButtonTip=Сохранить все временные изменения в этой области. +matrixRevertButtonTip=Отменить временные изменения для этой области. +matrixReloadButton=Перезагрузить страницу.\nУдерживайте Shift, чтобы проигнорировать кэш. +matrix1stPartyLabel=текущий сайт +matrixBlacklistedHostnames=запрещённые сайты: {{count}} +matrixSwitchNoMixedContent=Только HTTPS +matrixSwitchNoWorker=Запретить web workers +matrixSwitchReferrerSpoof=Подмена referrer +matrixSwitchNoscriptSpoof=Подмена <code><noscript></code> тегов +matrixRevertAllEntry=Отменить все временные изменения +matrixLoggerMenuEntry=Перейти к журналу запросов +matrixDashboardMenuEntry=Перейти в панель управления +matrixNoTabFound=Страница не найдена +statsPageTitle=uMatrix – Статистика +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}} +statsPageHyperlinkAuditingFoiled=Обработано попыток <a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>аудита гиперссылок</a>: {{count}} +statsPageCookiesRemoved=Удалено файлов cookie: {{count}} +statsPageLocalStoragesCleared=Очищено <a href='http://diveintohtml5.info/storage.html'>локальных хранилищ</a>: {{count}} +statsPageBrowserCacheCleared=Очищено кэшей браузера: {{count}} +statsPageDetailedStats=Подробная статистика +statsPageDetailedAllPages=Все +statsPageDetailedBehindTheScenePage=Скрытые запросы +statsPageOverview=Общие сведения +statsPageRequests=Запросы +statsPageAllowed=Принято +statsPageBlocked=Отклонено +statsPageAll=Всего +statsPagePages=Веб-страницы +statsPageCookies=Файлы cookie +statsPageCSS=CSS +statsPageImages=Изображения +statsPagePlugins=Плагины +statsPageScripts=Скрипты +statsPageXHRs=XHR +statsPageFrames=Фреймы +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> +statsPageRefresh=Обновить +settingsPageTitle=uMatrix – Настройки +settingsMatrixDisplayHeader=Матрица +settingsMatrixDisplayTextSizePrompt=Размер текста: +settingsMatrixDisplayTextSizeNormal=Средний +settingsMatrixDisplayTextSizeLarge=Крупный +settingsMatrixDisplayColorBlind=Цветовая схема для дальтоников +settingsMatrixConvenienceHeader=Удобство +settingsDefaultScopeLevel=Область применения по умолчанию: +settingsDefaultScopeLevel0=Глобально +settingsDefaultScopeLevel1=Домен +settingsDefaultScopeLevel2=Сайт +settingsMatrixAutoReloadPrompt=Когда матрица закроется, обновить эти вкладки: +settingsMatrixAutoReloadNone=(Пусто) +settingsMatrixAutoReloadCurrent=Текущая версия +settingsMatrixAutoReloadAll=Все +settingsMatrixAutoReloadInfo=Когда вы вносите изменения в матрицу запросов, которые могут повлиять на отображение и/или поведение одной или нескольких страниц, <i>uMatrix</i> перезагрузит эти страницы автоматически, когда вы закроете панель. +settingsSubframeColor=Заблокированные фреймы: Цвет +settingsSubframeOpacity=Непрозрачность +settingsIconBadgeEnabled=Показывать число отдельных запросов на иконке +settingsCollapseBlocked=Скрывать оставшееся от заблокированных элементов место +settingsCollapseBlacklisted=Скрывать оставшееся место от элементов из черного списка +settingsNoscriptTagsSpoofed=Подменять <code><noscript></code> теги, когда скрипты главного домена заблокированы +settingsCloudStorageEnabled=Включить поддержку облачного хранилища +privacyPageTitle=uMatrix – Приватность +privacyDeleteBlockedCookiesPrompt=Удалять заблокированные куки. +privacyDeleteBlockedCookiesHelp=<p>Запрещенные куки не блокируются <i>uMatrix</i> при входе в ваш браузер. Однако их передача из браузера предотвращается - вот что действительно важно. Неблокировка куки файлов до того, как они сохраняются браузером дает вам возможность узнать, что сайт пытался использовать куки, и потом изучить их содержимое, если вы хотите.</p><p>Как только эти запрещенные куки составлены <i>uMatrix</i>, они могут быть удалены из браузера, по вашему желанию.</p><p><b>Важное замечание:</b> Расширения могут осуществлять веб-запросы во время своей обычной работы. Эти запросы могут порождать создание куки файлов в браузере. Если имя хоста (сайта), от которого создается куки не в белом списке, то <i>uMatrix</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> +privacyDeleteBlockedLocalStoragePrompt=Удалять содержимое <a href='https://ru.wikipedia.org/wiki/Web_storage'>локального хранилища</a> заблокированных сайтов. +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> +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, является сторонним по отношению к запрашиваемому ресурсу. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Проверка гиперссылок — это механизм, позволяющий <b>любой стороне</b> получать информацию о том, по каким ссылкам переходил пользователь на каждой конкретной веб-странице. Единственная цель — отслеживание вашей интернет-активности.</p> +userRulesPermanentHeader=Постоянные правила +userRulesTemporaryHeader=Временные правила +userRulesRevert=Вернуть +userRulesCommit=Утвердить +userRulesEdit=Изменить +userRulesEditSave=Сохранить +userRulesEditDicard=Сбросить +userRulesImport=Импорт из файла... +userRulesExport=Экспорт в файл... +userRulesFormatHint=Синтаксис правил можно посмотреть на этой странице. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Каждый список содержит перечень сайтов, запрещённых на глобальном уровне. +hostsFilesStats={{blockedHostnameCount}} отдельных хостов заблокировано из: +hostsFilesPerFileStats={{used}} использовано из {{total}} +hostsFilesLastUpdate=Последнее обновление: {{ago}} +hostsFilesApplyChanges=Применить изменения +hostsFilesAutoUpdatePrompt=Автообновление списков сайтов. +hostsFilesUpdateNow=Обновить сейчас +hostsFilesPurgeAll=Очистить все кэши +hostsFilesExternalListsHint=Один URL на строку. Строки, начинающиеся с символа ‘#’, будут проигнорированы. Некорректные ссылки будут пропущены. +hostsFilesExternalListsParse=Обработать +hostsFilesExternalListPurge=очистить кэш +hostsFilesExternalListNew=доступна новая версия +hostsFilesExternalListObsolete=список устарел +rawSettingsWarning=Внимание! Изменяйте эти настройки конфигурации на свой страх и риск. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Список изменений</a> +aboutStorageUsed=Локальное хранилище: {{storageUsed}} байт +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документация</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Разрешения</a> +aboutCode=Исходный код (GPLv3) +aboutIssues=Баги и проблемы +aboutContributors=Участники +aboutCodeContributors=Код: +aboutIssueContributors=Проблемы: +aboutTranslationContributors=Переводы: +aboutUserDataHeader=Ваши данные +aboutBackupButton=Сделать резервный файл... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=Восстановить из файла... +aboutRestoreConfirm=Все ваши настройки будут перезаписаны резервными данными от {{time}}, и uMatrix перезагрузится.\n\nИзменить все настройки, используя эту резервную копию? +aboutRestoreError=Данные не могут быть прочитаны или содержат ошибки +aboutOr=... или ... +aboutResetButton=Сброс до настроек по умолчанию +aboutResetConfirm=Внимание! Это сбросит все ваши ручные настройки. Вы уверены, что хотите продолжить? +loggerFilterInputPlaceholder=фильтровать выражение(я) +loggerMaxEntriesTip=Максимальное число записей +loggerEntryCookieDeleted=куки удален: {{value}} +loggerEntryDeleteCookieError=не удалось удалить куки: {{value}} +loggerEntryBrowserCacheCleared=кэш браузера очищен +loggerEntryAssetUpdated=актив обновлен: {{value}} +mainBlockedPrompt1=uMatrix предотвратил загрузку следующей страницы: +mainBlockedPrompt2=Из-за следующего правила +mainBlockedBack=Назад +mainBlockedClose=Закрыть +commandRevertAll=Отменить все временные изменения +commandWhitelistPageDomain=Временно разрешить загрузку страницы +commandWhitelistAll=Временно добавить все в белый список +commandOpenDashboard=Открыть панель управления +elapsedOneMinuteAgo=минуту назад +elapsedManyMinutesAgo={{value}} минут назад +elapsedOneHourAgo=час назад +elapsedManyHoursAgo={{value}} часов назад +elapsedOneDayAgo=день назад +elapsedManyDaysAgo={{value}} дней назад +showDashboardButton=Панель управления +showLoggerButton=Журнал запросов +cloudPush=Экспорт в облачное хранилище +cloudPull=Импорт из облачного хранилища +cloudNoData=...\n... +cloudDeviceNamePrompt=Имя этого устройства: +genericSubmit=Принять +genericRevert=Вернуть +errorCantConnectTo=Ошибка сети: Не удается соединиться с {{url}} +genericApplyChanges=Применить изменения diff --git a/locale/sk/messages.properties b/locale/sk/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/sk/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/sl/messages.properties b/locale/sl/messages.properties new file mode 100644 index 0000000..a926471 --- /dev/null +++ b/locale/sl/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Nadzorna plošča +loggerPageName=uMatrix — Logger +settingsPageName=Nastavitve +privacyPageName=Zasebnost +statsPageName=Statistika +userRulesPageName=Moja pravila +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=O razširitvi +allPrettyName=vse +cookiePrettyName=piškotek +cssPrettyName=css +imagePrettyName=slika +mediaPrettyName=media +pluginPrettyName=vtičnik +scriptPrettyName=skript +xhrPrettyName=XHR +framePrettyName=okvir +otherPrettyName=ostalo +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Strog HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=Vse +statsPagePages=Strani +statsPageCookies=Piškotki +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/sr/messages.properties b/locale/sr/messages.properties new file mode 100644 index 0000000..ac80ae4 --- /dev/null +++ b/locale/sr/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Контролна табла +loggerPageName=uMatrix — Евиденција +settingsPageName=Подешавања +privacyPageName=Приватност +statsPageName=Статистика +userRulesPageName=Моја правила +ubiquitousRulesPageName=Хост датотеке +rawSettingsPageName=Више +aboutPageName=О програму +allPrettyName=све +cookiePrettyName=колачић +cssPrettyName=css +imagePrettyName=слика +mediaPrettyName=медији +pluginPrettyName=прикључак +scriptPrettyName=скрипта +xhrPrettyName=XHR +framePrettyName=оквир +otherPrettyName=остало +matrixNoNetTrafficPrompt=Нема мрежних активности на овој картици. +matrixMtxButtonTip=Омогући/онемогући матрично филтрирање за ову област. +matrixPersistButtonTip=Сачувај све привремене измене за ову област. +matrixRevertButtonTip=Врати привремене измене за ову област. +matrixReloadButton=Поново учитај страницу. +matrix1stPartyLabel=Тренутни домен +matrixBlacklistedHostnames=забрањених сајтова: {{count}} +matrixSwitchNoMixedContent=Забрани мешовити садржај +matrixSwitchNoWorker=Забрани веб радне скрипте +matrixSwitchReferrerSpoof=Referrer лажирање +matrixSwitchNoscriptSpoof=Лажирање <code><noscript></code> тагова +matrixRevertAllEntry=Врати све привремене измене +matrixLoggerMenuEntry=Иди на евиденцију +matrixDashboardMenuEntry=Иди на контролну таблу +matrixNoTabFound=Ниједна веб страница није пронађена +statsPageTitle=uMatrix – Статистика +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}} +statsPageHyperlinkAuditingFoiled=Блокираних покушаја <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>надгледања хипервеза</a>: {{count}} +statsPageCookiesRemoved=Уклоњено локалних колачића: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Локалних складишта</a> испражњено: {{count}} +statsPageBrowserCacheCleared=Очишћено кеша прегледача: {{count}} +statsPageDetailedStats=Детаљна статистика +statsPageDetailedAllPages=Све +statsPageDetailedBehindTheScenePage=Скривени захтеви +statsPageOverview=Преглед +statsPageRequests=Захтеви +statsPageAllowed=Дозвољено +statsPageBlocked=Блокирано +statsPageAll=Све +statsPagePages=Странице +statsPageCookies=Колачићи +statsPageCSS=CSS +statsPageImages=Слике +statsPagePlugins=Прикључци +statsPageScripts=Скрипте +statsPageXHRs=XHR +statsPageFrames=Оквири +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> +statsPageRefresh=Освежи +settingsPageTitle=uMatrix – Подешавања +settingsMatrixDisplayHeader=Изглед +settingsMatrixDisplayTextSizePrompt=Величина текста: +settingsMatrixDisplayTextSizeNormal=Нормалан +settingsMatrixDisplayTextSizeLarge=Велики +settingsMatrixDisplayColorBlind=Шема боја за далтонисте +settingsMatrixConvenienceHeader=Погодност +settingsDefaultScopeLevel=Подразумевани ниво опсега: +settingsDefaultScopeLevel0=Глобално +settingsDefaultScopeLevel1=Домен +settingsDefaultScopeLevel2=Сајт +settingsMatrixAutoReloadPrompt=Приликом затварања матрице, паметно обнови ове картице: +settingsMatrixAutoReloadNone=Ниједан +settingsMatrixAutoReloadCurrent=Тренутни +settingsMatrixAutoReloadAll=Све +settingsMatrixAutoReloadInfo=Када год начините измене у матрици које могу утицати на приказ и/или понашање једне или више страница, <i>uMatrix</i> ће аутоматски поново учитати погођене странице када будете затворили матрицу. +settingsSubframeColor=Блокираних оквира: Боја +settingsSubframeOpacity=Непрозирност +settingsIconBadgeEnabled=Прикажи број појединачних захтева на иконици +settingsCollapseBlocked=Скупи држач блокираних елемената +settingsCollapseBlacklisted=Скупи држач елемената на црној листи +settingsNoscriptTagsSpoofed=Лажирај <code><noscript></code> тагове када су скрипте прве стране блокиране +settingsCloudStorageEnabled=Омогући подршку складиштења у облаку +privacyPageTitle=uMatrix – Приватност +privacyDeleteBlockedCookiesPrompt=Избриши блокиране колачиће. +privacyDeleteBlockedCookiesHelp=<p><i>uMatrix</i> не спречава улазак блокираних колачића у ваш прегледач али их спречава да га напусте и то је оно што је у ствари важно. Неблокирање колачића пре него што уђу у прегледач вам даје могућност да будете упознати са тим да сајт покушава да користи колачиће, као и да испитујете њихов садржај, уколико то желите.</p><p>Чим <i>uMatrix</i> обрачуна ове колачиће, можете их уклонити ако то желите.</p><p><b>Важна напомена</b>Проширења могу креирати веб захтеве током свог нормалног рада. Ови захтеви могу довести до креирања колачића у прегледачу. Ако сајт одакле потиче колачић није на белој листи, онда ће <i>uMatrix</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> +privacyDeleteBlockedLocalStoragePrompt=Избриши садржај <a href='https://ru.wikipedia.org/wiki/Web_storage'>локалног складишта</a> блокираних сајтова +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> +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, трећа страна у односу на захтевани. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Надгледање хипервеза је механизам који дозвољава страни, <b>било којој страни</b>, да се информише о томе коју везу је корисник отворио на одређеној страници. То је у суштини функција праћења: дозвољава веб сајту или некој трећој страни да се информише о томе коју везу сте отворили на којој веб страници. Једина сврха је праћење активности корисника.</p> +userRulesPermanentHeader=Трајна правила +userRulesTemporaryHeader=Привремена правила +userRulesRevert=Врати +userRulesCommit=Потврди +userRulesEdit=Уреди +userRulesEditSave=Сачувај +userRulesEditDicard=Одбаци +userRulesImport=Увези из датотеке... +userRulesExport=Извези као датотеку... +userRulesFormatHint=Правила синтаксе можете погледати на овој страници. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Сви сајтови у хост датотеци су учитани као блокирани на глобалном нивоу. +hostsFilesStats={{blockedHostnameCount}} појединачних блокираних хостова из: +hostsFilesPerFileStats={{used}} искоришћено од {{total}} +hostsFilesLastUpdate=Последње ажурирање: {{ago}} +hostsFilesApplyChanges=Примени измене +hostsFilesAutoUpdatePrompt=Аутоматски обнови хост датотеке. +hostsFilesUpdateNow=Ажурирај сада +hostsFilesPurgeAll=Очисти сав кеш +hostsFilesExternalListsHint=Један URL по линији. Линије које почињу симболом ‘#’ ће бити игнорисане. Неважеће адресе ће бити тихо игнорисане. +hostsFilesExternalListsParse=Анализирај +hostsFilesExternalListPurge=очисти кеш +hostsFilesExternalListNew=доступна нова верзија +hostsFilesExternalListObsolete=застарело +rawSettingsWarning=Упозорење! Мењате ова конфигурацијска подешавања на сопствени ризик. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Списак измена</a> +aboutStorageUsed=Искоришћеност складишта: {{storageUsed}} бајтова +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документација</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволе</a> +aboutCode=Изворни код (GPLv3) +aboutIssues=Грешке и проблеми +aboutContributors=Сарадници +aboutCodeContributors=Код: +aboutIssueContributors=Проблеми: +aboutTranslationContributors=Преводи: +aboutUserDataHeader=Ваши подаци +aboutBackupButton=Сачувај резервну копију... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=Обнови из датотеке... +aboutRestoreConfirm=Сва ваша подешавања ће бити замењена резервном копијом од {{time}}, и uMatrix ће бити поново покренут.\n\nЗаменити сва постојећа подешавања резервном копијом? +aboutRestoreError=Подаци се не могу прочитати или су неважећи +aboutOr=... или ... +aboutResetButton=Врати на подразумевана подешавања +aboutResetConfirm=Пажња! Ово ће уклонити ваша прилагођена подешавања. Да ли сте сигурни да желите да наставите? +loggerFilterInputPlaceholder=филтрирање израза +loggerMaxEntriesTip=Највећи број уноса +loggerEntryCookieDeleted=колачића избрисано: {{value}} +loggerEntryDeleteCookieError=неуспелих брисања колачића: {{value}} +loggerEntryBrowserCacheCleared=кеш прегледача очишћен +loggerEntryAssetUpdated=ажурираних средстава: {{value}} +mainBlockedPrompt1=uMatrix је спречио учитавање следеће странице: +mainBlockedPrompt2=Због следећег правила +mainBlockedBack=Назад +mainBlockedClose=Затвори +commandRevertAll=Врати све привремене измене +commandWhitelistPageDomain=Привремено дозволи домен странице +commandWhitelistAll=Привремено дозволи све +commandOpenDashboard=Отвори контролну таблу +elapsedOneMinuteAgo=пре једног минута +elapsedManyMinutesAgo=пре {{value}} минута +elapsedOneHourAgo=пре сат времена +elapsedManyHoursAgo=пре {{value}} сата/и +elapsedOneDayAgo=пре једног дана +elapsedManyDaysAgo=пре {{value}} дана +showDashboardButton=Контролна табла +showLoggerButton=Евиденција +cloudPush=Извези у складиште у облаку +cloudPull=Увези из складишта у облаку +cloudNoData=...\n... +cloudDeviceNamePrompt=Име овог уређаја: +genericSubmit=Проследи +genericRevert=Врати +errorCantConnectTo=Грешка на мрежи: Ни може се повезати на {{url}} +genericApplyChanges=Примени промене diff --git a/locale/sv/messages.properties b/locale/sv/messages.properties new file mode 100644 index 0000000..67173d9 --- /dev/null +++ b/locale/sv/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Översiktspanel +loggerPageName=uMatrix — Logger +settingsPageName=Inställningar +privacyPageName=Integritet +statsPageName=Statistik +userRulesPageName=Mina regler +ubiquitousRulesPageName=Värdnamnsfiler +rawSettingsPageName=More +aboutPageName=Om +allPrettyName=alla +cookiePrettyName=kakor +cssPrettyName=css +imagePrettyName=bild +mediaPrettyName=medium +pluginPrettyName=tillägg +scriptPrettyName=skript +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=övrigt +matrixNoNetTrafficPrompt=Ingen nättrafik har hittills upptäckts för den här fliken. +matrixMtxButtonTip=Stäng av/sätt på matrisfiltrering i detta omfång. +matrixPersistButtonTip=Spara tillfälliga ändringar för detta omfång. +matrixRevertButtonTip=Återställ tillfälliga ändringar i detta omfång. +matrixReloadButton=Ladda om sidan.\nHåll ner Skift tangenten för att kringgå webbläsarens cache. +matrix1stPartyLabel=Förstapart +matrixBlacklistedHostnames={{count}} svartlistade värdnamn +matrixSwitchNoMixedContent=Strikt HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Hänvisningsförvanskning +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Återställ alla tillfälliga ändringar +matrixLoggerMenuEntry=Visa logg +matrixDashboardMenuEntry=Visa översiktspanel +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=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> förhindrade: {{count}} +statsPageCookiesRemoved=Lokala kakor borttagna: {{count}} +statsPageLocalStoragesCleared=Tömda <a href='http://diveintohtml5.info/storage.html'>lokala lagringar</a>: {{count}} +statsPageBrowserCacheCleared=Cacherensningar i webläsaren: {{count}} +statsPageDetailedStats=Detaljerad statistik +statsPageDetailedAllPages=Alla +statsPageDetailedBehindTheScenePage=Bakom kulissen +statsPageOverview=Översikt +statsPageRequests=Förfrågningar +statsPageAllowed=Tillåtna +statsPageBlocked=Blockerade +statsPageAll=Alla +statsPagePages=Sidor +statsPageCookies=Kakor +statsPageCSS=CSS +statsPageImages=Bilder +statsPagePlugins=Tillägg +statsPageScripts=Skript +statsPageXHRs=XHR:er +statsPageFrames=Frames +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> +statsPageRefresh=Uppdatera +settingsPageTitle=uMatrix – Inställningar +settingsMatrixDisplayHeader=Utseende +settingsMatrixDisplayTextSizePrompt=Textstorlek: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Stor +settingsMatrixDisplayColorBlind=Färgblindsanpassning +settingsMatrixConvenienceHeader=Bekvämlighet +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=När matrisen är stängd, ladda om dessa flikar intelligent: +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. +settingsSubframeColor=Blockerade frames: Färg +settingsSubframeOpacity=Genomskinlighet +settingsIconBadgeEnabled=Visa antalet distinkta förfrågningar i ikonen +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Radera <a href='https://en.wikipedia.org/wiki/Web_storage'>lokala lagringar</a> för blockerade värdar +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> +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. +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>. +privacyProcessHyperlinkAuditingHelp=<p>Granskning av hyperlänkar är en mekanism som tillåter en part, <b>vilken som helst</b>, att få tillgång till information om en användare har klickat på en särskild webbplats. Det är praktiskt taget en spårningsfunktion: det möjliggör för en websida, eller en tredjepart till den sidan, att få information om vilken sida du var på och vilken länk du har tryckt på. Syftet är endast att kartlägga ditt beteende när du surfar.</p> +userRulesPermanentHeader=Permanenta regler +userRulesTemporaryHeader=Tillfälliga regler +userRulesRevert=Återställ +userRulesCommit=Spara +userRulesEdit=Redigera +userRulesEditSave=Spara +userRulesEditDicard=Avbryt +userRulesImport=Importera från fil... +userRulesExport=Exportera till fil... +userRulesFormatHint=Läs denna sida för regelsyntax. +userRulesDefaultFileName=mina-umatrix-regler.txt +hostsFilesPrompt=Alla värdnamn i värdnamnsfilen är laddade för att svartlista värdnamn i det globala tillämpningsområdet. +hostsFilesStats={{blockedHostnameCount}} distinkt blockerade värdnamn från: +hostsFilesPerFileStats={{used}} använda av {{total}} +hostsFilesLastUpdate=Senast uppdaterad: {{ago}} +hostsFilesApplyChanges=Verkställ ändringar +hostsFilesAutoUpdatePrompt=Uppdatera värdnamsfiler automatiskt. +hostsFilesUpdateNow=Uppdatera nu +hostsFilesPurgeAll=Töm alla cachar +hostsFilesExternalListsHint=En adress per rad. Rader som börjar med ‘#’ ignoreras. Inkorrekta adresser ignoreras utan varning. +hostsFilesExternalListsParse=Läs in +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> +aboutStorageUsed=Använt utrymme: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Dokumentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Tillstånd</a> +aboutCode=Källkod (GPLv3) +aboutIssues=Buggar och problem +aboutContributors=Medhjälpare +aboutCodeContributors=Kod: +aboutIssueContributors=Problem: +aboutTranslationContributors=Översättningar: +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? +aboutRestoreError=Data kunde inte läsas in ordentligt +aboutOr=... eller ... +aboutResetButton=Återställ till förvalda inställningar +aboutResetConfirm=Obs! Detta kommer att ta bort alla dina egna inställningar. Är du säkert på att du vill fortsätta? +loggerFilterInputPlaceholder=filteruttryck +loggerMaxEntriesTip=Högst antal inlägg +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: +mainBlockedPrompt2=På grund av den här regeln +mainBlockedBack=Gå tillbaka +mainBlockedClose=Stäng +commandRevertAll=Återställ alla tillfälliga ändringar +commandWhitelistPageDomain=Vitlista siddomän tillfälligt +commandWhitelistAll=Vitlista alla tillfälligt +commandOpenDashboard=Öppna översiktspanel +elapsedOneMinuteAgo=en minut sedan +elapsedManyMinutesAgo={{value}} minuter sedan +elapsedOneHourAgo=en timme sedan +elapsedManyHoursAgo={{value}} timmar sedan +elapsedOneDayAgo=en dag sedan +elapsedManyDaysAgo={{value}} dagar sedan +showDashboardButton=Översiktspanel +showLoggerButton=Logg +cloudPush=Exportera till molnet +cloudPull=Importera från molnet +cloudNoData=...\n... +cloudDeviceNamePrompt=Namn på denna enhet: +genericSubmit=Skicka +genericRevert=Återställ +errorCantConnectTo=Nätverksproblem: kan inte ansluta till {{url}} +genericApplyChanges=Apply changes diff --git a/locale/sw/messages.properties b/locale/sw/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/sw/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/ta/messages.properties b/locale/ta/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/ta/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/te/messages.properties b/locale/te/messages.properties new file mode 100644 index 0000000..7cba035 --- /dev/null +++ b/locale/te/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=ఐచ్చికాలు +privacyPageName=గోప్యత +statsPageName=గణాంకాలు +userRulesPageName=నా నియమాలు +ubiquitousRulesPageName=హోస్ట్ ఫైల్లు +rawSettingsPageName=More +aboutPageName=మా గురించి +allPrettyName=అన్ని +cookiePrettyName=కుక్కి +cssPrettyName=సిఎస్ఎస్ +imagePrettyName=చిత్రం +mediaPrettyName=media +pluginPrettyName=పొడిగింపు +scriptPrettyName=స్క్రిప్ట్ +xhrPrettyName=XHR +framePrettyName=ఫ్రేమ్ +otherPrettyName=ఇతర +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=అన్ని +statsPagePages=పేజీలు +statsPageCookies=కుక్కీలు +statsPageCSS=సిఎస్ఎస్ +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=స్పష్టత +settingsIconBadgeEnabled=చిహ్నంపై విభిన్న అభ్యర్దనల సంఖ్య చూపుము +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=శాశ్వత నియమాలు +userRulesTemporaryHeader=తాత్కాలిక నియమాలు +userRulesRevert=Revert +userRulesCommit=భద్రపరచు +userRulesEdit=సవరించు +userRulesEditSave=భద్రపరచు +userRulesEditDicard=వదిలివేయు +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=మార్పులను అమలుపరచు +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=ఇప్పుడే నవీకరించు +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=ఒక రోజు క్రితం +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/th/messages.properties b/locale/th/messages.properties new file mode 100644 index 0000000..060ae58 --- /dev/null +++ b/locale/th/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Dashboard +loggerPageName=uMatrix — Logger +settingsPageName=Settings +privacyPageName=Privacy +statsPageName=Statistics +userRulesPageName=My rules +ubiquitousRulesPageName=Hosts files +rawSettingsPageName=More +aboutPageName=About +allPrettyName=all +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=image +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=other +matrixNoNetTrafficPrompt=No net traffic seen for this tab so far. +matrixMtxButtonTip=Disable/enable matrix filtering for this scope. +matrixPersistButtonTip=Save all temporary changes for this scope. +matrixRevertButtonTip=Revert temporary changes for this scope. +matrixReloadButton=Reload the page.\nPress Shift to bypass the browser cache. +matrix1stPartyLabel=1st-party +matrixBlacklistedHostnames={{count}} blacklisted hostname(s) +matrixSwitchNoMixedContent=Forbid mixed content +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Spoof <code>Referer</code> header +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Revert all temporary changes +matrixLoggerMenuEntry=Go to logger +matrixDashboardMenuEntry=Go to dashboard +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – 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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hyperlink auditing</a> attempts foiled: {{count}} +statsPageCookiesRemoved=Local cookies removed: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Local storages</a> emptied: {{count}} +statsPageBrowserCacheCleared=Browser caches cleared: {{count}} +statsPageDetailedStats=Detailed statistics +statsPageDetailedAllPages=All +statsPageDetailedBehindTheScenePage=Behind the scene +statsPageOverview=Overview +statsPageRequests=Requests +statsPageAllowed=Allowed +statsPageBlocked=Blocked +statsPageAll=All +statsPagePages=Pages +statsPageCookies=Cookies +statsPageCSS=CSS +statsPageImages=Images +statsPagePlugins=Plugins +statsPageScripts=Scripts +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Refresh +settingsPageTitle=uMatrix – Settings +settingsMatrixDisplayHeader=Matrix +settingsMatrixDisplayTextSizePrompt=Text size: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Large +settingsMatrixDisplayColorBlind=Color-blind friendly +settingsMatrixConvenienceHeader=Convenience +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=When the matrix is closed, smart reload these tabs: +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. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Opacity +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Permanent rules +userRulesTemporaryHeader=Temporary rules +userRulesRevert=Revert +userRulesCommit=Commit +userRulesEdit=Edit +userRulesEditSave=Save +userRulesEditDicard=Discard +userRulesImport=Import from file... +userRulesExport=Export to file... +userRulesFormatHint=See this page for rule syntax. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=All hostnames in a hosts file are loaded as blacklisted hostnames in the global scope. +hostsFilesStats={{blockedHostnameCount}} distinct blocked hostnames from: +hostsFilesPerFileStats={{used}} used out of {{total}} +hostsFilesLastUpdate=Last update: {{ago}} +hostsFilesApplyChanges=Apply changes +hostsFilesAutoUpdatePrompt=Auto-update hosts files. +hostsFilesUpdateNow=Update now +hostsFilesPurgeAll=Purge all caches +hostsFilesExternalListsHint=One URL per line. Lines prefixed with ‘#’ will be ignored. Invalid URLs will be silently ignored. +hostsFilesExternalListsParse=Parse +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> +aboutStorageUsed=Storage used: {{storageUsed}} bytes +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Documentation</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Permissions</a> +aboutCode=Source code (GPLv3) +aboutIssues=Bugs and issues +aboutContributors=Contributors +aboutCodeContributors=Code: +aboutIssueContributors=Issues: +aboutTranslationContributors=Translations: +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? +aboutRestoreError=The data could not be read or is invalid +aboutOr=... or ... +aboutResetButton=Reset to default settings +aboutResetConfirm=Caution! this will remove all your custom settings. Are you sure you want to proceed? +loggerFilterInputPlaceholder=filter expression(s) +loggerMaxEntriesTip=Maximum number of entries +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: +mainBlockedPrompt2=Because of the following rule +mainBlockedBack=Go back +mainBlockedClose=Close +commandRevertAll=Revert all temporary changes +commandWhitelistPageDomain=Temporarily whitelist page domain +commandWhitelistAll=Temporarily whitelist all +commandOpenDashboard=Open dashboard +elapsedOneMinuteAgo=a minute ago +elapsedManyMinutesAgo={{value}} minutes ago +elapsedOneHourAgo=an hour ago +elapsedManyHoursAgo={{value}} hours ago +elapsedOneDayAgo=a day ago +elapsedManyDaysAgo={{value}} days ago +showDashboardButton=Dashboard +showLoggerButton=Logger +cloudPush=Export to cloud storage +cloudPull=Import from cloud storage +cloudNoData=...\n... +cloudDeviceNamePrompt=This device name: +genericSubmit=Submit +genericRevert=Revert +errorCantConnectTo=Network error: Unable to connect to {{url}} +genericApplyChanges=Apply changes diff --git a/locale/tr/messages.properties b/locale/tr/messages.properties new file mode 100644 index 0000000..5c11bfc --- /dev/null +++ b/locale/tr/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Kontrol Paneli +loggerPageName=uMatrix — Günlükçü +settingsPageName=Ayarlar +privacyPageName=Gizlilik +statsPageName=İstatistikler +userRulesPageName=Kurallarım +ubiquitousRulesPageName=Alan adı dosyaları +rawSettingsPageName=Daha +aboutPageName=Hakkında +allPrettyName=tümü +cookiePrettyName=çerez +cssPrettyName=css +imagePrettyName=resim +mediaPrettyName=medya +pluginPrettyName=eklenti +scriptPrettyName=betik +xhrPrettyName=XHR +framePrettyName=çerçeve +otherPrettyName=diğer +matrixNoNetTrafficPrompt=Bu sekme için şimdiye kadar hiç ağ trafiği görülmedi. +matrixMtxButtonTip=Bu kapsam için matris süzgecini devre dışı bırak/etkinleştir. +matrixPersistButtonTip=Bu kapsam için geçici değişikliklerin tümünü kaydet. +matrixRevertButtonTip=Bu kapsam için geçici değişiklikleri geri al. +matrixReloadButton=Sayfayı yeniden yükle.\nTarayıcı önbelleğini yok sayarak yeniden yüklemek için Üst Karakter'e basın. +matrix1stPartyLabel=1. taraf +matrixBlacklistedHostnames={{count}} kara listelenmiş alan adı +matrixSwitchNoMixedContent=Katı HTTPS +matrixSwitchNoWorker=Web işçilerini yasakla +matrixSwitchReferrerSpoof=Başvuran aldat +matrixSwitchNoscriptSpoof=<code><noscript></code> etiketi aldat +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 +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}} +statsPageHyperlinkAuditingFoiled=<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>Hiperbağlaç denetim</a> girişimi önlendi: {{count}} +statsPageCookiesRemoved=Yerel çerezler kaldırıldı: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Yerel depolar</a> boşaltıldı: {{count}} +statsPageBrowserCacheCleared=Tarayıcı önbelleği temizlendi: {{count}} +statsPageDetailedStats=Ayrıntılı istatistikler +statsPageDetailedAllPages=Tümü +statsPageDetailedBehindTheScenePage=Perde arkası +statsPageOverview=Genel Bakış +statsPageRequests=İstekler +statsPageAllowed=İzin verilen +statsPageBlocked=Engellenmiş +statsPageAll=Tümü +statsPagePages=Sayfalar +statsPageCookies=Çerezler +statsPageCSS=CSS +statsPageImages=Resimler +statsPagePlugins=Eklentiler +statsPageScripts=Betikler +statsPageXHRs=XHR'ler +statsPageFrames=Çerçeveler +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> +statsPageRefresh=Yenile +settingsPageTitle=uMatrix – Ayarları +settingsMatrixDisplayHeader=Matris +settingsMatrixDisplayTextSizePrompt=Metin boyutu: +settingsMatrixDisplayTextSizeNormal=Normal +settingsMatrixDisplayTextSizeLarge=Büyük +settingsMatrixDisplayColorBlind=Renk körü dostu +settingsMatrixConvenienceHeader=Uygunluk +settingsDefaultScopeLevel=Varsayılan kapsam seviyesi: +settingsDefaultScopeLevel0=Genel +settingsDefaultScopeLevel1=Alan adı +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Matris kapatıldığında şu sekmeleri yeniden yükle: +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. +settingsSubframeColor=Engellenmiş çerçeveler: Color +settingsSubframeOpacity=Saydamlık +settingsIconBadgeEnabled=Farklı isteklerin sayısını simge üzerinde göster +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 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Engellenmiş alan adları tarafından oluşturulmuş <a href='https://en.wikipedia.org/wiki/Web_storage'>Yerel depolama</a> içeriğini sil +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Köprü denetimi, kullanıcının web sayfasında hangi bağlantıya tıkladığını bir tarafa bildiren, <b>herhangi bir tarafa</b>, mekanizmadır. Esasen bir izleme özelliğidir: Bir web sitesinin veya o siteye bağlı üçüncü tarafın o sitenin hangi sayfasında hangi bağlantıya tıkladığınızı bilmesine olanak sağlar. Bunun tek amacı sizin tarayıcı etkinliğinizi izlemektir.</p> +userRulesPermanentHeader=Kalıcı kurallar +userRulesTemporaryHeader=Geçici kurallar +userRulesRevert=Geri al +userRulesCommit=İşle +userRulesEdit=Düzenle +userRulesEditSave=Kaydet +userRulesEditDicard=İptal et +userRulesImport=Dosyadan içe aktar... +userRulesExport=Dosyaya aktar... +userRulesFormatHint=Kural sözdizimi için bu sayfaya bakın. +userRulesDefaultFileName=umatrix-kurallarim.txt +hostsFilesPrompt=Alan adı dosyasındaki tüm alan adları genel kapsamda kara listeye yüklenir. +hostsFilesStats={{blockedHostnameCount}} farklı engellenmiş alan adı: +hostsFilesPerFileStats={{total}} süzgecin {{used}} adedi kullanıldı +hostsFilesLastUpdate=Son güncelleme: {{ago}} +hostsFilesApplyChanges=Değişiklikleri uygula +hostsFilesAutoUpdatePrompt=Alan adı dosyalarını otomatik olarak güncelle. +hostsFilesUpdateNow=Şimdi güncelle +hostsFilesPurgeAll=Tüm önbellekleri temizle +hostsFilesExternalListsHint=Satır başına tek URL. ‘#’ işareti ile başlayan satırlar yok sayılacaktır. Geçersiz URL'ler sessizcene yok sayılacaktır. +hostsFilesExternalListsParse=Çözümle +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> +aboutStorageUsed=Kullanılan depolama: {{storageUsed}} bayt +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Belgeler</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>İzinler</a> +aboutCode=Kaynak kodu (GPLv3) +aboutIssues=Hatalar ve sorunlar +aboutContributors=Katkıda bulunanlar +aboutCodeContributors=Kod: +aboutIssueContributors=Sorunlar: +aboutTranslationContributors=Çeviriler: +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ı? +aboutRestoreError=Veri okunamadı veya geçersiz +aboutOr=... veya ... +aboutResetButton=Varsayılan ayarlara sıfırla +aboutResetConfirm=Uyarı! Bu işlem tüm kişisel ayarlarınızı kaldıracaktır. Devam etmek istediğinizden emin misiniz? +loggerFilterInputPlaceholder=süzgeç ifadeleri +loggerMaxEntriesTip=Maksimum giriş sayısı +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: +mainBlockedPrompt2=Bu kural nedeniyle +mainBlockedBack=Geri git +mainBlockedClose=Kapat +commandRevertAll=Geçici değişikliklerin tümünü geri al +commandWhitelistPageDomain=Sayfa alan adını geçici olarak beyaz listeye ekle +commandWhitelistAll=Tümünü geçici olarak beyaz listeye ekle +commandOpenDashboard=Kontrol paneli aç +elapsedOneMinuteAgo=bir dakika önce +elapsedManyMinutesAgo={{value}} dakika önce +elapsedOneHourAgo=bir saat önce +elapsedManyHoursAgo={{value}} saat önce +elapsedOneDayAgo=bir gün önce +elapsedManyDaysAgo={{value}} gün önce +showDashboardButton=Kontrol Paneli +showLoggerButton=Günlükçü +cloudPush=Bulut depoya aktar +cloudPull=Bulut depodan al +cloudNoData=...\n... +cloudDeviceNamePrompt=Bu cihazın adı: +genericSubmit=Gönder +genericRevert=Geri al +errorCantConnectTo=Ağ hatası: {{url}} adresine bağlanılamıyor +genericApplyChanges=Değişiklikleri uygula diff --git a/locale/uk/messages.properties b/locale/uk/messages.properties new file mode 100644 index 0000000..d5b5a67 --- /dev/null +++ b/locale/uk/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — Налаштування +loggerPageName=uMatrix — Logger +settingsPageName=Налаштування +privacyPageName=Конфіденційність +statsPageName=Статистика +userRulesPageName=Мої правила +ubiquitousRulesPageName=Файли hosts +rawSettingsPageName=More +aboutPageName=Про програму +allPrettyName=усе +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=зображення +mediaPrettyName=media +pluginPrettyName=плагін +scriptPrettyName=скрипт +xhrPrettyName=XHR +framePrettyName=фрейм +otherPrettyName=інше +matrixNoNetTrafficPrompt=У цій вкладці ще не було трафіку. +matrixMtxButtonTip=Вимкнути/увімкнути фільтрацію для цього сайту. +matrixPersistButtonTip=Зберегти усі тимчасові зміни для цього сайту. +matrixRevertButtonTip=Відмінити усі тимчасові зміни для цього сайту. +matrixReloadButton=Перезавантажити сторінку. +matrix1stPartyLabel=поточний сайт +matrixBlacklistedHostnames=Сайтів заблоковано: {{count}} +matrixSwitchNoMixedContent=Строге HTTPS +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Підміна referrer +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Відмінити усі тимчасові зміни +matrixLoggerMenuEntry=Перейти до журналу +matrixDashboardMenuEntry=Налаштування +matrixNoTabFound=No web page found +statsPageTitle=uMatrix – Статистика +statsPageGenericStats=Загальна статистика +statsPageCookieHeadersFoiled=Відредаговано заголовків <a href='http://uk.wikipedia.org/wiki/Куки'>кукі</a>: {{count}} +statsPageRefererHeadersFoiled=Відредаговано заголовків <a href='https://en.wikipedia.org/wiki/HTTP_referer'>referer</a>: {{count}} +statsPageHyperlinkAuditingFoiled=Заблоковано спроб <a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>аудиту посилань</a>: {{count}} +statsPageCookiesRemoved=Видалено локальних кукі: {{count}} +statsPageLocalStoragesCleared=Спорожнено <a href='http://diveintohtml5.info/storage.html'>локальних сховищ</a>: {{count}} +statsPageBrowserCacheCleared=Кешів очищено: {{count}} +statsPageDetailedStats=Детальна статистика +statsPageDetailedAllPages=Усе +statsPageDetailedBehindTheScenePage=Приховані запити +statsPageOverview=Огляд +statsPageRequests=Запити +statsPageAllowed=Дозволено +statsPageBlocked=Заблоковано +statsPageAll=Усе +statsPagePages=Сторінки +statsPageCookies=Кукі +statsPageCSS=CSS +statsPageImages=Зображення +statsPagePlugins=Плагіни +statsPageScripts=Скрипти +statsPageXHRs=XHRs +statsPageFrames=Frames +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> +statsPageRefresh=Оновити +settingsPageTitle=uMatrix – Налаштування +settingsMatrixDisplayHeader=Вигляд +settingsMatrixDisplayTextSizePrompt=Розмір тексту: +settingsMatrixDisplayTextSizeNormal=Середній +settingsMatrixDisplayTextSizeLarge=Великий +settingsMatrixDisplayColorBlind=Контрастні кольори +settingsMatrixConvenienceHeader=Зручність +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Після закриття matrix перезавантажувати ці вкладки: +settingsMatrixAutoReloadNone=Жодних +settingsMatrixAutoReloadCurrent=Поточний +settingsMatrixAutoReloadAll=Усе +settingsMatrixAutoReloadInfo=Щоразу, коли ви робите зміни в матриці, які можуть змінити вигляд і/або поведінку однієї, або більше сторінок <i>uMatrix</i> перевантажить змінені сторінки після закриття матриці. +settingsSubframeColor=Blocked frames: Color +settingsSubframeOpacity=Затінення +settingsIconBadgeEnabled=Show the number of distinct requests on the icon +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 – Приватність +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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Постійні правила +userRulesTemporaryHeader=Тимчасові правила +userRulesRevert=Повернути +userRulesCommit=Затвердити +userRulesEdit=Редагувати +userRulesEditSave=Зберегти +userRulesEditDicard=Відхилити +userRulesImport=Імпортувати з файлу... +userRulesExport=Експортувати в файл... +userRulesFormatHint=Дивися цю сторінку з правилами синтаксису. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Всі імена з файлу hosts були занесені до чорного списку у глобальному діапазоні. +hostsFilesStats={{blockedHostnameCount}} унікальних імен заблоковано з: +hostsFilesPerFileStats={{used}} використано з {{total}} +hostsFilesLastUpdate=Останнє оновлення: {{ago}} +hostsFilesApplyChanges=Застосувати зміни +hostsFilesAutoUpdatePrompt=Автоматичне оновлення файлів hosts. +hostsFilesUpdateNow=Оновити зараз +hostsFilesPurgeAll=Відмінити усі зміни +hostsFilesExternalListsHint=Один URL на рядок. Рядки що починаються з ‘#’ будуть проігноровані. Неправильні URL будуть проігноровані. +hostsFilesExternalListsParse=Обробити +hostsFilesExternalListPurge=очистити кеш +hostsFilesExternalListNew=є нова версія +hostsFilesExternalListObsolete=застаріла +rawSettingsWarning=Warning! Change these raw configuration settings at your own risk. +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>Перелік змін</a> +aboutStorageUsed=Байтів використано у сховищі: {{storageUsed}} +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>Документація</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>Дозволи</a> +aboutCode=Текст програми (GPLv3) +aboutIssues=Проблеми і помилки +aboutContributors=Учасники +aboutCodeContributors=Код: +aboutIssueContributors=Проблеми: +aboutTranslationContributors=Переклади: +aboutUserDataHeader=Ваші дані +aboutBackupButton=Зберегти резервну копію... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=Відновити з файлу... +aboutRestoreConfirm=Усі налаштування будуть замінені даними з резервної копії від {{time}}, і uMatrix буде перезавантажено.\n\nЗамінити усі існуючі дані? +aboutRestoreError=Дані неправильні або недоступні +aboutOr=... або ... +aboutResetButton=Скинути до заводських налаштувань +aboutResetConfirm=Увага! Ваші ручні налаштування буде видалено. Продовжити? +loggerFilterInputPlaceholder=фільтр(и) +loggerMaxEntriesTip=Максимальна кількість записів +loggerEntryCookieDeleted=кукі видалено: {{value}} +loggerEntryDeleteCookieError=не вдалося видалити кукі: {{value}} +loggerEntryBrowserCacheCleared=кеш браузера очищено +loggerEntryAssetUpdated=компонент оновлено: {{value}} +mainBlockedPrompt1=uMatrix заблокував завантаження сторінки: +mainBlockedPrompt2=Через наступне правило +mainBlockedBack=Назад +mainBlockedClose=Закрити +commandRevertAll=Відмінити усі тимчасові зміни +commandWhitelistPageDomain=Тимчасово додати домен у білий список +commandWhitelistAll=Тимчасово розблокувати усе +commandOpenDashboard=Відкрити налаштування +elapsedOneMinuteAgo=хвилину тому +elapsedManyMinutesAgo={{value}} хвилин тому +elapsedOneHourAgo=годину тому +elapsedManyHoursAgo={{value}} годин тому +elapsedOneDayAgo=день тому +elapsedManyDaysAgo={{value}} днів тому +showDashboardButton=Налаштування +showLoggerButton=Журнал +cloudPush=Експорт до хмарного сховища +cloudPull=Імпорт з хмарного сховища +cloudNoData=...\n... +cloudDeviceNamePrompt=Назва цього пристрою: +genericSubmit=Відправити +genericRevert=Повернути +errorCantConnectTo=Помилка мережі: Неможливо під’єднатися до {{url}} +genericApplyChanges=Apply changes diff --git a/locale/vi/messages.properties b/locale/vi/messages.properties new file mode 100644 index 0000000..35e0c88 --- /dev/null +++ b/locale/vi/messages.properties @@ -0,0 +1,179 @@ +extName=µMatrix +dashboardPageName=µMatrix — Bảng điều khiển +loggerPageName=uMatrix — Logger +settingsPageName=Cài đặt +privacyPageName=Riêng tư +statsPageName=Thống kê +userRulesPageName=Quy tắc riêng +ubiquitousRulesPageName=Tập tin máy chủ +rawSettingsPageName=More +aboutPageName=Thông tin +allPrettyName=tất cả +cookiePrettyName=cookie +cssPrettyName=css +imagePrettyName=ảnh +mediaPrettyName=media +pluginPrettyName=plugin +scriptPrettyName=script +xhrPrettyName=XHR +framePrettyName=frame +otherPrettyName=khác +matrixNoNetTrafficPrompt=Chưa phát hiện lưu lượng mạng trong thẻ này. +matrixMtxButtonTip=Vô hiệu/kích hoạt lọc ma trận cho phạm vi này.\nYêu cầu đã chặn thông qua lọc ma trận trên trang này: {{count}}. +matrixPersistButtonTip=Lưu tất cả thay đổi tạm thời cho phạm vi này. +matrixRevertButtonTip=Xoá thay đổi tạm thời của phạm vị này. +matrixReloadButton=Tải lại trang. +matrix1stPartyLabel=bên thứ nhất +matrixBlacklistedHostnames={{count}} tên máy chủ trong danh sách đen +matrixSwitchNoMixedContent=HTTPS nghiêm ngặt +matrixSwitchNoWorker=Forbid web workers +matrixSwitchReferrerSpoof=Giả tham chiếu +matrixSwitchNoscriptSpoof=Spoof <code><noscript></code> tags +matrixRevertAllEntry=Hủy các thay đổi tạm thời +matrixLoggerMenuEntry=Đến nhật ký +matrixDashboardMenuEntry=Đến bảng điều khiển +matrixNoTabFound=No web page found +statsPageTitle=Thống kê µMatrix +statsPageGenericStats=Thống kê tổng quát +statsPageCookieHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>Đầu mục cookie HTTP</a> bị chặn: {{count}} +statsPageRefererHeadersFoiled=<a href='https://en.wikipedia.org/wiki/HTTP_cookie'>Đầu mục tham chiếu HTTP</a> bị chặn: {{count}} +statsPageHyperlinkAuditingFoiled=<a href='http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing'>Cố gắng kiểm tra siêu liên kết</a> bị chặn: {{count}} +statsPageCookiesRemoved=Cookie trên máy đã xoá: {{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>Lưu trữ trên máy</a> đã làm rỗng: {{count}} +statsPageBrowserCacheCleared=Bộ nhớ đệm trình duyệt đã xoá: {{count}} +statsPageDetailedStats=Thống kê chi tiết +statsPageDetailedAllPages=Tất cả +statsPageDetailedBehindTheScenePage=Yêu cầu ẩn +statsPageOverview=Tổng quan +statsPageRequests=Yêu cầu +statsPageAllowed=Đã cho phép +statsPageBlocked=Đã chặn +statsPageAll=Tất cả +statsPagePages=Trang +statsPageCookies=Cookie +statsPageCSS=CSS +statsPageImages=Ảnh +statsPagePlugins=Plugin +statsPageScripts=Script +statsPageXHRs=XHR +statsPageFrames=Frame +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> +statsPageRefresh=Tải lại +settingsPageTitle=Cài đặt µMatrix +settingsMatrixDisplayHeader=Diện mạo +settingsMatrixDisplayTextSizePrompt=Cỡ chữ: +settingsMatrixDisplayTextSizeNormal=Thường +settingsMatrixDisplayTextSizeLarge=Lớn +settingsMatrixDisplayColorBlind=Thân thiện với người mù màu +settingsMatrixConvenienceHeader=Tiện lợi +settingsDefaultScopeLevel=Default scope level: +settingsDefaultScopeLevel0=Global +settingsDefaultScopeLevel1=Domain +settingsDefaultScopeLevel2=Site +settingsMatrixAutoReloadPrompt=Khi đã đóng ma trận, tải lại thông minh những thẻ này: +settingsMatrixAutoReloadNone=Không có +settingsMatrixAutoReloadCurrent=Hiện tại +settingsMatrixAutoReloadAll=Tất cả +settingsMatrixAutoReloadInfo=Bất cứ khi nào bạn tạo ra thay đổi trong ma trận có thể ảnh hưởng đến việc hiển thị và/hoặc hành vi của một hoặc nhiều trang, <i>µMatrix</i> sẽ tự tải lại trang được ảnh hưởng khi bạn đóng ma trận. +settingsSubframeColor=Đã chặn frame: Màu +settingsSubframeOpacity=Độ mờ +settingsIconBadgeEnabled=Hiển thị số lượng yêu cầu riêng biệt trên biểu tượng +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=µ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> +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> +privacyDeleteBlockedLocalStoragePrompt=Delete <a href='https://en.wikipedia.org/wiki/Web_storage'>local storage</a> content set by blocked hostnames +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> +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. +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. +privacyProcessHyperlinkAuditingHelp=<p>Hyperlink auditing is a mechanism which allow a party, <b>any party</b>, to be informed about which link a user clicked on a particular web page. It is essentially a tracking feature: it allows a web site, or any third-party to that web site, to be informed about which link you clicked on which one of its web pages. The sole purpose is to track your browsing activity.</p> +userRulesPermanentHeader=Quy tắc vĩnh viễn +userRulesTemporaryHeader=Quy tắc tạm thời +userRulesRevert=Phục hồi +userRulesCommit=Xác nhận +userRulesEdit=Sửa +userRulesEditSave=Lưu +userRulesEditDicard=Huỷ +userRulesImport=Nhập từ tập tin... +userRulesExport=Xuất ra tập tin... +userRulesFormatHint=Xem trang này để biết quy tắc cú pháp. +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Tất cả tên máy chủ trong tập tin máy chủ được nạp là tên máy chủ trong danh sách đen trong phạm vi chung. +hostsFilesStats={{blockedHostnameCount}} tên máy chủ đã chặn khác biệt từ: +hostsFilesPerFileStats={{used}} được dùng trên tổng {{total}} +hostsFilesLastUpdate=Cập nhật: {{ago}} +hostsFilesApplyChanges=Áp dụng thay đổi +hostsFilesAutoUpdatePrompt=Tự động cập nhật tập tin máy chủ. +hostsFilesUpdateNow=Cập nhật ngay +hostsFilesPurgeAll=Dọn tất cả bộ nhớ đệm +hostsFilesExternalListsHint=Một URL mỗi dòng. Các dòng bắt đầu với ‘#’ sẽ được bỏ qua. URL không hợp lệ sẽ được tự bỏ qua. +hostsFilesExternalListsParse=Phân tích +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> +aboutStorageUsed=Lưu trữ đã dùng: {{storageUsed}} byte +aboutDoc=<a href='https://github.com/gorhill/uMatrix/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 đề +aboutContributors=Những người đóng góp +aboutCodeContributors=Mã: +aboutIssueContributors=Vấn đề: +aboutTranslationContributors=Bản dịch: +aboutUserDataHeader=Dữ liệu của bạn +aboutBackupButton=Sao lưu ra tập tin... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=Phục hồi từ tập tin... +aboutRestoreConfirm=Mọi cấu hình của bạn sẽ được thay thế bằng dữ liệu đã sao lưu vào {{time}}, và µMatrix sẽ khởi động lại.\n\nGhi đè tất cả cấu hình hiện tại bằng dữ liệu đã sao lưu? +aboutRestoreError=Không thể đọc dữ liệu hoặc dữ liệu không hợp lệ +aboutOr=... hoặc ... +aboutResetButton=Phục hồi cấu hình mặc định +aboutResetConfirm=Cẩn trọng! Điều này sẽ xoá tất cả cấu hình tuỳ chỉnh của bạn. Bạn chắc muốn tiến hành? +loggerFilterInputPlaceholder=diễn tả bộ lọc +loggerMaxEntriesTip=Số mục tối đa +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: +mainBlockedPrompt2=Bởi vì các luật sau +mainBlockedBack=Trở về +mainBlockedClose=Đóng +commandRevertAll=Xoá tất cả thay đổi tạm thời +commandWhitelistPageDomain=Tạm thời thêm tên miền trang vào danh sách an toàn +commandWhitelistAll=Tạm thời thêm tất cả vào danh sách an toàn +commandOpenDashboard=Mở bảng điều khiển +elapsedOneMinuteAgo=một phút trước +elapsedManyMinutesAgo=phút trước +elapsedOneHourAgo=một giờ trước +elapsedManyHoursAgo=giờ trước +elapsedOneDayAgo=một ngày trước +elapsedManyDaysAgo=ngày trước +showDashboardButton=Bảng điều khiển +showLoggerButton=Ghi dữ liệu +cloudPush=Xuất sang lưu trữ trên mây +cloudPull=Nhập từ lưu trữ trên mây +cloudNoData=...\n... +cloudDeviceNamePrompt=Tên thiết bị: +genericSubmit=Xác nhận +genericRevert=Phục hồi +errorCantConnectTo=Lỗi mạng: Không thể kết nối đến {{url}} +genericApplyChanges=Apply changes diff --git a/locale/zh-CN/messages.properties b/locale/zh-CN/messages.properties new file mode 100644 index 0000000..56ed3a3 --- /dev/null +++ b/locale/zh-CN/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — 控制面板 +loggerPageName=uMatrix — 日志记录 +settingsPageName=设置 +privacyPageName=隐私 +statsPageName=统计 +userRulesPageName=我的规则 +ubiquitousRulesPageName=Hosts 文件 +rawSettingsPageName=更多 +aboutPageName=关于 +allPrettyName=全部 +cookiePrettyName=Cookie +cssPrettyName=样式 +imagePrettyName=图像 +mediaPrettyName=影音 +pluginPrettyName=插件 +scriptPrettyName=脚本 +xhrPrettyName=XHR +framePrettyName=嵌套 +otherPrettyName=其他 +matrixNoNetTrafficPrompt=该页面暂无网络传输。 +matrixMtxButtonTip=停用或启用在该域名下的过滤。 +matrixPersistButtonTip=保存该域名下的所有临时变更。 +matrixRevertButtonTip=撤销该域名下的所有临时变更。 +matrixReloadButton=重新加载页面。\n同时按下 Shift 键以弃用浏览器缓存。 +matrix1stPartyLabel=第一方 +matrixBlacklistedHostnames={{count}} 个黑名单域名 +matrixSwitchNoMixedContent=禁止混合内容 +matrixSwitchNoWorker=禁用 Web Worker +matrixSwitchReferrerSpoof=伪造 Referrer +matrixSwitchNoscriptSpoof=模拟 <code><noscript></code> 元素 +matrixRevertAllEntry=撤销所有临时变更 +matrixLoggerMenuEntry=查看日志 +matrixDashboardMenuEntry=前往控制面板 +matrixNoTabFound=没有找到网页 +statsPageTitle=uMatrix – 统计 +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}} 次 +statsPageHyperlinkAuditingFoiled=已阻止<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>超链接审查</a>尝试:{{count}} 次 +statsPageCookiesRemoved=已移除本地 Cookie:{{count}} 个 +statsPageLocalStoragesCleared=已清空<a href='http://diveintohtml5.info/storage.html'>本地存储</a>:{{count}} 个 +statsPageBrowserCacheCleared=已清除的浏览器缓存:{{count}} +statsPageDetailedStats=详细统计 +statsPageDetailedAllPages=全部 +statsPageDetailedBehindTheScenePage=页面后台 +statsPageOverview=概览 +statsPageRequests=请求 +statsPageAllowed=允许 +statsPageBlocked=拦截 +statsPageAll=全部 +statsPagePages=页面 +statsPageCookies=Cookie +statsPageCSS=样式 +statsPageImages=图像 +statsPagePlugins=插件 +statsPageScripts=脚本 +statsPageXHRs=XHR +statsPageFrames=嵌套 +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> +statsPageRefresh=刷新 +settingsPageTitle=uMatrix – 设置 +settingsMatrixDisplayHeader=界面外观 +settingsMatrixDisplayTextSizePrompt=文字大小: +settingsMatrixDisplayTextSizeNormal=标准 +settingsMatrixDisplayTextSizeLarge=大 +settingsMatrixDisplayColorBlind=适合色盲人士 +settingsMatrixConvenienceHeader=便捷功能 +settingsDefaultScopeLevel=默认域名层级: +settingsDefaultScopeLevel0=全局 +settingsDefaultScopeLevel1=主站域名 +settingsDefaultScopeLevel2=网页域名 +settingsMatrixAutoReloadPrompt=关闭 matrix 时智能重载这些标签页: +settingsMatrixAutoReloadNone=无 +settingsMatrixAutoReloadCurrent=当前 +settingsMatrixAutoReloadAll=全部 +settingsMatrixAutoReloadInfo=任何时候当您做出可能影响一个或多个页面的显示或行为的变更时,<i>uMatrix</i> 将在您关闭 matrix 时自动重载受影响的页面。 +settingsSubframeColor=已屏蔽的框架: 颜色 +settingsSubframeOpacity=不透明度 +settingsIconBadgeEnabled=在图标上显示页面请求数量 +settingsCollapseBlocked=隐藏已拦截请求所关联的页面内容 +settingsCollapseBlacklisted=隐藏因域名黑名单而被屏蔽的內容 +settingsNoscriptTagsSpoofed=当第一方脚本被屏蔽时尝试模拟还原 <code><noscript></code> 网页元素 +settingsCloudStorageEnabled=启用浏览器自带云储存功能 +privacyPageTitle=uMatrix – 隐私 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=连同被屏蔽的 Cookie 一並删除相关域名下的<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%AD%98%E5%82%A8#.E6.9C.AC.E5.9C.B0.E5.8F.8A.E6.9C.83.E8.A9.B1.E5.AD.98.E5.84.B2'>本地存储</a>数据 +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> +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 来源地址中包含的域名与请求资源所在域名有差别时伪造来源地址。 +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> +privacyProcessHyperlinkAuditingHelp=<p>超链接审查容许<b>任何人</b>得知用户于特定网页上点击了某个链接。其本质为一种跟踪手段:经由容许网站或任何第三方获知您于哪个页面点击了哪个链接,以达到追踪您的浏览活动这一特定目的。</p> +userRulesPermanentHeader=永久规则 +userRulesTemporaryHeader=临时规则 +userRulesRevert=还原 +userRulesCommit=提交 +userRulesEdit=编辑 +userRulesEditSave=保存 +userRulesEditDicard=撤销 +userRulesImport=从文件导入... +userRulesExport=导出至文件... +userRulesFormatHint=在此页面查看规则语法。 +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Hosts 文件中的域名将被列入全局黑名单。 +hostsFilesStats=共有 {{blockedHostnameCount}} 个域名被列入以下黑名单: +hostsFilesPerFileStats={{used}}/{{total}} 使用中 +hostsFilesLastUpdate=上次更新:{{ago}} +hostsFilesApplyChanges=应用变更 +hostsFilesAutoUpdatePrompt=自动更新 hosts 文件 +hostsFilesUpdateNow=立即更新 +hostsFilesPurgeAll=清理所有缓存 +hostsFilesExternalListsHint=每行一条URL。以‘#’开头的行将被忽略。无效的URL将被忽略。 +hostsFilesExternalListsParse=解析 +hostsFilesExternalListPurge=清理缓存 +hostsFilesExternalListNew=有新版本 +hostsFilesExternalListObsolete=已过期 +rawSettingsWarning=警告!若要自行编辑原始设定数据则后果自负。 +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日志</a> +aboutStorageUsed=占用存储空间:{{storageUsed}} 字节 +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>帮助文档</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>权限说明</a> +aboutCode=源代码(GPLv3) +aboutIssues=问题与报告 +aboutContributors=贡献者 +aboutCodeContributors=源代码: +aboutIssueContributors=问题报告: +aboutTranslationContributors=翻译: +aboutUserDataHeader=您的数据 +aboutBackupButton=备份至文件... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=从文件恢复... +aboutRestoreConfirm=您的所有设置将被 {{time}} 的备份数据所覆盖,接着 uMatrix 将会重启。\n\n是否要用备份数据覆盖现有设置? +aboutRestoreError=数据读取失败或格式有误 +aboutOr=...或者... +aboutResetButton=还原至默认设置 +aboutResetConfirm=注意!这将移除您的所有个人设置。您确定要继续吗? +loggerFilterInputPlaceholder=规则过滤表达式 +loggerMaxEntriesTip=日志条数限制 +loggerEntryCookieDeleted=已删除 Cookie:{{value}} +loggerEntryDeleteCookieError=无法删除 Cookie:{{value}} +loggerEntryBrowserCacheCleared=浏览器缓存清除完毕 +loggerEntryAssetUpdated=辅助规则已更新:{{value}} +mainBlockedPrompt1=uMatrix 已阻止载入以下页面: +mainBlockedPrompt2=因以下规则 +mainBlockedBack=返回 +mainBlockedClose=关闭 +commandRevertAll=撤销所有临时变更 +commandWhitelistPageDomain=临时将页面域名加入白名单 +commandWhitelistAll=临时将一切加入白名单 +commandOpenDashboard=打开控制面板 +elapsedOneMinuteAgo=1 分钟前 +elapsedManyMinutesAgo={{value}} 分钟前 +elapsedOneHourAgo=1 小时前 +elapsedManyHoursAgo={{value}} 小时前 +elapsedOneDayAgo=一天前 +elapsedManyDaysAgo={{value}} 天前 +showDashboardButton=控制面板 +showLoggerButton=日志 +cloudPush=导出到云存储 +cloudPull=从云存储导入 +cloudNoData=...\n... +cloudDeviceNamePrompt=该设备名称: +genericSubmit=递交 +genericRevert=还原 +errorCantConnectTo=网络错误:无法连接到 {{url}} +genericApplyChanges=应用变更 diff --git a/locale/zh-TW/messages.properties b/locale/zh-TW/messages.properties new file mode 100644 index 0000000..381f616 --- /dev/null +++ b/locale/zh-TW/messages.properties @@ -0,0 +1,179 @@ +extName=uMatrix +dashboardPageName=uMatrix — 控制台 +loggerPageName=uMatrix — 日誌記錄 +settingsPageName=設定 +privacyPageName=隱私 +statsPageName=統計 +userRulesPageName=過濾規則 +ubiquitousRulesPageName=Hosts檔案 +rawSettingsPageName=更多 +aboutPageName=關於 +allPrettyName=全部 +cookiePrettyName=Cookie +cssPrettyName=樣式 +imagePrettyName=圖像 +mediaPrettyName=影音 +pluginPrettyName=插件 +scriptPrettyName=指令 +xhrPrettyName=XHR +framePrettyName=框架 +otherPrettyName=其他 +matrixNoNetTrafficPrompt=該頁面暫無網路傳輸。 +matrixMtxButtonTip=停用或啟用於該域名下的過濾。 +matrixPersistButtonTip=儲存該域名下的所有臨時變更。 +matrixRevertButtonTip=撤銷該域名下的所有臨時變更。 +matrixReloadButton=重新載入此頁。\n同時按下 Shift 鍵以棄用瀏覽器快取。 +matrix1stPartyLabel=第一方 +matrixBlacklistedHostnames={{count}} 個黑名單域名 +matrixSwitchNoMixedContent=禁止混合內容 +matrixSwitchNoWorker=禁用 Web Worker +matrixSwitchReferrerSpoof=偽造參照位址 +matrixSwitchNoscriptSpoof=模擬 <code><noscript></code> 元素 +matrixRevertAllEntry=撤銷所有臨時變更 +matrixLoggerMenuEntry=查看日誌 +matrixDashboardMenuEntry=前往控制臺 +matrixNoTabFound=沒有找到網頁 +statsPageTitle=uMatrix – 統計 +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}}次 +statsPageHyperlinkAuditingFoiled=已阻止<a href='https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing'>超連結審查</a>:{{count}}次 +statsPageCookiesRemoved=本地Cookie移除次數:{{count}} +statsPageLocalStoragesCleared=<a href='http://diveintohtml5.info/storage.html'>本地儲存</a>清空次數:{{count}} +statsPageBrowserCacheCleared=瀏覽器快取清除次數:{{count}} +statsPageDetailedStats=詳細統計 +statsPageDetailedAllPages=全部 +statsPageDetailedBehindTheScenePage=頁面後臺 +statsPageOverview=概覽 +statsPageRequests=請求 +statsPageAllowed=容許 +statsPageBlocked=阻擋 +statsPageAll=全部 +statsPagePages=頁面 +statsPageCookies=Cookie +statsPageCSS=樣式 +statsPageImages=圖像 +statsPagePlugins=外掛程式 +statsPageScripts=指令碼 +statsPageXHRs=XHR +statsPageFrames=嵌套 +statsPageOthers=其他 +statsPageDetailed=過濾日誌 +statsPageLogSizePrompt1=記住<b>每頁</b>最近 +statsPageLogSizePrompt2=次HTTP請求。 +statsPageLogSizeHelp=<p>您可以查看最近期網絡頁面所發出的請求之詳情(見下)。</p><p>這對於想了解網絡頁面的確切行為的進階使用者較為實用,惟記錄HTTP請求將耗用記憶體,如您並不在意技術細節則等同浪費記憶體。</p><p>故此欄將容許閣下調整用作進一歲檢查的近期HTTP請求之記錄數字。</p><p>輸入「<code>0</code>」將禁用詳細日誌(從而減少<i>uMatrix</i>所佔用之記憶體)。</p> +statsPageRefresh=重新整理 +settingsPageTitle=uMatrix – 設定 +settingsMatrixDisplayHeader=界面外觀 +settingsMatrixDisplayTextSizePrompt=文字大小: +settingsMatrixDisplayTextSizeNormal=標準 +settingsMatrixDisplayTextSizeLarge=大 +settingsMatrixDisplayColorBlind=適合色盲人士 +settingsMatrixConvenienceHeader=便捷功能 +settingsDefaultScopeLevel=預設域名層級 +settingsDefaultScopeLevel0=全域 +settingsDefaultScopeLevel1=主站域名 +settingsDefaultScopeLevel2=網頁域名 +settingsMatrixAutoReloadPrompt=關閉矩陣時重新載入以下分頁: +settingsMatrixAutoReloadNone=無 +settingsMatrixAutoReloadCurrent=現有 +settingsMatrixAutoReloadAll=全部 +settingsMatrixAutoReloadInfo=當你更改矩陣以致其將影響分頁之外觀或行為之時,<i>uMatrix</i>將於關閉矩陣時自動重新載入。 +settingsSubframeColor=已封鎖之框架: 颜色 +settingsSubframeOpacity=不透明度 +settingsIconBadgeEnabled=於圖標上顯示頁面請求數量 +settingsCollapseBlocked=隱藏已阻擋請求所關聯的頁面內容 +settingsCollapseBlacklisted=隱藏因域名黑名單而遭遮蔽的內容 +settingsNoscriptTagsSpoofed=當第一方指令碼被阻擋時嘗試模擬還原 <code><noscript></code> 網頁元素 +settingsCloudStorageEnabled=啟用瀏覽器自帶雲端儲存 +privacyPageTitle=uMatrix – 隱私 +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> +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> +privacyDeleteBlockedLocalStoragePrompt=連同被屏蔽的 Cookie 一並刪除相關域名下的<a href='https://zh.wikipedia.org/wiki/%E7%BD%91%E9%A1%B5%E5%AD%98%E5%82%A8#.E6.9C.AC.E5.9C.B0.E5.8F.8A.E6.9C.83.E8.A9.B1.E5.AD.98.E5.84.B2'>本地存储</a>數據 +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> +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 位址參照中包含的域名與請求資源所在域名有差別時偽造位址參照。 +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> +privacyProcessHyperlinkAuditingHelp=<p>超連結審查容許<b>任何人</b>獲知用戶於特定網頁上點擊了某個連結。其本質為一種追蹤手段:經由容許網站或任何第三方獲告知您於哪個頁面點擊了哪個連結,以達到追蹤您的瀏覽動向此一特定目的。</p> +userRulesPermanentHeader=永久規則 +userRulesTemporaryHeader=臨時規則 +userRulesRevert=還原 +userRulesCommit=提交 +userRulesEdit=編輯 +userRulesEditSave=儲存 +userRulesEditDicard=撤銷 +userRulesImport=從檔案導入... +userRulesExport=導出至檔案... +userRulesFormatHint=於此頁面查閱規則語法。 +userRulesDefaultFileName=my-umatrix-rules.txt +hostsFilesPrompt=Hosts 檔案中的域名將被列入全域黑名單。 +hostsFilesStats=總共 {{blockedHostnameCount}} 個域名被列入以下黑名單: +hostsFilesPerFileStats={{used}}/{{total}} 使用中 +hostsFilesLastUpdate=上次更新:{{ago}} +hostsFilesApplyChanges=套用變更 +hostsFilesAutoUpdatePrompt=自動更新 hosts 檔案 +hostsFilesUpdateNow=立即更新 +hostsFilesPurgeAll=清除所有快取 +hostsFilesExternalListsHint=每行一條網址。以「#」開始的行將被忽略。無效網址亦將忽略。 +hostsFilesExternalListsParse=解析 +hostsFilesExternalListPurge=清除快取 +hostsFilesExternalListNew=有新版本 +hostsFilesExternalListObsolete=已過期 +rawSettingsWarning=警告!若要自行編輯原始設定數據則後果自負。 +aboutChangelog=<a href='https://github.com/gorhill/uMatrix/releases'>更新日誌</a> +aboutStorageUsed=佔用儲存空間:{{storageUsed}} 位元組 +aboutDoc=<a href='https://github.com/gorhill/uMatrix/wiki'>幫助文檔</a> +aboutPermissions=<a href='https://github.com/gorhill/httpswitchboard/wiki/Permissions'>權限說明</a> +aboutCode=原始程式碼(GPLv3) +aboutIssues=問題與報告 +aboutContributors=貢獻者 +aboutCodeContributors=程式碼: +aboutIssueContributors=問題報告: +aboutTranslationContributors=翻譯: +aboutUserDataHeader=您的數據 +aboutBackupButton=備份至檔案... +aboutBackupFilename=my-umatrix-backup.txt +aboutRestoreButton=從檔案還原... +aboutRestoreConfirm=您的所有設定將由 {{time}} 的備份數據所覆蓋,接著 uMatrix 將會重新啟動。\n\n是否要用備份數據覆蓋現有設定? +aboutRestoreError=數據讀取失敗或格式有誤 +aboutOr=...或者... +aboutResetButton=重置為預設值 +aboutResetConfirm=小心!這將移除您的所有設定。確定要繼續? +loggerFilterInputPlaceholder=規則過濾表達式 +loggerMaxEntriesTip=日誌條數限制 +loggerEntryCookieDeleted=已刪除 Cookie:{{value}} +loggerEntryDeleteCookieError=無法刪除 Cookie:{{value}} +loggerEntryBrowserCacheCleared=瀏覽器快取清除完畢 +loggerEntryAssetUpdated=已更新資料:{{value}} +mainBlockedPrompt1=uMatrix 已阻止載入以下頁面: +mainBlockedPrompt2=因以下規則 +mainBlockedBack=返回 +mainBlockedClose=關閉 +commandRevertAll=撤銷所有臨時變更 +commandWhitelistPageDomain=暫時將頁面域名列入白名單 +commandWhitelistAll=暫時將一切列入白名單 +commandOpenDashboard=開啟控制臺 +elapsedOneMinuteAgo=1 分鐘前 +elapsedManyMinutesAgo={{value}} 分鐘前 +elapsedOneHourAgo=1 小時前 +elapsedManyHoursAgo={{value}} 小時前 +elapsedOneDayAgo=1 日前 +elapsedManyDaysAgo={{value}} 日前 +showDashboardButton=控制臺 +showLoggerButton=日誌 +cloudPush=導出至雲端儲存 +cloudPull=從雲端儲存導入 +cloudNoData=...\n... +cloudDeviceNamePrompt=該設備名稱: +genericSubmit=提交 +genericRevert=還原 +errorCantConnectTo=網絡錯誤:無法連接至 {{url}} +genericApplyChanges=應用變更 |