summaryrefslogtreecommitdiffstats
path: root/l10n-ur/dom/chrome/layout/xmlparser.properties
blob: 5fad51363fc8919df418f471c0c18074e98bf91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 = syntax error
3 = کوئی جڑ کا عنصر نہیں پایا گیا
4 = not well-formed
5 = unclosed token
6 = partial character
7 = غیرمشابہ کردہ ٹیگ
8 = مثنیٰ وصف
9 = دستاویزی عنصر کے بعد فضول
10 = illegal parameter entity reference
11 = undefined entity
12 = recursive entity reference
13 = ناہم وقت وجود
14 = ناجائز کریکٹر نمبر کا حوالہ
15 = بائنری وجود کا حوالہ
16 = وصف میں بیرونی وجود کا حوالہ
17 = XML یا متن اعلامیہ وجود کے آغاز میں نہیں
18 = نامعلوم ضابطہ بندی
19 = ایکس ایم ایل اعلانیے میں اختصاصی ضابطہ بندی غیر صحیح ہے
20 = نابند کردہ سی ڈیٹا سیکشن
21 = بیرونی وجود کے حوالے کی عمل کاری میں نقص
22 = document is not standalone
23 = unexpected parser state
24 = entity declared in parameter entity
27 = prefix not bound to a namespace
28 = اپسرگ undeclare نہیں ہونا چاہیے
29 = پیرامیٹر ہستی میں نامکمل مارکاپ
30 = XML اعلانیہ اچھی طرح سے قائم نہیں۔
31 = اعلانیہ اچھی طرح سے وضع دار نہیں۔
32 = غیر قانونی کردار (s) عوامی ID میں
38 = محفوظ شدہ سابقہ (xml) غیراعلان کردہ یا کسی دوسری نیم سپیس سے پابند نہیں ہونا چاہیے
39 = reserved prefix (xmlns) must not be declared or undeclared
40 = سابقہ محفوظ شدہ نیم سپیس یو آر آئیز میں سے کسی ایک کا پابند نہیں ہونا چاہیے

# %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 = ایکس ایم ایل نحوی جانچ کاری نقص: %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 = . Expected: </%S>.