1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE Locale SYSTEM 'locale.dtd'> 3<!--*********************************************************** 4 * 5 * Licensed to the Apache Software Foundation (ASF) under one 6 * or more contributor license agreements. See the NOTICE file 7 * distributed with this work for additional information 8 * regarding copyright ownership. The ASF licenses this file 9 * to you under the Apache License, Version 2.0 (the 10 * "License"); you may not use this file except in compliance 11 * with the License. You may obtain a copy of the License at 12 * 13 * http://www.apache.org/licenses/LICENSE-2.0 14 * 15 * Unless required by applicable law or agreed to in writing, 16 * software distributed under the License is distributed on an 17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 * KIND, either express or implied. See the License for the 19 * specific language governing permissions and limitations 20 * under the License. 21 * 22 ***********************************************************--> 23<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.2"> 24<LC_INFO> 25<Language> 26<LangID>zh</LangID> 27<DefaultName>Chinese</DefaultName> 28</Language> 29<Country> 30<CountryID>HK</CountryID> 31<DefaultName>Hong Kong, China</DefaultName> 32</Country> 33</LC_INFO> 34<LC_CTYPE ref="zh_TW"/> 35<LC_FORMAT> 36<!-- Fixed number formats. Index range is 0 - 5. --> 37<FormatElement msgid="NumberFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0"> 38<FormatCode>General</FormatCode> 39<DefaultName/> 40</FormatElement> 41<FormatElement msgid="NumberFormatskey2" default="false" type="medium" usage="FIXED_NUMBER" formatindex="1"> 42<FormatCode>0</FormatCode> 43<DefaultName/> 44</FormatElement> 45<FormatElement msgid="NumberFormatskey3" default="false" type="medium" usage="FIXED_NUMBER" formatindex="2"> 46<FormatCode>0.00</FormatCode> 47<DefaultName/> 48</FormatElement> 49<FormatElement msgid="NumberFormatskey4" default="true" type="short" usage="FIXED_NUMBER" formatindex="3"> 50<FormatCode>#,##0</FormatCode> 51<DefaultName/> 52</FormatElement> 53<FormatElement msgid="NumberFormatskey5" default="false" type="medium" usage="FIXED_NUMBER" formatindex="4"> 54<FormatCode>#,##0.00</FormatCode> 55<DefaultName/> 56</FormatElement> 57<FormatElement msgid="NumberFormatskey6" default="false" type="medium" usage="FIXED_NUMBER" formatindex="5"> 58<FormatCode>#,###.00</FormatCode> 59<DefaultName/> 60</FormatElement> 61<!-- Scientific number format. Index range is from 6 - 7. --> 62<FormatElement msgid="ScientificFormatskey1" default="true" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="6"> 63<FormatCode>0.00E+000</FormatCode> 64<DefaultName/> 65</FormatElement> 66<FormatElement msgid="ScientificFormatskey2" default="false" type="medium" usage="SCIENTIFIC_NUMBER" formatindex="7"> 67<FormatCode>0.00E+00</FormatCode> 68<DefaultName/> 69</FormatElement> 70<!-- Percent number formats. Index range is 8 - 9. --> 71<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8"> 72<FormatCode>0%</FormatCode> 73<DefaultName/> 74</FormatElement> 75<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9"> 76<FormatCode>0.00%</FormatCode> 77<DefaultName/> 78</FormatElement> 79<!-- Currency formats. Index range is 12-17. --> 80<FormatElement msgid="CurrencyFormatskey1" default="true" type="medium" usage="CURRENCY" formatindex="12"> 81<FormatCode>[$HK$-C04]#,##0;-[$HK$-C04]#,##0</FormatCode> 82<DefaultName/> 83</FormatElement> 84<FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13"> 85<FormatCode>[$HK$-C04]#,##0.00;-[$HK$-C04]##0.00</FormatCode> 86<DefaultName/> 87</FormatElement> 88<FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14"> 89<FormatCode>[$HK$-C04]#,##0;[RED]-[$HK$-C04]#,##0</FormatCode> 90<DefaultName/> 91</FormatElement> 92<FormatElement msgid="CurrencyFormatskey4" default="true" type="long" usage="CURRENCY" formatindex="15"> 93<FormatCode>[$HK$-C04]#,##0.00;[RED]-[$HK$-C04]#,##0.00</FormatCode> 94<DefaultName/> 95</FormatElement> 96<FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16"> 97<FormatCode>#,##0.00 CCC</FormatCode> 98<DefaultName/> 99</FormatElement> 100<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17"> 101<FormatCode>[$HK$-C04]#,##0.--;[RED]-[$HK$-C04]#,##0.--</FormatCode> 102<DefaultName/> 103</FormatElement> 104<!-- Date formats. Index range is from 18 - 38. --> 105<FormatElement msgid="DateFormatskey1" default="true" type="medium" usage="DATE" formatindex="18"> 106<FormatCode>DD/MM/YY</FormatCode> 107<DefaultName></DefaultName> 108</FormatElement> 109<FormatElement msgid="DateFormatskey2" default="true" type="long" usage="DATE" formatindex="19"> 110<FormatCode>YYYY"年"M"月"D"日"</FormatCode> 111<DefaultName></DefaultName> 112</FormatElement> 113<FormatElement msgid="DateFormatskey4" default="false" type="medium" usage="DATE" formatindex="20"> 114<FormatCode>YY"年"M"月"D"日"</FormatCode> 115<DefaultName/> 116</FormatElement> 117<!-- Formatindex 21 is the edit date format --> 118<FormatElement msgid="DateFormatskey3" default="false" type="medium" usage="DATE" formatindex="21"> 119<FormatCode>DD/MM/YYYY</FormatCode> 120<DefaultName/> 121</FormatElement> 122<FormatElement msgid="DateFormatskey5" default="false" type="medium" usage="DATE" formatindex="22"> 123<FormatCode>YY"年"M"月"D"日"</FormatCode> 124<DefaultName></DefaultName> 125</FormatElement> 126<FormatElement msgid="DateFormatskey6" default="false" type="medium" usage="DATE" formatindex="23"> 127<FormatCode>YY"年"M"月"D"日" NNNN</FormatCode> 128<DefaultName/> 129</FormatElement> 130<FormatElement msgid="DateFormatskey7" default="false" type="medium" usage="DATE" formatindex="24"> 131<FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode> 132<DefaultName/> 133</FormatElement> 134<FormatElement msgid="DateFormatskey8" default="false" type="long" usage="DATE" formatindex="25"> 135<FormatCode>YYYY"年"M"月"D"日"</FormatCode> 136<DefaultName/> 137</FormatElement> 138<FormatElement msgid="DateFormatskey9" default="false" type="long" usage="DATE" formatindex="26"> 139<FormatCode>D. MMMM YYYY</FormatCode> 140<DefaultName/> 141</FormatElement> 142<FormatElement msgid="DateFormatskey10" default="false" type="medium" usage="DATE" formatindex="27"> 143<FormatCode>YY"年"M"月"D"日" NNNN</FormatCode> 144<DefaultName/> 145</FormatElement> 146<FormatElement msgid="DateFormatskey11" default="false" type="medium" usage="DATE" formatindex="28"> 147<FormatCode>D/M/YY NNNN</FormatCode> 148<DefaultName/> 149</FormatElement> 150<FormatElement msgid="DateFormatskey12" default="false" type="long" usage="DATE" formatindex="29"> 151<FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode> 152<DefaultName/> 153</FormatElement> 154<FormatElement msgid="DateFormatskey13" default="false" type="long" usage="DATE" formatindex="30"> 155<FormatCode>YYYY"年"M"月"D"日" NNNN</FormatCode> 156<DefaultName/> 157</FormatElement> 158<FormatElement msgid="DateFormatskey14" default="true" type="short" usage="DATE" formatindex="31"> 159<FormatCode>M"月"D"日"</FormatCode> 160<DefaultName/> 161</FormatElement> 162<FormatElement msgid="DateFormatskey15" default="false" type="medium" usage="DATE" formatindex="32"> 163<FormatCode>YY"年"M"月"D"日"</FormatCode> 164<DefaultName/> 165</FormatElement> 166<FormatElement msgid="DateFormatskey16" default="false" type="medium" usage="DATE" formatindex="33"> 167<FormatCode>YYYY"年"M"月"D"日"</FormatCode> 168<DefaultName/> 169</FormatElement> 170<FormatElement msgid="DateFormatskey17" default="false" type="short" usage="DATE" formatindex="34"> 171<FormatCode>MMMM/YY</FormatCode> 172<DefaultName/> 173</FormatElement> 174<FormatElement msgid="DateFormatskey18" default="false" type="short" usage="DATE" formatindex="35"> 175<FormatCode>MMMMD"日"</FormatCode> 176<DefaultName/> 177</FormatElement> 178<FormatElement msgid="DateFormatskey19" default="false" type="short" usage="DATE" formatindex="36"> 179<FormatCode>MMMM</FormatCode> 180<DefaultName/> 181</FormatElement> 182<FormatElement msgid="DateFormatskey20" default="false" type="medium" usage="DATE" formatindex="37"> 183<FormatCode>YYYY"年度"QQ</FormatCode> 184<DefaultName/> 185</FormatElement> 186<FormatElement msgid="DateFormatskey21" default="false" type="short" usage="DATE" formatindex="38"> 187<FormatCode>"第"WW"週"</FormatCode> 188<DefaultName/> 189</FormatElement> 190<!-- Time formats. Index range is 39-45. --> 191<FormatElement msgid="TimeFormatskey1" default="true" type="short" usage="TIME" formatindex="39"> 192<FormatCode>HH:MM</FormatCode> 193<DefaultName/> 194</FormatElement> 195<FormatElement msgid="TimeFormatskey2" default="true" type="medium" usage="TIME" formatindex="40"> 196<FormatCode>HH:MM:SS</FormatCode> 197<DefaultName/> 198</FormatElement> 199<FormatElement msgid="TimeFormatskey3" default="false" type="medium" usage="TIME" formatindex="41"> 200<FormatCode>AM/PM HH:MM</FormatCode> 201<DefaultName/> 202</FormatElement> 203<FormatElement msgid="TimeFormatskey4" default="false" type="medium" usage="TIME" formatindex="42"> 204<FormatCode> AM/PM HH:MM:SS</FormatCode> 205<DefaultName/> 206</FormatElement> 207<FormatElement msgid="TimeFormatskey5" default="false" type="medium" usage="TIME" formatindex="43"> 208<FormatCode>[HH]:MM:SS</FormatCode> 209<DefaultName/> 210</FormatElement> 211<FormatElement msgid="TimeFormatskey6" default="false" type="medium" usage="TIME" formatindex="44"> 212<FormatCode>MM:SS.00</FormatCode> 213<DefaultName/> 214</FormatElement> 215<FormatElement msgid="TimeFormatskey7" default="true" type="long" usage="TIME" formatindex="45"> 216<FormatCode>[HH]:MM:SS.00</FormatCode> 217<DefaultName/> 218</FormatElement> 219<FormatElement msgid="TimeFormatskey8" default="false" type="short" usage="TIME" formatindex="50"> 220<FormatCode>HH"時"MM"分"</FormatCode> 221<DefaultName/> 222</FormatElement> 223<FormatElement msgid="TimeFormatskey9" default="false" type="medium" usage="TIME" formatindex="51"> 224<FormatCode>HH"時"MM"分"SS"秒"</FormatCode> 225<DefaultName/> 226</FormatElement> 227<FormatElement msgid="TimeFormatskey10" default="false" type="medium" usage="TIME" formatindex="52"> 228<FormatCode>AM/PM HH"時"MM"分"</FormatCode> 229<DefaultName/> 230</FormatElement> 231<FormatElement msgid="TimeFormatskey11" default="false" type="medium" usage="TIME" formatindex="53"> 232<FormatCode>AM/PM HH"時"MM"分"SS"秒"</FormatCode> 233<DefaultName/> 234</FormatElement> 235<FormatElement msgid="TimeFormatskey12" default="false" type="medium" usage="TIME" formatindex="54"> 236<FormatCode>[HH] "時"MM"分"SS"秒"</FormatCode> 237<DefaultName/> 238</FormatElement> 239<FormatElement msgid="TimeFormatskey13" default="false" type="medium" usage="TIME" formatindex="55"> 240<FormatCode>MM"分"SS"秒"00</FormatCode> 241<DefaultName/> 242</FormatElement> 243<!-- DateTime formats. Index range is 46-47. --> 244<FormatElement msgid="DateTimeFormatskey1" default="true" type="long" usage="DATE_TIME" formatindex="46"> 245<FormatCode>YYYY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode> 246<DefaultName/> 247</FormatElement> 248<!-- Formatindex 47 is the edit combined date/time format --> 249<FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="47"> 250<FormatCode>DD/MM/YYYY HH:MM:SS</FormatCode> 251<DefaultName/> 252</FormatElement> 253<FormatElement msgid="DateTimeFormatskey2" default="false" type="long" usage="DATE_TIME" formatindex="57"> 254<FormatCode>YY"年"M"月"D"日" HH"時"MM"分"SS"秒"</FormatCode> 255<DefaultName/> 256</FormatElement> 257<FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="56"> 258<FormatCode>D/M/YY HH:MM</FormatCode> 259<DefaultName/> 260</FormatElement> 261</LC_FORMAT> 262<LC_COLLATION> 263<Collator unoid="stroke" default="true" /> 264<Collator unoid="radical" default="false" /> 265<CollationOptions> 266<TransliterationModules>IGNORE_CASE</TransliterationModules> 267</CollationOptions> 268</LC_COLLATION> 269<LC_SEARCH ref="zh_CN"/> 270<LC_INDEX ref="zh_TW"/> 271<LC_CALENDAR> 272<Calendar unoid="gregorian" default="true"> 273<DaysOfWeek ref="zh_CN_gregorian"/> 274<MonthsOfYear ref="zh_CN_gregorian"/> 275<Eras ref="zh_TW_gregorian"/> 276<StartDayOfWeek> 277<DayID>sun</DayID> 278</StartDayOfWeek> 279<MinimalDaysInFirstWeek>7</MinimalDaysInFirstWeek> 280</Calendar> 281</LC_CALENDAR> 282<LC_CURRENCY> 283<Currency default="true" usedInCompatibleFormatCodes="true"> 284<CurrencyID>HKD</CurrencyID> 285<CurrencySymbol>HK$</CurrencySymbol> 286<BankSymbol>HKD</BankSymbol> 287<CurrencyName>Hongkong Dollar</CurrencyName> 288<DecimalPlaces>2</DecimalPlaces> 289</Currency> 290<!--more currency should be put here --> 291</LC_CURRENCY> 292<LC_TRANSLITERATION ref="zh_TW"/> 293<LC_MISC ref="zh_TW"/> 294<LC_NumberingLevel ref="zh_TW"/> 295<LC_OutLineNumberingLevel ref="zh_TW"/> 296</Locale> 297