From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ko/toolkit/chrome/alerts/alert.properties | 23 +++++++ .../chrome/autoconfig/autoconfig.properties | 12 ++++ .../chrome/global-platform/mac/intl.properties | 7 ++ .../global-platform/mac/platformKeys.properties | 33 +++++++++ .../chrome/global-platform/unix/intl.properties | 7 ++ .../global-platform/unix/platformKeys.properties | 33 +++++++++ .../chrome/global-platform/win/intl.properties | 7 ++ .../global-platform/win/platformKeys.properties | 33 +++++++++ .../toolkit/chrome/global/aboutStudies.properties | 32 +++++++++ .../toolkit/chrome/global/autocomplete.properties | 9 +++ l10n-ko/toolkit/chrome/global/browser.properties | 7 ++ .../toolkit/chrome/global/commonDialogs.properties | 46 +++++++++++++ .../chrome/global/contentAreaCommands.properties | 28 ++++++++ l10n-ko/toolkit/chrome/global/dialog.properties | 12 ++++ .../toolkit/chrome/global/extensions.properties | 26 +++++++ .../chrome/global/fallbackMenubar.properties | 8 +++ .../toolkit/chrome/global/filepicker.properties | 20 ++++++ l10n-ko/toolkit/chrome/global/intl.css | 11 +++ l10n-ko/toolkit/chrome/global/intl.properties | 43 ++++++++++++ l10n-ko/toolkit/chrome/global/keys.properties | 70 +++++++++++++++++++ l10n-ko/toolkit/chrome/global/narrate.properties | 25 +++++++ .../toolkit/chrome/global/printdialog.properties | 53 +++++++++++++++ .../toolkit/chrome/global/resetProfile.properties | 14 ++++ .../toolkit/chrome/global/viewSource.properties | 16 +++++ l10n-ko/toolkit/chrome/global/wizard.properties | 8 +++ .../chrome/mozapps/downloads/downloads.properties | 6 ++ .../downloads/unknownContentType.properties | 23 +++++++ .../mozapps/profile/profileSelection.properties | 55 +++++++++++++++ .../chrome/mozapps/update/updates.properties | 45 ++++++++++++ .../chrome/passwordmgr/passwordmgr.properties | 79 ++++++++++++++++++++++ l10n-ko/toolkit/chrome/places/places.properties | 32 +++++++++ 31 files changed, 823 insertions(+) create mode 100644 l10n-ko/toolkit/chrome/alerts/alert.properties create mode 100644 l10n-ko/toolkit/chrome/autoconfig/autoconfig.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/mac/intl.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/mac/platformKeys.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/unix/intl.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/unix/platformKeys.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/win/intl.properties create mode 100644 l10n-ko/toolkit/chrome/global-platform/win/platformKeys.properties create mode 100644 l10n-ko/toolkit/chrome/global/aboutStudies.properties create mode 100644 l10n-ko/toolkit/chrome/global/autocomplete.properties create mode 100644 l10n-ko/toolkit/chrome/global/browser.properties create mode 100644 l10n-ko/toolkit/chrome/global/commonDialogs.properties create mode 100644 l10n-ko/toolkit/chrome/global/contentAreaCommands.properties create mode 100644 l10n-ko/toolkit/chrome/global/dialog.properties create mode 100644 l10n-ko/toolkit/chrome/global/extensions.properties create mode 100644 l10n-ko/toolkit/chrome/global/fallbackMenubar.properties create mode 100644 l10n-ko/toolkit/chrome/global/filepicker.properties create mode 100644 l10n-ko/toolkit/chrome/global/intl.css create mode 100644 l10n-ko/toolkit/chrome/global/intl.properties create mode 100644 l10n-ko/toolkit/chrome/global/keys.properties create mode 100644 l10n-ko/toolkit/chrome/global/narrate.properties create mode 100644 l10n-ko/toolkit/chrome/global/printdialog.properties create mode 100644 l10n-ko/toolkit/chrome/global/resetProfile.properties create mode 100644 l10n-ko/toolkit/chrome/global/viewSource.properties create mode 100644 l10n-ko/toolkit/chrome/global/wizard.properties create mode 100644 l10n-ko/toolkit/chrome/mozapps/downloads/downloads.properties create mode 100644 l10n-ko/toolkit/chrome/mozapps/downloads/unknownContentType.properties create mode 100644 l10n-ko/toolkit/chrome/mozapps/profile/profileSelection.properties create mode 100644 l10n-ko/toolkit/chrome/mozapps/update/updates.properties create mode 100644 l10n-ko/toolkit/chrome/passwordmgr/passwordmgr.properties create mode 100644 l10n-ko/toolkit/chrome/places/places.properties (limited to 'l10n-ko/toolkit/chrome') diff --git a/l10n-ko/toolkit/chrome/alerts/alert.properties b/l10n-ko/toolkit/chrome/alerts/alert.properties new file mode 100644 index 0000000000..86b6fdf199 --- /dev/null +++ b/l10n-ko/toolkit/chrome/alerts/alert.properties @@ -0,0 +1,23 @@ +# 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/. + +# LOCALIZATION NOTE(closeButton.title): Used as the close button text for web notifications on OS X. +# This should ideally match the string that OS X uses for the close button on alert-type +# notifications. OS X will truncate the value if it's too long. +closeButton.title = 닫기 +# LOCALIZATION NOTE(actionButton.label): Used as the button label to provide more actions on OS X notifications. OS X will truncate this if it's too long. +actionButton.label = … +# LOCALIZATION NOTE(webActions.disableForOrigin.label): %S is replaced +# with the hostname origin of the notification. +webActions.disableForOrigin.label = %S로부터의 알림 끔 + +# LOCALIZATION NOTE(source.label): Used to show the URL of the site that +# sent the notification (e.g., "via mozilla.org"). "%1$S" is the source host +# and port. +source.label=%1$S를 통해 +webActions.settings.label = 알림 설정 + +# LOCALIZATION NOTE(pauseNotifications.label): %S is replaced with the +# brandShortName of the application. +pauseNotifications.label = %S가 다시 시작될 때까지 알림을 일시 중지 diff --git a/l10n-ko/toolkit/chrome/autoconfig/autoconfig.properties b/l10n-ko/toolkit/chrome/autoconfig/autoconfig.properties new file mode 100644 index 0000000000..0f883e4875 --- /dev/null +++ b/l10n-ko/toolkit/chrome/autoconfig/autoconfig.properties @@ -0,0 +1,12 @@ +# 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/. + +readConfigTitle = 설정 오류 +readConfigMsg = 설정 파일을 읽을 수 없습니다. 시스템 관리자에게 문의하세요. + +autoConfigTitle = 자동 설정 경고 +autoConfigMsg = Netscape.cfg/AutoConfig를 실패했습니다. 시스템 관리자에게 문의하세요. \n 오류: %S 실패: + +emailPromptTitle = 메일 주소 +emailPromptMsg = 메일 주소 입력 diff --git a/l10n-ko/toolkit/chrome/global-platform/mac/intl.properties b/l10n-ko/toolkit/chrome/global-platform/mac/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/mac/intl.properties @@ -0,0 +1,7 @@ +# 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/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-ko/toolkit/chrome/global-platform/mac/platformKeys.properties b/l10n-ko/toolkit/chrome/global-platform/mac/platformKeys.properties new file mode 100644 index 0000000000..626a82f089 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/mac/platformKeys.properties @@ -0,0 +1,33 @@ +# 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/. + +# Platform: Mac +# This file defines the on-screen display names for the various modifier keys +# and the Return key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key - open up arrow symbol (ctrl-e) +VK_SHIFT=\u21e7 + +# The Command key - clover leaf symbol (ctrl-q) +VK_META=\u2318 + +# The Win key - never generated by native key event +VK_WIN=win + +# The Command key - clover leaf symbol (ctrl-q) +VK_COMMAND_OR_WIN=\u2318 + +# The Option/Alt key - splitting tracks symbol (ctrl-g) +VK_ALT=\u2325 + +# The Control key - hat symbol (ctrl-f) +VK_CONTROL=\u2303 + +# The Return key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Return + +# The separator character used between modifiers (none on Mac OS) +MODIFIER_SEPARATOR= diff --git a/l10n-ko/toolkit/chrome/global-platform/unix/intl.properties b/l10n-ko/toolkit/chrome/global-platform/unix/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/unix/intl.properties @@ -0,0 +1,7 @@ +# 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/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-ko/toolkit/chrome/global-platform/unix/platformKeys.properties b/l10n-ko/toolkit/chrome/global-platform/unix/platformKeys.properties new file mode 100644 index 0000000000..fded02a68e --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/unix/platformKeys.properties @@ -0,0 +1,33 @@ +# 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/. + +# Platform: Unix +# This file defines the on-screen display names for the various modifier keys +# and the Enter key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key +VK_SHIFT=Shift + +# The Command key +VK_META=Meta + +# The Win key (Super key and Hyper keys are mapped to DOM Win key) +VK_WIN=Win + +# The Super/Hyper key +VK_COMMAND_OR_WIN=Win + +# The Alt key +VK_ALT=Alt + +# The Control key +VK_CONTROL=Ctrl + +# The Enter key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Enter + +# The separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/l10n-ko/toolkit/chrome/global-platform/win/intl.properties b/l10n-ko/toolkit/chrome/global-platform/win/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/win/intl.properties @@ -0,0 +1,7 @@ +# 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/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-ko/toolkit/chrome/global-platform/win/platformKeys.properties b/l10n-ko/toolkit/chrome/global-platform/win/platformKeys.properties new file mode 100644 index 0000000000..1df027dccf --- /dev/null +++ b/l10n-ko/toolkit/chrome/global-platform/win/platformKeys.properties @@ -0,0 +1,33 @@ +# 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/. + +# Platform: Windows +# This file defines the on-screen display names for the various modifier keys +# and the Enter key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key +VK_SHIFT=Shift + +# The Command key +VK_META=Meta + +# The Win key +VK_WIN=Win + +# The Win key +VK_COMMAND_OR_WIN=Win + +# The Alt key +VK_ALT=Alt + +# The Control key +VK_CONTROL=Ctrl + +# The Enter key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Enter + +# The separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/l10n-ko/toolkit/chrome/global/aboutStudies.properties b/l10n-ko/toolkit/chrome/global/aboutStudies.properties new file mode 100644 index 0000000000..9492758fd4 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/aboutStudies.properties @@ -0,0 +1,32 @@ +# 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/. + + +# LOCALIZATION NOTE (title): keep "Shield" in English. See +# https://wiki.mozilla.org/Firefox/Shield/Shield_Studies for more information +title = Shield 연구 +removeButton = 삭제 + +# LOCALIZATION NOTE (activeStudiesList): Title above a list of active studies +activeStudiesList = 진행 중인 연구들 +# LOCALIZATION NOTE (activeStudiesList): Title above a list of completed studies +completedStudiesList = 완료된 연구들 +# LOCALIZATION NOTE (activeStatus): Displayed for an active study +activeStatus = 활성화 +# LOCALIZATION NOTE (completeStatus): Displayed for a study that is already complete +completeStatus = 완료 + +updateButtonWin = 옵션 수정 +updateButtonUnix = 설정 수정 +learnMore = 더 알아보기 +noStudies = 연구에 참여하고 있지 않습니다. +disabledList = 참여했던 연구 목록입니다. 새로운 연구는 실행되지 않습니다. +# LOCALIZATION NOTE (enabledList): %S is brandShortName (e.g. Firefox) +enabledList = 이게 뭔가요? %S가 때때로 연구를 설치하고 실행합니다. + +# LOCALIZATION NOTE (preferenceStudyDescription) $1%S will be replaced with the +# name of a preference (such as "stream.improvesearch.topSiteSearchShortcuts") +# and $2%S will be replaced with the value of that preference. Both values will +# be formatted differently than the surrounding text. +preferenceStudyDescription = 이 연구는 %1$S 설정을 %2$S(으)로 설정합니다. diff --git a/l10n-ko/toolkit/chrome/global/autocomplete.properties b/l10n-ko/toolkit/chrome/global/autocomplete.properties new file mode 100644 index 0000000000..105e0ff25c --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/autocomplete.properties @@ -0,0 +1,9 @@ +# 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/. + +# LOCALIZATION NOTE (bookmarkKeywordSearch): This is the title of autocomplete +# entries that are bookmark keyword searches. %1$S will be replaced with the +# domain name of the bookmark, and %2$S will be replaced with the keyword +# search text that the user is typing. %2$S will not be empty. +bookmarkKeywordSearch = %1$S: %2$S diff --git a/l10n-ko/toolkit/chrome/global/browser.properties b/l10n-ko/toolkit/chrome/global/browser.properties new file mode 100644 index 0000000000..8edb5b7c93 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/browser.properties @@ -0,0 +1,7 @@ +# 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/. + +formPostSecureToInsecureWarning.title = 보안 경고 +formPostSecureToInsecureWarning.message = 이 연결은 보안되지 않았으며 입력된 값은 제 3자가 읽을 수도 있습니다.\n\n이 정보를 전송하시겠습니까? +formPostSecureToInsecureWarning.continue = 계속 diff --git a/l10n-ko/toolkit/chrome/global/commonDialogs.properties b/l10n-ko/toolkit/chrome/global/commonDialogs.properties new file mode 100644 index 0000000000..a6ba49ad9d --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/commonDialogs.properties @@ -0,0 +1,46 @@ +# 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/. + +Alert=경고 +Confirm=확인 +ConfirmCheck=확인 +Prompt=확인 +# LOCALIZATION NOTE - %S is brandFullName +PromptUsernameAndPassword3=인증 필요 - %S +# LOCALIZATION NOTE - %S is brandFullName +PromptPassword3=비밀번호 입력 - %S +Select=선택 +OK=확인 +Cancel=취소 +Yes=예(&Y) +No=아니요(&N) +Save=저장(&S) +Revert=되돌리기(&R) +DontSave=저장 안 함(&N) +ScriptDlgGenericHeading=[JavaScript 애플리케이션] +ScriptDlgHeading=%S 페이지 메시지: +ScriptDlgNullPrincipalHeading=이 페이지 메시지: +ScriptDialogLabel=이 페이지에서 추가 대화 상자 생성 막기 +ScriptDialogLabelNullPrincipal=이 사이트에서 메시지를 다시 표시하도록 허용하지 않음 +# LOCALIZATION NOTE (ScriptDialogLabelContentPrincipal): +# %S is either the domain and port of the site prompting, or the name of +# an add-on prompting. +ScriptDialogLabelContentPrincipal=%S에서 메시지를 다시 표시하도록 허용하지 않음 +ScriptDialogPreventTitle=대화 상자 설정 확인 +# LOCALIZATION NOTE (EnterLoginForRealm3, EnterLoginForProxy3): +# %1 is an untrusted string provided by a remote server. It could try to +# take advantage of sentence structure in order to mislead the user (see +# bug 244273). %1 should be integrated into the translated sentences as +# little as possible. %2 is the url of the site being accessed. +EnterLoginForRealm3=%2$S 서버가 사용자 이름과 비밀번호를 요청하고 있습니다. 사이트 메시지: “%1$S” +EnterLoginForProxy3=%2$S 프록시가 사용자 이름과 비밀번호를 요청하고 있습니다. 사이트 메시지: “%1$S” +EnterUserPasswordFor2=%1$S 서버가 사용자 이름과 비밀번호를 요청하고 있습니다. +EnterUserPasswordForCrossOrigin2=%1$S 서버가 사용자 이름과 비밀번호를 요청하고 있습니다. 경고: 비밀번호가 방문하고있는 웹 사이트에 전송되지 않습니다! +EnterPasswordFor=%2$S의 %1$S 비밀번호 입력 +EnterCredentials=이 사이트에서 로그인을 요청합니다. +# %S is the username for which a password is requested. +EnterPasswordOnlyFor=이 사이트에서 %S(으)로 로그인을 요청합니다. +# %S is the domain of the site being accessed. +EnterCredentialsCrossOrigin=이 사이트에서 로그인을 요청합니다. 경고: 로그인 정보는 현재 방문 중인 웹 사이트가 아닌 %S와 공유됩니다. +SignIn=로그인 diff --git a/l10n-ko/toolkit/chrome/global/contentAreaCommands.properties b/l10n-ko/toolkit/chrome/global/contentAreaCommands.properties new file mode 100644 index 0000000000..bf73d8e058 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/contentAreaCommands.properties @@ -0,0 +1,28 @@ +# 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/. + +# context menu strings + +SaveImageTitle=이미지 저장 +SaveMediaTitle=미디어 저장 +SaveVideoTitle=동영상 저장 +SaveAudioTitle=오디오 저장 +SaveLinkTitle=다른 이름으로 저장 +WebPageCompleteFilter=웹 페이지, 전체 +WebPageHTMLOnlyFilter=웹 페이지, HTML만 +WebPageXHTMLOnlyFilter=웹 페이지, XHTML만 +WebPageSVGOnlyFilter=웹 페이지, SVG만 +WebPageXMLOnlyFilter=웹 페이지, XML만 + +# LOCALIZATION NOTE (UntitledSaveFileName): +# This is the default filename used when saving a file if a filename could +# not be determined or if a filename was invalid. A period and file +# extension may be appended to this string. +UntitledSaveFileName=제목 없음 + +# LOCALIZATION NOTE (filesFolder): +# This is the name of the folder that is created parallel to a HTML file +# when it is saved "With Images". The %S section is replaced with the +# leaf name of the file being saved (minus extension). +filesFolder=%S_files diff --git a/l10n-ko/toolkit/chrome/global/dialog.properties b/l10n-ko/toolkit/chrome/global/dialog.properties new file mode 100644 index 0000000000..4413d286ec --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/dialog.properties @@ -0,0 +1,12 @@ +# 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/. + +button-accept=확인 +button-cancel=취소 +button-help=도움말 +button-disclosure=추가 정보 +accesskey-accept= +accesskey-cancel= +accesskey-help= +accesskey-disclosure= diff --git a/l10n-ko/toolkit/chrome/global/extensions.properties b/l10n-ko/toolkit/chrome/global/extensions.properties new file mode 100644 index 0000000000..cbd7134f89 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/extensions.properties @@ -0,0 +1,26 @@ +# 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/. + +#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 = 더 알아보기 diff --git a/l10n-ko/toolkit/chrome/global/fallbackMenubar.properties b/l10n-ko/toolkit/chrome/global/fallbackMenubar.properties new file mode 100644 index 0000000000..04a9f5a6a1 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/fallbackMenubar.properties @@ -0,0 +1,8 @@ +# 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/. + +# OSX only. Default menu label when there is no xul menubar. + +quitMenuitem.label=나가기 +quitMenuitem.key=q diff --git a/l10n-ko/toolkit/chrome/global/filepicker.properties b/l10n-ko/toolkit/chrome/global/filepicker.properties new file mode 100644 index 0000000000..8ce6dc77a0 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/filepicker.properties @@ -0,0 +1,20 @@ +# 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/. + +# LOCALIZATION NOTE: The extensions to which these descriptions refer +# now live in toolkit/content/filepicker.properties +allTitle=모든 파일 +htmlTitle=HTML 파일 +textTitle=텍스트 파일 +imageTitle=이미지 파일 +xmlTitle=XML 파일 +xulTitle=XUL 파일 +appsTitle=애플리케이션 +audioTitle=소리 파일 +videoTitle=동영상 파일 + +pdfTitle=PDF 파일 + +formatLabel=형식: +selectedFileNotReadableError=선택한 파일에 읽기 권한이 없음 diff --git a/l10n-ko/toolkit/chrome/global/intl.css b/l10n-ko/toolkit/chrome/global/intl.css new file mode 100644 index 0000000000..ba1fe77142 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/intl.css @@ -0,0 +1,11 @@ +/* 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/. */ + +/* + * This file contains all localizable skin settings such as + * font, layout, and geometry + */ +window { + font: 3mm tahoma,arial,helvetica,sans-serif; +} diff --git a/l10n-ko/toolkit/chrome/global/intl.properties b/l10n-ko/toolkit/chrome/global/intl.properties new file mode 100644 index 0000000000..c2fd111347 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/intl.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/. + +# LOCALIZATION NOTE (intl.accept_languages): +# This is a comma-separated list of valid BCP 47 language tags. +# +# Begin with the language tag of your locale. Next, include language +# tags for other languages that you expect most users of your locale to be +# able to speak, so that their browsing experience degrades gracefully if +# content is not available in their primary language. +# +# It is recommended that you include "en-US, en" at the end of the list as a +# last resort. However, if you know that users of your locale would prefer a +# different variety of English, or if they are not likely to understand +# English at all, you may opt to include a different English language tag, or +# to exclude English altogether. +# +# For example, the Breton [br] locale might consider including French and +# British English in their list, since those languages are commonly spoken in +# the same area as Breton: +# intl.accept_languages=br, fr-FR, fr, en-GB, en +intl.accept_languages=ko-KR, ko, en-US, en + +# LOCALIZATION NOTE (font.language.group): +# This preference controls the initial setting of the language drop-down menu +# in the Content > Fonts & Colors > Advanced preference panel. +# +# Set it to the value of one of the menuitems in the "selectLangs" menulist in +# http://dxr.mozilla.org/mozilla-central/source/browser/components/preferences/fonts.xul +font.language.group=ko + +# LOCALIZATION NOTE (pluralRule): Pick the appropriate plural rule for your +# language. This will determine how many plural forms of a word you will need +# to provide and in what order. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +pluralRule=0 + +# LOCALIZATION NOTE (intl.menuitems.alwaysappendaccesskeys, intl.menuitems.insertseparatorbeforeaccesskeys): +# Valid values are: true, false, +# Missing preference or empty value equals false. +intl.menuitems.alwaysappendaccesskeys= +intl.menuitems.insertseparatorbeforeaccesskeys=false diff --git a/l10n-ko/toolkit/chrome/global/keys.properties b/l10n-ko/toolkit/chrome/global/keys.properties new file mode 100644 index 0000000000..ad5f66bb09 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/keys.properties @@ -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/. + +# LOCALIZATION NOTE : FILE This file contains the application's labels for keys on the keyboard. +# If you decide to translate this file, you should translate it based on +# the prevalent kind of keyboard for your target user. +# LOCALIZATION NOTE : There are two types of keys, those w/ text on their labels +# and those w/ glyphs. +# LOCALIZATION NOTE : VK_<…> represents a key on the keyboard. +# +# For more information please see bugzilla bug 90888. + +# F1..F10 should probably not be translated unless there are keyboards that actually have other labels +# F11..F20 might be something else, but are really keyboard specific and not region/language specific +# there are actually two different F11/F12 keys, I don't know which one these labels represent. +# eg, F13..F20 on a sparc keyboard are labeled Props, Again .. Find, Cut +# sparc also has Stop, Again and F11/F12. VK_F11/VK_F12 probably map to Stop/Again +# LOCALIZATION NOTE : BLOCK Do not translate the next block +VK_F1=F1 +VK_F2=F2 +VK_F3=F3 +VK_F4=F4 +VK_F5=F5 +VK_F6=F6 +VK_F7=F7 +VK_F8=F8 +VK_F9=F9 +VK_F10=F10 + +VK_F11=F11 +VK_F12=F12 +VK_F13=F13 +VK_F14=F14 +VK_F15=F15 +VK_F16=F16 +VK_F17=F17 +VK_F18=F18 +VK_F19=F19 +VK_F20=F20 +# LOCALIZATION NOTE : BLOCK end do not translate block + +# LOCALIZATION NOTE : BLOCK GLYPHS, DO translate this block +VK_UP=위측 화살표 +VK_DOWN=아래측 화살표 +VK_LEFT=왼쪽 화살표 +VK_RIGHT=오른쪽 화살표 +VK_PAGE_UP=Page Up +VK_PAGE_DOWN=Page Down +# LOCALIZATION NOTE : BLOCK end GLYPHS + +# Enter, backspace, and Tab might have both glyphs and text +# if the keyboards usually have a glyph, +# if there is a meaningful translation, +# or if keyboards are localized +# then translate them or insert the appropriate glyph +# otherwise you should probably just translate the glyph regions + +# LOCALIZATION NOTE : BLOCK maybe GLYPHS +VK_TAB=Tab +VK_BACK=Backspace +VK_DELETE=Del +# LOCALIZATION NOTE : BLOCK end maybe GLYPHS +# LOCALIZATION NOTE : BLOCK typing state keys +VK_HOME=Home +VK_END=End + +VK_ESCAPE=Esc +VK_INSERT=Ins +# LOCALIZATION NOTE : BLOCK end diff --git a/l10n-ko/toolkit/chrome/global/narrate.properties b/l10n-ko/toolkit/chrome/global/narrate.properties new file mode 100644 index 0000000000..d2e2c51568 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/narrate.properties @@ -0,0 +1,25 @@ +# 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/. + +# "Listen, which allows users to listen to Firefox reading the text, +# instead of having to read it themselves." This is the name +# of the feature and it is the label for the popup button. +# %S is the keyboard shortcut for the listen command +listen-label = 듣기 (%S) +back = 뒤로 +# %S is the keyboard shortcut for the start command +start-label = 시작 (%S) +# %S is the keyboard shortcut for the stop command +stop-label = 중지 (%S) +# Keyboard shortcut to toggle the narrate feature +narrate-key-shortcut = N +forward = 앞으로 +speed = 속도 +selectvoicelabel = 목소리: +# Default voice is determined by the language of the document. +defaultvoice = 기본 + +# Voice name and language. +# eg. David (English) +voiceLabel = %S (%S) diff --git a/l10n-ko/toolkit/chrome/global/printdialog.properties b/l10n-ko/toolkit/chrome/global/printdialog.properties new file mode 100644 index 0000000000..f5d0939671 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/printdialog.properties @@ -0,0 +1,53 @@ +# 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/. + +# These strings are used in the native GTK, Mac and Windows print dialogs. + +# GTK titles: +printTitleGTK=인쇄 +optionsTabLabelGTK=옵션 + +# Mac titles: +optionsTitleMac=옵션: +appearanceTitleMac=모양: +pageHeadersTitleMac=머리글: +pageFootersTitleMac=바닥글: + +# Windows titles: +optionsTitleWindows=옵션 + +# TRANSLATOR NOTE: For radio button labels and check button labels, an underscore _ +# before a character will turn that character into an accesskey in the GTK dialog. +# e.g. "_As laid out" will make A the accesskey. +# In the Windows labels, use an ampersand (&). +# On Mac, underscores will be stripped. + +shrinkToFit=크기 무시하고 페이지 너비에 맞게 축소 +selectionOnly=선택한 내용만 인쇄 +printBGOptions=배경 인쇄 +printBGColors=배경 색상 인쇄 +printBGImages=배경 이미지 인쇄 +headerFooter=머리글/바닥글 +left=왼쪽 +center=가운데 +right=오른쪽 +headerFooterBlank=--공백-- +headerFooterTitle=제목 +headerFooterURL=URL +headerFooterDate=날짜/시간 +headerFooterPage=페이지 # +headerFooterPageTotal=페이지 # / # +headerFooterCustom=사용자 지정… +customHeaderFooterPrompt=사용자 지정 머리글/바닥글을 입력하세요. + +# These are for the summary view in the Mac dialog: +summarySelectionOnlyTitle=선택 영역 인쇄 +summaryShrinkToFitTitle=페이지에 맞게 축소 +summaryPrintBGColorsTitle=배경 색상 인쇄 +summaryPrintBGImagesTitle=배경 이미지 인쇄 +summaryHeaderTitle=머리글 +summaryFooterTitle=바닥글 +summaryNAValue=해당 없음 +summaryOnValue=켜기 +summaryOffValue=끄기 diff --git a/l10n-ko/toolkit/chrome/global/resetProfile.properties b/l10n-ko/toolkit/chrome/global/resetProfile.properties new file mode 100644 index 0000000000..ee4b6a7397 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/resetProfile.properties @@ -0,0 +1,14 @@ +# 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/. + +# LOCALIZATION NOTE: These strings are used for profile reset. + +# LOCALIZATION NOTE (resetUnusedProfile.message): %S is brandShortName. +resetUnusedProfile.message=%S를 한동안 사용하지 않으신 것 같습니다. 처음 설치한 것처럼 깨끗하게 정리해 드릴까요? 다시 오신 것을 환영합니다! +# LOCALIZATION NOTE (resetUninstalled.message): %S is brandShortName. +resetUninstalled.message=%S를 다시 설치하신 것 같습니다. 처음 설치한 것처럼 깨끗하게 정리해 드릴까요? + +# LOCALIZATION NOTE (refreshProfile.resetButton.label): %S is brandShortName. +refreshProfile.resetButton.label=%S 새로 설정… +refreshProfile.resetButton.accesskey=e diff --git a/l10n-ko/toolkit/chrome/global/viewSource.properties b/l10n-ko/toolkit/chrome/global/viewSource.properties new file mode 100644 index 0000000000..44fb0fd463 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/viewSource.properties @@ -0,0 +1,16 @@ +# 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/. + +goToLineTitle = 줄 이동 +goToLineText = 줄 번호를 입력하세요. +invalidInputTitle = 잘못된 입력 +invalidInputText = 입력한 줄 번호가 유효하지 않습니다. +outOfRangeTitle = 줄을 찾을 수 없음 +outOfRangeText = 지정한 줄을 찾을 수 없습니다. +viewSelectionSourceTitle = 선택 영역의 DOM 소스 + +context_goToLine_label = 줄 이동… +context_goToLine_accesskey = L +context_wrapLongLines_label = 자동 줄 바꿈 +context_highlightSyntax_label = 구문 강조 diff --git a/l10n-ko/toolkit/chrome/global/wizard.properties b/l10n-ko/toolkit/chrome/global/wizard.properties new file mode 100644 index 0000000000..3e8b32aa54 --- /dev/null +++ b/l10n-ko/toolkit/chrome/global/wizard.properties @@ -0,0 +1,8 @@ +# 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/. + +default-first-title=%S 사용을 환영합니다. +default-last-title=%S 완료 +default-first-title-mac=소개 +default-last-title-mac=결론 diff --git a/l10n-ko/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-ko/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 0000000000..a713d7403a --- /dev/null +++ b/l10n-ko/toolkit/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,6 @@ +# 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/. + +# Desktop folder name for downloaded files +downloadsFolder=다운로드 diff --git a/l10n-ko/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-ko/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 0000000000..90b4799c2e --- /dev/null +++ b/l10n-ko/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,23 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# 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/. + +title=%S 열기 +saveDialogTitle=저장할 파일 이름 입력… +defaultApp=%S (기본) +chooseAppFilePickerTitle=도우미 애플리케이션 선택 +badApp=선택한 “%S” 애플리케이션을 찾을 수 없습니다. 파일 형식을 확인하거나 다른 애플리케이션을 선택하세요. +badApp.title=애플리케이션을 찾을 수 없음 +badPermissions=적절한 권한이 없기 때문에 파일을 저장할 수 없습니다. 다른 저장 디렉터리를 선택하세요. +badPermissions.title=저장 권한이 없음 +unknownAccept.label=파일 저장 +unknownCancel.label=취소 +fileType=%S 파일 +# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit +orderedFileSizeWithType=%1$S (%2$S %3$S) +avifExtHandlerDescription=AV1 이미지 파일 (AVIF) +pdfExtHandlerDescription=Portable Document Format (PDF) +svgExtHandlerDescription=Scalable Vector Graphics (SVG) +webpExtHandlerDescription=WebP 이미지 +xmlExtHandlerDescription=Extensible Markup Language (XML) diff --git a/l10n-ko/toolkit/chrome/mozapps/profile/profileSelection.properties b/l10n-ko/toolkit/chrome/mozapps/profile/profileSelection.properties new file mode 100644 index 0000000000..6057ececc4 --- /dev/null +++ b/l10n-ko/toolkit/chrome/mozapps/profile/profileSelection.properties @@ -0,0 +1,55 @@ +# 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/. + +# LOCALIZATION NOTE: These strings are used for startup/profile problems and the profile manager. + +# Application not responding +# LOCALIZATION NOTE (restartTitle, restartMessageNoUnlocker2, restartMessageUnlocker, restartMessageNoUnlockerMac, restartMessageUnlockerMac): Messages displayed when the application is running but is not responding to commands. %S is the application name. +restartTitle=%S 닫기 +restartMessageNoUnlocker2=%S가 이미 실행 중이지만 응답하지 않습니다. %S를 사용하려면, 먼저 기존 %S 프로세스를 닫거나 기기를 다시 시작하거나 또는 다른 프로필을 사용해야 합니다. +restartMessageUnlocker=%S가 이미 실행 중이지만 응답이 없습니다. 새 창을 열기 위해서는 이전 %S 프로세스를 닫아야 합니다. +restartMessageNoUnlockerMac=%S 복사본이 이미 열려 있습니다. 한 번에 하나의 %S 복사본만 열 수 있습니다. +restartMessageUnlockerMac=%S 복사본이 열려 있습니다. 새로 열기 위해 실행 중인 %S 복사본을 종료합니다. + +# Profile manager +# LOCALIZATION NOTE (profileTooltip): First %S is the profile name, second %S is the path to the profile folder. +profileTooltip=프로필: '%S' - 경로: '%S' + +pleaseSelectTitle=프로필 선택 +pleaseSelect=%S를 시작하기 위해 프로필을 선택하거나 새로 만드세요. + +renameProfileTitle=프로필 이름 변경 +renameProfilePrompt="%S" 프로필 이름 변경: + +profileNameInvalidTitle=유효하지 않은 프로필 이름 +profileNameInvalid="%S" 프로필 이름은 사용할 수 없습니다. + +chooseFolder=프로필 폴더 선택 +profileNameEmpty=빈 프로필 이름은 허용되지 않습니다. +invalidChar="%S" 문자는 프로필 이름으로 사용할 수 없습니다. 다른 이름을 선택하세요. + +deleteTitle=프로필 삭제 +deleteProfileConfirm=프로필을 삭제하면 사용 가능한 프로필 목록에서 프로필이 제거되며 취소할 수 없습니다.\n사용자 설정, 인증서 및 기타 사용자 관련 데이터를 포함하여 프로필 데이터 파일을 삭제하도록 선택할 수도 있습니다. 이 옵션은 “%S” 폴더를 삭제하며 취소할 수 없습니다.\n프로필 데이터 파일을 삭제하시겠습니까? +deleteFiles=모두 삭제 +dontDeleteFiles=삭제 안 함 + +profileCreationFailed=프로필을 만들 수 없습니다. 선택한 폴더가 쓰기 가능한지 확인하세요. +profileCreationFailedTitle=프로필 만들기 실패 +profileExists=프로필 이름이 이미 있습니다. 다른 이름을 선택하세요. +profileFinishText=새 프로필 만들기를 끝내려면 완료를 선택하세요. +profileFinishTextMac=새 프로필을 만드려면 완료를 누르세요. +profileMissing=%S 프로필을 불러오지 못했습니다. 프로필이 없거나 접근을 할 수 없는 것 같습니다. +profileMissingTitle=프로필 없음 +profileDeletionFailed=프로필이 사용중일 수 있기 때문에 삭제할 수 없습니다. +profileDeletionFailedTitle=삭제 실패 + +# Profile reset +# LOCALIZATION NOTE (resetBackupDirectory): Directory name for the profile directory backup created during reset. This directory is placed in a location users will see it (ie. their desktop). %S is the application name. +resetBackupDirectory=이전 %S 데이터 + +flushFailTitle=변경 내용이 저장되지 않음 +flushFailMessage=예상치 못한 오류가 발생하여 변경 내용을 저장하지 못했습니다. +# LOCALIZATION NOTE (flushFailRestartButton): $S is brandShortName. +flushFailRestartButton=%S 다시 시작 +flushFailExitButton=종료 diff --git a/l10n-ko/toolkit/chrome/mozapps/update/updates.properties b/l10n-ko/toolkit/chrome/mozapps/update/updates.properties new file mode 100644 index 0000000000..85becdb098 --- /dev/null +++ b/l10n-ko/toolkit/chrome/mozapps/update/updates.properties @@ -0,0 +1,45 @@ +# 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/. + +# LOCALIZATION NOTE: The 1st %S is brandShortName and 2nd %S is update version +# where update version from the update xml +# example: MyApplication 10.0.5 +updateName=%S %S + +noThanksButton=아니요 +noThanksButton.accesskey=N +restartLaterButton=나중에 다시 시작 +restartLaterButton.accesskey=L +restartNowButton=%S 다시 시작 +restartNowButton.accesskey=R + +statusFailed=설치 실패함 + +installSuccess=업데이트가 성공적으로 설치됨 +installPending=설치 보류 중 +patchApplyFailure=업데이트를 설치할 수 없음 (패치 적용 실패) +elevationFailure=이 업데이트를 설치할 권한이 없습니다. 시스템 관리자에게 문의하세요. + +check_error-200=업데이트 XML 파일 형식 오류 (200) +check_error-403=액세스 거부됨 (403) +check_error-404=업데이트 XML 파일 없음 (404) +check_error-500=내부 서버 오류 (500) +check_error-2152398849=실패 (이유를 알 수 없음) +check_error-2152398861=연결 거부됨 +check_error-2152398862=연결 시간 초과 +# NS_ERROR_OFFLINE +check_error-2152398864=네트워크가 오프라인 상태 (온라인으로 전환하세요) +check_error-2152398867=허용되지 않는 포트 +check_error-2152398868=받은 데이터 없음 (다시 시도하세요) +check_error-2152398878=업데이트 서버 없음 (인터넷 연결을 확인하세요) +check_error-2152398890=프록시 서버 없음 (인터넷 연결을 확인하세요) +# NS_ERROR_DOCUMENT_NOT_CACHED +check_error-2152398918=네트워크가 오프라인 상태 (온라인으로 전환하세요) +check_error-2152398919=데이터 전송 중단됨 (다시 시도하세요) +check_error-2152398920=프록시 서버 연결이 거부됨 +check_error-2153390069=서버 인증서가 만료됨 (시스템 시계가 부정확한 경우 정확한 날짜와 시간으로 조정하세요) +check_error-verification_failed=업데이트 무결성을 확인할 수 없음 +check_error-move_failed=설치할 업데이트 준비 실패 +check_error-update_url_not_available=업데이트 URL을 사용할 수 없음 +check_error-connection_aborted=연결이 중단됨 diff --git a/l10n-ko/toolkit/chrome/passwordmgr/passwordmgr.properties b/l10n-ko/toolkit/chrome/passwordmgr/passwordmgr.properties new file mode 100644 index 0000000000..36abb3dd16 --- /dev/null +++ b/l10n-ko/toolkit/chrome/passwordmgr/passwordmgr.properties @@ -0,0 +1,79 @@ +# 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/. + +rememberPassword = 이 비밀번호를 기억하는데 비밀번호 관리자를 사용합니다. +savePasswordTitle = 확인 +# LOCALIZATION NOTE (saveLoginMsg2, saveLoginMsgNoUser2): +# %S is the login's hostname. +saveLoginMsg2 = %S의 로그인을 저장하시겠습니까? +saveLoginMsgNoUser2 = %S의 비밀번호를 저장하시겠습니까? +saveLoginButtonAllow.label = 저장 +saveLoginButtonAllow.accesskey = S +saveLoginButtonDeny.label = 저장 안 함 +saveLoginButtonDeny.accesskey = D +saveLoginButtonNever.label = 저장 안 함 +saveLoginButtonNever.accesskey = e +# LOCALIZATION NOTE (updateLoginMsg3, updateLoginMsgNoUser3): +# %S is the login's hostname. +updateLoginMsg3 = %S의 로그인을 업데이트하시겠습니까? +updateLoginMsgNoUser3 = %S의 비밀번호를 업데이트하시겠습니까? +updateLoginMsgAddUsername2 = 저장된 비밀번호에 사용자 이름을 추가하시겠습니까? +updateLoginButtonText = 업데이트 +updateLoginButtonAccessKey = U +updateLoginButtonDeny.label = 업데이트 안 함 +updateLoginButtonDeny.accesskey = D +updateLoginButtonDelete.label = 저장된 로그인 삭제 +updateLoginButtonDelete.accesskey = R +# LOCALIZATION NOTE (rememberPasswordMsg): +# 1st string is the username for the login, 2nd is the login's hostname. +# Note that long usernames may be truncated. +rememberPasswordMsg = %2$S 사이트의 “%1$S” 계정 비밀번호를 기억하시겠습니까? +# LOCALIZATION NOTE (rememberPasswordMsgNoUsername): +# String is the login's hostname. +rememberPasswordMsgNoUsername = %S 사이트의 비밀번호를 기억하시겠습니까? +# LOCALIZATION NOTE (noUsernamePlaceholder): +# This is displayed in place of the username when it is missing. +noUsernamePlaceholder=사용자 이름 없음 +togglePasswordLabel=비밀번호 보기 +togglePasswordAccessKey2=h +notNowButtonText = 나중에(&N) +neverForSiteButtonText = 이 사이트는 저장 안 함(&V) +rememberButtonText = 기억하기(&R) +passwordChangeTitle = 비밀번호 변경 확인 +# LOCALIZATION NOTE (updatePasswordMsg): +# String is the username for the login. +updatePasswordMsg = “%S”의 저장된 비밀번호를 업데이트하시겠습니까? +updatePasswordMsgNoUser = 저장된 비밀번호를 변경하시겠습니까? +userSelectText2 = 업데이트 할 계정 선택: +loginsDescriptionAll2=다음 사이트에 대한 로그인 정보가 컴퓨터에 저장됨 + +# LOCALIZATION NOTE (useASecurelyGeneratedPassword): +# Shown in the autocomplete popup to allow filling a generated password into a password field. +useASecurelyGeneratedPassword=안전하게 생성된 비밀번호 사용 +# LOCALIZATION NOTE (generatedPasswordWillBeSaved): +# %S will contain the brandShorterName. This informs the user that the generated password will be automatically saved. +generatedPasswordWillBeSaved=%S는 이 웹 사이트에 대한 비밀번호를 저장합니다. +# LOCALIZATION NOTE (loginHostAge): +# This is used to show the context menu login items with their age. +# 1st string is the username for the login, 2nd is the login's age. +loginHostAge=%1$S (%2$S) +# LOCALIZATION NOTE (noUsername): +# String is used on the context menu when a login doesn't have a username. +noUsername=사용자 이름 없음 +# LOCALIZATION NOTE (displaySameOrigin): +# String is used on the autocomplete row when the login origin is a domain match with the document origin +displaySameOrigin=이 웹 사이트에서 + +# LOCALIZATION NOTE (insecureFieldWarningDescription2): +# %1$S will contain insecureFieldWarningLearnMore and look like a link to indicate that clicking will open a tab with support information. +insecureFieldWarningDescription2 = 이 연결은 안전하지 않습니다. 입력된 로그인 정보가 유출될 수 있습니다. %1$S +insecureFieldWarningLearnMore = 더 알아보기 + +# LOCALIZATION NOTE (viewSavedLogins.label): +# This label is used in the footer of login autocomplete menus. +viewSavedLogins.label= 저장된 로그인 보기 + +# LOCALIZATION NOTE (managePasswords.label): +# This label is used in the footer of login autocomplete menus. +managePasswords.label= 비밀번호 관리 diff --git a/l10n-ko/toolkit/chrome/places/places.properties b/l10n-ko/toolkit/chrome/places/places.properties new file mode 100644 index 0000000000..0c23847ac0 --- /dev/null +++ b/l10n-ko/toolkit/chrome/places/places.properties @@ -0,0 +1,32 @@ +# 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/. + +BookmarksMenuFolderTitle=북마크 메뉴 +BookmarksToolbarFolderTitle=북마크 도구 모음 +OtherBookmarksFolderTitle=기타 북마크 +TagsFolderTitle=태그 +MobileBookmarksFolderTitle=모바일 북마크 +OrganizerQueryHistory=기록 +OrganizerQueryDownloads=다운로드 +OrganizerQueryAllBookmarks=모든 북마크 + +# LOCALIZATION NOTE : +# These are used to generate history containers when history is grouped by date +finduri-AgeInDays-is-0=오늘 +finduri-AgeInDays-is-1=어제 +finduri-AgeInDays-is=%S일 전 +finduri-AgeInDays-last-is=최근 %S일 전 +finduri-AgeInDays-isgreater=%S일 이전 +finduri-AgeInMonths-is-0=이번 달 +finduri-AgeInMonths-isgreater=%S개월 전 + +# LOCALIZATION NOTE (localhost): +# This is used to generate local files container when history is grouped by site +localhost=(내부 파일) + +# LOCALIZATION NOTE (backupFileSizeText): +# The string is used for showing file size of each backup in the "fileRestorePopup" popup +# %1$S is the file size +# %2$S is the file size unit +backupFileSizeText=%1$S%2$S -- cgit v1.2.3