diff options
Diffstat (limited to 'l10n-ko/toolkit/chrome/global/extensions.properties')
-rw-r--r-- | l10n-ko/toolkit/chrome/global/extensions.properties | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/l10n-ko/toolkit/chrome/global/extensions.properties b/l10n-ko/toolkit/chrome/global/extensions.properties new file mode 100644 index 0000000000..f011b64f0c --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/extensions.properties @@ -0,0 +1,43 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +csp.error.missing-directive = 정책이 필수 요소인 '%S' 지시자가 빠졌음 + +#LOCALIZATION NOTE (csp.error.illegal-keyword) %1$S is the name of a CSP directive, such as "script-src". %2$S is the name of a CSP keyword, usually 'unsafe-inline'. +csp.error.illegal-keyword = '%1$S' 지시자가 금지된 %2$S 키워드를 포함함 + +#LOCALIZATION NOTE (csp.error.illegal-protocol) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.illegal-protocol = '%1$S' 지시자가 금지된 %2$S: 프로토콜 소스를 포함함 + +#LOCALIZATION NOTE (csp.error.missing-host) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.missing-host = %2$S: '%1$S' 지시자의 프로토콜에 호스트가 필요함 + +#LOCALIZATION NOTE (csp.error.missing-source) %1$S is the name of a CSP directive, such as "script-src". %2$S is the name of a CSP source, usually 'self'. +csp.error.missing-source = '%1$S'는 반드시 소스 %2$S를 포함하여야 함 + +#LOCALIZATION NOTE (csp.error.illegal-host-wildcard) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.illegal-host-wildcard = %2$S: '%1$S' 지시자의 와일드카드 소스는 최소한 하나의 일반적이지 않은 하위 도메인(예: *.com 대신 *.example.com)을 포함하여야 함 + +#LOCALIZATION NOTE (uninstall.confirmation.title) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.title = %S 설치제거 + +#LOCALIZATION NOTE (uninstall.confirmation.message) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.message = 확장 기능 “%S”의 설치제거가 요청되었습니다. 어떻게 하시겠습니까? + +uninstall.confirmation.button-0.label = 설치제거 +uninstall.confirmation.button-1.label = 설치유지 + +saveaspdf.saveasdialog.title = 다른 이름으로 저장 + +#LOCALIZATION NOTE (newTabControlled.message2) %S is the icon and name of the extension which updated the New Tab page. +newTabControlled.message2 = 새 탭을 열 때 %S 확장 기능이 보고 있는 페이지를 변경하였습니다. +newTabControlled.learnMore = 더 알아보기 + +#LOCALIZATION NOTE (homepageControlled.message) %S is the icon and name of the extension which updated the homepage. +homepageControlled.message = 홈페이지와 새 창을 열 때 %S 확장 기능이 보고 있는 페이지를 변경하였습니다. +homepageControlled.learnMore = 더 알아보기 + +#LOCALIZATION NOTE (tabHideControlled.message) %1$S is the icon and name of the extension which hid tabs, %2$S is the icon of the all tabs button. +tabHideControlled.message = %1$S 확장 기능이 일부 탭을 숨기고 있습니다. %2$S에서 모든 탭에 접근할 수 있습니다. +tabHideControlled.learnMore = 더 알아보기 |