diff options
Diffstat (limited to 'l10n-sl/dom/chrome/mathml')
-rw-r--r-- | l10n-sl/dom/chrome/mathml/mathml.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n-sl/dom/chrome/mathml/mathml.properties b/l10n-sl/dom/chrome/mathml/mathml.properties new file mode 100644 index 0000000000..af0603d753 --- /dev/null +++ b/l10n-sl/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=Napaka pri označevanju: <%1$S> ni dovoljen kot sin <%2$S>. +ChildCountIncorrect=Napaka pri označevanju: napačno število otrok v oznaki <%1$S/>. +DuplicateMprescripts=Napaka pri označevanju: več kot en <mprescripts/> v <mmultiscripts/>. +# LOCALIZATION NOTE: The first child of <mmultiscript/> is the base, that is the element to which scripts are attached. +NoBase=Napaka pri označevanju: pričakovan natančno en element Base v <mmultiscripts/>, vendar najden noben. +SubSupMismatch=Napaka pri označevanju: nedokončan par podpisano/nadpisano v <mmultiscripts/>. + +# LOCALIZATION NOTE: When localizing the single quotes ('), follow the conventions in css.properties for your target locale. +AttributeParsingError=Napaka pri razčlenjevanju vrednosti '%1$S' za atribut '%2$S' elementa <%3$S/>. Atribut prezrt. +AttributeParsingErrorNoTag=Napaka pri razčlenjevanju vrednosti '%1$S' za atribut '%2$S'. Atribut prezrt. +LengthParsingError=Napaka pri razčlenjevanju vrednosti atributa MathML '%1$S' kot dolžine. Atribut prezrt. |