mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1985 ICU locale data in LDML format
X-SVN-Rev: 10816
This commit is contained in:
parent
c045530c61
commit
b37500d63a
280 changed files with 29598 additions and 121179 deletions
|
@ -1,313 +0,0 @@
|
|||
<!ELEMENT Abbreviation ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Address ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT AddressFormat ( PostalPattern ) >
|
||||
|
||||
<!ELEMENT Application ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Audience ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Contact ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT CountryCar ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT CountryISBNNumber ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT CountryNumber ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT CountryPost ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Date ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT DomesticPattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Email ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Fax ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT GeneralSalutation ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Height ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Identification ( Title| Source| Address| Contact| Email| Telephone| Fax| Language| Territory| Audience| Application| Abbreviation| Revision| Date )* >
|
||||
|
||||
<!ELEMENT InternationalDialCode ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT InternationalPattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT InternationalPrefix ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Language ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT LanguageLibraryUse ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT LongSalutationMiss ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT LongSalutationMr ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT LongSalutationMrs ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT NameFormat ( NamePattern| GeneralSalutation| ShortSalutationMr| ShortSalutationMiss|ShortSalutationMrs| LongSalutationMr| LongSalutationMiss| LongSalutationMrs )* >
|
||||
|
||||
<!ELEMENT NamePattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT PaperSize ( Height, Width, Units ) >
|
||||
|
||||
<!ELEMENT PosixCompatibilityData ( messages| AddressFormat| NameFormat| Identification| TelephoneFormat )* >
|
||||
|
||||
<!ELEMENT PostalPattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Revision ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT ShortSalutationMiss ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT ShortSalutationMr ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT ShortSalutationMrs ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Source ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Telephone ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT TelephoneFormat ( InternationalPattern| DomesticPattern| InternationalDialCode| InternationalPrefix )* >
|
||||
|
||||
<!ELEMENT Territory ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Title ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Units ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT Width ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT after ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT normalization ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT alternate ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT vairableTop ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT caseLevel ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT caseFirst ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT composition ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT lt1 ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT am ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT boundaries ( grapheme| word| Sentence| Line )* >
|
||||
|
||||
<!ELEMENT TransliteratorNamePattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT calendar ( am | dayAbbr | dayNames | eras | monthAbbr | monthNames | patterns | pm | week |firstDay |minDays )* >
|
||||
<!ATTLIST calendar class NMTOKEN #REQUIRED >
|
||||
<!ATTLIST calendar default NMTOKEN #IMPLIED >
|
||||
<!ATTLIST calendar inheritsFrom NMTOKEN #IMPLIED >
|
||||
|
||||
<!ELEMENT calendars ( calendar+ ) >
|
||||
|
||||
<!ELEMENT chars ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT city ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT collation ( collationElements ) >
|
||||
<!ATTLIST collation accentOrder NMTOKEN #REQUIRED >
|
||||
<!ATTLIST collation override NMTOKEN #REQUIRED >
|
||||
<!ATTLIST collation version NMTOKEN #REQUIRED >
|
||||
|
||||
|
||||
<!ELEMENT collationElements ( after | eq | gt1 | gt2 | gt3 | normalization | alternate | vairableTop | caseLevel | caseFirst | lt1)* >
|
||||
|
||||
<!ELEMENT correspondsTo ( #PCDATA ) >
|
||||
<!ATTLIST correspondsTo vendor NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT countries ( country+ ) >
|
||||
|
||||
<!ELEMENT country ( #PCDATA ) >
|
||||
<!ATTLIST country id NMTOKEN #REQUIRED >
|
||||
<!ATTLIST country iso2 NMTOKEN #IMPLIED >
|
||||
<!ATTLIST country iso3 NMTOKEN #IMPLIED >
|
||||
|
||||
<!ELEMENT currencies ( currency+ ) >
|
||||
|
||||
<!ELEMENT currency ( symbol| pattern| decimal| name |group )* >
|
||||
<!ATTLIST currency default NMTOKEN #IMPLIED >
|
||||
<!ATTLIST currency id NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT name ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT date ( full| long| medium| short )* >
|
||||
|
||||
<!ELEMENT dateTime ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT day ( #PCDATA ) >
|
||||
<!ATTLIST day id NMTOKEN #IMPLIED >
|
||||
|
||||
<!ELEMENT dayAbbr ( day+ ) >
|
||||
|
||||
<!ELEMENT dayNames ( day+ ) >
|
||||
|
||||
<!ELEMENT daylight ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT decimal ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT displayNames ( scripts| languages| countries| variants |localePatterns )* >
|
||||
|
||||
<!ELEMENT encodings ( mapping+ ) >
|
||||
<!ATTLIST encodings requiredLetters NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT eq ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT era ( #PCDATA ) >
|
||||
<!ATTLIST era id NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT eras ( era+ ) >
|
||||
|
||||
<!ELEMENT exponential ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT firstDay ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT full ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT generic ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT grapheme ( #PCDATA ) >
|
||||
<!ATTLIST grapheme class NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT group ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT gt1 ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT gt2 ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT gt3 ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT identity ( language| country| variant| correspondsTo )* >
|
||||
|
||||
<!ELEMENT infinity ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT language ( #PCDATA ) >
|
||||
<!ATTLIST language id NMTOKEN #REQUIRED >
|
||||
<!ATTLIST language iso2 NMTOKEN #IMPLIED >
|
||||
<!ATTLIST language iso3 NMTOKEN #IMPLIED >
|
||||
|
||||
<!ELEMENT languages ( language+ ) >
|
||||
|
||||
<!ELEMENT list ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT locale ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT localeData ( versioning | identity| orientation| encodings| displayNames | calendars | numberFormat | currencies | collation | timeZoneNames | boundaries | measurement | CountryPost | CountryNumber | CountryCar | CountryISBNNumber | LanguageLibraryUse | PaperSize | PosixCompatibilityData|TransliteratorNamePattern )* >
|
||||
|
||||
<!ELEMENT localePatterns ( locale, list, composition ) >
|
||||
|
||||
<!ELEMENT long ( #PCDATA | daylight | generic | standard )* >
|
||||
|
||||
<!ELEMENT mapping ( #PCDATA ) >
|
||||
<!ATTLIST mapping name NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT measurement ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT medium ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT messages ( no| yes| shortYes| shortNo )* >
|
||||
|
||||
<!ELEMENT minDays ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT minusSign ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT month ( #PCDATA ) >
|
||||
<!ATTLIST month id NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT monthAbbr ( month+ ) >
|
||||
|
||||
<!ELEMENT monthNames ( month+ ) >
|
||||
|
||||
<!ELEMENT nan ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT nativeZeroDigit ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT no ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT numberFormat ( patterns| symbols )* >
|
||||
<!ATTLIST numberFormat class NMTOKEN #REQUIRED >
|
||||
<!ATTLIST numberFormat default NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT orientation ( #PCDATA ) >
|
||||
<!ATTLIST orientation characters NMTOKEN #REQUIRED >
|
||||
<!ATTLIST orientation lines NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT pattern ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT patternDigit ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT patterns ( chars| time| date| dateTime?| decimal?| percent?| scientific? )* >
|
||||
|
||||
<!ELEMENT perMille ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT percent ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT percentSign ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT plusSign ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT pm ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT scientific ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT script ( #PCDATA ) >
|
||||
<!ATTLIST script id NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT scripts ( script+ ) >
|
||||
|
||||
<!ELEMENT short ( #PCDATA | daylight | generic | standard )* >
|
||||
|
||||
<!ELEMENT shortNo ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT shortYes ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT standard ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT symbol ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT symbols ( decimal, group, list, percentSign, nativeZeroDigit, patternDigit, plusSign, minusSign, exponential, perMille, infinity, nan )* >
|
||||
|
||||
<!ELEMENT time ( #PCDATA | full | long | medium | short )* >
|
||||
|
||||
<!ELEMENT timeZoneNames ( zone+ ) >
|
||||
|
||||
<!ELEMENT variant ( #PCDATA ) >
|
||||
<!ATTLIST variant id NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT variants ( variant ) >
|
||||
|
||||
<!ELEMENT version ( #PCDATA ) >
|
||||
<!ATTLIST version date CDATA #IMPLIED>
|
||||
<!ATTLIST version number NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT versioning ( version+ ) >
|
||||
|
||||
<!ELEMENT week ( minDays, firstDay, weekendStart, weekendEnd ) >
|
||||
|
||||
<!ELEMENT weekendEnd ( day, time ) >
|
||||
|
||||
<!ELEMENT weekendStart ( day, time ) >
|
||||
|
||||
<!ELEMENT word ( #PCDATA ) >
|
||||
<!ATTLIST word class NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT Line ( #PCDATA ) >
|
||||
<!ATTLIST Line class NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT Sentence ( #PCDATA ) >
|
||||
<!ATTLIST Sentence class NMTOKEN #REQUIRED >
|
||||
|
||||
<!ELEMENT yes ( #PCDATA ) >
|
||||
|
||||
<!ELEMENT zone ( city | long | short )* >
|
||||
<!ATTLIST zone default NMTOKEN #IMPLIED >
|
||||
<!ATTLIST zone id CDATA #REQUIRED >
|
||||
|
|
@ -1,73 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:03 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0036">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Januarie</month>
|
||||
<month id="2">Februarie</month>
|
||||
<month id="3">Maart</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">Mei</month>
|
||||
<month id="6">Junie</month>
|
||||
<month id="7">Julie</month>
|
||||
<month id="8">Augustus</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">Oktober</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">Desember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">Mei</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Okt</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Des</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sondag </day>
|
||||
<day id="2">Maandag </day>
|
||||
<day id="3">Dinsdag </day>
|
||||
<day id="4">Woensdag </day>
|
||||
<day id="5">Donderdag </day>
|
||||
<day id="6">Vrydag </day>
|
||||
<day id="7">Saterdag </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">So </day>
|
||||
<day id="2">Ma </day>
|
||||
<day id="3">Di </day>
|
||||
<day id="4">Wo </day>
|
||||
<day id="5">Do </day>
|
||||
<day id="6">Vr </day>
|
||||
<day id="7">Sa </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>VM</am><pm>NM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="af"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z á é è â ê î ô û ë ï ö]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Januarie</month>
|
||||
<month type="2">Februarie</month>
|
||||
<month type="3">Maart</month>
|
||||
<month type="4">April</month>
|
||||
<month type="5">Mei</month>
|
||||
<month type="6">Junie</month>
|
||||
<month type="7">Julie</month>
|
||||
<month type="8">Augustus</month>
|
||||
<month type="9">September</month>
|
||||
<month type="10">Oktober</month>
|
||||
<month type="11">November</month>
|
||||
<month type="12">Desember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Jan</month>
|
||||
<month type="2">Feb</month>
|
||||
<month type="3">Mar</month>
|
||||
<month type="4">Apr</month>
|
||||
<month type="5">Mei</month>
|
||||
<month type="6">Jun</month>
|
||||
<month type="7">Jul</month>
|
||||
<month type="8">Aug</month>
|
||||
<month type="9">Sep</month>
|
||||
<month type="10">Okt</month>
|
||||
<month type="11">Nov</month>
|
||||
<month type="12">Des</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">Sondag</day>
|
||||
<day type="mon">Maandag</day>
|
||||
<day type="tue">Dinsdag</day>
|
||||
<day type="wed">Woensdag</day>
|
||||
<day type="thu">Donderdag</day>
|
||||
<day type="fri">Vrydag</day>
|
||||
<day type="sat">Saterdag</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">So</day>
|
||||
<day type="mon">Ma</day>
|
||||
<day type="tue">Di</day>
|
||||
<day type="wed">Wo</day>
|
||||
<day type="thu">Do</day>
|
||||
<day type="fri">Vr</day>
|
||||
<day type="sat">Sa</day>
|
||||
</dayAbbr>
|
||||
<am>VM</am>
|
||||
<pm>NM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
|
|
|
@ -1,57 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:03 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ZA" />
|
||||
<correspondsTo vendor="0436">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd MMM yyyy</medium>
|
||||
<short>yyyy/MM/dd</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ZAR" default="true">
|
||||
<symbol>R</symbol>
|
||||
<name>ZAR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="af"></language>
|
||||
<territory type="ZAF">ZA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZAR"/>
|
||||
<currency type="ZAR">
|
||||
<symbol>R</symbol>
|
||||
<displayName>ZAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,83 +1,88 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:03 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0000">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="am" >አማርኛ</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="ET">ኢትዮጵያ</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">ጃንዩወሪ</month>
|
||||
<month id="2">ፌብሩወሪ</month>
|
||||
<month id="3">ማርች</month>
|
||||
<month id="4">ኤፕረል</month>
|
||||
<month id="5">ሜይ</month>
|
||||
<month id="6">ጁን</month>
|
||||
<month id="7">ጁላይ</month>
|
||||
<month id="8">ኦገስት</month>
|
||||
<month id="9">ሴፕቴምበር</month>
|
||||
<month id="10">ኦክተውበር</month>
|
||||
<month id="11">ኖቬምበር</month>
|
||||
<month id="12">ዲሴምበር</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">ጃንዩ</month>
|
||||
<month id="2">ፌብሩ</month>
|
||||
<month id="3">ማርች</month>
|
||||
<month id="4">ኤፕረ</month>
|
||||
<month id="5">ሜይ</month>
|
||||
<month id="6">ጁን</month>
|
||||
<month id="7">ጁላይ</month>
|
||||
<month id="8">ኦገስ</month>
|
||||
<month id="9">ሴፕቴ</month>
|
||||
<month id="10">ኦክተ</month>
|
||||
<month id="11">ኖቬም</month>
|
||||
<month id="12">ዲሴም</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">እሑድ </day>
|
||||
<day id="2">ሰኞ </day>
|
||||
<day id="3">ማክሰኞ </day>
|
||||
<day id="4">ረቡዕ </day>
|
||||
<day id="5">ሐሙስ </day>
|
||||
<day id="6">ዓርብ </day>
|
||||
<day id="7">ቅዳሜ </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">እሑድ </day>
|
||||
<day id="2">ሰኞ </day>
|
||||
<day id="3">ማክሰኞ </day>
|
||||
<day id="4">ረቡዕ </day>
|
||||
<day id="5">ሐሙስ </day>
|
||||
<day id="6">ዓርብ </day>
|
||||
<day id="7">ቅዳሜ </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">ዓ/ዓ</era>
|
||||
<era id="1">ዓ/ም</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="am"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="am">አማርኛ</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="ET">ኢትዮጵያ</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[:Ethi:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">ጃንዩወሪ</month>
|
||||
<month type="2">ፌብሩወሪ</month>
|
||||
<month type="3">ማርች</month>
|
||||
<month type="4">ኤፕረል</month>
|
||||
<month type="5">ሜይ</month>
|
||||
<month type="6">ጁን</month>
|
||||
<month type="7">ጁላይ</month>
|
||||
<month type="8">ኦገስት</month>
|
||||
<month type="9">ሴፕቴምበር</month>
|
||||
<month type="10">ኦክተውበር</month>
|
||||
<month type="11">ኖቬምበር</month>
|
||||
<month type="12">ዲሴምበር</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">ጃንዩ</month>
|
||||
<month type="2">ፌብሩ</month>
|
||||
<month type="3">ማርች</month>
|
||||
<month type="4">ኤፕረ</month>
|
||||
<month type="5">ሜይ</month>
|
||||
<month type="6">ጁን</month>
|
||||
<month type="7">ጁላይ</month>
|
||||
<month type="8">ኦገስ</month>
|
||||
<month type="9">ሴፕቴ</month>
|
||||
<month type="10">ኦክተ</month>
|
||||
<month type="11">ኖቬም</month>
|
||||
<month type="12">ዲሴም</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">እሑድ</day>
|
||||
<day type="mon">ሰኞ</day>
|
||||
<day type="tue">ማክሰኞ</day>
|
||||
<day type="wed">ረቡዕ</day>
|
||||
<day type="thu">ሐሙስ</day>
|
||||
<day type="fri">ዓርብ</day>
|
||||
<day type="sat">ቅዳሜ</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">እሑድ</day>
|
||||
<day type="mon">ሰኞ</day>
|
||||
<day type="tue">ማክሰኞ</day>
|
||||
<day type="wed">ረቡዕ</day>
|
||||
<day type="thu">ሐሙስ</day>
|
||||
<day type="fri">ዓርብ</day>
|
||||
<day type="sat">ቅዳሜ</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="7"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">ዓ/ዓ</era>
|
||||
<era type="2">ዓ/ም</era>
|
||||
</eras>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,85 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ET" />
|
||||
<correspondsTo vendor="0000">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>ጠዋት</am><pm>ከሳዓት</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a</full>
|
||||
<long>hh:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE፣ dd MMMM ቀን yyyy G</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ETB" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>ETB</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="am"></language>
|
||||
<territory type="ETH">ET</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<am>ጠዋት</am>
|
||||
<pm>ከሳዓት</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE፣ dd MMMM ቀን yyyy G</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ETB"/>
|
||||
<currency type="ETB">
|
||||
<symbol>$</symbol>
|
||||
<displayName>ETB</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,275 +1,178 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0001">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="ar" >العربية</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="AE">الإمارات</country>
|
||||
<country id="BH">البحرين</country>
|
||||
<country id="DZ">الجزائر</country>
|
||||
<country id="EG">مصر</country>
|
||||
<country id="IQ">العراق</country>
|
||||
<country id="JO">الأردن</country>
|
||||
<country id="KW">الكويت</country>
|
||||
<country id="LB">لبنان</country>
|
||||
<country id="LY">ليبيا</country>
|
||||
<country id="MA">المغرب</country>
|
||||
<country id="OM">سلطنة عمان</country>
|
||||
<country id="QA">قطر</country>
|
||||
<country id="SA">السعودية</country>
|
||||
<country id="SD">السودان</country>
|
||||
<country id="SY">سوريا</country>
|
||||
<country id="TN">تونس</country>
|
||||
<country id="YE">اليمن</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">يناير</month>
|
||||
<month id="2">فبراير</month>
|
||||
<month id="3">مارس</month>
|
||||
<month id="4">أبريل</month>
|
||||
<month id="5">مايو</month>
|
||||
<month id="6">يونيو</month>
|
||||
<month id="7">يوليو</month>
|
||||
<month id="8">أغسطس</month>
|
||||
<month id="9">سبتمبر</month>
|
||||
<month id="10">أكتوبر</month>
|
||||
<month id="11">نوفمبر</month>
|
||||
<month id="12">ديسمبر</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">ينا</month>
|
||||
<month id="2">فبر</month>
|
||||
<month id="3">مار</month>
|
||||
<month id="4">أبر</month>
|
||||
<month id="5">ماي</month>
|
||||
<month id="6">يون</month>
|
||||
<month id="7">يول</month>
|
||||
<month id="8">أغس</month>
|
||||
<month id="9">سبت</month>
|
||||
<month id="10">أكت</month>
|
||||
<month id="11">نوف</month>
|
||||
<month id="12">ديس</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">الأحد </day>
|
||||
<day id="2">الاثنين </day>
|
||||
<day id="3">الثلاثاء </day>
|
||||
<day id="4">الأربعاء </day>
|
||||
<day id="5">الخميس </day>
|
||||
<day id="6">الجمعة </day>
|
||||
<day id="7">السبت </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">ح </day>
|
||||
<day id="2">ن </day>
|
||||
<day id="3">ث </day>
|
||||
<day id="4">ر </day>
|
||||
<day id="5">خ </day>
|
||||
<day id="6">ج </day>
|
||||
<day id="7">س </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">ق.م</era>
|
||||
<era id="1">م</era>
|
||||
</eras>
|
||||
<am>ص</am><pm>م</pm>
|
||||
<patterns>
|
||||
<chars>GanjkHmsSEDFwWxhKzAe</chars>
|
||||
<time>
|
||||
<full>z h:mm:ss a</full>
|
||||
<long>z h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d MMMM, yyyy</full>
|
||||
<long>d MMMM, yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<collation version="2.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<normalization>OFF</normalization>
|
||||
<after>Z</after>
|
||||
<gt1>ء</gt1>
|
||||
<gt2>آ</gt2>
|
||||
<gt2>أ</gt2>
|
||||
<gt2>ؤ</gt2>
|
||||
<gt2>إ</gt2>
|
||||
<gt2>ئ</gt2>
|
||||
<gt1>ا</gt1>
|
||||
<gt1>ب</gt1>
|
||||
<gt1>پ</gt1>
|
||||
<gt1>ة</gt1>
|
||||
<eq>ت</eq>
|
||||
<gt1>ث</gt1>
|
||||
<gt1>ج</gt1>
|
||||
<gt1>چ</gt1>
|
||||
<gt1>ح</gt1>
|
||||
<gt1>خ</gt1>
|
||||
<gt1>د</gt1>
|
||||
<gt1>ذ</gt1>
|
||||
<gt1>ر</gt1>
|
||||
<gt1>ز</gt1>
|
||||
<gt1>ژ</gt1>
|
||||
<gt1>س</gt1>
|
||||
<gt1>ش</gt1>
|
||||
<gt1>ص</gt1>
|
||||
<gt1>ض</gt1>
|
||||
<gt1>ط</gt1>
|
||||
<gt1>ظ</gt1>
|
||||
<gt1>ع</gt1>
|
||||
<gt1>غ</gt1>
|
||||
<gt1>ف</gt1>
|
||||
<gt1>ق</gt1>
|
||||
<gt1>ك</gt1>
|
||||
<gt1>گ</gt1>
|
||||
<gt1>ل</gt1>
|
||||
<gt1>م</gt1>
|
||||
<gt1>ن</gt1>
|
||||
<gt1>ه</gt1>
|
||||
<gt1>و</gt1>
|
||||
<gt1>ى</gt1>
|
||||
<gt2>ي</gt2>
|
||||
<gt1>ٰ</gt1>
|
||||
<gt1>ٱ</gt1>
|
||||
<gt1>ٲ</gt1>
|
||||
<gt1>ٳ</gt1>
|
||||
<gt1>ٴ</gt1>
|
||||
<gt1>ٵ</gt1>
|
||||
<gt1>ٶ</gt1>
|
||||
<gt1>ٷ</gt1>
|
||||
<gt1>ٸ</gt1>
|
||||
<gt1>ٹ</gt1>
|
||||
<gt1>ٺ</gt1>
|
||||
<gt1>ٻ</gt1>
|
||||
<gt1>ټ</gt1>
|
||||
<gt1>ٽ</gt1>
|
||||
<gt1>ٿ</gt1>
|
||||
<gt1>ڀ</gt1>
|
||||
<gt1>ځ</gt1>
|
||||
<gt1>ڂ</gt1>
|
||||
<gt1>ڃ</gt1>
|
||||
<gt1>ڄ</gt1>
|
||||
<gt1>څ</gt1>
|
||||
<gt1>ڇ</gt1>
|
||||
<gt1>ڈ</gt1>
|
||||
<gt1>ډ</gt1>
|
||||
<gt1>ڊ</gt1>
|
||||
<gt1>ڋ</gt1>
|
||||
<gt1>ڌ</gt1>
|
||||
<gt1>ڍ</gt1>
|
||||
<gt1>ڎ</gt1>
|
||||
<gt1>ڏ</gt1>
|
||||
<gt1>ڐ</gt1>
|
||||
<gt1>ڑ</gt1>
|
||||
<gt1>ڒ</gt1>
|
||||
<gt1>ړ</gt1>
|
||||
<gt1>ڔ</gt1>
|
||||
<gt1>ڕ</gt1>
|
||||
<gt1>ږ</gt1>
|
||||
<gt1>ڗ</gt1>
|
||||
<gt1>ڙ</gt1>
|
||||
<gt1>ښ</gt1>
|
||||
<gt1>ڛ</gt1>
|
||||
<gt1>ڜ</gt1>
|
||||
<gt1>ڝ</gt1>
|
||||
<gt1>ڞ</gt1>
|
||||
<gt1>ڟ</gt1>
|
||||
<gt1>ڠ</gt1>
|
||||
<gt1>ڡ</gt1>
|
||||
<gt1>ڢ</gt1>
|
||||
<gt1>ڣ</gt1>
|
||||
<gt1>ڤ</gt1>
|
||||
<gt1>ڥ</gt1>
|
||||
<gt1>ڦ</gt1>
|
||||
<gt1>ڧ</gt1>
|
||||
<gt1>ڨ</gt1>
|
||||
<gt1>ک</gt1>
|
||||
<gt1>ڪ</gt1>
|
||||
<gt1>ګ</gt1>
|
||||
<gt1>ڬ</gt1>
|
||||
<gt1>ڭ</gt1>
|
||||
<gt1>ڮ</gt1>
|
||||
<gt1>ڰ</gt1>
|
||||
<gt1>ڱ</gt1>
|
||||
<gt1>ڲ</gt1>
|
||||
<gt1>ڳ</gt1>
|
||||
<gt1>ڴ</gt1>
|
||||
<gt1>ڵ</gt1>
|
||||
<gt1>ڶ</gt1>
|
||||
<gt1>ڷ</gt1>
|
||||
<gt1>ں</gt1>
|
||||
<gt1>ڻ</gt1>
|
||||
<gt1>ڼ</gt1>
|
||||
<gt1>ڽ</gt1>
|
||||
<gt1>ھ</gt1>
|
||||
<gt1>ۀ</gt1>
|
||||
<gt1>ہ</gt1>
|
||||
<gt1>ۂ</gt1>
|
||||
<gt1>ۃ</gt1>
|
||||
<gt1>ۄ</gt1>
|
||||
<gt1>ۅ</gt1>
|
||||
<gt1>ۆ</gt1>
|
||||
<gt1>ۇ</gt1>
|
||||
<gt1>ۈ</gt1>
|
||||
<gt1>ۉ</gt1>
|
||||
<gt1>ۊ</gt1>
|
||||
<gt1>ۋ</gt1>
|
||||
<gt1>ی</gt1>
|
||||
<gt1>ۍ</gt1>
|
||||
<gt1>ێ</gt1>
|
||||
<gt1>ې</gt1>
|
||||
<gt1>ۑ</gt1>
|
||||
<gt1>ے</gt1>
|
||||
<gt1>ۓ</gt1>
|
||||
<gt1>ە</gt1>
|
||||
<gt1>ّ</gt1>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="ar">العربية</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AE">الإمارات</territory>
|
||||
<territory type="BH">البحرين</territory>
|
||||
<territory type="DZ">الجزائر</territory>
|
||||
<territory type="EG">مصر</territory>
|
||||
<territory type="IN">الهند</territory>
|
||||
<territory type="IQ">العراق</territory>
|
||||
<territory type="JO">الأردن</territory>
|
||||
<territory type="KW">الكويت</territory>
|
||||
<territory type="LB">لبنان</territory>
|
||||
<territory type="LY">ليبيا</territory>
|
||||
<territory type="MA">المغرب</territory>
|
||||
<territory type="OM">سلطنة عمان</territory>
|
||||
<territory type="QA">قطر</territory>
|
||||
<territory type="SA">السعودية</territory>
|
||||
<territory type="SD">السودان</territory>
|
||||
<territory type="SY">سوريا</territory>
|
||||
<territory type="TN">تونس</territory>
|
||||
<territory type="YE">اليمن</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="right-to-left" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[ء ا-غ ف-يّ ٓ-ٕ ٰ-ڷ ں-ھ ہ ۃ-ێ ې-ے]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">يناير</month>
|
||||
<month type="2">فبراير</month>
|
||||
<month type="3">مارس</month>
|
||||
<month type="4">أبريل</month>
|
||||
<month type="5">مايو</month>
|
||||
<month type="6">يونيو</month>
|
||||
<month type="7">يوليو</month>
|
||||
<month type="8">أغسطس</month>
|
||||
<month type="9">سبتمبر</month>
|
||||
<month type="10">أكتوبر</month>
|
||||
<month type="11">نوفمبر</month>
|
||||
<month type="12">ديسمبر</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">ينا</month>
|
||||
<month type="2">فبر</month>
|
||||
<month type="3">مار</month>
|
||||
<month type="4">أبر</month>
|
||||
<month type="5">ماي</month>
|
||||
<month type="6">يون</month>
|
||||
<month type="7">يول</month>
|
||||
<month type="8">أغس</month>
|
||||
<month type="9">سبت</month>
|
||||
<month type="10">أكت</month>
|
||||
<month type="11">نوف</month>
|
||||
<month type="12">ديس</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">الأحد</day>
|
||||
<day type="mon">الاثنين</day>
|
||||
<day type="tue">الثلاثاء</day>
|
||||
<day type="wed">الأربعاء</day>
|
||||
<day type="thu">الخميس</day>
|
||||
<day type="fri">الجمعة</day>
|
||||
<day type="sat">السبت</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">ح</day>
|
||||
<day type="mon">ن</day>
|
||||
<day type="tue">ث</day>
|
||||
<day type="wed">ر</day>
|
||||
<day type="thu">خ</day>
|
||||
<day type="fri">ج</day>
|
||||
<day type="sat">س</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="7"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">ق.م</era>
|
||||
<era type="2">م</era>
|
||||
</eras>
|
||||
<am>ص</am>
|
||||
<pm>م</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d MMMM, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>z h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>z h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤ #,##0.00-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<rules>
|
||||
<reset>Z</reset>
|
||||
<p>ء</p>
|
||||
<sc>آأؤإئ</sc>
|
||||
<pc>ابپة</pc>
|
||||
<i>ت</i>
|
||||
<pc>ثجچحخدذرزژسشصضطظعغفقكگلمنهوى</pc>
|
||||
<s>ي</s>
|
||||
<pc>ٰٱٲٳٴٵٶٷٸٹٺٻټٽٿڀځڂڃڄڅڇڈډڊڋڌڍڎڏڐڑڒړڔڕږڗڙښڛڜڝڞڟڠڡڢڣڤڥڦڧڨکڪګڬڭڮڰڱڲڳڴڵڶڷںڻڼڽھۀہۂۃۄۅۆۇۈۉۊۋیۍێېۑےۓە</pc>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="2.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AE" />
|
||||
<correspondsTo vendor="3801">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="AED" default="true">
|
||||
<symbol>د.إ.</symbol>
|
||||
<name>AED</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="ARE">AE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="AED"/>
|
||||
<currency type="AED">
|
||||
<symbol>د.إ.</symbol>
|
||||
<displayName>AED</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BH" />
|
||||
<correspondsTo vendor="3C01">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BHD" default="true">
|
||||
<symbol>د.ب.</symbol>
|
||||
<name>BHD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="BHR">BH</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="BHD"/>
|
||||
<currency type="BHD">
|
||||
<symbol>د.ب.</symbol>
|
||||
<displayName>BHD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="DZ" />
|
||||
<correspondsTo vendor="1401">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="DZD" default="true">
|
||||
<symbol>د.ج.</symbol>
|
||||
<name>DZD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="DZA">DZ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="DZD"/>
|
||||
<currency type="DZD">
|
||||
<symbol>د.ج.</symbol>
|
||||
<displayName>DZD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="EG" />
|
||||
<correspondsTo vendor="0C01">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EGP" default="true">
|
||||
<symbol>ج.م.</symbol>
|
||||
<name>EGP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="EGY">EG</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="EGP"/>
|
||||
<currency type="EGP">
|
||||
<symbol>ج.م.</symbol>
|
||||
<displayName>EGP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,53 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IN" />
|
||||
<correspondsTo vendor="0001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd-MM-yyyy</medium>
|
||||
<short>d-M-yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>##,##,##0.###;-##,##,##0.###</decimal>
|
||||
<percent>##,##,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="INR" default="true">
|
||||
<symbol>₨</symbol>
|
||||
<name>INR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##,##0.00;-¤#,##,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>₨</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:04 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IQ" />
|
||||
<correspondsTo vendor="0801">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="IQD" default="true">
|
||||
<symbol>د.ع.</symbol>
|
||||
<name>IQD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="IRQ">IQ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="IQD"/>
|
||||
<currency type="IQD">
|
||||
<symbol>د.ع.</symbol>
|
||||
<displayName>IQD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,75 +1,87 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="JO" />
|
||||
<correspondsTo vendor="2C01">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نوار</month>
|
||||
<month id="6">حزيران</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نوار</month>
|
||||
<month id="6">حزيران</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day id="1">الأحد </day>
|
||||
<day id="2">الاثنين </day>
|
||||
<day id="3">الثلاثاء </day>
|
||||
<day id="4">الأربعاء </day>
|
||||
<day id="5">الخميس </day>
|
||||
<day id="6">الجمعة </day>
|
||||
<day id="7">السبت </day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="JOD" default="true">
|
||||
<symbol>د.أ.</symbol>
|
||||
<name>JOD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="JOR">JO</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نوار</month>
|
||||
<month type="6">حزيران</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نوار</month>
|
||||
<month type="6">حزيران</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day type="sun">الأحد</day>
|
||||
<day type="mon">الاثنين</day>
|
||||
<day type="tue">الثلاثاء</day>
|
||||
<day type="wed">الأربعاء</day>
|
||||
<day type="thu">الخميس</day>
|
||||
<day type="fri">الجمعة</day>
|
||||
<day type="sat">السبت</day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="JOD"/>
|
||||
<currency type="JOD">
|
||||
<symbol>د.أ.</symbol>
|
||||
<displayName>JOD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="KW" />
|
||||
<correspondsTo vendor="3401">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="KWD" default="true">
|
||||
<symbol>د.ك.</symbol>
|
||||
<name>KWD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="KWT">KW</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="KWD"/>
|
||||
<currency type="KWD">
|
||||
<symbol>د.ك.</symbol>
|
||||
<displayName>KWD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,75 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="LB" />
|
||||
<correspondsTo vendor="3001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نوار</month>
|
||||
<month id="6">حزيران</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نوار</month>
|
||||
<month id="6">حزيران</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day id="1">الأحد </day>
|
||||
<day id="2">الاثنين </day>
|
||||
<day id="3">الثلاثاء </day>
|
||||
<day id="4">الأربعاء </day>
|
||||
<day id="5">الخميس </day>
|
||||
<day id="6">الجمعة </day>
|
||||
<day id="7">السبت </day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="LBP" default="true">
|
||||
<symbol>ل.ل.</symbol>
|
||||
<name>LBP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="LBN">LB</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نوار</month>
|
||||
<month type="6">حزيران</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نوار</month>
|
||||
<month type="6">حزيران</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day type="sun">الأحد</day>
|
||||
<day type="mon">الاثنين</day>
|
||||
<day type="tue">الثلاثاء</day>
|
||||
<day type="wed">الأربعاء</day>
|
||||
<day type="thu">الخميس</day>
|
||||
<day type="fri">الجمعة</day>
|
||||
<day type="sat">السبت</day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="LBP"/>
|
||||
<currency type="LBP">
|
||||
<symbol>ل.ل.</symbol>
|
||||
<displayName>LBP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="LY" />
|
||||
<correspondsTo vendor="1001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="LYD" default="true">
|
||||
<symbol>د.ل.</symbol>
|
||||
<name>LYD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="LBY">LY</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="LYD"/>
|
||||
<currency type="LYD">
|
||||
<symbol>د.ل.</symbol>
|
||||
<displayName>LYD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MA" />
|
||||
<correspondsTo vendor="1801">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="MAD" default="true">
|
||||
<symbol>د.م.</symbol>
|
||||
<name>MAD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="MAR">MA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="MAD"/>
|
||||
<currency type="MAD">
|
||||
<symbol>د.م.</symbol>
|
||||
<displayName>MAD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="OM" />
|
||||
<correspondsTo vendor="2001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="OMR" default="true">
|
||||
<symbol>ر.ع.</symbol>
|
||||
<name>OMR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="OMN">OM</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="OMR"/>
|
||||
<currency type="OMR">
|
||||
<symbol>ر.ع.</symbol>
|
||||
<displayName>OMR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="QA" />
|
||||
<correspondsTo vendor="4001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="QAR" default="true">
|
||||
<symbol>ر.ق.</symbol>
|
||||
<name>QAR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="QAT">QA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="QAR"/>
|
||||
<currency type="QAR">
|
||||
<symbol>ر.ق.</symbol>
|
||||
<displayName>QAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:05 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="SA" />
|
||||
<correspondsTo vendor="0401">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="SAR" default="true">
|
||||
<symbol>ر.س.</symbol>
|
||||
<name>SAR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SAU">SA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="SAR"/>
|
||||
<currency type="SAR">
|
||||
<symbol>ر.س.</symbol>
|
||||
<displayName>SAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="SD" />
|
||||
<correspondsTo vendor="0001">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="SDP" default="true">
|
||||
<symbol>ج.س.</symbol>
|
||||
<name>SDP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SDN">SD</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="SDP"/>
|
||||
<currency type="SDP">
|
||||
<symbol>ج.س.</symbol>
|
||||
<displayName>SDP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,75 +1,74 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="SY" />
|
||||
<correspondsTo vendor="2801">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نواران</month>
|
||||
<month id="6">حزير</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">كانون الثاني</month>
|
||||
<month id="2">شباط</month>
|
||||
<month id="3">آذار</month>
|
||||
<month id="4">نيسان</month>
|
||||
<month id="5">نوار</month>
|
||||
<month id="6">حزيران</month>
|
||||
<month id="7">تموز</month>
|
||||
<month id="8">آب</month>
|
||||
<month id="9">أيلول</month>
|
||||
<month id="10">تشرين الأول</month>
|
||||
<month id="11">تشرين الثاني</month>
|
||||
<month id="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day id="1">الأحد </day>
|
||||
<day id="2">الاثنين </day>
|
||||
<day id="3">الثلاثاء </day>
|
||||
<day id="4">الأربعاء </day>
|
||||
<day id="5">الخميس </day>
|
||||
<day id="6">الجمعة </day>
|
||||
<day id="7">السبت </day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="SYP" default="true">
|
||||
<symbol>ل.س.</symbol>
|
||||
<name>SYP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SYR">SY</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نواران</month>
|
||||
<month type="6">حزير</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">كانون الثاني</month>
|
||||
<month type="2">شباط</month>
|
||||
<month type="3">آذار</month>
|
||||
<month type="4">نيسان</month>
|
||||
<month type="5">نوار</month>
|
||||
<month type="6">حزيران</month>
|
||||
<month type="7">تموز</month>
|
||||
<month type="8">آب</month>
|
||||
<month type="9">أيلول</month>
|
||||
<month type="10">تشرين الأول</month>
|
||||
<month type="11">تشرين الثاني</month>
|
||||
<month type="12">كانون الأول</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day type="sun">الأحد</day>
|
||||
<day type="mon">الاثنين</day>
|
||||
<day type="tue">الثلاثاء</day>
|
||||
<day type="wed">الأربعاء</day>
|
||||
<day type="thu">الخميس</day>
|
||||
<day type="fri">الجمعة</day>
|
||||
<day type="sat">السبت</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="5"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="SYP"/>
|
||||
<currency type="SYP">
|
||||
<symbol>ل.س.</symbol>
|
||||
<displayName>SYP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="TN" />
|
||||
<correspondsTo vendor="1C01">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="TND" default="true">
|
||||
<symbol>د.ت.</symbol>
|
||||
<name>TND</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="TUN">TN</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="TND"/>
|
||||
<currency type="TND">
|
||||
<symbol>د.ت.</symbol>
|
||||
<displayName>TND</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="YE" />
|
||||
<correspondsTo vendor="2401">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###-</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="YER" default="true">
|
||||
<symbol>ر.ي.</symbol>
|
||||
<name>YER</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ar"></language>
|
||||
<territory type="YEM">YE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="YER"/>
|
||||
<currency type="YER">
|
||||
<symbol>ر.ي.</symbol>
|
||||
<displayName>YER</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,78 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="002C">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Јанвар</month>
|
||||
<month id="2">Феврал</month>
|
||||
<month id="3">Март</month>
|
||||
<month id="4">Апрел</month>
|
||||
<month id="5">Мај</month>
|
||||
<month id="6">Ијун</month>
|
||||
<month id="7">Ијул</month>
|
||||
<month id="8">Август</month>
|
||||
<month id="9">Сентјабр</month>
|
||||
<month id="10">Октјабр</month>
|
||||
<month id="11">Нојабр</month>
|
||||
<month id="12">Декабр</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Јан</month>
|
||||
<month id="2">Фев</month>
|
||||
<month id="3">Мар</month>
|
||||
<month id="4">Апр</month>
|
||||
<month id="5">Мај</month>
|
||||
<month id="6">Ијун</month>
|
||||
<month id="7">Ијул</month>
|
||||
<month id="8">Авг</month>
|
||||
<month id="9">Сен</month>
|
||||
<month id="10">Окт</month>
|
||||
<month id="11">Ноя</month>
|
||||
<month id="12">Дек</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Базар </day>
|
||||
<day id="2">Базар ертәси </day>
|
||||
<day id="3">Чәршәнбә ахшамы </day>
|
||||
<day id="4">Чәршәнбә </day>
|
||||
<day id="5">Ҹүмә ахшамы </day>
|
||||
<day id="6">Ҹүмә </day>
|
||||
<day id="7">Шәнбә </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Б </day>
|
||||
<day id="2">Бе </day>
|
||||
<day id="3">Ча </day>
|
||||
<day id="4">Ч </day>
|
||||
<day id="5">Ҹа </day>
|
||||
<day id="6">Ҹ </day>
|
||||
<day id="7">Ш </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<normalization>OFF</normalization>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="az"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="az">Азәрбајҹан</language>
|
||||
</languages>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[а-и к-х ч ш ы ј ғ ҝ ү ҹ һ ә ө]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Јанвар</month>
|
||||
<month type="2">Феврал</month>
|
||||
<month type="3">Март</month>
|
||||
<month type="4">Апрел</month>
|
||||
<month type="5">Мај</month>
|
||||
<month type="6">Ијун</month>
|
||||
<month type="7">Ијул</month>
|
||||
<month type="8">Август</month>
|
||||
<month type="9">Сентјабр</month>
|
||||
<month type="10">Октјабр</month>
|
||||
<month type="11">Нојабр</month>
|
||||
<month type="12">Декабр</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Јан</month>
|
||||
<month type="2">Фев</month>
|
||||
<month type="3">Мар</month>
|
||||
<month type="4">Апр</month>
|
||||
<month type="5">Мај</month>
|
||||
<month type="6">Ијун</month>
|
||||
<month type="7">Ијул</month>
|
||||
<month type="8">Авг</month>
|
||||
<month type="9">Сен</month>
|
||||
<month type="10">Окт</month>
|
||||
<month type="11">Ноя</month>
|
||||
<month type="12">Дек</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">Базар</day>
|
||||
<day type="mon">Базар ертәси</day>
|
||||
<day type="tue">Чәршәнбә ахшамы</day>
|
||||
<day type="wed">Чәршәнбә</day>
|
||||
<day type="thu">Ҹүмә ахшамы</day>
|
||||
<day type="fri">Ҹүмә</day>
|
||||
<day type="sat">Шәнбә</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">Б</day>
|
||||
<day type="mon">Бе</day>
|
||||
<day type="tue">Ча</day>
|
||||
<day type="wed">Ч</day>
|
||||
<day type="thu">Ҹа</day>
|
||||
<day type="fri">Ҹ</day>
|
||||
<day type="sat">Ш</day>
|
||||
</dayAbbr>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,50 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AZ" />
|
||||
<correspondsTo vendor="082C">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a</full>
|
||||
<long>hh:mm:ss a</long>
|
||||
<medium>H:mm:ss</medium>
|
||||
<short>H:mm:ss</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd.MM.yyyy</medium>
|
||||
<short>dd.MM.yyyy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<currencies>
|
||||
<currency id="AZM" default="true">
|
||||
<symbol>ман.</symbol>
|
||||
<name>AZM</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="az"></language>
|
||||
<territory type="AZE">AZ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="AZM"/>
|
||||
<currency type="AZM">
|
||||
<symbol>ман.</symbol>
|
||||
<displayName>AZM</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,112 +1,130 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0023">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="be" >Беларускі</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="BY">Беларусь</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Студзень</month>
|
||||
<month id="2">Люты</month>
|
||||
<month id="3">Сакавік</month>
|
||||
<month id="4">Красавік</month>
|
||||
<month id="5">Май</month>
|
||||
<month id="6">Чэрвень</month>
|
||||
<month id="7">Ліпень</month>
|
||||
<month id="8">Жнівень</month>
|
||||
<month id="9">Верасень</month>
|
||||
<month id="10">Кастрычнік</month>
|
||||
<month id="11">Лістапад</month>
|
||||
<month id="12">Снежань</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Сту</month>
|
||||
<month id="2">Лют</month>
|
||||
<month id="3">Сак</month>
|
||||
<month id="4">Кра</month>
|
||||
<month id="5">Май</month>
|
||||
<month id="6">Чэр</month>
|
||||
<month id="7">Ліп</month>
|
||||
<month id="8">Жні</month>
|
||||
<month id="9">Вер</month>
|
||||
<month id="10">Кас</month>
|
||||
<month id="11">Ліс</month>
|
||||
<month id="12">Сне</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">нядзеля </day>
|
||||
<day id="2">панядзелак </day>
|
||||
<day id="3">аўторак </day>
|
||||
<day id="4">серада </day>
|
||||
<day id="5">чацвер </day>
|
||||
<day id="6">пятніца </day>
|
||||
<day id="7">субота </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">нд </day>
|
||||
<day id="2">пн </day>
|
||||
<day id="3">аў </day>
|
||||
<day id="4">ср </day>
|
||||
<day id="5">чц </day>
|
||||
<day id="6">пт </day>
|
||||
<day id="7">сб </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">да н.е.</era>
|
||||
<era id="1">н.е.</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<chars>GanjkHmsSEDFwWxhKzAe</chars>
|
||||
<time>
|
||||
<full>HH.mm.ss z</full>
|
||||
<long>HH.mm.ss z</long>
|
||||
<medium>HH.mm.ss</medium>
|
||||
<short>HH.mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>d.M.yyyy</medium>
|
||||
<short>d.M.yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="be"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="be">Беларускі</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="BY">Беларусь</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[а-з й-ш ы-я ’ёіў {дж} {дз}]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Студзень</month>
|
||||
<month type="2">Люты</month>
|
||||
<month type="3">Сакавік</month>
|
||||
<month type="4">Красавік</month>
|
||||
<month type="5">Май</month>
|
||||
<month type="6">Чэрвень</month>
|
||||
<month type="7">Ліпень</month>
|
||||
<month type="8">Жнівень</month>
|
||||
<month type="9">Верасень</month>
|
||||
<month type="10">Кастрычнік</month>
|
||||
<month type="11">Лістапад</month>
|
||||
<month type="12">Снежань</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Сту</month>
|
||||
<month type="2">Лют</month>
|
||||
<month type="3">Сак</month>
|
||||
<month type="4">Кра</month>
|
||||
<month type="5">Май</month>
|
||||
<month type="6">Чэр</month>
|
||||
<month type="7">Ліп</month>
|
||||
<month type="8">Жні</month>
|
||||
<month type="9">Вер</month>
|
||||
<month type="10">Кас</month>
|
||||
<month type="11">Ліс</month>
|
||||
<month type="12">Сне</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">нядзеля</day>
|
||||
<day type="mon">панядзелак</day>
|
||||
<day type="tue">аўторак</day>
|
||||
<day type="wed">серада</day>
|
||||
<day type="thu">чацвер</day>
|
||||
<day type="fri">пятніца</day>
|
||||
<day type="sat">субота</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">нд</day>
|
||||
<day type="mon">пн</day>
|
||||
<day type="tue">аў</day>
|
||||
<day type="wed">ср</day>
|
||||
<day type="thu">чц</day>
|
||||
<day type="fri">пт</day>
|
||||
<day type="sat">сб</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">да н.е.</era>
|
||||
<era type="2">н.е.</era>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d.M.yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d.M.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH.mm.ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH.mm.ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH.mm.ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH.mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<suppress_contractions>[Ѐ-џ]</suppress_contractions>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.1" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,38 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BY" />
|
||||
<correspondsTo vendor="0423">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BYB" default="true">
|
||||
<symbol>Руб</symbol>
|
||||
<name>BYB</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="be"></language>
|
||||
<territory type="BLR">BY</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0</pattern>
|
||||
<pattern>-¤#,##0</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BYB"/>
|
||||
<currency type="BYB">
|
||||
<symbol>Руб</symbol>
|
||||
<displayName>BYB</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,112 +1,130 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:06 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0002">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="bg" >български</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="BG">България</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Януари</month>
|
||||
<month id="2">Февруари</month>
|
||||
<month id="3">Март</month>
|
||||
<month id="4">Април</month>
|
||||
<month id="5">Май</month>
|
||||
<month id="6">Юни</month>
|
||||
<month id="7">Юли</month>
|
||||
<month id="8">Август</month>
|
||||
<month id="9">Септември</month>
|
||||
<month id="10">Октомври</month>
|
||||
<month id="11">Ноември</month>
|
||||
<month id="12">Декември</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">ян.</month>
|
||||
<month id="2">фев.</month>
|
||||
<month id="3">март.</month>
|
||||
<month id="4">апр.</month>
|
||||
<month id="5">май.</month>
|
||||
<month id="6">юни.</month>
|
||||
<month id="7">юли.</month>
|
||||
<month id="8">авг.</month>
|
||||
<month id="9">сеп.</month>
|
||||
<month id="10">окт.</month>
|
||||
<month id="11">ноем.</month>
|
||||
<month id="12">дек.</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">неделя </day>
|
||||
<day id="2">понеделник </day>
|
||||
<day id="3">вторник </day>
|
||||
<day id="4">сряда </day>
|
||||
<day id="5">четвъртък </day>
|
||||
<day id="6">петък </day>
|
||||
<day id="7">събота </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">нд </day>
|
||||
<day id="2">пн </day>
|
||||
<day id="3">вт </day>
|
||||
<day id="4">ср </day>
|
||||
<day id="5">чт </day>
|
||||
<day id="6">пт </day>
|
||||
<day id="7">сб </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">пр.н.е.</era>
|
||||
<era id="1">н.е.</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<chars>GanjkHmsSEDFwWxhKzAe</chars>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy, EEEE</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd.MM.yy</medium>
|
||||
<short>dd.MM.yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="bg"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="bg">български</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="BG">България</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[а-ь юяѣѫ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Януари</month>
|
||||
<month type="2">Февруари</month>
|
||||
<month type="3">Март</month>
|
||||
<month type="4">Април</month>
|
||||
<month type="5">Май</month>
|
||||
<month type="6">Юни</month>
|
||||
<month type="7">Юли</month>
|
||||
<month type="8">Август</month>
|
||||
<month type="9">Септември</month>
|
||||
<month type="10">Октомври</month>
|
||||
<month type="11">Ноември</month>
|
||||
<month type="12">Декември</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">ян.</month>
|
||||
<month type="2">фев.</month>
|
||||
<month type="3">март.</month>
|
||||
<month type="4">апр.</month>
|
||||
<month type="5">май.</month>
|
||||
<month type="6">юни.</month>
|
||||
<month type="7">юли.</month>
|
||||
<month type="8">авг.</month>
|
||||
<month type="9">сеп.</month>
|
||||
<month type="10">окт.</month>
|
||||
<month type="11">ноем.</month>
|
||||
<month type="12">дек.</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">неделя</day>
|
||||
<day type="mon">понеделник</day>
|
||||
<day type="tue">вторник</day>
|
||||
<day type="wed">сряда</day>
|
||||
<day type="thu">четвъртък</day>
|
||||
<day type="fri">петък</day>
|
||||
<day type="sat">събота</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">нд</day>
|
||||
<day type="mon">пн</day>
|
||||
<day type="tue">вт</day>
|
||||
<day type="wed">ср</day>
|
||||
<day type="thu">чт</day>
|
||||
<day type="fri">пт</day>
|
||||
<day type="sat">сб</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">пр.н.е.</era>
|
||||
<era type="2">н.е.</era>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>dd MMMM yyyy, EEEE</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<suppress_contractions>[Ѐ-џ]</suppress_contractions>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.1" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,38 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BG" />
|
||||
<correspondsTo vendor="0402">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BGL" default="true">
|
||||
<symbol>лв</symbol>
|
||||
<name>BGL</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="bg"></language>
|
||||
<territory type="BGR">BG</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BGL"/>
|
||||
<currency type="BGL">
|
||||
<symbol>лв</symbol>
|
||||
<displayName>BGL</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,73 +1,76 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0045">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">জানুয়ারী</month>
|
||||
<month id="2">ফেব্রুয়ারী</month>
|
||||
<month id="3">মার্চ</month>
|
||||
<month id="4">এপ্রিল</month>
|
||||
<month id="5">মে</month>
|
||||
<month id="6">জুন</month>
|
||||
<month id="7">জুলাই</month>
|
||||
<month id="8">আগস্ট</month>
|
||||
<month id="9">সেপ্টেম্বর</month>
|
||||
<month id="10">অক্টোবর</month>
|
||||
<month id="11">নভেম্বর</month>
|
||||
<month id="12">ডিসেম্বর</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">জানুয়ারী</month>
|
||||
<month id="2">ফেব্রুয়ারী</month>
|
||||
<month id="3">মার্চ</month>
|
||||
<month id="4">এপ্রিল</month>
|
||||
<month id="5">মে</month>
|
||||
<month id="6">জুন</month>
|
||||
<month id="7">জুলাই</month>
|
||||
<month id="8">আগস্ট</month>
|
||||
<month id="9">সেপ্টেম্বর</month>
|
||||
<month id="10">অক্টোবর</month>
|
||||
<month id="11">নভেম্বর</month>
|
||||
<month id="12">ডিসেম্বর</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">রবিবার </day>
|
||||
<day id="2">সোমবার </day>
|
||||
<day id="3">মঙগলবার </day>
|
||||
<day id="4">বুধবার </day>
|
||||
<day id="5">বৃহস্পতিবার </day>
|
||||
<day id="6">শুক্রবার </day>
|
||||
<day id="7">শনিবার </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">রবি </day>
|
||||
<day id="2">সোম </day>
|
||||
<day id="3">মঙগল </day>
|
||||
<day id="4">বুধ </day>
|
||||
<day id="5">বৃহস্পতি </day>
|
||||
<day id="6">শুক্র </day>
|
||||
<day id="7">শনি </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>পূর্বাহ্ণ</am><pm>অপরাহ্ণ</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="bn"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[:Beng:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">জানুয়ারী</month>
|
||||
<month type="2">ফেব্রুয়ারী</month>
|
||||
<month type="3">মার্চ</month>
|
||||
<month type="4">এপ্রিল</month>
|
||||
<month type="5">মে</month>
|
||||
<month type="6">জুন</month>
|
||||
<month type="7">জুলাই</month>
|
||||
<month type="8">আগস্ট</month>
|
||||
<month type="9">সেপ্টেম্বর</month>
|
||||
<month type="10">অক্টোবর</month>
|
||||
<month type="11">নভেম্বর</month>
|
||||
<month type="12">ডিসেম্বর</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">জানুয়ারী</month>
|
||||
<month type="2">ফেব্রুয়ারী</month>
|
||||
<month type="3">মার্চ</month>
|
||||
<month type="4">এপ্রিল</month>
|
||||
<month type="5">মে</month>
|
||||
<month type="6">জুন</month>
|
||||
<month type="7">জুলাই</month>
|
||||
<month type="8">আগস্ট</month>
|
||||
<month type="9">সেপ্টেম্বর</month>
|
||||
<month type="10">অক্টোবর</month>
|
||||
<month type="11">নভেম্বর</month>
|
||||
<month type="12">ডিসেম্বর</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">রবিবার</day>
|
||||
<day type="mon">সোমবার</day>
|
||||
<day type="tue">মঙগলবার</day>
|
||||
<day type="wed">বুধবার</day>
|
||||
<day type="thu">বৃহস্পতিবার</day>
|
||||
<day type="fri">শুক্রবার</day>
|
||||
<day type="sat">শনিবার</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">রবি</day>
|
||||
<day type="mon">সোম</day>
|
||||
<day type="tue">মঙগল</day>
|
||||
<day type="wed">বুধ</day>
|
||||
<day type="thu">বৃহস্পতি</day>
|
||||
<day type="fri">শুক্র</day>
|
||||
<day type="sat">শনি</day>
|
||||
</dayAbbr>
|
||||
<am>পূর্বাহ্ণ</am>
|
||||
<pm>অপরাহ্ণ</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
|
|
|
@ -1,57 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IN" />
|
||||
<correspondsTo vendor="0445">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd-MM-yyyy</medium>
|
||||
<short>d-M-yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>##,##,##0.###;-##,##,##0.###</decimal>
|
||||
<percent>##,##,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="INR" default="true">
|
||||
<symbol>টাকা</symbol>
|
||||
<name>INR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##,##0.00;-¤#,##,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="bn"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>টাকা</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,127 +1,130 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0003">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="ca" >català</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="ES">Espanya</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">gener</month>
|
||||
<month id="2">febrer</month>
|
||||
<month id="3">març</month>
|
||||
<month id="4">abril</month>
|
||||
<month id="5">maig</month>
|
||||
<month id="6">juny</month>
|
||||
<month id="7">juliol</month>
|
||||
<month id="8">agost</month>
|
||||
<month id="9">setembre</month>
|
||||
<month id="10">octubre</month>
|
||||
<month id="11">novembre</month>
|
||||
<month id="12">desembre</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">gen.</month>
|
||||
<month id="2">feb.</month>
|
||||
<month id="3">març</month>
|
||||
<month id="4">abr.</month>
|
||||
<month id="5">maig</month>
|
||||
<month id="6">juny</month>
|
||||
<month id="7">jul.</month>
|
||||
<month id="8">ag.</month>
|
||||
<month id="9">set.</month>
|
||||
<month id="10">oct.</month>
|
||||
<month id="11">nov.</month>
|
||||
<month id="12">des.</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">diumenge </day>
|
||||
<day id="2">dilluns </day>
|
||||
<day id="3">dimarts </day>
|
||||
<day id="4">dimecres </day>
|
||||
<day id="5">dijous </day>
|
||||
<day id="6">divendres </day>
|
||||
<day id="7">dissabte </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">dg. </day>
|
||||
<day id="2">dl. </day>
|
||||
<day id="3">dt. </day>
|
||||
<day id="4">dc. </day>
|
||||
<day id="5">dj. </day>
|
||||
<day id="6">dv. </day>
|
||||
<day id="7">ds. </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<chars>GuMtkHmsSEDFwWahKzUe</chars>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<after>C</after>
|
||||
<gt1>ch</gt1>
|
||||
<gt3>Ch</gt3>
|
||||
<gt3>CH</gt3>
|
||||
<after>L</after>
|
||||
<gt1>ll</gt1>
|
||||
<gt3>l·l</gt3>
|
||||
<gt3>Ll</gt3>
|
||||
<gt3>L·l</gt3>
|
||||
<gt3>LL</gt3>
|
||||
<gt3>L·L</gt3>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ca"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="ca">català</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="ES">Espanya</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z é í ó ú à è ò ï ü ŀ ç ñ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">gener</month>
|
||||
<month type="2">febrer</month>
|
||||
<month type="3">març</month>
|
||||
<month type="4">abril</month>
|
||||
<month type="5">maig</month>
|
||||
<month type="6">juny</month>
|
||||
<month type="7">juliol</month>
|
||||
<month type="8">agost</month>
|
||||
<month type="9">setembre</month>
|
||||
<month type="10">octubre</month>
|
||||
<month type="11">novembre</month>
|
||||
<month type="12">desembre</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">gen.</month>
|
||||
<month type="2">feb.</month>
|
||||
<month type="3">març</month>
|
||||
<month type="4">abr.</month>
|
||||
<month type="5">maig</month>
|
||||
<month type="6">juny</month>
|
||||
<month type="7">jul.</month>
|
||||
<month type="8">ag.</month>
|
||||
<month type="9">set.</month>
|
||||
<month type="10">oct.</month>
|
||||
<month type="11">nov.</month>
|
||||
<month type="12">des.</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">diumenge</day>
|
||||
<day type="mon">dilluns</day>
|
||||
<day type="tue">dimarts</day>
|
||||
<day type="wed">dimecres</day>
|
||||
<day type="thu">dijous</day>
|
||||
<day type="fri">divendres</day>
|
||||
<day type="sat">dissabte</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">dg.</day>
|
||||
<day type="mon">dl.</day>
|
||||
<day type="tue">dt.</day>
|
||||
<day type="wed">dc.</day>
|
||||
<day type="thu">dj.</day>
|
||||
<day type="fri">dv.</day>
|
||||
<day type="sat">ds.</day>
|
||||
</dayAbbr>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings backwards="2"/>
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>L</reset>
|
||||
<p>ll</p>
|
||||
<tc>l·lLlL·lLL</tc>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,42 +1,54 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ES" />
|
||||
<correspondsTo vendor="0403">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ca"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,43 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ES" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0403">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ESP" default="true">
|
||||
<symbol>Pts</symbol>
|
||||
<name>ESP</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="ca"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0</pattern>
|
||||
<pattern>-¤ #,##0</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ESP"/>
|
||||
<currency type="ESP">
|
||||
<symbol>Pts</symbol>
|
||||
<displayName>ESP</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,133 +1,143 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0005">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="cs" >čeština</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="CZ">Česká republika</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">leden</month>
|
||||
<month id="2">únor</month>
|
||||
<month id="3">březen</month>
|
||||
<month id="4">duben</month>
|
||||
<month id="5">květen</month>
|
||||
<month id="6">červen</month>
|
||||
<month id="7">červenec</month>
|
||||
<month id="8">srpen</month>
|
||||
<month id="9">září</month>
|
||||
<month id="10">říjen</month>
|
||||
<month id="11">listopad</month>
|
||||
<month id="12">prosinec</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">I</month>
|
||||
<month id="2">II</month>
|
||||
<month id="3">III</month>
|
||||
<month id="4">IV</month>
|
||||
<month id="5">V</month>
|
||||
<month id="6">VI</month>
|
||||
<month id="7">VII</month>
|
||||
<month id="8">VIII</month>
|
||||
<month id="9">IX</month>
|
||||
<month id="10">X</month>
|
||||
<month id="11">XI</month>
|
||||
<month id="12">XII</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">neděle </day>
|
||||
<day id="2">pondělí </day>
|
||||
<day id="3">úterý </day>
|
||||
<day id="4">středa </day>
|
||||
<day id="5">čtvrtek </day>
|
||||
<day id="6">pátek </day>
|
||||
<day id="7">sobota </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">ne </day>
|
||||
<day id="2">po </day>
|
||||
<day id="3">út </day>
|
||||
<day id="4">st </day>
|
||||
<day id="5">čt </day>
|
||||
<day id="6">pá </day>
|
||||
<day id="7">so </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">př.Kr.</era>
|
||||
<era id="1">po Kr.</era>
|
||||
</eras>
|
||||
<am>dop.</am><pm>odp.</pm>
|
||||
<patterns>
|
||||
<chars>GuMtkHmsSEDFwWahKzUe</chars>
|
||||
<time>
|
||||
<full>H:mm:ss z</full>
|
||||
<long>H:mm:ss z</long>
|
||||
<medium>H:mm:ss</medium>
|
||||
<short>H:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d. MMMM yyyy</full>
|
||||
<long>d. MMMM yyyy</long>
|
||||
<medium>d.M.yyyy</medium>
|
||||
<short>d.M.yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<after>C</after>
|
||||
<gt1>č</gt1>
|
||||
<gt3>Č</gt3>
|
||||
<after>H</after>
|
||||
<gt1>ch</gt1>
|
||||
<gt3>cH</gt3>
|
||||
<gt3>Ch</gt3>
|
||||
<gt3>CH</gt3>
|
||||
<after>R</after>
|
||||
<gt1>ř</gt1>
|
||||
<gt3>Ř</gt3>
|
||||
<after>S</after>
|
||||
<gt1>š</gt1>
|
||||
<gt3>Š</gt3>
|
||||
<after>Z</after>
|
||||
<gt1>ž</gt1>
|
||||
<gt3>Ž</gt3>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="cs"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="cs">čeština</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="CZ">Česká republika</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z ý á é í ó ú ě ů č ď ň ř š ť ž]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">leden</month>
|
||||
<month type="2">únor</month>
|
||||
<month type="3">březen</month>
|
||||
<month type="4">duben</month>
|
||||
<month type="5">květen</month>
|
||||
<month type="6">červen</month>
|
||||
<month type="7">červenec</month>
|
||||
<month type="8">srpen</month>
|
||||
<month type="9">září</month>
|
||||
<month type="10">říjen</month>
|
||||
<month type="11">listopad</month>
|
||||
<month type="12">prosinec</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">I</month>
|
||||
<month type="2">II</month>
|
||||
<month type="3">III</month>
|
||||
<month type="4">IV</month>
|
||||
<month type="5">V</month>
|
||||
<month type="6">VI</month>
|
||||
<month type="7">VII</month>
|
||||
<month type="8">VIII</month>
|
||||
<month type="9">IX</month>
|
||||
<month type="10">X</month>
|
||||
<month type="11">XI</month>
|
||||
<month type="12">XII</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">neděle</day>
|
||||
<day type="mon">pondělí</day>
|
||||
<day type="tue">úterý</day>
|
||||
<day type="wed">středa</day>
|
||||
<day type="thu">čtvrtek</day>
|
||||
<day type="fri">pátek</day>
|
||||
<day type="sat">sobota</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">ne</day>
|
||||
<day type="mon">po</day>
|
||||
<day type="tue">út</day>
|
||||
<day type="wed">st</day>
|
||||
<day type="thu">čt</day>
|
||||
<day type="fri">pá</day>
|
||||
<day type="sat">so</day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era type="1">př.Kr.</era>
|
||||
<era type="2">po Kr.</era>
|
||||
</eras>
|
||||
<am>dop.</am>
|
||||
<pm>odp.</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d.M.yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d.M.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>H:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
<p>č</p>
|
||||
<t>Č</t>
|
||||
<reset>H</reset>
|
||||
<p>ch</p>
|
||||
<tc>cHChCH</tc>
|
||||
<reset>R</reset>
|
||||
<p>ř</p>
|
||||
<t>Ř</t>
|
||||
<reset>S</reset>
|
||||
<p>š</p>
|
||||
<t>Š</t>
|
||||
<reset>Z</reset>
|
||||
<p>ž</p>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,33 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CZ" />
|
||||
<correspondsTo vendor="0405">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.##;-#,##0.##</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CZK" default="true">
|
||||
<symbol>Kč</symbol>
|
||||
<name>CZK</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="cs"></language>
|
||||
<territory type="CZE">CZ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.##</pattern>
|
||||
<pattern>-#,##0.##</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CZK"/>
|
||||
<currency type="CZK">
|
||||
<symbol>Kč</symbol>
|
||||
<displayName>CZK</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,150 +1,170 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:07 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0006">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="da" >dansk</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="DK">Danmark</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Europe/Copenhagen" default="true">
|
||||
<long>
|
||||
<generic>Central European Time</generic>
|
||||
<standard>Central European Time (DST)</standard>
|
||||
<daylight>Copenhagen</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Copenhagen</generic>
|
||||
<standard>MET</standard>
|
||||
<daylight>MET</daylight>
|
||||
</short>
|
||||
<city>Copenhagen</city>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">januar</month>
|
||||
<month id="2">februar</month>
|
||||
<month id="3">marts</month>
|
||||
<month id="4">april</month>
|
||||
<month id="5">maj</month>
|
||||
<month id="6">juni</month>
|
||||
<month id="7">juli</month>
|
||||
<month id="8">august</month>
|
||||
<month id="9">september</month>
|
||||
<month id="10">oktober</month>
|
||||
<month id="11">november</month>
|
||||
<month id="12">december</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">jan</month>
|
||||
<month id="2">feb</month>
|
||||
<month id="3">mar</month>
|
||||
<month id="4">apr</month>
|
||||
<month id="5">maj</month>
|
||||
<month id="6">jun</month>
|
||||
<month id="7">jul</month>
|
||||
<month id="8">aug</month>
|
||||
<month id="9">sep</month>
|
||||
<month id="10">okt</month>
|
||||
<month id="11">nov</month>
|
||||
<month id="12">dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">søndag </day>
|
||||
<day id="2">mandag </day>
|
||||
<day id="3">tirsdag </day>
|
||||
<day id="4">onsdag </day>
|
||||
<day id="5">torsdag </day>
|
||||
<day id="6">fredag </day>
|
||||
<day id="7">lørdag </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">sø </day>
|
||||
<day id="2">ma </day>
|
||||
<day id="3">ti </day>
|
||||
<day id="4">on </day>
|
||||
<day id="5">to </day>
|
||||
<day id="6">fr </day>
|
||||
<day id="7">lø </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">f.Kr.</era>
|
||||
<era id="1">e.Kr.</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<chars>GuMtkHmsSEDFwWahKzUe</chars>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>d. MMMM yyyy</full>
|
||||
<long>d. MMMM yyyy</long>
|
||||
<medium>dd-MM-yyyy</medium>
|
||||
<short>dd-MM-yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<collation version="2.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<after>A</after>
|
||||
<gt1>ǽ</gt1>
|
||||
<gt3>Ǽ</gt3>
|
||||
<after>Z</after>
|
||||
<gt1>æ</gt1>
|
||||
<gt3>Æ</gt3>
|
||||
<gt2>ä</gt2>
|
||||
<gt3>Ä</gt3>
|
||||
<gt1>ø</gt1>
|
||||
<gt3>Ø</gt3>
|
||||
<gt2>ö</gt2>
|
||||
<gt3>Ö</gt3>
|
||||
<gt2>ő</gt2>
|
||||
<gt3>Ő</gt3>
|
||||
<gt1>å</gt1>
|
||||
<gt3>Å</gt3>
|
||||
<gt3>aa</gt3>
|
||||
<gt3>aA</gt3>
|
||||
<gt3>Aa</gt3>
|
||||
<gt3>AA</gt3>
|
||||
<after>V</after>
|
||||
<gt3>w</gt3>
|
||||
<gt3>W</gt3>
|
||||
<after>Y</after>
|
||||
<gt2>ü</gt2>
|
||||
<gt3>Ü</gt3>
|
||||
<after>D</after>
|
||||
<gt1>ð</gt1>
|
||||
<gt3>Ð</gt3>
|
||||
<after>T</after>
|
||||
<gt1>þ</gt1>
|
||||
<gt3>Þ</gt3>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="da"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="da">dansk</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="DK">Danmark</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z æ å ø á é í ó ú ý]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">januar</month>
|
||||
<month type="2">februar</month>
|
||||
<month type="3">marts</month>
|
||||
<month type="4">april</month>
|
||||
<month type="5">maj</month>
|
||||
<month type="6">juni</month>
|
||||
<month type="7">juli</month>
|
||||
<month type="8">august</month>
|
||||
<month type="9">september</month>
|
||||
<month type="10">oktober</month>
|
||||
<month type="11">november</month>
|
||||
<month type="12">december</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">jan</month>
|
||||
<month type="2">feb</month>
|
||||
<month type="3">mar</month>
|
||||
<month type="4">apr</month>
|
||||
<month type="5">maj</month>
|
||||
<month type="6">jun</month>
|
||||
<month type="7">jul</month>
|
||||
<month type="8">aug</month>
|
||||
<month type="9">sep</month>
|
||||
<month type="10">okt</month>
|
||||
<month type="11">nov</month>
|
||||
<month type="12">dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">søndag</day>
|
||||
<day type="mon">mandag</day>
|
||||
<day type="tue">tirsdag</day>
|
||||
<day type="wed">onsdag</day>
|
||||
<day type="thu">torsdag</day>
|
||||
<day type="fri">fredag</day>
|
||||
<day type="sat">lørdag</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">sø</day>
|
||||
<day type="mon">ma</day>
|
||||
<day type="tue">ti</day>
|
||||
<day type="wed">on</day>
|
||||
<day type="thu">to</day>
|
||||
<day type="fri">fr</day>
|
||||
<day type="sat">lø</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">f.Kr.</era>
|
||||
<era type="2">e.Kr.</era>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd-MM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="Copenhagen">
|
||||
<long>
|
||||
<generic>Central European Time</generic>
|
||||
<standard>Central European Time</standard>
|
||||
<daylight>Central European Time (DST)</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Copenhagen</generic>
|
||||
<standard>MET</standard>
|
||||
<daylight>MET</daylight>
|
||||
</short>
|
||||
<exemplarCity>Copenhagen</exemplarCity>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>A</reset>
|
||||
<p>ǽ</p>
|
||||
<t>Ǽ</t>
|
||||
<reset>Z</reset>
|
||||
<p>æ</p>
|
||||
<t>Æ</t>
|
||||
<s>ä</s>
|
||||
<t>Ä</t>
|
||||
<p>ø</p>
|
||||
<t>Ø</t>
|
||||
<s>ö</s>
|
||||
<t>Ö</t>
|
||||
<s>ő</s>
|
||||
<t>Ő</t>
|
||||
<p>å</p>
|
||||
<tc>ÅaaaAAaAA</tc>
|
||||
<reset>V</reset>
|
||||
<tc>wW</tc>
|
||||
<reset>Y</reset>
|
||||
<s>ü</s>
|
||||
<t>Ü</t>
|
||||
<reset>D</reset>
|
||||
<p>ð</p>
|
||||
<t>Ð</t>
|
||||
<reset>T</reset>
|
||||
<p>þ</p>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="2.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,38 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="DK" />
|
||||
<correspondsTo vendor="0406">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="DKK" default="true">
|
||||
<symbol>kr</symbol>
|
||||
<name>DKK</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="da"></language>
|
||||
<territory type="DNK">DK</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤ -#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="DKK"/>
|
||||
<currency type="DKK">
|
||||
<symbol>kr</symbol>
|
||||
<displayName>DKK</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,340 +1,391 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0007">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="ab" >Abchasisch</language>
|
||||
<language id="am" >Amharisch</language>
|
||||
<language id="ar" >Arabisch</language>
|
||||
<language id="az" >Aserbaidschanisch</language>
|
||||
<language id="be" >Weißrussisch</language>
|
||||
<language id="bg" >Bulgarisch</language>
|
||||
<language id="bn" >Bengalisch</language>
|
||||
<language id="bo" >Tibetisch</language>
|
||||
<language id="br" >Bretonisch</language>
|
||||
<language id="ca" >Katalanisch</language>
|
||||
<language id="co" >Korsisch</language>
|
||||
<language id="cs" >Tschechisch</language>
|
||||
<language id="cy" >Walisisch</language>
|
||||
<language id="da" >Dänisch</language>
|
||||
<language id="de" >Deutsch</language>
|
||||
<language id="dz" >Bhutanisch</language>
|
||||
<language id="el" >Griechisch</language>
|
||||
<language id="en" >Englisch</language>
|
||||
<language id="es" >Spanisch</language>
|
||||
<language id="et" >Estnisch</language>
|
||||
<language id="eu" >Baskisch</language>
|
||||
<language id="fa" >Persisch</language>
|
||||
<language id="fi" >Finnisch</language>
|
||||
<language id="fj" >Fidschianisch</language>
|
||||
<language id="fo" >Färöisch</language>
|
||||
<language id="fr" >Französisch</language>
|
||||
<language id="fy" >Frisisch</language>
|
||||
<language id="ga" >Irisch</language>
|
||||
<language id="gd" >Schottisch-Gälisch</language>
|
||||
<language id="gl" >Galizisch</language>
|
||||
<language id="he" >Hebräisch</language>
|
||||
<language id="hr" >Kroatisch</language>
|
||||
<language id="hu" >Ungarisch</language>
|
||||
<language id="hy" >Armenisch</language>
|
||||
<language id="id" >Indonesisch</language>
|
||||
<language id="is" >Isländisch</language>
|
||||
<language id="it" >Italienisch</language>
|
||||
<language id="ja" >Japanisch</language>
|
||||
<language id="jw" >Javanesisch</language>
|
||||
<language id="ka" >Georgisch</language>
|
||||
<language id="kk" >Kasachisch</language>
|
||||
<language id="kl" >Grönländisch</language>
|
||||
<language id="km" >Kkambodschanisch</language>
|
||||
<language id="ko" >Koreanisch</language>
|
||||
<language id="ks" >Kaschmirisch</language>
|
||||
<language id="ku" >Kurdisch</language>
|
||||
<language id="ky" >Kirgisisch</language>
|
||||
<language id="la" >Latein</language>
|
||||
<language id="lt" >Litauisch</language>
|
||||
<language id="lv" >Lettisch</language>
|
||||
<language id="mk" >Mazedonisch</language>
|
||||
<language id="mn" >Mongolisch</language>
|
||||
<language id="mo" >Moldawisch</language>
|
||||
<language id="mt" >Maltesisch</language>
|
||||
<language id="my" >Burmesisch</language>
|
||||
<language id="na" >Nauruisch</language>
|
||||
<language id="nb" >Norwegisch Bokmål</language>
|
||||
<language id="ne" >Nepalesisch</language>
|
||||
<language id="nl" >Holländisch</language>
|
||||
<language id="nn" >Norwegisch Nynorsk</language>
|
||||
<language id="no" >Norwegisch</language>
|
||||
<language id="pl" >Polnisch</language>
|
||||
<language id="pt" >Portugiesisch</language>
|
||||
<language id="rm" >Rätoromanisch</language>
|
||||
<language id="ro" >Rumänisch</language>
|
||||
<language id="ru" >Russisch</language>
|
||||
<language id="sh" >Serbo-Kroatisch</language>
|
||||
<language id="sk" >Slowakisch</language>
|
||||
<language id="sl" >Slowenisch</language>
|
||||
<language id="sm" >Samoanisch</language>
|
||||
<language id="so" >Somalisch</language>
|
||||
<language id="sq" >Albanisch</language>
|
||||
<language id="sr" >Serbisch</language>
|
||||
<language id="sv" >Schwedisch</language>
|
||||
<language id="tg" >Tadschikisch</language>
|
||||
<language id="tk" >Türkmenisch</language>
|
||||
<language id="tr" >Türkisch</language>
|
||||
<language id="uk" >Ukrainisch</language>
|
||||
<language id="uz" >Usbekisch</language>
|
||||
<language id="vi" >Vietnamesisch</language>
|
||||
<language id="vo" >Volapük</language>
|
||||
<language id="yi" >Jiddisch</language>
|
||||
<language id="zh" >Chinesisch</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="AE">Vereinigte Arabische Emirate</country>
|
||||
<country id="AG">Antigua und Barbuda</country>
|
||||
<country id="AL">Albanien</country>
|
||||
<country id="AM">Armenien</country>
|
||||
<country id="AN">Niederländische Antillen</country>
|
||||
<country id="AQ">Antarktis</country>
|
||||
<country id="AR">Argentinien</country>
|
||||
<country id="AS">Amerikanisch-Samoa</country>
|
||||
<country id="AT">Österreich</country>
|
||||
<country id="AU">Australien</country>
|
||||
<country id="AZ">Aserbaidschan</country>
|
||||
<country id="BA">Bosnien und Herzegowina</country>
|
||||
<country id="BD">Bangladesch</country>
|
||||
<country id="BE">Belgien</country>
|
||||
<country id="BG">Bulgarien</country>
|
||||
<country id="BN">Brunei Darussalam</country>
|
||||
<country id="BO">Bolivien</country>
|
||||
<country id="BR">Brasilien</country>
|
||||
<country id="BV">Bouvetinsel</country>
|
||||
<country id="BW">Botsuana</country>
|
||||
<country id="CA">Kanada</country>
|
||||
<country id="CC">Kokosinseln</country>
|
||||
<country id="CD">Demokratische Republik Kongo</country>
|
||||
<country id="CF">Zentralafrikanische Republik</country>
|
||||
<country id="CG">Kongo</country>
|
||||
<country id="CH">Schweiz</country>
|
||||
<country id="CI">Côte dIvoire</country>
|
||||
<country id="CK">Cookinseln</country>
|
||||
<country id="CM">Kamerun</country>
|
||||
<country id="CO">Kolumbien</country>
|
||||
<country id="CU">Kuba</country>
|
||||
<country id="CV">Kap Verde</country>
|
||||
<country id="CX">Weihnachtsinsel</country>
|
||||
<country id="CY">Zypern</country>
|
||||
<country id="CZ">Tschechien</country>
|
||||
<country id="DE">Deutschland</country>
|
||||
<country id="DJ">Dschibuti</country>
|
||||
<country id="DK">Dänemark</country>
|
||||
<country id="DO">Dominikanische Republik</country>
|
||||
<country id="DZ">Algerien</country>
|
||||
<country id="EE">Estland</country>
|
||||
<country id="EG">Ägypten</country>
|
||||
<country id="ES">Spanien</country>
|
||||
<country id="ET">Äthiopien</country>
|
||||
<country id="FI">Finnland</country>
|
||||
<country id="FJ">Fidschi</country>
|
||||
<country id="FK">Falklandinseln</country>
|
||||
<country id="FM">Mikronesien</country>
|
||||
<country id="FO">Färöer</country>
|
||||
<country id="FR">Frankreich</country>
|
||||
<country id="GA">Gabun</country>
|
||||
<country id="GB">Vereinigtes Königreich</country>
|
||||
<country id="GE">Georgien</country>
|
||||
<country id="GF">Französisch-Guayana</country>
|
||||
<country id="GL">Grönland</country>
|
||||
<country id="GQ">Äquatorialguinea</country>
|
||||
<country id="GR">Griechenland</country>
|
||||
<country id="GS">Südgeorgien und die Südlichen Sandwichinseln</country>
|
||||
<country id="HM">Heard und McDonaldinseln</country>
|
||||
<country id="HR">Kroatien</country>
|
||||
<country id="HU">Ungarn</country>
|
||||
<country id="ID">Indonesien</country>
|
||||
<country id="IE">Irland</country>
|
||||
<country id="IN">Indien</country>
|
||||
<country id="IO">Britisches Territorium im Indischen Ozean</country>
|
||||
<country id="IQ">Irak</country>
|
||||
<country id="IS">Island</country>
|
||||
<country id="IT">Italien</country>
|
||||
<country id="JM">Jamaika</country>
|
||||
<country id="JO">Jordanien</country>
|
||||
<country id="KE">Kenia</country>
|
||||
<country id="KG">Kirgisistan</country>
|
||||
<country id="KH">Kambodscha</country>
|
||||
<country id="KM">Komoren</country>
|
||||
<country id="KN">St. Kitts und Nevis</country>
|
||||
<country id="KP">Demokratische Volksrepublik Korea</country>
|
||||
<country id="KR">Republik Korea</country>
|
||||
<country id="KY">Kaimaninseln</country>
|
||||
<country id="KZ">Kasachstan</country>
|
||||
<country id="LB">Libanon</country>
|
||||
<country id="LC">St. Lucia</country>
|
||||
<country id="LT">Litauen</country>
|
||||
<country id="LU">Luxemburg</country>
|
||||
<country id="LV">Lettland</country>
|
||||
<country id="LY">Libyen</country>
|
||||
<country id="MA">Marokko</country>
|
||||
<country id="MD">Moldawien</country>
|
||||
<country id="MG">Madagaskar</country>
|
||||
<country id="MH">Marshallinseln</country>
|
||||
<country id="MK">Mazedonien</country>
|
||||
<country id="MN">Mongolei</country>
|
||||
<country id="MO">Macau S.A.R.,China</country>
|
||||
<country id="MP">Nördliche Marianen</country>
|
||||
<country id="MR">Mauretanien</country>
|
||||
<country id="MV">Malediven</country>
|
||||
<country id="MX">Mexiko</country>
|
||||
<country id="MZ">Mosambik</country>
|
||||
<country id="NC">Neukaledonien</country>
|
||||
<country id="NF">Norfolkinsel</country>
|
||||
<country id="NL">Niederlande</country>
|
||||
<country id="NO">Norwegen</country>
|
||||
<country id="NZ">Neuseeland</country>
|
||||
<country id="PF">Französisch-Polynesien</country>
|
||||
<country id="PG">Papua-Neuguinea</country>
|
||||
<country id="PH">Philippinen</country>
|
||||
<country id="PL">Polen</country>
|
||||
<country id="PM">St. Pierre und Miquelon</country>
|
||||
<country id="QA">Katar</country>
|
||||
<country id="RO">Rumänien</country>
|
||||
<country id="RU">Russland</country>
|
||||
<country id="RW">Ruanda</country>
|
||||
<country id="SA">Saudi-Arabien</country>
|
||||
<country id="SB">Salomonen</country>
|
||||
<country id="SC">Seychellen</country>
|
||||
<country id="SE">Schweden</country>
|
||||
<country id="SG">Singapur</country>
|
||||
<country id="SH">St. Helena</country>
|
||||
<country id="SI">Slowenien</country>
|
||||
<country id="SJ">Svalbard und Jan Mayen</country>
|
||||
<country id="SK">Slowakei</country>
|
||||
<country id="SP">Serbien</country>
|
||||
<country id="ST">São Tomé und Príncipe</country>
|
||||
<country id="SY">Syrien</country>
|
||||
<country id="SZ">Swasiland</country>
|
||||
<country id="TC">Turks- und Caicosinseln</country>
|
||||
<country id="TD">Tschad</country>
|
||||
<country id="TF">Französische Süd- und Antarktisgebiete</country>
|
||||
<country id="TJ">Tadschikistan</country>
|
||||
<country id="TN">Tunesien</country>
|
||||
<country id="TR">Türkei</country>
|
||||
<country id="TT">Trinidad und Tobago</country>
|
||||
<country id="TZ">Tansania</country>
|
||||
<country id="UM">Amerikanisch-Ozeanien</country>
|
||||
<country id="US">Vereinigte Staaten</country>
|
||||
<country id="UZ">Usbekistan</country>
|
||||
<country id="VA">Vatikanstadt</country>
|
||||
<country id="VC">St. Vincent und die Grenadinen</country>
|
||||
<country id="VG">Britische Jungferninseln</country>
|
||||
<country id="VI">Amerikanische Jungferninseln</country>
|
||||
<country id="WF">Wallis und Futuna</country>
|
||||
<country id="YE">Jemen</country>
|
||||
<country id="YU">Jugoslawien</country>
|
||||
<country id="ZA">Südafrika</country>
|
||||
<country id="ZM">Sambia</country>
|
||||
<country id="ZW">Simbabwe</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Europe/Berlin" default="true">
|
||||
<long>
|
||||
<generic>Mitteleuropäische Zeit</generic>
|
||||
<standard>Mitteleuropäische Sommerzeit</standard>
|
||||
<daylight>Berlin</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Berlin</generic>
|
||||
<standard>MEZ</standard>
|
||||
<daylight>MESZ</daylight>
|
||||
</short>
|
||||
<city>Berlin</city>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Januar</month>
|
||||
<month id="2">Februar</month>
|
||||
<month id="3">März</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">Mai</month>
|
||||
<month id="6">Juni</month>
|
||||
<month id="7">Juli</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">Oktober</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">Dezember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mrz</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">Mai</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Okt</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sonntag </day>
|
||||
<day id="2">Montag </day>
|
||||
<day id="3">Dienstag </day>
|
||||
<day id="4">Mittwoch </day>
|
||||
<day id="5">Donnerstag </day>
|
||||
<day id="6">Freitag </day>
|
||||
<day id="7">Samstag </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">So </day>
|
||||
<day id="2">Mo </day>
|
||||
<day id="3">Di </day>
|
||||
<day id="4">Mi </day>
|
||||
<day id="5">Do </day>
|
||||
<day id="6">Fr </day>
|
||||
<day id="7">Sa </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">v. Chr.</era>
|
||||
<era id="1">n. Chr.</era>
|
||||
</eras>
|
||||
<am>vorm.</am><pm>nachm.</pm>
|
||||
<patterns>
|
||||
<chars>GjMtkHmsSEDFwWahKzJe</chars>
|
||||
<time>
|
||||
<full>H:mm' Uhr 'z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d. MMMM yyyy</full>
|
||||
<long>d. MMMM yyyy</long>
|
||||
<medium>dd.MM.yyyy</medium>
|
||||
<short>dd.MM.yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="ab">Abchasisch</language>
|
||||
<language type="am">Amharisch</language>
|
||||
<language type="ar">Arabisch</language>
|
||||
<language type="az">Aserbaidschanisch</language>
|
||||
<language type="be">Weißrussisch</language>
|
||||
<language type="bg">Bulgarisch</language>
|
||||
<language type="bn">Bengalisch</language>
|
||||
<language type="bo">Tibetisch</language>
|
||||
<language type="br">Bretonisch</language>
|
||||
<language type="ca">Katalanisch</language>
|
||||
<language type="co">Korsisch</language>
|
||||
<language type="cs">Tschechisch</language>
|
||||
<language type="cy">Walisisch</language>
|
||||
<language type="da">Dänisch</language>
|
||||
<language type="de">Deutsch</language>
|
||||
<language type="dz">Bhutanisch</language>
|
||||
<language type="el">Griechisch</language>
|
||||
<language type="en">Englisch</language>
|
||||
<language type="es">Spanisch</language>
|
||||
<language type="et">Estnisch</language>
|
||||
<language type="eu">Baskisch</language>
|
||||
<language type="fa">Persisch</language>
|
||||
<language type="fi">Finnisch</language>
|
||||
<language type="fj">Fidschianisch</language>
|
||||
<language type="fo">Färöisch</language>
|
||||
<language type="fr">Französisch</language>
|
||||
<language type="fy">Frisisch</language>
|
||||
<language type="ga">Irisch</language>
|
||||
<language type="gd">Schottisch-Gälisch</language>
|
||||
<language type="gl">Galizisch</language>
|
||||
<language type="he">Hebräisch</language>
|
||||
<language type="hr">Kroatisch</language>
|
||||
<language type="hu">Ungarisch</language>
|
||||
<language type="hy">Armenisch</language>
|
||||
<language type="id">Indonesisch</language>
|
||||
<language type="is">Isländisch</language>
|
||||
<language type="it">Italienisch</language>
|
||||
<language type="ja">Japanisch</language>
|
||||
<language type="jw">Javanesisch</language>
|
||||
<language type="ka">Georgisch</language>
|
||||
<language type="kk">Kasachisch</language>
|
||||
<language type="kl">Grönländisch</language>
|
||||
<language type="km">Kkambodschanisch</language>
|
||||
<language type="ko">Koreanisch</language>
|
||||
<language type="ks">Kaschmirisch</language>
|
||||
<language type="ku">Kurdisch</language>
|
||||
<language type="ky">Kirgisisch</language>
|
||||
<language type="la">Latein</language>
|
||||
<language type="lt">Litauisch</language>
|
||||
<language type="lv">Lettisch</language>
|
||||
<language type="mk">Mazedonisch</language>
|
||||
<language type="mn">Mongolisch</language>
|
||||
<language type="mo">Moldawisch</language>
|
||||
<language type="mt">Maltesisch</language>
|
||||
<language type="my">Burmesisch</language>
|
||||
<language type="na">Nauruisch</language>
|
||||
<language type="nb">Norwegisch Bokmål</language>
|
||||
<language type="ne">Nepalesisch</language>
|
||||
<language type="nl">Holländisch</language>
|
||||
<language type="nn">Norwegisch Nynorsk</language>
|
||||
<language type="no">Norwegisch</language>
|
||||
<language type="pl">Polnisch</language>
|
||||
<language type="pt">Portugiesisch</language>
|
||||
<language type="rm">Rätoromanisch</language>
|
||||
<language type="ro">Rumänisch</language>
|
||||
<language type="ru">Russisch</language>
|
||||
<language type="sh">Serbo-Kroatisch</language>
|
||||
<language type="sk">Slowakisch</language>
|
||||
<language type="sl">Slowenisch</language>
|
||||
<language type="sm">Samoanisch</language>
|
||||
<language type="so">Somalisch</language>
|
||||
<language type="sq">Albanisch</language>
|
||||
<language type="sr">Serbisch</language>
|
||||
<language type="sv">Schwedisch</language>
|
||||
<language type="tg">Tadschikisch</language>
|
||||
<language type="tk">Türkmenisch</language>
|
||||
<language type="tr">Türkisch</language>
|
||||
<language type="uk">Ukrainisch</language>
|
||||
<language type="uz">Usbekisch</language>
|
||||
<language type="vi">Vietnamesisch</language>
|
||||
<language type="vo">Volapük</language>
|
||||
<language type="yi">Jiddisch</language>
|
||||
<language type="zh">Chinesisch</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AE">Vereinigte Arabische Emirate</territory>
|
||||
<territory type="AG">Antigua und Barbuda</territory>
|
||||
<territory type="AL">Albanien</territory>
|
||||
<territory type="AM">Armenien</territory>
|
||||
<territory type="AN">Niederländische Antillen</territory>
|
||||
<territory type="AQ">Antarktis</territory>
|
||||
<territory type="AR">Argentinien</territory>
|
||||
<territory type="AS">Amerikanisch-Samoa</territory>
|
||||
<territory type="AT">Österreich</territory>
|
||||
<territory type="AU">Australien</territory>
|
||||
<territory type="AZ">Aserbaidschan</territory>
|
||||
<territory type="BA">Bosnien und Herzegowina</territory>
|
||||
<territory type="BD">Bangladesch</territory>
|
||||
<territory type="BE">Belgien</territory>
|
||||
<territory type="BG">Bulgarien</territory>
|
||||
<territory type="BN">Brunei Darussalam</territory>
|
||||
<territory type="BO">Bolivien</territory>
|
||||
<territory type="BR">Brasilien</territory>
|
||||
<territory type="BV">Bouvetinsel</territory>
|
||||
<territory type="BW">Botsuana</territory>
|
||||
<territory type="CA">Kanada</territory>
|
||||
<territory type="CC">Kokosinseln</territory>
|
||||
<territory type="CD">Demokratische Republik Kongo</territory>
|
||||
<territory type="CF">Zentralafrikanische Republik</territory>
|
||||
<territory type="CG">Kongo</territory>
|
||||
<territory type="CH">Schweiz</territory>
|
||||
<territory type="CI">Côte dIvoire</territory>
|
||||
<territory type="CK">Cookinseln</territory>
|
||||
<territory type="CM">Kamerun</territory>
|
||||
<territory type="CO">Kolumbien</territory>
|
||||
<territory type="CU">Kuba</territory>
|
||||
<territory type="CV">Kap Verde</territory>
|
||||
<territory type="CX">Weihnachtsinsel</territory>
|
||||
<territory type="CY">Zypern</territory>
|
||||
<territory type="CZ">Tschechien</territory>
|
||||
<territory type="DE">Deutschland</territory>
|
||||
<territory type="DJ">Dschibuti</territory>
|
||||
<territory type="DK">Dänemark</territory>
|
||||
<territory type="DO">Dominikanische Republik</territory>
|
||||
<territory type="DZ">Algerien</territory>
|
||||
<territory type="EE">Estland</territory>
|
||||
<territory type="EG">Ägypten</territory>
|
||||
<territory type="ES">Spanien</territory>
|
||||
<territory type="ET">Äthiopien</territory>
|
||||
<territory type="FI">Finnland</territory>
|
||||
<territory type="FJ">Fidschi</territory>
|
||||
<territory type="FK">Falklandinseln</territory>
|
||||
<territory type="FM">Mikronesien</territory>
|
||||
<territory type="FO">Färöer</territory>
|
||||
<territory type="FR">Frankreich</territory>
|
||||
<territory type="GA">Gabun</territory>
|
||||
<territory type="GB">Vereinigtes Königreich</territory>
|
||||
<territory type="GE">Georgien</territory>
|
||||
<territory type="GF">Französisch-Guayana</territory>
|
||||
<territory type="GL">Grönland</territory>
|
||||
<territory type="GQ">Äquatorialguinea</territory>
|
||||
<territory type="GR">Griechenland</territory>
|
||||
<territory type="GS">Südgeorgien und die Südlichen Sandwichinseln</territory>
|
||||
<territory type="HM">Heard und McDonaldinseln</territory>
|
||||
<territory type="HR">Kroatien</territory>
|
||||
<territory type="HU">Ungarn</territory>
|
||||
<territory type="ID">Indonesien</territory>
|
||||
<territory type="IE">Irland</territory>
|
||||
<territory type="IN">Indien</territory>
|
||||
<territory type="IO">Britisches Territorium im Indischen Ozean</territory>
|
||||
<territory type="IQ">Irak</territory>
|
||||
<territory type="IS">Island</territory>
|
||||
<territory type="IT">Italien</territory>
|
||||
<territory type="JM">Jamaika</territory>
|
||||
<territory type="JO">Jordanien</territory>
|
||||
<territory type="KE">Kenia</territory>
|
||||
<territory type="KG">Kirgisistan</territory>
|
||||
<territory type="KH">Kambodscha</territory>
|
||||
<territory type="KM">Komoren</territory>
|
||||
<territory type="KN">St. Kitts und Nevis</territory>
|
||||
<territory type="KP">Demokratische Volksrepublik Korea</territory>
|
||||
<territory type="KR">Republik Korea</territory>
|
||||
<territory type="KY">Kaimaninseln</territory>
|
||||
<territory type="KZ">Kasachstan</territory>
|
||||
<territory type="LB">Libanon</territory>
|
||||
<territory type="LC">St. Lucia</territory>
|
||||
<territory type="LT">Litauen</territory>
|
||||
<territory type="LU">Luxemburg</territory>
|
||||
<territory type="LV">Lettland</territory>
|
||||
<territory type="LY">Libyen</territory>
|
||||
<territory type="MA">Marokko</territory>
|
||||
<territory type="MD">Moldawien</territory>
|
||||
<territory type="MG">Madagaskar</territory>
|
||||
<territory type="MH">Marshallinseln</territory>
|
||||
<territory type="MK">Mazedonien</territory>
|
||||
<territory type="MN">Mongolei</territory>
|
||||
<territory type="MO">Macau S.A.R.,China</territory>
|
||||
<territory type="MP">Nördliche Marianen</territory>
|
||||
<territory type="MR">Mauretanien</territory>
|
||||
<territory type="MV">Malediven</territory>
|
||||
<territory type="MX">Mexiko</territory>
|
||||
<territory type="MZ">Mosambik</territory>
|
||||
<territory type="NC">Neukaledonien</territory>
|
||||
<territory type="NF">Norfolkinsel</territory>
|
||||
<territory type="NL">Niederlande</territory>
|
||||
<territory type="NO">Norwegen</territory>
|
||||
<territory type="NZ">Neuseeland</territory>
|
||||
<territory type="PF">Französisch-Polynesien</territory>
|
||||
<territory type="PG">Papua-Neuguinea</territory>
|
||||
<territory type="PH">Philippinen</territory>
|
||||
<territory type="PL">Polen</territory>
|
||||
<territory type="PM">St. Pierre und Miquelon</territory>
|
||||
<territory type="QA">Katar</territory>
|
||||
<territory type="RO">Rumänien</territory>
|
||||
<territory type="RU">Russland</territory>
|
||||
<territory type="RW">Ruanda</territory>
|
||||
<territory type="SA">Saudi-Arabien</territory>
|
||||
<territory type="SB">Salomonen</territory>
|
||||
<territory type="SC">Seychellen</territory>
|
||||
<territory type="SE">Schweden</territory>
|
||||
<territory type="SG">Singapur</territory>
|
||||
<territory type="SH">St. Helena</territory>
|
||||
<territory type="SI">Slowenien</territory>
|
||||
<territory type="SJ">Svalbard und Jan Mayen</territory>
|
||||
<territory type="SK">Slowakei</territory>
|
||||
<territory type="SP">Serbien</territory>
|
||||
<territory type="ST">São Tomé und Príncipe</territory>
|
||||
<territory type="SY">Syrien</territory>
|
||||
<territory type="SZ">Swasiland</territory>
|
||||
<territory type="TC">Turks- und Caicosinseln</territory>
|
||||
<territory type="TD">Tschad</territory>
|
||||
<territory type="TF">Französische Süd- und Antarktisgebiete</territory>
|
||||
<territory type="TJ">Tadschikistan</territory>
|
||||
<territory type="TN">Tunesien</territory>
|
||||
<territory type="TR">Türkei</territory>
|
||||
<territory type="TT">Trinidad und Tobago</territory>
|
||||
<territory type="TZ">Tansania</territory>
|
||||
<territory type="UM">Amerikanisch-Ozeanien</territory>
|
||||
<territory type="US">Vereinigte Staaten</territory>
|
||||
<territory type="UZ">Usbekistan</territory>
|
||||
<territory type="VA">Vatikanstadt</territory>
|
||||
<territory type="VC">St. Vincent und die Grenadinen</territory>
|
||||
<territory type="VG">Britische Jungferninseln</territory>
|
||||
<territory type="VI">Amerikanische Jungferninseln</territory>
|
||||
<territory type="WF">Wallis und Futuna</territory>
|
||||
<territory type="YE">Jemen</territory>
|
||||
<territory type="YU">Jugoslawien</territory>
|
||||
<territory type="ZA">Südafrika</territory>
|
||||
<territory type="ZM">Sambia</territory>
|
||||
<territory type="ZW">Simbabwe</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
<types>
|
||||
<type type="PHONEBOOK" key="collation">Telefonbuch-Sortierregeln</type>
|
||||
</types>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z ä ö ü ß]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GjMtkHmsSEDFwWahKzJe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Januar</month>
|
||||
<month type="2">Februar</month>
|
||||
<month type="3">März</month>
|
||||
<month type="4">April</month>
|
||||
<month type="5">Mai</month>
|
||||
<month type="6">Juni</month>
|
||||
<month type="7">Juli</month>
|
||||
<month type="8">August</month>
|
||||
<month type="9">September</month>
|
||||
<month type="10">Oktober</month>
|
||||
<month type="11">November</month>
|
||||
<month type="12">Dezember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Jan</month>
|
||||
<month type="2">Feb</month>
|
||||
<month type="3">Mrz</month>
|
||||
<month type="4">Apr</month>
|
||||
<month type="5">Mai</month>
|
||||
<month type="6">Jun</month>
|
||||
<month type="7">Jul</month>
|
||||
<month type="8">Aug</month>
|
||||
<month type="9">Sep</month>
|
||||
<month type="10">Okt</month>
|
||||
<month type="11">Nov</month>
|
||||
<month type="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">Sonntag</day>
|
||||
<day type="mon">Montag</day>
|
||||
<day type="tue">Dienstag</day>
|
||||
<day type="wed">Mittwoch</day>
|
||||
<day type="thu">Donnerstag</day>
|
||||
<day type="fri">Freitag</day>
|
||||
<day type="sat">Samstag</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">So</day>
|
||||
<day type="mon">Mo</day>
|
||||
<day type="tue">Di</day>
|
||||
<day type="wed">Mi</day>
|
||||
<day type="thu">Do</day>
|
||||
<day type="fri">Fr</day>
|
||||
<day type="sat">Sa</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">v. Chr.</era>
|
||||
<era type="2">n. Chr.</era>
|
||||
</eras>
|
||||
<am>vorm.</am>
|
||||
<pm>nachm.</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>H:mm' Uhr 'z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="Berlin">
|
||||
<long>
|
||||
<generic>Mitteleuropäische Zeit</generic>
|
||||
<standard>Mitteleuropäische Zeit</standard>
|
||||
<daylight>Mitteleuropäische Sommerzeit</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Berlin</generic>
|
||||
<standard>MEZ</standard>
|
||||
<daylight>MESZ</daylight>
|
||||
</short>
|
||||
<exemplarCity>Berlin</exemplarCity>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<special owner="http://oss.software.ibm.com/icu/" >
|
||||
<ruleBasedNumberFormats>
|
||||
<ruleBasedNumberFormat type="spellout">%alt-ones:<cp hex="000A" /> -x: minus >>;<cp hex="000A" /> x.x: << komma >>;<cp hex="000A" /> null; eins; =%%main=;<cp hex="000A" />%%main:<cp hex="000A" /> null; ein; zwei; drei; vier; fünf; sechs; sieben; acht; neun;<cp hex="000A" /> zehn; elf; zwölf; >>zehn;<cp hex="000A" /> 20: [>>und]zwanzig;<cp hex="000A" /> 30: [>>und]dreißig;<cp hex="000A" /> 40: [>>und]vierzig;<cp hex="000A" /> 50: [>>und]fünfzig;<cp hex="000A" /> 60: [>>und]sechzig;<cp hex="000A" /> 70: [>>und]siebzig;<cp hex="000A" /> 80: [>>und]achtzig;<cp hex="000A" /> 90: [>>und]neunzig;<cp hex="000A" /> 100: hundert[>%alt-ones>];<cp hex="000A" /> 200: <<hundert[>%alt-ones>];<cp hex="000A" /> 1000: tausend[>%alt-ones>];<cp hex="000A" /> 2000: <<tausend[>%alt-ones>];<cp hex="000A" /> 1,000,000: eine Million[ >%alt-ones>];<cp hex="000A" /> 2,000,000: << Millionen[ >%alt-ones>];<cp hex="000A" /> 1,000,000,000: eine Milliarde[ >%alt-ones>];<cp hex="000A" /> 2,000,000,000: << Milliarden[ >%alt-ones>];<cp hex="000A" /> 1,000,000,000,000: eine Billion[ >%alt-ones>];<cp hex="000A" /> 2,000,000,000,000: << Billionen[ >%alt-ones>];<cp hex="000A" /> 1,000,000,000,000,000: =#,##0=;%%lenient-parse:<cp hex="000A" /> &<cp hex="0000" /> << ' ' << '-'<cp hex="000A" /> & ae , ä & ae , Ä<cp hex="000A" /> & oe , ö & oe , Ö<cp hex="000A" /> & ue , ü & ue , Ü<cp hex="000A" /></ruleBasedNumberFormat>
|
||||
</ruleBasedNumberFormats>
|
||||
</special>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,86 +1,118 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AT" />
|
||||
<correspondsTo vendor="0C07">Windows</correspondsTo>
|
||||
</identity >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Jänner</month>
|
||||
<month id="2">Februar</month>
|
||||
<month id="3">März</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">Mai</month>
|
||||
<month id="6">Juni</month>
|
||||
<month id="7">Juli</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">Oktober</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">Dezember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jän</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mär</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">Mai</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Okt</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH:mm' Uhr 'z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, dd. MMMM yyyy</full>
|
||||
<long>dd. MMMM yyyy</long>
|
||||
<medium>dd.MM.yyyy</medium>
|
||||
<short>dd.MM.yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="AUT">AT</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Jänner</month>
|
||||
<month type="2">Februar</month>
|
||||
<month type="3">März</month>
|
||||
<month type="4">April</month>
|
||||
<month type="5">Mai</month>
|
||||
<month type="6">Juni</month>
|
||||
<month type="7">Juli</month>
|
||||
<month type="8">August</month>
|
||||
<month type="9">September</month>
|
||||
<month type="10">Oktober</month>
|
||||
<month type="11">November</month>
|
||||
<month type="12">Dezember</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Jän</month>
|
||||
<month type="2">Feb</month>
|
||||
<month type="3">Mär</month>
|
||||
<month type="4">Apr</month>
|
||||
<month type="5">Mai</month>
|
||||
<month type="6">Jun</month>
|
||||
<month type="7">Jul</month>
|
||||
<month type="8">Aug</month>
|
||||
<month type="9">Sep</month>
|
||||
<month type="10">Okt</month>
|
||||
<month type="11">Nov</month>
|
||||
<month type="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm' Uhr 'z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,27 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AT" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0C07">Windows</correspondsTo>
|
||||
</identity >
|
||||
<currencies>
|
||||
<currency id="ATS" default="true">
|
||||
<symbol>öS</symbol>
|
||||
<name>ATS</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="AUT">AT</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="ATS"/>
|
||||
<currency type="ATS">
|
||||
<symbol>öS</symbol>
|
||||
<displayName>ATS</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,75 +1,128 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BE" />
|
||||
<correspondsTo vendor="0007">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mär</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">Mai</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Okt</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day id="1">Son </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Die </day>
|
||||
<day id="4">Mit </day>
|
||||
<day id="5">Don </day>
|
||||
<day id="6">Fre </day>
|
||||
<day id="7">Sam </day>
|
||||
</dayAbbr>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH 'h' mm 'min' ss 's' z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>d-MMM-yy</medium>
|
||||
<short>d/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthAbbr>
|
||||
<month type="1">Jan</month>
|
||||
<month type="2">Feb</month>
|
||||
<month type="3">Mär</month>
|
||||
<month type="4">Apr</month>
|
||||
<month type="5">Mai</month>
|
||||
<month type="6">Jun</month>
|
||||
<month type="7">Jul</month>
|
||||
<month type="8">Aug</month>
|
||||
<month type="9">Sep</month>
|
||||
<month type="10">Okt</month>
|
||||
<month type="11">Nov</month>
|
||||
<month type="12">Dez</month>
|
||||
</monthAbbr>
|
||||
<dayAbbr>
|
||||
<day type="sun">Son</day>
|
||||
<day type="mon">Mon</day>
|
||||
<day type="tue">Die</day>
|
||||
<day type="wed">Mit</day>
|
||||
<day type="thu">Don</day>
|
||||
<day type="fri">Fre</day>
|
||||
<day type="sat">Sam</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH 'h' mm 'min' ss 's' z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,78 +1,97 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CH" />
|
||||
<correspondsTo vendor="0807">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<countries >
|
||||
<country id="BD">Bangladesh</country>
|
||||
<country id="BN">Brunei</country>
|
||||
<country id="BW">Botswana</country>
|
||||
<country id="CV">Kapverden</country>
|
||||
<country id="DJ">Djibouti</country>
|
||||
<country id="GB">Grossbritannien</country>
|
||||
<country id="MH">Marshall-Inseln</country>
|
||||
<country id="RW">Rwanda</country>
|
||||
<country id="SB">Salomon-Inseln</country>
|
||||
<country id="ST">Sao Tomé und Principe</country>
|
||||
<country id="ZW">Zimbabwe</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>.</decimal>
|
||||
<group>'</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CHF" default="true">
|
||||
<symbol>SFr.</symbol>
|
||||
<name>CHF</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;¤-#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="CHE">CH</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<territories>
|
||||
<territory type="BD">Bangladesh</territory>
|
||||
<territory type="BN">Brunei</territory>
|
||||
<territory type="BW">Botswana</territory>
|
||||
<territory type="CV">Kapverden</territory>
|
||||
<territory type="DJ">Djibouti</territory>
|
||||
<territory type="GB">Grossbritannien</territory>
|
||||
<territory type="MH">Marshall-Inseln</territory>
|
||||
<territory type="RW">Rwanda</territory>
|
||||
<territory type="SB">Salomon-Inseln</territory>
|
||||
<territory type="ST">Sao Tomé und Principe</territory>
|
||||
<territory type="ZW">Zimbabwe</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>.</decimal>
|
||||
<group>'</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CHF"/>
|
||||
<currency type="CHF">
|
||||
<symbol>SFr.</symbol>
|
||||
<displayName>CHF</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,33 +1,68 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="DE" />
|
||||
<correspondsTo vendor="0407">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="DEU">DE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:08 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="DE" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0407">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="DEM" default="true">
|
||||
<symbol>DM</symbol>
|
||||
<name>DEM</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="DEU">DE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="DEM"/>
|
||||
<currency type="DEM">
|
||||
<symbol>DM</symbol>
|
||||
<displayName>DEM</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,43 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="LI" />
|
||||
<correspondsTo vendor="1407">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<symbols>
|
||||
<decimal>.</decimal>
|
||||
<group>'</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CHF" default="true">
|
||||
<symbol>CHF</symbol>
|
||||
<name>CHF</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤ #,##0.00;-¤ #,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="LIE">LI</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="CHF"/>
|
||||
<currency type="CHF">
|
||||
<symbol>CHF</symbol>
|
||||
<displayName>CHF</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,33 +1,72 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="LU" />
|
||||
<correspondsTo vendor="1007">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="LUX">LU</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,34 +1,69 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="LU" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="1007">Windows</correspondsTo>
|
||||
</identity >
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="LUF" default="true">
|
||||
<symbol>F</symbol>
|
||||
<name>LUF</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="de"></language>
|
||||
<territory type="LUX">LU</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0 ¤</pattern>
|
||||
<pattern>-#,##0 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="LUF"/>
|
||||
<currency type="LUF">
|
||||
<symbol>F</symbol>
|
||||
<displayName>LUF</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="PHONEBOOK" >
|
||||
<rules>
|
||||
<reset>ae</reset>
|
||||
<t>ä</t>
|
||||
<reset>AE</reset>
|
||||
<t>Ä</t>
|
||||
<reset>oe</reset>
|
||||
<t>ö</t>
|
||||
<reset>OE</reset>
|
||||
<t>Ö</t>
|
||||
<reset>ue</reset>
|
||||
<t>ü</t>
|
||||
<reset>UE</reset>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<variant id="PHONEBOOK" />
|
||||
<correspondsTo vendor="10407">Windows</correspondsTo>
|
||||
</identity >
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<after>ae</after>
|
||||
<gt3>ä</gt3>
|
||||
<after>AE</after>
|
||||
<gt3>Ä</gt3>
|
||||
<after>oe</after>
|
||||
<gt3>ö</gt3>
|
||||
<after>OE</after>
|
||||
<gt3>Ö</gt3>
|
||||
<after>ue</after>
|
||||
<gt3>ü</gt3>
|
||||
<after>UE</after>
|
||||
<gt3>Ü</gt3>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
</localeData>
|
|
@ -1,85 +1,104 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0065">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">ޖެނުއަރީ</month>
|
||||
<month id="2">ފެބުރުއަރީ</month>
|
||||
<month id="3">މާޗް</month>
|
||||
<month id="4">އެޕްރިލް</month>
|
||||
<month id="5">މޭއި</month>
|
||||
<month id="6">ޖޫން</month>
|
||||
<month id="7">ޖޫލާއި</month>
|
||||
<month id="8">އޯގަސްޓް</month>
|
||||
<month id="9">ސެޕްޓެމްބަރު</month>
|
||||
<month id="10">އޮކްޓޯބަރު</month>
|
||||
<month id="11">ނޮވެމްބަރު</month>
|
||||
<month id="12">ޑިސެމްބަރު</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">ޖެނުއަރީ</month>
|
||||
<month id="2">ފެބުރުއަރީ</month>
|
||||
<month id="3">މާޗް</month>
|
||||
<month id="4">އެޕްރިލް</month>
|
||||
<month id="5">މޭއި</month>
|
||||
<month id="6">ޖޫން</month>
|
||||
<month id="7">ޖޫލާއި</month>
|
||||
<month id="8">އޯގަސްޓް</month>
|
||||
<month id="9">ސެޕްޓެމްބަރު</month>
|
||||
<month id="10">އޮކްޓޯބަރު</month>
|
||||
<month id="11">ނޮވެމްބަރު</month>
|
||||
<month id="12">ޑިސެމްބަރު</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">އާދީއްތަދުވަސް </day>
|
||||
<day id="2">ހޯމަދުވަސް </day>
|
||||
<day id="3">އަންގާރަދުވަސް </day>
|
||||
<day id="4">ބުދަދުވަސް </day>
|
||||
<day id="5">ބުރާސްފަތިދުވަސް </day>
|
||||
<day id="6">ހުކުރުދުވަސް </day>
|
||||
<day id="7">ހޮނިހިރުދުވަސް </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">އާދީއްތަ </day>
|
||||
<day id="2">ހޯމަ </day>
|
||||
<day id="3">އަންގާރަ </day>
|
||||
<day id="4">ބުދަ </day>
|
||||
<day id="5">ބުރާސްފަތި </day>
|
||||
<day id="6">ހުކުރު </day>
|
||||
<day id="7">ހޮނިހިރު </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>މކ</am><pm>މފ</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##,##0.###;-#,##,##0.###</decimal>
|
||||
<percent>#,##,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<normalization>OFF</normalization>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="div"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="div">ދިވެހިބަސް</language>
|
||||
</languages>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[:Thaa:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">ޖެނުއަރީ</month>
|
||||
<month type="2">ފެބުރުއަރީ</month>
|
||||
<month type="3">މާޗް</month>
|
||||
<month type="4">އެޕްރިލް</month>
|
||||
<month type="5">މޭއި</month>
|
||||
<month type="6">ޖޫން</month>
|
||||
<month type="7">ޖޫލާއި</month>
|
||||
<month type="8">އޯގަސްޓް</month>
|
||||
<month type="9">ސެޕްޓެމްބަރު</month>
|
||||
<month type="10">އޮކްޓޯބަރު</month>
|
||||
<month type="11">ނޮވެމްބަރު</month>
|
||||
<month type="12">ޑިސެމްބަރު</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">ޖެނުއަރީ</month>
|
||||
<month type="2">ފެބުރުއަރީ</month>
|
||||
<month type="3">މާޗް</month>
|
||||
<month type="4">އެޕްރިލް</month>
|
||||
<month type="5">މޭއި</month>
|
||||
<month type="6">ޖޫން</month>
|
||||
<month type="7">ޖޫލާއި</month>
|
||||
<month type="8">އޯގަސްޓް</month>
|
||||
<month type="9">ސެޕްޓެމްބަރު</month>
|
||||
<month type="10">އޮކްޓޯބަރު</month>
|
||||
<month type="11">ނޮވެމްބަރު</month>
|
||||
<month type="12">ޑިސެމްބަރު</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">އާދީއްތަދުވަސް</day>
|
||||
<day type="mon">ހޯމަދުވަސް</day>
|
||||
<day type="tue">އަންގާރަދުވަސް</day>
|
||||
<day type="wed">ބުދަދުވަސް</day>
|
||||
<day type="thu">ބުރާސްފަތިދުވަސް</day>
|
||||
<day type="fri">ހުކުރުދުވަސް</day>
|
||||
<day type="sat">ހޮނިހިރުދުވަސް</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">އާދީއްތަ</day>
|
||||
<day type="mon">ހޯމަ</day>
|
||||
<day type="tue">އަންގާރަ</day>
|
||||
<day type="wed">ބުދަ</day>
|
||||
<day type="thu">ބުރާސްފަތި</day>
|
||||
<day type="fri">ހުކުރު</day>
|
||||
<day type="sat">ހޮނިހިރު</day>
|
||||
</dayAbbr>
|
||||
<am>މކ</am>
|
||||
<pm>މފ</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##,##0.###</pattern>
|
||||
<pattern>-#,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ #,##,##0.00</pattern>
|
||||
<pattern>-¤ #,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,56 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MV" />
|
||||
<correspondsTo vendor="0465">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd-MM-yyyy</medium>
|
||||
<short>d-M-yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##,##0.###;-#,##,##0.###</decimal>
|
||||
<percent>#,##,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="MVR" default="true">
|
||||
<symbol>ރ.</symbol>
|
||||
<name>MVR</name>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="div"></language>
|
||||
<territory type="MDV">MV</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="6"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="MVR"/>
|
||||
<currency type="MVR">
|
||||
<symbol>ރ.</symbol>
|
||||
<displayName>MVR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,190 +1,201 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0008">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="ar" >Αραβικά</language>
|
||||
<language id="bg" >Βουλγαρικά</language>
|
||||
<language id="ca" >Καταλανικά</language>
|
||||
<language id="cs" >Τσέχικα</language>
|
||||
<language id="da" >Δανέζικα</language>
|
||||
<language id="de" >Γερμανικά</language>
|
||||
<language id="el" >ελληνικά</language>
|
||||
<language id="en" >Αγγλικά</language>
|
||||
<language id="es" >Ισπανικά</language>
|
||||
<language id="fi" >Φινλανδικά</language>
|
||||
<language id="fr" >Γαλλικά</language>
|
||||
<language id="he" >Εβραϊκά</language>
|
||||
<language id="hr" >Κροατικά</language>
|
||||
<language id="hu" >Ουγγρικά</language>
|
||||
<language id="it" >Ιταλικά</language>
|
||||
<language id="mk" >Σλαβομακεδονικά</language>
|
||||
<language id="nl" >Ολλανδικά</language>
|
||||
<language id="no" >Νορβηγικά</language>
|
||||
<language id="pl" >Πολωνικά</language>
|
||||
<language id="pt" >Πορτογαλικά</language>
|
||||
<language id="ro" >Ρουμανικά</language>
|
||||
<language id="ru" >Ρωσικά</language>
|
||||
<language id="sk" >Σλοβακικά</language>
|
||||
<language id="sl" >Σλοβενικά</language>
|
||||
<language id="sq" >Αλβανικά</language>
|
||||
<language id="sr" >Σερβικά</language>
|
||||
<language id="sv" >Σουηδικά</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="AL">Αλβανία</country>
|
||||
<country id="AS">Ασία (Αγγλικά)</country>
|
||||
<country id="AT">Αυστρία</country>
|
||||
<country id="AU">Αυστραλία (Αγγλικά)</country>
|
||||
<country id="BA">Βοσνία</country>
|
||||
<country id="BE">Βέλγιο</country>
|
||||
<country id="BG">Βουλγαρία</country>
|
||||
<country id="BR">Βραζιλία</country>
|
||||
<country id="CA">Καναδάς</country>
|
||||
<country id="CH">Ελβετία</country>
|
||||
<country id="CN">Κίνα (Λ.Δ.Κ.)</country>
|
||||
<country id="CZ">Τσεχία</country>
|
||||
<country id="DE">Γερμανία</country>
|
||||
<country id="DK">Δανία</country>
|
||||
<country id="EE">Εσθονία</country>
|
||||
<country id="ES">Ισπανία</country>
|
||||
<country id="FI">Φινλανδία</country>
|
||||
<country id="FR">Γαλλία</country>
|
||||
<country id="GB">Ηνωμένο Βασίλειο</country>
|
||||
<country id="GR">Ελλάδα</country>
|
||||
<country id="HR">Κροατία</country>
|
||||
<country id="HU">Ουγγαρία</country>
|
||||
<country id="IE">Ιρλανδία</country>
|
||||
<country id="IL">Ισραήλ</country>
|
||||
<country id="IS">Ισλανδία</country>
|
||||
<country id="IT">Ιταλία</country>
|
||||
<country id="JP">Ιαπωνία</country>
|
||||
<country id="KR">Κορέα</country>
|
||||
<country id="LA">Λατινική Αμερική</country>
|
||||
<country id="LT">Λιθουανία</country>
|
||||
<country id="LV">Λετονία</country>
|
||||
<country id="MK">ΠΓΔ Μακεδονίας</country>
|
||||
<country id="NL">Ολλανδία</country>
|
||||
<country id="NO">Νορβηγία</country>
|
||||
<country id="NZ">Νέα Ζηλανδία</country>
|
||||
<country id="PL">Πολωνία</country>
|
||||
<country id="PT">Πορτογαλία</country>
|
||||
<country id="RO">Ρουμανία</country>
|
||||
<country id="RU">Ρωσία</country>
|
||||
<country id="SE">Σουηδία</country>
|
||||
<country id="SI">Σλοβενία</country>
|
||||
<country id="SK">Σλοβακία</country>
|
||||
<country id="SP">Σερβία</country>
|
||||
<country id="TH">Ταϊλάνδη</country>
|
||||
<country id="TR">Τουρκία</country>
|
||||
<country id="TW">Ταϊβάν (Δ.Κ.)</country>
|
||||
<country id="US">Ηνωμένες Πολιτείες Αμερικής</country>
|
||||
<country id="ZA">Νότιος Αφρική</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">Ιανουάριος</month>
|
||||
<month id="2">Φεβρουάριος</month>
|
||||
<month id="3">Μάρτιος</month>
|
||||
<month id="4">Απρίλιος</month>
|
||||
<month id="5">Μάϊος</month>
|
||||
<month id="6">Ιούνιος</month>
|
||||
<month id="7">Ιούλιος</month>
|
||||
<month id="8">Αύγουστος</month>
|
||||
<month id="9">Σεπτέμβριος</month>
|
||||
<month id="10">Οκτώβριος</month>
|
||||
<month id="11">Νοέμβριος</month>
|
||||
<month id="12">Δεκέμβριος</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Ιαν</month>
|
||||
<month id="2">Φεβ</month>
|
||||
<month id="3">Μαρ</month>
|
||||
<month id="4">Απρ</month>
|
||||
<month id="5">Μαϊ</month>
|
||||
<month id="6">Ιουν</month>
|
||||
<month id="7">Ιουλ</month>
|
||||
<month id="8">Αυγ</month>
|
||||
<month id="9">Σεπ</month>
|
||||
<month id="10">Οκτ</month>
|
||||
<month id="11">Νοε</month>
|
||||
<month id="12">Δεκ</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Κυριακή </day>
|
||||
<day id="2">Δευτέρα </day>
|
||||
<day id="3">Τρίτη </day>
|
||||
<day id="4">Τετάρτη </day>
|
||||
<day id="5">Πέμπτη </day>
|
||||
<day id="6">Παρασκευή </day>
|
||||
<day id="7">Σάββατο </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Κυρ </day>
|
||||
<day id="2">Δευ </day>
|
||||
<day id="3">Τρι </day>
|
||||
<day id="4">Τετ </day>
|
||||
<day id="5">Πεμ </day>
|
||||
<day id="6">Παρ </day>
|
||||
<day id="7">Σαβ </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>πμ</am><pm>μμ</pm>
|
||||
<patterns>
|
||||
<chars>GanjkHmsSEDFwWxhKzAe</chars>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>d MMM yyyy</medium>
|
||||
<short>d/M/yyyy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<collation version="2.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<normalization>OFF</normalization>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="el"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="ar">Αραβικά</language>
|
||||
<language type="bg">Βουλγαρικά</language>
|
||||
<language type="ca">Καταλανικά</language>
|
||||
<language type="cs">Τσέχικα</language>
|
||||
<language type="da">Δανέζικα</language>
|
||||
<language type="de">Γερμανικά</language>
|
||||
<language type="el">ελληνικά</language>
|
||||
<language type="en">Αγγλικά</language>
|
||||
<language type="es">Ισπανικά</language>
|
||||
<language type="fi">Φινλανδικά</language>
|
||||
<language type="fr">Γαλλικά</language>
|
||||
<language type="he">Εβραϊκά</language>
|
||||
<language type="hr">Κροατικά</language>
|
||||
<language type="hu">Ουγγρικά</language>
|
||||
<language type="it">Ιταλικά</language>
|
||||
<language type="mk">Σλαβομακεδονικά</language>
|
||||
<language type="nl">Ολλανδικά</language>
|
||||
<language type="no">Νορβηγικά</language>
|
||||
<language type="pl">Πολωνικά</language>
|
||||
<language type="pt">Πορτογαλικά</language>
|
||||
<language type="ro">Ρουμανικά</language>
|
||||
<language type="ru">Ρωσικά</language>
|
||||
<language type="sk">Σλοβακικά</language>
|
||||
<language type="sl">Σλοβενικά</language>
|
||||
<language type="sq">Αλβανικά</language>
|
||||
<language type="sr">Σερβικά</language>
|
||||
<language type="sv">Σουηδικά</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AL">Αλβανία</territory>
|
||||
<territory type="AS">Ασία (Αγγλικά)</territory>
|
||||
<territory type="AT">Αυστρία</territory>
|
||||
<territory type="AU">Αυστραλία (Αγγλικά)</territory>
|
||||
<territory type="BA">Βοσνία</territory>
|
||||
<territory type="BE">Βέλγιο</territory>
|
||||
<territory type="BG">Βουλγαρία</territory>
|
||||
<territory type="BR">Βραζιλία</territory>
|
||||
<territory type="CA">Καναδάς</territory>
|
||||
<territory type="CH">Ελβετία</territory>
|
||||
<territory type="CN">Κίνα (Λ.Δ.Κ.)</territory>
|
||||
<territory type="CZ">Τσεχία</territory>
|
||||
<territory type="DE">Γερμανία</territory>
|
||||
<territory type="DK">Δανία</territory>
|
||||
<territory type="EE">Εσθονία</territory>
|
||||
<territory type="ES">Ισπανία</territory>
|
||||
<territory type="FI">Φινλανδία</territory>
|
||||
<territory type="FR">Γαλλία</territory>
|
||||
<territory type="GB">Ηνωμένο Βασίλειο</territory>
|
||||
<territory type="GR">Ελλάδα</territory>
|
||||
<territory type="HR">Κροατία</territory>
|
||||
<territory type="HU">Ουγγαρία</territory>
|
||||
<territory type="IE">Ιρλανδία</territory>
|
||||
<territory type="IL">Ισραήλ</territory>
|
||||
<territory type="IS">Ισλανδία</territory>
|
||||
<territory type="IT">Ιταλία</territory>
|
||||
<territory type="JP">Ιαπωνία</territory>
|
||||
<territory type="KR">Κορέα</territory>
|
||||
<territory type="LA">Λατινική Αμερική</territory>
|
||||
<territory type="LT">Λιθουανία</territory>
|
||||
<territory type="LV">Λετονία</territory>
|
||||
<territory type="MK">ΠΓΔ Μακεδονίας</territory>
|
||||
<territory type="NL">Ολλανδία</territory>
|
||||
<territory type="NO">Νορβηγία</territory>
|
||||
<territory type="NZ">Νέα Ζηλανδία</territory>
|
||||
<territory type="PL">Πολωνία</territory>
|
||||
<territory type="PT">Πορτογαλία</territory>
|
||||
<territory type="RO">Ρουμανία</territory>
|
||||
<territory type="RU">Ρωσία</territory>
|
||||
<territory type="SE">Σουηδία</territory>
|
||||
<territory type="SI">Σλοβενία</territory>
|
||||
<territory type="SK">Σλοβακία</territory>
|
||||
<territory type="SP">Σερβία</territory>
|
||||
<territory type="TH">Ταϊλάνδη</territory>
|
||||
<territory type="TR">Τουρκία</territory>
|
||||
<territory type="TW">Ταϊβάν (Δ.Κ.)</territory>
|
||||
<territory type="US">Ηνωμένες Πολιτείες Αμερικής</territory>
|
||||
<territory type="ZA">Νότιος Αφρική</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[ά-ώ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">Ιανουάριος</month>
|
||||
<month type="2">Φεβρουάριος</month>
|
||||
<month type="3">Μάρτιος</month>
|
||||
<month type="4">Απρίλιος</month>
|
||||
<month type="5">Μάϊος</month>
|
||||
<month type="6">Ιούνιος</month>
|
||||
<month type="7">Ιούλιος</month>
|
||||
<month type="8">Αύγουστος</month>
|
||||
<month type="9">Σεπτέμβριος</month>
|
||||
<month type="10">Οκτώβριος</month>
|
||||
<month type="11">Νοέμβριος</month>
|
||||
<month type="12">Δεκέμβριος</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">Ιαν</month>
|
||||
<month type="2">Φεβ</month>
|
||||
<month type="3">Μαρ</month>
|
||||
<month type="4">Απρ</month>
|
||||
<month type="5">Μαϊ</month>
|
||||
<month type="6">Ιουν</month>
|
||||
<month type="7">Ιουλ</month>
|
||||
<month type="8">Αυγ</month>
|
||||
<month type="9">Σεπ</month>
|
||||
<month type="10">Οκτ</month>
|
||||
<month type="11">Νοε</month>
|
||||
<month type="12">Δεκ</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">Κυριακή</day>
|
||||
<day type="mon">Δευτέρα</day>
|
||||
<day type="tue">Τρίτη</day>
|
||||
<day type="wed">Τετάρτη</day>
|
||||
<day type="thu">Πέμπτη</day>
|
||||
<day type="fri">Παρασκευή</day>
|
||||
<day type="sat">Σάββατο</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">Κυρ</day>
|
||||
<day type="mon">Δευ</day>
|
||||
<day type="tue">Τρι</day>
|
||||
<day type="wed">Τετ</day>
|
||||
<day type="thu">Πεμ</day>
|
||||
<day type="fri">Παρ</day>
|
||||
<day type="sat">Σαβ</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<am>πμ</am>
|
||||
<pm>μμ</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="2.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,41 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GR" />
|
||||
<correspondsTo vendor="0408">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="el"></language>
|
||||
<territory type="GRC">GR</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00¤</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,42 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:09 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GR" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0408">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="GRD" default="true">
|
||||
<symbol>Δρχ</symbol>
|
||||
<name>GRD</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="el"></language>
|
||||
<territory type="GRC">GR</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="GRD"/>
|
||||
<currency type="GRD">
|
||||
<symbol>Δρχ</symbol>
|
||||
<displayName>GRD</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,460 +1,430 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<timeZoneNames>
|
||||
<zone id="PST" default="true">
|
||||
<long>
|
||||
<generic>Pacific Standard Time</generic>
|
||||
<standard>Pacific Daylight Time</standard>
|
||||
<daylight>Los Angeles</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>PST</generic>
|
||||
<standard>PST</standard>
|
||||
<daylight>PDT</daylight>
|
||||
</short>
|
||||
<city>Los Angeles</city>
|
||||
</zone>
|
||||
<zone id="America/Los_Angeles" >
|
||||
<long>
|
||||
<generic>Pacific Standard Time</generic>
|
||||
<standard>Pacific Daylight Time</standard>
|
||||
<daylight>Los Angeles</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Los_Angeles</generic>
|
||||
<standard>PST</standard>
|
||||
<daylight>PDT</daylight>
|
||||
</short>
|
||||
<city>Los Angeles</city>
|
||||
</zone>
|
||||
<zone id="MST" >
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Daylight Time</standard>
|
||||
<daylight>Denver</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>MST</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MDT</daylight>
|
||||
</short>
|
||||
<city>Denver</city>
|
||||
</zone>
|
||||
<zone id="America/Denver" >
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Daylight Time</standard>
|
||||
<daylight>Denver</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Denver</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MDT</daylight>
|
||||
</short>
|
||||
<city>Denver</city>
|
||||
</zone>
|
||||
<zone id="PNT" >
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Phoenix</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>PNT</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MST</daylight>
|
||||
</short>
|
||||
<city>Phoenix</city>
|
||||
</zone>
|
||||
<zone id="America/Phoenix" >
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Phoenix</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Phoenix</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MST</daylight>
|
||||
</short>
|
||||
<city>Phoenix</city>
|
||||
</zone>
|
||||
<zone id="CST" >
|
||||
<long>
|
||||
<generic>Central Standard Time</generic>
|
||||
<standard>Central Daylight Time</standard>
|
||||
<daylight>Chicago</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CST</generic>
|
||||
<standard>CST</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>Chicago</city>
|
||||
</zone>
|
||||
<zone id="America/Chicago" >
|
||||
<long>
|
||||
<generic>Central Standard Time</generic>
|
||||
<standard>Central Daylight Time</standard>
|
||||
<daylight>Chicago</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Chicago</generic>
|
||||
<standard>CST</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>Chicago</city>
|
||||
</zone>
|
||||
<zone id="EST" >
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Daylight Time</standard>
|
||||
<daylight>New York</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>EST</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EDT</daylight>
|
||||
</short>
|
||||
<city>New York</city>
|
||||
</zone>
|
||||
<zone id="America/New_York" >
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Daylight Time</standard>
|
||||
<daylight>New York</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/New_York</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EDT</daylight>
|
||||
</short>
|
||||
<city>New York</city>
|
||||
</zone>
|
||||
<zone id="IET" >
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Indianapolis</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>IET</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EST</daylight>
|
||||
</short>
|
||||
<city>Indianapolis</city>
|
||||
</zone>
|
||||
<zone id="America/Indianapolis" >
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Indianapolis</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Indianapolis</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EST</daylight>
|
||||
</short>
|
||||
<city>Indianapolis</city>
|
||||
</zone>
|
||||
<zone id="HST" >
|
||||
<long>
|
||||
<generic>Hawaii Standard Time</generic>
|
||||
<standard>Hawaii Standard Time</standard>
|
||||
<daylight>Honolulu</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>HST</generic>
|
||||
<standard>HST</standard>
|
||||
<daylight>HST</daylight>
|
||||
</short>
|
||||
<city>Honolulu</city>
|
||||
</zone>
|
||||
<zone id="Pacific/Honolulu" >
|
||||
<long>
|
||||
<generic>Hawaii Standard Time</generic>
|
||||
<standard>Hawaii Standard Time</standard>
|
||||
<daylight>Honolulu</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Pacific/Honolulu</generic>
|
||||
<standard>HST</standard>
|
||||
<daylight>HST</daylight>
|
||||
</short>
|
||||
<city>Honolulu</city>
|
||||
</zone>
|
||||
<zone id="AST" >
|
||||
<long>
|
||||
<generic>Alaska Standard Time</generic>
|
||||
<standard>Alaska Daylight Time</standard>
|
||||
<daylight>Anchorage</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>AST</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<city>Anchorage</city>
|
||||
</zone>
|
||||
<zone id="America/Anchorage" >
|
||||
<long>
|
||||
<generic>Alaska Standard Time</generic>
|
||||
<standard>Alaska Daylight Time</standard>
|
||||
<daylight>Anchorage</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Anchorage</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<city>Anchorage</city>
|
||||
</zone>
|
||||
<zone id="America/Halifax" >
|
||||
<long>
|
||||
<generic>Atlantic Standard Time</generic>
|
||||
<standard>Atlantic Daylight Time</standard>
|
||||
<daylight>Halifax</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Halifax</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<city>Halifax</city>
|
||||
</zone>
|
||||
<zone id="CNT" >
|
||||
<long>
|
||||
<generic>Newfoundland Standard Time</generic>
|
||||
<standard>Newfoundland Daylight Time</standard>
|
||||
<daylight>St. Johns</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CNT</generic>
|
||||
<standard>CNT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>St. Johns</city>
|
||||
</zone>
|
||||
<zone id="America/St_Johns" >
|
||||
<long>
|
||||
<generic>Newfoundland Standard Time</generic>
|
||||
<standard>Newfoundland Daylight Time</standard>
|
||||
<daylight>St. Johns</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/St_Johns</generic>
|
||||
<standard>CNT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>St. Johns</city>
|
||||
</zone>
|
||||
<zone id="ECT" >
|
||||
<long>
|
||||
<generic>Central European Standard Time</generic>
|
||||
<standard>Central European Daylight Time</standard>
|
||||
<daylight>Paris</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>ECT</generic>
|
||||
<standard>CET</standard>
|
||||
<daylight>CEST</daylight>
|
||||
</short>
|
||||
<city>Paris</city>
|
||||
</zone>
|
||||
<zone id="Europe/Paris" >
|
||||
<long>
|
||||
<generic>Central European Standard Time</generic>
|
||||
<standard>Central European Daylight Time</standard>
|
||||
<daylight>Paris</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Paris</generic>
|
||||
<standard>CET</standard>
|
||||
<daylight>CEST</daylight>
|
||||
</short>
|
||||
<city>Paris</city>
|
||||
</zone>
|
||||
<zone id="GMT" >
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>Greenwich Mean Time</standard>
|
||||
<daylight>London</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
<city>London</city>
|
||||
</zone>
|
||||
<zone id="Africa/Casablanca" >
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>Greenwich Mean Time</standard>
|
||||
<daylight>Casablanca</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
<city>Casablanca</city>
|
||||
</zone>
|
||||
<zone id="Asia/Jerusalem" >
|
||||
<long>
|
||||
<generic>Israel Standard Time</generic>
|
||||
<standard>Israel Daylight Time</standard>
|
||||
<daylight>Jerusalem</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Jerusalem</generic>
|
||||
<standard>IST</standard>
|
||||
<daylight>IDT</daylight>
|
||||
</short>
|
||||
<city>Jerusalem</city>
|
||||
</zone>
|
||||
<zone id="JST" >
|
||||
<long>
|
||||
<generic>Japan Standard Time</generic>
|
||||
<standard>Japan Standard Time</standard>
|
||||
<daylight>Tokyo</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>JST</generic>
|
||||
<standard>JST</standard>
|
||||
<daylight>JST</daylight>
|
||||
</short>
|
||||
<city>Tokyo</city>
|
||||
</zone>
|
||||
<zone id="Asia/Tokyo" >
|
||||
<long>
|
||||
<generic>Japan Standard Time</generic>
|
||||
<standard>Japan Standard Time</standard>
|
||||
<daylight>Tokyo</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Tokyo</generic>
|
||||
<standard>JST</standard>
|
||||
<daylight>JST</daylight>
|
||||
</short>
|
||||
<city>Tokyo</city>
|
||||
</zone>
|
||||
<zone id="Europe/Bucharest" >
|
||||
<long>
|
||||
<generic>Eastern European Standard Time</generic>
|
||||
<standard>Eastern European Daylight Time</standard>
|
||||
<daylight>Bucharest</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Bucharest</generic>
|
||||
<standard>EET</standard>
|
||||
<daylight>EEST</daylight>
|
||||
</short>
|
||||
<city>Bucharest</city>
|
||||
</zone>
|
||||
<zone id="CTT" >
|
||||
<long>
|
||||
<generic>China Standard Time</generic>
|
||||
<standard>China Standard Time</standard>
|
||||
<daylight>Shanghai</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CTT</generic>
|
||||
<standard>CTT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>Shanghai</city>
|
||||
</zone>
|
||||
<zone id="Asia/Shanghai" >
|
||||
<long>
|
||||
<generic>China Standard Time</generic>
|
||||
<standard>China Standard Time</standard>
|
||||
<daylight>Shanghai</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Shanghai</generic>
|
||||
<standard>CTT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<city>Shanghai</city>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<TransliteratorNamePattern>{0,choice,0#|1#{1}|2#{1} to {2}} </TransliteratorNamePattern>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="Los Angeles">
|
||||
<long>
|
||||
<generic>Pacific Standard Time</generic>
|
||||
<standard>Pacific Standard Time</standard>
|
||||
<daylight>Pacific Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>PST</generic>
|
||||
<standard>PST</standard>
|
||||
<daylight>PDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Los Angeles</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Los Angeles">
|
||||
<long>
|
||||
<generic>Pacific Standard Time</generic>
|
||||
<standard>Pacific Standard Time</standard>
|
||||
<daylight>Pacific Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Los_Angeles</generic>
|
||||
<standard>PST</standard>
|
||||
<daylight>PDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Los Angeles</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Denver">
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Mountain Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>MST</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Denver</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Denver">
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Mountain Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Denver</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Denver</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Phoenix">
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Mountain Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>PNT</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Phoenix</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Phoenix">
|
||||
<long>
|
||||
<generic>Mountain Standard Time</generic>
|
||||
<standard>Mountain Standard Time</standard>
|
||||
<daylight>Mountain Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Phoenix</generic>
|
||||
<standard>MST</standard>
|
||||
<daylight>MST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Phoenix</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Chicago">
|
||||
<long>
|
||||
<generic>Central Standard Time</generic>
|
||||
<standard>Central Standard Time</standard>
|
||||
<daylight>Central Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CST</generic>
|
||||
<standard>CST</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Chicago</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Chicago">
|
||||
<long>
|
||||
<generic>Central Standard Time</generic>
|
||||
<standard>Central Standard Time</standard>
|
||||
<daylight>Central Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Chicago</generic>
|
||||
<standard>CST</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Chicago</exemplarCity>
|
||||
</zone>
|
||||
<zone type="New York">
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Eastern Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>EST</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>New York</exemplarCity>
|
||||
</zone>
|
||||
<zone type="New York">
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Eastern Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/New_York</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>New York</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Indianapolis">
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Eastern Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>IET</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Indianapolis</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Indianapolis">
|
||||
<long>
|
||||
<generic>Eastern Standard Time</generic>
|
||||
<standard>Eastern Standard Time</standard>
|
||||
<daylight>Eastern Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Indianapolis</generic>
|
||||
<standard>EST</standard>
|
||||
<daylight>EST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Indianapolis</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Honolulu">
|
||||
<long>
|
||||
<generic>Hawaii Standard Time</generic>
|
||||
<standard>Hawaii Standard Time</standard>
|
||||
<daylight>Hawaii Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>HST</generic>
|
||||
<standard>HST</standard>
|
||||
<daylight>HST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Honolulu</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Honolulu">
|
||||
<long>
|
||||
<generic>Hawaii Standard Time</generic>
|
||||
<standard>Hawaii Standard Time</standard>
|
||||
<daylight>Hawaii Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Pacific/Honolulu</generic>
|
||||
<standard>HST</standard>
|
||||
<daylight>HST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Honolulu</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Anchorage">
|
||||
<long>
|
||||
<generic>Alaska Standard Time</generic>
|
||||
<standard>Alaska Standard Time</standard>
|
||||
<daylight>Alaska Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>AST</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Anchorage</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Anchorage">
|
||||
<long>
|
||||
<generic>Alaska Standard Time</generic>
|
||||
<standard>Alaska Standard Time</standard>
|
||||
<daylight>Alaska Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Anchorage</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Anchorage</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Halifax">
|
||||
<long>
|
||||
<generic>Atlantic Standard Time</generic>
|
||||
<standard>Atlantic Standard Time</standard>
|
||||
<daylight>Atlantic Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/Halifax</generic>
|
||||
<standard>AST</standard>
|
||||
<daylight>ADT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Halifax</exemplarCity>
|
||||
</zone>
|
||||
<zone type="St. Johns">
|
||||
<long>
|
||||
<generic>Newfoundland Standard Time</generic>
|
||||
<standard>Newfoundland Standard Time</standard>
|
||||
<daylight>Newfoundland Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CNT</generic>
|
||||
<standard>CNT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>St. Johns</exemplarCity>
|
||||
</zone>
|
||||
<zone type="St. Johns">
|
||||
<long>
|
||||
<generic>Newfoundland Standard Time</generic>
|
||||
<standard>Newfoundland Standard Time</standard>
|
||||
<daylight>Newfoundland Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>America/St_Johns</generic>
|
||||
<standard>CNT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>St. Johns</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Paris">
|
||||
<long>
|
||||
<generic>Central European Standard Time</generic>
|
||||
<standard>Central European Standard Time</standard>
|
||||
<daylight>Central European Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>ECT</generic>
|
||||
<standard>CET</standard>
|
||||
<daylight>CEST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Paris</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Paris">
|
||||
<long>
|
||||
<generic>Central European Standard Time</generic>
|
||||
<standard>Central European Standard Time</standard>
|
||||
<daylight>Central European Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Paris</generic>
|
||||
<standard>CET</standard>
|
||||
<daylight>CEST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Paris</exemplarCity>
|
||||
</zone>
|
||||
<zone type="London">
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>Greenwich Mean Time</standard>
|
||||
<daylight>Greenwich Mean Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
<exemplarCity>London</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Casablanca">
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>Greenwich Mean Time</standard>
|
||||
<daylight>Greenwich Mean Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Casablanca</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Jerusalem">
|
||||
<long>
|
||||
<generic>Israel Standard Time</generic>
|
||||
<standard>Israel Standard Time</standard>
|
||||
<daylight>Israel Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Jerusalem</generic>
|
||||
<standard>IST</standard>
|
||||
<daylight>IDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Jerusalem</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Tokyo">
|
||||
<long>
|
||||
<generic>Japan Standard Time</generic>
|
||||
<standard>Japan Standard Time</standard>
|
||||
<daylight>Japan Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>JST</generic>
|
||||
<standard>JST</standard>
|
||||
<daylight>JST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Tokyo</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Tokyo">
|
||||
<long>
|
||||
<generic>Japan Standard Time</generic>
|
||||
<standard>Japan Standard Time</standard>
|
||||
<daylight>Japan Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Tokyo</generic>
|
||||
<standard>JST</standard>
|
||||
<daylight>JST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Tokyo</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Bucharest">
|
||||
<long>
|
||||
<generic>Eastern European Standard Time</generic>
|
||||
<standard>Eastern European Standard Time</standard>
|
||||
<daylight>Eastern European Daylight Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/Bucharest</generic>
|
||||
<standard>EET</standard>
|
||||
<daylight>EEST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Bucharest</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Shanghai">
|
||||
<long>
|
||||
<generic>China Standard Time</generic>
|
||||
<standard>China Standard Time</standard>
|
||||
<daylight>China Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>CTT</generic>
|
||||
<standard>CTT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Shanghai</exemplarCity>
|
||||
</zone>
|
||||
<zone type="Shanghai">
|
||||
<long>
|
||||
<generic>China Standard Time</generic>
|
||||
<standard>China Standard Time</standard>
|
||||
<daylight>China Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Asia/Shanghai</generic>
|
||||
<standard>CTT</standard>
|
||||
<daylight>CDT</daylight>
|
||||
</short>
|
||||
<exemplarCity>Shanghai</exemplarCity>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
<special owner="http://oss.software.ibm.com/icu/" >
|
||||
<ruleBasedNumberFormats>
|
||||
<ruleBasedNumberFormat type="spellout">%simplified:<cp hex="000A" /> -x: minus >>;<cp hex="000A" /> x.x: << point >>;<cp hex="000A" /> zero; one; two; three; four; five; six; seven; eight; nine;<cp hex="000A" /> ten; eleven; twelve; thirteen; fourteen; fifteen; sixteen;<cp hex="000A" /> seventeen; eighteen; nineteen;<cp hex="000A" /> 20: twenty[->>];<cp hex="000A" /> 30: thirty[->>];<cp hex="000A" /> 40: forty[->>];<cp hex="000A" /> 50: fifty[->>];<cp hex="000A" /> 60: sixty[->>];<cp hex="000A" /> 70: seventy[->>];<cp hex="000A" /> 80: eighty[->>];<cp hex="000A" /> 90: ninety[->>];<cp hex="000A" /> 100: << hundred[ >>];<cp hex="000A" /> 1000: << thousand[ >>];<cp hex="000A" /> 1,000,000: << million[ >>];<cp hex="000A" /> 1,000,000,000: << billion[ >>];<cp hex="000A" /> 1,000,000,000,000: << trillion[ >>];<cp hex="000A" /> 1,000,000,000,000,000: =#,##0=;<cp hex="000A" />%default:<cp hex="000A" /> -x: minus >>;<cp hex="000A" /> x.x: << point >>;<cp hex="000A" /> =%simplified=;<cp hex="000A" /> 100: << hundred[ >%%and>];<cp hex="000A" /> 1000: << thousand[ >%%and>];<cp hex="000A" /> 100,000>>: << thousand[>%%commas>];<cp hex="000A" /> 1,000,000: << million[>%%commas>];<cp hex="000A" /> 1,000,000,000: << billion[>%%commas>];<cp hex="000A" /> 1,000,000,000,000: << trillion[>%%commas>];<cp hex="000A" /> 1,000,000,000,000,000: =#,##0=;<cp hex="000A" />%%and:<cp hex="000A" /> and =%default=;<cp hex="000A" /> 100: =%default=;<cp hex="000A" />%%commas:<cp hex="000A" /> ' and =%default=;<cp hex="000A" /> 100: , =%default=;<cp hex="000A" /> 1000: , <%default< thousand, >%default>;<cp hex="000A" /> 1,000,000: , =%default=;%%lenient-parse:<cp hex="000A" /> &<cp hex="0000" /> << ' ' << ',' << '-'; <cp hex="000A" /></ruleBasedNumberFormat>
|
||||
<ruleBasedNumberFormat type="ordinal">%main:<cp hex="000A" /> =#,##0==%%abbrev=;<cp hex="000A" />%%abbrev:<cp hex="000A" /> th; st; nd; rd; th;<cp hex="000A" /> 20: >>;<cp hex="000A" /> 100: >>;<cp hex="000A" /></ruleBasedNumberFormat>
|
||||
<ruleBasedNumberFormat type="duration">%with-words:<cp hex="000A" /> 0 seconds; 1 second; =0= seconds;<cp hex="000A" /> 60/60: <%%min<[, >>];<cp hex="000A" /> 3600/60: <%%hr<[, >>>];<cp hex="000A" />%%min:<cp hex="000A" /> 0 minutes; 1 minute; =0= minutes;<cp hex="000A" />%%hr:<cp hex="000A" /> 0 hours; 1 hour; =0= hours;<cp hex="000A" />%in-numerals:<cp hex="000A" /> =0= sec.;<cp hex="000A" /> 60: =%%min-sec=;<cp hex="000A" /> 3600: =%%hr-min-sec=;<cp hex="000A" />%%min-sec:<cp hex="000A" /> 0: :=00=;<cp hex="000A" /> 60/60: <0<>>;<cp hex="000A" />%%hr-min-sec:<cp hex="000A" /> 0: :=00=;<cp hex="000A" /> 60/60: <00<>>;<cp hex="000A" /> 3600/60: <#,##0<:>>>;<cp hex="000A" />%%lenient-parse:<cp hex="000A" /> & ':' = '.' = ' ' = '-';<cp hex="000A" /></ruleBasedNumberFormat>
|
||||
</ruleBasedNumberFormats>
|
||||
</special>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AS" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="ASM">AS</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AU" />
|
||||
<correspondsTo vendor="0C09">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="AUD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>AUD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="AUS">AU</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="AUD"/>
|
||||
<currency type="AUD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>AUD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,122 +1,107 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BE" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH' h 'mm' min 'ss' s 'z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>EEE d MMM yyyy</long>
|
||||
<medium>dd MMM yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
<collation version="1.0.1" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>EEE d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH' h 'mm' min 'ss' s 'z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings backwards="2"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0.1" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BE" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BEF" default="true">
|
||||
<symbol>BF</symbol>
|
||||
<name>BEF</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BEF"/>
|
||||
<currency type="BEF">
|
||||
<symbol>BF</symbol>
|
||||
<displayName>BEF</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BW" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>MMM dd,yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BWP" default="true">
|
||||
<symbol>Pu</symbol>
|
||||
<name>BWP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="BWA">BW</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>MMM dd,yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BWP"/>
|
||||
<currency type="BWP">
|
||||
<symbol>Pu</symbol>
|
||||
<displayName>BWP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,70 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BZ" />
|
||||
<correspondsTo vendor="2809">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BZD" default="true">
|
||||
<symbol>BZ$</symbol>
|
||||
<name>BZD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="BLZ">BZ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="BZD"/>
|
||||
<currency type="BZD">
|
||||
<symbol>BZ$</symbol>
|
||||
<displayName>BZD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CA" />
|
||||
<correspondsTo vendor="1009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, MMMM d, yyyy</full>
|
||||
<long>MMMM d, yyyy</long>
|
||||
<medium>d-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CAD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>CAD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="CAN">CA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CAD"/>
|
||||
<currency type="CAD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>CAD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,117 +1,77 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:10 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GB" />
|
||||
<correspondsTo vendor="0809">Windows</correspondsTo>
|
||||
</identity >
|
||||
<timeZoneNames>
|
||||
<zone id="Europe/London" default="true">
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>British Summer Time</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/London</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>BST</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd-MMM-yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="GBP" default="true">
|
||||
<symbol>£</symbol>
|
||||
<name>GBP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="GBR">GB</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="GBP"/>
|
||||
<currency type="GBP">
|
||||
<symbol>£</symbol>
|
||||
<displayName>GBP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<special owner="http://oss.software.ibm.com/icu/" >
|
||||
<ruleBasedNumberFormats>
|
||||
<ruleBasedNumberFormat type="spellout">%simplified:<cp hex="000A" /> -x: minus >>;<cp hex="000A" /> x.x: << point >>;<cp hex="000A" /> zero; one; two; three; four; five; six; seven; eight; nine;<cp hex="000A" /> ten; eleven; twelve; thirteen; fourteen; fifteen; sixteen;<cp hex="000A" /> seventeen; eighteen; nineteen;<cp hex="000A" /> 20: twenty[->>];<cp hex="000A" /> 30: thirty[->>];<cp hex="000A" /> 40: forty[->>];<cp hex="000A" /> 50: fifty[->>];<cp hex="000A" /> 60: sixty[->>];<cp hex="000A" /> 70: seventy[->>];<cp hex="000A" /> 80: eighty[->>];<cp hex="000A" /> 90: ninety[->>];<cp hex="000A" /> 100: << hundred[ >>];<cp hex="000A" /> 1000: << thousand[ >>];<cp hex="000A" /> 1,000,000: << million[ >>];<cp hex="000A" /> 1,000,000,000,000: << billion[ >>];<cp hex="000A" /> 1,000,000,000,000,000: =#,##0=;<cp hex="000A" />%default:<cp hex="000A" /> -x: minus >>;<cp hex="000A" /> x.x: << point >>;<cp hex="000A" /> =%simplified=;<cp hex="000A" /> 100: << hundred[ >%%and>];<cp hex="000A" /> 1000: << thousand[ >%%and>];<cp hex="000A" /> 100,000>>: << thousand[>%%commas>];<cp hex="000A" /> 1,000,000: << million[>%%commas>];<cp hex="000A" /> 1,000,000,000,000: << billion[>%%commas>];<cp hex="000A" /> 1,000,000,000,000,000: =#,##0=;<cp hex="000A" />%%and:<cp hex="000A" /> and =%default=;<cp hex="000A" /> 100: =%default=;<cp hex="000A" />%%commas:<cp hex="000A" /> ' and =%default=;<cp hex="000A" /> 100: , =%default=;<cp hex="000A" /> 1000: , <%default< thousand, >%default>;<cp hex="000A" /> 1,000,000: , =%default=;%%lenient-parse:<cp hex="000A" /> & ' ' , ',' ;<cp hex="000A" /></ruleBasedNumberFormat>
|
||||
</ruleBasedNumberFormats>
|
||||
</special>
|
||||
</localeData>
|
||||
|
|
|
@ -1,90 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GB" />
|
||||
<variant id="EURO" />
|
||||
<correspondsTo vendor="0809">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="GBR">GB</territory>
|
||||
<variant type="EURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GU" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="GUM">GU</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="HK" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, MMMM d, yyyy</full>
|
||||
<long>MMMM d, yyyy</long>
|
||||
<medium>d-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="HKD" default="true">
|
||||
<symbol>HK$</symbol>
|
||||
<name>HKD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="HKG">HK</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="HKD"/>
|
||||
<currency type="HKD">
|
||||
<symbol>HK$</symbol>
|
||||
<displayName>HKD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,117 +1,89 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IE" />
|
||||
<correspondsTo vendor="1809">Windows</correspondsTo>
|
||||
</identity >
|
||||
<timeZoneNames>
|
||||
<zone id="Europe/London" default="true">
|
||||
<long>
|
||||
<generic>Greenwich Mean Time</generic>
|
||||
<standard>Ireland Summer Time</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Europe/London</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>IST</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH:mm:ss z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="IRL">IE</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,90 +1,34 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IE" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="1809">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="IEP" default="true">
|
||||
<symbol>IR£</symbol>
|
||||
<name>IEP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="IRL">IE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="IEP"/>
|
||||
<currency type="IEP">
|
||||
<symbol>IR£</symbol>
|
||||
<displayName>IEP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="IN" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>##,##,##0.###;-##,##,##0.###</decimal>
|
||||
<percent>##,##,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="INR" default="true">
|
||||
<symbol>₨</symbol>
|
||||
<name>INR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##,##0.00;-¤#,##,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>₨</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="JM" />
|
||||
<correspondsTo vendor="2009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="JMD" default="true">
|
||||
<symbol>J$</symbol>
|
||||
<name>JMD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="JAM">JM</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="JMD"/>
|
||||
<currency type="JMD">
|
||||
<symbol>J$</symbol>
|
||||
<displayName>JMD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MH" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="MHL">MH</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MP" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="MNP">MP</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:11 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MT" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd-MMM-yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="MTL" default="true">
|
||||
<symbol>Lm</symbol>
|
||||
<name>MTL</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="MLT">MT</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="MTL"/>
|
||||
<currency type="MTL">
|
||||
<symbol>Lm</symbol>
|
||||
<displayName>MTL</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,66 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="NZ" />
|
||||
<correspondsTo vendor="1409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d MMMM yyyy</full>
|
||||
<long>d MMMM yyyy</long>
|
||||
<medium>d/MM/yyyy</medium>
|
||||
<short>d/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="NZD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>NZD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="NZL">NZ</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="NZD"/>
|
||||
<currency type="NZD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>NZD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="PH" />
|
||||
<correspondsTo vendor="3409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a z</full>
|
||||
<long>h:mm:ss a z</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, MMMM d, yyyy</full>
|
||||
<long>MMMM d, yyyy</long>
|
||||
<medium>MM d, yy</medium>
|
||||
<short>M/d/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="PHP" default="true">
|
||||
<symbol>Php</symbol>
|
||||
<name>PHP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="PHL">PH</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>MM d, yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>M/d/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="PHP"/>
|
||||
<currency type="PHP">
|
||||
<symbol>Php</symbol>
|
||||
<displayName>PHP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,119 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="SG" />
|
||||
<correspondsTo vendor="0009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<timeZoneNames>
|
||||
<zone id="SST" default="true">
|
||||
<long>
|
||||
<generic>Singapore Standard Time</generic>
|
||||
<standard>Singapore Standard Time</standard>
|
||||
<daylight>Singapore</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>SST</generic>
|
||||
<standard>SST</standard>
|
||||
<daylight>SST</daylight>
|
||||
</short>
|
||||
<city>Singapore</city>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>a hh:mm:ss</full>
|
||||
<long>a hh:mm:ss</long>
|
||||
<medium>a hh:mm</medium>
|
||||
<short>a hh:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>dd MMMM yyyy</full>
|
||||
<long>dd MMM yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="SGD" default="true">
|
||||
<symbol>S$</symbol>
|
||||
<name>SGD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="SGP">SG</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>a hh:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>a hh:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>a hh:mm</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>a hh:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
<zone type="Singapore">
|
||||
<long>
|
||||
<generic>Singapore Standard Time</generic>
|
||||
<standard>Singapore Standard Time</standard>
|
||||
<daylight>Singapore Standard Time</daylight>
|
||||
</long>
|
||||
<short>
|
||||
<generic>SST</generic>
|
||||
<standard>SST</standard>
|
||||
<daylight>SST</daylight>
|
||||
</short>
|
||||
<exemplarCity>Singapore</exemplarCity>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="SGD"/>
|
||||
<currency type="SGD">
|
||||
<symbol>S$</symbol>
|
||||
<displayName>SGD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="TT" />
|
||||
<correspondsTo vendor="2C09">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="TTD" default="true">
|
||||
<symbol>TT$</symbol>
|
||||
<name>TTD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="TTO">TT</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="TTD"/>
|
||||
<currency type="TTD">
|
||||
<symbol>TT$</symbol>
|
||||
<displayName>TTD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="UM" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="UMI">UM</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="US" />
|
||||
<correspondsTo vendor="0409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="USA">US</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,82 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="US" />
|
||||
<variant id="POSIX" />
|
||||
<correspondsTo vendor="007F">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>###0.###;-###0.###</decimal>
|
||||
<percent>###0%</percent>
|
||||
<scientific>0.000000E+000</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="USA">US</territory>
|
||||
<variant type="POSIX">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>###0.###</pattern>
|
||||
<pattern>-###0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤ ###0.00</pattern>
|
||||
<pattern>-¤ ###0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>###0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>0.000000E+000</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,89 +1,50 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:12 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="VI" />
|
||||
<correspondsTo vendor="2409">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="USD" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>USD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="VIR">VI</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ZA" />
|
||||
<correspondsTo vendor="1C09">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd MMM yyyy</medium>
|
||||
<short>yyyy/MM/dd</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ZAR" default="true">
|
||||
<symbol>R</symbol>
|
||||
<name>ZAR</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="ZAF">ZA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZAR"/>
|
||||
<currency type="ZAR">
|
||||
<symbol>R</symbol>
|
||||
<displayName>ZAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,104 +1,83 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ZW" />
|
||||
<correspondsTo vendor="3009">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">January</month>
|
||||
<month id="2">February</month>
|
||||
<month id="3">March</month>
|
||||
<month id="4">April</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">June</month>
|
||||
<month id="7">July</month>
|
||||
<month id="8">August</month>
|
||||
<month id="9">September</month>
|
||||
<month id="10">October</month>
|
||||
<month id="11">November</month>
|
||||
<month id="12">December</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">Jan</month>
|
||||
<month id="2">Feb</month>
|
||||
<month id="3">Mar</month>
|
||||
<month id="4">Apr</month>
|
||||
<month id="5">May</month>
|
||||
<month id="6">Jun</month>
|
||||
<month id="7">Jul</month>
|
||||
<month id="8">Aug</month>
|
||||
<month id="9">Sep</month>
|
||||
<month id="10">Oct</month>
|
||||
<month id="11">Nov</month>
|
||||
<month id="12">Dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">Sunday </day>
|
||||
<day id="2">Monday </day>
|
||||
<day id="3">Tuesday </day>
|
||||
<day id="4">Wednesday </day>
|
||||
<day id="5">Thursday </day>
|
||||
<day id="6">Friday </day>
|
||||
<day id="7">Saturday </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">Sun </day>
|
||||
<day id="2">Mon </day>
|
||||
<day id="3">Tue </day>
|
||||
<day id="4">Wed </day>
|
||||
<day id="5">Thu </day>
|
||||
<day id="6">Fri </day>
|
||||
<day id="7">Sat </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">BC</era>
|
||||
<era id="1">AD</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>h:mm:ss a</full>
|
||||
<long>h:mm:ss a</long>
|
||||
<medium>h:mm:ss a</medium>
|
||||
<short>h:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd MMMM yyyy</full>
|
||||
<long>dd MMMM yyyy</long>
|
||||
<medium>dd MMM,yy</medium>
|
||||
<short>d/M/yyyy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ZWD" default="true">
|
||||
<symbol>Z$</symbol>
|
||||
<name>ZWD</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="en"></language>
|
||||
<territory type="ZWE">ZW</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd MMM,yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZWD"/>
|
||||
<currency type="ZWD">
|
||||
<symbol>Z$</symbol>
|
||||
<displayName>ZWD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
|
|
|
@ -1,128 +1,182 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="0000">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="da" >dana</language>
|
||||
<language id="de" >germana</language>
|
||||
<language id="el" >greka</language>
|
||||
<language id="en" >angla</language>
|
||||
<language id="eo" >esperanto</language>
|
||||
<language id="es" >hispana</language>
|
||||
<language id="fi" >finna</language>
|
||||
<language id="it" >itala</language>
|
||||
<language id="ja" >japana</language>
|
||||
<language id="nl" >nederlanda</language>
|
||||
<language id="no" >norvega</language>
|
||||
<language id="pt" >portugala</language>
|
||||
<language id="sv" >sveda</language>
|
||||
<language id="tr" >turka</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="AT">Aŭstrujo</country>
|
||||
<country id="BE">Belgujo</country>
|
||||
<country id="CA">Kanado</country>
|
||||
<country id="CH">Svisujo</country>
|
||||
<country id="DE">Germanujo</country>
|
||||
<country id="DK">Danujo</country>
|
||||
<country id="ES">Hispanujo</country>
|
||||
<country id="FI">Finnlando</country>
|
||||
<country id="GR">Grekujo</country>
|
||||
<country id="IT">Italujo</country>
|
||||
<country id="JP">Japanujo</country>
|
||||
<country id="NL">Nederlando</country>
|
||||
<country id="NO">Norvego</country>
|
||||
<country id="PT">Portugalujo</country>
|
||||
<country id="SE">Svedujo</country>
|
||||
<country id="TR">Turkujo</country>
|
||||
<country id="US">Usono</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">januaro</month>
|
||||
<month id="2">februaro</month>
|
||||
<month id="3">marto</month>
|
||||
<month id="4">aprilo</month>
|
||||
<month id="5">majo</month>
|
||||
<month id="6">junio</month>
|
||||
<month id="7">julio</month>
|
||||
<month id="8">aŭgusto</month>
|
||||
<month id="9">septembro</month>
|
||||
<month id="10">oktobro</month>
|
||||
<month id="11">novembro</month>
|
||||
<month id="12">decembro</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">jan</month>
|
||||
<month id="2">feb</month>
|
||||
<month id="3">mar</month>
|
||||
<month id="4">apr</month>
|
||||
<month id="5">maj</month>
|
||||
<month id="6">jun</month>
|
||||
<month id="7">jul</month>
|
||||
<month id="8">aŭg</month>
|
||||
<month id="9">sep</month>
|
||||
<month id="10">okt</month>
|
||||
<month id="11">nov</month>
|
||||
<month id="12">dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">dimanĉo </day>
|
||||
<day id="2">lundo </day>
|
||||
<day id="3">mardo </day>
|
||||
<day id="4">merkredo </day>
|
||||
<day id="5">ĵaŭdo </day>
|
||||
<day id="6">vendredo </day>
|
||||
<day id="7">sabato </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">di </day>
|
||||
<day id="2">lu </day>
|
||||
<day id="3">ma </day>
|
||||
<day id="4">me </day>
|
||||
<day id="5">ĵa </day>
|
||||
<day id="6">ve </day>
|
||||
<day id="7">sa </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">aK</era>
|
||||
<era id="1">pK</era>
|
||||
</eras>
|
||||
<am>atm</am><pm>ptm</pm>
|
||||
<patterns>
|
||||
<chars>GjMtkHmslTDUSnahKzJd</chars>
|
||||
<time>
|
||||
<full>H'-a horo kaj 'm z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE, d'-a de 'MMMM yyyy</full>
|
||||
<long>yyyy-MMMM-dd</long>
|
||||
<medium>yyyy-MMM-dd</medium>
|
||||
<short>yy-MM-dd</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="eo"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="da">dana</language>
|
||||
<language type="de">germana</language>
|
||||
<language type="el">greka</language>
|
||||
<language type="en">angla</language>
|
||||
<language type="eo">esperanto</language>
|
||||
<language type="es">hispana</language>
|
||||
<language type="fi">finna</language>
|
||||
<language type="it">itala</language>
|
||||
<language type="ja">japana</language>
|
||||
<language type="nl">nederlanda</language>
|
||||
<language type="no">norvega</language>
|
||||
<language type="pt">portugala</language>
|
||||
<language type="sv">sveda</language>
|
||||
<language type="tr">turka</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AT">Aŭstrujo</territory>
|
||||
<territory type="BE">Belgujo</territory>
|
||||
<territory type="CA">Kanado</territory>
|
||||
<territory type="CH">Svisujo</territory>
|
||||
<territory type="DE">Germanujo</territory>
|
||||
<territory type="DK">Danujo</territory>
|
||||
<territory type="ES">Hispanujo</territory>
|
||||
<territory type="FI">Finnlando</territory>
|
||||
<territory type="GR">Grekujo</territory>
|
||||
<territory type="IT">Italujo</territory>
|
||||
<territory type="JP">Japanujo</territory>
|
||||
<territory type="NL">Nederlando</territory>
|
||||
<territory type="NO">Norvego</territory>
|
||||
<territory type="PT">Portugalujo</territory>
|
||||
<territory type="SE">Svedujo</territory>
|
||||
<territory type="TR">Turkujo</territory>
|
||||
<territory type="US">Usono</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z ŭ ĉ ĝ ĥ ĵ ŝ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GjMtkHmslTDUSnahKzJd</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">januaro</month>
|
||||
<month type="2">februaro</month>
|
||||
<month type="3">marto</month>
|
||||
<month type="4">aprilo</month>
|
||||
<month type="5">majo</month>
|
||||
<month type="6">junio</month>
|
||||
<month type="7">julio</month>
|
||||
<month type="8">aŭgusto</month>
|
||||
<month type="9">septembro</month>
|
||||
<month type="10">oktobro</month>
|
||||
<month type="11">novembro</month>
|
||||
<month type="12">decembro</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">jan</month>
|
||||
<month type="2">feb</month>
|
||||
<month type="3">mar</month>
|
||||
<month type="4">apr</month>
|
||||
<month type="5">maj</month>
|
||||
<month type="6">jun</month>
|
||||
<month type="7">jul</month>
|
||||
<month type="8">aŭg</month>
|
||||
<month type="9">sep</month>
|
||||
<month type="10">okt</month>
|
||||
<month type="11">nov</month>
|
||||
<month type="12">dec</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">dimanĉo</day>
|
||||
<day type="mon">lundo</day>
|
||||
<day type="tue">mardo</day>
|
||||
<day type="wed">merkredo</day>
|
||||
<day type="thu">ĵaŭdo</day>
|
||||
<day type="fri">vendredo</day>
|
||||
<day type="sat">sabato</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">di</day>
|
||||
<day type="mon">lu</day>
|
||||
<day type="tue">ma</day>
|
||||
<day type="wed">me</day>
|
||||
<day type="thu">ĵa</day>
|
||||
<day type="fri">ve</day>
|
||||
<day type="sat">sa</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">aK</era>
|
||||
<era type="2">pK</era>
|
||||
</eras>
|
||||
<am>atm</am>
|
||||
<pm>ptm</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE, d'-a de 'MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>yyyy-MMMM-dd</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>yyyy-MMM-dd</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>yy-MM-dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>H'-a horo kaj 'm z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<special owner="http://oss.software.ibm.com/icu/" >
|
||||
<ruleBasedNumberFormats>
|
||||
<ruleBasedNumberFormat type="spellout">-x: minus >>;<cp hex="000A" />x.x: << komo >>;<cp hex="000A" />nulo; unu; du; tri; kvar; kvin; ses; sep; ok; naŭ;<cp hex="000A" />10: dek[ >>];<cp hex="000A" />20: <<dek[ >>];<cp hex="000A" />100: cent[ >>];<cp hex="000A" />200: <<cent[ >>];<cp hex="000A" />1000: mil[ >>];<cp hex="000A" />2000: <<mil[ >>];<cp hex="000A" />10000: dekmil[ >>];<cp hex="000A" />11000>: << mil[ >>];<cp hex="000A" />1,000,000: miliono[ >>];<cp hex="000A" />2,000,000: << milionoj[ >>];<cp hex="000A" />1,000,000,000: miliardo[ >>];<cp hex="000A" />2,000,000,000: << miliardoj[ >>];<cp hex="000A" />1,000,000,000,000: biliono[ >>];<cp hex="000A" />2,000,000,000,000: << bilionoj[ >>];<cp hex="000A" />1,000,000,000,000,000: =#,##0=;<cp hex="000A" /></ruleBasedNumberFormat>
|
||||
</ruleBasedNumberFormats>
|
||||
</special>
|
||||
<collations>
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
<p>ĉ</p>
|
||||
<t>Ĉ</t>
|
||||
<reset>G</reset>
|
||||
<p>ĝ</p>
|
||||
<t>Ĝ</t>
|
||||
<reset>H</reset>
|
||||
<p>ĥ</p>
|
||||
<t>Ĥ</t>
|
||||
<reset>J</reset>
|
||||
<p>ĵ</p>
|
||||
<t>Ĵ</t>
|
||||
<reset>S</reset>
|
||||
<p>ŝ</p>
|
||||
<t>Ŝ</t>
|
||||
<reset>U</reset>
|
||||
<p>ŭ</p>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,274 +1,319 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<correspondsTo vendor="000A">Windows</correspondsTo>
|
||||
</identity >
|
||||
|
||||
<displayNames >
|
||||
<languages >
|
||||
<language id="af" >afrikaans</language>
|
||||
<language id="am" >amharic</language>
|
||||
<language id="ar" >árabe</language>
|
||||
<language id="az" >azerbayano</language>
|
||||
<language id="be" >bielorruso</language>
|
||||
<language id="bg" >búlgaro</language>
|
||||
<language id="bh" >bihari</language>
|
||||
<language id="bn" >bengalí</language>
|
||||
<language id="ca" >catalán</language>
|
||||
<language id="cs" >checo</language>
|
||||
<language id="da" >danés</language>
|
||||
<language id="de" >alemán</language>
|
||||
<language id="el" >griego</language>
|
||||
<language id="en" >inglés</language>
|
||||
<language id="eo" >esperanto</language>
|
||||
<language id="es" >español</language>
|
||||
<language id="et" >estonio</language>
|
||||
<language id="eu" >vasco</language>
|
||||
<language id="fa" >farsi</language>
|
||||
<language id="fi" >finlandés</language>
|
||||
<language id="fo" >faroés</language>
|
||||
<language id="fr" >francés</language>
|
||||
<language id="ga" >irlandés</language>
|
||||
<language id="gl" >gallego</language>
|
||||
<language id="gu" >goujaratí</language>
|
||||
<language id="he" >hebreo</language>
|
||||
<language id="hi" >hindi</language>
|
||||
<language id="hr" >croata</language>
|
||||
<language id="hu" >húngaro</language>
|
||||
<language id="hy" >armenio</language>
|
||||
<language id="id" >indonesio</language>
|
||||
<language id="is" >islandés</language>
|
||||
<language id="it" >italiano</language>
|
||||
<language id="ja" >japonés</language>
|
||||
<language id="ka" >georgiano</language>
|
||||
<language id="kk" >kazajo</language>
|
||||
<language id="kl" >groenlandés</language>
|
||||
<language id="km" >kmer</language>
|
||||
<language id="kn" >canara</language>
|
||||
<language id="ko" >coreano</language>
|
||||
<language id="ku" >kurdo</language>
|
||||
<language id="kw" >córnico</language>
|
||||
<language id="ky" >kirghiz</language>
|
||||
<language id="la" >latín</language>
|
||||
<language id="lt" >lituano</language>
|
||||
<language id="lv" >letón</language>
|
||||
<language id="mk" >macedonio</language>
|
||||
<language id="mn" >mongol</language>
|
||||
<language id="mr" >marathi</language>
|
||||
<language id="ms" >malaisio</language>
|
||||
<language id="mt" >maltés</language>
|
||||
<language id="my" >birmano</language>
|
||||
<language id="nl" >holandés</language>
|
||||
<language id="no" >noruego</language>
|
||||
<language id="pa" >punjabí</language>
|
||||
<language id="pl" >polaco</language>
|
||||
<language id="pt" >portugués</language>
|
||||
<language id="ro" >rumano</language>
|
||||
<language id="root" >raíz</language>
|
||||
<language id="ru" >ruso</language>
|
||||
<language id="sh" >serbo-croata</language>
|
||||
<language id="sk" >eslovaco</language>
|
||||
<language id="sl" >esloveno</language>
|
||||
<language id="so" >somalí</language>
|
||||
<language id="sq" >albanés</language>
|
||||
<language id="sr" >servio</language>
|
||||
<language id="sv" >sueco</language>
|
||||
<language id="sw" >swahili</language>
|
||||
<language id="te" >telugu</language>
|
||||
<language id="th" >tailandés</language>
|
||||
<language id="ti" >tigrinya</language>
|
||||
<language id="tr" >turco</language>
|
||||
<language id="tt" >tataro</language>
|
||||
<language id="uk" >ucraniano</language>
|
||||
<language id="ur" >urdu</language>
|
||||
<language id="uz" >uzbeko</language>
|
||||
<language id="vi" >vietnamés</language>
|
||||
<language id="zh" >chino</language>
|
||||
<language id="zu" >zulú</language>
|
||||
</languages >
|
||||
<countries >
|
||||
<country id="AE">Emiratos Árabes Unidos</country>
|
||||
<country id="AS">Samoa Americana</country>
|
||||
<country id="BE">Bélgica</country>
|
||||
<country id="BH">Bahráin</country>
|
||||
<country id="BR">Brasil</country>
|
||||
<country id="BY">Bielorrusia</country>
|
||||
<country id="BZ">Belice</country>
|
||||
<country id="CA">Canadá</country>
|
||||
<country id="CH">Suiza</country>
|
||||
<country id="CZ">Chequia</country>
|
||||
<country id="DE">Alemania</country>
|
||||
<country id="DK">Dinamarca</country>
|
||||
<country id="DO">República Dominicana</country>
|
||||
<country id="DZ">Argelia</country>
|
||||
<country id="EG">Egipto</country>
|
||||
<country id="ES">España</country>
|
||||
<country id="FI">Finlandia</country>
|
||||
<country id="FO">Islas Feroe</country>
|
||||
<country id="FR">Francia</country>
|
||||
<country id="GB">Reino Unido</country>
|
||||
<country id="GL">Groenlanida</country>
|
||||
<country id="GR">Grecia</country>
|
||||
<country id="HR">Croacia</country>
|
||||
<country id="HU">Hungría</country>
|
||||
<country id="IE">Irlanda</country>
|
||||
<country id="IQ">Irak</country>
|
||||
<country id="IR">Irán</country>
|
||||
<country id="IS">Islandia</country>
|
||||
<country id="IT">Italia</country>
|
||||
<country id="JO">Jordania</country>
|
||||
<country id="JP">Japón</country>
|
||||
<country id="KE">Kenia</country>
|
||||
<country id="KP">Corea del Norte</country>
|
||||
<country id="KR">Corea del Sur</country>
|
||||
<country id="LB">Líbano</country>
|
||||
<country id="LT">Lituania</country>
|
||||
<country id="LU">Luxemburgo</country>
|
||||
<country id="LV">Letonia</country>
|
||||
<country id="MA">Marruecos</country>
|
||||
<country id="MH">Islas Marshall</country>
|
||||
<country id="MP">Islas Marianas del Norte</country>
|
||||
<country id="MX">México</country>
|
||||
<country id="NL">Países Bajos</country>
|
||||
<country id="NO">Noruega</country>
|
||||
<country id="NZ">Nueva Zelanda</country>
|
||||
<country id="OM">Omán</country>
|
||||
<country id="PA">Panamá</country>
|
||||
<country id="PE">Perú</country>
|
||||
<country id="PH">Islas Filipinas</country>
|
||||
<country id="PK">Pakistán</country>
|
||||
<country id="PL">Polonia</country>
|
||||
<country id="RO">Rumania</country>
|
||||
<country id="RU">Rusia</country>
|
||||
<country id="SA">Arabia Saudí</country>
|
||||
<country id="SD">Sudán</country>
|
||||
<country id="SE">Suecia</country>
|
||||
<country id="SG">Singapur</country>
|
||||
<country id="SI">Eslovenia</country>
|
||||
<country id="SK">Eslovaquia</country>
|
||||
<country id="SP">Servia</country>
|
||||
<country id="SY">Siria</country>
|
||||
<country id="TH">Tailandia</country>
|
||||
<country id="TN">Túnez</country>
|
||||
<country id="TR">Turquía</country>
|
||||
<country id="TT">Trinidad y Tabago</country>
|
||||
<country id="TW">Taiwán</country>
|
||||
<country id="UA">Ucraina</country>
|
||||
<country id="UM">Islas Periféricas Menores de los Estados Unidos</country>
|
||||
<country id="US">Estados Unidos</country>
|
||||
<country id="VI">Islas Vírgenes de los Estados Unidos</country>
|
||||
<country id="ZA">Sudáfrica</country>
|
||||
</countries >
|
||||
|
||||
</displayNames >
|
||||
<timeZoneNames>
|
||||
<zone id="Africa/Casablanca" default="true">
|
||||
<long>
|
||||
<generic>GMT</generic>
|
||||
<standard>GMT</standard>
|
||||
</long>
|
||||
<short>
|
||||
<generic>Africa/Casablanca</generic>
|
||||
<standard>GMT</standard>
|
||||
<daylight>GMT</daylight>
|
||||
</short>
|
||||
</zone>
|
||||
</timeZoneNames>
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<monthNames>
|
||||
<month id="1">enero</month>
|
||||
<month id="2">febrero</month>
|
||||
<month id="3">marzo</month>
|
||||
<month id="4">abril</month>
|
||||
<month id="5">mayo</month>
|
||||
<month id="6">junio</month>
|
||||
<month id="7">julio</month>
|
||||
<month id="8">agosto</month>
|
||||
<month id="9">septiembre</month>
|
||||
<month id="10">octubre</month>
|
||||
<month id="11">noviembre</month>
|
||||
<month id="12">diciembre</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month id="1">ene</month>
|
||||
<month id="2">feb</month>
|
||||
<month id="3">mar</month>
|
||||
<month id="4">abr</month>
|
||||
<month id="5">may</month>
|
||||
<month id="6">jun</month>
|
||||
<month id="7">jul</month>
|
||||
<month id="8">ago</month>
|
||||
<month id="9">sep</month>
|
||||
<month id="10">oct</month>
|
||||
<month id="11">nov</month>
|
||||
<month id="12">dic</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day id="1">domingo </day>
|
||||
<day id="2">lunes </day>
|
||||
<day id="3">martes </day>
|
||||
<day id="4">miércoles </day>
|
||||
<day id="5">jueves </day>
|
||||
<day id="6">viernes </day>
|
||||
<day id="7">sábado </day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day id="1">dom </day>
|
||||
<day id="2">lun </day>
|
||||
<day id="3">mar </day>
|
||||
<day id="4">mié </day>
|
||||
<day id="5">jue </day>
|
||||
<day id="6">vie </day>
|
||||
<day id="7">sáb </day>
|
||||
</dayAbbr>
|
||||
<eras>
|
||||
<era id="0">a.C.</era>
|
||||
<era id="1">d.C.</era>
|
||||
</eras>
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<chars>GuMtkHmsSEDFwWahKzUe</chars>
|
||||
<time>
|
||||
<full>HH'H'mm'' z</full>
|
||||
<long>HH:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd-MMM-yy</medium>
|
||||
<short>d/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<collation version="1.0" accentOrder="FORWARD" override="FALSE">
|
||||
<collationElements>
|
||||
<after>N</after>
|
||||
<gt1>ñ</gt1>
|
||||
<gt3>Ñ</gt3>
|
||||
</collationElements>
|
||||
</collation>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="af">afrikaans</language>
|
||||
<language type="am">amharic</language>
|
||||
<language type="ar">árabe</language>
|
||||
<language type="az">azerbayano</language>
|
||||
<language type="be">bielorruso</language>
|
||||
<language type="bg">búlgaro</language>
|
||||
<language type="bh">bihari</language>
|
||||
<language type="bn">bengalí</language>
|
||||
<language type="ca">catalán</language>
|
||||
<language type="cs">checo</language>
|
||||
<language type="da">danés</language>
|
||||
<language type="de">alemán</language>
|
||||
<language type="el">griego</language>
|
||||
<language type="en">inglés</language>
|
||||
<language type="eo">esperanto</language>
|
||||
<language type="es">español</language>
|
||||
<language type="et">estonio</language>
|
||||
<language type="eu">vasco</language>
|
||||
<language type="fa">farsi</language>
|
||||
<language type="fi">finlandés</language>
|
||||
<language type="fo">faroés</language>
|
||||
<language type="fr">francés</language>
|
||||
<language type="ga">irlandés</language>
|
||||
<language type="gl">gallego</language>
|
||||
<language type="gu">goujaratí</language>
|
||||
<language type="he">hebreo</language>
|
||||
<language type="hi">hindi</language>
|
||||
<language type="hr">croata</language>
|
||||
<language type="hu">húngaro</language>
|
||||
<language type="hy">armenio</language>
|
||||
<language type="id">indonesio</language>
|
||||
<language type="is">islandés</language>
|
||||
<language type="it">italiano</language>
|
||||
<language type="ja">japonés</language>
|
||||
<language type="ka">georgiano</language>
|
||||
<language type="kk">kazajo</language>
|
||||
<language type="kl">groenlandés</language>
|
||||
<language type="km">kmer</language>
|
||||
<language type="kn">canara</language>
|
||||
<language type="ko">coreano</language>
|
||||
<language type="ku">kurdo</language>
|
||||
<language type="kw">córnico</language>
|
||||
<language type="ky">kirghiz</language>
|
||||
<language type="la">latín</language>
|
||||
<language type="lt">lituano</language>
|
||||
<language type="lv">letón</language>
|
||||
<language type="mk">macedonio</language>
|
||||
<language type="mn">mongol</language>
|
||||
<language type="mr">marathi</language>
|
||||
<language type="ms">malaisio</language>
|
||||
<language type="mt">maltés</language>
|
||||
<language type="my">birmano</language>
|
||||
<language type="nl">holandés</language>
|
||||
<language type="no">noruego</language>
|
||||
<language type="pa">punjabí</language>
|
||||
<language type="pl">polaco</language>
|
||||
<language type="pt">portugués</language>
|
||||
<language type="ro">rumano</language>
|
||||
<language type="root">raíz</language>
|
||||
<language type="ru">ruso</language>
|
||||
<language type="sh">serbo-croata</language>
|
||||
<language type="sk">eslovaco</language>
|
||||
<language type="sl">esloveno</language>
|
||||
<language type="so">somalí</language>
|
||||
<language type="sq">albanés</language>
|
||||
<language type="sr">servio</language>
|
||||
<language type="sv">sueco</language>
|
||||
<language type="sw">swahili</language>
|
||||
<language type="te">telugu</language>
|
||||
<language type="th">tailandés</language>
|
||||
<language type="ti">tigrinya</language>
|
||||
<language type="tr">turco</language>
|
||||
<language type="tt">tataro</language>
|
||||
<language type="uk">ucraniano</language>
|
||||
<language type="ur">urdu</language>
|
||||
<language type="uz">uzbeko</language>
|
||||
<language type="vi">vietnamés</language>
|
||||
<language type="zh">chino</language>
|
||||
<language type="zu">zulú</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AE">Emiratos Árabes Unidos</territory>
|
||||
<territory type="AS">Samoa Americana</territory>
|
||||
<territory type="BE">Bélgica</territory>
|
||||
<territory type="BH">Bahráin</territory>
|
||||
<territory type="BR">Brasil</territory>
|
||||
<territory type="BY">Bielorrusia</territory>
|
||||
<territory type="BZ">Belice</territory>
|
||||
<territory type="CA">Canadá</territory>
|
||||
<territory type="CH">Suiza</territory>
|
||||
<territory type="CZ">Chequia</territory>
|
||||
<territory type="DE">Alemania</territory>
|
||||
<territory type="DK">Dinamarca</territory>
|
||||
<territory type="DO">República Dominicana</territory>
|
||||
<territory type="DZ">Argelia</territory>
|
||||
<territory type="EG">Egipto</territory>
|
||||
<territory type="ES">España</territory>
|
||||
<territory type="FI">Finlandia</territory>
|
||||
<territory type="FO">Islas Feroe</territory>
|
||||
<territory type="FR">Francia</territory>
|
||||
<territory type="GB">Reino Unido</territory>
|
||||
<territory type="GL">Groenlanida</territory>
|
||||
<territory type="GR">Grecia</territory>
|
||||
<territory type="HR">Croacia</territory>
|
||||
<territory type="HU">Hungría</territory>
|
||||
<territory type="IE">Irlanda</territory>
|
||||
<territory type="IQ">Irak</territory>
|
||||
<territory type="IR">Irán</territory>
|
||||
<territory type="IS">Islandia</territory>
|
||||
<territory type="IT">Italia</territory>
|
||||
<territory type="JO">Jordania</territory>
|
||||
<territory type="JP">Japón</territory>
|
||||
<territory type="KE">Kenia</territory>
|
||||
<territory type="KP">Corea del Norte</territory>
|
||||
<territory type="KR">Corea del Sur</territory>
|
||||
<territory type="LB">Líbano</territory>
|
||||
<territory type="LT">Lituania</territory>
|
||||
<territory type="LU">Luxemburgo</territory>
|
||||
<territory type="LV">Letonia</territory>
|
||||
<territory type="MA">Marruecos</territory>
|
||||
<territory type="MH">Islas Marshall</territory>
|
||||
<territory type="MP">Islas Marianas del Norte</territory>
|
||||
<territory type="MX">México</territory>
|
||||
<territory type="NL">Países Bajos</territory>
|
||||
<territory type="NO">Noruega</territory>
|
||||
<territory type="NZ">Nueva Zelanda</territory>
|
||||
<territory type="OM">Omán</territory>
|
||||
<territory type="PA">Panamá</territory>
|
||||
<territory type="PE">Perú</territory>
|
||||
<territory type="PH">Islas Filipinas</territory>
|
||||
<territory type="PK">Pakistán</territory>
|
||||
<territory type="PL">Polonia</territory>
|
||||
<territory type="RO">Rumania</territory>
|
||||
<territory type="RU">Rusia</territory>
|
||||
<territory type="SA">Arabia Saudí</territory>
|
||||
<territory type="SD">Sudán</territory>
|
||||
<territory type="SE">Suecia</territory>
|
||||
<territory type="SG">Singapur</territory>
|
||||
<territory type="SI">Eslovenia</territory>
|
||||
<territory type="SK">Eslovaquia</territory>
|
||||
<territory type="SP">Servia</territory>
|
||||
<territory type="SY">Siria</territory>
|
||||
<territory type="TH">Tailandia</territory>
|
||||
<territory type="TN">Túnez</territory>
|
||||
<territory type="TR">Turquía</territory>
|
||||
<territory type="TT">Trinidad y Tabago</territory>
|
||||
<territory type="TW">Taiwán</territory>
|
||||
<territory type="UA">Ucraina</territory>
|
||||
<territory type="UM">Islas Periféricas Menores de los Estados Unidos</territory>
|
||||
<territory type="US">Estados Unidos</territory>
|
||||
<territory type="VI">Islas Vírgenes de los Estados Unidos</territory>
|
||||
<territory type="ZA">Sudáfrica</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[a-z ñ á é í ó ú ü]</exemplarCharacters>
|
||||
</encodings>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<monthNames>
|
||||
<month type="1">enero</month>
|
||||
<month type="2">febrero</month>
|
||||
<month type="3">marzo</month>
|
||||
<month type="4">abril</month>
|
||||
<month type="5">mayo</month>
|
||||
<month type="6">junio</month>
|
||||
<month type="7">julio</month>
|
||||
<month type="8">agosto</month>
|
||||
<month type="9">septiembre</month>
|
||||
<month type="10">octubre</month>
|
||||
<month type="11">noviembre</month>
|
||||
<month type="12">diciembre</month>
|
||||
</monthNames>
|
||||
<monthAbbr>
|
||||
<month type="1">ene</month>
|
||||
<month type="2">feb</month>
|
||||
<month type="3">mar</month>
|
||||
<month type="4">abr</month>
|
||||
<month type="5">may</month>
|
||||
<month type="6">jun</month>
|
||||
<month type="7">jul</month>
|
||||
<month type="8">ago</month>
|
||||
<month type="9">sep</month>
|
||||
<month type="10">oct</month>
|
||||
<month type="11">nov</month>
|
||||
<month type="12">dic</month>
|
||||
</monthAbbr>
|
||||
<dayNames>
|
||||
<day type="sun">domingo</day>
|
||||
<day type="mon">lunes</day>
|
||||
<day type="tue">martes</day>
|
||||
<day type="wed">miércoles</day>
|
||||
<day type="thu">jueves</day>
|
||||
<day type="fri">viernes</day>
|
||||
<day type="sat">sábado</day>
|
||||
</dayNames>
|
||||
<dayAbbr>
|
||||
<day type="sun">dom</day>
|
||||
<day type="mon">lun</day>
|
||||
<day type="tue">mar</day>
|
||||
<day type="wed">mié</day>
|
||||
<day type="thu">jue</day>
|
||||
<day type="fri">vie</day>
|
||||
<day type="sat">sáb</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<era type="1">a.C.</era>
|
||||
<era type="2">d.C.</era>
|
||||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH'H'mm'' z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
<special owner="http://oss.software.ibm.com/icu/" >
|
||||
<ruleBasedNumberFormats>
|
||||
<ruleBasedNumberFormat type="spellout">-x: menos >>;<cp hex="000A" />x.x: << punto >>;<cp hex="000A" />cero; uno; dos; tres; cuatro; cinco; seis; siete; ocho; nueve;<cp hex="000A" />diez; once; doce; trece; catorce; quince; dieciséis;<cp hex="000A" /> diecisiete; dieciocho; diecinueve;<cp hex="000A" />veinte; veintiuno; veintidós; veintitrés; veinticuatro;<cp hex="000A" /> veinticinco; veintiséis; veintisiete; veintiocho;<cp hex="000A" /> veintinueve;<cp hex="000A" />30: treinta[ y >>];<cp hex="000A" />40: cuarenta[ y >>];<cp hex="000A" />50: cincuenta[ y >>];<cp hex="000A" />60: sesenta[ y >>];<cp hex="000A" />70: setenta[ y >>];<cp hex="000A" />80: ochenta[ y >>];<cp hex="000A" />90: noventa[ y >>];<cp hex="000A" />100: cien;<cp hex="000A" />101: ciento >>;<cp hex="000A" />200: doscientos[ >>];<cp hex="000A" />300: trescientos[ >>];<cp hex="000A" />400: cuatrocientos[ >>];<cp hex="000A" />500: quinientos[ >>];<cp hex="000A" />600: seiscientos[ >>];<cp hex="000A" />700: setecientos[ >>];<cp hex="000A" />800: ochocientos[ >>];<cp hex="000A" />900: novecientos[ >>];<cp hex="000A" />1000: mil[ >>];<cp hex="000A" />2000: << mil[ >>];<cp hex="000A" />1,000,000: un millón[ >>];<cp hex="000A" />2,000,000: << millón[ >>];<cp hex="000A" />1,000,000,000: =#,##0= (incomplete data);</ruleBasedNumberFormat>
|
||||
</ruleBasedNumberFormats>
|
||||
</special>
|
||||
<collations>
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="AR" />
|
||||
<correspondsTo vendor="2C0A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>HH'h'''mm z</full>
|
||||
<long>H:mm:ss z</long>
|
||||
<medium>HH:mm:ss</medium>
|
||||
<short>HH:mm</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ARS" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>ARS</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="ARG">AR</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>HH'h'''mm z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<default type="ARS"/>
|
||||
<currency type="ARS">
|
||||
<symbol>$</symbol>
|
||||
<displayName>ARS</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="BO" />
|
||||
<correspondsTo vendor="400A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="BOB" default="true">
|
||||
<symbol>$b</symbol>
|
||||
<name>BOB</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="BOL">BO</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<default type="BOB"/>
|
||||
<currency type="BOB">
|
||||
<symbol>$b</symbol>
|
||||
<displayName>BOB</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,113 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CL" />
|
||||
<correspondsTo vendor="340A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd-MM-yyyy</medium>
|
||||
<short>dd-MM-yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CLP" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>CLP</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;¤-#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="CHL">CL</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd-MM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CLP"/>
|
||||
<currency type="CLP">
|
||||
<symbol>$</symbol>
|
||||
<displayName>CLP</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:13 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CO" />
|
||||
<correspondsTo vendor="240A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>d/MM/yyyy</medium>
|
||||
<short>d/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="COP" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>COP</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="COL">CO</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<default type="COP"/>
|
||||
<currency type="COP">
|
||||
<symbol>$</symbol>
|
||||
<displayName>COP</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="CR" />
|
||||
<correspondsTo vendor="140A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="CRC" default="true">
|
||||
<symbol>₡</symbol>
|
||||
<name>CRC</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="CRI">CR</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<default type="CRC"/>
|
||||
<currency type="CRC">
|
||||
<symbol>₡</symbol>
|
||||
<displayName>CRC</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="DO" />
|
||||
<correspondsTo vendor="1C0A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="DOP" default="true">
|
||||
<symbol>RD$</symbol>
|
||||
<name>DOP</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="DOM">DO</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="DOP"/>
|
||||
<currency type="DOP">
|
||||
<symbol>RD$</symbol>
|
||||
<displayName>DOP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,68 +1,113 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="EC" />
|
||||
<correspondsTo vendor="300A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ECS" default="true">
|
||||
<symbol>S/.</symbol>
|
||||
<name>ECS</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>¤#,##0.00;¤-#,##0.00</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="ECU">EC</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ECS"/>
|
||||
<currency type="ECS">
|
||||
<symbol>S/.</symbol>
|
||||
<displayName>ECS</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,53 +1,80 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ES" />
|
||||
<correspondsTo vendor="0C0A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="EUR" default="true">
|
||||
<symbol>€</symbol>
|
||||
<name>EUR</name>
|
||||
<decimal>,</decimal>
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<symbols>
|
||||
<decimal>,</decimal>
|
||||
<group>.</group>
|
||||
<list>;</list>
|
||||
<percentSign>%</percentSign>
|
||||
<nativeZeroDigit>0</nativeZeroDigit>
|
||||
<patternDigit>#</patternDigit>
|
||||
<plusSign>+</plusSign>
|
||||
<minusSign>-</minusSign>
|
||||
<exponential>E</exponential>
|
||||
<perMille>‰</perMille>
|
||||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,39 +1,67 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="ES" />
|
||||
<variant id="PREEURO" />
|
||||
<correspondsTo vendor="0C0A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="ESP" default="true">
|
||||
<symbol>Pts</symbol>
|
||||
<name>ESP</name>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormat type="decimal">
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="currency">
|
||||
<pattern>#,##0 ¤</pattern>
|
||||
<pattern>-#,##0 ¤</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="percent">
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
<numberFormat type="scientific">
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ESP"/>
|
||||
<currency type="ESP">
|
||||
<symbol>Pts</symbol>
|
||||
<displayName>ESP</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="GT" />
|
||||
<correspondsTo vendor="100A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>d/MM/yyyy</medium>
|
||||
<short>d/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="GTQ" default="true">
|
||||
<symbol>Q</symbol>
|
||||
<name>GTQ</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="GTM">GT</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="GTQ"/>
|
||||
<currency type="GTQ">
|
||||
<symbol>Q</symbol>
|
||||
<displayName>GTQ</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="HN" />
|
||||
<correspondsTo vendor="480A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE dd' de 'MMMM' de 'yyyy</full>
|
||||
<long>dd' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="HNL" default="true">
|
||||
<symbol>L.</symbol>
|
||||
<name>HNL</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="HND">HN</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="HNL"/>
|
||||
<currency type="HNL">
|
||||
<symbol>L.</symbol>
|
||||
<displayName>HNL</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="MX" />
|
||||
<correspondsTo vendor="080A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="MXN" default="true">
|
||||
<symbol>$</symbol>
|
||||
<name>MXN</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="MEX">MX</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="MXN"/>
|
||||
<currency type="MXN">
|
||||
<symbol>$</symbol>
|
||||
<displayName>MXN</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:14 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="NI" />
|
||||
<correspondsTo vendor="4C0A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>dd/MM/yyyy</medium>
|
||||
<short>dd/MM/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="NIO" default="true">
|
||||
<symbol>C$</symbol>
|
||||
<name>NIO</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="NIC">NI</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="NIO"/>
|
||||
<currency type="NIO">
|
||||
<symbol>C$</symbol>
|
||||
<displayName>NIO</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
|
@ -1,54 +1,82 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "./LocaleElements.dtd" >
|
||||
|
||||
<!--
|
||||
Copyright (C) 2000-2003, International Business Machines
|
||||
Corporation and others. All Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<versioning >
|
||||
<version number="1.0" date="Tue Jun 11 15:06:15 2002">Various notes and changes in version 1.0</version>
|
||||
</versioning >
|
||||
<identity >
|
||||
<country id="PA" />
|
||||
<correspondsTo vendor="180A">Windows</correspondsTo>
|
||||
</identity >
|
||||
<calendars>
|
||||
<calendar class="gregorian" default="true">
|
||||
<am>AM</am><pm>PM</pm>
|
||||
<patterns>
|
||||
<time>
|
||||
<full>hh:mm:ss a z</full>
|
||||
<long>hh:mm:ss a z</long>
|
||||
<medium>hh:mm:ss a</medium>
|
||||
<short>hh:mm a</short>
|
||||
</time>
|
||||
<date>
|
||||
<full>EEEE d' de 'MMMM' de 'yyyy</full>
|
||||
<long>d' de 'MMMM' de 'yyyy</long>
|
||||
<medium>MM/dd/yyyy</medium>
|
||||
<short>MM/dd/yy</short>
|
||||
</date>
|
||||
<dateTime>{1} {0} </dateTime>
|
||||
</patterns>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<numberFormat class="decimal" default="true">
|
||||
<patterns>
|
||||
<decimal>#,##0.###;-#,##0.###</decimal>
|
||||
<percent>#,##0%</percent>
|
||||
<scientific>#E0</scientific>
|
||||
</patterns>
|
||||
</numberFormat>
|
||||
<currencies>
|
||||
<currency id="PAB" default="true">
|
||||
<symbol>B/</symbol>
|
||||
<name>PAB</name>
|
||||
<decimal>.</decimal>
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currency>
|
||||
</currencies>
|
||||
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-01-07" />
|
||||
<language type="es"></language>
|
||||
<territory type="PAN">PA</territory>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormat type="full">
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="long">
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="medium">
|
||||
<pattern>MM/dd/yyyy</pattern>
|
||||
</dateFormat>
|
||||
<dateFormat type="short">
|
||||
<pattern>MM/dd/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="PAB"/>
|
||||
<currency type="PAB">
|
||||
<symbol>B/</symbol>
|
||||
<displayName>PAB</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation key="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<tc>ChCH</tc>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue