OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/mt.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/mt.xml |
| 11 */ |
| 12 mt{ |
| 13 Version{"2.0.47.67"} |
| 14 zoneStrings{ |
| 15 "Etc:Unknown"{ |
| 16 ec{"Mhux Magħruf"} |
| 17 } |
| 18 "Europe:London"{ |
| 19 ec{"Londra"} |
| 20 } |
| 21 "Europe:Malta"{ |
| 22 ec{"Valletta"} |
| 23 } |
| 24 "meta:Europe_Central"{ |
| 25 cu:int{1} |
| 26 ld{"Ħin Ċentrali Ewropew tas-Sajf"} |
| 27 ls{"Ħin Ċentrali Ewropew"} |
| 28 } |
| 29 gmtFormat{"GMT{0}"} |
| 30 hourFormat{"+HH:mm;-HH:mm"} |
| 31 regionFormat{"Ħin ta’ {0}"} |
| 32 } |
| 33 } |
OLD | NEW |