| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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="PS"/>
- </identity>
- <numbers>
- <decimalFormats numberSystem="latn">
- <decimalFormatLength type="long">
- <decimalFormat>
- <pattern type="1000000000" count="zero" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="one" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="two" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="few" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="many" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="other" draft="contributed">0 بليون</pattern>
- </decimalFormat>
- </decimalFormatLength>
- <decimalFormatLength type="short">
- <decimalFormat>
- <pattern type="1000000000" count="zero" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="one" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="two" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="few" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="many" draft="contributed">0 بليون</pattern>
- <pattern type="1000000000" count="other" draft="contributed">0 بليون</pattern>
- </decimalFormat>
- </decimalFormatLength>
- </decimalFormats>
- </numbers>
- </ldml>
|