diff options
Diffstat (limited to 'l10n-ko/mail/chrome/messenger/migration')
-rw-r--r-- | l10n-ko/mail/chrome/messenger/migration/migration.dtd | 30 | ||||
-rw-r--r-- | l10n-ko/mail/chrome/messenger/migration/migration.properties | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/l10n-ko/mail/chrome/messenger/migration/migration.dtd b/l10n-ko/mail/chrome/messenger/migration/migration.dtd new file mode 100644 index 0000000000..60ca6ce3cd --- /dev/null +++ b/l10n-ko/mail/chrome/messenger/migration/migration.dtd @@ -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/. --> + + +<!ENTITY migrationWizard.title "가져오기 마법사"> + +<!ENTITY importFromWin.label "가져올 메일 설정, 계정 설정, 주소록, 필터등의 데이터:"> +<!ENTITY importFromNonWin.label "가져오기올 메일 환경 설정, 계정 설정, 주소록, 필터 등의 데이터:"> +<!ENTITY importSourceNotFound.label "데이터를 가져올 어플리케이션을 찾지 못했습니다."> + +<!ENTITY importFromNothing.label "아무것도 가져오지 않음"> +<!ENTITY importFromNothing.accesskey "D"> +<!ENTITY importFromSeamonkey3.label "SeaMonkey 2 이상"> +<!ENTITY importFromSeamonkey3.accesskey "S"> +<!ENTITY importFromOutlook.label "아웃룩"> +<!ENTITY importFromOutlook.accesskey "O"> + +<!ENTITY importSource.title "가져오기 설정과 메일 폴더 위치"> +<!ENTITY importItems.title "가져오기를 위한 항목"> +<!ENTITY importItems.label "가져오기 할 항목 선택:"> + +<!ENTITY migrating.title "가져오기 중…"> +<!ENTITY migrating.label "다음 항목을 가져오는 중입니다…."> + +<!ENTITY selectProfile.title "프로필 선택"> +<!ENTITY selectProfile.label "다음 프로필을 위치에서 가져올 수 있음:"> + +<!ENTITY done.title "가져오기 완료"> +<!ENTITY done.label "다음 항목들에 대한 가져오기 작업을 완료했습니다:"> diff --git a/l10n-ko/mail/chrome/messenger/migration/migration.properties b/l10n-ko/mail/chrome/messenger/migration/migration.properties new file mode 100644 index 0000000000..d361f7e35c --- /dev/null +++ b/l10n-ko/mail/chrome/messenger/migration/migration.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/. + +profileName_format=%S %S + +# Import Sources +1_seamonkey=설정 +1_thunderbird=환경 설정 + +2_seamonkey=계정 설정 +2_thunderbird=계정 설정 +2_outlook=계정 설정 + +4_seamonkey=주소록 +4_thunderbird=주소록 +4_outlook=주소록 + +8_seamonkey=스팸 메일 필터 + +16_seamonkey=저장된 비밀번호 + +32_seamonkey=기타 데이터 + +64_seamonkey=뉴스 그룹 폴더 +64_thunderbird=뉴스 그룹 폴더 + +128_seamonkey=메일 폴더 +128_thunderbird=메일 폴더 +128_outlook=메일 폴더 |