diff options
Diffstat (limited to 'l10n-ko/mobile/android/chrome')
-rw-r--r-- | l10n-ko/mobile/android/chrome/browser.properties | 118 | ||||
-rw-r--r-- | l10n-ko/mobile/android/chrome/config.dtd | 21 | ||||
-rw-r--r-- | l10n-ko/mobile/android/chrome/config.properties | 9 | ||||
-rw-r--r-- | l10n-ko/mobile/android/chrome/passwordmgr.properties | 20 |
4 files changed, 168 insertions, 0 deletions
diff --git a/l10n-ko/mobile/android/chrome/browser.properties b/l10n-ko/mobile/android/chrome/browser.properties new file mode 100644 index 0000000000..3203feaaf9 --- /dev/null +++ b/l10n-ko/mobile/android/chrome/browser.properties @@ -0,0 +1,118 @@ +# 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/. + +# Popup Blocker + +# In Extension.jsm + +# LOCALIZATION NOTE (webextPerms.header) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=%S 추가? + +webextPerms.add.label=추가 +webextPerms.cancel.label=취소 + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +webextPerms.updateText=%S 부가 기능이 업데이트 되었습니다. 업데이트된 버전이 설치되기 전에 새 권한을 승인해야 합니다. “취소”를 누르면 현재 설치된 버전을 유지합니다. + +webextPerms.updateAccept.label=업데이트 + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replaced with the localized name of the extension requesting new +# permissions. +webextPerms.optionalPermsHeader=%S가 추가 권한을 요청합니다. +webextPerms.optionalPermsListIntro=필요한 권한: +webextPerms.optionalPermsAllow.label=허용 +webextPerms.optionalPermsDeny.label=거부 + +webextPerms.description.bookmarks=북마크 읽고 수정 +webextPerms.description.browserSettings=브라우저 설정 읽고 수정 +webextPerms.description.browsingData=최근 브라우징 탐색기록, 쿠키, 관련 데이터 삭제 +webextPerms.description.clipboardRead=클립 보드의 데이터 가져오기 +webextPerms.description.clipboardWrite=클립 보드에 데이터 넣기 +webextPerms.description.devtools=열려있는 탭의 데이터에 접근하도록 개발자 도구를 확장 +webextPerms.description.downloads=파일을 다운로드하고 브라우저의 다운로드 기록을 변경함 +webextPerms.description.downloads.open=컴퓨터에 다운로드 된 파일 열기 +webextPerms.description.find=열려있는 모든 탭의 텍스트 읽기 +webextPerms.description.geolocation=위치 정보에 접근 +webextPerms.description.history=브라우징 기록에 접근 +webextPerms.description.management=확장기능 사용 모니터와 테마 관리 +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=%S 이외의 프로그램과 메시지를 주고 받음 +webextPerms.description.notifications=알림을 표시 +webextPerms.description.privacy=개인 정보 설정 읽고 수정하기 +webextPerms.description.proxy=브라우저 프록시 설정 제어 +webextPerms.description.sessions=최근에 닫힌 탭에 접근 +webextPerms.description.tabs=브라우저 탭에 접근 +webextPerms.description.topSites=브라우징 기록에 접근 +webextPerms.description.webNavigation=탐색중에 브라우저 활동에 접근 + +webextPerms.hostDescription.allUrls=모든 웹사이트에 대한 사용자 데이터에 접근 + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=%S 도메인 사이트에 대한 사용자 데이터에 접근 + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=다른 #1개의 도메인에 대한 사용자 데이터에 접근 + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=%S에 대한 사용자 데이터에 접근 + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=다른 #1개의 사이트에 대한 사용자 데이터에 접근 + + +# LOCALIZATION NOTE (password.logins): Label that will be used in + # Web Console API +stacktrace.anonymousFunction=<익명 함수> +stacktrace.outputMessage=Stack Trace- 파일: %S, 함수: %S, 행: %S +timer.start=%S: 타이머 개시 + +# LOCALIZATION NOTE (timer.end): +# This string is used to display the result of the console.timeEnd() call. +# %1$S=name of timer, %2$S=number of milliseconds +timer.end=%1$S : %2$Sms + +# Site settings dialog + +# In ContextualIdentityService.jsm + +# LOCALIZATION NOTE (userContextPersonal.label, +# userContextWork.label, +# userContextShopping.label, +# userContextBanking.label, +# userContextNone.label): +# These strings specify the four predefined contexts included in support of the +# Contextual Identity / Containers project. Each context is meant to represent +# the context that the user is in when interacting with the site. Different +# contexts will store cookies and other information from those sites in +# different, isolated locations. You can enable the feature by typing +# about:config in the URL bar and changing privacy.userContext.enabled to true. +# Once enabled, you can open a new tab in a specific context by clicking +# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these +# strings on the right-hand side of the URL bar. +# In android this will be only exposed by web extensions +userContextPersonal.label = 개인 +userContextWork.label = 직장 +userContextBanking.label = 은행 +userContextShopping.label = 쇼핑 + diff --git a/l10n-ko/mobile/android/chrome/config.dtd b/l10n-ko/mobile/android/chrome/config.dtd new file mode 100644 index 0000000000..e7b8edb7ba --- /dev/null +++ b/l10n-ko/mobile/android/chrome/config.dtd @@ -0,0 +1,21 @@ +<!-- 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 toolbar.searchPlaceholder "검색"> + +<!ENTITY newPref.namePlaceholder "이름"> + +<!ENTITY newPref.valueBoolean "불린"> +<!ENTITY newPref.valueString "문자열"> +<!ENTITY newPref.valueInteger "정수"> + +<!ENTITY newPref.stringPlaceholder "문자열을 입력하세요"> +<!ENTITY newPref.numberPlaceholder "숫자를 입력하세요"> + +<!ENTITY newPref.toggleButton "켜기"> +<!ENTITY newPref.cancelButton "취소"> + +<!ENTITY contextMenu.copyPrefName "이름 복사"> +<!ENTITY contextMenu.copyPrefValue "값 복사"> diff --git a/l10n-ko/mobile/android/chrome/config.properties b/l10n-ko/mobile/android/chrome/config.properties new file mode 100644 index 0000000000..97c16c3b60 --- /dev/null +++ b/l10n-ko/mobile/android/chrome/config.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/. + +newPref.createButton=생성 +newPref.changeButton=변경 + +pref.toggleButton=켜기 +pref.resetButton=재설정 diff --git a/l10n-ko/mobile/android/chrome/passwordmgr.properties b/l10n-ko/mobile/android/chrome/passwordmgr.properties new file mode 100644 index 0000000000..9e91f80114 --- /dev/null +++ b/l10n-ko/mobile/android/chrome/passwordmgr.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/. + +# String will be replaced by brandShortName. +saveLogin=%S 사이트에 대한 로그인을 기억하도록 하시겠습니까? +rememberButton=기억 +neverButton=기억 안 함 + +# String is the login's hostname +updatePassword=%S 사이트에 대한 암호를 변경하시겠습니까? +updatePasswordNoUser=이 계정에 대한 암호를 변경하시겠습니까? +updateButton=변경 +dontUpdateButton=변경 안 함 + +userSelectText2=업데이트 할 계정 선택: +passwordChangeTitle=암호 변경 확인 + +username=사용자명 +password=암호 |