summaryrefslogtreecommitdiffstats
path: root/l10n-ko/toolkit/chrome/global
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-ko/toolkit/chrome/global')
-rw-r--r--l10n-ko/toolkit/chrome/global/aboutReader.properties67
-rw-r--r--l10n-ko/toolkit/chrome/global/aboutStudies.properties32
-rw-r--r--l10n-ko/toolkit/chrome/global/appPicker.dtd7
-rw-r--r--l10n-ko/toolkit/chrome/global/autocomplete.properties9
-rw-r--r--l10n-ko/toolkit/chrome/global/browser.properties7
-rw-r--r--l10n-ko/toolkit/chrome/global/commonDialog.dtd10
-rw-r--r--l10n-ko/toolkit/chrome/global/commonDialogs.properties46
-rw-r--r--l10n-ko/toolkit/chrome/global/contentAreaCommands.properties29
-rw-r--r--l10n-ko/toolkit/chrome/global/datetimebox.dtd35
-rw-r--r--l10n-ko/toolkit/chrome/global/dialog.properties12
-rw-r--r--l10n-ko/toolkit/chrome/global/dialogOverlay.dtd9
-rw-r--r--l10n-ko/toolkit/chrome/global/editMenuOverlay.dtd11
-rw-r--r--l10n-ko/toolkit/chrome/global/extensions.properties26
-rw-r--r--l10n-ko/toolkit/chrome/global/fallbackMenubar.properties8
-rw-r--r--l10n-ko/toolkit/chrome/global/filepicker.properties18
-rw-r--r--l10n-ko/toolkit/chrome/global/findbar.properties23
-rw-r--r--l10n-ko/toolkit/chrome/global/globalKeys.dtd6
-rw-r--r--l10n-ko/toolkit/chrome/global/intl.css11
-rw-r--r--l10n-ko/toolkit/chrome/global/intl.properties43
-rw-r--r--l10n-ko/toolkit/chrome/global/keys.properties70
-rw-r--r--l10n-ko/toolkit/chrome/global/narrate.properties30
-rw-r--r--l10n-ko/toolkit/chrome/global/notification.dtd23
-rw-r--r--l10n-ko/toolkit/chrome/global/printdialog.properties53
-rw-r--r--l10n-ko/toolkit/chrome/global/resetProfile.dtd7
-rw-r--r--l10n-ko/toolkit/chrome/global/resetProfile.properties14
-rw-r--r--l10n-ko/toolkit/chrome/global/tree.dtd5
-rw-r--r--l10n-ko/toolkit/chrome/global/viewSource.properties16
-rw-r--r--l10n-ko/toolkit/chrome/global/wizard.properties8
28 files changed, 635 insertions, 0 deletions
diff --git a/l10n-ko/toolkit/chrome/global/aboutReader.properties b/l10n-ko/toolkit/chrome/global/aboutReader.properties
new file mode 100644
index 0000000000..a29a7344b3
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/aboutReader.properties
@@ -0,0 +1,67 @@
+# 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 (aboutReader.loading2):
+# Use the unicode ellipsis char, \u2026,
+# or use "..." if \u2026 doesn't suit traditions in your locale.
+aboutReader.loading2=로드 중…
+aboutReader.loadError=페이지에서 글을 읽어오지 못했습니다
+
+aboutReader.colorScheme.light=밝게
+aboutReader.colorScheme.dark=어둡게
+aboutReader.colorScheme.sepia=세피아
+aboutReader.colorScheme.auto=자동
+
+# LOCALIZATION NOTE (aboutReader.estimatedReadTimeValue1): Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of minutes it is estimated to take to read the article
+# example: `3 minutes`
+aboutReader.estimatedReadTimeValue1=#1분
+
+#LOCALIZATION NOTE (aboutReader.estimatedReadTimeRange1): Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# When there is some uncertainty in how long the article will take to read show a range of
+# minutes it is expected to take.
+# #1 is the number of minutes it is estimated to take to read the article for a fast reader
+# #2 is the number of minutes it is estimated to take to read the article for a slow reader
+# #2 is the variable used to determine the plural form to use.
+# example: `5-8 minutes`
+aboutReader.estimatedReadTimeRange1=#1-#2분
+
+# LOCALIZATION NOTE (aboutReader.fontType.serif, aboutReader.fontType.sans-serif):
+# These are the styles of typeface that are options in the reader view controls.
+aboutReader.fontType.serif=세리프
+aboutReader.fontType.sans-serif=산세리프
+
+# LOCALIZATION NOTE (aboutReader.fontTypeSample): String used to sample font types.
+# For followup see: https://bugzilla.mozilla.org/show_bug.cgi?id=1637089
+aboutReader.fontTypeSample=가
+
+aboutReader.toolbar.close=리더뷰 닫기
+aboutReader.toolbar.typeControls=글자 조절
+
+# This is used as a label for the Reader View toolbar button.
+# This is a label used for the Save to Pocket option in the toolbar.
+# %S is replaced by Pocket.
+readerView.savetopocket.label=%S에 저장
+# This is a label used for done option in the toolbar
+readerView.done.label=완료
+# These are used for the Reader View toolbar button and the menuitem within the
+# View menu.
+readerView.enter=리더뷰 보기
+readerView.enter.accesskey=R
+readerView.close=리더뷰 닫기
+readerView.close.accesskey=R
+
+# These are used as tooltips in Type Control
+aboutReader.toolbar.minus = 글꼴 크기 줄이기
+aboutReader.toolbar.plus = 글꼴 크기 늘리기
+aboutReader.toolbar.contentwidthminus = 콘텐츠 너비 줄이기
+aboutReader.toolbar.contentwidthplus = 콘텐츠 너비 늘리기
+aboutReader.toolbar.lineheightminus = 줄 간격 줄이기
+aboutReader.toolbar.lineheightplus = 줄 간격 늘리기
+aboutReader.toolbar.colorschemelight = 밝은 색 구성표
+aboutReader.toolbar.colorschemedark = 어두운 색 구성표
+aboutReader.toolbar.colorschemesepia = 세피아 색 구성표
+aboutReader.toolbar.colorschemeauto = 자동 색 구성표
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/appPicker.dtd b/l10n-ko/toolkit/chrome/global/appPicker.dtd
new file mode 100644
index 0000000000..72df81d472
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/appPicker.dtd
@@ -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/. -->
+
+<!ENTITY NoAppFound.label "파일 형식에 맞는 애플리케이션을 찾을 수 없습니다.">
+<!ENTITY BrowseButton.label "찾아보기…">
+<!ENTITY SendMsg.label "이 항목에 연결할 애플리케이션:">
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/commonDialog.dtd b/l10n-ko/toolkit/chrome/global/commonDialog.dtd
new file mode 100644
index 0000000000..bebd8cef59
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/commonDialog.dtd
@@ -0,0 +1,10 @@
+<!-- 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/. -->
+
+<!ENTITY editfield0.label "사용자 이름:">
+<!ENTITY editfield1.label "비밀번호:">
+<!ENTITY copyCmd.label "복사">
+<!ENTITY copyCmd.accesskey "C">
+<!ENTITY selectAllCmd.label "모두 선택">
+<!ENTITY selectAllCmd.accesskey "A">
diff --git a/l10n-ko/toolkit/chrome/global/commonDialogs.properties b/l10n-ko/toolkit/chrome/global/commonDialogs.properties
new file mode 100644
index 0000000000..5e3e29723c
--- /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..2d4766a8bd
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/contentAreaCommands.properties
@@ -0,0 +1,29 @@
+# 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=다른 이름으로 저장
+DefaultSaveFileName=index
+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/datetimebox.dtd b/l10n-ko/toolkit/chrome/global/datetimebox.dtd
new file mode 100644
index 0000000000..5215a51d18
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/datetimebox.dtd
@@ -0,0 +1,35 @@
+<!-- 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/. -->
+
+<!-- Placeholders for input type=time -->
+
+<!ENTITY time.hour.placeholder "--">
+<!ENTITY time.minute.placeholder "--">
+<!ENTITY time.second.placeholder "--">
+<!ENTITY time.millisecond.placeholder "--">
+<!ENTITY time.dayperiod.placeholder "--">
+
+<!-- Field labels for input type=time -->
+
+<!ENTITY time.hour.label "시간">
+<!ENTITY time.minute.label "분">
+<!ENTITY time.second.label "초">
+<!ENTITY time.millisecond.label "밀리초">
+<!ENTITY time.dayperiod.label "오전/오후">
+
+<!-- Placeholders for input type=date -->
+
+<!ENTITY date.year.placeholder "yyyy">
+<!ENTITY date.month.placeholder "mm">
+<!ENTITY date.day.placeholder "dd">
+
+<!-- Field labels for input type=date -->
+
+<!ENTITY date.year.label "년">
+<!ENTITY date.month.label "월">
+<!ENTITY date.day.label "일">
+
+<!-- Date/time clear button -->
+
+<!ENTITY datetime.reset.label "지우기">
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/dialogOverlay.dtd b/l10n-ko/toolkit/chrome/global/dialogOverlay.dtd
new file mode 100644
index 0000000000..695ca28e51
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/dialogOverlay.dtd
@@ -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/. -->
+
+<!-- WARNING!!! This file is obsoleted by the dialog.xml widget -->
+
+<!-- OK Cancel Buttons -->
+<!ENTITY okButton.label "확인">
+<!ENTITY cancelButton.label "취소">
diff --git a/l10n-ko/toolkit/chrome/global/editMenuOverlay.dtd b/l10n-ko/toolkit/chrome/global/editMenuOverlay.dtd
new file mode 100644
index 0000000000..93a797f1d1
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/editMenuOverlay.dtd
@@ -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/. -->
+
+<!ENTITY findCmd.label "찾기">
+<!ENTITY findCmd.key "F">
+<!ENTITY findCmd.accesskey "F">
+<!ENTITY findAgainCmd.label "다시 찾기">
+<!ENTITY findAgainCmd.key "G">
+<!ENTITY findAgainCmd.key2 "VK_F3">
+<!ENTITY findAgainCmd.accesskey "g">
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..5e380042e1
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/filepicker.properties
@@ -0,0 +1,18 @@
+# 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=동영상 파일
+
+formatLabel=형식:
+selectedFileNotReadableError=선택한 파일에 읽기 권한이 없음
diff --git a/l10n-ko/toolkit/chrome/global/findbar.properties b/l10n-ko/toolkit/chrome/global/findbar.properties
new file mode 100644
index 0000000000..19dba2261c
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/findbar.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/.
+
+# strings used by the Find bar, split from browser.properties
+NotFound=문구를 찾을 수 없음
+WrappedToTop=아래에 도달해 위부터 계속됨
+WrappedToBottom=위에 도달해 아래부터 계속됨
+NormalFind=페이지에서 찾기
+FastFind=빠른 찾기
+FastFindLinks=빠른 찾기 (링크만)
+CaseSensitive=(대/소문자 구분)
+MatchDiacritics=(일치하는 분음 부호)
+EntireWord=(단어 단위로)
+# LOCALIZATION NOTE (FoundMatches): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is currently selected match and #2 the total amount of matches.
+FoundMatches=#1 / #2 일치
+# LOCALIZATION NOTE (FoundMatchesCountLimit): Semicolon-separated list of plural
+# forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the total amount of matches allowed before counting stops.
+FoundMatchesCountLimit=#1개 이상 일치
diff --git a/l10n-ko/toolkit/chrome/global/globalKeys.dtd b/l10n-ko/toolkit/chrome/global/globalKeys.dtd
new file mode 100644
index 0000000000..76b9235713
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/globalKeys.dtd
@@ -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/. -->
+
+<!ENTITY openHelp.commandkey "VK_F1">
+<!ENTITY openHelpMac.commandkey "?">
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, <empty string>
+# 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..00453032d7
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/narrate.properties
@@ -0,0 +1,30 @@
+# 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.
+listen = 듣기
+
+# "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/notification.dtd b/l10n-ko/toolkit/chrome/global/notification.dtd
new file mode 100644
index 0000000000..474dcf67d7
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/notification.dtd
@@ -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/. -->
+
+<!-- This file is only used by the Firefox Translations extension,
+ - and should be removed once possible.
+ - See: https://bugzilla.mozilla.org/show_bug.cgi?id=1788595 -->
+
+<!-- This file is only used by the Firefox Translations extension
+ - and by dom/tests/mochitest/bugs/test_bug467035.html.
+ - It should be removed once possible.
+ - See: https://bugzilla.mozilla.org/show_bug.cgi?id=1788595 -->
+
+<!ENTITY closeNotification.tooltip "메시지 닫기">
+
+<!ENTITY checkForUpdates "업데이트 확인…">
+
+<!ENTITY learnMoreNoEllipsis "더 알아보기">
+
+<!ENTITY defaultButton.label "확인">
+<!ENTITY defaultButton.accesskey "O">
+
+<!ENTITY moreActionsButton.accessibleLabel "작업 더보기">
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.dtd b/l10n-ko/toolkit/chrome/global/resetProfile.dtd
new file mode 100644
index 0000000000..2032fc64ba
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/resetProfile.dtd
@@ -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/. -->
+
+<!ENTITY refreshProfile.dialog.title "&brandShortName; 새로 설정">
+
+<!ENTITY refreshProfile.cleaning.description "완료 중…">
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/tree.dtd b/l10n-ko/toolkit/chrome/global/tree.dtd
new file mode 100644
index 0000000000..a72c32bcb2
--- /dev/null
+++ b/l10n-ko/toolkit/chrome/global/tree.dtd
@@ -0,0 +1,5 @@
+<!-- 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/. -->
+
+<!ENTITY restoreColumnOrder.label "항목 순서 복구">
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=결론