OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/ar_AE.xml | 6 // * Source File: <path>/common/main/ar_AE.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 ar_AE{ | 9 ar_AE{ |
10 Version{"2.0.92.80"} | 10 Version{"2.1.8.19"} |
| 11 calendar{ |
| 12 gregorian{ |
| 13 NoonMarker{"ظهرا"} |
| 14 eras{ |
| 15 abbreviated%variant{ |
| 16 "ق.م", |
| 17 "ب.م", |
| 18 } |
| 19 wide%variant{ |
| 20 "قبل الميلاد", |
| 21 "بعد الميلاد", |
| 22 } |
| 23 } |
| 24 } |
| 25 } |
| 26 fields{ |
| 27 year{ |
| 28 relative{ |
| 29 "0"{"هذه السنة"} |
| 30 } |
| 31 } |
| 32 } |
11 } | 33 } |
OLD | NEW |