diff options
Diffstat (limited to 'l10n-ko/mail/chrome/messenger/accountCreationModel.properties')
-rw-r--r-- | l10n-ko/mail/chrome/messenger/accountCreationModel.properties | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/l10n-ko/mail/chrome/messenger/accountCreationModel.properties b/l10n-ko/mail/chrome/messenger/accountCreationModel.properties new file mode 100644 index 0000000000..da8de87ab1 --- /dev/null +++ b/l10n-ko/mail/chrome/messenger/accountCreationModel.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/. + +# This file has the strings, mostly error strings, for the logic / JS backend / model +# files: fetchConfig.js, readFromXML.js, guessConfig.js, verifyConfig.js, createInBackend.js + + +# readFromXML.js +no_emailProvider.error=설정 XML 파일에 메일 계정 정보가 없습니다. +outgoing_not_smtp.error=보내기 서버는 SMTP를 사용해야 합니다. + +# verifyConfig.js +cannot_login.error=서버에 로그인 할 수 없습니다. 설정이나 계정 이름, 비밀번호가 잘못되었을 수 있습니다. + +# guessConfig.js +cannot_find_server.error=서버를 찾을 수 없습니다. + +# exchangeAutoDiscover.js +no_autodiscover.error=Exchange AutoDiscover XML이 유효하지 않습니다. |