From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../ko/toolkit/global/handlerDialog.ftl | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 thunderbird-l10n/ko/localization/ko/toolkit/global/handlerDialog.ftl (limited to 'thunderbird-l10n/ko/localization/ko/toolkit/global/handlerDialog.ftl') diff --git a/thunderbird-l10n/ko/localization/ko/toolkit/global/handlerDialog.ftl b/thunderbird-l10n/ko/localization/ko/toolkit/global/handlerDialog.ftl new file mode 100644 index 0000000000..3d1430a838 --- /dev/null +++ b/thunderbird-l10n/ko/localization/ko/toolkit/global/handlerDialog.ftl @@ -0,0 +1,70 @@ +# 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/. + + +## Permission Dialog +## Variables: +## $host (string) - The hostname that is initiating the request +## $scheme (string) - The type of link that's being opened. +## $appName (string) - Name of the application that will be opened. +## $extension (string) - Name of extension that initiated the request + +permission-dialog-description = 이 사이트가 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-file = 이 파일이 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-host = { $host } 사이트가 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-extension = { $extension } 확장 기능이 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-app = 이 사이트가 { $appName } 애플리케이션으로 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-host-app = { $host } 사이트가 { $appName } 애플리케이션으로 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-file-app = 이 파일이 { $appName } 애플리케이션으로 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-extension-app = { $extension } 확장 기능이 { $appName }에서 { $scheme } 링크를 열도록 허용하시겠습니까? +permission-dialog-description-system-app = { $appName } 애플리케이션으로 { $scheme } 링크를 여시겠습니까? +permission-dialog-description-system-noapp = { $scheme } 링크를 여시겠습니까? + +## Please keep the emphasis around the hostname and scheme (ie the +## `` HTML tags). Please also keep the hostname as close to the start +## of the sentence as your language's grammar allows. +## Variables: +## $host (string) - The hostname that is initiating the request +## $scheme (string) - The type of link that's being opened. + +permission-dialog-remember = 항상 { $host } 사이트가 { $scheme } 링크를 열도록 허용 +permission-dialog-remember-file = 항상 이 파일이 { $scheme } 링크를 열도록 허용 +permission-dialog-remember-extension = 항상 이 확장 기능이 { $scheme } 링크를 열도록 허용 + +## + +permission-dialog-btn-open-link = + .label = 링크 열기 + .accessKey = O +permission-dialog-btn-choose-app = + .label = 애플리케이션 선택 + .accessKey = A +permission-dialog-unset-description = 애플리케이션을 선택해야 합니다. +permission-dialog-set-change-app-link = 다른 애플리케이션 선택… + +## Chooser dialog +## Variables: +## $scheme (string) - The type of link that's being opened. + +chooser-window = + .title = 애플리케이션 선택 + .style = min-width: 26em; min-height: 26em; +chooser-dialog = + .buttonlabelaccept = 링크 열기 + .buttonaccesskeyaccept = O +chooser-dialog-description = { $scheme } 링크를 열 애플리케이션을 선택하세요. +# Please keep the emphasis around the scheme (ie the `` HTML tags). +chooser-dialog-remember = 항상 { $scheme } 링크를 여는데 이 애플리케이션 사용 +chooser-dialog-remember-extra = + { PLATFORM() -> + [windows] { -brand-short-name } 설정에서 바꿀 수 있습니다. + *[other] { -brand-short-name } 설정에서 바꿀 수 있습니다. + } +choose-other-app-description = 다른 애플리케이션 선택 +choose-app-btn = + .label = 선택… + .accessKey = C +choose-other-app-window-title = 다른 애플리케이션… +# Displayed under the name of a protocol handler in the Launch Application dialog. +choose-dialog-privatebrowsing-disabled = 사생활 보호 창에서 사용 안 함 -- cgit v1.2.3