OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 6 // * Source File: <path>/common/main/ur_IN.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/common/main/ur_IN.xml |
| 11 */ |
| 12 ur_IN{ |
| 13 Version{"2.1.8.19"} |
| 14 units{ |
| 15 length{ |
| 16 astronomical-unit{ |
| 17 dnam{"فلکیاتی اکائیاں"} |
| 18 one{"{0} فلکیاتی اکائی"} |
| 19 other{"{0} فلکیاتی اکائیاں"} |
| 20 } |
| 21 } |
| 22 } |
| 23 unitsNarrow{ |
| 24 length{ |
| 25 centimeter{ |
| 26 one{"cm{0}"} |
| 27 other{"cm {0}"} |
| 28 } |
| 29 } |
| 30 } |
| 31 unitsShort{ |
| 32 angle{ |
| 33 arc-second{ |
| 34 one{"{0} آرک سیکنڈ"} |
| 35 other{"{0} آرک سیکنڈ"} |
| 36 } |
| 37 } |
| 38 duration{ |
| 39 microsecond{ |
| 40 dnam{"μsecs"} |
| 41 } |
| 42 } |
| 43 } |
| 44 } |
OLD | NEW |