diff options
Diffstat (limited to 'locale/ko/messages.properties')
-rw-r--r-- | locale/ko/messages.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/ko/messages.properties b/locale/ko/messages.properties index 3b52bcd..ac9baa7 100644 --- a/locale/ko/messages.properties +++ b/locale/ko/messages.properties @@ -91,7 +91,7 @@ settingsCloudStorageEnabled=클라우드 저장소 활성화 privacyPageTitle=eMatrix – Privacy privacyDeleteBlockedCookiesPrompt=차단된 쿠키 삭제 privacyDeleteBlockedCookiesHelp=<p>Blacklisted cookies are not prevented by <i>eMatrix</i> from entering your browser. However they are prevented from leaving your browser, which is what really matters. Not blocking cookies before they enter your browser gives you the opportunity to be informed that a site tried to use cookies, and furthermore to inspect their contents if you wish.</p><p>Once these blacklisted cookies have been accounted for by <i>eMatrix</i>, they can be removed from your browser if you wish so.</p><p><b>Important note:</b> Extensions can make web requests during the course of their normal operation. These requests can result in cookies being created in the browser. If the hostname from where a cookie originate is not whitelisted, the cookie will be removed from the browser by <i>eMatrix</i> if this option is checked. So be sure that the hostname(s) with which an extension communicate is whitelisted.</p> -privacyDeleteNonBlockedSessionCookiesPrompt1=차단되지 않은 세션 쿠키 삭제 +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> 삭제 @@ -179,3 +179,4 @@ genericSubmit=저장 genericRevert=되돌리기 errorCantConnectTo=네트워크 오류: 연결할 수 없습니다 {{url}} genericApplyChanges=Apply changes +noscriptSpoofHelp=<p>When a browser does not support scripts, a web page can display some content by using the <noscript> tag. For example, some websites will redirect users to a “scriptless” version.</p><p>When ηMatrix blocks scripts, the browser will still advertise itself as supporting script execution unless this option is selected.</p><p>When selected, ηMatrix will tell the website that the browser does not support scripts, which is what you definitely want to do if you are blocking 1st-party scripts. As such, the <noscript> tag will work as intended.</p><p>Not selecting this option when 1st-party scripts are blocked means the website will break mysteriously in case it is meant to redirect to a scriptless version.</p> |