OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2007 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
6 // * Source File:<path>/common/main/bn.xml | 6 // * Source File:<path>/common/main/bn.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/bn.xml | 10 * ICU <specials> source: <path>/xml/main/bn.xml |
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 zh{"চীনা"} | 798 zh{"চীনা"} |
799 znd{"জান্ডে"} | 799 znd{"জান্ডে"} |
800 zu{"জুলু"} | 800 zu{"জুলু"} |
801 zun{"জুনি"} | 801 zun{"জুনি"} |
802 zxx{"ভাষাতাত্তিক বিষয়সূচী বহির্ভুত"} | 802 zxx{"ভাষাতাত্তিক বিষয়সূচী বহির্ভুত"} |
803 zza{"জাজা"} | 803 zza{"জাজা"} |
804 } | 804 } |
805 LocaleScript{ | 805 LocaleScript{ |
806 "Beng", | 806 "Beng", |
807 } | 807 } |
| 808 NumberElements{ |
| 809 ".", |
| 810 ",", |
| 811 ";", |
| 812 "%", |
| 813 "০", |
| 814 "#", |
| 815 "-", |
| 816 "E", |
| 817 "‰", |
| 818 "∞", |
| 819 "সংখ্যা না", |
| 820 "+", |
| 821 } |
| 822 NumberPatterns{ |
| 823 "#,##,##0.###", |
| 824 "#,##,##0.00¤;(#,##,##0.00¤)", |
| 825 "#,##,##0%", |
| 826 "#E0", |
| 827 } |
808 Version{"1.61"} | 828 Version{"1.61"} |
809 calendar{ | 829 calendar{ |
810 gregorian{ | 830 gregorian{ |
811 AmPmMarkers{ | 831 AmPmMarkers{ |
812 "am", | 832 "am", |
813 "pm", | 833 "pm", |
814 } | 834 } |
815 DateTimePatterns{ | 835 DateTimePatterns{ |
816 "h:mm:ss a v", | 836 "h:mm:ss a v", |
817 "h:mm:ss a z", | 837 "h:mm:ss a z", |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 "৯", | 1268 "৯", |
1249 "১০", | 1269 "১০", |
1250 "১১", | 1270 "১১", |
1251 "১২", | 1271 "১২", |
1252 } | 1272 } |
1253 } | 1273 } |
1254 } | 1274 } |
1255 } | 1275 } |
1256 } | 1276 } |
1257 } | 1277 } |
OLD | NEW |