blob: da8de87ab185d86c7dc451a2e1013112f54b7b6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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이 유효하지 않습니다.
|