blob: 8209eb159b7a4b08ff6b55226e6b6dac993d09c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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=Balisatge invalid : <%1$S> pòt pas èsser un enfant de <%2$S>.
ChildCountIncorrect=Balisatge invalid : lo nombre d'enfants de la balisa <%1$S/> es incorrècte.
DuplicateMprescripts=Balisatge invalid : mai d'una balisa <mprescripts/> dins <mmultiscripts/>.
# LOCALIZATION NOTE: The first child of <mmultiscript/> is the base, that is the element to which scripts are attached.
NoBase=Balisatge invalid : un sol element utilizat coma basa esperat dins <mmultiscripts/>. Pas cap de trobat.
SubSupMismatch=Balisatge invalid : la para subscript/superscript es incomplèta dins <mmultiscripts/>.
# LOCALIZATION NOTE: When localizing the single quotes ('), follow the conventions in css.properties for your target locale.
AttributeParsingError=Error dins l'analisi de la valor « %1$S » per l'atribut « %2$S » de <%3$S/>. Atribut ignorat.
AttributeParsingErrorNoTag=Error dins l'analisi de la valor « %1$S » per l'atribut « %2$S ». Atribut ignorat.
LengthParsingError=Error dins l'analisi de la valor de l'atribut MathML « %1$S » en tant que longor. Atribut ignorat.
|