1// ***************************************************************************
2// *
3// * Copyright (C) 2011 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/ne.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/ne.xml
11 */
12ne{
13    AuxExemplarCharacters{"[\u200C\u200D]"}
14    ExemplarCharacters{
15        "[\u093C \u0901 \u0902 ः ॐ अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट "
16        "ठ ड ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह ऽ ा ि ी \u0941 \u0942 \u0943 "
17        "\u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]"
18    }
19    LocaleScript{
20        "Deva",
21    }
22    NumberElements{
23        default{"deva"}
24        latn{
25            symbols{
26                decimal{"."}
27                group{","}
28                list{";"}
29                minusSign{"-"}
30            }
31        }
32    }
33    Version{"2.0.59.53"}
34    calendar{
35        gregorian{
36            AmPmMarkers{
37                "पूर्व मध्यान्ह",
38                "उत्तर मध्यान्ह",
39            }
40            dayNames{
41                stand-alone{
42                    narrow{
43                        "१",
44                        "२",
45                        "३",
46                        "४",
47                        "५",
48                        "६",
49                        "७",
50                    }
51                }
52            }
53            eras{
54                abbreviated{
55                    "ईसा पूर्व",
56                    "सन्",
57                }
58            }
59            fields{
60                day{
61                    dn{"बार"}
62                    relative{
63                        "-1"{"हिजो"}
64                        "0"{"आज"}
65                        "1"{"भोलि"}
66                    }
67                }
68                dayperiod{
69                    dn{"पूर्व मध्यान्ह/उत्तर मध्यान्ह"}
70                }
71                era{
72                    dn{"काल"}
73                }
74                hour{
75                    dn{"घण्टा"}
76                }
77                minute{
78                    dn{"मिनेट"}
79                }
80                month{
81                    dn{"महिना"}
82                }
83                second{
84                    dn{"दोस्रो"}
85                }
86                week{
87                    dn{"हप्ता"}
88                }
89                weekday{
90                    dn{"हप्ताको बार"}
91                }
92                year{
93                    dn{"बर्ष"}
94                }
95                zone{
96                    dn{"क्षेत्र"}
97                }
98            }
99            monthNames{
100                stand-alone{
101                    narrow{
102                        "१",
103                        "२",
104                        "३",
105                        "४",
106                        "५",
107                        "६",
108                        "७",
109                        "८",
110                        "९",
111                        "१०",
112                        "११",
113                        "१२",
114                    }
115                }
116            }
117            quarters{
118                stand-alone{
119                    narrow{
120                        "१",
121                        "२",
122                        "३",
123                        "४",
124                    }
125                }
126            }
127        }
128    }
129    delimiters{
130        alternateQuotationEnd{"\""}
131        alternateQuotationStart{"\""}
132        quotationEnd{"'"}
133        quotationStart{"'"}
134    }
135    units{
136        day{
137            one{"{0} दिन"}
138        }
139        hour{
140            one{"{0} घण्टा"}
141        }
142        minute{
143            one{"{0} मिनेट"}
144        }
145        month{
146            one{"{0} महिना"}
147        }
148        second{
149            one{"{0} सेकेण्ड"}
150        }
151        week{
152            one{"{0} हप्ता"}
153        }
154        year{
155            one{"{0} बर्ष"}
156            other{"{0} बर्ष"}
157        }
158    }
159}
160