From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-ko/dom/chrome/layout/xmlparser.properties | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 l10n-ko/dom/chrome/layout/xmlparser.properties (limited to 'l10n-ko/dom/chrome/layout/xmlparser.properties') diff --git a/l10n-ko/dom/chrome/layout/xmlparser.properties b/l10n-ko/dom/chrome/layout/xmlparser.properties new file mode 100644 index 0000000000..dceb59e806 --- /dev/null +++ b/l10n-ko/dom/chrome/layout/xmlparser.properties @@ -0,0 +1,48 @@ +# 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/. + +# Map Expat error codes to error strings +1 = 메모리 부족 +2 = 문법 오류 +3 = 요소 없음 +4 = 부적합한 형식 +5 = 닫히지 않은 토큰 +6 = 닫히지 않은 토큰 +7 = 맞지 않는 태그 +8 = 속성 중복 +9 = 문서 항목 오류 +10 = 부적합한 인수 또는 참조 +11 = 정의되지 않은 엔터티 +12 = 반복적인 엔터티 참조 +13 = 비동기 엔터티 +14 = 유효하지 않은 문자 번호 참조 +15 = 실행 엔터티 참조 +16 = 외부 엔터티 속성 참조 +17 = XML 혹은 텍스트 선언이 외부 엔터티 시작에 올수 없음 +18 = 알 수 없는 인코딩 +19 = XML 선언 내의 부정확한 인코딩 +20 = 닫히지 않은 CDATA 영역 +21 = 외부 엔터티 참조 오류 +22 = 비독립적 문서 +23 = 예상치 못한 파서 상태 +24 = 인수 엔터티 내의 엔터티 선언 +27 = 네임스페이스로 전달하지 못한 prefix +28 = prefix를 선언 할 수 없음 +29 = 파라미터 엔터티에서 불완전한 마크업 +30 = XML 선언이 well-formed가 아님 +31 = text 선언이 well-formed가 아님 +32 = 공개 id에 비문법 문자 포함 +38 = 예약된 prefix (xml)는 선언되지 않거나 다른 네임스페이스 URI로 전달해야 함 +39 = 예약된 prefix (xmlns)는 선언을 취소하거나 선언되지 않아야 함 +40 = prefix는 다른 네임스페이스 URI로 전달되어야 함 + +# %1$S is replaced by the Expat error string, may be followed by Expected (see below) +# %2$S is replaced by URL +# %3$u is replaced by line number +# %4$u is replaced by column number +XMLParsingError = XML 변환기 오류: %1$S \n위치: %2$S \n행 %3$u, 글자 위치 %4$u: + +# %S is replaced by a tag name. +# This gets appended to the error string if the error is mismatched tag. +Expected = . 예상: . -- cgit v1.2.3