summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/lv/chrome/lv/locale/lv/global/layout/xmlparser.properties
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/lv/chrome/lv/locale/lv/global/layout/xmlparser.properties')
-rw-r--r--thunderbird-l10n/lv/chrome/lv/locale/lv/global/layout/xmlparser.properties48
1 files changed, 48 insertions, 0 deletions
diff --git a/thunderbird-l10n/lv/chrome/lv/locale/lv/global/layout/xmlparser.properties b/thunderbird-l10n/lv/chrome/lv/locale/lv/global/layout/xmlparser.properties
new file mode 100644
index 0000000000..83152950e8
--- /dev/null
+++ b/thunderbird-l10n/lv/chrome/lv/locale/lv/global/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 = pietrūkst atmiņas
+2 = sintakses kļūda
+3 = elements nav atrasts
+4 = nav pareizs
+5 = neaizvērts elements
+6 = daļēja rakstzīme
+7 = neatbilstošs tags
+8 = dubultots atribūts
+9 = muļķības pēc dokumenta elementa
+10 = nekorekta norāde uz parametra entītiju
+11 = nedefinēta entītija
+12 = rekursīva entītiju norāde
+13 = asinhrona entītija
+14 = norāde uz nederīgu rakstzīmes skaitli
+15 = norāde uz bināru entītiju
+16 = norāde uz ārēju entītiju atribūtā
+17 = XML vai teksta deklarācija nav entītijas sākumā
+18 = nezināms kodējums
+19 = XML deklarācijā norādītais kodējums ir nekorekts
+20 = neaizvērta CDATA sadaļa
+21 = kļūda, apstrādājot ārējās entītijas norādi
+22 = dokuments nav neatkarīgs
+23 = negaidīts apstrādātāja stāvoklis
+24 = entītija deklarēta parametra entītijā
+27 = prefikss nav piesaistīts vārdtelpai
+28 = nevajag atdeklarēt prefiksu
+29 = nepabeigts iezīmējums parametra entītijā
+30 = XML deklarācija nav korekti noformatēta
+31 = teksta deklarācija nav korekti noformatēta
+32 = neatļauts simbols(-i) publiskajā id
+38 = rezervēto prefiksu (xml) nevar atdeklarēt vai piesaistīt citas vārdtelpas nosaukumam
+39 = rezervēto prefiksu (xml) nevar deklarēt vai atdeklarēt
+40 = prefiksu nevar piesaistīt nevienam no rezervētajām vārdtelpu nosaukumiem
+
+# %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 apstrādes kļūda: %1$S\nAtrašanās vieta: %2$S\nRindas numurs %3$u, kolona %4$u:
+
+# %S is replaced by a tag name.
+# This gets appended to the error string if the error is mismatched tag.
+Expected = . Gaidīts: </%S>.