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/eu.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/eu.xml
11 */
12eu{
13    AuxExemplarCharacters{"[]"}
14    ExemplarCharacters{"[a b c ç d e f g h i j k l m n ñ o p q r s t u v w x y z]"}
15    ExemplarCharactersCurrency{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
16    ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
17    LocaleScript{
18        "Latn",
19    }
20    NumberElements{
21        latn{
22            patterns{
23                currencyFormat{"#,##0.00 ¤"}
24                decimalFormat{"#,##0.###"}
25                scientificFormat{"#E0"}
26            }
27            symbols{
28                decimal{","}
29                exponential{"E"}
30                group{"."}
31                infinity{"∞"}
32                list{";"}
33                minusSign{"-"}
34                nan{"NaN"}
35                perMille{"‰"}
36                percentSign{"%"}
37                plusSign{"+"}
38            }
39        }
40    }
41    Version{"2.0.59.53"}
42    calendar{
43        buddhist{
44            eras{
45                abbreviated{
46                    "BG",
47                }
48            }
49        }
50        gregorian{
51            DateTimePatterns{
52                "HH:mm:ss zzzz",
53                "HH:mm:ss z",
54                "HH:mm:ss",
55                "HH:mm",
56                "EEEE, y'eko' MMMM'ren' dd'a'",
57                "y'eko' MMM'ren' dd'a'",
58                "y MMM d",
59                "yyyy-MM-dd",
60                "{1} {0}",
61                "{1} {0}",
62                "{1} {0}",
63                "{1} {0}",
64                "{1} {0}",
65            }
66            availableFormats{
67                MEd{"E, M/d"}
68                MMMEd{"E, MMM d"}
69                Md{"M/d"}
70                d{"d"}
71                yM{"M/y"}
72                yMEd{"EEE, M/d/y"}
73                yMMM{"MMM y"}
74                yMMMEd{"EEE, MMM d, y"}
75                yMMMd{"MMM d, y"}
76                yMd{"M/d/y"}
77                yQ{"Q y"}
78                yQQQ{"QQQ y"}
79                yyQ{"Q yy"}
80            }
81            dayNames{
82                format{
83                    abbreviated{
84                        "ig",
85                        "al",
86                        "as",
87                        "az",
88                        "og",
89                        "or",
90                        "lr",
91                    }
92                    narrow{
93                        "I",
94                        "M",
95                        "A",
96                        "A",
97                        "A",
98                        "O",
99                        "I",
100                    }
101                    wide{
102                        "igandea",
103                        "astelehena",
104                        "asteartea",
105                        "asteazkena",
106                        "osteguna",
107                        "ostirala",
108                        "larunbata",
109                    }
110                }
111                stand-alone{
112                    narrow{
113                        "I",
114                        "M",
115                        "A",
116                        "L",
117                        "A",
118                        "O",
119                        "I",
120                    }
121                }
122            }
123            eras{
124                abbreviated{
125                    "K.a.",
126                    "K.o.",
127                }
128            }
129            fields{
130                day{
131                    dn{"Eguna"}
132                    relative{
133                        "-1"{"Atzo"}
134                        "-2"{"Herenegun"}
135                        "0"{"Gaur"}
136                        "1"{"Bihar"}
137                        "2"{"Etzi"}
138                    }
139                }
140                dayperiod{
141                    dn{"AM//PM"}
142                }
143                era{
144                    dn{"Aroa"}
145                }
146                hour{
147                    dn{"Ordua"}
148                }
149                minute{
150                    dn{"Minutuak"}
151                }
152                month{
153                    dn{"Hilabetea"}
154                    relative{
155                        "-1"{"Aurreko hilabetea"}
156                        "0"{"Gauden hilabetea"}
157                        "1"{"Hurrengo hilabetea"}
158                    }
159                }
160                second{
161                    dn{"Segundoak"}
162                }
163                week{
164                    dn{"Astea"}
165                    relative{
166                        "-1"{"Aurreko astea"}
167                        "0"{"Aste hau"}
168                        "1"{"Hurrengo astea"}
169                    }
170                }
171                weekday{
172                    dn{"Asteguna"}
173                }
174                year{
175                    dn{"Urtea"}
176                    relative{
177                        "-1"{"Aurreko urtea"}
178                        "0"{"Aurten"}
179                        "1"{"Hurrengo urtea"}
180                    }
181                }
182                zone{
183                    dn{"Ordu-eremua"}
184                }
185            }
186            intervalFormats{
187                MEd{
188                    M{"E, M/d – E, M/d"}
189                    d{"E, M/d – E, M/d"}
190                }
191                MMM{
192                    M{"MMM–MMM"}
193                }
194                MMMEd{
195                    M{"E, MMM d – E, MMM d"}
196                    d{"E, MMM d – E, MMM d"}
197                }
198                MMMd{
199                    M{"MMM d – MMM d"}
200                    d{"MMM d–d"}
201                }
202                Md{
203                    M{"M/d – M/d"}
204                    d{"M/d – M/d"}
205                }
206                hm{
207                    a{":h:mm a – h:mm a"}
208                }
209                yM{
210                    M{"M/yyM/yy"}
211                    y{"M/yyM/yy"}
212                }
213                yMEd{
214                    M{"E, M/d/yy – E, M/d/yy"}
215                    d{"E, M/d/yy – E, M/d/yy"}
216                    y{"E, M/d/yy – E, M/d/yy"}
217                }
218                yMMM{
219                    M{"MMM–MMM y"}
220                    y{"MMM y – MMM y"}
221                }
222                yMMMEd{
223                    M{"E, MMM d – E, MMM d, y"}
224                    d{"E, MMM d – E, MMM d, y"}
225                    y{"E, MMM d, y – E, MMM d, y"}
226                }
227                yMMMM{
228                    M{"MMMM–MMMM y"}
229                    y{"MMMM y – MMMM y"}
230                }
231                yMMMd{
232                    M{"MMM d – MMM d, y"}
233                    d{"MMM d–d, y"}
234                    y{"MMM d, y – MMM d, y"}
235                }
236                yMd{
237                    M{"M/d/yyM/d/yy"}
238                    d{"M/d/yyM/d/yy"}
239                    y{"M/d/yyM/d/yy"}
240                }
241            }
242            monthNames{
243                format{
244                    abbreviated{
245                        "urt",
246                        "ots",
247                        "mar",
248                        "api",
249                        "mai",
250                        "eka",
251                        "uzt",
252                        "abu",
253                        "ira",
254                        "urr",
255                        "aza",
256                        "abe",
257                    }
258                    wide{
259                        "urtarrila",
260                        "otsaila",
261                        "martxoa",
262                        "apirila",
263                        "maiatza",
264                        "ekaina",
265                        "uztaila",
266                        "abuztua",
267                        "iraila",
268                        "urria",
269                        "azaroa",
270                        "abendua",
271                    }
272                }
273                stand-alone{
274                    narrow{
275                        "U",
276                        "O",
277                        "M",
278                        "A",
279                        "M",
280                        "E",
281                        "U",
282                        "A",
283                        "I",
284                        "U",
285                        "A",
286                        "A",
287                    }
288                }
289            }
290            quarters{
291                format{
292                    abbreviated{
293                        "1Hh",
294                        "2Hh",
295                        "3Hh",
296                        "4Hh",
297                    }
298                    narrow{
299                        "1",
300                        "2",
301                        "3",
302                        "4",
303                    }
304                    wide{
305                        "1. hiruhilekoa",
306                        "2. hiruhilekoa",
307                        "3. hiruhilekoa",
308                        "4. hiruhilekoa",
309                    }
310                }
311            }
312        }
313        roc{
314            eras{
315                abbreviated{
316                    "R.O.C. aurretik",
317                    "R.O.C.",
318                }
319            }
320        }
321    }
322    delimiters{
323        alternateQuotationEnd{"’"}
324        alternateQuotationStart{"‘"}
325        quotationEnd{"”"}
326        quotationStart{"“"}
327    }
328    listPattern{
329        standard{
330            2{"{0} eta {1}"}
331            end{"{0} eta {1}"}
332        }
333    }
334    measurementSystemNames{
335        US{"US"}
336        metric{"Metriko"}
337    }
338    units{
339        day{
340            one{"{0} eguna"}
341            other{"{0} egun"}
342        }
343        day-future{
344            0{"0 egun barru"}
345            1{"1 egun barru"}
346            other{"{0} egun barru"}
347        }
348        day-past{
349            0{"Duela 0 egun"}
350            1{"Duela 1 egun"}
351            other{"Duela {0} egun"}
352        }
353        hour{
354            one{"{0} ordua"}
355            other{"{0} h"}
356        }
357        hour-future{
358            0{"0 ordu barru"}
359            1{"1 ordu barru"}
360            other{"{0} ordu barru"}
361        }
362        hour-past{
363            0{"Duela 0 ordu"}
364            1{"Duela ordubete"}
365            other{"Duela {0} ordu"}
366        }
367        minute{
368            one{"{0} minutu"}
369            other{"{0} minutu"}
370        }
371        minute-future{
372            0{"0 minutu barru"}
373            1{"1 minutu barru"}
374            other{"{0} minutu barru"}
375        }
376        minute-past{
377            0{"Duela 0 minutu"}
378            1{"Duela 1 minutu"}
379            other{"Duela {0} minutu"}
380        }
381        month{
382            0{"0 hilabete"}
383            1{"1 hilabete"}
384            one{"{0} hilea"}
385            other{"{0} hilabete"}
386        }
387        month-future{
388            0{"0 hilabete barru"}
389            1{"1 hilabete barru"}
390            other{"{0} hilabete barru"}
391        }
392        month-past{
393            0{"Duela 0 hilabete"}
394            1{"Duela 1 hilabete"}
395            other{"Duela {0} hilabete"}
396        }
397        second{
398            one{"{0} segundo"}
399            other{"{0} s"}
400        }
401        second-future{
402            0{"0 segundo barru"}
403            1{"1 segundo barru"}
404            other{"{0} segundo barru"}
405        }
406        second-past{
407            0{"Duela 0 segundo"}
408            1{"Duela 1 segundo"}
409            other{"Duela {0} segundo"}
410        }
411        week{
412            one{"{0} aste"}
413            other{"{0} aste"}
414        }
415        week-future{
416            0{"0 aste barru"}
417            1{"1 aste barru"}
418            other{"{0} aste barru"}
419        }
420        week-past{
421            0{"Duela 0 aste"}
422            1{"Duela 1 aste"}
423            other{"Duela {0} aste"}
424        }
425        year{
426            one{"{0} urtea"}
427            other{"{0} urte"}
428        }
429        year-future{
430            0{"0 urte barru"}
431            1{"1 urte barru"}
432            other{"{0} urte barru"}
433        }
434        year-past{
435            0{"Duela 0 urte"}
436            1{"Duela 1 urte"}
437            other{"Duela {0} urte"}
438        }
439    }
440    unitsShort{
441        day{
442            0{"0 egun"}
443            1{"1 egun"}
444            other{"{0} egun"}
445        }
446        hour{
447            1{"1 ordu"}
448            other{"{0} ordu"}
449        }
450        minute{
451            1{"1 minutu"}
452            other{"{0} minutu"}
453        }
454        month{
455            0{"0 hilabete"}
456            1{"1 hilabete"}
457            other{"{0} hilabete"}
458        }
459        second{
460            0{"0 seg."}
461            1{"1 seg."}
462            other{"{0} seg."}
463        }
464        week{
465            0{"0 aste"}
466            1{"1 aste"}
467            other{"{0} aste"}
468        }
469        year{
470            0{"0 urte"}
471            1{"1 urte"}
472            other{"{0} urte"}
473        }
474    }
475}
476