From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ko/dom/chrome/mathml/mathml.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 l10n-ko/dom/chrome/mathml/mathml.properties (limited to 'l10n-ko/dom/chrome/mathml/mathml.properties') diff --git a/l10n-ko/dom/chrome/mathml/mathml.properties b/l10n-ko/dom/chrome/mathml/mathml.properties new file mode 100644 index 0000000000..edbf4445b4 --- /dev/null +++ b/l10n-ko/dom/chrome/mathml/mathml.properties @@ -0,0 +1,15 @@ +# 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/. + +InvalidChild=바르지 않은 마크 업: <%1$S> 태그를 <%2$S> 자식 요소로 취급할 수 없습니다. +ChildCountIncorrect=바르지 않은 마크 업: <%1$S/> 태그 자식 요소 수가 올바르지 않습니다. +DuplicateMprescripts=바르지 않은 마크 업: 내에 를 복수로 둘 수 없습니다. +# LOCALIZATION NOTE: The first child of is the base, that is the element to which scripts are attached. +NoBase=바르지 않은 마크 업: 내에 정확히 한 개의 Base 요소를 두어야 하나 하나도 찾지 못했습니다. +SubSupMismatch=바르지 않은 마크 업: 내의 subscript/superscript 조가 불완전합니다. + +# LOCALIZATION NOTE: When localizing the single quotes ('), follow the conventions in css.properties for your target locale. +AttributeParsingError=<%3$S/> 태그 '%2$S'속성 값 '%1$S'의 파싱중에 오류가 발생했습니다. 이 속성은 무시됩니다. +AttributeParsingErrorNoTag='%2$S'속성의 값 '%1$S'의 파싱중에 오류가 발생했습니다. 이 속성은 무시됩니다. +LengthParsingError=MathML 속성치 '%1$S'를 길이로서 파싱중에 오류가 발생했습니다. 이 속성은 무시됩니다. -- cgit v1.2.3