blob: c1ca8494594e80fc02f43b9cbc00540cb369b411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# 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 1st %S is brandShortName and 2nd %S is update version
# where update version from the update xml
# example: MyApplication 10.0.5
updateName=%S %S
noThanksButton=아니요
noThanksButton.accesskey=N
# NOTE: The restartLaterButton string is also used in
# mozapps/extensions/content/blocklist.js
restartLaterButton=나중에 다시 시작
restartLaterButton.accesskey=L
restartNowButton=%S 다시 시작
restartNowButton.accesskey=R
statusFailed=설치 실패함
installSuccess=업데이트 설치가 완료되었습니다.
installPending=설치 보류 중
patchApplyFailure=업데이트가 설치되지 않았습니다.
elevationFailure=이 업데이트를 설치할 권한이 없습니다. 시스템 관리자에게 문의하세요.
check_error-200=업데이트 XML 파일 형식 오류 (200)
check_error-403=액세스 거부됨 (403)
check_error-404=업데이트 XML 파일 없음 (404)
check_error-500=내부 서버 오류 (500)
check_error-2152398849=실패 (이유를 알 수 없음)
check_error-2152398861=연결이 거부되었습니다
check_error-2152398862=연결 시간이 초과되었습니다
# NS_ERROR_OFFLINE
check_error-2152398864=네트워크가 오프라인 상태입니다 (온라인으로 전환하세요)
check_error-2152398867=허용되지 않는 포트
check_error-2152398868=받은 데이터가 없습니다 (다시 시도하세요)
check_error-2152398878=업데이트 서버가 없습니다 (인터넷 연결 확인)
check_error-2152398890=프록시 서버가 없습니다 (인터넷 연결을 확인하세요)
# NS_ERROR_DOCUMENT_NOT_CACHED
check_error-2152398918=네트워크가 오프라인 상태입니다 (온라인으로 전환하세요)
check_error-2152398919=데이터 전송이 중단되었습니다 (다시 시도하세요)
check_error-2152398920=프록시 서버 연결이 거부되었습니다
check_error-2153390069=서버 인증서가 만료되었습니다 (시스템 시계가 부정확한 경우 정확한 날짜와 시간으로 조정하세요)
check_error-verification_failed=업데이트의 무결성을 확인할 수 없습니다
check_error-move_failed=설치할 업데이트를 준비하지 못했습니다
|