mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
make all files conform to LDML
X-SVN-Rev: 12567
This commit is contained in:
parent
73f9e5c53a
commit
89e7c20457
275 changed files with 26673 additions and 17417 deletions
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="3.0">Various notes and changes in version 3.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="af"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -15,9 +20,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z á é è â ê î ô û ë ï ö]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
|
@ -73,4 +78,12 @@
|
|||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="ZAR">
|
||||
<displayName>ZAR</displayName>
|
||||
<symbol>R</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="af"></language>
|
||||
<territory type="ZAF">ZA</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZAR"/>
|
||||
<currency type="ZAR">
|
||||
<symbol>R</symbol>
|
||||
<displayName>ZAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,17 +1,292 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="am"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="aa">አፋርኛ</language>
|
||||
<language type="ab">አብሐዚኛ</language>
|
||||
<language type="af">አፍሪቃንስኛ</language>
|
||||
<language type="am">አማርኛ</language>
|
||||
<language type="ar">ዐርቢኛ</language>
|
||||
<language type="as">አሳሜዛዊ</language>
|
||||
<language type="ay">አያማርኛ</language>
|
||||
<language type="az">አዜርባይጃንኛ</language>
|
||||
<language type="ba">ባስኪርኛ</language>
|
||||
<language type="be">ቤላራሻኛ</language>
|
||||
<language type="bg">ቡልጋሪኛ</language>
|
||||
<language type="bh">ቢሃሪ</language>
|
||||
<language type="bi">ቢስላምኛ</language>
|
||||
<language type="bn">በንጋሊኛ</language>
|
||||
<language type="bo">ትበትንኛ</language>
|
||||
<language type="br">ብሬቶንኛ</language>
|
||||
<language type="ca">ካታላንኛ</language>
|
||||
<language type="co">ኮርሲካኛ</language>
|
||||
<language type="cs">ቼክኛ</language>
|
||||
<language type="cy">ወልሽ</language>
|
||||
<language type="da">ዴኒሽ</language>
|
||||
<language type="de">ጀርመን</language>
|
||||
<language type="dz">ድዞንግኻኛ</language>
|
||||
<language type="el">ግሪክኛ</language>
|
||||
<language type="en">እንግሊዝኛ</language>
|
||||
<language type="eo">ኤስፐራንቶ</language>
|
||||
<language type="es">ስፓኒሽ</language>
|
||||
<language type="et">ኤስቶኒአን</language>
|
||||
<language type="eu">ባስክኛ</language>
|
||||
<language type="fa">ፐርሲያኛ</language>
|
||||
<language type="fi">ፊኒሽ</language>
|
||||
<language type="fj">ፊጂኛ</language>
|
||||
<language type="fo">ፋሮኛ</language>
|
||||
<language type="fr">ፈረንሳይኛ</language>
|
||||
<language type="fy">ፍሪስኛ</language>
|
||||
<language type="ga">አይሪሽ</language>
|
||||
<language type="gd">እስኮትስ ጌልክኛ</language>
|
||||
<language type="gez">ግዕዝኛ</language>
|
||||
<language type="gl">ጋለጋኛ</language>
|
||||
<language type="gn">ጓራኒኛ</language>
|
||||
<language type="gu">ጉጃርቲኛ</language>
|
||||
<language type="ha">ሃውሳኛ</language>
|
||||
<language type="he">ዕብራስጥ</language>
|
||||
<language type="hi">ሐንድኛ</language>
|
||||
<language type="hr">ክሮሽያንኛ</language>
|
||||
<language type="hu">ሀንጋሪኛ</language>
|
||||
<language type="hy">አርመናዊ</language>
|
||||
<language type="ia">ኢንቴርሊንጓ</language>
|
||||
<language type="id">እንዶኒሲኛ</language>
|
||||
<language type="ie">እንተርሊንግወ</language>
|
||||
<language type="ik">እኑፒያቅኛ</language>
|
||||
<language type="is">አይስላንድኛ</language>
|
||||
<language type="it">ጣሊያንኛ</language>
|
||||
<language type="iu">እኑክቲቱትኛ</language>
|
||||
<language type="ja">ጃፓንኛ</language>
|
||||
<language type="jv">ጃቫንኛ</language>
|
||||
<language type="ka">ጊዮርጊያን</language>
|
||||
<language type="kk">ካዛክኛ</language>
|
||||
<language type="kl">ካላሊሱትኛ</language>
|
||||
<language type="km">ክመርኛ</language>
|
||||
<language type="kn">ካናዳኛ</language>
|
||||
<language type="ko">ኮሪያኛ</language>
|
||||
<language type="ks">ካሽሚርኛ</language>
|
||||
<language type="ku">ኩርድሽኛ</language>
|
||||
<language type="ky">ኪርጊዝኛ</language>
|
||||
<language type="la">ላቲንኛ</language>
|
||||
<language type="ln">ሊንጋላኛ</language>
|
||||
<language type="lo">ላውስኛ</language>
|
||||
<language type="lt">ሊቱአኒያን</language>
|
||||
<language type="lv">ላትቪያን</language>
|
||||
<language type="mg">ማላጋስኛ</language>
|
||||
<language type="mi">ማዮሪኛ</language>
|
||||
<language type="mk">ማከዶኒኛ</language>
|
||||
<language type="ml">ማላያላምኛ</language>
|
||||
<language type="mn">ሞንጎላዊኛ</language>
|
||||
<language type="mo">ሞልዳቫዊና</language>
|
||||
<language type="mr">ማራዚኛ</language>
|
||||
<language type="ms">ማላይኛ</language>
|
||||
<language type="mt">ማልቲስኛ</language>
|
||||
<language type="my">ቡርማኛ</language>
|
||||
<language type="na">ናኡሩ</language>
|
||||
<language type="ne">ኔፓሊኛ</language>
|
||||
<language type="nl">ደች</language>
|
||||
<language type="no">ኖርዌጂያን</language>
|
||||
<language type="oc">ኦኪታንኛ</language>
|
||||
<language type="om">ኦሮምኛ</language>
|
||||
<language type="or">ኦሪያኛ</language>
|
||||
<language type="pa">ፓንጃቢኛ</language>
|
||||
<language type="pl">ፖሊሽ</language>
|
||||
<language type="ps">ፑሽቶኛ</language>
|
||||
<language type="pt">ፖርቱጋሊኛ</language>
|
||||
<language type="qu">ኵቿኛ</language>
|
||||
<language type="rm">ሮማንስ</language>
|
||||
<language type="rn">ሩንዲኛ</language>
|
||||
<language type="ro">ሮማኒያን</language>
|
||||
<language type="ru">ራሽኛ</language>
|
||||
<language type="rw">ኪንያርዋንድኛ</language>
|
||||
<language type="sa">ሳንስክሪትኛ</language>
|
||||
<language type="sd">ሲንድሂኛ</language>
|
||||
<language type="sg">ሳንጎኛ</language>
|
||||
<language type="sh">sh</language>
|
||||
<language type="si">ስንሃልኛ</language>
|
||||
<language type="sid">ሲዳምኛ</language>
|
||||
<language type="sk">ስሎቫክኛ</language>
|
||||
<language type="sl">ስሎቪኛ</language>
|
||||
<language type="sm">ሳሞአኛ</language>
|
||||
<language type="sn">ሾናኛ</language>
|
||||
<language type="so">ሱማልኛ</language>
|
||||
<language type="sq">ልቤኒኛ</language>
|
||||
<language type="sr">ሰርቢኛ</language>
|
||||
<language type="ss">ስዋቲኛ</language>
|
||||
<language type="st">ሶዞኛ</language>
|
||||
<language type="su">ሱዳንኛ</language>
|
||||
<language type="sv">ስዊድንኛ</language>
|
||||
<language type="sw">ስዋሂሊኛ</language>
|
||||
<language type="ta">ታሚልኛ</language>
|
||||
<language type="te">ተሉጉኛ</language>
|
||||
<language type="tg">ታጂኪኛ</language>
|
||||
<language type="th">ታይኛ</language>
|
||||
<language type="ti">ትግርኛ</language>
|
||||
<language type="tig">ትግረ</language>
|
||||
<language type="tk">ቱርክመንኛ</language>
|
||||
<language type="tl">ታጋሎገኛ</language>
|
||||
<language type="tn">ጽዋናዊኛ</language>
|
||||
<language type="to">ቶንጋ</language>
|
||||
<language type="tr">ቱርክኛ</language>
|
||||
<language type="ts">ጾንጋኛ</language>
|
||||
<language type="tt">ታታርኛ</language>
|
||||
<language type="tw">ትዊኛ</language>
|
||||
<language type="ug">ኡዊግሁርኛ</language>
|
||||
<language type="uk">ዩክረኒኛ</language>
|
||||
<language type="ur">ኡርዱኛ</language>
|
||||
<language type="uz">ኡዝበክኛ</language>
|
||||
<language type="vi">ቪትናምኛ</language>
|
||||
<language type="vo">ቮላፑክኛ</language>
|
||||
<language type="wo">ዎሎፍኛ</language>
|
||||
<language type="xh">ዞሳኛ</language>
|
||||
<language type="yi">ይዲሻዊኛ</language>
|
||||
<language type="yo">ዮሩባዊኛ</language>
|
||||
<language type="za">ዡዋንግኛ</language>
|
||||
<language type="zh">ቻይንኛ</language>
|
||||
<language type="zu">ዙሉኛ</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="AD">አንዶራ</territory>
|
||||
<territory type="AE">የተባበሩት አረብ ኤምሬትስ</territory>
|
||||
<territory type="AL">አልባኒያ</territory>
|
||||
<territory type="AM">አርሜኒያ</territory>
|
||||
<territory type="AN">ኔዘርላንድስ አንቲልስ</territory>
|
||||
<territory type="AR">አርጀንቲና</territory>
|
||||
<territory type="AT">ኦስትሪያ</territory>
|
||||
<territory type="AU">አውስትሬሊያ</territory>
|
||||
<territory type="AZ">አዘርባጃን</territory>
|
||||
<territory type="BA">ቦስኒያ እና ሄርዞጎቪኒያ</territory>
|
||||
<territory type="BB">ባርቤዶስ</territory>
|
||||
<territory type="BE">ቤልጄም</territory>
|
||||
<territory type="BG">ቡልጌሪያ</territory>
|
||||
<territory type="BH">ባህሬን</territory>
|
||||
<territory type="BM">ቤርሙዳ</territory>
|
||||
<territory type="BO">ቦሊቪያ</territory>
|
||||
<territory type="BR">ብራዚል</territory>
|
||||
<territory type="BT">ቡህታን</territory>
|
||||
<territory type="BY">ቤላሩስ</territory>
|
||||
<territory type="BZ">ቤሊዘ</territory>
|
||||
<territory type="CD">ኮንጎ</territory>
|
||||
<territory type="CF">የመካከለኛው አፍሪካ ሪፐብሊክ</territory>
|
||||
<territory type="CH">ስዊዘርላንድ</territory>
|
||||
<territory type="CL">ቺሊ</territory>
|
||||
<territory type="CM">ካሜሩን</territory>
|
||||
<territory type="CN">ቻይና</territory>
|
||||
<territory type="CO">ኮሎምቢያ</territory>
|
||||
<territory type="CV">ኬፕ ቬርዴ</territory>
|
||||
<territory type="CY">ሳይፕረስ</territory>
|
||||
<territory type="CZ">ቼክ ሪፑብሊክ</territory>
|
||||
<territory type="DE">ጀርመን</territory>
|
||||
<territory type="DK">ዴንማርክ</territory>
|
||||
<territory type="DM">ዶሚኒካ</territory>
|
||||
<territory type="DO">ዶሚኒክ ሪፑብሊክ</territory>
|
||||
<territory type="DZ">አልጄሪያ</territory>
|
||||
<territory type="EC">ኢኳዶር</territory>
|
||||
<territory type="EE">ኤስቶኒያ</territory>
|
||||
<territory type="EG">ግብጽ</territory>
|
||||
<territory type="EH">ምዕራባዊ ሳህራ</territory>
|
||||
<territory type="ER">ኤርትራ</territory>
|
||||
<territory type="ES">ስፔን</territory>
|
||||
<territory type="ET">ኢትዮጵያ</territory>
|
||||
<territory type="FI">ፊንላንድ</territory>
|
||||
<territory type="FJ">ፊጂ</territory>
|
||||
<territory type="FM">ሚክሮኔዢያ</territory>
|
||||
<territory type="GB">እንግሊዝ</territory>
|
||||
<territory type="GE">ጆርጂያ</territory>
|
||||
<territory type="GF">የፈረንሳይ ጉዊአና</territory>
|
||||
<territory type="GM">ጋምቢያ</territory>
|
||||
<territory type="GN">ጊኒ</territory>
|
||||
<territory type="GQ">ኢኳቶሪያል ጊኒ</territory>
|
||||
<territory type="GR">ግሪክ</territory>
|
||||
<territory type="GW">ቢሳዎ</territory>
|
||||
<territory type="GY">ጉያና</territory>
|
||||
<territory type="HK">ሆንግ ኮንግ</territory>
|
||||
<territory type="HR">ክሮኤሽያ</territory>
|
||||
<territory type="HT">ሀይቲ</territory>
|
||||
<territory type="HU">ሀንጋሪ</territory>
|
||||
<territory type="ID">ኢንዶኔዢያ</territory>
|
||||
<territory type="IE">አየርላንድ</territory>
|
||||
<territory type="IL">እስራኤል</territory>
|
||||
<territory type="IN">ህንድ</territory>
|
||||
<territory type="IQ">ኢራቅ</territory>
|
||||
<territory type="IS">አይስላንድ</territory>
|
||||
<territory type="IT">ጣሊያን</territory>
|
||||
<territory type="JM">ጃማይካ</territory>
|
||||
<territory type="JO">ጆርዳን</territory>
|
||||
<territory type="JP">ጃፓን</territory>
|
||||
<territory type="KH">ካምቦዲያ</territory>
|
||||
<territory type="KM">ኮሞሮስ</territory>
|
||||
<territory type="KP">ደቡብ ኮሪያ</territory>
|
||||
<territory type="KR">ሰሜን ኮሪያ</territory>
|
||||
<territory type="KW">ክዌት</territory>
|
||||
<territory type="LB">ሊባኖስ</territory>
|
||||
<territory type="LT">ሊቱዌኒያ</territory>
|
||||
<territory type="LV">ላትቪያ</territory>
|
||||
<territory type="LY">ሊቢያ</territory>
|
||||
<territory type="MA">ሞሮኮ</territory>
|
||||
<territory type="MD">ሞልዶቫ</territory>
|
||||
<territory type="MK">ማከዶኒያ</territory>
|
||||
<territory type="MN">ሞንጎሊያ</territory>
|
||||
<territory type="MO">ማካዎ</territory>
|
||||
<territory type="MR">ሞሪቴኒያ</territory>
|
||||
<territory type="MT">ማልታ</territory>
|
||||
<territory type="MU">ማሩሸስ</territory>
|
||||
<territory type="MX">ሜክሲኮ</territory>
|
||||
<territory type="MY">ማሌዢያ</territory>
|
||||
<territory type="NA">ናሚቢያ</territory>
|
||||
<territory type="NC">ኒው ካሌዶኒያ</territory>
|
||||
<territory type="NG">ናይጄሪያ</territory>
|
||||
<territory type="NL">ኔዘርላንድ</territory>
|
||||
<territory type="NO">ኖርዌ</territory>
|
||||
<territory type="NP">ኔፓል</territory>
|
||||
<territory type="NZ">ኒው ዚላንድ</territory>
|
||||
<territory type="PE">ፔሩ</territory>
|
||||
<territory type="PF">የፈረንሳይ ፖሊኔዢያ</territory>
|
||||
<territory type="PG">ፓፑዋ ኒው ጊኒ</territory>
|
||||
<territory type="PL">ፖላንድ</territory>
|
||||
<territory type="PR">ፖርታ ሪኮ</territory>
|
||||
<territory type="RO">ሮሜኒያ</territory>
|
||||
<territory type="RU">ራሺያ</territory>
|
||||
<territory type="SA">ሳውድአረቢያ</territory>
|
||||
<territory type="SD">ሱዳን</territory>
|
||||
<territory type="SE">ስዊድን</territory>
|
||||
<territory type="SG">ሲንጋፖር</territory>
|
||||
<territory type="SI">ስሎቬኒያ</territory>
|
||||
<territory type="SK">ስሎቫኪያ</territory>
|
||||
<territory type="SN">ሴኔጋል</territory>
|
||||
<territory type="SO">ሱማሌ</territory>
|
||||
<territory type="SP">ሰርቢያ</territory>
|
||||
<territory type="SY">ሲሪያ</territory>
|
||||
<territory type="TD">ቻድ</territory>
|
||||
<territory type="TF">የፈረንሳይ ደቡባዊ ግዛቶች</territory>
|
||||
<territory type="TH">ታይላንድ</territory>
|
||||
<territory type="TJ">ታጃኪስታን</territory>
|
||||
<territory type="TL">ምስራቅ ቲሞር</territory>
|
||||
<territory type="TN">ቱኒዚያ</territory>
|
||||
<territory type="TR">ቱርክ</territory>
|
||||
<territory type="TT">ትሪኒዳድ እና ቶባጎ</territory>
|
||||
<territory type="TZ">ታንዛኒያ</territory>
|
||||
<territory type="UG">ዩጋንዳ</territory>
|
||||
<territory type="US">አሜሪካ</territory>
|
||||
<territory type="UZ">ዩዝበኪስታን</territory>
|
||||
<territory type="VE">ቬንዙዌላ</territory>
|
||||
<territory type="VG">የእንግሊዝ ድንግል ደሴቶች</territory>
|
||||
<territory type="VI">የአሜሪካ ቨርጂን ደሴቶች</territory>
|
||||
<territory type="YE">የመን</territory>
|
||||
<territory type="YU">ዩጎዝላቪያ</territory>
|
||||
<territory type="ZA">ደቡብ አፍሪካ</territory>
|
||||
<territory type="ZM">ዛምቢያ</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
|
@ -21,9 +296,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[:Ethi:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Ethi</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
|
@ -68,15 +348,15 @@
|
|||
<dayAbbr>
|
||||
<day type="sun">እሑድ</day>
|
||||
<day type="mon">ሰኞ</day>
|
||||
<day type="tue">ማክሰኞ</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"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="sat"/>
|
||||
</week>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
|
@ -87,4 +367,4 @@
|
|||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="am"></language>
|
||||
<territory type="ETH">ET</territory>
|
||||
</identity>
|
||||
|
@ -13,89 +18,102 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<am>ጠዋት</am>
|
||||
<pm>ከሳዓት</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE፣ dd MMMM ቀን yyyy G</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<am>ጡዋት</am>
|
||||
<pm>ከሳዓት</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE፣ dd MMMM ቀን yyyy G</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ETB"/>
|
||||
<currency type="ETB">
|
||||
<symbol>$</symbol>
|
||||
<displayName>ETB</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="ETB">
|
||||
<displayName>ETB</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.2">Various notes and changes in version 1.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -38,9 +43,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="right-to-left" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[ء ا-غ ف-يّ ٓ-ٕ ٰ-ڷ ں-ھ ہ ۃ-ێ ې-ے]</exemplarCharacters>
|
||||
</encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[ء-غـ-ٕ٠-٬]</exemplarCharacters>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Arab</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -61,18 +71,18 @@
|
|||
<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>
|
||||
<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>
|
||||
|
@ -84,113 +94,198 @@
|
|||
<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>
|
||||
<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"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="sat"/>
|
||||
</week>
|
||||
<am>ص</am>
|
||||
<pm>م</pm>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
<era type="1">ق.م</era>
|
||||
<era type="2">م</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<am>ص</am>
|
||||
<pm>م</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>z h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤ #,##0.00-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.00;¤ #,##0.00-</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="AED">
|
||||
<displayName>AED</displayName>
|
||||
<symbol>د.إ.</symbol>
|
||||
</currency>
|
||||
<currency type="BHD">
|
||||
<displayName>BHD</displayName>
|
||||
<symbol>د.ب.</symbol>
|
||||
</currency>
|
||||
<currency type="DZD">
|
||||
<displayName>DZD</displayName>
|
||||
<symbol>د.ج.</symbol>
|
||||
</currency>
|
||||
<currency type="EGP">
|
||||
<displayName>EGP</displayName>
|
||||
<symbol>ج.م.</symbol>
|
||||
</currency>
|
||||
<currency type="IQD">
|
||||
<displayName>IQD</displayName>
|
||||
<symbol>د.ع.</symbol>
|
||||
</currency>
|
||||
<currency type="JOD">
|
||||
<displayName>JOD</displayName>
|
||||
<symbol>د.أ.</symbol>
|
||||
</currency>
|
||||
<currency type="KWD">
|
||||
<displayName>KWD</displayName>
|
||||
<symbol>د.ك.</symbol>
|
||||
</currency>
|
||||
<currency type="LBP">
|
||||
<displayName>LBP</displayName>
|
||||
<symbol>ل.ل.</symbol>
|
||||
</currency>
|
||||
<currency type="LYD">
|
||||
<displayName>LYD</displayName>
|
||||
<symbol>د.ل.</symbol>
|
||||
</currency>
|
||||
<currency type="MAD">
|
||||
<displayName>MAD</displayName>
|
||||
<symbol>د.م.</symbol>
|
||||
</currency>
|
||||
<currency type="OMR">
|
||||
<displayName>OMR</displayName>
|
||||
<symbol>ر.ع.</symbol>
|
||||
</currency>
|
||||
<currency type="QAR">
|
||||
<displayName>QAR</displayName>
|
||||
<symbol>ر.ق.</symbol>
|
||||
</currency>
|
||||
<currency type="SAR">
|
||||
<displayName>SAR</displayName>
|
||||
<symbol>ر.س.</symbol>
|
||||
</currency>
|
||||
<currency type="SDP">
|
||||
<displayName>SDP</displayName>
|
||||
<symbol>ج.س.</symbol>
|
||||
</currency>
|
||||
<currency type="SYP">
|
||||
<displayName>SYP</displayName>
|
||||
<symbol>ل.س.</symbol>
|
||||
</currency>
|
||||
<currency type="TND">
|
||||
<displayName>TND</displayName>
|
||||
<symbol>د.ت.</symbol>
|
||||
</currency>
|
||||
<currency type="YER">
|
||||
<displayName>YER</displayName>
|
||||
<symbol>ر.ي.</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</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>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<settings normalization="on" />
|
||||
<rules>
|
||||
<reset>Z</reset>
|
||||
<p>ء</p>
|
||||
<sc>آأؤإئ</sc>
|
||||
<pc>ابپة</pc>
|
||||
<i>ت</i>
|
||||
<pc>ثجچحخدذرزژسشصضطظعغفقكگلمنهوى</pc>
|
||||
<s>ي</s>
|
||||
<pc>ٰٱٲٳٴٵٶٷٸٹٺٻټٽٿڀځڂڃڄڅڇڈډڊڋڌڍڎڏڐڑڒړڔڕږڗڙښڛڜڝڞڟڠڡڢڣڤڥڦڧڨکڪګڬڭڮڰڱڲڳڴڵڶڷںڻڼڽھۀہۂۃۄۅۆۇۈۉۊۋیۍێېۑےۓە</pc>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="2.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="ARE">AE</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="BHR">BH</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="DZA">DZ</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="EGY">EG</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.2">Various notes and changes in version 1.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>₨</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>##,##,##0.###;-##,##,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ ##,##,##0.00;-¤ ##,##,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="IRQ">IQ</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="IQD"/>
|
||||
<currency type="IQD">
|
||||
<symbol>د.ع.</symbol>
|
||||
<displayName>IQD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="JOR">JO</territory>
|
||||
</identity>
|
||||
|
@ -13,83 +18,78 @@
|
|||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="JOD"/>
|
||||
<currency type="JOD">
|
||||
<symbol>د.أ.</symbol>
|
||||
<displayName>JOD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="KWT">KW</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="KWD"/>
|
||||
<currency type="KWD">
|
||||
<symbol>د.ك.</symbol>
|
||||
<displayName>KWD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="LBN">LB</territory>
|
||||
</identity>
|
||||
|
@ -13,58 +18,48 @@
|
|||
<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>
|
||||
<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>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="LBY">LY</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="LYD"/>
|
||||
<currency type="LYD">
|
||||
<symbol>د.ل.</symbol>
|
||||
<displayName>LYD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.000;¤ #,##0.000-</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="MAR">MA</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="OMN">OM</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="QAT">QA</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,78 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<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>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;###0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤###0.00;-¤###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SAU">SA</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,78 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<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>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;###0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤###0.00;-¤###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SDN">SD</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="SYR">SY</territory>
|
||||
</identity>
|
||||
|
@ -13,62 +18,96 @@
|
|||
<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>
|
||||
<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="1"/>
|
||||
<firstDay day="thu"/>
|
||||
</week>
|
||||
</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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;###0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤###0.00;-¤###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="TUN">TN</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,78 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.000</pattern>
|
||||
<pattern>¤ #,##0.000-</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="TND"/>
|
||||
<currency type="TND">
|
||||
<symbol>د.ت.</symbol>
|
||||
<displayName>TND</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<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>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;###0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤###0.00;-¤###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ar"></language>
|
||||
<territory type="YEM">YE</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,78 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<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>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;###0.###-</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤###0.00;-¤###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.3">Various notes and changes in version x0.3</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="az"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -18,9 +23,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[а-и к-х ч ш ы ј ғ ҝ ү ҹ һ ә ө]</exemplarCharacters>
|
||||
</encodings>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">CYRL</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
|
@ -89,11 +99,16 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="AZM">
|
||||
<displayName>AZM</displayName>
|
||||
<symbol>ман.</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="az"></language>
|
||||
<territory type="AZE">AZ</territory>
|
||||
</identity>
|
||||
|
@ -13,62 +18,64 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="be"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,41 +26,46 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[а-з й-ш ы-я ’ёіў {дж} {дз}]</exemplarCharacters>
|
||||
</encodings>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Cyrl</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<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>
|
||||
<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>
|
||||
<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>
|
||||
|
@ -76,7 +86,7 @@
|
|||
<day type="sat">сб</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
|
@ -87,45 +97,57 @@
|
|||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d.M.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d.M.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH.mm.ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH.mm.ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH.mm.ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH.mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -146,11 +168,17 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="BYB">
|
||||
<displayName>BYB</displayName>
|
||||
<symbol>Руб</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<suppress_contractions>[0400-045f]</suppress_contractions>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.1" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<suppress_contractions>[Ѐ-џ]</suppress_contractions>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.1" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="be"></language>
|
||||
<territory type="BLR">BY</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0</pattern>
|
||||
<pattern>-¤#,##0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BYB"/>
|
||||
<currency type="BYB">
|
||||
<symbol>Руб</symbol>
|
||||
<displayName>BYB</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0;-¤#,##0</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="bg"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,36 +26,41 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[а-ь юяѣѫ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Cyrl</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<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>
|
||||
<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="3">март</month>
|
||||
<month type="4">апр.</month>
|
||||
<month type="5">май.</month>
|
||||
<month type="6">юни.</month>
|
||||
<month type="7">юли.</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>
|
||||
|
@ -67,16 +77,16 @@
|
|||
<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>
|
||||
<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"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
|
@ -87,45 +97,57 @@
|
|||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy, EEEE</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -146,11 +168,17 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="BGL">
|
||||
<displayName>BGL</displayName>
|
||||
<symbol>лв</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<suppress_contractions>[0400-045f]</suppress_contractions>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.1" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<suppress_contractions>[Ѐ-џ]</suppress_contractions>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.1" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="bg"></language>
|
||||
<territory type="BGR">BG</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BGL"/>
|
||||
<currency type="BGL">
|
||||
<symbol>лв</symbol>
|
||||
<displayName>BGL</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,15 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="bn"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
<languages>
|
||||
<language type="bn">বাংলা</language>
|
||||
</languages>
|
||||
<territories>
|
||||
<territory type="IN">ভারত</territory>
|
||||
</territories>
|
||||
<keys>
|
||||
<key type="collation">collation</key>
|
||||
<key type="calendar">calendar</key>
|
||||
|
@ -18,9 +26,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[:Beng:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[[:Beng:]]</exemplarCharacters>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Beng</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
|
@ -76,4 +89,16 @@
|
|||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</localeData>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="BDT">
|
||||
<displayName>BDT</displayName>
|
||||
<symbol>৳</symbol>
|
||||
</currency>
|
||||
<currency type="INR">
|
||||
<displayName>INR</displayName>
|
||||
<symbol>টাকা</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="bn"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>টাকা</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>##,##,##0.###;-##,##,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ ##,##,##0.00;-¤ ##,##,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ca"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,9 +26,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z é í ó ú à è ò ï ü ŀ ç ñ]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -77,45 +82,57 @@
|
|||
</dayAbbr>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -136,19 +153,29 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="ESP">
|
||||
<displayName>ESP</displayName>
|
||||
<symbol>₧</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<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>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<settings backwards="on" />
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>L</reset>
|
||||
<p>ll</p>
|
||||
<t>l·l</t>
|
||||
<t>Ll</t>
|
||||
<t>L·l</t>
|
||||
<t>LL</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ca"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
</identity>
|
||||
|
@ -13,50 +18,45 @@
|
|||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="ca"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,46 +19,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0</pattern>
|
||||
<pattern>-¤ #,##0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ESP"/>
|
||||
<currency type="ESP">
|
||||
<symbol>Pts</symbol>
|
||||
<displayName>ESP</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0;-¤ #,##0</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="cs"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,9 +26,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z ý á é í ó ú ě ů č ď ň ř š ť ž]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -75,55 +80,67 @@
|
|||
<day type="fri">pá</day>
|
||||
<day type="sat">so</day>
|
||||
</dayAbbr>
|
||||
<am>dop.</am>
|
||||
<pm>odp.</pm>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
<era type="1">př.Kr.</era>
|
||||
<era type="2">po Kr.</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<am>dop.</am>
|
||||
<pm>odp.</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d.M.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d.M.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>H:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -144,26 +161,34 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="CZK">
|
||||
<displayName>CZK</displayName>
|
||||
<symbol>Kč</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<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>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
<p>č</p>
|
||||
<t>Č</t>
|
||||
<reset>H</reset>
|
||||
<p>ch</p>
|
||||
<t>cH</t>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>R</reset>
|
||||
<p>ř</p>
|
||||
<t>Ř</t>
|
||||
<reset>S</reset>
|
||||
<p>š</p>
|
||||
<t>Š</t>
|
||||
<reset>Z</reset>
|
||||
<p>ž</p>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="cs"></language>
|
||||
<territory type="CZE">CZ</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.##</pattern>
|
||||
<pattern>-#,##0.##</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CZK"/>
|
||||
<currency type="CZK">
|
||||
<symbol>Kč</symbol>
|
||||
<displayName>CZK</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.##;-#,##0.##</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="da"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,9 +26,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z æ å ø á é í ó ú ý]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -76,8 +81,8 @@
|
|||
<day type="sat">lø</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
<minDays count="4"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
|
@ -87,45 +92,57 @@
|
|||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -159,38 +176,48 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="DKK">
|
||||
<displayName>DKK</displayName>
|
||||
<symbol>kr</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<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>
|
||||
<collations version="3.1.1">
|
||||
<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>
|
||||
<t>Å</t>
|
||||
<t>aa</t>
|
||||
<t>aA</t>
|
||||
<t>Aa</t>
|
||||
<t>AA</t>
|
||||
<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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="2.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="da"></language>
|
||||
<territory type="DNK">DK</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤ -#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="DKK"/>
|
||||
<currency type="DKK">
|
||||
<symbol>kr</symbol>
|
||||
<displayName>DKK</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.00;¤ -#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.2">Various notes and changes in version 1.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -249,9 +254,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z ä ö ü ß]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GjMtkHmsSEDFwWahKzJe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -304,58 +309,70 @@
|
|||
<day type="sat">Sa</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
<minDays count="4"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<am>vorm.</am>
|
||||
<pm>nachm.</pm>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
<era type="1">v. Chr.</era>
|
||||
<era type="2">n. Chr.</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<am>vorm.</am>
|
||||
<pm>nachm.</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>H:mm' Uhr 'z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -389,28 +406,770 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="AED">
|
||||
<displayName>UAE Dirham</displayName>
|
||||
<symbol>AED</symbol>
|
||||
</currency>
|
||||
<currency type="AFA">
|
||||
<displayName>Afghani</displayName>
|
||||
<symbol>AFA</symbol>
|
||||
</currency>
|
||||
<currency type="ALL">
|
||||
<displayName>Lek</displayName>
|
||||
<symbol>ALL</symbol>
|
||||
</currency>
|
||||
<currency type="AMD">
|
||||
<displayName>Dram</displayName>
|
||||
<symbol>AMD</symbol>
|
||||
</currency>
|
||||
<currency type="ANG">
|
||||
<displayName>Niederl. Antillen Gulden</displayName>
|
||||
<symbol>ANG</symbol>
|
||||
</currency>
|
||||
<currency type="AOA">
|
||||
<displayName>Kwanza</displayName>
|
||||
<symbol>AOA</symbol>
|
||||
</currency>
|
||||
<currency type="AON">
|
||||
<displayName>Neuer Kwanza</displayName>
|
||||
<symbol>AON</symbol>
|
||||
</currency>
|
||||
<currency type="AOR">
|
||||
<displayName>Kwanza Reajustado</displayName>
|
||||
<symbol>AOR</symbol>
|
||||
</currency>
|
||||
<currency type="ARS">
|
||||
<displayName>Argentinischer Peso</displayName>
|
||||
<symbol>ARS</symbol>
|
||||
</currency>
|
||||
<currency type="ATS">
|
||||
<displayName>Österreichischer Schilling</displayName>
|
||||
<symbol>öS</symbol>
|
||||
</currency>
|
||||
<currency type="AUD">
|
||||
<displayName>Australischer Dollar</displayName>
|
||||
<symbol>AUD</symbol>
|
||||
</currency>
|
||||
<currency type="AWG">
|
||||
<displayName>Aruba Florin</displayName>
|
||||
<symbol>AWG</symbol>
|
||||
</currency>
|
||||
<currency type="AZM">
|
||||
<displayName>Aserbeidschan Manat</displayName>
|
||||
<symbol>AZM</symbol>
|
||||
</currency>
|
||||
<currency type="BAM">
|
||||
<displayName>Konvertierbare Mark</displayName>
|
||||
<symbol>BAM</symbol>
|
||||
</currency>
|
||||
<currency type="BBD">
|
||||
<displayName>Barbados-Dollar</displayName>
|
||||
<symbol>BBD</symbol>
|
||||
</currency>
|
||||
<currency type="BDT">
|
||||
<displayName>Taka</displayName>
|
||||
<symbol>BDT</symbol>
|
||||
</currency>
|
||||
<currency type="BEF">
|
||||
<displayName>Belgischer Franc</displayName>
|
||||
<symbol>BEF</symbol>
|
||||
</currency>
|
||||
<currency type="BGL">
|
||||
<displayName>Lew</displayName>
|
||||
<symbol>BGL</symbol>
|
||||
</currency>
|
||||
<currency type="BGN">
|
||||
<displayName>Bulgarian Lev</displayName>
|
||||
<symbol>BGN</symbol>
|
||||
</currency>
|
||||
<currency type="BHD">
|
||||
<displayName>Bahrain-Dinar</displayName>
|
||||
<symbol>BHD</symbol>
|
||||
</currency>
|
||||
<currency type="BIF">
|
||||
<displayName>Burundi-Franc</displayName>
|
||||
<symbol>BIF</symbol>
|
||||
</currency>
|
||||
<currency type="BMD">
|
||||
<displayName>Bermuda-Dollar</displayName>
|
||||
<symbol>BMD</symbol>
|
||||
</currency>
|
||||
<currency type="BND">
|
||||
<displayName>Brunei-Dollar</displayName>
|
||||
<symbol>BND</symbol>
|
||||
</currency>
|
||||
<currency type="BOB">
|
||||
<displayName>Boliviano</displayName>
|
||||
<symbol>BOB</symbol>
|
||||
</currency>
|
||||
<currency type="BOV">
|
||||
<displayName>Mvdol</displayName>
|
||||
<symbol>BOV</symbol>
|
||||
</currency>
|
||||
<currency type="BRL">
|
||||
<displayName>Real</displayName>
|
||||
<symbol>BRL</symbol>
|
||||
</currency>
|
||||
<currency type="BSD">
|
||||
<displayName>Bahama-Dollar</displayName>
|
||||
<symbol>BSD</symbol>
|
||||
</currency>
|
||||
<currency type="BTN">
|
||||
<displayName>Ngultrum</displayName>
|
||||
<symbol>BTN</symbol>
|
||||
</currency>
|
||||
<currency type="BWP">
|
||||
<displayName>Pula</displayName>
|
||||
<symbol>BWP</symbol>
|
||||
</currency>
|
||||
<currency type="BYB">
|
||||
<displayName>Belarus Rubel (alt)</displayName>
|
||||
<symbol>BYB</symbol>
|
||||
</currency>
|
||||
<currency type="BYR">
|
||||
<displayName>Belarus Rubel (neu)</displayName>
|
||||
<symbol>BYR</symbol>
|
||||
</currency>
|
||||
<currency type="BZD">
|
||||
<displayName>Belize-Dollar</displayName>
|
||||
<symbol>BZD</symbol>
|
||||
</currency>
|
||||
<currency type="CAD">
|
||||
<displayName>Kanadischer Dollar</displayName>
|
||||
<symbol>CAD</symbol>
|
||||
</currency>
|
||||
<currency type="CDF">
|
||||
<displayName>Franc congolais</displayName>
|
||||
<symbol>CDF</symbol>
|
||||
</currency>
|
||||
<currency type="CHF">
|
||||
<displayName>Schweizer Franken</displayName>
|
||||
<symbol>SFr.</symbol>
|
||||
</currency>
|
||||
<currency type="CLF">
|
||||
<displayName>Unidades de Fomento</displayName>
|
||||
<symbol>CLF</symbol>
|
||||
</currency>
|
||||
<currency type="CLP">
|
||||
<displayName>Chilenischer Peso</displayName>
|
||||
<symbol>CLP</symbol>
|
||||
</currency>
|
||||
<currency type="CNY">
|
||||
<displayName>Renminbi Yuan</displayName>
|
||||
<symbol>CNY</symbol>
|
||||
</currency>
|
||||
<currency type="COP">
|
||||
<displayName>Kolumbianischer Peso</displayName>
|
||||
<symbol>COP</symbol>
|
||||
</currency>
|
||||
<currency type="CRC">
|
||||
<displayName>Costa Rica Colon</displayName>
|
||||
<symbol>CRC</symbol>
|
||||
</currency>
|
||||
<currency type="CUP">
|
||||
<displayName>Kubanischer Peso</displayName>
|
||||
<symbol>CUP</symbol>
|
||||
</currency>
|
||||
<currency type="CVE">
|
||||
<displayName>Kap Verde Escudo</displayName>
|
||||
<symbol>CVE</symbol>
|
||||
</currency>
|
||||
<currency type="CYP">
|
||||
<displayName>Zypern Pfund</displayName>
|
||||
<symbol>CYP</symbol>
|
||||
</currency>
|
||||
<currency type="CZK">
|
||||
<displayName>Tschechische Krone</displayName>
|
||||
<symbol>CZK</symbol>
|
||||
</currency>
|
||||
<currency type="DEM">
|
||||
<displayName>Deutsche Mark</displayName>
|
||||
<symbol>DM</symbol>
|
||||
</currency>
|
||||
<currency type="DJF">
|
||||
<displayName>Dschibuti-Franc</displayName>
|
||||
<symbol>DJF</symbol>
|
||||
</currency>
|
||||
<currency type="DKK">
|
||||
<displayName>Dänische Krone</displayName>
|
||||
<symbol>DKK</symbol>
|
||||
</currency>
|
||||
<currency type="DOP">
|
||||
<displayName>Dominikanischer Peso</displayName>
|
||||
<symbol>DOP</symbol>
|
||||
</currency>
|
||||
<currency type="DZD">
|
||||
<displayName>Algerischer Dinar</displayName>
|
||||
<symbol>DZD</symbol>
|
||||
</currency>
|
||||
<currency type="ECS">
|
||||
<displayName>Ecuadorianischer Sucre</displayName>
|
||||
<symbol>ECS</symbol>
|
||||
</currency>
|
||||
<currency type="ECV">
|
||||
<displayName>Verrechnungseinheit für EC</displayName>
|
||||
<symbol>ECV</symbol>
|
||||
</currency>
|
||||
<currency type="EEK">
|
||||
<displayName>Estnische Krone</displayName>
|
||||
<symbol>EEK</symbol>
|
||||
</currency>
|
||||
<currency type="EGP">
|
||||
<displayName>Ägyptisches Pfund</displayName>
|
||||
<symbol>EGP</symbol>
|
||||
</currency>
|
||||
<currency type="ERN">
|
||||
<displayName>Nakfa</displayName>
|
||||
<symbol>ERN</symbol>
|
||||
</currency>
|
||||
<currency type="ESP">
|
||||
<displayName>Spanische Pesete</displayName>
|
||||
<symbol>ESP</symbol>
|
||||
</currency>
|
||||
<currency type="ETB">
|
||||
<displayName>Birr</displayName>
|
||||
<symbol>ETB</symbol>
|
||||
</currency>
|
||||
<currency type="EUR">
|
||||
<displayName>Euro</displayName>
|
||||
<symbol>€</symbol>
|
||||
</currency>
|
||||
<currency type="FIM">
|
||||
<displayName>Finnische Mark</displayName>
|
||||
<symbol>FIM</symbol>
|
||||
</currency>
|
||||
<currency type="FJD">
|
||||
<displayName>Fidschi Dollar</displayName>
|
||||
<symbol>FJD</symbol>
|
||||
</currency>
|
||||
<currency type="FKP">
|
||||
<displayName>Falkland Pfund</displayName>
|
||||
<symbol>FKP</symbol>
|
||||
</currency>
|
||||
<currency type="FRF">
|
||||
<displayName>Französischer Franc</displayName>
|
||||
<symbol>FF</symbol>
|
||||
</currency>
|
||||
<currency type="GBP">
|
||||
<displayName>Pfund Sterling</displayName>
|
||||
<symbol>£</symbol>
|
||||
</currency>
|
||||
<currency type="GEL">
|
||||
<displayName>Georgischer Lari</displayName>
|
||||
<symbol>GEL</symbol>
|
||||
</currency>
|
||||
<currency type="GHC">
|
||||
<displayName>Cedi</displayName>
|
||||
<symbol>GHC</symbol>
|
||||
</currency>
|
||||
<currency type="GIP">
|
||||
<displayName>Gibraltar Pfund</displayName>
|
||||
<symbol>GIP</symbol>
|
||||
</currency>
|
||||
<currency type="GMD">
|
||||
<displayName>Dalasi</displayName>
|
||||
<symbol>GMD</symbol>
|
||||
</currency>
|
||||
<currency type="GNF">
|
||||
<displayName>Guinea Franc</displayName>
|
||||
<symbol>GNF</symbol>
|
||||
</currency>
|
||||
<currency type="GRD">
|
||||
<displayName>Griechische Drachme</displayName>
|
||||
<symbol>GRD</symbol>
|
||||
</currency>
|
||||
<currency type="GTQ">
|
||||
<displayName>Quetzal</displayName>
|
||||
<symbol>GTQ</symbol>
|
||||
</currency>
|
||||
<currency type="GWP">
|
||||
<displayName>Guinea Bissau Peso</displayName>
|
||||
<symbol>GWP</symbol>
|
||||
</currency>
|
||||
<currency type="GYD">
|
||||
<displayName>Guyana Dollar</displayName>
|
||||
<symbol>GYD</symbol>
|
||||
</currency>
|
||||
<currency type="HKD">
|
||||
<displayName>Hongkong Dollar</displayName>
|
||||
<symbol>HKD</symbol>
|
||||
</currency>
|
||||
<currency type="HNL">
|
||||
<displayName>Lempira</displayName>
|
||||
<symbol>HNL</symbol>
|
||||
</currency>
|
||||
<currency type="HRK">
|
||||
<displayName>Kuna</displayName>
|
||||
<symbol>HRK</symbol>
|
||||
</currency>
|
||||
<currency type="HTG">
|
||||
<displayName>Gourde</displayName>
|
||||
<symbol>HTG</symbol>
|
||||
</currency>
|
||||
<currency type="HUF">
|
||||
<displayName>Forint</displayName>
|
||||
<symbol>HUF</symbol>
|
||||
</currency>
|
||||
<currency type="IDR">
|
||||
<displayName>Rupiah</displayName>
|
||||
<symbol>IDR</symbol>
|
||||
</currency>
|
||||
<currency type="IEP">
|
||||
<displayName>Irisches Pfund</displayName>
|
||||
<symbol>IEP</symbol>
|
||||
</currency>
|
||||
<currency type="ILS">
|
||||
<displayName>Schekel</displayName>
|
||||
<symbol>ILS</symbol>
|
||||
</currency>
|
||||
<currency type="INR">
|
||||
<displayName>Indische Rupie</displayName>
|
||||
<symbol>=0#Rs.|1#Re.|1<Rs.</symbol>
|
||||
</currency>
|
||||
<currency type="IQD">
|
||||
<displayName>Irak Dinar</displayName>
|
||||
<symbol>IQD</symbol>
|
||||
</currency>
|
||||
<currency type="IRR">
|
||||
<displayName>Rial</displayName>
|
||||
<symbol>IRR</symbol>
|
||||
</currency>
|
||||
<currency type="ISK">
|
||||
<displayName>Isländische Krone</displayName>
|
||||
<symbol>ISK</symbol>
|
||||
</currency>
|
||||
<currency type="ITL">
|
||||
<displayName>Italienische Lire</displayName>
|
||||
<symbol>₤</symbol>
|
||||
</currency>
|
||||
<currency type="JMD">
|
||||
<displayName>Jamaika Dollar</displayName>
|
||||
<symbol>JMD</symbol>
|
||||
</currency>
|
||||
<currency type="JOD">
|
||||
<displayName>Jordanischer Dinar</displayName>
|
||||
<symbol>JOD</symbol>
|
||||
</currency>
|
||||
<currency type="JPY">
|
||||
<displayName>Yen</displayName>
|
||||
<symbol>¥</symbol>
|
||||
</currency>
|
||||
<currency type="KES">
|
||||
<displayName>Kenia Schilling</displayName>
|
||||
<symbol>KES</symbol>
|
||||
</currency>
|
||||
<currency type="KHR">
|
||||
<displayName>Riel</displayName>
|
||||
<symbol>KHR</symbol>
|
||||
</currency>
|
||||
<currency type="KMF">
|
||||
<displayName>Komoren Franc</displayName>
|
||||
<symbol>KMF</symbol>
|
||||
</currency>
|
||||
<currency type="KPW">
|
||||
<displayName>Nordkoreanischer Won</displayName>
|
||||
<symbol>KPW</symbol>
|
||||
</currency>
|
||||
<currency type="KRW">
|
||||
<displayName>Südkoreanischer Won</displayName>
|
||||
<symbol>KRW</symbol>
|
||||
</currency>
|
||||
<currency type="KWD">
|
||||
<displayName>Kuwait Dinar</displayName>
|
||||
<symbol>KWD</symbol>
|
||||
</currency>
|
||||
<currency type="KYD">
|
||||
<displayName>Kaiman-Dollar</displayName>
|
||||
<symbol>KYD</symbol>
|
||||
</currency>
|
||||
<currency type="KZT">
|
||||
<displayName>Tenge</displayName>
|
||||
<symbol>KZT</symbol>
|
||||
</currency>
|
||||
<currency type="LAK">
|
||||
<displayName>Kip</displayName>
|
||||
<symbol>LAK</symbol>
|
||||
</currency>
|
||||
<currency type="LBP">
|
||||
<displayName>Libanesisches Pfund</displayName>
|
||||
<symbol>LBP</symbol>
|
||||
</currency>
|
||||
<currency type="LKR">
|
||||
<displayName>Sri Lanka Rupie</displayName>
|
||||
<symbol>LKR</symbol>
|
||||
</currency>
|
||||
<currency type="LRD">
|
||||
<displayName>Liberianischer Dollar</displayName>
|
||||
<symbol>LRD</symbol>
|
||||
</currency>
|
||||
<currency type="LSL">
|
||||
<displayName>Loti</displayName>
|
||||
<symbol>LSL</symbol>
|
||||
</currency>
|
||||
<currency type="LTL">
|
||||
<displayName>Litauischer Litas</displayName>
|
||||
<symbol>LTL</symbol>
|
||||
</currency>
|
||||
<currency type="LUF">
|
||||
<displayName>Luxemburgischer Franc</displayName>
|
||||
<symbol>LUF</symbol>
|
||||
</currency>
|
||||
<currency type="LVL">
|
||||
<displayName>Lettischer Lats</displayName>
|
||||
<symbol>LVL</symbol>
|
||||
</currency>
|
||||
<currency type="LYD">
|
||||
<displayName>Libyscher Dinar</displayName>
|
||||
<symbol>LYD</symbol>
|
||||
</currency>
|
||||
<currency type="MAD">
|
||||
<displayName>Marokkanischer Dirham</displayName>
|
||||
<symbol>MAD</symbol>
|
||||
</currency>
|
||||
<currency type="MDL">
|
||||
<displayName>Moldau Leu</displayName>
|
||||
<symbol>MDL</symbol>
|
||||
</currency>
|
||||
<currency type="MGF">
|
||||
<displayName>Madagaskar Franc</displayName>
|
||||
<symbol>MGF</symbol>
|
||||
</currency>
|
||||
<currency type="MKD">
|
||||
<displayName>Denar</displayName>
|
||||
<symbol>MKD</symbol>
|
||||
</currency>
|
||||
<currency type="MMK">
|
||||
<displayName>Kyat</displayName>
|
||||
<symbol>MMK</symbol>
|
||||
</currency>
|
||||
<currency type="MNT">
|
||||
<displayName>Tugrik</displayName>
|
||||
<symbol>MNT</symbol>
|
||||
</currency>
|
||||
<currency type="MOP">
|
||||
<displayName>Pataca</displayName>
|
||||
<symbol>MOP</symbol>
|
||||
</currency>
|
||||
<currency type="MRO">
|
||||
<displayName>Ouguiya</displayName>
|
||||
<symbol>MRO</symbol>
|
||||
</currency>
|
||||
<currency type="MTL">
|
||||
<displayName>Maltesische Lira</displayName>
|
||||
<symbol>MTL</symbol>
|
||||
</currency>
|
||||
<currency type="MUR">
|
||||
<displayName>Mauritius Rupie</displayName>
|
||||
<symbol>MUR</symbol>
|
||||
</currency>
|
||||
<currency type="MVR">
|
||||
<displayName>Rufiyaa</displayName>
|
||||
<symbol>MVR</symbol>
|
||||
</currency>
|
||||
<currency type="MWK">
|
||||
<displayName>Malawi Kwacha</displayName>
|
||||
<symbol>MWK</symbol>
|
||||
</currency>
|
||||
<currency type="MXN">
|
||||
<displayName>Mexikanischer Peso</displayName>
|
||||
<symbol>MXN</symbol>
|
||||
</currency>
|
||||
<currency type="MXV">
|
||||
<displayName>Mexican Unidad de Inversion (UDI)</displayName>
|
||||
<symbol>MXV</symbol>
|
||||
</currency>
|
||||
<currency type="MYR">
|
||||
<displayName>Malaysischer Ringgit</displayName>
|
||||
<symbol>MYR</symbol>
|
||||
</currency>
|
||||
<currency type="MZM">
|
||||
<displayName>Metical</displayName>
|
||||
<symbol>MZM</symbol>
|
||||
</currency>
|
||||
<currency type="NAD">
|
||||
<displayName>Namibia Dollar</displayName>
|
||||
<symbol>NAD</symbol>
|
||||
</currency>
|
||||
<currency type="NGN">
|
||||
<displayName>Naira</displayName>
|
||||
<symbol>NGN</symbol>
|
||||
</currency>
|
||||
<currency type="NIO">
|
||||
<displayName>Gold-Cordoba</displayName>
|
||||
<symbol>NIO</symbol>
|
||||
</currency>
|
||||
<currency type="NLG">
|
||||
<displayName>Holländischer Gulden</displayName>
|
||||
<symbol>NLG</symbol>
|
||||
</currency>
|
||||
<currency type="NOK">
|
||||
<displayName>Norwegische Krone</displayName>
|
||||
<symbol>NOK</symbol>
|
||||
</currency>
|
||||
<currency type="NPR">
|
||||
<displayName>Nepalesische Rupie</displayName>
|
||||
<symbol>NPR</symbol>
|
||||
</currency>
|
||||
<currency type="NZD">
|
||||
<displayName>Neuseeland Dollar</displayName>
|
||||
<symbol>NZD</symbol>
|
||||
</currency>
|
||||
<currency type="OMR">
|
||||
<displayName>Rial Omani</displayName>
|
||||
<symbol>OMR</symbol>
|
||||
</currency>
|
||||
<currency type="PAB">
|
||||
<displayName>Balboa</displayName>
|
||||
<symbol>PAB</symbol>
|
||||
</currency>
|
||||
<currency type="PEN">
|
||||
<displayName>Neuer Sol</displayName>
|
||||
<symbol>PEN</symbol>
|
||||
</currency>
|
||||
<currency type="PGK">
|
||||
<displayName>Kina</displayName>
|
||||
<symbol>PGK</symbol>
|
||||
</currency>
|
||||
<currency type="PHP">
|
||||
<displayName>Philippinischer Peso</displayName>
|
||||
<symbol>PHP</symbol>
|
||||
</currency>
|
||||
<currency type="PKR">
|
||||
<displayName>Pakistanische Rupie</displayName>
|
||||
<symbol>PKR</symbol>
|
||||
</currency>
|
||||
<currency type="PLN">
|
||||
<displayName>Zloty</displayName>
|
||||
<symbol>PLN</symbol>
|
||||
</currency>
|
||||
<currency type="PTE">
|
||||
<displayName>Portugiesischer Escudo</displayName>
|
||||
<symbol>PTE</symbol>
|
||||
</currency>
|
||||
<currency type="PYG">
|
||||
<displayName>Guarani</displayName>
|
||||
<symbol>PYG</symbol>
|
||||
</currency>
|
||||
<currency type="QAR">
|
||||
<displayName>Katar Riyal</displayName>
|
||||
<symbol>QAR</symbol>
|
||||
</currency>
|
||||
<currency type="ROL">
|
||||
<displayName>Leu</displayName>
|
||||
<symbol>ROL</symbol>
|
||||
</currency>
|
||||
<currency type="RUB">
|
||||
<displayName>Russischer Rubel (neu)</displayName>
|
||||
<symbol>RUB</symbol>
|
||||
</currency>
|
||||
<currency type="RUR">
|
||||
<displayName>Russischer Rubel (alt)</displayName>
|
||||
<symbol>RUR</symbol>
|
||||
</currency>
|
||||
<currency type="RWF">
|
||||
<displayName>Ruanda Franc</displayName>
|
||||
<symbol>RWF</symbol>
|
||||
</currency>
|
||||
<currency type="SAR">
|
||||
<displayName>Saudi Riyal</displayName>
|
||||
<symbol>SAR</symbol>
|
||||
</currency>
|
||||
<currency type="SBD">
|
||||
<displayName>Salomonen Dollar</displayName>
|
||||
<symbol>SBD</symbol>
|
||||
</currency>
|
||||
<currency type="SCR">
|
||||
<displayName>Seychellen Rupie</displayName>
|
||||
<symbol>SCR</symbol>
|
||||
</currency>
|
||||
<currency type="SDD">
|
||||
<displayName>Sudanesischer Dinar</displayName>
|
||||
<symbol>SDD</symbol>
|
||||
</currency>
|
||||
<currency type="SEK">
|
||||
<displayName>Schwedische Krone</displayName>
|
||||
<symbol>SEK</symbol>
|
||||
</currency>
|
||||
<currency type="SGD">
|
||||
<displayName>Singapur Dollar</displayName>
|
||||
<symbol>SGD</symbol>
|
||||
</currency>
|
||||
<currency type="SHP">
|
||||
<displayName>St. Helena Pfund</displayName>
|
||||
<symbol>SHP</symbol>
|
||||
</currency>
|
||||
<currency type="SIT">
|
||||
<displayName>Tolar</displayName>
|
||||
<symbol>SIT</symbol>
|
||||
</currency>
|
||||
<currency type="SKK">
|
||||
<displayName>Slowakische Krone</displayName>
|
||||
<symbol>SKK</symbol>
|
||||
</currency>
|
||||
<currency type="SLL">
|
||||
<displayName>Leone</displayName>
|
||||
<symbol>SLL</symbol>
|
||||
</currency>
|
||||
<currency type="SOS">
|
||||
<displayName>Somalia Schilling</displayName>
|
||||
<symbol>SOS</symbol>
|
||||
</currency>
|
||||
<currency type="SRG">
|
||||
<displayName>Suriname Gulden</displayName>
|
||||
<symbol>SRG</symbol>
|
||||
</currency>
|
||||
<currency type="STD">
|
||||
<displayName>Dobra</displayName>
|
||||
<symbol>STD</symbol>
|
||||
</currency>
|
||||
<currency type="SVC">
|
||||
<displayName>El Salvador Colon</displayName>
|
||||
<symbol>SVC</symbol>
|
||||
</currency>
|
||||
<currency type="SYP">
|
||||
<displayName>Syrisches Pfund</displayName>
|
||||
<symbol>SYP</symbol>
|
||||
</currency>
|
||||
<currency type="SZL">
|
||||
<displayName>Lilangeni</displayName>
|
||||
<symbol>SZL</symbol>
|
||||
</currency>
|
||||
<currency type="THB">
|
||||
<displayName>Baht</displayName>
|
||||
<symbol>THB</symbol>
|
||||
</currency>
|
||||
<currency type="TJR">
|
||||
<displayName>Tadschikistan Rubel</displayName>
|
||||
<symbol>TJR</symbol>
|
||||
</currency>
|
||||
<currency type="TMM">
|
||||
<displayName>Turkmenistan-Manat</displayName>
|
||||
<symbol>TMM</symbol>
|
||||
</currency>
|
||||
<currency type="TND">
|
||||
<displayName>Tunesischer Dinar</displayName>
|
||||
<symbol>TND</symbol>
|
||||
</currency>
|
||||
<currency type="TOP">
|
||||
<displayName>Pa'anga</displayName>
|
||||
<symbol>TOP</symbol>
|
||||
</currency>
|
||||
<currency type="TPE">
|
||||
<displayName>Timor Escudo</displayName>
|
||||
<symbol>TPE</symbol>
|
||||
</currency>
|
||||
<currency type="TRL">
|
||||
<displayName>Türkische Lira</displayName>
|
||||
<symbol>TRL</symbol>
|
||||
</currency>
|
||||
<currency type="TTD">
|
||||
<displayName>Trinidad und Tobago Dollar</displayName>
|
||||
<symbol>TTD</symbol>
|
||||
</currency>
|
||||
<currency type="TWD">
|
||||
<displayName>Neuer Taiwan Dollar</displayName>
|
||||
<symbol>TWD</symbol>
|
||||
</currency>
|
||||
<currency type="TZS">
|
||||
<displayName>Tansania Schilling</displayName>
|
||||
<symbol>TZS</symbol>
|
||||
</currency>
|
||||
<currency type="UAH">
|
||||
<displayName>Hryvnia</displayName>
|
||||
<symbol>UAH</symbol>
|
||||
</currency>
|
||||
<currency type="UGX">
|
||||
<displayName>Uganda Schilling</displayName>
|
||||
<symbol>UGX</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>US Dollar</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="UYU">
|
||||
<displayName>Uruguayischer Peso</displayName>
|
||||
<symbol>UYU</symbol>
|
||||
</currency>
|
||||
<currency type="UZS">
|
||||
<displayName>Usbekistan Sum</displayName>
|
||||
<symbol>UZS</symbol>
|
||||
</currency>
|
||||
<currency type="VEB">
|
||||
<displayName>Bolivar</displayName>
|
||||
<symbol>VEB</symbol>
|
||||
</currency>
|
||||
<currency type="VND">
|
||||
<displayName>Dong</displayName>
|
||||
<symbol>VND</symbol>
|
||||
</currency>
|
||||
<currency type="VUV">
|
||||
<displayName>Vatu</displayName>
|
||||
<symbol>VUV</symbol>
|
||||
</currency>
|
||||
<currency type="WST">
|
||||
<displayName>Tala</displayName>
|
||||
<symbol>WST</symbol>
|
||||
</currency>
|
||||
<currency type="XAF">
|
||||
<displayName>CFA Franc (Äquatorial)</displayName>
|
||||
<symbol>XAF</symbol>
|
||||
</currency>
|
||||
<currency type="XCD">
|
||||
<displayName>Ostkaribischer Dollar</displayName>
|
||||
<symbol>XCD</symbol>
|
||||
</currency>
|
||||
<currency type="XOF">
|
||||
<displayName>CFA Franc (West)</displayName>
|
||||
<symbol>XOF</symbol>
|
||||
</currency>
|
||||
<currency type="XPF">
|
||||
<displayName>CFP Franc</displayName>
|
||||
<symbol>XPF</symbol>
|
||||
</currency>
|
||||
<currency type="YER">
|
||||
<displayName>Jemen Rial</displayName>
|
||||
<symbol>YER</symbol>
|
||||
</currency>
|
||||
<currency type="YUM">
|
||||
<displayName>Neuer Dinar</displayName>
|
||||
<symbol>YUM</symbol>
|
||||
</currency>
|
||||
<currency type="ZAR">
|
||||
<displayName>Rand</displayName>
|
||||
<symbol>ZAR</symbol>
|
||||
</currency>
|
||||
<currency type="ZMK">
|
||||
<displayName>Kwacha</displayName>
|
||||
<symbol>ZMK</symbol>
|
||||
</currency>
|
||||
<currency type="ZWD">
|
||||
<displayName>Simbabwe Dollar</displayName>
|
||||
<symbol>ZWD</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<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>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:ruleBasedNumberFormats>
|
||||
<icu: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" /></icu:ruleBasedNumberFormat>
|
||||
</icu:ruleBasedNumberFormats>
|
||||
</special>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="AUT">AT</territory>
|
||||
</identity>
|
||||
|
@ -13,114 +18,116 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<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="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd. MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd.MM.yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm' Uhr 'z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="AUT">AT</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,39 +19,29 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
</identity>
|
||||
|
@ -13,132 +18,139 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<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="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH 'h' mm 'min' ss 's' z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="CHE">CH</territory>
|
||||
</identity>
|
||||
|
@ -26,80 +31,75 @@
|
|||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##0.00;¤-#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="DEU">DE</territory>
|
||||
</identity>
|
||||
|
@ -13,64 +18,59 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="DEU">DE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,39 +19,29 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="LIE">LI</territory>
|
||||
</identity>
|
||||
|
@ -13,35 +18,45 @@
|
|||
<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>
|
||||
<currencies>
|
||||
<default type="CHF"/>
|
||||
<currency type="CHF">
|
||||
<symbol>CHF</symbol>
|
||||
<displayName>CHF</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<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>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="LUX">LU</territory>
|
||||
</identity>
|
||||
|
@ -13,68 +18,69 @@
|
|||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="LUF">
|
||||
<displayName>Luxemburgischer Franc</displayName>
|
||||
<symbol>F</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="de"></language>
|
||||
<territory type="LUX">LU</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,64 +19,59 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0 ¤</pattern>
|
||||
<pattern>-#,##0 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0 ¤;-#,##0 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="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 xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.3">Various notes and changes in version x0.3</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="dv"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -21,9 +26,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<exemplarCharacters>[:Thaa:]</exemplarCharacters>
|
||||
</encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[[:Thaa:]]</exemplarCharacters>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">THAA</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
|
@ -94,36 +104,44 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##,##0.###</pattern>
|
||||
<pattern>-#,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ #,##,##0.00</pattern>
|
||||
<pattern>-¤ #,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##,##0.###;-#,##,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ #,##,##0.00;-¤ #,##,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="MVR">
|
||||
<displayName>MVR</displayName>
|
||||
<symbol>ރ.</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.3">Various notes and changes in version x0.3</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="dv"></language>
|
||||
<territory type="MDV">MV</territory>
|
||||
</identity>
|
||||
|
@ -13,66 +18,68 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="fri"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d-M-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="el"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -94,9 +99,14 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[ά-ώ]</exemplarCharacters>
|
||||
</encodings>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:scripts>
|
||||
<icu:script type="1">Grek</icu:script>
|
||||
</icu:scripts>
|
||||
</special>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GanjkHmsSEDFwWxhKzAe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -149,52 +159,64 @@
|
|||
<day type="sat">Σαβ</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<am>πμ</am>
|
||||
<pm>μμ</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
|
@ -215,11 +237,16 @@
|
|||
<infinity>∞</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<currencies>
|
||||
<currency type="GRD">
|
||||
<displayName>GRD</displayName>
|
||||
<symbol>Δρχ</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations>
|
||||
<collation >
|
||||
<settings normalization="on"/>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="2.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="2.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="el"></language>
|
||||
<territory type="GRC">GR</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00¤</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00¤;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="el"></language>
|
||||
<territory type="GRC">GR</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,46 +19,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="GRD"/>
|
||||
<currency type="GRD">
|
||||
<symbol>Δρχ</symbol>
|
||||
<displayName>GRD</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="ASM">AS</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="AUS">AU</territory>
|
||||
</identity>
|
||||
|
@ -13,62 +18,76 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="AUD">
|
||||
<displayName>Australian Dollar</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>US Dollar</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
</identity>
|
||||
|
@ -13,111 +18,117 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>EEE d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>EEE d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH' h 'mm' min 'ss' s 'z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0.1" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="BEL">BE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,46 +19,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BEF"/>
|
||||
<currency type="BEF">
|
||||
<symbol>BF</symbol>
|
||||
<displayName>BEF</displayName>
|
||||
<decimal>,</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="BWA">BW</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MMM dd,yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MMM dd,yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="BWP"/>
|
||||
<currency type="BWP">
|
||||
<symbol>Pu</symbol>
|
||||
<displayName>BWP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="BLZ">BZ</territory>
|
||||
</identity>
|
||||
|
@ -13,66 +18,68 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="CAN">CA</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,104 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="CAD"/>
|
||||
<currency type="CAD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>CAD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="CAD">
|
||||
<displayName>Canadian Dollar</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>US Dollar</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="GBR">GB</territory>
|
||||
</identity>
|
||||
|
@ -13,73 +18,75 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:ruleBasedNumberFormats>
|
||||
<icu: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" /></icu:ruleBasedNumberFormat>
|
||||
</icu:ruleBasedNumberFormats>
|
||||
</special>
|
||||
</localeData>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="GBR">GB</territory>
|
||||
<variant type="EURO">{2}</variant>
|
||||
|
@ -14,46 +19,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="GUM">GU</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="HKG">HK</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="HKD"/>
|
||||
<currency type="HKD">
|
||||
<symbol>HK$</symbol>
|
||||
<displayName>HKD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="IRL">IE</territory>
|
||||
</identity>
|
||||
|
@ -13,93 +18,100 @@
|
|||
<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"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<week>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="EUR"/>
|
||||
<currency type="EUR">
|
||||
<symbol>€</symbol>
|
||||
<displayName>EUR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="IRL">IE</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,21 +19,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="IND">IN</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0.###</pattern>
|
||||
<pattern>-##,##,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤##,##,##0.00</pattern>
|
||||
<pattern>-¤##,##,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="INR"/>
|
||||
<currency type="INR">
|
||||
<symbol>₨</symbol>
|
||||
<displayName>INR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>##,##,##0.###;-##,##,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>##,##,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ ##,##,##0.00;-¤ ##,##,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="JAM">JM</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="MHL">MH</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="MNP">MP</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="MLT">MT</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="MTL"/>
|
||||
<currency type="MTL">
|
||||
<symbol>Lm</symbol>
|
||||
<displayName>MTL</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="NZL">NZ</territory>
|
||||
</identity>
|
||||
|
@ -13,62 +18,76 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="NZD">
|
||||
<displayName>New Zealand Dollar</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>US Dollar</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="PHL">PH</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM d, yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>M/d/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>MMMM d, yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM d, yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>M/d/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="PHP"/>
|
||||
<currency type="PHP">
|
||||
<symbol>Php</symbol>
|
||||
<displayName>PHP</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="SGP">SG</territory>
|
||||
</identity>
|
||||
|
@ -13,77 +18,79 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>a hh:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>a hh:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>a hh:mm</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="TTO">TT</territory>
|
||||
</identity>
|
||||
|
@ -13,21 +18,11 @@
|
|||
<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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="x0.1">Various notes and changes in version x0.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="x0.2">Various notes and changes in version x0.2</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="UMI">UM</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="USA">US</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="USA">US</territory>
|
||||
<variant type="POSIX">{2}</variant>
|
||||
|
@ -14,52 +19,55 @@
|
|||
<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>0/00</perMille>
|
||||
<infinity>INF</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>###0.###</pattern>
|
||||
<pattern>-###0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤ ###0.00</pattern>
|
||||
<pattern>-¤ ###0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>###0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>0.000000E+000</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<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>0/00</perMille>
|
||||
<infinity>INF</infinity>
|
||||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>###0.###;-###0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>0.000000E+000</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>###0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤ ###0.00;-¤ ###0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="VIR">VI</territory>
|
||||
</identity>
|
||||
|
@ -13,46 +18,41 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="ZAF">ZA</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>yyyy/MM/dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZAR"/>
|
||||
<currency type="ZAR">
|
||||
<symbol>R</symbol>
|
||||
<displayName>ZAR</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="en"></language>
|
||||
<territory type="ZWE">ZW</territory>
|
||||
</identity>
|
||||
|
@ -13,87 +18,94 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM,yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd MMM,yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/M/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>h:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>h:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>-¤#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="ZWD"/>
|
||||
<currency type="ZWD">
|
||||
<symbol>Z$</symbol>
|
||||
<displayName>ZWD</displayName>
|
||||
<decimal>.</decimal>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
</localeData>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;-¤#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="2.1">Various notes and changes in version 2.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="3.0">Various notes and changes in version 3.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="eo"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -50,9 +55,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z ŭ ĉ ĝ ĥ ĵ ŝ]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GjMtkHmslTDUSnahKzJd</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -105,58 +110,70 @@
|
|||
<day type="sat">sa</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<firstDay day="thu"/>
|
||||
<minDays count="4"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<am>atm</am>
|
||||
<pm>ptm</pm>
|
||||
<eras>
|
||||
<eraAbbr>
|
||||
<era type="1">aK</era>
|
||||
<era type="2">pK</era>
|
||||
</eraAbbr>
|
||||
</eras>
|
||||
<am>atm</am>
|
||||
<pm>ptm</pm>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE, d'-a de 'MMMM yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>yyyy-MMMM-dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>yyyy-MMM-dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>yy-MM-dd</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>H'-a horo kaj 'm z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
|
@ -176,12 +193,7 @@
|
|||
<nan><EFBFBD></nan>
|
||||
</symbols>
|
||||
</numbers>
|
||||
<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>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>C</reset>
|
||||
|
@ -202,7 +214,12 @@
|
|||
<reset>U</reset>
|
||||
<p>ŭ</p>
|
||||
</rules>
|
||||
<special owner="http://oss.software.ibm.com/icu/" version="1.0" />
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations>
|
||||
</localeData>
|
||||
</collations >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:ruleBasedNumberFormats>
|
||||
<icu: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" /></icu:ruleBasedNumberFormat>
|
||||
</icu:ruleBasedNumberFormats>
|
||||
</special>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
</identity>
|
||||
<localeDisplayNames>
|
||||
|
@ -169,9 +174,9 @@
|
|||
<layout>
|
||||
<orientation lines="top-to-bottom" characters="left-to-right" />
|
||||
</layout>
|
||||
<encodings>
|
||||
<characters>
|
||||
<exemplarCharacters>[a-z ñ á é í ó ú ü]</exemplarCharacters>
|
||||
</encodings>
|
||||
</characters>
|
||||
<dates>
|
||||
<localizedPatternChars>GuMtkHmsSEDFwWahKzUe</localizedPatternChars>
|
||||
<calendars>
|
||||
|
@ -224,7 +229,7 @@
|
|||
<day type="sat">sáb</day>
|
||||
</dayAbbr>
|
||||
<week>
|
||||
<minDays count="2"/>
|
||||
<minDays count="1"/>
|
||||
<firstDay day="mon"/>
|
||||
</week>
|
||||
<eras>
|
||||
|
@ -235,103 +240,813 @@
|
|||
</eras>
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MMM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormatLength >
|
||||
</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>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH'H'mm''ss" z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
<timeZoneNames>
|
||||
</timeZoneNames>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>(¤#,##0.00)</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;(¤#,##0.00)</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="ADP">
|
||||
<displayName>Peseta Andorrana</displayName>
|
||||
<symbol>ADP</symbol>
|
||||
</currency>
|
||||
<currency type="AED">
|
||||
<displayName>Dirham de los Emiratos Árabes Unidos</displayName>
|
||||
<symbol>AED</symbol>
|
||||
</currency>
|
||||
<currency type="AFA">
|
||||
<displayName>Afghani</displayName>
|
||||
<symbol>AFA</symbol>
|
||||
</currency>
|
||||
<currency type="ALL">
|
||||
<displayName>Lek Albanés</displayName>
|
||||
<symbol>ALL</symbol>
|
||||
</currency>
|
||||
<currency type="AMD">
|
||||
<displayName>Dram Armenio</displayName>
|
||||
<symbol>AMD</symbol>
|
||||
</currency>
|
||||
<currency type="ANG">
|
||||
<displayName>Guilder de India Occidental</displayName>
|
||||
<symbol>ANG</symbol>
|
||||
</currency>
|
||||
<currency type="AOK">
|
||||
<displayName>Kwanza Angolés</displayName>
|
||||
<symbol>AOK</symbol>
|
||||
</currency>
|
||||
<currency type="ARA">
|
||||
<displayName>Austral Argentino</displayName>
|
||||
<symbol>ARA</symbol>
|
||||
</currency>
|
||||
<currency type="ARS">
|
||||
<displayName>Peso Argentino</displayName>
|
||||
<symbol>ARS</symbol>
|
||||
</currency>
|
||||
<currency type="ATS">
|
||||
<displayName>Chelín Austriaco</displayName>
|
||||
<symbol>ATS</symbol>
|
||||
</currency>
|
||||
<currency type="AUD">
|
||||
<displayName>Dólar Australiano</displayName>
|
||||
<symbol>AUD</symbol>
|
||||
</currency>
|
||||
<currency type="AWG">
|
||||
<displayName>Guilder de Aruba</displayName>
|
||||
<symbol>AWG</symbol>
|
||||
</currency>
|
||||
<currency type="AZM">
|
||||
<displayName>Manat de Azerbaijan</displayName>
|
||||
<symbol>AZM</symbol>
|
||||
</currency>
|
||||
<currency type="BAD">
|
||||
<displayName>Dinar de Bosnia-Herzogovinia</displayName>
|
||||
<symbol>BAD</symbol>
|
||||
</currency>
|
||||
<currency type="BBD">
|
||||
<displayName>Dólar de Barbados</displayName>
|
||||
<symbol>BBD</symbol>
|
||||
</currency>
|
||||
<currency type="BDT">
|
||||
<displayName>Taka de Bangladesh</displayName>
|
||||
<symbol>BDT</symbol>
|
||||
</currency>
|
||||
<currency type="BEF">
|
||||
<displayName>Franco Belga</displayName>
|
||||
<symbol>BEF</symbol>
|
||||
</currency>
|
||||
<currency type="BGL">
|
||||
<displayName>Lev Bulgaro</displayName>
|
||||
<symbol>BGL</symbol>
|
||||
</currency>
|
||||
<currency type="BHD">
|
||||
<displayName>Dinar de Barein</displayName>
|
||||
<symbol>BHD</symbol>
|
||||
</currency>
|
||||
<currency type="BIF">
|
||||
<displayName>Franco de Burundi</displayName>
|
||||
<symbol>BIF</symbol>
|
||||
</currency>
|
||||
<currency type="BMD">
|
||||
<displayName>Dólar de Bermudas</displayName>
|
||||
<symbol>BMD</symbol>
|
||||
</currency>
|
||||
<currency type="BND">
|
||||
<displayName>Dólar de Brunei</displayName>
|
||||
<symbol>BND</symbol>
|
||||
</currency>
|
||||
<currency type="BOB">
|
||||
<displayName>Boliviano de Bolivia</displayName>
|
||||
<symbol>$b</symbol>
|
||||
</currency>
|
||||
<currency type="BRL">
|
||||
<displayName>Real de Brazil</displayName>
|
||||
<symbol>BRL</symbol>
|
||||
</currency>
|
||||
<currency type="BSD">
|
||||
<displayName>Dólar de Bahamas</displayName>
|
||||
<symbol>BSD</symbol>
|
||||
</currency>
|
||||
<currency type="BWP">
|
||||
<displayName>Pula de Botswana</displayName>
|
||||
<symbol>BWP</symbol>
|
||||
</currency>
|
||||
<currency type="BYR">
|
||||
<displayName>Rublo de Belorusia</displayName>
|
||||
<symbol>BYR</symbol>
|
||||
</currency>
|
||||
<currency type="BZD">
|
||||
<displayName>Dólar de Belize</displayName>
|
||||
<symbol>BZD</symbol>
|
||||
</currency>
|
||||
<currency type="CAD">
|
||||
<displayName>Dólar Canadiense</displayName>
|
||||
<symbol>CAD</symbol>
|
||||
</currency>
|
||||
<currency type="CHF">
|
||||
<displayName>Franco Suizo</displayName>
|
||||
<symbol>CHF</symbol>
|
||||
</currency>
|
||||
<currency type="CLP">
|
||||
<displayName>Peso Chileno</displayName>
|
||||
<symbol>CLP</symbol>
|
||||
</currency>
|
||||
<currency type="COP">
|
||||
<displayName>Peso de Colombia</displayName>
|
||||
<symbol>COP</symbol>
|
||||
</currency>
|
||||
<currency type="CRC">
|
||||
<displayName>Colon de Costa Rica</displayName>
|
||||
<symbol>CRC</symbol>
|
||||
</currency>
|
||||
<currency type="CUP">
|
||||
<displayName>Peso Cubano</displayName>
|
||||
<symbol>CUP</symbol>
|
||||
</currency>
|
||||
<currency type="CVE">
|
||||
<displayName>Escudo de Cabo Verde</displayName>
|
||||
<symbol>CVE</symbol>
|
||||
</currency>
|
||||
<currency type="CYP">
|
||||
<displayName>Libra de Chipre</displayName>
|
||||
<symbol>CYP</symbol>
|
||||
</currency>
|
||||
<currency type="CZK">
|
||||
<displayName>Krona Checa</displayName>
|
||||
<symbol>CZK</symbol>
|
||||
</currency>
|
||||
<currency type="DEM">
|
||||
<displayName>Marco Alemán</displayName>
|
||||
<symbol>DEM</symbol>
|
||||
</currency>
|
||||
<currency type="DJF">
|
||||
<displayName>Franco de Djibouti</displayName>
|
||||
<symbol>DJF</symbol>
|
||||
</currency>
|
||||
<currency type="DKK">
|
||||
<displayName>Corona Danesa</displayName>
|
||||
<symbol>DKK</symbol>
|
||||
</currency>
|
||||
<currency type="DOP">
|
||||
<displayName>Peso Dominicano</displayName>
|
||||
<symbol>RD$</symbol>
|
||||
</currency>
|
||||
<currency type="DZD">
|
||||
<displayName>Dinar de Algeria</displayName>
|
||||
<symbol>DZD</symbol>
|
||||
</currency>
|
||||
<currency type="ECS">
|
||||
<displayName>Sucre de Ecuador</displayName>
|
||||
<symbol>S/.</symbol>
|
||||
</currency>
|
||||
<currency type="EEK">
|
||||
<displayName>Corona de Estonia</displayName>
|
||||
<symbol>EEK</symbol>
|
||||
</currency>
|
||||
<currency type="EGP">
|
||||
<displayName>Libra Egipcia</displayName>
|
||||
<symbol>EGP</symbol>
|
||||
</currency>
|
||||
<currency type="ESP">
|
||||
<displayName>Peseta Española</displayName>
|
||||
<symbol>₧</symbol>
|
||||
</currency>
|
||||
<currency type="ETB">
|
||||
<displayName>Birr de Etiopía</displayName>
|
||||
<symbol>ETB</symbol>
|
||||
</currency>
|
||||
<currency type="EUR">
|
||||
<displayName>Moneda de los estados miembros de EMU</displayName>
|
||||
<symbol>€</symbol>
|
||||
</currency>
|
||||
<currency type="FIM">
|
||||
<displayName>Marco Finlandés</displayName>
|
||||
<symbol>FIM</symbol>
|
||||
</currency>
|
||||
<currency type="FJD">
|
||||
<displayName>Dólar de Fiji</displayName>
|
||||
<symbol>FJD</symbol>
|
||||
</currency>
|
||||
<currency type="FKP">
|
||||
<displayName>Libra de Falkland</displayName>
|
||||
<symbol>FKP</symbol>
|
||||
</currency>
|
||||
<currency type="FRF">
|
||||
<displayName>Franco Francés</displayName>
|
||||
<symbol>FRF</symbol>
|
||||
</currency>
|
||||
<currency type="GBP">
|
||||
<displayName>Libra Británica</displayName>
|
||||
<symbol>£</symbol>
|
||||
</currency>
|
||||
<currency type="GEK">
|
||||
<displayName>Kupon de Georgia</displayName>
|
||||
<symbol>GEK</symbol>
|
||||
</currency>
|
||||
<currency type="GHC">
|
||||
<displayName>Cedi de Ghana</displayName>
|
||||
<symbol>GHC</symbol>
|
||||
</currency>
|
||||
<currency type="GIP">
|
||||
<displayName>Libra de Gibraltar</displayName>
|
||||
<symbol>GIP</symbol>
|
||||
</currency>
|
||||
<currency type="GMD">
|
||||
<displayName>Dalasi de Gambia</displayName>
|
||||
<symbol>GMD</symbol>
|
||||
</currency>
|
||||
<currency type="GNF">
|
||||
<displayName>Franco de Guinea</displayName>
|
||||
<symbol>GNF</symbol>
|
||||
</currency>
|
||||
<currency type="GRD">
|
||||
<displayName>Dracma Griego</displayName>
|
||||
<symbol>GRD</symbol>
|
||||
</currency>
|
||||
<currency type="GTQ">
|
||||
<displayName>Quedzal de Guatemala</displayName>
|
||||
<symbol>Q</symbol>
|
||||
</currency>
|
||||
<currency type="GWP">
|
||||
<displayName>Peso de Guinea</displayName>
|
||||
<symbol>GWP</symbol>
|
||||
</currency>
|
||||
<currency type="GYD">
|
||||
<displayName>Dólar Guayanés</displayName>
|
||||
<symbol>GYD</symbol>
|
||||
</currency>
|
||||
<currency type="HKD">
|
||||
<displayName>Dólar de Hong Kong</displayName>
|
||||
<symbol>HKD</symbol>
|
||||
</currency>
|
||||
<currency type="HNL">
|
||||
<displayName>Lempira de Honduras</displayName>
|
||||
<symbol>L.</symbol>
|
||||
</currency>
|
||||
<currency type="HRD">
|
||||
<displayName>Dinar de Croacia</displayName>
|
||||
<symbol>HRD</symbol>
|
||||
</currency>
|
||||
<currency type="HTG">
|
||||
<displayName>Gourde de Haiti</displayName>
|
||||
<symbol>HTG</symbol>
|
||||
</currency>
|
||||
<currency type="HUF">
|
||||
<displayName>Florín Húngaro</displayName>
|
||||
<symbol>HUF</symbol>
|
||||
</currency>
|
||||
<currency type="IDR">
|
||||
<displayName>Rupia Indonesia</displayName>
|
||||
<symbol>IDR</symbol>
|
||||
</currency>
|
||||
<currency type="IEP">
|
||||
<displayName>Libra Irlandesa</displayName>
|
||||
<symbol>IEP</symbol>
|
||||
</currency>
|
||||
<currency type="ILS">
|
||||
<displayName>Scheckel Israelí</displayName>
|
||||
<symbol>ILS</symbol>
|
||||
</currency>
|
||||
<currency type="INR">
|
||||
<displayName>Rupia India</displayName>
|
||||
<symbol>=0#Rs.|1#Re.|1<Rs.</symbol>
|
||||
</currency>
|
||||
<currency type="IQD">
|
||||
<displayName>Dinar Iraquí</displayName>
|
||||
<symbol>IQD</symbol>
|
||||
</currency>
|
||||
<currency type="IRR">
|
||||
<displayName>Rial Iraní</displayName>
|
||||
<symbol>IRR</symbol>
|
||||
</currency>
|
||||
<currency type="ISK">
|
||||
<displayName>Corona Islandesa</displayName>
|
||||
<symbol>ISK</symbol>
|
||||
</currency>
|
||||
<currency type="ITL">
|
||||
<displayName>Lira Italiana</displayName>
|
||||
<symbol>₤</symbol>
|
||||
</currency>
|
||||
<currency type="JMD">
|
||||
<displayName>Dólar de Jamaica</displayName>
|
||||
<symbol>JMD</symbol>
|
||||
</currency>
|
||||
<currency type="JOD">
|
||||
<displayName>Dinar de Jordania</displayName>
|
||||
<symbol>JOD</symbol>
|
||||
</currency>
|
||||
<currency type="JPY">
|
||||
<displayName>Yen Japonés</displayName>
|
||||
<symbol>¥</symbol>
|
||||
</currency>
|
||||
<currency type="KES">
|
||||
<displayName>Chelín de Kenya</displayName>
|
||||
<symbol>KES</symbol>
|
||||
</currency>
|
||||
<currency type="KHR">
|
||||
<displayName>Riel de Camboya</displayName>
|
||||
<symbol>KHR</symbol>
|
||||
</currency>
|
||||
<currency type="KMF">
|
||||
<displayName>Franco de Comoros</displayName>
|
||||
<symbol>KMF</symbol>
|
||||
</currency>
|
||||
<currency type="KPW">
|
||||
<displayName>Won de Corea del Norte</displayName>
|
||||
<symbol>KPW</symbol>
|
||||
</currency>
|
||||
<currency type="KRW">
|
||||
<displayName>Won de Corea del Sur</displayName>
|
||||
<symbol>KRW</symbol>
|
||||
</currency>
|
||||
<currency type="KWD">
|
||||
<displayName>Dinar de Kuwait</displayName>
|
||||
<symbol>KWD</symbol>
|
||||
</currency>
|
||||
<currency type="KYD">
|
||||
<displayName>Dólar de las Caimán</displayName>
|
||||
<symbol>KYD</symbol>
|
||||
</currency>
|
||||
<currency type="KZT">
|
||||
<displayName>Tenge de Kazakhstán</displayName>
|
||||
<symbol>KZT</symbol>
|
||||
</currency>
|
||||
<currency type="LAK">
|
||||
<displayName>Kip de Letonia</displayName>
|
||||
<symbol>LAK</symbol>
|
||||
</currency>
|
||||
<currency type="LBP">
|
||||
<displayName>Libra Libanesa</displayName>
|
||||
<symbol>LBP</symbol>
|
||||
</currency>
|
||||
<currency type="LKR">
|
||||
<displayName>Rupia de Ceilán</displayName>
|
||||
<symbol>LKR</symbol>
|
||||
</currency>
|
||||
<currency type="LRD">
|
||||
<displayName>Dólar de Liberia</displayName>
|
||||
<symbol>LRD</symbol>
|
||||
</currency>
|
||||
<currency type="LSL">
|
||||
<displayName>Loti de Lesotho</displayName>
|
||||
<symbol>LSL</symbol>
|
||||
</currency>
|
||||
<currency type="LTL">
|
||||
<displayName>Lita de Lituania</displayName>
|
||||
<symbol>LTL</symbol>
|
||||
</currency>
|
||||
<currency type="LUF">
|
||||
<displayName>Franco de Luxemburgo</displayName>
|
||||
<symbol>LUF</symbol>
|
||||
</currency>
|
||||
<currency type="LVL">
|
||||
<displayName>Lat Latonia</displayName>
|
||||
<symbol>LVL</symbol>
|
||||
</currency>
|
||||
<currency type="LYD">
|
||||
<displayName>Dinar Libio</displayName>
|
||||
<symbol>LYD</symbol>
|
||||
</currency>
|
||||
<currency type="MAD">
|
||||
<displayName>Dirham Marroquí</displayName>
|
||||
<symbol>MAD</symbol>
|
||||
</currency>
|
||||
<currency type="MDL">
|
||||
<displayName>Lei de Moldavia</displayName>
|
||||
<symbol>MDL</symbol>
|
||||
</currency>
|
||||
<currency type="MGF">
|
||||
<displayName>Franco de Madagascar</displayName>
|
||||
<symbol>MGF</symbol>
|
||||
</currency>
|
||||
<currency type="MNT">
|
||||
<displayName>Tugrik de Mongolia</displayName>
|
||||
<symbol>MNT</symbol>
|
||||
</currency>
|
||||
<currency type="MOP">
|
||||
<displayName>Pataca de Macao</displayName>
|
||||
<symbol>MOP</symbol>
|
||||
</currency>
|
||||
<currency type="MRO">
|
||||
<displayName>Ouguiya de Mauritania</displayName>
|
||||
<symbol>MRO</symbol>
|
||||
</currency>
|
||||
<currency type="MTL">
|
||||
<displayName>Lira de Malta</displayName>
|
||||
<symbol>MTL</symbol>
|
||||
</currency>
|
||||
<currency type="MUR">
|
||||
<displayName>Rupia de Mauritius</displayName>
|
||||
<symbol>MUR</symbol>
|
||||
</currency>
|
||||
<currency type="MVR">
|
||||
<displayName>Rufia de Maldivas</displayName>
|
||||
<symbol>MVR</symbol>
|
||||
</currency>
|
||||
<currency type="MWK">
|
||||
<displayName>Kwacha de Malawi</displayName>
|
||||
<symbol>MWK</symbol>
|
||||
</currency>
|
||||
<currency type="MXN">
|
||||
<displayName>Peso Mexicano (nuevo)</displayName>
|
||||
<symbol>MXN</symbol>
|
||||
</currency>
|
||||
<currency type="MXP">
|
||||
<displayName>Peso Mexicano (viejo)</displayName>
|
||||
<symbol>MXP</symbol>
|
||||
</currency>
|
||||
<currency type="MYR">
|
||||
<displayName>Ringgit de Malaysia</displayName>
|
||||
<symbol>MYR</symbol>
|
||||
</currency>
|
||||
<currency type="MZM">
|
||||
<displayName>Metical de Mozambique</displayName>
|
||||
<symbol>MZM</symbol>
|
||||
</currency>
|
||||
<currency type="NGN">
|
||||
<displayName>Naira de Nigeria</displayName>
|
||||
<symbol>NGN</symbol>
|
||||
</currency>
|
||||
<currency type="NIO">
|
||||
<displayName>Cordoba de Nicaragua</displayName>
|
||||
<symbol>C$</symbol>
|
||||
</currency>
|
||||
<currency type="NLG">
|
||||
<displayName>Guilder de Holanda</displayName>
|
||||
<symbol>NLG</symbol>
|
||||
</currency>
|
||||
<currency type="NOK">
|
||||
<displayName>Córona Noruega</displayName>
|
||||
<symbol>NOK</symbol>
|
||||
</currency>
|
||||
<currency type="NPR">
|
||||
<displayName>Rupia de Nepal</displayName>
|
||||
<symbol>NPR</symbol>
|
||||
</currency>
|
||||
<currency type="NZD">
|
||||
<displayName>Dólar de Nueva Zelanda</displayName>
|
||||
<symbol>NZD</symbol>
|
||||
</currency>
|
||||
<currency type="OMR">
|
||||
<displayName>Rial de Omán</displayName>
|
||||
<symbol>OMR</symbol>
|
||||
</currency>
|
||||
<currency type="PAB">
|
||||
<displayName>Balboa de Panamá</displayName>
|
||||
<symbol>B/</symbol>
|
||||
</currency>
|
||||
<currency type="PEI">
|
||||
<displayName>Inti de Perú</displayName>
|
||||
<symbol>PEI</symbol>
|
||||
</currency>
|
||||
<currency type="PEN">
|
||||
<displayName>Sol de Perú - Nuevo</displayName>
|
||||
<symbol>S/</symbol>
|
||||
</currency>
|
||||
<currency type="PES">
|
||||
<displayName>Sol de Perú</displayName>
|
||||
<symbol>PES</symbol>
|
||||
</currency>
|
||||
<currency type="PGK">
|
||||
<displayName>Kina de Papua Nueva Guinea</displayName>
|
||||
<symbol>PGK</symbol>
|
||||
</currency>
|
||||
<currency type="PHP">
|
||||
<displayName>Peso Filipino</displayName>
|
||||
<symbol>PHP</symbol>
|
||||
</currency>
|
||||
<currency type="PKR">
|
||||
<displayName>Rupia de Pakistán</displayName>
|
||||
<symbol>PKR</symbol>
|
||||
</currency>
|
||||
<currency type="PLN">
|
||||
<displayName>Zloty de Polonia</displayName>
|
||||
<symbol>PLN</symbol>
|
||||
</currency>
|
||||
<currency type="PTE">
|
||||
<displayName>Escudo Portugués</displayName>
|
||||
<symbol>PTE</symbol>
|
||||
</currency>
|
||||
<currency type="PYG">
|
||||
<displayName>Guarani de Paraguay</displayName>
|
||||
<symbol>Gs</symbol>
|
||||
</currency>
|
||||
<currency type="QAR">
|
||||
<displayName>Riyal de Qatar</displayName>
|
||||
<symbol>QAR</symbol>
|
||||
</currency>
|
||||
<currency type="ROL">
|
||||
<displayName>Lei de Rumania</displayName>
|
||||
<symbol>ROL</symbol>
|
||||
</currency>
|
||||
<currency type="RUR">
|
||||
<displayName>Rublo Ruso</displayName>
|
||||
<symbol>RUR</symbol>
|
||||
</currency>
|
||||
<currency type="RWF">
|
||||
<displayName>Franco de Rwanda</displayName>
|
||||
<symbol>RWF</symbol>
|
||||
</currency>
|
||||
<currency type="SAR">
|
||||
<displayName>Riyal de Arabia Saudí</displayName>
|
||||
<symbol>SAR</symbol>
|
||||
</currency>
|
||||
<currency type="SBD">
|
||||
<displayName>Dólar de las Islas Solomon</displayName>
|
||||
<symbol>SBD</symbol>
|
||||
</currency>
|
||||
<currency type="SCR">
|
||||
<displayName>Rupias de Seychelles</displayName>
|
||||
<symbol>SCR</symbol>
|
||||
</currency>
|
||||
<currency type="SDP">
|
||||
<displayName>Libra de Sudán</displayName>
|
||||
<symbol>SDP</symbol>
|
||||
</currency>
|
||||
<currency type="SEK">
|
||||
<displayName>Córona Sueca</displayName>
|
||||
<symbol>SEK</symbol>
|
||||
</currency>
|
||||
<currency type="SGD">
|
||||
<displayName>Dólar de Singapur</displayName>
|
||||
<symbol>SGD</symbol>
|
||||
</currency>
|
||||
<currency type="SHP">
|
||||
<displayName>Libra de St.Helena</displayName>
|
||||
<symbol>SHP</symbol>
|
||||
</currency>
|
||||
<currency type="SIT">
|
||||
<displayName>Tolar de Eslovenia</displayName>
|
||||
<symbol>SIT</symbol>
|
||||
</currency>
|
||||
<currency type="SKK">
|
||||
<displayName>Córona Eslovaca</displayName>
|
||||
<symbol>SKK</symbol>
|
||||
</currency>
|
||||
<currency type="SLL">
|
||||
<displayName>Sierra León</displayName>
|
||||
<symbol>SLL</symbol>
|
||||
</currency>
|
||||
<currency type="SOS">
|
||||
<displayName>Chellín de Somalia</displayName>
|
||||
<symbol>SOS</symbol>
|
||||
</currency>
|
||||
<currency type="SRG">
|
||||
<displayName>Guilder de Surinam</displayName>
|
||||
<symbol>SRG</symbol>
|
||||
</currency>
|
||||
<currency type="STD">
|
||||
<displayName>Sao Tome / Principe Dobra</displayName>
|
||||
<symbol>STD</symbol>
|
||||
</currency>
|
||||
<currency type="SUR">
|
||||
<displayName>Rublo Ruso (viejo)</displayName>
|
||||
<symbol>SUR</symbol>
|
||||
</currency>
|
||||
<currency type="SVC">
|
||||
<displayName>Colon de El Salvador</displayName>
|
||||
<symbol>SVC</symbol>
|
||||
</currency>
|
||||
<currency type="SYP">
|
||||
<displayName>libra de Siria</displayName>
|
||||
<symbol>SYP</symbol>
|
||||
</currency>
|
||||
<currency type="SZL">
|
||||
<displayName>Lilangeni de Swaziland</displayName>
|
||||
<symbol>SZL</symbol>
|
||||
</currency>
|
||||
<currency type="THB">
|
||||
<displayName>Baht de Tailandia</displayName>
|
||||
<symbol>THB</symbol>
|
||||
</currency>
|
||||
<currency type="TJR">
|
||||
<displayName>Rublo de Tadzikistán</displayName>
|
||||
<symbol>TJR</symbol>
|
||||
</currency>
|
||||
<currency type="TMM">
|
||||
<displayName>Manat de Turkmenistán</displayName>
|
||||
<symbol>TMM</symbol>
|
||||
</currency>
|
||||
<currency type="TND">
|
||||
<displayName>Dinar de Tunícia</displayName>
|
||||
<symbol>TND</symbol>
|
||||
</currency>
|
||||
<currency type="TOP">
|
||||
<displayName>Pa'anga de Tonga</displayName>
|
||||
<symbol>TOP</symbol>
|
||||
</currency>
|
||||
<currency type="TPE">
|
||||
<displayName>Escudo de Timor</displayName>
|
||||
<symbol>TPE</symbol>
|
||||
</currency>
|
||||
<currency type="TRL">
|
||||
<displayName>Lira de Turquía</displayName>
|
||||
<symbol>TRL</symbol>
|
||||
</currency>
|
||||
<currency type="TTD">
|
||||
<displayName>Dólar de Trinidad y Tobagor</displayName>
|
||||
<symbol>TTD</symbol>
|
||||
</currency>
|
||||
<currency type="TWD">
|
||||
<displayName>Dólar de Nuevo Taiwán</displayName>
|
||||
<symbol>TWD</symbol>
|
||||
</currency>
|
||||
<currency type="TZS">
|
||||
<displayName>Chellín de Tanzania</displayName>
|
||||
<symbol>TZS</symbol>
|
||||
</currency>
|
||||
<currency type="UAK">
|
||||
<displayName>karbowanez de Ucrainia</displayName>
|
||||
<symbol>UAK</symbol>
|
||||
</currency>
|
||||
<currency type="UGS">
|
||||
<displayName>Chellín de Uganda</displayName>
|
||||
<symbol>UGS</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="UYP">
|
||||
<displayName>Nuevo Peso de Uruguay</displayName>
|
||||
<symbol>UYP</symbol>
|
||||
</currency>
|
||||
<currency type="UYU">
|
||||
<displayName>UYU</displayName>
|
||||
<symbol>NU$</symbol>
|
||||
</currency>
|
||||
<currency type="VEB">
|
||||
<displayName>Bolivar de Venezuela</displayName>
|
||||
<symbol>Bs</symbol>
|
||||
</currency>
|
||||
<currency type="VND">
|
||||
<displayName>Dong de Vietnám</displayName>
|
||||
<symbol>₫</symbol>
|
||||
</currency>
|
||||
<currency type="VUV">
|
||||
<displayName>Vatu de Vanuatu</displayName>
|
||||
<symbol>VUV</symbol>
|
||||
</currency>
|
||||
<currency type="WST">
|
||||
<displayName>Tala de Samoa</displayName>
|
||||
<symbol>WST</symbol>
|
||||
</currency>
|
||||
<currency type="XAF">
|
||||
<displayName>Franco de Gabón</displayName>
|
||||
<symbol>XAF</symbol>
|
||||
</currency>
|
||||
<currency type="XCD">
|
||||
<displayName>Dólar de Caribe Oriental</displayName>
|
||||
<symbol>XCD</symbol>
|
||||
</currency>
|
||||
<currency type="XOF">
|
||||
<displayName>Franco de Benin (C.f.A.)</displayName>
|
||||
<symbol>XOF</symbol>
|
||||
</currency>
|
||||
<currency type="YER">
|
||||
<displayName>Ryal de Yemen</displayName>
|
||||
<symbol>YER</symbol>
|
||||
</currency>
|
||||
<currency type="ZAR">
|
||||
<displayName>Rand de Sur África</displayName>
|
||||
<symbol>ZAR</symbol>
|
||||
</currency>
|
||||
<currency type="ZMK">
|
||||
<displayName>Kwacha de Zambia</displayName>
|
||||
<symbol>ZMK</symbol>
|
||||
</currency>
|
||||
<currency type="ZWD">
|
||||
<displayName>Dólar de Zimbawe</displayName>
|
||||
<symbol>ZWD</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</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>
|
||||
<collations version="3.1.1">
|
||||
<collation >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" >
|
||||
<icu:ruleBasedNumberFormats>
|
||||
<icu: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);</icu:ruleBasedNumberFormat>
|
||||
</icu:ruleBasedNumberFormats>
|
||||
</special>
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="ARG">AR</territory>
|
||||
</identity>
|
||||
|
@ -13,92 +18,107 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH'h'''mm z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<currency type="ARS">
|
||||
<displayName>Peso Argentino</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="BOL">BO</territory>
|
||||
</identity>
|
||||
|
@ -13,92 +18,97 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="CHL">CL</territory>
|
||||
</identity>
|
||||
|
@ -13,117 +18,135 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd-MM-yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>H: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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;¤-#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
<currencies>
|
||||
<currency type="CLP">
|
||||
<displayName>Peso Chileno</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="COL">CO</territory>
|
||||
</identity>
|
||||
|
@ -13,92 +18,107 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>H: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="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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<currency type="COP">
|
||||
<displayName>Peso de Colombia</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="CRI">CR</territory>
|
||||
</identity>
|
||||
|
@ -13,92 +18,97 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="DOM">DO</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,81 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="ECU">EC</territory>
|
||||
</identity>
|
||||
|
@ -13,117 +18,125 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>H: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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;¤-#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
</identity>
|
||||
|
@ -13,76 +18,125 @@
|
|||
<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"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.00 ¤</pattern>
|
||||
<pattern>-#,##0.00 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>HH'H'mm''ss" z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>HH:mm:ss z</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>H:mm:ss</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>H:mm</pattern>
|
||||
</timeFormat>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</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>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="ESP">ES</territory>
|
||||
<variant type="PREEURO">{2}</variant>
|
||||
|
@ -14,62 +19,58 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0 ¤</pattern>
|
||||
<pattern>-#,##0 ¤</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</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>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>#,##0 ¤;-#,##0 ¤</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="GTM">GT</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,81 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>d/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="HND">HN</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,81 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>dd' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.1">Various notes and changes in version 1.1</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="MEX">MX</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,93 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="MXN">
|
||||
<displayName>MXN</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>US$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="NIC">NI</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,81 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="PAN">PA</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,81 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="PER">PE</territory>
|
||||
</identity>
|
||||
|
@ -13,103 +18,111 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>dd/MM/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<numberFormats>
|
||||
<default type="decimal"/>
|
||||
<numberFormatStyle type="decimal" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0.###</pattern>
|
||||
<pattern>-#,##0.###</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="currency" >
|
||||
<numberFormat >
|
||||
<pattern>¤#,##0.00</pattern>
|
||||
<pattern>¤-#,##0.00</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="percent" >
|
||||
<numberFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
<numberFormatStyle type="scientific" >
|
||||
<numberFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</numberFormat>
|
||||
</numberFormatStyle >
|
||||
</numberFormats>
|
||||
<currencies>
|
||||
<default type="PEN"/>
|
||||
<currency type="PEN">
|
||||
<symbol>S/</symbol>
|
||||
<displayName>PEN</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<decimalFormats>
|
||||
<decimalFormatLength >
|
||||
<decimalFormat >
|
||||
<pattern>#,##0.###;-#,##0.###</pattern>
|
||||
</decimalFormat>
|
||||
</decimalFormatLength >
|
||||
</decimalFormats>
|
||||
<scientificFormats>
|
||||
<scientificFormatLength >
|
||||
<scientificFormat >
|
||||
<pattern>#E0</pattern>
|
||||
</scientificFormat>
|
||||
</scientificFormatLength >
|
||||
</scientificFormats>
|
||||
<percentFormats>
|
||||
<percentFormatLength >
|
||||
<percentFormat >
|
||||
<pattern>#,##0%</pattern>
|
||||
</percentFormat>
|
||||
</percentFormatLength >
|
||||
</percentFormats>
|
||||
<currencyFormats>
|
||||
<currencyFormatLength >
|
||||
<currencyFormat >
|
||||
<pattern>¤#,##0.00;¤-#,##0.00</pattern>
|
||||
</currencyFormat>
|
||||
</currencyFormatLength >
|
||||
</currencyFormats>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE localeData SYSTEM "http://oss.software.ibm.com/cvs/icu/~checkout~/locale/LocaleElements.dtd" >
|
||||
<localeData>
|
||||
<!DOCTYPE ldml SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldml.dtd"
|
||||
[
|
||||
<!ENTITY % icu SYSTEM " http://www.openi18n.org/spec/ldml/1.0/ldmlICU.dtd">
|
||||
%icu;
|
||||
]
|
||||
>
|
||||
<ldml>
|
||||
<identity>
|
||||
<version number="1.0">Various notes and changes in version 1.0</version>
|
||||
<generation date="2003-04-08" />
|
||||
<version number="2.0">Various notes and changes in version 2.0</version>
|
||||
<generation date="2003-06-25" />
|
||||
<language type="es"></language>
|
||||
<territory type="PRI">PR</territory>
|
||||
</identity>
|
||||
|
@ -13,78 +18,89 @@
|
|||
<key type="calendar">calendar</key>
|
||||
</keys>
|
||||
</localeDisplayNames>
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatStyle type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
<dateFormatStyle type="short">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatStyle >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormat type="full">
|
||||
<dates>
|
||||
<calendars>
|
||||
<default type="gregorian"/>
|
||||
<calendar type="gregorian">
|
||||
<dateFormats>
|
||||
<default type="medium"/>
|
||||
<dateFormatLength type="full">
|
||||
<dateFormat >
|
||||
<pattern>EEEE d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="long">
|
||||
<dateFormat >
|
||||
<pattern>d' de 'MMMM' de 'yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="medium">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yyyy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
<dateFormatLength type="short">
|
||||
<dateFormat >
|
||||
<pattern>MM/dd/yy</pattern>
|
||||
</dateFormat>
|
||||
</dateFormatLength >
|
||||
</dateFormats>
|
||||
<timeFormats>
|
||||
<default type="medium"/>
|
||||
<timeFormatLength type="full">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="long">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="long">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a z</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="medium">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="medium">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm:ss a</pattern>
|
||||
</timeFormat>
|
||||
<timeFormat type="short">
|
||||
</timeFormatLength >
|
||||
<timeFormatLength type="short">
|
||||
<timeFormat >
|
||||
<pattern>hh:mm a</pattern>
|
||||
</timeFormat>
|
||||
</timeFormats>
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<default type="USD"/>
|
||||
<currency type="USD">
|
||||
<symbol>$</symbol>
|
||||
<displayName>USD</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>
|
||||
</timeFormatLength >
|
||||
</timeFormats>
|
||||
<dateTimeFormats>
|
||||
<dateTimeFormatLength >
|
||||
<dateTimeFormat>
|
||||
<pattern>{1} {0}</pattern>
|
||||
</dateTimeFormat>
|
||||
</dateTimeFormatLength >
|
||||
</dateTimeFormats>
|
||||
</calendar>
|
||||
</calendars>
|
||||
</dates>
|
||||
<numbers>
|
||||
<currencies>
|
||||
<currency type="USD">
|
||||
<displayName>Dólar Americano</displayName>
|
||||
<symbol>$</symbol>
|
||||
</currency>
|
||||
</currencies>
|
||||
</numbers>
|
||||
<collations version="3.1.1">
|
||||
<collation type="TRADITIONAL" >
|
||||
<rules>
|
||||
<reset>N</reset>
|
||||
<p>ñ</p>
|
||||
<t>Ñ</t>
|
||||
<reset>C</reset>
|
||||
<p>ch</p>
|
||||
<t>Ch</t>
|
||||
<t>CH</t>
|
||||
<reset>l</reset>
|
||||
<p>ll</p>
|
||||
<t>Ll</t>
|
||||
</rules>
|
||||
<special xmlns:icu="http://oss.software.ibm.com/icu/" icu:version="1.0" />
|
||||
</collation >
|
||||
</collations >
|
||||
</ldml>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue