| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
- <!-- Copyright © 1991-2013 Unicode, Inc.
- CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
- For terms of use, see http://www.unicode.org/copyright.html
- -->
- <ldml>
- <identity>
- <version number="$Revision: 8245 $"/>
- <generation date="$Date: 2013-02-24 22:19:26 -0600 (Sun, 24 Feb 2013) $"/>
- <language type="ar"/>
- <territory type="SY"/>
- </identity>
- <dates>
- <calendars>
- <calendar type="gregorian">
- <months>
- <monthContext type="format">
- <monthWidth type="wide">
- <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>
- </monthWidth>
- </monthContext>
- </months>
- </calendar>
- </calendars>
- </dates>
- <numbers>
- <decimalFormats numberSystem="latn">
- <decimalFormatLength>
- <decimalFormat>
- <pattern>#0.###;#0.###-</pattern>
- </decimalFormat>
- </decimalFormatLength>
- </decimalFormats>
- <currencyFormats numberSystem="latn">
- <currencyFormatLength>
- <currencyFormat>
- <pattern>¤#0.00</pattern>
- </currencyFormat>
- </currencyFormatLength>
- </currencyFormats>
- </numbers>
- </ldml>
|