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/fil.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/fil.xml 11 */ 12fil{ 13 AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô ú ù û]"} 14 ExemplarCharacters{"[a b c d e f g h i j k l m n ñ {ng} o p q r s t u v w x y z]"} 15 ExemplarCharactersCurrency{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} 16 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"} 17 LocaleScript{ 18 "Latn", 19 } 20 NumberElements{ 21 latn{ 22 patterns{ 23 currencyFormat{"¤ #,##0.00"} 24 decimalFormat{"#,##0.###"} 25 percentFormat{"#,##0%"} 26 scientificFormat{"#E0"} 27 } 28 symbols{ 29 decimal{"."} 30 exponential{"E"} 31 group{","} 32 infinity{"∞"} 33 list{";"} 34 minusSign{"-"} 35 nan{"NaN"} 36 perMille{"‰"} 37 percentSign{"%"} 38 plusSign{"+"} 39 } 40 } 41 } 42 Version{"2.0.48.64"} 43 calendar{ 44 gregorian{ 45 DateTimePatterns{ 46 "HH:mm:ss zzzz", 47 "HH:mm:ss z", 48 "HH:mm:ss", 49 "HH:mm", 50 "EEEE, MMMM dd y", 51 "MMMM d, y", 52 "MMM d, y", 53 "M/d/yy", 54 "{1} {0}", 55 "{1} {0}", 56 "{1} {0}", 57 "{1} {0}", 58 "{1} {0}", 59 } 60 availableFormats{ 61 MEd{"E, M-d"} 62 MMM{"LLL"} 63 MMMEd{"E MMM d"} 64 MMMMEd{"E MMMM d"} 65 MMMMd{"MMMM d"} 66 MMMd{"MMM d"} 67 Md{"M-d"} 68 ms{"mm:ss"} 69 y{"y"} 70 yM{"yyyy-M"} 71 yMEd{"EEE, yyyy-M-d"} 72 yMMM{"y MMM"} 73 yMMMEd{"EEE, y MMM d"} 74 yMMMM{"y MMMM"} 75 yQQQ{"y QQQ"} 76 yyMM{"yy-MM"} 77 yyMMM{"MMM yy"} 78 } 79 dayNames{ 80 format{ 81 abbreviated{ 82 "Lin", 83 "Lun", 84 "Mar", 85 "Mye", 86 "Huw", 87 "Bye", 88 "Sab", 89 } 90 wide{ 91 "Linggo", 92 "Lunes", 93 "Martes", 94 "Miyerkules", 95 "Huwebes", 96 "Biyernes", 97 "Sabado", 98 } 99 } 100 stand-alone{ 101 abbreviated{ 102 "Lin", 103 "Lun", 104 "Mar", 105 "Miy", 106 "Huw", 107 "Biy", 108 "Sab", 109 } 110 narrow{ 111 "L", 112 "L", 113 "M", 114 "M", 115 "H", 116 "B", 117 "S", 118 } 119 } 120 } 121 fields{ 122 day{ 123 dn{"Araw"} 124 relative{ 125 "-1"{"Yesterday"} 126 "0"{"Today"} 127 "1"{"Tomorrow"} 128 } 129 } 130 dayperiod{ 131 dn{"Dayperiod"} 132 } 133 era{ 134 dn{"Era"} 135 } 136 hour{ 137 dn{"Oras"} 138 } 139 minute{ 140 dn{"Minuto"} 141 } 142 month{ 143 dn{"Buwan"} 144 } 145 second{ 146 dn{"Segundo"} 147 } 148 week{ 149 dn{"Linggo"} 150 } 151 weekday{ 152 dn{"Araw ng Linggo"} 153 } 154 year{ 155 dn{"Taon"} 156 } 157 zone{ 158 dn{"Zone"} 159 } 160 } 161 monthNames{ 162 format{ 163 abbreviated{ 164 "Ene", 165 "Peb", 166 "Mar", 167 "Abr", 168 "May", 169 "Hun", 170 "Hul", 171 "Ago", 172 "Set", 173 "Okt", 174 "Nob", 175 "Dis", 176 } 177 wide{ 178 "Enero", 179 "Pebrero", 180 "Marso", 181 "Abril", 182 "Mayo", 183 "Hunyo", 184 "Hulyo", 185 "Agosto", 186 "Setyembre", 187 "Oktubre", 188 "Nobyembre", 189 "Disyembre", 190 } 191 } 192 stand-alone{ 193 narrow{ 194 "E", 195 "P", 196 "M", 197 "A", 198 "M", 199 "H", 200 "H", 201 "A", 202 "S", 203 "O", 204 "N", 205 "D", 206 } 207 } 208 } 209 } 210 } 211 delimiters{ 212 alternateQuotationEnd{"’"} 213 alternateQuotationStart{"‘"} 214 quotationEnd{"”"} 215 quotationStart{"“"} 216 } 217 listPattern{ 218 standard{ 219 2{"{0} at {1}"} 220 end{"{0} at {1}"} 221 } 222 } 223 measurementSystemNames{ 224 US{"US"} 225 metric{"Metric"} 226 } 227 units{ 228 day{ 229 one{"{0} araw"} 230 other{"{0} araw"} 231 } 232 hour{ 233 one{"{0} oras"} 234 other{"{0} oras"} 235 } 236 minute{ 237 one{"{0} minuto"} 238 other{"{0} minuto"} 239 } 240 month{ 241 one{"{0} buwan"} 242 other{"{0} buwan"} 243 } 244 second{ 245 one{"{0} segundo"} 246 other{"{0} segundo"} 247 } 248 week{ 249 one{"{0} linggo"} 250 other{"{0} linggo"} 251 } 252 year{ 253 one{"{0} taon"} 254 other{"{0} taon"} 255 } 256 } 257 unitsShort{ 258 day{ 259 one{"{0} arw"} 260 other{"{0} arw"} 261 } 262 hour{ 263 one{"{0} or"} 264 other{"{0} or"} 265 } 266 minute{ 267 one{"{0} min"} 268 other{"{0} min"} 269 } 270 month{ 271 one{"{0} buw"} 272 other{"{0} buw"} 273 } 274 second{ 275 one{"{0} seg"} 276 other{"{0} seg"} 277 } 278 week{ 279 one{"{0} ling"} 280 other{"{0} ling"} 281 } 282 year{ 283 one{"{0} ta"} 284 other{"{0} ta"} 285 } 286 } 287} 288