| 1 |
<?php |
| 2 |
/** |
| 3 |
* Locales information |
| 4 |
* |
| 5 |
* @version 1.0.0 |
| 6 |
*/ |
| 7 |
|
| 8 |
defined( 'ABSPATH' ) || exit; |
| 9 |
|
| 10 |
$locales = include 'currency-info.php'; |
| 11 |
|
| 12 |
return array( |
| 13 |
'AD' => array( |
| 14 |
'currency_code' => 'EUR', |
| 15 |
'currency_pos' => 'right_space', |
| 16 |
'thousand_sep' => '.', |
| 17 |
'decimal_sep' => ',', |
| 18 |
'num_decimals' => 2, |
| 19 |
'weight_unit' => 'kg', |
| 20 |
'dimension_unit' => 'cm', |
| 21 |
'direction' => 'ltr', |
| 22 |
'default_locale' => 'ca_AD', |
| 23 |
'name' => 'Euro', |
| 24 |
'singular' => 'euro', |
| 25 |
'plural' => 'euros', |
| 26 |
'short_symbol' => '€', |
| 27 |
'locales' => $locales['EUR'], |
| 28 |
), |
| 29 |
'AE' => array( |
| 30 |
'currency_code' => 'AED', |
| 31 |
'currency_pos' => 'right_space', |
| 32 |
'thousand_sep' => '.', |
| 33 |
'decimal_sep' => ',', |
| 34 |
'num_decimals' => 2, |
| 35 |
'weight_unit' => 'kg', |
| 36 |
'dimension_unit' => 'cm', |
| 37 |
'direction' => 'rtl', |
| 38 |
'default_locale' => 'ar_AE', |
| 39 |
'name' => 'United Arab Emirates dirham', |
| 40 |
'singular' => 'UAE dirham', |
| 41 |
'plural' => 'UAE dirhams', |
| 42 |
'short_symbol' => null, |
| 43 |
'locales' => $locales['AED'], |
| 44 |
), |
| 45 |
'AF' => array( |
| 46 |
'currency_code' => 'AFN', |
| 47 |
'currency_pos' => 'left_space', |
| 48 |
'thousand_sep' => '.', |
| 49 |
'decimal_sep' => ',', |
| 50 |
'num_decimals' => 0, |
| 51 |
'weight_unit' => 'kg', |
| 52 |
'dimension_unit' => 'cm', |
| 53 |
'direction' => 'rtl', |
| 54 |
'default_locale' => 'fa_AF', |
| 55 |
'name' => 'Afghan afghani', |
| 56 |
'singular' => 'Afghan Afghani', |
| 57 |
'plural' => 'Afghan Afghanis', |
| 58 |
'short_symbol' => '؋', |
| 59 |
'locales' => $locales['AFN'], |
| 60 |
), |
| 61 |
'AG' => array( |
| 62 |
'currency_code' => 'XCD', |
| 63 |
'currency_pos' => 'left', |
| 64 |
'thousand_sep' => ',', |
| 65 |
'decimal_sep' => '.', |
| 66 |
'num_decimals' => 2, |
| 67 |
'weight_unit' => 'kg', |
| 68 |
'dimension_unit' => 'cm', |
| 69 |
'direction' => 'ltr', |
| 70 |
'default_locale' => 'en_AG', |
| 71 |
'name' => 'East Caribbean dollar', |
| 72 |
'singular' => 'East Caribbean dollar', |
| 73 |
'plural' => 'East Caribbean dollars', |
| 74 |
'short_symbol' => '$', |
| 75 |
'locales' => $locales['XCD'], |
| 76 |
), |
| 77 |
'AI' => array( |
| 78 |
'currency_code' => 'XCD', |
| 79 |
'currency_pos' => 'left', |
| 80 |
'thousand_sep' => ',', |
| 81 |
'decimal_sep' => '.', |
| 82 |
'num_decimals' => 2, |
| 83 |
'weight_unit' => 'kg', |
| 84 |
'dimension_unit' => 'cm', |
| 85 |
'direction' => 'ltr', |
| 86 |
'default_locale' => 'en_AI', |
| 87 |
'name' => 'East Caribbean dollar', |
| 88 |
'singular' => 'East Caribbean dollar', |
| 89 |
'plural' => 'East Caribbean dollars', |
| 90 |
'short_symbol' => '$', |
| 91 |
'locales' => $locales['XCD'], |
| 92 |
), |
| 93 |
'AL' => array( |
| 94 |
'currency_code' => 'ALL', |
| 95 |
'currency_pos' => 'right_space', |
| 96 |
'thousand_sep' => ' ', |
| 97 |
'decimal_sep' => ',', |
| 98 |
'num_decimals' => 0, |
| 99 |
'weight_unit' => 'kg', |
| 100 |
'dimension_unit' => 'cm', |
| 101 |
'direction' => 'ltr', |
| 102 |
'default_locale' => 'sq_AL', |
| 103 |
'name' => 'Albanian lek', |
| 104 |
'singular' => 'Albanian lek', |
| 105 |
'plural' => 'Albanian lekë', |
| 106 |
'short_symbol' => null, |
| 107 |
'locales' => $locales['ALL'], |
| 108 |
), |
| 109 |
'AM' => array( |
| 110 |
'currency_code' => 'AMD', |
| 111 |
'currency_pos' => 'right_space', |
| 112 |
'thousand_sep' => ' ', |
| 113 |
'decimal_sep' => ',', |
| 114 |
'num_decimals' => 0, |
| 115 |
'weight_unit' => 'kg', |
| 116 |
'dimension_unit' => 'cm', |
| 117 |
'direction' => 'ltr', |
| 118 |
'default_locale' => 'hy_AM', |
| 119 |
'name' => 'Armenian dram', |
| 120 |
'singular' => 'Armenian dram', |
| 121 |
'plural' => 'Armenian drams', |
| 122 |
'short_symbol' => '֏', |
| 123 |
'locales' => $locales['AMD'], |
| 124 |
), |
| 125 |
'AO' => array( |
| 126 |
'currency_code' => 'AOA', |
| 127 |
'currency_pos' => 'right_space', |
| 128 |
'thousand_sep' => ' ', |
| 129 |
'decimal_sep' => ',', |
| 130 |
'num_decimals' => 2, |
| 131 |
'weight_unit' => 'kg', |
| 132 |
'dimension_unit' => 'cm', |
| 133 |
'direction' => 'ltr', |
| 134 |
'default_locale' => 'pt_AO', |
| 135 |
'name' => 'Angolan kwanza', |
| 136 |
'singular' => 'Angolan kwanza', |
| 137 |
'plural' => 'Angolan kwanzas', |
| 138 |
'short_symbol' => 'Kz', |
| 139 |
'locales' => $locales['AOA'], |
| 140 |
), |
| 141 |
'AR' => array( |
| 142 |
'currency_code' => 'ARS', |
| 143 |
'currency_pos' => 'left_space', |
| 144 |
'thousand_sep' => '.', |
| 145 |
'decimal_sep' => ',', |
| 146 |
'num_decimals' => 2, |
| 147 |
'weight_unit' => 'kg', |
| 148 |
'dimension_unit' => 'cm', |
| 149 |
'direction' => 'ltr', |
| 150 |
'default_locale' => 'es_AR', |
| 151 |
'name' => 'Argentine peso', |
| 152 |
'singular' => 'Argentine peso', |
| 153 |
'plural' => 'Argentine pesos', |
| 154 |
'short_symbol' => '$', |
| 155 |
'locales' => $locales['ARS'], |
| 156 |
), |
| 157 |
'AS' => array( |
| 158 |
'currency_code' => 'USD', |
| 159 |
'currency_pos' => 'left', |
| 160 |
'thousand_sep' => ',', |
| 161 |
'decimal_sep' => '.', |
| 162 |
'num_decimals' => 2, |
| 163 |
'weight_unit' => 'lbs', |
| 164 |
'dimension_unit' => 'in', |
| 165 |
'direction' => 'ltr', |
| 166 |
'default_locale' => 'en_AS', |
| 167 |
'name' => 'United States (US) dollar', |
| 168 |
'singular' => 'US dollar', |
| 169 |
'plural' => 'US dollars', |
| 170 |
'short_symbol' => '$', |
| 171 |
'locales' => $locales['USD'], |
| 172 |
), |
| 173 |
'AT' => array( |
| 174 |
'currency_code' => 'EUR', |
| 175 |
'currency_pos' => 'left_space', |
| 176 |
'thousand_sep' => ' ', |
| 177 |
'decimal_sep' => ',', |
| 178 |
'num_decimals' => 2, |
| 179 |
'weight_unit' => 'kg', |
| 180 |
'dimension_unit' => 'cm', |
| 181 |
'direction' => 'ltr', |
| 182 |
'default_locale' => 'de_AT', |
| 183 |
'name' => 'Euro', |
| 184 |
'singular' => 'euro', |
| 185 |
'plural' => 'euros', |
| 186 |
'short_symbol' => '€', |
| 187 |
'locales' => $locales['EUR'], |
| 188 |
), |
| 189 |
'AU' => array( |
| 190 |
'currency_code' => 'AUD', |
| 191 |
'currency_pos' => 'left', |
| 192 |
'thousand_sep' => ',', |
| 193 |
'decimal_sep' => '.', |
| 194 |
'num_decimals' => 2, |
| 195 |
'weight_unit' => 'kg', |
| 196 |
'dimension_unit' => 'cm', |
| 197 |
'direction' => 'ltr', |
| 198 |
'default_locale' => 'en_AU', |
| 199 |
'name' => 'Australian dollar', |
| 200 |
'singular' => 'Australian dollar', |
| 201 |
'plural' => 'Australian dollars', |
| 202 |
'short_symbol' => '$', |
| 203 |
'locales' => $locales['AUD'], |
| 204 |
), |
| 205 |
'AW' => array( |
| 206 |
'currency_code' => 'AWG', |
| 207 |
'currency_pos' => 'left_space', |
| 208 |
'thousand_sep' => '.', |
| 209 |
'decimal_sep' => ',', |
| 210 |
'num_decimals' => 2, |
| 211 |
'weight_unit' => 'kg', |
| 212 |
'dimension_unit' => 'cm', |
| 213 |
'direction' => 'ltr', |
| 214 |
'default_locale' => 'nl_AW', |
| 215 |
'name' => 'Aruban florin', |
| 216 |
'singular' => 'Aruban florin', |
| 217 |
'plural' => 'Aruban florin', |
| 218 |
'short_symbol' => null, |
| 219 |
'locales' => $locales['AWG'], |
| 220 |
), |
| 221 |
'AX' => array( |
| 222 |
'currency_code' => 'EUR', |
| 223 |
'currency_pos' => 'right_space', |
| 224 |
'thousand_sep' => ' ', |
| 225 |
'decimal_sep' => ',', |
| 226 |
'num_decimals' => 2, |
| 227 |
'weight_unit' => 'kg', |
| 228 |
'dimension_unit' => 'cm', |
| 229 |
'direction' => 'ltr', |
| 230 |
'default_locale' => 'sv_AX', |
| 231 |
'name' => 'Euro', |
| 232 |
'singular' => 'euro', |
| 233 |
'plural' => 'euros', |
| 234 |
'short_symbol' => '€', |
| 235 |
'locales' => $locales['EUR'], |
| 236 |
), |
| 237 |
'AZ' => array( |
| 238 |
'currency_code' => 'AZN', |
| 239 |
'currency_pos' => 'right_space', |
| 240 |
'thousand_sep' => '.', |
| 241 |
'decimal_sep' => ',', |
| 242 |
'num_decimals' => 2, |
| 243 |
'weight_unit' => 'kg', |
| 244 |
'dimension_unit' => 'cm', |
| 245 |
'direction' => 'ltr', |
| 246 |
'default_locale' => 'az_AZ', |
| 247 |
'name' => 'Azerbaijani manat', |
| 248 |
'singular' => 'Azerbaijani manat', |
| 249 |
'plural' => 'Azerbaijani manats', |
| 250 |
'short_symbol' => '₼', |
| 251 |
'locales' => $locales['AZN'], |
| 252 |
), |
| 253 |
'BA' => array( |
| 254 |
'currency_code' => 'BAM', |
| 255 |
'currency_pos' => 'right_space', |
| 256 |
'thousand_sep' => '.', |
| 257 |
'decimal_sep' => ',', |
| 258 |
'num_decimals' => 2, |
| 259 |
'weight_unit' => 'kg', |
| 260 |
'dimension_unit' => 'cm', |
| 261 |
'direction' => 'ltr', |
| 262 |
'default_locale' => 'bs_BA', |
| 263 |
'name' => 'Bosnia and Herzegovina convertible mark', |
| 264 |
'singular' => 'Bosnia-Herzegovina convertible mark', |
| 265 |
'plural' => 'Bosnia-Herzegovina convertible marks', |
| 266 |
'short_symbol' => 'KM', |
| 267 |
'locales' => $locales['BAM'], |
| 268 |
), |
| 269 |
'BB' => array( |
| 270 |
'currency_code' => 'BBD', |
| 271 |
'currency_pos' => 'left', |
| 272 |
'thousand_sep' => ',', |
| 273 |
'decimal_sep' => '.', |
| 274 |
'num_decimals' => 2, |
| 275 |
'weight_unit' => 'kg', |
| 276 |
'dimension_unit' => 'cm', |
| 277 |
'direction' => 'ltr', |
| 278 |
'default_locale' => 'en_BB', |
| 279 |
'name' => 'Barbadian dollar', |
| 280 |
'singular' => 'Barbadian dollar', |
| 281 |
'plural' => 'Barbadian dollars', |
| 282 |
'short_symbol' => '$', |
| 283 |
'locales' => $locales['BBD'], |
| 284 |
), |
| 285 |
'BD' => array( |
| 286 |
'currency_code' => 'BDT', |
| 287 |
'currency_pos' => 'right', |
| 288 |
'thousand_sep' => ',', |
| 289 |
'decimal_sep' => '.', |
| 290 |
'num_decimals' => 2, |
| 291 |
'weight_unit' => 'kg', |
| 292 |
'dimension_unit' => 'cm', |
| 293 |
'direction' => 'ltr', |
| 294 |
'default_locale' => 'bn_BD', |
| 295 |
'name' => 'Bangladeshi taka', |
| 296 |
'singular' => 'Bangladeshi taka', |
| 297 |
'plural' => 'Bangladeshi takas', |
| 298 |
'short_symbol' => '৳', |
| 299 |
'locales' => $locales['BDT'], |
| 300 |
), |
| 301 |
'BE' => array( |
| 302 |
'currency_code' => 'EUR', |
| 303 |
'currency_pos' => 'left_space', |
| 304 |
'thousand_sep' => '.', |
| 305 |
'decimal_sep' => ',', |
| 306 |
'num_decimals' => 2, |
| 307 |
'weight_unit' => 'kg', |
| 308 |
'dimension_unit' => 'cm', |
| 309 |
'direction' => 'ltr', |
| 310 |
'default_locale' => 'nl_BE', |
| 311 |
'name' => 'Euro', |
| 312 |
'singular' => 'euro', |
| 313 |
'plural' => 'euros', |
| 314 |
'short_symbol' => '€', |
| 315 |
'locales' => $locales['EUR'], |
| 316 |
), |
| 317 |
'BF' => array( |
| 318 |
'currency_code' => 'XOF', |
| 319 |
'currency_pos' => 'right_space', |
| 320 |
'thousand_sep' => ' ', |
| 321 |
'decimal_sep' => ',', |
| 322 |
'num_decimals' => 0, |
| 323 |
'weight_unit' => 'kg', |
| 324 |
'dimension_unit' => 'cm', |
| 325 |
'direction' => 'ltr', |
| 326 |
'default_locale' => 'fr_BF', |
| 327 |
'name' => 'West African CFA franc', |
| 328 |
'singular' => 'West African CFA franc', |
| 329 |
'plural' => 'West African CFA francs', |
| 330 |
'short_symbol' => null, |
| 331 |
'locales' => $locales['XOF'], |
| 332 |
), |
| 333 |
'BG' => array( |
| 334 |
'currency_code' => 'BGN', |
| 335 |
'currency_pos' => 'right_space', |
| 336 |
'thousand_sep' => ' ', |
| 337 |
'decimal_sep' => ',', |
| 338 |
'num_decimals' => 2, |
| 339 |
'weight_unit' => 'kg', |
| 340 |
'dimension_unit' => 'cm', |
| 341 |
'direction' => 'ltr', |
| 342 |
'default_locale' => 'bg_BG', |
| 343 |
'name' => 'Bulgarian lev', |
| 344 |
'singular' => 'Bulgarian lev', |
| 345 |
'plural' => 'Bulgarian leva', |
| 346 |
'short_symbol' => null, |
| 347 |
'locales' => $locales['BGN'], |
| 348 |
), |
| 349 |
'BH' => array( |
| 350 |
'currency_code' => 'BHD', |
| 351 |
'currency_pos' => 'right_space', |
| 352 |
'thousand_sep' => '.', |
| 353 |
'decimal_sep' => ',', |
| 354 |
'num_decimals' => 3, |
| 355 |
'weight_unit' => 'kg', |
| 356 |
'dimension_unit' => 'cm', |
| 357 |
'direction' => 'rtl', |
| 358 |
'default_locale' => 'ar_BH', |
| 359 |
'name' => 'Bahraini dinar', |
| 360 |
'singular' => 'Bahraini dinar', |
| 361 |
'plural' => 'Bahraini dinars', |
| 362 |
'short_symbol' => null, |
| 363 |
'locales' => $locales['BHD'], |
| 364 |
), |
| 365 |
'BI' => array( |
| 366 |
'currency_code' => 'BIF', |
| 367 |
'currency_pos' => 'right', |
| 368 |
'thousand_sep' => '.', |
| 369 |
'decimal_sep' => ',', |
| 370 |
'num_decimals' => 0, |
| 371 |
'weight_unit' => 'kg', |
| 372 |
'dimension_unit' => 'cm', |
| 373 |
'direction' => 'ltr', |
| 374 |
'default_locale' => 'rn_BI', |
| 375 |
'name' => 'Burundian franc', |
| 376 |
'singular' => 'Burundian franc', |
| 377 |
'plural' => 'Burundian francs', |
| 378 |
'short_symbol' => null, |
| 379 |
'locales' => $locales['BIF'], |
| 380 |
), |
| 381 |
'BJ' => array( |
| 382 |
'currency_code' => 'XOF', |
| 383 |
'currency_pos' => 'right_space', |
| 384 |
'thousand_sep' => ' ', |
| 385 |
'decimal_sep' => ',', |
| 386 |
'num_decimals' => 0, |
| 387 |
'weight_unit' => 'kg', |
| 388 |
'dimension_unit' => 'cm', |
| 389 |
'direction' => 'ltr', |
| 390 |
'default_locale' => 'fr_BJ', |
| 391 |
'name' => 'West African CFA franc', |
| 392 |
'singular' => 'West African CFA franc', |
| 393 |
'plural' => 'West African CFA francs', |
| 394 |
'short_symbol' => null, |
| 395 |
'locales' => $locales['XOF'], |
| 396 |
), |
| 397 |
'BL' => array( |
| 398 |
'currency_code' => 'EUR', |
| 399 |
'currency_pos' => 'right_space', |
| 400 |
'thousand_sep' => ' ', |
| 401 |
'decimal_sep' => ',', |
| 402 |
'num_decimals' => 2, |
| 403 |
'weight_unit' => 'kg', |
| 404 |
'dimension_unit' => 'cm', |
| 405 |
'direction' => 'ltr', |
| 406 |
'default_locale' => 'fr_BL', |
| 407 |
'name' => 'Euro', |
| 408 |
'singular' => 'euro', |
| 409 |
'plural' => 'euros', |
| 410 |
'short_symbol' => '€', |
| 411 |
'locales' => $locales['EUR'], |
| 412 |
), |
| 413 |
'BM' => array( |
| 414 |
'currency_code' => 'BMD', |
| 415 |
'currency_pos' => 'left', |
| 416 |
'thousand_sep' => ',', |
| 417 |
'decimal_sep' => '.', |
| 418 |
'num_decimals' => 2, |
| 419 |
'weight_unit' => 'kg', |
| 420 |
'dimension_unit' => 'cm', |
| 421 |
'direction' => 'ltr', |
| 422 |
'default_locale' => 'en_BM', |
| 423 |
'name' => 'Bermudian dollar', |
| 424 |
'singular' => 'Bermudan dollar', |
| 425 |
'plural' => 'Bermudan dollars', |
| 426 |
'short_symbol' => '$', |
| 427 |
'locales' => $locales['BMD'], |
| 428 |
), |
| 429 |
'BN' => array( |
| 430 |
'currency_code' => 'BND', |
| 431 |
'currency_pos' => 'left_space', |
| 432 |
'thousand_sep' => '.', |
| 433 |
'decimal_sep' => ',', |
| 434 |
'num_decimals' => 2, |
| 435 |
'weight_unit' => 'kg', |
| 436 |
'dimension_unit' => 'cm', |
| 437 |
'direction' => 'ltr', |
| 438 |
'default_locale' => 'ms_BN', |
| 439 |
'name' => 'Brunei dollar', |
| 440 |
'singular' => 'Brunei dollar', |
| 441 |
'plural' => 'Brunei dollars', |
| 442 |
'short_symbol' => '$', |
| 443 |
'locales' => $locales['BND'], |
| 444 |
), |
| 445 |
'BO' => array( |
| 446 |
'currency_code' => 'BOB', |
| 447 |
'currency_pos' => 'left', |
| 448 |
'thousand_sep' => '.', |
| 449 |
'decimal_sep' => ',', |
| 450 |
'num_decimals' => 2, |
| 451 |
'weight_unit' => 'kg', |
| 452 |
'dimension_unit' => 'cm', |
| 453 |
'direction' => 'ltr', |
| 454 |
'default_locale' => 'es_BO', |
| 455 |
'name' => 'Bolivian boliviano', |
| 456 |
'singular' => 'Bolivian boliviano', |
| 457 |
'plural' => 'Bolivian bolivianos', |
| 458 |
'short_symbol' => 'Bs', |
| 459 |
'locales' => $locales['BOB'], |
| 460 |
), |
| 461 |
'BQ' => array( |
| 462 |
'currency_code' => 'USD', |
| 463 |
'currency_pos' => 'left_space', |
| 464 |
'thousand_sep' => '.', |
| 465 |
'decimal_sep' => ',', |
| 466 |
'num_decimals' => 2, |
| 467 |
'weight_unit' => 'kg', |
| 468 |
'dimension_unit' => 'cm', |
| 469 |
'direction' => 'ltr', |
| 470 |
'default_locale' => 'nl_BQ', |
| 471 |
'name' => 'United States (US) dollar', |
| 472 |
'singular' => 'US dollar', |
| 473 |
'plural' => 'US dollars', |
| 474 |
'short_symbol' => '$', |
| 475 |
'locales' => $locales['USD'], |
| 476 |
), |
| 477 |
'BR' => array( |
| 478 |
'currency_code' => 'BRL', |
| 479 |
'currency_pos' => 'left_space', |
| 480 |
'thousand_sep' => '.', |
| 481 |
'decimal_sep' => ',', |
| 482 |
'num_decimals' => 2, |
| 483 |
'weight_unit' => 'kg', |
| 484 |
'dimension_unit' => 'cm', |
| 485 |
'direction' => 'ltr', |
| 486 |
'default_locale' => 'pt_BR', |
| 487 |
'name' => 'Brazilian real', |
| 488 |
'singular' => 'Brazilian real', |
| 489 |
'plural' => 'Brazilian reals', |
| 490 |
'short_symbol' => 'R$', |
| 491 |
'locales' => $locales['BRL'], |
| 492 |
), |
| 493 |
'BS' => array( |
| 494 |
'currency_code' => 'BSD', |
| 495 |
'currency_pos' => 'left', |
| 496 |
'thousand_sep' => ',', |
| 497 |
'decimal_sep' => '.', |
| 498 |
'num_decimals' => 2, |
| 499 |
'weight_unit' => 'kg', |
| 500 |
'dimension_unit' => 'cm', |
| 501 |
'direction' => 'ltr', |
| 502 |
'default_locale' => 'en_BS', |
| 503 |
'name' => 'Bahamian dollar', |
| 504 |
'singular' => 'Bahamian dollar', |
| 505 |
'plural' => 'Bahamian dollars', |
| 506 |
'short_symbol' => '$', |
| 507 |
'locales' => $locales['BSD'], |
| 508 |
), |
| 509 |
'BT' => array( |
| 510 |
'currency_code' => 'BTN', |
| 511 |
'currency_pos' => 'left', |
| 512 |
'thousand_sep' => ',', |
| 513 |
'decimal_sep' => '.', |
| 514 |
'num_decimals' => 2, |
| 515 |
'weight_unit' => 'kg', |
| 516 |
'dimension_unit' => 'cm', |
| 517 |
'direction' => 'ltr', |
| 518 |
'default_locale' => 'dz_BT', |
| 519 |
'name' => 'Bhutanese ngultrum', |
| 520 |
'singular' => 'Bhutanese ngultrum', |
| 521 |
'plural' => 'Bhutanese ngultrums', |
| 522 |
'short_symbol' => null, |
| 523 |
'locales' => $locales['BTN'], |
| 524 |
), |
| 525 |
'BW' => array( |
| 526 |
'currency_code' => 'BWP', |
| 527 |
'currency_pos' => 'left', |
| 528 |
'thousand_sep' => ',', |
| 529 |
'decimal_sep' => '.', |
| 530 |
'num_decimals' => 2, |
| 531 |
'weight_unit' => 'kg', |
| 532 |
'dimension_unit' => 'cm', |
| 533 |
'direction' => 'ltr', |
| 534 |
'default_locale' => 'en_BW', |
| 535 |
'name' => 'Botswana pula', |
| 536 |
'singular' => 'Botswanan pula', |
| 537 |
'plural' => 'Botswanan pulas', |
| 538 |
'short_symbol' => 'P', |
| 539 |
'locales' => $locales['BWP'], |
| 540 |
), |
| 541 |
'BY' => array( |
| 542 |
'currency_code' => 'BYN', |
| 543 |
'currency_pos' => 'right_space', |
| 544 |
'thousand_sep' => ' ', |
| 545 |
'decimal_sep' => ',', |
| 546 |
'num_decimals' => 2, |
| 547 |
'weight_unit' => 'kg', |
| 548 |
'dimension_unit' => 'cm', |
| 549 |
'direction' => 'ltr', |
| 550 |
'default_locale' => 'be_BY', |
| 551 |
'name' => 'Belarusian ruble', |
| 552 |
'singular' => 'Belarusian ruble', |
| 553 |
'plural' => 'Belarusian rubles', |
| 554 |
'short_symbol' => 'р.', |
| 555 |
'locales' => $locales['BYN'], |
| 556 |
), |
| 557 |
'BZ' => array( |
| 558 |
'currency_code' => 'BZD', |
| 559 |
'currency_pos' => 'left', |
| 560 |
'thousand_sep' => ',', |
| 561 |
'decimal_sep' => '.', |
| 562 |
'num_decimals' => 2, |
| 563 |
'weight_unit' => 'kg', |
| 564 |
'dimension_unit' => 'cm', |
| 565 |
'direction' => 'ltr', |
| 566 |
'default_locale' => 'en_BZ', |
| 567 |
'name' => 'Belize dollar', |
| 568 |
'singular' => 'Belize dollar', |
| 569 |
'plural' => 'Belize dollars', |
| 570 |
'short_symbol' => '$', |
| 571 |
'locales' => $locales['BZD'], |
| 572 |
), |
| 573 |
'CA' => array( |
| 574 |
'currency_code' => 'CAD', |
| 575 |
'currency_pos' => 'left', |
| 576 |
'thousand_sep' => ',', |
| 577 |
'decimal_sep' => '.', |
| 578 |
'num_decimals' => 2, |
| 579 |
'weight_unit' => 'kg', |
| 580 |
'dimension_unit' => 'cm', |
| 581 |
'direction' => 'ltr', |
| 582 |
'default_locale' => 'en_CA', |
| 583 |
'name' => 'Canadian dollar', |
| 584 |
'singular' => 'Canadian dollar', |
| 585 |
'plural' => 'Canadian dollars', |
| 586 |
'short_symbol' => '$', |
| 587 |
'locales' => $locales['CAD'], |
| 588 |
), |
| 589 |
'CC' => array( |
| 590 |
'currency_code' => 'AUD', |
| 591 |
'currency_pos' => 'left', |
| 592 |
'thousand_sep' => ',', |
| 593 |
'decimal_sep' => '.', |
| 594 |
'num_decimals' => 2, |
| 595 |
'weight_unit' => 'kg', |
| 596 |
'dimension_unit' => 'cm', |
| 597 |
'direction' => 'ltr', |
| 598 |
'default_locale' => 'en_CC', |
| 599 |
'name' => 'Australian dollar', |
| 600 |
'singular' => 'Australian dollar', |
| 601 |
'plural' => 'Australian dollars', |
| 602 |
'short_symbol' => '$', |
| 603 |
'locales' => $locales['AUD'], |
| 604 |
), |
| 605 |
'CD' => array( |
| 606 |
'currency_code' => 'CDF', |
| 607 |
'currency_pos' => 'left_space', |
| 608 |
'thousand_sep' => '.', |
| 609 |
'decimal_sep' => ',', |
| 610 |
'num_decimals' => 2, |
| 611 |
'weight_unit' => 'kg', |
| 612 |
'dimension_unit' => 'cm', |
| 613 |
'direction' => 'ltr', |
| 614 |
'default_locale' => 'sw_CD', |
| 615 |
'name' => 'Congolese franc', |
| 616 |
'singular' => 'Congolese franc', |
| 617 |
'plural' => 'Congolese francs', |
| 618 |
'short_symbol' => null, |
| 619 |
'locales' => $locales['CDF'], |
| 620 |
), |
| 621 |
'CF' => array( |
| 622 |
'currency_code' => 'XAF', |
| 623 |
'currency_pos' => 'right_space', |
| 624 |
'thousand_sep' => ' ', |
| 625 |
'decimal_sep' => ',', |
| 626 |
'num_decimals' => 0, |
| 627 |
'weight_unit' => 'kg', |
| 628 |
'dimension_unit' => 'cm', |
| 629 |
'direction' => 'ltr', |
| 630 |
'default_locale' => 'fr_CF', |
| 631 |
'name' => 'Central African CFA franc', |
| 632 |
'singular' => 'Central African CFA franc', |
| 633 |
'plural' => 'Central African CFA francs', |
| 634 |
'short_symbol' => null, |
| 635 |
'locales' => $locales['XAF'], |
| 636 |
), |
| 637 |
'CG' => array( |
| 638 |
'currency_code' => 'XAF', |
| 639 |
'currency_pos' => 'right_space', |
| 640 |
'thousand_sep' => ' ', |
| 641 |
'decimal_sep' => ',', |
| 642 |
'num_decimals' => 0, |
| 643 |
'weight_unit' => 'kg', |
| 644 |
'dimension_unit' => 'cm', |
| 645 |
'direction' => 'ltr', |
| 646 |
'default_locale' => 'fr_CG', |
| 647 |
'name' => 'Central African CFA franc', |
| 648 |
'singular' => 'Central African CFA franc', |
| 649 |
'plural' => 'Central African CFA francs', |
| 650 |
'short_symbol' => null, |
| 651 |
'locales' => $locales['XAF'], |
| 652 |
), |
| 653 |
'CH' => array( |
| 654 |
'currency_code' => 'CHF', |
| 655 |
'currency_pos' => 'left_space', |
| 656 |
'thousand_sep' => '\'', |
| 657 |
'decimal_sep' => '.', |
| 658 |
'num_decimals' => 2, |
| 659 |
'weight_unit' => 'kg', |
| 660 |
'dimension_unit' => 'cm', |
| 661 |
'direction' => 'ltr', |
| 662 |
'default_locale' => 'de_CH', |
| 663 |
'name' => 'Swiss franc', |
| 664 |
'singular' => 'Swiss franc', |
| 665 |
'plural' => 'Swiss francs', |
| 666 |
'short_symbol' => null, |
| 667 |
'locales' => $locales['CHF'], |
| 668 |
), |
| 669 |
'CI' => array( |
| 670 |
'currency_code' => 'XOF', |
| 671 |
'currency_pos' => 'right_space', |
| 672 |
'thousand_sep' => ' ', |
| 673 |
'decimal_sep' => ',', |
| 674 |
'num_decimals' => 0, |
| 675 |
'weight_unit' => 'kg', |
| 676 |
'dimension_unit' => 'cm', |
| 677 |
'direction' => 'ltr', |
| 678 |
'default_locale' => 'fr_CI', |
| 679 |
'name' => 'West African CFA franc', |
| 680 |
'singular' => 'West African CFA franc', |
| 681 |
'plural' => 'West African CFA francs', |
| 682 |
'short_symbol' => null, |
| 683 |
'locales' => $locales['XOF'], |
| 684 |
), |
| 685 |
'CK' => array( |
| 686 |
'currency_code' => 'NZD', |
| 687 |
'currency_pos' => 'left', |
| 688 |
'thousand_sep' => ',', |
| 689 |
'decimal_sep' => '.', |
| 690 |
'num_decimals' => 2, |
| 691 |
'weight_unit' => 'kg', |
| 692 |
'dimension_unit' => 'cm', |
| 693 |
'direction' => 'ltr', |
| 694 |
'default_locale' => 'en_CK', |
| 695 |
'name' => 'New Zealand dollar', |
| 696 |
'singular' => 'New Zealand dollar', |
| 697 |
'plural' => 'New Zealand dollars', |
| 698 |
'short_symbol' => '$', |
| 699 |
'locales' => $locales['NZD'], |
| 700 |
), |
| 701 |
'CL' => array( |
| 702 |
'currency_code' => 'CLP', |
| 703 |
'currency_pos' => 'left', |
| 704 |
'thousand_sep' => '.', |
| 705 |
'decimal_sep' => ',', |
| 706 |
'num_decimals' => 0, |
| 707 |
'weight_unit' => 'kg', |
| 708 |
'dimension_unit' => 'cm', |
| 709 |
'direction' => 'ltr', |
| 710 |
'default_locale' => 'es_CL', |
| 711 |
'name' => 'Chilean peso', |
| 712 |
'singular' => 'Chilean peso', |
| 713 |
'plural' => 'Chilean pesos', |
| 714 |
'short_symbol' => '$', |
| 715 |
'locales' => $locales['CLP'], |
| 716 |
), |
| 717 |
'CM' => array( |
| 718 |
'currency_code' => 'XAF', |
| 719 |
'currency_pos' => 'right_space', |
| 720 |
'thousand_sep' => ' ', |
| 721 |
'decimal_sep' => ',', |
| 722 |
'num_decimals' => 0, |
| 723 |
'weight_unit' => 'kg', |
| 724 |
'dimension_unit' => 'cm', |
| 725 |
'direction' => 'ltr', |
| 726 |
'default_locale' => 'fr_CM', |
| 727 |
'name' => 'Central African CFA franc', |
| 728 |
'singular' => 'Central African CFA franc', |
| 729 |
'plural' => 'Central African CFA francs', |
| 730 |
'short_symbol' => null, |
| 731 |
'locales' => $locales['XAF'], |
| 732 |
), |
| 733 |
'CN' => array( |
| 734 |
'currency_code' => 'CNY', |
| 735 |
'currency_pos' => 'left', |
| 736 |
'thousand_sep' => ',', |
| 737 |
'decimal_sep' => '.', |
| 738 |
'num_decimals' => 2, |
| 739 |
'weight_unit' => 'kg', |
| 740 |
'dimension_unit' => 'cm', |
| 741 |
'direction' => 'ltr', |
| 742 |
'default_locale' => 'zh_CN', |
| 743 |
'name' => 'Chinese yuan', |
| 744 |
'singular' => 'Chinese yuan', |
| 745 |
'plural' => 'Chinese yuan', |
| 746 |
'short_symbol' => '¥', |
| 747 |
'locales' => $locales['CNY'], |
| 748 |
), |
| 749 |
'CO' => array( |
| 750 |
'currency_code' => 'COP', |
| 751 |
'currency_pos' => 'left_space', |
| 752 |
'thousand_sep' => '.', |
| 753 |
'decimal_sep' => ',', |
| 754 |
'num_decimals' => 0, |
| 755 |
'weight_unit' => 'kg', |
| 756 |
'dimension_unit' => 'cm', |
| 757 |
'direction' => 'ltr', |
| 758 |
'default_locale' => 'es_CO', |
| 759 |
'name' => 'Colombian peso', |
| 760 |
'singular' => 'Colombian peso', |
| 761 |
'plural' => 'Colombian pesos', |
| 762 |
'short_symbol' => '$', |
| 763 |
'locales' => $locales['COP'], |
| 764 |
), |
| 765 |
'CR' => array( |
| 766 |
'currency_code' => 'CRC', |
| 767 |
'currency_pos' => 'left', |
| 768 |
'thousand_sep' => ' ', |
| 769 |
'decimal_sep' => ',', |
| 770 |
'num_decimals' => 0, |
| 771 |
'weight_unit' => 'kg', |
| 772 |
'dimension_unit' => 'cm', |
| 773 |
'direction' => 'ltr', |
| 774 |
'default_locale' => 'es_CR', |
| 775 |
'name' => 'Costa Rican colón', |
| 776 |
'singular' => 'Costa Rican colón', |
| 777 |
'plural' => 'Costa Rican colóns', |
| 778 |
'short_symbol' => '₡', |
| 779 |
'locales' => $locales['CRC'], |
| 780 |
), |
| 781 |
'CU' => array( |
| 782 |
'currency_code' => 'CUC', |
| 783 |
'currency_pos' => 'left', |
| 784 |
'thousand_sep' => ',', |
| 785 |
'decimal_sep' => '.', |
| 786 |
'num_decimals' => 2, |
| 787 |
'weight_unit' => 'kg', |
| 788 |
'dimension_unit' => 'cm', |
| 789 |
'direction' => 'ltr', |
| 790 |
'default_locale' => 'es_CU', |
| 791 |
'name' => 'Cuban convertible peso', |
| 792 |
'singular' => 'Cuban convertible peso', |
| 793 |
'plural' => 'Cuban convertible pesos', |
| 794 |
'short_symbol' => '$', |
| 795 |
'locales' => $locales['CUC'], |
| 796 |
), |
| 797 |
'CV' => array( |
| 798 |
'currency_code' => 'CVE', |
| 799 |
'currency_pos' => 'right_space', |
| 800 |
'thousand_sep' => ' ', |
| 801 |
'decimal_sep' => ',', |
| 802 |
'num_decimals' => 2, |
| 803 |
'weight_unit' => 'kg', |
| 804 |
'dimension_unit' => 'cm', |
| 805 |
'direction' => 'ltr', |
| 806 |
'default_locale' => 'pt_CV', |
| 807 |
'name' => 'Cape Verdean escudo', |
| 808 |
'singular' => 'Cape Verdean escudo', |
| 809 |
'plural' => 'Cape Verdean escudos', |
| 810 |
'short_symbol' => null, |
| 811 |
'locales' => $locales['CVE'], |
| 812 |
), |
| 813 |
'CW' => array( |
| 814 |
'currency_code' => 'ANG', |
| 815 |
'currency_pos' => 'left_space', |
| 816 |
'thousand_sep' => '.', |
| 817 |
'decimal_sep' => ',', |
| 818 |
'num_decimals' => 2, |
| 819 |
'weight_unit' => 'kg', |
| 820 |
'dimension_unit' => 'cm', |
| 821 |
'direction' => 'ltr', |
| 822 |
'default_locale' => 'nl_CW', |
| 823 |
'name' => 'Netherlands Antillean guilder', |
| 824 |
'singular' => 'Netherlands Antillean guilder', |
| 825 |
'plural' => 'Netherlands Antillean guilders', |
| 826 |
'short_symbol' => null, |
| 827 |
'locales' => $locales['ANG'], |
| 828 |
), |
| 829 |
'CX' => array( |
| 830 |
'currency_code' => 'AUD', |
| 831 |
'currency_pos' => 'left', |
| 832 |
'thousand_sep' => ',', |
| 833 |
'decimal_sep' => '.', |
| 834 |
'num_decimals' => 2, |
| 835 |
'weight_unit' => 'kg', |
| 836 |
'dimension_unit' => 'cm', |
| 837 |
'direction' => 'ltr', |
| 838 |
'default_locale' => 'en_CX', |
| 839 |
'name' => 'Australian dollar', |
| 840 |
'singular' => 'Australian dollar', |
| 841 |
'plural' => 'Australian dollars', |
| 842 |
'short_symbol' => '$', |
| 843 |
'locales' => $locales['AUD'], |
| 844 |
), |
| 845 |
'CY' => array( |
| 846 |
'currency_code' => 'EUR', |
| 847 |
'currency_pos' => 'right_space', |
| 848 |
'thousand_sep' => '.', |
| 849 |
'decimal_sep' => ',', |
| 850 |
'num_decimals' => 2, |
| 851 |
'weight_unit' => 'kg', |
| 852 |
'dimension_unit' => 'cm', |
| 853 |
'direction' => 'ltr', |
| 854 |
'default_locale' => 'el_CY', |
| 855 |
'name' => 'Euro', |
| 856 |
'singular' => 'euro', |
| 857 |
'plural' => 'euros', |
| 858 |
'short_symbol' => '€', |
| 859 |
'locales' => $locales['EUR'], |
| 860 |
), |
| 861 |
'CZ' => array( |
| 862 |
'currency_code' => 'CZK', |
| 863 |
'currency_pos' => 'right_space', |
| 864 |
'thousand_sep' => ' ', |
| 865 |
'decimal_sep' => ',', |
| 866 |
'num_decimals' => 2, |
| 867 |
'weight_unit' => 'kg', |
| 868 |
'dimension_unit' => 'cm', |
| 869 |
'direction' => 'ltr', |
| 870 |
'default_locale' => 'cs_CZ', |
| 871 |
'name' => 'Czech koruna', |
| 872 |
'singular' => 'Czech koruna', |
| 873 |
'plural' => 'Czech korunas', |
| 874 |
'short_symbol' => 'Kč', |
| 875 |
'locales' => $locales['CZK'], |
| 876 |
), |
| 877 |
'DE' => array( |
| 878 |
'currency_code' => 'EUR', |
| 879 |
'currency_pos' => 'right_space', |
| 880 |
'thousand_sep' => '.', |
| 881 |
'decimal_sep' => ',', |
| 882 |
'num_decimals' => 2, |
| 883 |
'weight_unit' => 'kg', |
| 884 |
'dimension_unit' => 'cm', |
| 885 |
'direction' => 'ltr', |
| 886 |
'default_locale' => 'de_DE', |
| 887 |
'name' => 'Euro', |
| 888 |
'singular' => 'euro', |
| 889 |
'plural' => 'euros', |
| 890 |
'short_symbol' => '€', |
| 891 |
'locales' => $locales['EUR'], |
| 892 |
), |
| 893 |
'DG' => array( |
| 894 |
'currency_code' => 'USD', |
| 895 |
'currency_pos' => 'left', |
| 896 |
'thousand_sep' => ',', |
| 897 |
'decimal_sep' => '.', |
| 898 |
'num_decimals' => 2, |
| 899 |
'weight_unit' => 'kg', |
| 900 |
'dimension_unit' => 'cm', |
| 901 |
'direction' => 'ltr', |
| 902 |
'default_locale' => 'en_DG', |
| 903 |
'name' => 'United States (US) dollar', |
| 904 |
'singular' => 'US dollar', |
| 905 |
'plural' => 'US dollars', |
| 906 |
'short_symbol' => '$', |
| 907 |
'locales' => $locales['USD'], |
| 908 |
), |
| 909 |
'DJ' => array( |
| 910 |
'currency_code' => 'DJF', |
| 911 |
'currency_pos' => 'right_space', |
| 912 |
'thousand_sep' => '.', |
| 913 |
'decimal_sep' => ',', |
| 914 |
'num_decimals' => 0, |
| 915 |
'weight_unit' => 'kg', |
| 916 |
'dimension_unit' => 'cm', |
| 917 |
'direction' => 'rtl', |
| 918 |
'default_locale' => 'ar_DJ', |
| 919 |
'name' => 'Djiboutian franc', |
| 920 |
'singular' => 'Djiboutian franc', |
| 921 |
'plural' => 'Djiboutian francs', |
| 922 |
'short_symbol' => null, |
| 923 |
'locales' => $locales['DJF'], |
| 924 |
), |
| 925 |
'DK' => array( |
| 926 |
'currency_code' => 'DKK', |
| 927 |
'currency_pos' => 'right_space', |
| 928 |
'thousand_sep' => '.', |
| 929 |
'decimal_sep' => ',', |
| 930 |
'num_decimals' => 2, |
| 931 |
'weight_unit' => 'kg', |
| 932 |
'dimension_unit' => 'cm', |
| 933 |
'direction' => 'ltr', |
| 934 |
'default_locale' => 'da_DK', |
| 935 |
'name' => 'Danish krone', |
| 936 |
'singular' => 'Danish krone', |
| 937 |
'plural' => 'Danish kroner', |
| 938 |
'short_symbol' => 'kr.', |
| 939 |
'locales' => $locales['DKK'], |
| 940 |
), |
| 941 |
'DM' => array( |
| 942 |
'currency_code' => 'XCD', |
| 943 |
'currency_pos' => 'left', |
| 944 |
'thousand_sep' => ',', |
| 945 |
'decimal_sep' => '.', |
| 946 |
'num_decimals' => 2, |
| 947 |
'weight_unit' => 'kg', |
| 948 |
'dimension_unit' => 'cm', |
| 949 |
'direction' => 'ltr', |
| 950 |
'default_locale' => 'en_DM', |
| 951 |
'name' => 'East Caribbean dollar', |
| 952 |
'singular' => 'East Caribbean dollar', |
| 953 |
'plural' => 'East Caribbean dollars', |
| 954 |
'short_symbol' => '$', |
| 955 |
'locales' => $locales['XCD'], |
| 956 |
), |
| 957 |
'DO' => array( |
| 958 |
'currency_code' => 'DOP', |
| 959 |
'currency_pos' => 'left', |
| 960 |
'thousand_sep' => ',', |
| 961 |
'decimal_sep' => '.', |
| 962 |
'num_decimals' => 2, |
| 963 |
'weight_unit' => 'kg', |
| 964 |
'dimension_unit' => 'cm', |
| 965 |
'direction' => 'ltr', |
| 966 |
'default_locale' => 'es_DO', |
| 967 |
'name' => 'Dominican peso', |
| 968 |
'singular' => 'Dominican peso', |
| 969 |
'plural' => 'Dominican pesos', |
| 970 |
'short_symbol' => '$', |
| 971 |
'locales' => $locales['DOP'], |
| 972 |
), |
| 973 |
'DZ' => array( |
| 974 |
'currency_code' => 'DZD', |
| 975 |
'currency_pos' => 'left_space', |
| 976 |
'thousand_sep' => '.', |
| 977 |
'decimal_sep' => ',', |
| 978 |
'num_decimals' => 2, |
| 979 |
'weight_unit' => 'kg', |
| 980 |
'dimension_unit' => 'cm', |
| 981 |
'direction' => 'rtl', |
| 982 |
'default_locale' => 'ar_DZ', |
| 983 |
'name' => 'Algerian dinar', |
| 984 |
'singular' => 'Algerian dinar', |
| 985 |
'plural' => 'Algerian dinars', |
| 986 |
'short_symbol' => null, |
| 987 |
'locales' => $locales['DZD'], |
| 988 |
), |
| 989 |
'EA' => array( |
| 990 |
'currency_code' => 'EUR', |
| 991 |
'currency_pos' => 'right_space', |
| 992 |
'thousand_sep' => '.', |
| 993 |
'decimal_sep' => ',', |
| 994 |
'num_decimals' => 2, |
| 995 |
'weight_unit' => 'kg', |
| 996 |
'dimension_unit' => 'cm', |
| 997 |
'direction' => 'ltr', |
| 998 |
'default_locale' => 'es_EA', |
| 999 |
'name' => 'Euro', |
| 1000 |
'singular' => 'euro', |
| 1001 |
'plural' => 'euros', |
| 1002 |
'short_symbol' => '€', |
| 1003 |
'locales' => $locales['EUR'], |
| 1004 |
), |
| 1005 |
'EC' => array( |
| 1006 |
'currency_code' => 'USD', |
| 1007 |
'currency_pos' => 'left', |
| 1008 |
'thousand_sep' => '.', |
| 1009 |
'decimal_sep' => ',', |
| 1010 |
'num_decimals' => 2, |
| 1011 |
'weight_unit' => 'kg', |
| 1012 |
'dimension_unit' => 'cm', |
| 1013 |
'direction' => 'ltr', |
| 1014 |
'default_locale' => 'es_EC', |
| 1015 |
'name' => 'United States (US) dollar', |
| 1016 |
'singular' => 'US dollar', |
| 1017 |
'plural' => 'US dollars', |
| 1018 |
'short_symbol' => '$', |
| 1019 |
'locales' => $locales['USD'], |
| 1020 |
), |
| 1021 |
'EE' => array( |
| 1022 |
'currency_code' => 'EUR', |
| 1023 |
'currency_pos' => 'right_space', |
| 1024 |
'thousand_sep' => ' ', |
| 1025 |
'decimal_sep' => ',', |
| 1026 |
'num_decimals' => 2, |
| 1027 |
'weight_unit' => 'kg', |
| 1028 |
'dimension_unit' => 'cm', |
| 1029 |
'direction' => 'ltr', |
| 1030 |
'default_locale' => 'et_EE', |
| 1031 |
'name' => 'Euro', |
| 1032 |
'singular' => 'euro', |
| 1033 |
'plural' => 'euros', |
| 1034 |
'short_symbol' => '€', |
| 1035 |
'locales' => $locales['EUR'], |
| 1036 |
), |
| 1037 |
'EG' => array( |
| 1038 |
'currency_code' => 'EGP', |
| 1039 |
'currency_pos' => 'right_space', |
| 1040 |
'thousand_sep' => '.', |
| 1041 |
'decimal_sep' => ',', |
| 1042 |
'num_decimals' => 2, |
| 1043 |
'weight_unit' => 'kg', |
| 1044 |
'dimension_unit' => 'cm', |
| 1045 |
'direction' => 'rtl', |
| 1046 |
'default_locale' => 'ar_EG', |
| 1047 |
'name' => 'Egyptian pound', |
| 1048 |
'singular' => 'Egyptian pound', |
| 1049 |
'plural' => 'Egyptian pounds', |
| 1050 |
'short_symbol' => 'E£', |
| 1051 |
'locales' => $locales['EGP'], |
| 1052 |
), |
| 1053 |
'EH' => array( |
| 1054 |
'currency_code' => 'MAD', |
| 1055 |
'currency_pos' => 'left_space', |
| 1056 |
'thousand_sep' => ',', |
| 1057 |
'decimal_sep' => '.', |
| 1058 |
'num_decimals' => 2, |
| 1059 |
'weight_unit' => 'kg', |
| 1060 |
'dimension_unit' => 'cm', |
| 1061 |
'direction' => 'rtl', |
| 1062 |
'default_locale' => 'ar_EH', |
| 1063 |
'name' => 'Moroccan dirham', |
| 1064 |
'singular' => 'Moroccan dirham', |
| 1065 |
'plural' => 'Moroccan dirhams', |
| 1066 |
'short_symbol' => null, |
| 1067 |
'locales' => $locales['MAD'], |
| 1068 |
), |
| 1069 |
'ER' => array( |
| 1070 |
'currency_code' => 'ERN', |
| 1071 |
'currency_pos' => 'left', |
| 1072 |
'thousand_sep' => ',', |
| 1073 |
'decimal_sep' => '.', |
| 1074 |
'num_decimals' => 2, |
| 1075 |
'weight_unit' => 'kg', |
| 1076 |
'dimension_unit' => 'cm', |
| 1077 |
'direction' => 'ltr', |
| 1078 |
'default_locale' => 'ti_ER', |
| 1079 |
'name' => 'Eritrean nakfa', |
| 1080 |
'singular' => 'Eritrean nakfa', |
| 1081 |
'plural' => 'Eritrean nakfas', |
| 1082 |
'short_symbol' => null, |
| 1083 |
'locales' => $locales['ERN'], |
| 1084 |
), |
| 1085 |
'ES' => array( |
| 1086 |
'currency_code' => 'EUR', |
| 1087 |
'currency_pos' => 'right_space', |
| 1088 |
'thousand_sep' => '.', |
| 1089 |
'decimal_sep' => ',', |
| 1090 |
'num_decimals' => 2, |
| 1091 |
'weight_unit' => 'kg', |
| 1092 |
'dimension_unit' => 'cm', |
| 1093 |
'direction' => 'ltr', |
| 1094 |
'default_locale' => 'es_ES', |
| 1095 |
'name' => 'Euro', |
| 1096 |
'singular' => 'euro', |
| 1097 |
'plural' => 'euros', |
| 1098 |
'short_symbol' => '€', |
| 1099 |
'locales' => $locales['EUR'], |
| 1100 |
), |
| 1101 |
'ET' => array( |
| 1102 |
'currency_code' => 'ETB', |
| 1103 |
'currency_pos' => 'left', |
| 1104 |
'thousand_sep' => ',', |
| 1105 |
'decimal_sep' => '.', |
| 1106 |
'num_decimals' => 2, |
| 1107 |
'weight_unit' => 'kg', |
| 1108 |
'dimension_unit' => 'cm', |
| 1109 |
'direction' => 'ltr', |
| 1110 |
'default_locale' => 'am_ET', |
| 1111 |
'name' => 'Ethiopian birr', |
| 1112 |
'singular' => 'Ethiopian birr', |
| 1113 |
'plural' => 'Ethiopian birrs', |
| 1114 |
'short_symbol' => null, |
| 1115 |
'locales' => $locales['ETB'], |
| 1116 |
), |
| 1117 |
'FI' => array( |
| 1118 |
'currency_code' => 'EUR', |
| 1119 |
'currency_pos' => 'right_space', |
| 1120 |
'thousand_sep' => ' ', |
| 1121 |
'decimal_sep' => ',', |
| 1122 |
'num_decimals' => 2, |
| 1123 |
'weight_unit' => 'kg', |
| 1124 |
'dimension_unit' => 'cm', |
| 1125 |
'direction' => 'ltr', |
| 1126 |
'default_locale' => 'fi_FI', |
| 1127 |
'name' => 'Euro', |
| 1128 |
'singular' => 'euro', |
| 1129 |
'plural' => 'euros', |
| 1130 |
'short_symbol' => '€', |
| 1131 |
'locales' => $locales['EUR'], |
| 1132 |
), |
| 1133 |
'FJ' => array( |
| 1134 |
'currency_code' => 'FJD', |
| 1135 |
'currency_pos' => 'left', |
| 1136 |
'thousand_sep' => ',', |
| 1137 |
'decimal_sep' => '.', |
| 1138 |
'num_decimals' => 2, |
| 1139 |
'weight_unit' => 'kg', |
| 1140 |
'dimension_unit' => 'cm', |
| 1141 |
'direction' => 'ltr', |
| 1142 |
'default_locale' => 'en_FJ', |
| 1143 |
'name' => 'Fijian dollar', |
| 1144 |
'singular' => 'Fijian dollar', |
| 1145 |
'plural' => 'Fijian dollars', |
| 1146 |
'short_symbol' => '$', |
| 1147 |
'locales' => $locales['FJD'], |
| 1148 |
), |
| 1149 |
'FK' => array( |
| 1150 |
'currency_code' => 'FKP', |
| 1151 |
'currency_pos' => 'left', |
| 1152 |
'thousand_sep' => ',', |
| 1153 |
'decimal_sep' => '.', |
| 1154 |
'num_decimals' => 2, |
| 1155 |
'weight_unit' => 'kg', |
| 1156 |
'dimension_unit' => 'cm', |
| 1157 |
'direction' => 'ltr', |
| 1158 |
'default_locale' => 'en_FK', |
| 1159 |
'name' => 'Falkland Islands pound', |
| 1160 |
'singular' => 'Falkland Islands pound', |
| 1161 |
'plural' => 'Falkland Islands pounds', |
| 1162 |
'short_symbol' => '£', |
| 1163 |
'locales' => $locales['FKP'], |
| 1164 |
), |
| 1165 |
'FM' => array( |
| 1166 |
'currency_code' => 'USD', |
| 1167 |
'currency_pos' => 'left', |
| 1168 |
'thousand_sep' => ',', |
| 1169 |
'decimal_sep' => '.', |
| 1170 |
'num_decimals' => 2, |
| 1171 |
'weight_unit' => 'kg', |
| 1172 |
'dimension_unit' => 'cm', |
| 1173 |
'direction' => 'ltr', |
| 1174 |
'default_locale' => 'en_FM', |
| 1175 |
'name' => 'United States (US) dollar', |
| 1176 |
'singular' => 'US dollar', |
| 1177 |
'plural' => 'US dollars', |
| 1178 |
'short_symbol' => '$', |
| 1179 |
'locales' => $locales['USD'], |
| 1180 |
), |
| 1181 |
'FO' => array( |
| 1182 |
'currency_code' => 'DKK', |
| 1183 |
'currency_pos' => 'right_space', |
| 1184 |
'thousand_sep' => '.', |
| 1185 |
'decimal_sep' => ',', |
| 1186 |
'num_decimals' => 2, |
| 1187 |
'weight_unit' => 'kg', |
| 1188 |
'dimension_unit' => 'cm', |
| 1189 |
'direction' => 'ltr', |
| 1190 |
'default_locale' => 'fo_FO', |
| 1191 |
'name' => 'Danish krone', |
| 1192 |
'singular' => 'Danish krone', |
| 1193 |
'plural' => 'Danish kroner', |
| 1194 |
'short_symbol' => 'kr', |
| 1195 |
'locales' => $locales['DKK'], |
| 1196 |
), |
| 1197 |
'FR' => array( |
| 1198 |
'currency_code' => 'EUR', |
| 1199 |
'currency_pos' => 'right_space', |
| 1200 |
'thousand_sep' => ' ', |
| 1201 |
'decimal_sep' => ',', |
| 1202 |
'num_decimals' => 2, |
| 1203 |
'weight_unit' => 'kg', |
| 1204 |
'dimension_unit' => 'cm', |
| 1205 |
'direction' => 'ltr', |
| 1206 |
'default_locale' => 'fr_FR', |
| 1207 |
'name' => 'Euro', |
| 1208 |
'singular' => 'euro', |
| 1209 |
'plural' => 'euros', |
| 1210 |
'short_symbol' => '€', |
| 1211 |
'locales' => $locales['EUR'], |
| 1212 |
), |
| 1213 |
'GA' => array( |
| 1214 |
'currency_code' => 'XAF', |
| 1215 |
'currency_pos' => 'right_space', |
| 1216 |
'thousand_sep' => ' ', |
| 1217 |
'decimal_sep' => ',', |
| 1218 |
'num_decimals' => 0, |
| 1219 |
'weight_unit' => 'kg', |
| 1220 |
'dimension_unit' => 'cm', |
| 1221 |
'direction' => 'ltr', |
| 1222 |
'default_locale' => 'fr_GA', |
| 1223 |
'name' => 'Central African CFA franc', |
| 1224 |
'singular' => 'Central African CFA franc', |
| 1225 |
'plural' => 'Central African CFA francs', |
| 1226 |
'short_symbol' => null, |
| 1227 |
'locales' => $locales['XAF'], |
| 1228 |
), |
| 1229 |
'GB' => array( |
| 1230 |
'currency_code' => 'GBP', |
| 1231 |
'currency_pos' => 'left', |
| 1232 |
'thousand_sep' => ',', |
| 1233 |
'decimal_sep' => '.', |
| 1234 |
'num_decimals' => 2, |
| 1235 |
'weight_unit' => 'kg', |
| 1236 |
'dimension_unit' => 'cm', |
| 1237 |
'direction' => 'ltr', |
| 1238 |
'default_locale' => 'en_GB', |
| 1239 |
'name' => 'Pound sterling', |
| 1240 |
'singular' => 'British pound', |
| 1241 |
'plural' => 'British pounds', |
| 1242 |
'short_symbol' => '£', |
| 1243 |
'locales' => $locales['GBP'], |
| 1244 |
), |
| 1245 |
'GD' => array( |
| 1246 |
'currency_code' => 'XCD', |
| 1247 |
'currency_pos' => 'left', |
| 1248 |
'thousand_sep' => ',', |
| 1249 |
'decimal_sep' => '.', |
| 1250 |
'num_decimals' => 2, |
| 1251 |
'weight_unit' => 'kg', |
| 1252 |
'dimension_unit' => 'cm', |
| 1253 |
'direction' => 'ltr', |
| 1254 |
'default_locale' => 'en_GD', |
| 1255 |
'name' => 'East Caribbean dollar', |
| 1256 |
'singular' => 'East Caribbean dollar', |
| 1257 |
'plural' => 'East Caribbean dollars', |
| 1258 |
'short_symbol' => '$', |
| 1259 |
'locales' => $locales['XCD'], |
| 1260 |
), |
| 1261 |
'GE' => array( |
| 1262 |
'currency_code' => 'GEL', |
| 1263 |
'currency_pos' => 'right_space', |
| 1264 |
'thousand_sep' => ' ', |
| 1265 |
'decimal_sep' => ',', |
| 1266 |
'num_decimals' => 2, |
| 1267 |
'weight_unit' => 'kg', |
| 1268 |
'dimension_unit' => 'cm', |
| 1269 |
'direction' => 'ltr', |
| 1270 |
'default_locale' => 'ka_GE', |
| 1271 |
'name' => 'Georgian lari', |
| 1272 |
'singular' => 'Georgian lari', |
| 1273 |
'plural' => 'Georgian laris', |
| 1274 |
'short_symbol' => '₾', |
| 1275 |
'locales' => $locales['GEL'], |
| 1276 |
), |
| 1277 |
'GF' => array( |
| 1278 |
'currency_code' => 'EUR', |
| 1279 |
'currency_pos' => 'right_space', |
| 1280 |
'thousand_sep' => ' ', |
| 1281 |
'decimal_sep' => ',', |
| 1282 |
'num_decimals' => 2, |
| 1283 |
'weight_unit' => 'kg', |
| 1284 |
'dimension_unit' => 'cm', |
| 1285 |
'direction' => 'ltr', |
| 1286 |
'default_locale' => 'fr_GF', |
| 1287 |
'name' => 'Euro', |
| 1288 |
'singular' => 'euro', |
| 1289 |
'plural' => 'euros', |
| 1290 |
'short_symbol' => '€', |
| 1291 |
'locales' => $locales['EUR'], |
| 1292 |
), |
| 1293 |
'GG' => array( |
| 1294 |
'currency_code' => 'GBP', |
| 1295 |
'currency_pos' => 'left', |
| 1296 |
'thousand_sep' => ',', |
| 1297 |
'decimal_sep' => '.', |
| 1298 |
'num_decimals' => 2, |
| 1299 |
'weight_unit' => 'kg', |
| 1300 |
'dimension_unit' => 'cm', |
| 1301 |
'direction' => 'ltr', |
| 1302 |
'default_locale' => 'en_GG', |
| 1303 |
'name' => 'Pound sterling', |
| 1304 |
'singular' => 'British pound', |
| 1305 |
'plural' => 'British pounds', |
| 1306 |
'short_symbol' => '£', |
| 1307 |
'locales' => $locales['GBP'], |
| 1308 |
), |
| 1309 |
'GH' => array( |
| 1310 |
'currency_code' => 'GHS', |
| 1311 |
'currency_pos' => 'left', |
| 1312 |
'thousand_sep' => ',', |
| 1313 |
'decimal_sep' => '.', |
| 1314 |
'num_decimals' => 2, |
| 1315 |
'weight_unit' => 'kg', |
| 1316 |
'dimension_unit' => 'cm', |
| 1317 |
'direction' => 'ltr', |
| 1318 |
'default_locale' => 'ak_GH', |
| 1319 |
'name' => 'Ghana cedi', |
| 1320 |
'singular' => 'Ghanaian cedi', |
| 1321 |
'plural' => 'Ghanaian cedis', |
| 1322 |
'short_symbol' => 'GH₵', |
| 1323 |
'locales' => $locales['GHS'], |
| 1324 |
), |
| 1325 |
'GI' => array( |
| 1326 |
'currency_code' => 'GIP', |
| 1327 |
'currency_pos' => 'left', |
| 1328 |
'thousand_sep' => ',', |
| 1329 |
'decimal_sep' => '.', |
| 1330 |
'num_decimals' => 2, |
| 1331 |
'weight_unit' => 'kg', |
| 1332 |
'dimension_unit' => 'cm', |
| 1333 |
'direction' => 'ltr', |
| 1334 |
'default_locale' => 'en_GI', |
| 1335 |
'name' => 'Gibraltar pound', |
| 1336 |
'singular' => 'Gibraltar pound', |
| 1337 |
'plural' => 'Gibraltar pounds', |
| 1338 |
'short_symbol' => '£', |
| 1339 |
'locales' => $locales['GIP'], |
| 1340 |
), |
| 1341 |
'GL' => array( |
| 1342 |
'currency_code' => 'DKK', |
| 1343 |
'currency_pos' => 'left', |
| 1344 |
'thousand_sep' => '.', |
| 1345 |
'decimal_sep' => ',', |
| 1346 |
'num_decimals' => 2, |
| 1347 |
'weight_unit' => 'kg', |
| 1348 |
'dimension_unit' => 'cm', |
| 1349 |
'direction' => 'ltr', |
| 1350 |
'default_locale' => 'kl_GL', |
| 1351 |
'name' => 'Danish krone', |
| 1352 |
'singular' => 'Danish krone', |
| 1353 |
'plural' => 'Danish kroner', |
| 1354 |
'short_symbol' => 'kr', |
| 1355 |
'locales' => $locales['DKK'], |
| 1356 |
), |
| 1357 |
'GM' => array( |
| 1358 |
'currency_code' => 'GMD', |
| 1359 |
'currency_pos' => 'left', |
| 1360 |
'thousand_sep' => ',', |
| 1361 |
'decimal_sep' => '.', |
| 1362 |
'num_decimals' => 2, |
| 1363 |
'weight_unit' => 'kg', |
| 1364 |
'dimension_unit' => 'cm', |
| 1365 |
'direction' => 'ltr', |
| 1366 |
'default_locale' => 'en_GM', |
| 1367 |
'name' => 'Gambian dalasi', |
| 1368 |
'singular' => 'Gambian dalasi', |
| 1369 |
'plural' => 'Gambian dalasis', |
| 1370 |
'short_symbol' => null, |
| 1371 |
'locales' => $locales['GMD'], |
| 1372 |
), |
| 1373 |
'GN' => array( |
| 1374 |
'currency_code' => 'GNF', |
| 1375 |
'currency_pos' => 'right_space', |
| 1376 |
'thousand_sep' => ' ', |
| 1377 |
'decimal_sep' => ',', |
| 1378 |
'num_decimals' => 0, |
| 1379 |
'weight_unit' => 'kg', |
| 1380 |
'dimension_unit' => 'cm', |
| 1381 |
'direction' => 'ltr', |
| 1382 |
'default_locale' => 'fr_GN', |
| 1383 |
'name' => 'Guinean franc', |
| 1384 |
'singular' => 'Guinean franc', |
| 1385 |
'plural' => 'Guinean francs', |
| 1386 |
'short_symbol' => 'FG', |
| 1387 |
'locales' => $locales['GNF'], |
| 1388 |
), |
| 1389 |
'GP' => array( |
| 1390 |
'currency_code' => 'EUR', |
| 1391 |
'currency_pos' => 'right_space', |
| 1392 |
'thousand_sep' => ' ', |
| 1393 |
'decimal_sep' => ',', |
| 1394 |
'num_decimals' => 2, |
| 1395 |
'weight_unit' => 'kg', |
| 1396 |
'dimension_unit' => 'cm', |
| 1397 |
'direction' => 'ltr', |
| 1398 |
'default_locale' => 'fr_GP', |
| 1399 |
'name' => 'Euro', |
| 1400 |
'singular' => 'euro', |
| 1401 |
'plural' => 'euros', |
| 1402 |
'short_symbol' => '€', |
| 1403 |
'locales' => $locales['EUR'], |
| 1404 |
), |
| 1405 |
'GQ' => array( |
| 1406 |
'currency_code' => 'XAF', |
| 1407 |
'currency_pos' => 'left', |
| 1408 |
'thousand_sep' => '.', |
| 1409 |
'decimal_sep' => ',', |
| 1410 |
'num_decimals' => 0, |
| 1411 |
'weight_unit' => 'kg', |
| 1412 |
'dimension_unit' => 'cm', |
| 1413 |
'direction' => 'ltr', |
| 1414 |
'default_locale' => 'es_GQ', |
| 1415 |
'name' => 'Central African CFA franc', |
| 1416 |
'singular' => 'Central African CFA franc', |
| 1417 |
'plural' => 'Central African CFA francs', |
| 1418 |
'short_symbol' => null, |
| 1419 |
'locales' => $locales['XAF'], |
| 1420 |
), |
| 1421 |
'GR' => array( |
| 1422 |
'currency_code' => 'EUR', |
| 1423 |
'currency_pos' => 'right_space', |
| 1424 |
'thousand_sep' => '.', |
| 1425 |
'decimal_sep' => ',', |
| 1426 |
'num_decimals' => 2, |
| 1427 |
'weight_unit' => 'kg', |
| 1428 |
'dimension_unit' => 'cm', |
| 1429 |
'direction' => 'ltr', |
| 1430 |
'default_locale' => 'el_GR', |
| 1431 |
'name' => 'Euro', |
| 1432 |
'singular' => 'euro', |
| 1433 |
'plural' => 'euros', |
| 1434 |
'short_symbol' => '€', |
| 1435 |
'locales' => $locales['EUR'], |
| 1436 |
), |
| 1437 |
'GT' => array( |
| 1438 |
'currency_code' => 'GTQ', |
| 1439 |
'currency_pos' => 'left', |
| 1440 |
'thousand_sep' => ',', |
| 1441 |
'decimal_sep' => '.', |
| 1442 |
'num_decimals' => 2, |
| 1443 |
'weight_unit' => 'kg', |
| 1444 |
'dimension_unit' => 'cm', |
| 1445 |
'direction' => 'ltr', |
| 1446 |
'default_locale' => 'es_GT', |
| 1447 |
'name' => 'Guatemalan quetzal', |
| 1448 |
'singular' => 'Guatemalan quetzal', |
| 1449 |
'plural' => 'Guatemalan quetzals', |
| 1450 |
'short_symbol' => 'Q', |
| 1451 |
'locales' => $locales['GTQ'], |
| 1452 |
), |
| 1453 |
'GU' => array( |
| 1454 |
'currency_code' => 'USD', |
| 1455 |
'currency_pos' => 'left', |
| 1456 |
'thousand_sep' => ',', |
| 1457 |
'decimal_sep' => '.', |
| 1458 |
'num_decimals' => 2, |
| 1459 |
'weight_unit' => 'lbs', |
| 1460 |
'dimension_unit' => 'in', |
| 1461 |
'direction' => 'ltr', |
| 1462 |
'default_locale' => 'en_GU', |
| 1463 |
'name' => 'United States (US) dollar', |
| 1464 |
'singular' => 'US dollar', |
| 1465 |
'plural' => 'US dollars', |
| 1466 |
'short_symbol' => '$', |
| 1467 |
'locales' => $locales['USD'], |
| 1468 |
), |
| 1469 |
'GW' => array( |
| 1470 |
'currency_code' => 'XOF', |
| 1471 |
'currency_pos' => 'right_space', |
| 1472 |
'thousand_sep' => ' ', |
| 1473 |
'decimal_sep' => ',', |
| 1474 |
'num_decimals' => 0, |
| 1475 |
'weight_unit' => 'kg', |
| 1476 |
'dimension_unit' => 'cm', |
| 1477 |
'direction' => 'ltr', |
| 1478 |
'default_locale' => 'pt_GW', |
| 1479 |
'name' => 'West African CFA franc', |
| 1480 |
'singular' => 'West African CFA franc', |
| 1481 |
'plural' => 'West African CFA francs', |
| 1482 |
'short_symbol' => null, |
| 1483 |
'locales' => $locales['XOF'], |
| 1484 |
), |
| 1485 |
'GY' => array( |
| 1486 |
'currency_code' => 'GYD', |
| 1487 |
'currency_pos' => 'left', |
| 1488 |
'thousand_sep' => ',', |
| 1489 |
'decimal_sep' => '.', |
| 1490 |
'num_decimals' => 0, |
| 1491 |
'weight_unit' => 'kg', |
| 1492 |
'dimension_unit' => 'cm', |
| 1493 |
'direction' => 'ltr', |
| 1494 |
'default_locale' => 'en_GY', |
| 1495 |
'name' => 'Guyanese dollar', |
| 1496 |
'singular' => 'Guyanaese dollar', |
| 1497 |
'plural' => 'Guyanaese dollars', |
| 1498 |
'short_symbol' => '$', |
| 1499 |
'locales' => $locales['GYD'], |
| 1500 |
), |
| 1501 |
'HK' => array( |
| 1502 |
'currency_code' => 'HKD', |
| 1503 |
'currency_pos' => 'left', |
| 1504 |
'thousand_sep' => ',', |
| 1505 |
'decimal_sep' => '.', |
| 1506 |
'num_decimals' => 2, |
| 1507 |
'weight_unit' => 'kg', |
| 1508 |
'dimension_unit' => 'cm', |
| 1509 |
'direction' => 'ltr', |
| 1510 |
'default_locale' => 'zh_Hant_HK', |
| 1511 |
'name' => 'Hong Kong dollar', |
| 1512 |
'singular' => 'Hong Kong dollar', |
| 1513 |
'plural' => 'Hong Kong dollars', |
| 1514 |
'short_symbol' => '$', |
| 1515 |
'locales' => $locales['HKD'], |
| 1516 |
), |
| 1517 |
'HN' => array( |
| 1518 |
'currency_code' => 'HNL', |
| 1519 |
'currency_pos' => 'left', |
| 1520 |
'thousand_sep' => ',', |
| 1521 |
'decimal_sep' => '.', |
| 1522 |
'num_decimals' => 2, |
| 1523 |
'weight_unit' => 'kg', |
| 1524 |
'dimension_unit' => 'cm', |
| 1525 |
'direction' => 'ltr', |
| 1526 |
'default_locale' => 'es_HN', |
| 1527 |
'name' => 'Honduran lempira', |
| 1528 |
'singular' => 'Honduran lempira', |
| 1529 |
'plural' => 'Honduran lempiras', |
| 1530 |
'short_symbol' => 'L', |
| 1531 |
'locales' => $locales['HNL'], |
| 1532 |
), |
| 1533 |
'HR' => array( |
| 1534 |
'currency_code' => 'EUR', |
| 1535 |
'currency_pos' => 'right_space', |
| 1536 |
'thousand_sep' => '.', |
| 1537 |
'decimal_sep' => ',', |
| 1538 |
'num_decimals' => 2, |
| 1539 |
'weight_unit' => 'kg', |
| 1540 |
'dimension_unit' => 'cm', |
| 1541 |
'direction' => 'ltr', |
| 1542 |
'default_locale' => 'hr_HR', |
| 1543 |
'name' => 'Euro', |
| 1544 |
'singular' => 'euro', |
| 1545 |
'plural' => 'euros', |
| 1546 |
'short_symbol' => '€', |
| 1547 |
'locales' => $locales['EUR'], |
| 1548 |
), |
| 1549 |
'HT' => array( |
| 1550 |
'currency_code' => 'USD', |
| 1551 |
'currency_pos' => 'right_space', |
| 1552 |
'thousand_sep' => ' ', |
| 1553 |
'decimal_sep' => ',', |
| 1554 |
'num_decimals' => 2, |
| 1555 |
'weight_unit' => 'kg', |
| 1556 |
'dimension_unit' => 'cm', |
| 1557 |
'direction' => 'ltr', |
| 1558 |
'default_locale' => 'fr_HT', |
| 1559 |
'name' => 'United States (US) dollar', |
| 1560 |
'singular' => 'US dollar', |
| 1561 |
'plural' => 'US dollars', |
| 1562 |
'short_symbol' => '$', |
| 1563 |
'locales' => $locales['USD'], |
| 1564 |
), |
| 1565 |
'HU' => array( |
| 1566 |
'currency_code' => 'HUF', |
| 1567 |
'currency_pos' => 'right_space', |
| 1568 |
'thousand_sep' => ' ', |
| 1569 |
'decimal_sep' => ',', |
| 1570 |
'num_decimals' => 2, |
| 1571 |
'weight_unit' => 'kg', |
| 1572 |
'dimension_unit' => 'cm', |
| 1573 |
'direction' => 'ltr', |
| 1574 |
'default_locale' => 'hu_HU', |
| 1575 |
'name' => 'Hungarian forint', |
| 1576 |
'singular' => 'Hungarian forint', |
| 1577 |
'plural' => 'Hungarian forints', |
| 1578 |
'short_symbol' => 'Ft', |
| 1579 |
'locales' => $locales['HUF'], |
| 1580 |
), |
| 1581 |
'IC' => array( |
| 1582 |
'currency_code' => 'EUR', |
| 1583 |
'currency_pos' => 'right_space', |
| 1584 |
'thousand_sep' => '.', |
| 1585 |
'decimal_sep' => ',', |
| 1586 |
'num_decimals' => 2, |
| 1587 |
'weight_unit' => 'kg', |
| 1588 |
'dimension_unit' => 'cm', |
| 1589 |
'direction' => 'ltr', |
| 1590 |
'default_locale' => 'es_IC', |
| 1591 |
'name' => 'Euro', |
| 1592 |
'singular' => 'euro', |
| 1593 |
'plural' => 'euros', |
| 1594 |
'short_symbol' => '€', |
| 1595 |
'locales' => $locales['EUR'], |
| 1596 |
), |
| 1597 |
'ID' => array( |
| 1598 |
'currency_code' => 'IDR', |
| 1599 |
'currency_pos' => 'left', |
| 1600 |
'thousand_sep' => '.', |
| 1601 |
'decimal_sep' => ',', |
| 1602 |
'num_decimals' => 0, |
| 1603 |
'weight_unit' => 'kg', |
| 1604 |
'dimension_unit' => 'cm', |
| 1605 |
'direction' => 'ltr', |
| 1606 |
'default_locale' => 'id_ID', |
| 1607 |
'name' => 'Indonesian rupiah', |
| 1608 |
'singular' => 'Indonesian rupiah', |
| 1609 |
'plural' => 'Indonesian rupiahs', |
| 1610 |
'short_symbol' => 'Rp', |
| 1611 |
'locales' => $locales['IDR'], |
| 1612 |
), |
| 1613 |
'IE' => array( |
| 1614 |
'currency_code' => 'EUR', |
| 1615 |
'currency_pos' => 'left', |
| 1616 |
'thousand_sep' => ',', |
| 1617 |
'decimal_sep' => '.', |
| 1618 |
'num_decimals' => 2, |
| 1619 |
'weight_unit' => 'kg', |
| 1620 |
'dimension_unit' => 'cm', |
| 1621 |
'direction' => 'ltr', |
| 1622 |
'default_locale' => 'en_IE', |
| 1623 |
'name' => 'Euro', |
| 1624 |
'singular' => 'euro', |
| 1625 |
'plural' => 'euros', |
| 1626 |
'short_symbol' => '€', |
| 1627 |
'locales' => $locales['EUR'], |
| 1628 |
), |
| 1629 |
'IL' => array( |
| 1630 |
'currency_code' => 'ILS', |
| 1631 |
'currency_pos' => 'right_space', |
| 1632 |
'thousand_sep' => ',', |
| 1633 |
'decimal_sep' => '.', |
| 1634 |
'num_decimals' => 2, |
| 1635 |
'weight_unit' => 'kg', |
| 1636 |
'dimension_unit' => 'cm', |
| 1637 |
'direction' => 'rtl', |
| 1638 |
'default_locale' => 'he_IL', |
| 1639 |
'name' => 'Israeli new shekel', |
| 1640 |
'singular' => 'Israeli new shekel', |
| 1641 |
'plural' => 'Israeli new shekels', |
| 1642 |
'short_symbol' => '₪', |
| 1643 |
'locales' => $locales['ILS'], |
| 1644 |
), |
| 1645 |
'IM' => array( |
| 1646 |
'currency_code' => 'GBP', |
| 1647 |
'currency_pos' => 'left', |
| 1648 |
'thousand_sep' => ',', |
| 1649 |
'decimal_sep' => '.', |
| 1650 |
'num_decimals' => 2, |
| 1651 |
'weight_unit' => 'kg', |
| 1652 |
'dimension_unit' => 'cm', |
| 1653 |
'direction' => 'ltr', |
| 1654 |
'default_locale' => 'en_IM', |
| 1655 |
'name' => 'Pound sterling', |
| 1656 |
'singular' => 'British pound', |
| 1657 |
'plural' => 'British pounds', |
| 1658 |
'short_symbol' => '£', |
| 1659 |
'locales' => $locales['GBP'], |
| 1660 |
), |
| 1661 |
'IN' => array( |
| 1662 |
'currency_code' => 'INR', |
| 1663 |
'currency_pos' => 'left', |
| 1664 |
'thousand_sep' => ',', |
| 1665 |
'decimal_sep' => '.', |
| 1666 |
'num_decimals' => 2, |
| 1667 |
'weight_unit' => 'kg', |
| 1668 |
'dimension_unit' => 'cm', |
| 1669 |
'direction' => 'ltr', |
| 1670 |
'default_locale' => 'hi_IN', |
| 1671 |
'name' => 'Indian rupee', |
| 1672 |
'singular' => 'Indian rupee', |
| 1673 |
'plural' => 'Indian rupees', |
| 1674 |
'short_symbol' => '₹', |
| 1675 |
'locales' => $locales['INR'], |
| 1676 |
), |
| 1677 |
'IO' => array( |
| 1678 |
'currency_code' => 'USD', |
| 1679 |
'currency_pos' => 'left', |
| 1680 |
'thousand_sep' => ',', |
| 1681 |
'decimal_sep' => '.', |
| 1682 |
'num_decimals' => 2, |
| 1683 |
'weight_unit' => 'kg', |
| 1684 |
'dimension_unit' => 'cm', |
| 1685 |
'direction' => 'ltr', |
| 1686 |
'default_locale' => 'en_IO', |
| 1687 |
'name' => 'United States (US) dollar', |
| 1688 |
'singular' => 'US dollar', |
| 1689 |
'plural' => 'US dollars', |
| 1690 |
'short_symbol' => '$', |
| 1691 |
'locales' => $locales['USD'], |
| 1692 |
), |
| 1693 |
'IQ' => array( |
| 1694 |
'currency_code' => 'IQD', |
| 1695 |
'currency_pos' => 'right_space', |
| 1696 |
'thousand_sep' => '.', |
| 1697 |
'decimal_sep' => ',', |
| 1698 |
'num_decimals' => 0, |
| 1699 |
'weight_unit' => 'kg', |
| 1700 |
'dimension_unit' => 'cm', |
| 1701 |
'direction' => 'rtl', |
| 1702 |
'default_locale' => 'ar_IQ', |
| 1703 |
'name' => 'Iraqi dinar', |
| 1704 |
'singular' => 'Iraqi dinar', |
| 1705 |
'plural' => 'Iraqi dinars', |
| 1706 |
'short_symbol' => null, |
| 1707 |
'locales' => $locales['IQD'], |
| 1708 |
), |
| 1709 |
'IR' => array( |
| 1710 |
'currency_code' => 'IRR', |
| 1711 |
'currency_pos' => 'left', |
| 1712 |
'thousand_sep' => '.', |
| 1713 |
'decimal_sep' => ',', |
| 1714 |
'num_decimals' => 0, |
| 1715 |
'weight_unit' => 'kg', |
| 1716 |
'dimension_unit' => 'cm', |
| 1717 |
'direction' => 'rtl', |
| 1718 |
'default_locale' => 'fa_IR', |
| 1719 |
'name' => 'Iranian rial', |
| 1720 |
'singular' => 'Iranian rial', |
| 1721 |
'plural' => 'Iranian rials', |
| 1722 |
'short_symbol' => null, |
| 1723 |
'locales' => $locales['IRR'], |
| 1724 |
), |
| 1725 |
'IS' => array( |
| 1726 |
'currency_code' => 'ISK', |
| 1727 |
'currency_pos' => 'right_space', |
| 1728 |
'thousand_sep' => '.', |
| 1729 |
'decimal_sep' => ',', |
| 1730 |
'num_decimals' => 0, |
| 1731 |
'weight_unit' => 'kg', |
| 1732 |
'dimension_unit' => 'cm', |
| 1733 |
'direction' => 'ltr', |
| 1734 |
'default_locale' => 'is_IS', |
| 1735 |
'name' => 'Icelandic króna', |
| 1736 |
'singular' => 'Icelandic króna', |
| 1737 |
'plural' => 'Icelandic krónur', |
| 1738 |
'short_symbol' => 'kr', |
| 1739 |
'locales' => $locales['ISK'], |
| 1740 |
), |
| 1741 |
'IT' => array( |
| 1742 |
'currency_code' => 'EUR', |
| 1743 |
'currency_pos' => 'right_space', |
| 1744 |
'thousand_sep' => '.', |
| 1745 |
'decimal_sep' => ',', |
| 1746 |
'num_decimals' => 2, |
| 1747 |
'weight_unit' => 'kg', |
| 1748 |
'dimension_unit' => 'cm', |
| 1749 |
'direction' => 'ltr', |
| 1750 |
'default_locale' => 'it_IT', |
| 1751 |
'name' => 'Euro', |
| 1752 |
'singular' => 'euro', |
| 1753 |
'plural' => 'euros', |
| 1754 |
'short_symbol' => '€', |
| 1755 |
'locales' => $locales['EUR'], |
| 1756 |
), |
| 1757 |
'JE' => array( |
| 1758 |
'currency_code' => 'GBP', |
| 1759 |
'currency_pos' => 'left', |
| 1760 |
'thousand_sep' => ',', |
| 1761 |
'decimal_sep' => '.', |
| 1762 |
'num_decimals' => 2, |
| 1763 |
'weight_unit' => 'kg', |
| 1764 |
'dimension_unit' => 'cm', |
| 1765 |
'direction' => 'ltr', |
| 1766 |
'default_locale' => 'en_JE', |
| 1767 |
'name' => 'Pound sterling', |
| 1768 |
'singular' => 'British pound', |
| 1769 |
'plural' => 'British pounds', |
| 1770 |
'short_symbol' => '£', |
| 1771 |
'locales' => $locales['GBP'], |
| 1772 |
), |
| 1773 |
'JM' => array( |
| 1774 |
'currency_code' => 'JMD', |
| 1775 |
'currency_pos' => 'left', |
| 1776 |
'thousand_sep' => ',', |
| 1777 |
'decimal_sep' => '.', |
| 1778 |
'num_decimals' => 2, |
| 1779 |
'weight_unit' => 'kg', |
| 1780 |
'dimension_unit' => 'cm', |
| 1781 |
'direction' => 'ltr', |
| 1782 |
'default_locale' => 'en_JM', |
| 1783 |
'name' => 'Jamaican dollar', |
| 1784 |
'singular' => 'Jamaican dollar', |
| 1785 |
'plural' => 'Jamaican dollars', |
| 1786 |
'short_symbol' => '$', |
| 1787 |
'locales' => $locales['JMD'], |
| 1788 |
), |
| 1789 |
'JO' => array( |
| 1790 |
'currency_code' => 'JOD', |
| 1791 |
'currency_pos' => 'right_space', |
| 1792 |
'thousand_sep' => '.', |
| 1793 |
'decimal_sep' => ',', |
| 1794 |
'num_decimals' => 3, |
| 1795 |
'weight_unit' => 'kg', |
| 1796 |
'dimension_unit' => 'cm', |
| 1797 |
'direction' => 'rtl', |
| 1798 |
'default_locale' => 'ar_JO', |
| 1799 |
'name' => 'Jordanian dinar', |
| 1800 |
'singular' => 'Jordanian dinar', |
| 1801 |
'plural' => 'Jordanian dinars', |
| 1802 |
'short_symbol' => null, |
| 1803 |
'locales' => $locales['JOD'], |
| 1804 |
), |
| 1805 |
'JP' => array( |
| 1806 |
'currency_code' => 'JPY', |
| 1807 |
'currency_pos' => 'left', |
| 1808 |
'thousand_sep' => ',', |
| 1809 |
'decimal_sep' => '.', |
| 1810 |
'num_decimals' => 0, |
| 1811 |
'weight_unit' => 'kg', |
| 1812 |
'dimension_unit' => 'cm', |
| 1813 |
'direction' => 'ltr', |
| 1814 |
'default_locale' => 'ja_JP', |
| 1815 |
'name' => 'Japanese yen', |
| 1816 |
'singular' => 'Japanese yen', |
| 1817 |
'plural' => 'Japanese yen', |
| 1818 |
'short_symbol' => '¥', |
| 1819 |
'locales' => $locales['JPY'], |
| 1820 |
), |
| 1821 |
'KE' => array( |
| 1822 |
'currency_code' => 'KES', |
| 1823 |
'currency_pos' => 'left_space', |
| 1824 |
'thousand_sep' => ',', |
| 1825 |
'decimal_sep' => '.', |
| 1826 |
'num_decimals' => 2, |
| 1827 |
'weight_unit' => 'kg', |
| 1828 |
'dimension_unit' => 'cm', |
| 1829 |
'direction' => 'ltr', |
| 1830 |
'default_locale' => 'sw_KE', |
| 1831 |
'name' => 'Kenyan shilling', |
| 1832 |
'singular' => 'Kenyan shilling', |
| 1833 |
'plural' => 'Kenyan shillings', |
| 1834 |
'short_symbol' => null, |
| 1835 |
'locales' => $locales['KES'], |
| 1836 |
), |
| 1837 |
'KG' => array( |
| 1838 |
'currency_code' => 'KGS', |
| 1839 |
'currency_pos' => 'right_space', |
| 1840 |
'thousand_sep' => ' ', |
| 1841 |
'decimal_sep' => ',', |
| 1842 |
'num_decimals' => 2, |
| 1843 |
'weight_unit' => 'kg', |
| 1844 |
'dimension_unit' => 'cm', |
| 1845 |
'direction' => 'ltr', |
| 1846 |
'default_locale' => 'ky_KG', |
| 1847 |
'name' => 'Kyrgyzstani som', |
| 1848 |
'singular' => 'Kyrgystani som', |
| 1849 |
'plural' => 'Kyrgystani soms', |
| 1850 |
'short_symbol' => null, |
| 1851 |
'locales' => $locales['KGS'], |
| 1852 |
), |
| 1853 |
'KH' => array( |
| 1854 |
'currency_code' => 'KHR', |
| 1855 |
'currency_pos' => 'right', |
| 1856 |
'thousand_sep' => '.', |
| 1857 |
'decimal_sep' => ',', |
| 1858 |
'num_decimals' => 2, |
| 1859 |
'weight_unit' => 'kg', |
| 1860 |
'dimension_unit' => 'cm', |
| 1861 |
'direction' => 'ltr', |
| 1862 |
'default_locale' => 'km_KH', |
| 1863 |
'name' => 'Cambodian riel', |
| 1864 |
'singular' => 'Cambodian riel', |
| 1865 |
'plural' => 'Cambodian riels', |
| 1866 |
'short_symbol' => '៛', |
| 1867 |
'locales' => $locales['KHR'], |
| 1868 |
), |
| 1869 |
'KI' => array( |
| 1870 |
'currency_code' => 'AUD', |
| 1871 |
'currency_pos' => 'left', |
| 1872 |
'thousand_sep' => ',', |
| 1873 |
'decimal_sep' => '.', |
| 1874 |
'num_decimals' => 2, |
| 1875 |
'weight_unit' => 'kg', |
| 1876 |
'dimension_unit' => 'cm', |
| 1877 |
'direction' => 'ltr', |
| 1878 |
'default_locale' => 'en_KI', |
| 1879 |
'name' => 'Australian dollar', |
| 1880 |
'singular' => 'Australian dollar', |
| 1881 |
'plural' => 'Australian dollars', |
| 1882 |
'short_symbol' => '$', |
| 1883 |
'locales' => $locales['AUD'], |
| 1884 |
), |
| 1885 |
'KM' => array( |
| 1886 |
'currency_code' => 'KMF', |
| 1887 |
'currency_pos' => 'right_space', |
| 1888 |
'thousand_sep' => '.', |
| 1889 |
'decimal_sep' => ',', |
| 1890 |
'num_decimals' => 0, |
| 1891 |
'weight_unit' => 'kg', |
| 1892 |
'dimension_unit' => 'cm', |
| 1893 |
'direction' => 'rtl', |
| 1894 |
'default_locale' => 'ar_KM', |
| 1895 |
'name' => 'Comorian franc', |
| 1896 |
'singular' => 'Comorian franc', |
| 1897 |
'plural' => 'Comorian francs', |
| 1898 |
'short_symbol' => 'CF', |
| 1899 |
'locales' => $locales['KMF'], |
| 1900 |
), |
| 1901 |
'KN' => array( |
| 1902 |
'currency_code' => 'XCD', |
| 1903 |
'currency_pos' => 'left', |
| 1904 |
'thousand_sep' => ',', |
| 1905 |
'decimal_sep' => '.', |
| 1906 |
'num_decimals' => 2, |
| 1907 |
'weight_unit' => 'kg', |
| 1908 |
'dimension_unit' => 'cm', |
| 1909 |
'direction' => 'ltr', |
| 1910 |
'default_locale' => 'en_KN', |
| 1911 |
'name' => 'East Caribbean dollar', |
| 1912 |
'singular' => 'East Caribbean dollar', |
| 1913 |
'plural' => 'East Caribbean dollars', |
| 1914 |
'short_symbol' => '$', |
| 1915 |
'locales' => $locales['XCD'], |
| 1916 |
), |
| 1917 |
'KP' => array( |
| 1918 |
'currency_code' => 'KPW', |
| 1919 |
'currency_pos' => 'left', |
| 1920 |
'thousand_sep' => ',', |
| 1921 |
'decimal_sep' => '.', |
| 1922 |
'num_decimals' => 0, |
| 1923 |
'weight_unit' => 'kg', |
| 1924 |
'dimension_unit' => 'cm', |
| 1925 |
'direction' => 'ltr', |
| 1926 |
'default_locale' => 'ko_KP', |
| 1927 |
'name' => 'North Korean won', |
| 1928 |
'singular' => 'North Korean won', |
| 1929 |
'plural' => 'North Korean won', |
| 1930 |
'short_symbol' => '₩', |
| 1931 |
'locales' => $locales['KPW'], |
| 1932 |
), |
| 1933 |
'KR' => array( |
| 1934 |
'currency_code' => 'KRW', |
| 1935 |
'currency_pos' => 'left', |
| 1936 |
'thousand_sep' => ',', |
| 1937 |
'decimal_sep' => '.', |
| 1938 |
'num_decimals' => 0, |
| 1939 |
'weight_unit' => 'kg', |
| 1940 |
'dimension_unit' => 'cm', |
| 1941 |
'direction' => 'ltr', |
| 1942 |
'default_locale' => 'ko_KR', |
| 1943 |
'name' => 'South Korean won', |
| 1944 |
'singular' => 'South Korean won', |
| 1945 |
'plural' => 'South Korean won', |
| 1946 |
'short_symbol' => '₩', |
| 1947 |
'locales' => $locales['KRW'], |
| 1948 |
), |
| 1949 |
'KW' => array( |
| 1950 |
'currency_code' => 'KWD', |
| 1951 |
'currency_pos' => 'right_space', |
| 1952 |
'thousand_sep' => '.', |
| 1953 |
'decimal_sep' => ',', |
| 1954 |
'num_decimals' => 3, |
| 1955 |
'weight_unit' => 'kg', |
| 1956 |
'dimension_unit' => 'cm', |
| 1957 |
'direction' => 'rtl', |
| 1958 |
'default_locale' => 'ar_KW', |
| 1959 |
'name' => 'Kuwaiti dinar', |
| 1960 |
'singular' => 'Kuwaiti dinar', |
| 1961 |
'plural' => 'Kuwaiti dinars', |
| 1962 |
'short_symbol' => null, |
| 1963 |
'locales' => $locales['KWD'], |
| 1964 |
), |
| 1965 |
'KY' => array( |
| 1966 |
'currency_code' => 'KYD', |
| 1967 |
'currency_pos' => 'left', |
| 1968 |
'thousand_sep' => ',', |
| 1969 |
'decimal_sep' => '.', |
| 1970 |
'num_decimals' => 2, |
| 1971 |
'weight_unit' => 'kg', |
| 1972 |
'dimension_unit' => 'cm', |
| 1973 |
'direction' => 'ltr', |
| 1974 |
'default_locale' => 'en_KY', |
| 1975 |
'name' => 'Cayman Islands dollar', |
| 1976 |
'singular' => 'Cayman Islands dollar', |
| 1977 |
'plural' => 'Cayman Islands dollars', |
| 1978 |
'short_symbol' => '$', |
| 1979 |
'locales' => $locales['KYD'], |
| 1980 |
), |
| 1981 |
'KZ' => array( |
| 1982 |
'currency_code' => 'KZT', |
| 1983 |
'currency_pos' => 'right_space', |
| 1984 |
'thousand_sep' => ' ', |
| 1985 |
'decimal_sep' => ',', |
| 1986 |
'num_decimals' => 2, |
| 1987 |
'weight_unit' => 'kg', |
| 1988 |
'dimension_unit' => 'cm', |
| 1989 |
'direction' => 'ltr', |
| 1990 |
'default_locale' => 'ru_KZ', |
| 1991 |
'name' => 'Kazakhstani tenge', |
| 1992 |
'singular' => 'Kazakhstani tenge', |
| 1993 |
'plural' => 'Kazakhstani tenges', |
| 1994 |
'short_symbol' => '₸', |
| 1995 |
'locales' => $locales['KZT'], |
| 1996 |
), |
| 1997 |
'LA' => array( |
| 1998 |
'currency_code' => 'LAK', |
| 1999 |
'currency_pos' => 'left', |
| 2000 |
'thousand_sep' => '.', |
| 2001 |
'decimal_sep' => ',', |
| 2002 |
'num_decimals' => 0, |
| 2003 |
'weight_unit' => 'kg', |
| 2004 |
'dimension_unit' => 'cm', |
| 2005 |
'direction' => 'ltr', |
| 2006 |
'default_locale' => 'lo_LA', |
| 2007 |
'name' => 'Lao kip', |
| 2008 |
'singular' => 'Laotian kip', |
| 2009 |
'plural' => 'Laotian kips', |
| 2010 |
'short_symbol' => '₭', |
| 2011 |
'locales' => $locales['LAK'], |
| 2012 |
), |
| 2013 |
'LB' => array( |
| 2014 |
'currency_code' => 'LBP', |
| 2015 |
'currency_pos' => 'right_space', |
| 2016 |
'thousand_sep' => '.', |
| 2017 |
'decimal_sep' => ',', |
| 2018 |
'num_decimals' => 0, |
| 2019 |
'weight_unit' => 'kg', |
| 2020 |
'dimension_unit' => 'cm', |
| 2021 |
'direction' => 'rtl', |
| 2022 |
'default_locale' => 'ar_LB', |
| 2023 |
'name' => 'Lebanese pound', |
| 2024 |
'singular' => 'Lebanese pound', |
| 2025 |
'plural' => 'Lebanese pounds', |
| 2026 |
'short_symbol' => 'L£', |
| 2027 |
'locales' => $locales['LBP'], |
| 2028 |
), |
| 2029 |
'LC' => array( |
| 2030 |
'currency_code' => 'XCD', |
| 2031 |
'currency_pos' => 'left', |
| 2032 |
'thousand_sep' => ',', |
| 2033 |
'decimal_sep' => '.', |
| 2034 |
'num_decimals' => 2, |
| 2035 |
'weight_unit' => 'kg', |
| 2036 |
'dimension_unit' => 'cm', |
| 2037 |
'direction' => 'ltr', |
| 2038 |
'default_locale' => 'en_LC', |
| 2039 |
'name' => 'East Caribbean dollar', |
| 2040 |
'singular' => 'East Caribbean dollar', |
| 2041 |
'plural' => 'East Caribbean dollars', |
| 2042 |
'short_symbol' => '$', |
| 2043 |
'locales' => $locales['XCD'], |
| 2044 |
), |
| 2045 |
'LI' => array( |
| 2046 |
'currency_code' => 'CHF', |
| 2047 |
'currency_pos' => 'left_space', |
| 2048 |
'thousand_sep' => '\'', |
| 2049 |
'decimal_sep' => '.', |
| 2050 |
'num_decimals' => 2, |
| 2051 |
'weight_unit' => 'kg', |
| 2052 |
'dimension_unit' => 'cm', |
| 2053 |
'direction' => 'ltr', |
| 2054 |
'default_locale' => 'de_LI', |
| 2055 |
'name' => 'Swiss franc', |
| 2056 |
'singular' => 'Swiss franc', |
| 2057 |
'plural' => 'Swiss francs', |
| 2058 |
'short_symbol' => null, |
| 2059 |
'locales' => $locales['CHF'], |
| 2060 |
), |
| 2061 |
'LK' => array( |
| 2062 |
'currency_code' => 'LKR', |
| 2063 |
'currency_pos' => 'left', |
| 2064 |
'thousand_sep' => ',', |
| 2065 |
'decimal_sep' => '.', |
| 2066 |
'num_decimals' => 2, |
| 2067 |
'weight_unit' => 'kg', |
| 2068 |
'dimension_unit' => 'cm', |
| 2069 |
'direction' => 'ltr', |
| 2070 |
'default_locale' => 'si_LK', |
| 2071 |
'name' => 'Sri Lankan rupee', |
| 2072 |
'singular' => 'Sri Lankan rupee', |
| 2073 |
'plural' => 'Sri Lankan rupees', |
| 2074 |
'short_symbol' => 'Rs', |
| 2075 |
'locales' => $locales['LKR'], |
| 2076 |
), |
| 2077 |
'LR' => array( |
| 2078 |
'currency_code' => 'LRD', |
| 2079 |
'currency_pos' => 'left', |
| 2080 |
'thousand_sep' => ',', |
| 2081 |
'decimal_sep' => '.', |
| 2082 |
'num_decimals' => 2, |
| 2083 |
'weight_unit' => 'kg', |
| 2084 |
'dimension_unit' => 'cm', |
| 2085 |
'direction' => 'ltr', |
| 2086 |
'default_locale' => 'en_LR', |
| 2087 |
'name' => 'Liberian dollar', |
| 2088 |
'singular' => 'Liberian dollar', |
| 2089 |
'plural' => 'Liberian dollars', |
| 2090 |
'short_symbol' => '$', |
| 2091 |
'locales' => $locales['LRD'], |
| 2092 |
), |
| 2093 |
'LS' => array( |
| 2094 |
'currency_code' => 'LSL', |
| 2095 |
'currency_pos' => 'left', |
| 2096 |
'thousand_sep' => ',', |
| 2097 |
'decimal_sep' => '.', |
| 2098 |
'num_decimals' => 2, |
| 2099 |
'weight_unit' => 'kg', |
| 2100 |
'dimension_unit' => 'cm', |
| 2101 |
'direction' => 'ltr', |
| 2102 |
'default_locale' => 'en_LS', |
| 2103 |
'name' => 'Lesotho loti', |
| 2104 |
'singular' => 'Lesotho loti', |
| 2105 |
'plural' => 'Lesotho lotis', |
| 2106 |
'short_symbol' => null, |
| 2107 |
'locales' => $locales['LSL'], |
| 2108 |
), |
| 2109 |
'LT' => array( |
| 2110 |
'currency_code' => 'EUR', |
| 2111 |
'currency_pos' => 'right_space', |
| 2112 |
'thousand_sep' => ' ', |
| 2113 |
'decimal_sep' => ',', |
| 2114 |
'num_decimals' => 2, |
| 2115 |
'weight_unit' => 'kg', |
| 2116 |
'dimension_unit' => 'cm', |
| 2117 |
'direction' => 'ltr', |
| 2118 |
'default_locale' => 'lt_LT', |
| 2119 |
'name' => 'Euro', |
| 2120 |
'singular' => 'euro', |
| 2121 |
'plural' => 'euros', |
| 2122 |
'short_symbol' => '€', |
| 2123 |
'locales' => $locales['EUR'], |
| 2124 |
), |
| 2125 |
'LU' => array( |
| 2126 |
'currency_code' => 'EUR', |
| 2127 |
'currency_pos' => 'right_space', |
| 2128 |
'thousand_sep' => '.', |
| 2129 |
'decimal_sep' => ',', |
| 2130 |
'num_decimals' => 2, |
| 2131 |
'weight_unit' => 'kg', |
| 2132 |
'dimension_unit' => 'cm', |
| 2133 |
'direction' => 'ltr', |
| 2134 |
'default_locale' => 'fr_LU', |
| 2135 |
'name' => 'Euro', |
| 2136 |
'singular' => 'euro', |
| 2137 |
'plural' => 'euros', |
| 2138 |
'short_symbol' => '€', |
| 2139 |
'locales' => $locales['EUR'], |
| 2140 |
), |
| 2141 |
'LV' => array( |
| 2142 |
'currency_code' => 'EUR', |
| 2143 |
'currency_pos' => 'right_space', |
| 2144 |
'thousand_sep' => ' ', |
| 2145 |
'decimal_sep' => ',', |
| 2146 |
'num_decimals' => 2, |
| 2147 |
'weight_unit' => 'kg', |
| 2148 |
'dimension_unit' => 'cm', |
| 2149 |
'direction' => 'ltr', |
| 2150 |
'default_locale' => 'lv_LV', |
| 2151 |
'name' => 'Euro', |
| 2152 |
'singular' => 'euro', |
| 2153 |
'plural' => 'euros', |
| 2154 |
'short_symbol' => '€', |
| 2155 |
'locales' => $locales['EUR'], |
| 2156 |
), |
| 2157 |
'LY' => array( |
| 2158 |
'currency_code' => 'LYD', |
| 2159 |
'currency_pos' => 'left_space', |
| 2160 |
'thousand_sep' => '.', |
| 2161 |
'decimal_sep' => ',', |
| 2162 |
'num_decimals' => 3, |
| 2163 |
'weight_unit' => 'kg', |
| 2164 |
'dimension_unit' => 'cm', |
| 2165 |
'direction' => 'rtl', |
| 2166 |
'default_locale' => 'ar_LY', |
| 2167 |
'name' => 'Libyan dinar', |
| 2168 |
'singular' => 'Libyan dinar', |
| 2169 |
'plural' => 'Libyan dinars', |
| 2170 |
'short_symbol' => null, |
| 2171 |
'locales' => $locales['LYD'], |
| 2172 |
), |
| 2173 |
'MA' => array( |
| 2174 |
'currency_code' => 'MAD', |
| 2175 |
'currency_pos' => 'left_space', |
| 2176 |
'thousand_sep' => '.', |
| 2177 |
'decimal_sep' => ',', |
| 2178 |
'num_decimals' => 2, |
| 2179 |
'weight_unit' => 'kg', |
| 2180 |
'dimension_unit' => 'cm', |
| 2181 |
'direction' => 'rtl', |
| 2182 |
'default_locale' => 'ar_MA', |
| 2183 |
'name' => 'Moroccan dirham', |
| 2184 |
'singular' => 'Moroccan dirham', |
| 2185 |
'plural' => 'Moroccan dirhams', |
| 2186 |
'short_symbol' => null, |
| 2187 |
'locales' => $locales['MAD'], |
| 2188 |
), |
| 2189 |
'MC' => array( |
| 2190 |
'currency_code' => 'EUR', |
| 2191 |
'currency_pos' => 'right_space', |
| 2192 |
'thousand_sep' => ' ', |
| 2193 |
'decimal_sep' => ',', |
| 2194 |
'num_decimals' => 2, |
| 2195 |
'weight_unit' => 'kg', |
| 2196 |
'dimension_unit' => 'cm', |
| 2197 |
'direction' => 'ltr', |
| 2198 |
'default_locale' => 'fr_MC', |
| 2199 |
'name' => 'Euro', |
| 2200 |
'singular' => 'euro', |
| 2201 |
'plural' => 'euros', |
| 2202 |
'short_symbol' => '€', |
| 2203 |
'locales' => $locales['EUR'], |
| 2204 |
), |
| 2205 |
'MD' => array( |
| 2206 |
'currency_code' => 'MDL', |
| 2207 |
'currency_pos' => 'right_space', |
| 2208 |
'thousand_sep' => '.', |
| 2209 |
'decimal_sep' => ',', |
| 2210 |
'num_decimals' => 2, |
| 2211 |
'weight_unit' => 'kg', |
| 2212 |
'dimension_unit' => 'cm', |
| 2213 |
'direction' => 'ltr', |
| 2214 |
'default_locale' => 'ro_MD', |
| 2215 |
'name' => 'Moldovan leu', |
| 2216 |
'singular' => 'Moldovan leu', |
| 2217 |
'plural' => 'Moldovan lei', |
| 2218 |
'short_symbol' => null, |
| 2219 |
'locales' => $locales['MDL'], |
| 2220 |
), |
| 2221 |
'ME' => array( |
| 2222 |
'currency_code' => 'EUR', |
| 2223 |
'currency_pos' => 'right_space', |
| 2224 |
'thousand_sep' => '.', |
| 2225 |
'decimal_sep' => ',', |
| 2226 |
'num_decimals' => 2, |
| 2227 |
'weight_unit' => 'kg', |
| 2228 |
'dimension_unit' => 'cm', |
| 2229 |
'direction' => 'ltr', |
| 2230 |
'default_locale' => 'sr_Latn_ME', |
| 2231 |
'name' => 'Euro', |
| 2232 |
'singular' => 'euro', |
| 2233 |
'plural' => 'euros', |
| 2234 |
'short_symbol' => '€', |
| 2235 |
'locales' => $locales['EUR'], |
| 2236 |
), |
| 2237 |
'MF' => array( |
| 2238 |
'currency_code' => 'EUR', |
| 2239 |
'currency_pos' => 'right_space', |
| 2240 |
'thousand_sep' => ' ', |
| 2241 |
'decimal_sep' => ',', |
| 2242 |
'num_decimals' => 2, |
| 2243 |
'weight_unit' => 'kg', |
| 2244 |
'dimension_unit' => 'cm', |
| 2245 |
'direction' => 'ltr', |
| 2246 |
'default_locale' => 'fr_MF', |
| 2247 |
'name' => 'Euro', |
| 2248 |
'singular' => 'euro', |
| 2249 |
'plural' => 'euros', |
| 2250 |
'short_symbol' => '€', |
| 2251 |
'locales' => $locales['EUR'], |
| 2252 |
), |
| 2253 |
'MG' => array( |
| 2254 |
'currency_code' => 'MGA', |
| 2255 |
'currency_pos' => 'left_space', |
| 2256 |
'thousand_sep' => ',', |
| 2257 |
'decimal_sep' => '.', |
| 2258 |
'num_decimals' => 0, |
| 2259 |
'weight_unit' => 'kg', |
| 2260 |
'dimension_unit' => 'cm', |
| 2261 |
'direction' => 'ltr', |
| 2262 |
'default_locale' => 'mg_MG', |
| 2263 |
'name' => 'Malagasy ariary', |
| 2264 |
'singular' => 'Malagasy ariary', |
| 2265 |
'plural' => 'Malagasy ariaries', |
| 2266 |
'short_symbol' => 'Ar', |
| 2267 |
'locales' => $locales['MGA'], |
| 2268 |
), |
| 2269 |
'MH' => array( |
| 2270 |
'currency_code' => 'USD', |
| 2271 |
'currency_pos' => 'left', |
| 2272 |
'thousand_sep' => ',', |
| 2273 |
'decimal_sep' => '.', |
| 2274 |
'num_decimals' => 2, |
| 2275 |
'weight_unit' => 'kg', |
| 2276 |
'dimension_unit' => 'cm', |
| 2277 |
'direction' => 'ltr', |
| 2278 |
'default_locale' => 'en_MH', |
| 2279 |
'name' => 'United States (US) dollar', |
| 2280 |
'singular' => 'US dollar', |
| 2281 |
'plural' => 'US dollars', |
| 2282 |
'short_symbol' => '$', |
| 2283 |
'locales' => $locales['USD'], |
| 2284 |
), |
| 2285 |
'MK' => array( |
| 2286 |
'currency_code' => 'MKD', |
| 2287 |
'currency_pos' => 'right_space', |
| 2288 |
'thousand_sep' => '.', |
| 2289 |
'decimal_sep' => ',', |
| 2290 |
'num_decimals' => 2, |
| 2291 |
'weight_unit' => 'kg', |
| 2292 |
'dimension_unit' => 'cm', |
| 2293 |
'direction' => 'ltr', |
| 2294 |
'default_locale' => 'mk_MK', |
| 2295 |
'name' => 'Macedonian denar', |
| 2296 |
'singular' => 'Macedonian denar', |
| 2297 |
'plural' => 'Macedonian denari', |
| 2298 |
'short_symbol' => null, |
| 2299 |
'locales' => $locales['MKD'], |
| 2300 |
), |
| 2301 |
'ML' => array( |
| 2302 |
'currency_code' => 'XOF', |
| 2303 |
'currency_pos' => 'right_space', |
| 2304 |
'thousand_sep' => ' ', |
| 2305 |
'decimal_sep' => ',', |
| 2306 |
'num_decimals' => 0, |
| 2307 |
'weight_unit' => 'kg', |
| 2308 |
'dimension_unit' => 'cm', |
| 2309 |
'direction' => 'ltr', |
| 2310 |
'default_locale' => 'fr_ML', |
| 2311 |
'name' => 'West African CFA franc', |
| 2312 |
'singular' => 'West African CFA franc', |
| 2313 |
'plural' => 'West African CFA francs', |
| 2314 |
'short_symbol' => null, |
| 2315 |
'locales' => $locales['XOF'], |
| 2316 |
), |
| 2317 |
'MM' => array( |
| 2318 |
'currency_code' => 'MMK', |
| 2319 |
'currency_pos' => 'right_space', |
| 2320 |
'thousand_sep' => ',', |
| 2321 |
'decimal_sep' => '.', |
| 2322 |
'num_decimals' => 0, |
| 2323 |
'weight_unit' => 'kg', |
| 2324 |
'dimension_unit' => 'cm', |
| 2325 |
'direction' => 'ltr', |
| 2326 |
'default_locale' => 'my_MM', |
| 2327 |
'name' => 'Burmese kyat', |
| 2328 |
'singular' => 'Myanmar kyat', |
| 2329 |
'plural' => 'Myanmar kyats', |
| 2330 |
'short_symbol' => 'K', |
| 2331 |
'locales' => $locales['MMK'], |
| 2332 |
), |
| 2333 |
'MN' => array( |
| 2334 |
'currency_code' => 'MNT', |
| 2335 |
'currency_pos' => 'left_space', |
| 2336 |
'thousand_sep' => ',', |
| 2337 |
'decimal_sep' => '.', |
| 2338 |
'num_decimals' => 0, |
| 2339 |
'weight_unit' => 'kg', |
| 2340 |
'dimension_unit' => 'cm', |
| 2341 |
'direction' => 'ltr', |
| 2342 |
'default_locale' => 'mn_MN', |
| 2343 |
'name' => 'Mongolian tögrög', |
| 2344 |
'singular' => 'Mongolian tugrik', |
| 2345 |
'plural' => 'Mongolian tugriks', |
| 2346 |
'short_symbol' => '₮', |
| 2347 |
'locales' => $locales['MNT'], |
| 2348 |
), |
| 2349 |
'MO' => array( |
| 2350 |
'currency_code' => 'MOP', |
| 2351 |
'currency_pos' => 'left', |
| 2352 |
'thousand_sep' => ',', |
| 2353 |
'decimal_sep' => '.', |
| 2354 |
'num_decimals' => 2, |
| 2355 |
'weight_unit' => 'kg', |
| 2356 |
'dimension_unit' => 'cm', |
| 2357 |
'direction' => 'ltr', |
| 2358 |
'default_locale' => 'zh_Hant_MO', |
| 2359 |
'name' => 'Macanese pataca', |
| 2360 |
'singular' => 'Macanese pataca', |
| 2361 |
'plural' => 'Macanese patacas', |
| 2362 |
'short_symbol' => null, |
| 2363 |
'locales' => $locales['MOP'], |
| 2364 |
), |
| 2365 |
'MP' => array( |
| 2366 |
'currency_code' => 'USD', |
| 2367 |
'currency_pos' => 'left', |
| 2368 |
'thousand_sep' => ',', |
| 2369 |
'decimal_sep' => '.', |
| 2370 |
'num_decimals' => 2, |
| 2371 |
'weight_unit' => 'kg', |
| 2372 |
'dimension_unit' => 'cm', |
| 2373 |
'direction' => 'ltr', |
| 2374 |
'default_locale' => 'en_MP', |
| 2375 |
'name' => 'United States (US) dollar', |
| 2376 |
'singular' => 'US dollar', |
| 2377 |
'plural' => 'US dollars', |
| 2378 |
'short_symbol' => '$', |
| 2379 |
'locales' => $locales['USD'], |
| 2380 |
), |
| 2381 |
'MQ' => array( |
| 2382 |
'currency_code' => 'EUR', |
| 2383 |
'currency_pos' => 'right_space', |
| 2384 |
'thousand_sep' => ' ', |
| 2385 |
'decimal_sep' => ',', |
| 2386 |
'num_decimals' => 2, |
| 2387 |
'weight_unit' => 'kg', |
| 2388 |
'dimension_unit' => 'cm', |
| 2389 |
'direction' => 'ltr', |
| 2390 |
'default_locale' => 'fr_MQ', |
| 2391 |
'name' => 'Euro', |
| 2392 |
'singular' => 'euro', |
| 2393 |
'plural' => 'euros', |
| 2394 |
'short_symbol' => '€', |
| 2395 |
'locales' => $locales['EUR'], |
| 2396 |
), |
| 2397 |
'MR' => array( |
| 2398 |
'currency_code' => 'MRU', |
| 2399 |
'currency_pos' => 'right_space', |
| 2400 |
'thousand_sep' => '.', |
| 2401 |
'decimal_sep' => ',', |
| 2402 |
'num_decimals' => 2, |
| 2403 |
'weight_unit' => 'kg', |
| 2404 |
'dimension_unit' => 'cm', |
| 2405 |
'direction' => 'rtl', |
| 2406 |
'default_locale' => 'ar_MR', |
| 2407 |
'name' => 'Mauritanian ouguiya', |
| 2408 |
'singular' => 'Mauritanian ouguiya', |
| 2409 |
'plural' => 'Mauritanian ouguiyas', |
| 2410 |
'short_symbol' => null, |
| 2411 |
'locales' => $locales['MRU'], |
| 2412 |
), |
| 2413 |
'MS' => array( |
| 2414 |
'currency_code' => 'XCD', |
| 2415 |
'currency_pos' => 'left', |
| 2416 |
'thousand_sep' => ',', |
| 2417 |
'decimal_sep' => '.', |
| 2418 |
'num_decimals' => 2, |
| 2419 |
'weight_unit' => 'kg', |
| 2420 |
'dimension_unit' => 'cm', |
| 2421 |
'direction' => 'ltr', |
| 2422 |
'default_locale' => 'en_MS', |
| 2423 |
'name' => 'East Caribbean dollar', |
| 2424 |
'singular' => 'East Caribbean dollar', |
| 2425 |
'plural' => 'East Caribbean dollars', |
| 2426 |
'short_symbol' => '$', |
| 2427 |
'locales' => $locales['XCD'], |
| 2428 |
), |
| 2429 |
'MT' => array( |
| 2430 |
'currency_code' => 'EUR', |
| 2431 |
'currency_pos' => 'left', |
| 2432 |
'thousand_sep' => ',', |
| 2433 |
'decimal_sep' => '.', |
| 2434 |
'num_decimals' => 2, |
| 2435 |
'weight_unit' => 'kg', |
| 2436 |
'dimension_unit' => 'cm', |
| 2437 |
'direction' => 'ltr', |
| 2438 |
'default_locale' => 'mt_MT', |
| 2439 |
'name' => 'Euro', |
| 2440 |
'singular' => 'euro', |
| 2441 |
'plural' => 'euros', |
| 2442 |
'short_symbol' => '€', |
| 2443 |
'locales' => $locales['EUR'], |
| 2444 |
), |
| 2445 |
'MU' => array( |
| 2446 |
'currency_code' => 'MUR', |
| 2447 |
'currency_pos' => 'left', |
| 2448 |
'thousand_sep' => ',', |
| 2449 |
'decimal_sep' => '.', |
| 2450 |
'num_decimals' => 0, |
| 2451 |
'weight_unit' => 'kg', |
| 2452 |
'dimension_unit' => 'cm', |
| 2453 |
'direction' => 'ltr', |
| 2454 |
'default_locale' => 'en_MU', |
| 2455 |
'name' => 'Mauritian rupee', |
| 2456 |
'singular' => 'Mauritian rupee', |
| 2457 |
'plural' => 'Mauritian rupees', |
| 2458 |
'short_symbol' => 'Rs', |
| 2459 |
'locales' => $locales['MUR'], |
| 2460 |
), |
| 2461 |
'MV' => array( |
| 2462 |
'currency_code' => 'MVR', |
| 2463 |
'currency_pos' => 'left_space', |
| 2464 |
'thousand_sep' => '.', |
| 2465 |
'decimal_sep' => ',', |
| 2466 |
'num_decimals' => 2, |
| 2467 |
'weight_unit' => 'kg', |
| 2468 |
'dimension_unit' => 'cm', |
| 2469 |
'direction' => 'rtl', |
| 2470 |
'default_locale' => 'dv_MV', |
| 2471 |
'name' => 'Maldivian rufiyaa', |
| 2472 |
'singular' => 'Maldivian rufiyaa', |
| 2473 |
'plural' => 'Maldivian rufiyaas', |
| 2474 |
'short_symbol' => null, |
| 2475 |
'locales' => $locales['MVR'], |
| 2476 |
), |
| 2477 |
'MW' => array( |
| 2478 |
'currency_code' => 'MWK', |
| 2479 |
'currency_pos' => 'left', |
| 2480 |
'thousand_sep' => ',', |
| 2481 |
'decimal_sep' => '.', |
| 2482 |
'num_decimals' => 2, |
| 2483 |
'weight_unit' => 'kg', |
| 2484 |
'dimension_unit' => 'cm', |
| 2485 |
'direction' => 'ltr', |
| 2486 |
'default_locale' => 'en_MW', |
| 2487 |
'name' => 'Malawian kwacha', |
| 2488 |
'singular' => 'Malawian kwacha', |
| 2489 |
'plural' => 'Malawian kwachas', |
| 2490 |
'short_symbol' => null, |
| 2491 |
'locales' => $locales['MWK'], |
| 2492 |
), |
| 2493 |
'MX' => array( |
| 2494 |
'currency_code' => 'MXN', |
| 2495 |
'currency_pos' => 'left', |
| 2496 |
'thousand_sep' => ',', |
| 2497 |
'decimal_sep' => '.', |
| 2498 |
'num_decimals' => 2, |
| 2499 |
'weight_unit' => 'kg', |
| 2500 |
'dimension_unit' => 'cm', |
| 2501 |
'direction' => 'ltr', |
| 2502 |
'default_locale' => 'es_MX', |
| 2503 |
'name' => 'Mexican peso', |
| 2504 |
'singular' => 'Mexican peso', |
| 2505 |
'plural' => 'Mexican pesos', |
| 2506 |
'short_symbol' => '$', |
| 2507 |
'locales' => $locales['MXN'], |
| 2508 |
), |
| 2509 |
'MY' => array( |
| 2510 |
'currency_code' => 'MYR', |
| 2511 |
'currency_pos' => 'left', |
| 2512 |
'thousand_sep' => ',', |
| 2513 |
'decimal_sep' => '.', |
| 2514 |
'num_decimals' => 2, |
| 2515 |
'weight_unit' => 'kg', |
| 2516 |
'dimension_unit' => 'cm', |
| 2517 |
'direction' => 'ltr', |
| 2518 |
'default_locale' => 'ms_MY', |
| 2519 |
'name' => 'Malaysian ringgit', |
| 2520 |
'singular' => 'Malaysian ringgit', |
| 2521 |
'plural' => 'Malaysian ringgits', |
| 2522 |
'short_symbol' => 'RM', |
| 2523 |
'locales' => $locales['MYR'], |
| 2524 |
), |
| 2525 |
'MZ' => array( |
| 2526 |
'currency_code' => 'MZN', |
| 2527 |
'currency_pos' => 'right_space', |
| 2528 |
'thousand_sep' => ' ', |
| 2529 |
'decimal_sep' => ',', |
| 2530 |
'num_decimals' => 2, |
| 2531 |
'weight_unit' => 'kg', |
| 2532 |
'dimension_unit' => 'cm', |
| 2533 |
'direction' => 'ltr', |
| 2534 |
'default_locale' => 'pt_MZ', |
| 2535 |
'name' => 'Mozambican metical', |
| 2536 |
'singular' => 'Mozambican metical', |
| 2537 |
'plural' => 'Mozambican meticals', |
| 2538 |
'short_symbol' => null, |
| 2539 |
'locales' => $locales['MZN'], |
| 2540 |
), |
| 2541 |
'NA' => array( |
| 2542 |
'currency_code' => 'NAD', |
| 2543 |
'currency_pos' => 'left', |
| 2544 |
'thousand_sep' => ',', |
| 2545 |
'decimal_sep' => '.', |
| 2546 |
'num_decimals' => 2, |
| 2547 |
'weight_unit' => 'kg', |
| 2548 |
'dimension_unit' => 'cm', |
| 2549 |
'direction' => 'ltr', |
| 2550 |
'default_locale' => 'en_NA', |
| 2551 |
'name' => 'Namibian dollar', |
| 2552 |
'singular' => 'Namibian dollar', |
| 2553 |
'plural' => 'Namibian dollars', |
| 2554 |
'short_symbol' => '$', |
| 2555 |
'locales' => $locales['NAD'], |
| 2556 |
), |
| 2557 |
'NC' => array( |
| 2558 |
'currency_code' => 'XPF', |
| 2559 |
'currency_pos' => 'right_space', |
| 2560 |
'thousand_sep' => ' ', |
| 2561 |
'decimal_sep' => '.', |
| 2562 |
'num_decimals' => 0, |
| 2563 |
'weight_unit' => 'kg', |
| 2564 |
'dimension_unit' => 'cm', |
| 2565 |
'direction' => 'ltr', |
| 2566 |
'default_locale' => 'fr_NC', |
| 2567 |
'name' => 'CFP franc', |
| 2568 |
'singular' => 'CFP franc', |
| 2569 |
'plural' => 'CFP francs', |
| 2570 |
'short_symbol' => null, |
| 2571 |
'locales' => $locales['XPF'], |
| 2572 |
), |
| 2573 |
'NE' => array( |
| 2574 |
'currency_code' => 'XOF', |
| 2575 |
'currency_pos' => 'right_space', |
| 2576 |
'thousand_sep' => ' ', |
| 2577 |
'decimal_sep' => ',', |
| 2578 |
'num_decimals' => 0, |
| 2579 |
'weight_unit' => 'kg', |
| 2580 |
'dimension_unit' => 'cm', |
| 2581 |
'direction' => 'ltr', |
| 2582 |
'default_locale' => 'fr_NE', |
| 2583 |
'name' => 'West African CFA franc', |
| 2584 |
'singular' => 'West African CFA franc', |
| 2585 |
'plural' => 'West African CFA francs', |
| 2586 |
'short_symbol' => null, |
| 2587 |
'locales' => $locales['XOF'], |
| 2588 |
), |
| 2589 |
'NF' => array( |
| 2590 |
'currency_code' => 'AUD', |
| 2591 |
'currency_pos' => 'left', |
| 2592 |
'thousand_sep' => ',', |
| 2593 |
'decimal_sep' => '.', |
| 2594 |
'num_decimals' => 2, |
| 2595 |
'weight_unit' => 'kg', |
| 2596 |
'dimension_unit' => 'cm', |
| 2597 |
'direction' => 'ltr', |
| 2598 |
'default_locale' => 'en_NF', |
| 2599 |
'name' => 'Australian dollar', |
| 2600 |
'singular' => 'Australian dollar', |
| 2601 |
'plural' => 'Australian dollars', |
| 2602 |
'short_symbol' => '$', |
| 2603 |
'locales' => $locales['AUD'], |
| 2604 |
), |
| 2605 |
'NG' => array( |
| 2606 |
'currency_code' => 'NGN', |
| 2607 |
'currency_pos' => 'left', |
| 2608 |
'thousand_sep' => ',', |
| 2609 |
'decimal_sep' => '.', |
| 2610 |
'num_decimals' => 2, |
| 2611 |
'weight_unit' => 'kg', |
| 2612 |
'dimension_unit' => 'cm', |
| 2613 |
'direction' => 'ltr', |
| 2614 |
'default_locale' => 'en_NG', |
| 2615 |
'name' => 'Nigerian naira', |
| 2616 |
'singular' => 'Nigerian naira', |
| 2617 |
'plural' => 'Nigerian nairas', |
| 2618 |
'short_symbol' => '₦', |
| 2619 |
'locales' => $locales['NGN'], |
| 2620 |
), |
| 2621 |
'NI' => array( |
| 2622 |
'currency_code' => 'NIO', |
| 2623 |
'currency_pos' => 'left', |
| 2624 |
'thousand_sep' => ',', |
| 2625 |
'decimal_sep' => '.', |
| 2626 |
'num_decimals' => 2, |
| 2627 |
'weight_unit' => 'kg', |
| 2628 |
'dimension_unit' => 'cm', |
| 2629 |
'direction' => 'ltr', |
| 2630 |
'default_locale' => 'es_NI', |
| 2631 |
'name' => 'Nicaraguan córdoba', |
| 2632 |
'singular' => 'Nicaraguan córdoba', |
| 2633 |
'plural' => 'Nicaraguan córdobas', |
| 2634 |
'short_symbol' => 'C$', |
| 2635 |
'locales' => $locales['NIO'], |
| 2636 |
), |
| 2637 |
'NL' => array( |
| 2638 |
'currency_code' => 'EUR', |
| 2639 |
'currency_pos' => 'left_space', |
| 2640 |
'thousand_sep' => '.', |
| 2641 |
'decimal_sep' => ',', |
| 2642 |
'num_decimals' => 2, |
| 2643 |
'weight_unit' => 'kg', |
| 2644 |
'dimension_unit' => 'cm', |
| 2645 |
'direction' => 'ltr', |
| 2646 |
'default_locale' => 'nl_NL', |
| 2647 |
'name' => 'Euro', |
| 2648 |
'singular' => 'euro', |
| 2649 |
'plural' => 'euros', |
| 2650 |
'short_symbol' => '€', |
| 2651 |
'locales' => $locales['EUR'], |
| 2652 |
), |
| 2653 |
'NO' => array( |
| 2654 |
'currency_code' => 'NOK', |
| 2655 |
'currency_pos' => 'left_space', |
| 2656 |
'thousand_sep' => ' ', |
| 2657 |
'decimal_sep' => ',', |
| 2658 |
'num_decimals' => 2, |
| 2659 |
'weight_unit' => 'kg', |
| 2660 |
'dimension_unit' => 'cm', |
| 2661 |
'direction' => 'ltr', |
| 2662 |
'default_locale' => 'nb_NO', |
| 2663 |
'name' => 'Norwegian krone', |
| 2664 |
'singular' => 'Norwegian krone', |
| 2665 |
'plural' => 'Norwegian kroner', |
| 2666 |
'short_symbol' => 'kr', |
| 2667 |
'locales' => $locales['NOK'], |
| 2668 |
), |
| 2669 |
'NP' => array( |
| 2670 |
'currency_code' => 'NPR', |
| 2671 |
'currency_pos' => 'left_space', |
| 2672 |
'thousand_sep' => ',', |
| 2673 |
'decimal_sep' => '.', |
| 2674 |
'num_decimals' => 2, |
| 2675 |
'weight_unit' => 'kg', |
| 2676 |
'dimension_unit' => 'cm', |
| 2677 |
'direction' => 'ltr', |
| 2678 |
'default_locale' => 'ne_NP', |
| 2679 |
'name' => 'Nepalese rupee', |
| 2680 |
'singular' => 'Nepalese rupee', |
| 2681 |
'plural' => 'Nepalese rupees', |
| 2682 |
'short_symbol' => 'Rs', |
| 2683 |
'locales' => $locales['NPR'], |
| 2684 |
), |
| 2685 |
'NR' => array( |
| 2686 |
'currency_code' => 'AUD', |
| 2687 |
'currency_pos' => 'left', |
| 2688 |
'thousand_sep' => ',', |
| 2689 |
'decimal_sep' => '.', |
| 2690 |
'num_decimals' => 2, |
| 2691 |
'weight_unit' => 'kg', |
| 2692 |
'dimension_unit' => 'cm', |
| 2693 |
'direction' => 'ltr', |
| 2694 |
'default_locale' => 'en_NR', |
| 2695 |
'name' => 'Australian dollar', |
| 2696 |
'singular' => 'Australian dollar', |
| 2697 |
'plural' => 'Australian dollars', |
| 2698 |
'short_symbol' => '$', |
| 2699 |
'locales' => $locales['AUD'], |
| 2700 |
), |
| 2701 |
'NU' => array( |
| 2702 |
'currency_code' => 'NZD', |
| 2703 |
'currency_pos' => 'left', |
| 2704 |
'thousand_sep' => ',', |
| 2705 |
'decimal_sep' => '.', |
| 2706 |
'num_decimals' => 2, |
| 2707 |
'weight_unit' => 'kg', |
| 2708 |
'dimension_unit' => 'cm', |
| 2709 |
'direction' => 'ltr', |
| 2710 |
'default_locale' => 'en_NU', |
| 2711 |
'name' => 'New Zealand dollar', |
| 2712 |
'singular' => 'New Zealand dollar', |
| 2713 |
'plural' => 'New Zealand dollars', |
| 2714 |
'short_symbol' => '$', |
| 2715 |
'locales' => $locales['NZD'], |
| 2716 |
), |
| 2717 |
'NZ' => array( |
| 2718 |
'currency_code' => 'NZD', |
| 2719 |
'currency_pos' => 'left', |
| 2720 |
'thousand_sep' => ',', |
| 2721 |
'decimal_sep' => '.', |
| 2722 |
'num_decimals' => 2, |
| 2723 |
'weight_unit' => 'kg', |
| 2724 |
'dimension_unit' => 'cm', |
| 2725 |
'direction' => 'ltr', |
| 2726 |
'default_locale' => 'en_NZ', |
| 2727 |
'name' => 'New Zealand dollar', |
| 2728 |
'singular' => 'New Zealand dollar', |
| 2729 |
'plural' => 'New Zealand dollars', |
| 2730 |
'short_symbol' => '$', |
| 2731 |
'locales' => $locales['NZD'], |
| 2732 |
), |
| 2733 |
'OM' => array( |
| 2734 |
'currency_code' => 'OMR', |
| 2735 |
'currency_pos' => 'right_space', |
| 2736 |
'thousand_sep' => '.', |
| 2737 |
'decimal_sep' => ',', |
| 2738 |
'num_decimals' => 3, |
| 2739 |
'weight_unit' => 'kg', |
| 2740 |
'dimension_unit' => 'cm', |
| 2741 |
'direction' => 'rtl', |
| 2742 |
'default_locale' => 'ar_OM', |
| 2743 |
'name' => 'Omani rial', |
| 2744 |
'singular' => 'Omani rial', |
| 2745 |
'plural' => 'Omani rials', |
| 2746 |
'short_symbol' => null, |
| 2747 |
'locales' => $locales['OMR'], |
| 2748 |
), |
| 2749 |
'PA' => array( |
| 2750 |
'currency_code' => 'USD', |
| 2751 |
'currency_pos' => 'left', |
| 2752 |
'thousand_sep' => ',', |
| 2753 |
'decimal_sep' => '.', |
| 2754 |
'num_decimals' => 2, |
| 2755 |
'weight_unit' => 'kg', |
| 2756 |
'dimension_unit' => 'cm', |
| 2757 |
'direction' => 'ltr', |
| 2758 |
'default_locale' => 'es_PA', |
| 2759 |
'name' => 'United States (US) dollar', |
| 2760 |
'singular' => 'US dollar', |
| 2761 |
'plural' => 'US dollars', |
| 2762 |
'short_symbol' => '$', |
| 2763 |
'locales' => $locales['USD'], |
| 2764 |
), |
| 2765 |
'PE' => array( |
| 2766 |
'currency_code' => 'PEN', |
| 2767 |
'currency_pos' => 'left_space', |
| 2768 |
'thousand_sep' => ',', |
| 2769 |
'decimal_sep' => '.', |
| 2770 |
'num_decimals' => 2, |
| 2771 |
'weight_unit' => 'kg', |
| 2772 |
'dimension_unit' => 'cm', |
| 2773 |
'direction' => 'ltr', |
| 2774 |
'default_locale' => 'es_PE', |
| 2775 |
'name' => 'Sol', |
| 2776 |
'singular' => 'Peruvian sol', |
| 2777 |
'plural' => 'Peruvian soles', |
| 2778 |
'short_symbol' => null, |
| 2779 |
'locales' => $locales['PEN'], |
| 2780 |
), |
| 2781 |
'PF' => array( |
| 2782 |
'currency_code' => 'XPF', |
| 2783 |
'currency_pos' => 'right_space', |
| 2784 |
'thousand_sep' => ' ', |
| 2785 |
'decimal_sep' => '.', |
| 2786 |
'num_decimals' => 0, |
| 2787 |
'weight_unit' => 'kg', |
| 2788 |
'dimension_unit' => 'cm', |
| 2789 |
'direction' => 'ltr', |
| 2790 |
'default_locale' => 'fr_PF', |
| 2791 |
'name' => 'CFP franc', |
| 2792 |
'singular' => 'CFP franc', |
| 2793 |
'plural' => 'CFP francs', |
| 2794 |
'short_symbol' => null, |
| 2795 |
'locales' => $locales['XPF'], |
| 2796 |
), |
| 2797 |
'PG' => array( |
| 2798 |
'currency_code' => 'PGK', |
| 2799 |
'currency_pos' => 'left', |
| 2800 |
'thousand_sep' => ',', |
| 2801 |
'decimal_sep' => '.', |
| 2802 |
'num_decimals' => 2, |
| 2803 |
'weight_unit' => 'kg', |
| 2804 |
'dimension_unit' => 'cm', |
| 2805 |
'direction' => 'ltr', |
| 2806 |
'default_locale' => 'en_PG', |
| 2807 |
'name' => 'Papua New Guinean kina', |
| 2808 |
'singular' => 'Papua New Guinean kina', |
| 2809 |
'plural' => 'Papua New Guinean kina', |
| 2810 |
'short_symbol' => null, |
| 2811 |
'locales' => $locales['PGK'], |
| 2812 |
), |
| 2813 |
'PH' => array( |
| 2814 |
'currency_code' => 'PHP', |
| 2815 |
'currency_pos' => 'left', |
| 2816 |
'thousand_sep' => ',', |
| 2817 |
'decimal_sep' => '.', |
| 2818 |
'num_decimals' => 2, |
| 2819 |
'weight_unit' => 'kg', |
| 2820 |
'dimension_unit' => 'cm', |
| 2821 |
'direction' => 'ltr', |
| 2822 |
'default_locale' => 'en_PH', |
| 2823 |
'name' => 'Philippine peso', |
| 2824 |
'singular' => 'Philippine piso', |
| 2825 |
'plural' => 'Philippine pisos', |
| 2826 |
'short_symbol' => '₱', |
| 2827 |
'locales' => $locales['PHP'], |
| 2828 |
), |
| 2829 |
'PK' => array( |
| 2830 |
'currency_code' => 'PKR', |
| 2831 |
'currency_pos' => 'left_space', |
| 2832 |
'thousand_sep' => ',', |
| 2833 |
'decimal_sep' => '.', |
| 2834 |
'num_decimals' => 0, |
| 2835 |
'weight_unit' => 'kg', |
| 2836 |
'dimension_unit' => 'cm', |
| 2837 |
'direction' => 'rtl', |
| 2838 |
'default_locale' => 'ur_PK', |
| 2839 |
'name' => 'Pakistani rupee', |
| 2840 |
'singular' => 'Pakistani rupee', |
| 2841 |
'plural' => 'Pakistani rupees', |
| 2842 |
'short_symbol' => 'Rs', |
| 2843 |
'locales' => $locales['PKR'], |
| 2844 |
), |
| 2845 |
'PL' => array( |
| 2846 |
'currency_code' => 'PLN', |
| 2847 |
'currency_pos' => 'right_space', |
| 2848 |
'thousand_sep' => ' ', |
| 2849 |
'decimal_sep' => ',', |
| 2850 |
'num_decimals' => 2, |
| 2851 |
'weight_unit' => 'kg', |
| 2852 |
'dimension_unit' => 'cm', |
| 2853 |
'direction' => 'ltr', |
| 2854 |
'default_locale' => 'pl_PL', |
| 2855 |
'name' => 'Polish złoty', |
| 2856 |
'singular' => 'Polish zloty', |
| 2857 |
'plural' => 'Polish zlotys', |
| 2858 |
'short_symbol' => 'zł', |
| 2859 |
'locales' => $locales['PLN'], |
| 2860 |
), |
| 2861 |
'PM' => array( |
| 2862 |
'currency_code' => 'EUR', |
| 2863 |
'currency_pos' => 'right_space', |
| 2864 |
'thousand_sep' => ' ', |
| 2865 |
'decimal_sep' => ',', |
| 2866 |
'num_decimals' => 2, |
| 2867 |
'weight_unit' => 'kg', |
| 2868 |
'dimension_unit' => 'cm', |
| 2869 |
'direction' => 'ltr', |
| 2870 |
'default_locale' => 'fr_PM', |
| 2871 |
'name' => 'Euro', |
| 2872 |
'singular' => 'euro', |
| 2873 |
'plural' => 'euros', |
| 2874 |
'short_symbol' => '€', |
| 2875 |
'locales' => $locales['EUR'], |
| 2876 |
), |
| 2877 |
'PN' => array( |
| 2878 |
'currency_code' => 'NZD', |
| 2879 |
'currency_pos' => 'left', |
| 2880 |
'thousand_sep' => ',', |
| 2881 |
'decimal_sep' => '.', |
| 2882 |
'num_decimals' => 2, |
| 2883 |
'weight_unit' => 'kg', |
| 2884 |
'dimension_unit' => 'cm', |
| 2885 |
'direction' => 'ltr', |
| 2886 |
'default_locale' => 'en_PN', |
| 2887 |
'name' => 'New Zealand dollar', |
| 2888 |
'singular' => 'New Zealand dollar', |
| 2889 |
'plural' => 'New Zealand dollars', |
| 2890 |
'short_symbol' => '$', |
| 2891 |
'locales' => $locales['NZD'], |
| 2892 |
), |
| 2893 |
'PR' => array( |
| 2894 |
'currency_code' => 'USD', |
| 2895 |
'currency_pos' => 'left', |
| 2896 |
'thousand_sep' => ',', |
| 2897 |
'decimal_sep' => '.', |
| 2898 |
'num_decimals' => 2, |
| 2899 |
'weight_unit' => 'kg', |
| 2900 |
'dimension_unit' => 'cm', |
| 2901 |
'direction' => 'ltr', |
| 2902 |
'default_locale' => 'es_PR', |
| 2903 |
'name' => 'United States (US) dollar', |
| 2904 |
'singular' => 'US dollar', |
| 2905 |
'plural' => 'US dollars', |
| 2906 |
'short_symbol' => '$', |
| 2907 |
'locales' => $locales['USD'], |
| 2908 |
), |
| 2909 |
'PS' => array( |
| 2910 |
'currency_code' => 'JOD', |
| 2911 |
'currency_pos' => 'right_space', |
| 2912 |
'thousand_sep' => '.', |
| 2913 |
'decimal_sep' => ',', |
| 2914 |
'num_decimals' => 3, |
| 2915 |
'weight_unit' => 'kg', |
| 2916 |
'dimension_unit' => 'cm', |
| 2917 |
'direction' => 'rtl', |
| 2918 |
'default_locale' => 'ar_PS', |
| 2919 |
'name' => 'Jordanian dinar', |
| 2920 |
'singular' => 'Jordanian dinar', |
| 2921 |
'plural' => 'Jordanian dinars', |
| 2922 |
'short_symbol' => null, |
| 2923 |
'locales' => $locales['JOD'], |
| 2924 |
), |
| 2925 |
'PT' => array( |
| 2926 |
'currency_code' => 'EUR', |
| 2927 |
'currency_pos' => 'right_space', |
| 2928 |
'thousand_sep' => ' ', |
| 2929 |
'decimal_sep' => ',', |
| 2930 |
'num_decimals' => 2, |
| 2931 |
'weight_unit' => 'kg', |
| 2932 |
'dimension_unit' => 'cm', |
| 2933 |
'direction' => 'ltr', |
| 2934 |
'default_locale' => 'pt_PT', |
| 2935 |
'name' => 'Euro', |
| 2936 |
'singular' => 'euro', |
| 2937 |
'plural' => 'euros', |
| 2938 |
'short_symbol' => '€', |
| 2939 |
'locales' => $locales['EUR'], |
| 2940 |
), |
| 2941 |
'PW' => array( |
| 2942 |
'currency_code' => 'USD', |
| 2943 |
'currency_pos' => 'left', |
| 2944 |
'thousand_sep' => ',', |
| 2945 |
'decimal_sep' => '.', |
| 2946 |
'num_decimals' => 2, |
| 2947 |
'weight_unit' => 'kg', |
| 2948 |
'dimension_unit' => 'cm', |
| 2949 |
'direction' => 'ltr', |
| 2950 |
'default_locale' => 'en_PW', |
| 2951 |
'name' => 'United States (US) dollar', |
| 2952 |
'singular' => 'US dollar', |
| 2953 |
'plural' => 'US dollars', |
| 2954 |
'short_symbol' => '$', |
| 2955 |
'locales' => $locales['USD'], |
| 2956 |
), |
| 2957 |
'PY' => array( |
| 2958 |
'currency_code' => 'PYG', |
| 2959 |
'currency_pos' => 'left_space', |
| 2960 |
'thousand_sep' => '.', |
| 2961 |
'decimal_sep' => ',', |
| 2962 |
'num_decimals' => 0, |
| 2963 |
'weight_unit' => 'kg', |
| 2964 |
'dimension_unit' => 'cm', |
| 2965 |
'direction' => 'ltr', |
| 2966 |
'default_locale' => 'es_PY', |
| 2967 |
'name' => 'Paraguayan guaraní', |
| 2968 |
'singular' => 'Paraguayan guarani', |
| 2969 |
'plural' => 'Paraguayan guaranis', |
| 2970 |
'short_symbol' => '₲', |
| 2971 |
'locales' => $locales['PYG'], |
| 2972 |
), |
| 2973 |
'QA' => array( |
| 2974 |
'currency_code' => 'QAR', |
| 2975 |
'currency_pos' => 'right_space', |
| 2976 |
'thousand_sep' => '.', |
| 2977 |
'decimal_sep' => ',', |
| 2978 |
'num_decimals' => 2, |
| 2979 |
'weight_unit' => 'kg', |
| 2980 |
'dimension_unit' => 'cm', |
| 2981 |
'direction' => 'rtl', |
| 2982 |
'default_locale' => 'ar_QA', |
| 2983 |
'name' => 'Qatari riyal', |
| 2984 |
'singular' => 'Qatari rial', |
| 2985 |
'plural' => 'Qatari rials', |
| 2986 |
'short_symbol' => null, |
| 2987 |
'locales' => $locales['QAR'], |
| 2988 |
), |
| 2989 |
'RE' => array( |
| 2990 |
'currency_code' => 'EUR', |
| 2991 |
'currency_pos' => 'right_space', |
| 2992 |
'thousand_sep' => ' ', |
| 2993 |
'decimal_sep' => ',', |
| 2994 |
'num_decimals' => 2, |
| 2995 |
'weight_unit' => 'kg', |
| 2996 |
'dimension_unit' => 'cm', |
| 2997 |
'direction' => 'ltr', |
| 2998 |
'default_locale' => 'fr_RE', |
| 2999 |
'name' => 'Euro', |
| 3000 |
'singular' => 'euro', |
| 3001 |
'plural' => 'euros', |
| 3002 |
'short_symbol' => '€', |
| 3003 |
'locales' => $locales['EUR'], |
| 3004 |
), |
| 3005 |
'RO' => array( |
| 3006 |
'currency_code' => 'RON', |
| 3007 |
'currency_pos' => 'right_space', |
| 3008 |
'thousand_sep' => '.', |
| 3009 |
'decimal_sep' => ',', |
| 3010 |
'num_decimals' => 2, |
| 3011 |
'weight_unit' => 'kg', |
| 3012 |
'dimension_unit' => 'cm', |
| 3013 |
'direction' => 'ltr', |
| 3014 |
'default_locale' => 'ro_RO', |
| 3015 |
'name' => 'Romanian leu', |
| 3016 |
'singular' => 'Romanian leu', |
| 3017 |
'plural' => 'Romanian lei', |
| 3018 |
'short_symbol' => 'lei', |
| 3019 |
'locales' => $locales['RON'], |
| 3020 |
), |
| 3021 |
'RS' => array( |
| 3022 |
'currency_code' => 'RSD', |
| 3023 |
'currency_pos' => 'right_space', |
| 3024 |
'thousand_sep' => '.', |
| 3025 |
'decimal_sep' => ',', |
| 3026 |
'num_decimals' => 0, |
| 3027 |
'weight_unit' => 'kg', |
| 3028 |
'dimension_unit' => 'cm', |
| 3029 |
'direction' => 'ltr', |
| 3030 |
'default_locale' => 'sr_RS', |
| 3031 |
'name' => 'Serbian dinar', |
| 3032 |
'singular' => 'Serbian dinar', |
| 3033 |
'plural' => 'Serbian dinars', |
| 3034 |
'short_symbol' => null, |
| 3035 |
'locales' => $locales['RSD'], |
| 3036 |
), |
| 3037 |
'RU' => array( |
| 3038 |
'currency_code' => 'RUB', |
| 3039 |
'currency_pos' => 'right_space', |
| 3040 |
'thousand_sep' => ' ', |
| 3041 |
'decimal_sep' => ',', |
| 3042 |
'num_decimals' => 2, |
| 3043 |
'weight_unit' => 'kg', |
| 3044 |
'dimension_unit' => 'cm', |
| 3045 |
'direction' => 'ltr', |
| 3046 |
'default_locale' => 'ru_RU', |
| 3047 |
'name' => 'Russian ruble', |
| 3048 |
'singular' => 'Russian ruble', |
| 3049 |
'plural' => 'Russian rubles', |
| 3050 |
'short_symbol' => '₽', |
| 3051 |
'locales' => $locales['RUB'], |
| 3052 |
), |
| 3053 |
'RW' => array( |
| 3054 |
'currency_code' => 'RWF', |
| 3055 |
'currency_pos' => 'left_space', |
| 3056 |
'thousand_sep' => '.', |
| 3057 |
'decimal_sep' => ',', |
| 3058 |
'num_decimals' => 0, |
| 3059 |
'weight_unit' => 'kg', |
| 3060 |
'dimension_unit' => 'cm', |
| 3061 |
'direction' => 'ltr', |
| 3062 |
'default_locale' => 'rw_RW', |
| 3063 |
'name' => 'Rwandan franc', |
| 3064 |
'singular' => 'Rwandan franc', |
| 3065 |
'plural' => 'Rwandan francs', |
| 3066 |
'short_symbol' => 'RF', |
| 3067 |
'locales' => $locales['RWF'], |
| 3068 |
), |
| 3069 |
'SA' => array( |
| 3070 |
'currency_code' => 'SAR', |
| 3071 |
'currency_pos' => 'right_space', |
| 3072 |
'thousand_sep' => '.', |
| 3073 |
'decimal_sep' => ',', |
| 3074 |
'num_decimals' => 2, |
| 3075 |
'weight_unit' => 'kg', |
| 3076 |
'dimension_unit' => 'cm', |
| 3077 |
'direction' => 'rtl', |
| 3078 |
'default_locale' => 'ar_SA', |
| 3079 |
'name' => 'Saudi riyal', |
| 3080 |
'singular' => 'Saudi riyal', |
| 3081 |
'plural' => 'Saudi riyals', |
| 3082 |
'short_symbol' => null, |
| 3083 |
'locales' => $locales['SAR'], |
| 3084 |
), |
| 3085 |
'SB' => array( |
| 3086 |
'currency_code' => 'SBD', |
| 3087 |
'currency_pos' => 'left', |
| 3088 |
'thousand_sep' => ',', |
| 3089 |
'decimal_sep' => '.', |
| 3090 |
'num_decimals' => 2, |
| 3091 |
'weight_unit' => 'kg', |
| 3092 |
'dimension_unit' => 'cm', |
| 3093 |
'direction' => 'ltr', |
| 3094 |
'default_locale' => 'en_SB', |
| 3095 |
'name' => 'Solomon Islands dollar', |
| 3096 |
'singular' => 'Solomon Islands dollar', |
| 3097 |
'plural' => 'Solomon Islands dollars', |
| 3098 |
'short_symbol' => '$', |
| 3099 |
'locales' => $locales['SBD'], |
| 3100 |
), |
| 3101 |
'SC' => array( |
| 3102 |
'currency_code' => 'SCR', |
| 3103 |
'currency_pos' => 'right_space', |
| 3104 |
'thousand_sep' => ' ', |
| 3105 |
'decimal_sep' => ',', |
| 3106 |
'num_decimals' => 2, |
| 3107 |
'weight_unit' => 'kg', |
| 3108 |
'dimension_unit' => 'cm', |
| 3109 |
'direction' => 'ltr', |
| 3110 |
'default_locale' => 'fr_SC', |
| 3111 |
'name' => 'Seychellois rupee', |
| 3112 |
'singular' => 'Seychellois rupee', |
| 3113 |
'plural' => 'Seychellois rupees', |
| 3114 |
'short_symbol' => null, |
| 3115 |
'locales' => $locales['SCR'], |
| 3116 |
), |
| 3117 |
'SD' => array( |
| 3118 |
'currency_code' => 'SDG', |
| 3119 |
'currency_pos' => 'right_space', |
| 3120 |
'thousand_sep' => '.', |
| 3121 |
'decimal_sep' => ',', |
| 3122 |
'num_decimals' => 2, |
| 3123 |
'weight_unit' => 'kg', |
| 3124 |
'dimension_unit' => 'cm', |
| 3125 |
'direction' => 'rtl', |
| 3126 |
'default_locale' => 'ar_SD', |
| 3127 |
'name' => 'Sudanese pound', |
| 3128 |
'singular' => 'Sudanese pound', |
| 3129 |
'plural' => 'Sudanese pounds', |
| 3130 |
'short_symbol' => null, |
| 3131 |
'locales' => $locales['SDG'], |
| 3132 |
), |
| 3133 |
'SE' => array( |
| 3134 |
'currency_code' => 'SEK', |
| 3135 |
'currency_pos' => 'right_space', |
| 3136 |
'thousand_sep' => ' ', |
| 3137 |
'decimal_sep' => ',', |
| 3138 |
'num_decimals' => 2, |
| 3139 |
'weight_unit' => 'kg', |
| 3140 |
'dimension_unit' => 'cm', |
| 3141 |
'direction' => 'ltr', |
| 3142 |
'default_locale' => 'sv_SE', |
| 3143 |
'name' => 'Swedish krona', |
| 3144 |
'singular' => 'Swedish krona', |
| 3145 |
'plural' => 'Swedish kronor', |
| 3146 |
'short_symbol' => 'kr', |
| 3147 |
'locales' => $locales['SEK'], |
| 3148 |
), |
| 3149 |
'SG' => array( |
| 3150 |
'currency_code' => 'SGD', |
| 3151 |
'currency_pos' => 'left', |
| 3152 |
'thousand_sep' => ',', |
| 3153 |
'decimal_sep' => '.', |
| 3154 |
'num_decimals' => 2, |
| 3155 |
'weight_unit' => 'kg', |
| 3156 |
'dimension_unit' => 'cm', |
| 3157 |
'direction' => 'ltr', |
| 3158 |
'default_locale' => 'en_SG', |
| 3159 |
'name' => 'Singapore dollar', |
| 3160 |
'singular' => 'Singapore dollar', |
| 3161 |
'plural' => 'Singapore dollars', |
| 3162 |
'short_symbol' => '$', |
| 3163 |
'locales' => $locales['SGD'], |
| 3164 |
), |
| 3165 |
'SH' => array( |
| 3166 |
'currency_code' => 'SHP', |
| 3167 |
'currency_pos' => 'left', |
| 3168 |
'thousand_sep' => ',', |
| 3169 |
'decimal_sep' => '.', |
| 3170 |
'num_decimals' => 2, |
| 3171 |
'weight_unit' => 'kg', |
| 3172 |
'dimension_unit' => 'cm', |
| 3173 |
'direction' => 'ltr', |
| 3174 |
'default_locale' => 'en_SH', |
| 3175 |
'name' => 'Saint Helena pound', |
| 3176 |
'singular' => 'St. Helena pound', |
| 3177 |
'plural' => 'St. Helena pounds', |
| 3178 |
'short_symbol' => '£', |
| 3179 |
'locales' => $locales['SHP'], |
| 3180 |
), |
| 3181 |
'SI' => array( |
| 3182 |
'currency_code' => 'EUR', |
| 3183 |
'currency_pos' => 'right_space', |
| 3184 |
'thousand_sep' => '.', |
| 3185 |
'decimal_sep' => ',', |
| 3186 |
'num_decimals' => 2, |
| 3187 |
'weight_unit' => 'kg', |
| 3188 |
'dimension_unit' => 'cm', |
| 3189 |
'direction' => 'ltr', |
| 3190 |
'default_locale' => 'sl_SI', |
| 3191 |
'name' => 'Euro', |
| 3192 |
'singular' => 'euro', |
| 3193 |
'plural' => 'euros', |
| 3194 |
'short_symbol' => '€', |
| 3195 |
'locales' => $locales['EUR'], |
| 3196 |
), |
| 3197 |
'SJ' => array( |
| 3198 |
'currency_code' => 'NOK', |
| 3199 |
'currency_pos' => 'left_space', |
| 3200 |
'thousand_sep' => ' ', |
| 3201 |
'decimal_sep' => ',', |
| 3202 |
'num_decimals' => 2, |
| 3203 |
'weight_unit' => 'kg', |
| 3204 |
'dimension_unit' => 'cm', |
| 3205 |
'direction' => 'ltr', |
| 3206 |
'default_locale' => 'nb_SJ', |
| 3207 |
'name' => 'Norwegian krone', |
| 3208 |
'singular' => 'Norwegian krone', |
| 3209 |
'plural' => 'Norwegian kroner', |
| 3210 |
'short_symbol' => 'kr', |
| 3211 |
'locales' => $locales['NOK'], |
| 3212 |
), |
| 3213 |
'SK' => array( |
| 3214 |
'currency_code' => 'EUR', |
| 3215 |
'currency_pos' => 'right_space', |
| 3216 |
'thousand_sep' => ' ', |
| 3217 |
'decimal_sep' => ',', |
| 3218 |
'num_decimals' => 2, |
| 3219 |
'weight_unit' => 'kg', |
| 3220 |
'dimension_unit' => 'cm', |
| 3221 |
'direction' => 'ltr', |
| 3222 |
'default_locale' => 'sk_SK', |
| 3223 |
'name' => 'Euro', |
| 3224 |
'singular' => 'euro', |
| 3225 |
'plural' => 'euros', |
| 3226 |
'short_symbol' => '€', |
| 3227 |
'locales' => $locales['EUR'], |
| 3228 |
), |
| 3229 |
'SL' => array( |
| 3230 |
'currency_code' => 'SLL', |
| 3231 |
'currency_pos' => 'left', |
| 3232 |
'thousand_sep' => ',', |
| 3233 |
'decimal_sep' => '.', |
| 3234 |
'num_decimals' => 0, |
| 3235 |
'weight_unit' => 'kg', |
| 3236 |
'dimension_unit' => 'cm', |
| 3237 |
'direction' => 'ltr', |
| 3238 |
'default_locale' => 'en_SL', |
| 3239 |
'name' => 'Sierra Leonean leone', |
| 3240 |
'singular' => 'Sierra Leonean leone', |
| 3241 |
'plural' => 'Sierra Leonean leones', |
| 3242 |
'short_symbol' => null, |
| 3243 |
'locales' => $locales['SLL'], |
| 3244 |
), |
| 3245 |
'SM' => array( |
| 3246 |
'currency_code' => 'EUR', |
| 3247 |
'currency_pos' => 'right_space', |
| 3248 |
'thousand_sep' => '.', |
| 3249 |
'decimal_sep' => ',', |
| 3250 |
'num_decimals' => 2, |
| 3251 |
'weight_unit' => 'kg', |
| 3252 |
'dimension_unit' => 'cm', |
| 3253 |
'direction' => 'ltr', |
| 3254 |
'default_locale' => 'it_SM', |
| 3255 |
'name' => 'Euro', |
| 3256 |
'singular' => 'euro', |
| 3257 |
'plural' => 'euros', |
| 3258 |
'short_symbol' => '€', |
| 3259 |
'locales' => $locales['EUR'], |
| 3260 |
), |
| 3261 |
'SN' => array( |
| 3262 |
'currency_code' => 'XOF', |
| 3263 |
'currency_pos' => 'left_space', |
| 3264 |
'thousand_sep' => '.', |
| 3265 |
'decimal_sep' => ',', |
| 3266 |
'num_decimals' => 0, |
| 3267 |
'weight_unit' => 'kg', |
| 3268 |
'dimension_unit' => 'cm', |
| 3269 |
'direction' => 'ltr', |
| 3270 |
'default_locale' => 'wo_SN', |
| 3271 |
'name' => 'West African CFA franc', |
| 3272 |
'singular' => 'West African CFA franc', |
| 3273 |
'plural' => 'West African CFA francs', |
| 3274 |
'short_symbol' => null, |
| 3275 |
'locales' => $locales['XOF'], |
| 3276 |
), |
| 3277 |
'SO' => array( |
| 3278 |
'currency_code' => 'SOS', |
| 3279 |
'currency_pos' => 'left', |
| 3280 |
'thousand_sep' => ',', |
| 3281 |
'decimal_sep' => '.', |
| 3282 |
'num_decimals' => 0, |
| 3283 |
'weight_unit' => 'kg', |
| 3284 |
'dimension_unit' => 'cm', |
| 3285 |
'direction' => 'ltr', |
| 3286 |
'default_locale' => 'so_SO', |
| 3287 |
'name' => 'Somali shilling', |
| 3288 |
'singular' => 'Somali shilling', |
| 3289 |
'plural' => 'Somali shillings', |
| 3290 |
'short_symbol' => null, |
| 3291 |
'locales' => $locales['SOS'], |
| 3292 |
), |
| 3293 |
'SR' => array( |
| 3294 |
'currency_code' => 'SRD', |
| 3295 |
'currency_pos' => 'left_space', |
| 3296 |
'thousand_sep' => '.', |
| 3297 |
'decimal_sep' => ',', |
| 3298 |
'num_decimals' => 2, |
| 3299 |
'weight_unit' => 'kg', |
| 3300 |
'dimension_unit' => 'cm', |
| 3301 |
'direction' => 'ltr', |
| 3302 |
'default_locale' => 'nl_SR', |
| 3303 |
'name' => 'Surinamese dollar', |
| 3304 |
'singular' => 'Surinamese dollar', |
| 3305 |
'plural' => 'Surinamese dollars', |
| 3306 |
'short_symbol' => '$', |
| 3307 |
'locales' => $locales['SRD'], |
| 3308 |
), |
| 3309 |
'SS' => array( |
| 3310 |
'currency_code' => 'SSP', |
| 3311 |
'currency_pos' => 'left', |
| 3312 |
'thousand_sep' => ',', |
| 3313 |
'decimal_sep' => '.', |
| 3314 |
'num_decimals' => 2, |
| 3315 |
'weight_unit' => 'kg', |
| 3316 |
'dimension_unit' => 'cm', |
| 3317 |
'direction' => 'ltr', |
| 3318 |
'default_locale' => 'en_SS', |
| 3319 |
'name' => 'South Sudanese pound', |
| 3320 |
'singular' => 'South Sudanese pound', |
| 3321 |
'plural' => 'South Sudanese pounds', |
| 3322 |
'short_symbol' => '£', |
| 3323 |
'locales' => $locales['SSP'], |
| 3324 |
), |
| 3325 |
'ST' => array( |
| 3326 |
'currency_code' => 'STN', |
| 3327 |
'currency_pos' => 'right_space', |
| 3328 |
'thousand_sep' => ' ', |
| 3329 |
'decimal_sep' => ',', |
| 3330 |
'num_decimals' => 2, |
| 3331 |
'weight_unit' => 'kg', |
| 3332 |
'dimension_unit' => 'cm', |
| 3333 |
'direction' => 'ltr', |
| 3334 |
'default_locale' => 'pt_ST', |
| 3335 |
'name' => 'São Tomé and Príncipe dobra', |
| 3336 |
'singular' => 'São Tomé & Príncipe dobra', |
| 3337 |
'plural' => 'São Tomé & Príncipe dobras', |
| 3338 |
'short_symbol' => 'Db', |
| 3339 |
'locales' => $locales['STN'], |
| 3340 |
), |
| 3341 |
'SV' => array( |
| 3342 |
'currency_code' => 'USD', |
| 3343 |
'currency_pos' => 'left', |
| 3344 |
'thousand_sep' => ',', |
| 3345 |
'decimal_sep' => '.', |
| 3346 |
'num_decimals' => 2, |
| 3347 |
'weight_unit' => 'kg', |
| 3348 |
'dimension_unit' => 'cm', |
| 3349 |
'direction' => 'ltr', |
| 3350 |
'default_locale' => 'es_SV', |
| 3351 |
'name' => 'United States (US) dollar', |
| 3352 |
'singular' => 'US dollar', |
| 3353 |
'plural' => 'US dollars', |
| 3354 |
'short_symbol' => '$', |
| 3355 |
'locales' => $locales['USD'], |
| 3356 |
), |
| 3357 |
'SX' => array( |
| 3358 |
'currency_code' => 'ANG', |
| 3359 |
'currency_pos' => 'left', |
| 3360 |
'thousand_sep' => ',', |
| 3361 |
'decimal_sep' => '.', |
| 3362 |
'num_decimals' => 2, |
| 3363 |
'weight_unit' => 'kg', |
| 3364 |
'dimension_unit' => 'cm', |
| 3365 |
'direction' => 'ltr', |
| 3366 |
'default_locale' => 'en_SX', |
| 3367 |
'name' => 'Netherlands Antillean guilder', |
| 3368 |
'singular' => 'Netherlands Antillean guilder', |
| 3369 |
'plural' => 'Netherlands Antillean guilders', |
| 3370 |
'short_symbol' => null, |
| 3371 |
'locales' => $locales['ANG'], |
| 3372 |
), |
| 3373 |
'SY' => array( |
| 3374 |
'currency_code' => 'SYP', |
| 3375 |
'currency_pos' => 'right_space', |
| 3376 |
'thousand_sep' => '.', |
| 3377 |
'decimal_sep' => ',', |
| 3378 |
'num_decimals' => 0, |
| 3379 |
'weight_unit' => 'kg', |
| 3380 |
'dimension_unit' => 'cm', |
| 3381 |
'direction' => 'rtl', |
| 3382 |
'default_locale' => 'ar_SY', |
| 3383 |
'name' => 'Syrian pound', |
| 3384 |
'singular' => 'Syrian pound', |
| 3385 |
'plural' => 'Syrian pounds', |
| 3386 |
'short_symbol' => '£', |
| 3387 |
'locales' => $locales['SYP'], |
| 3388 |
), |
| 3389 |
'SZ' => array( |
| 3390 |
'currency_code' => 'SZL', |
| 3391 |
'currency_pos' => 'left', |
| 3392 |
'thousand_sep' => ',', |
| 3393 |
'decimal_sep' => '.', |
| 3394 |
'num_decimals' => 2, |
| 3395 |
'weight_unit' => 'kg', |
| 3396 |
'dimension_unit' => 'cm', |
| 3397 |
'direction' => 'ltr', |
| 3398 |
'default_locale' => 'en_SZ', |
| 3399 |
'name' => 'Swazi lilangeni', |
| 3400 |
'singular' => 'Swazi lilangeni', |
| 3401 |
'plural' => 'Swazi emalangeni', |
| 3402 |
'short_symbol' => null, |
| 3403 |
'locales' => $locales['SZL'], |
| 3404 |
), |
| 3405 |
'TC' => array( |
| 3406 |
'currency_code' => 'USD', |
| 3407 |
'currency_pos' => 'left', |
| 3408 |
'thousand_sep' => ',', |
| 3409 |
'decimal_sep' => '.', |
| 3410 |
'num_decimals' => 2, |
| 3411 |
'weight_unit' => 'kg', |
| 3412 |
'dimension_unit' => 'cm', |
| 3413 |
'direction' => 'ltr', |
| 3414 |
'default_locale' => 'en_TC', |
| 3415 |
'name' => 'United States (US) dollar', |
| 3416 |
'singular' => 'US dollar', |
| 3417 |
'plural' => 'US dollars', |
| 3418 |
'short_symbol' => '$', |
| 3419 |
'locales' => $locales['USD'], |
| 3420 |
), |
| 3421 |
'TD' => array( |
| 3422 |
'currency_code' => 'XAF', |
| 3423 |
'currency_pos' => 'right_space', |
| 3424 |
'thousand_sep' => ' ', |
| 3425 |
'decimal_sep' => ',', |
| 3426 |
'num_decimals' => 0, |
| 3427 |
'weight_unit' => 'kg', |
| 3428 |
'dimension_unit' => 'cm', |
| 3429 |
'direction' => 'ltr', |
| 3430 |
'default_locale' => 'fr_TD', |
| 3431 |
'name' => 'Central African CFA franc', |
| 3432 |
'singular' => 'Central African CFA franc', |
| 3433 |
'plural' => 'Central African CFA francs', |
| 3434 |
'short_symbol' => null, |
| 3435 |
'locales' => $locales['XAF'], |
| 3436 |
), |
| 3437 |
'TG' => array( |
| 3438 |
'currency_code' => 'XOF', |
| 3439 |
'currency_pos' => 'right_space', |
| 3440 |
'thousand_sep' => ' ', |
| 3441 |
'decimal_sep' => ',', |
| 3442 |
'num_decimals' => 0, |
| 3443 |
'weight_unit' => 'kg', |
| 3444 |
'dimension_unit' => 'cm', |
| 3445 |
'direction' => 'ltr', |
| 3446 |
'default_locale' => 'fr_TG', |
| 3447 |
'name' => 'West African CFA franc', |
| 3448 |
'singular' => 'West African CFA franc', |
| 3449 |
'plural' => 'West African CFA francs', |
| 3450 |
'short_symbol' => null, |
| 3451 |
'locales' => $locales['XOF'], |
| 3452 |
), |
| 3453 |
'TH' => array( |
| 3454 |
'currency_code' => 'THB', |
| 3455 |
'currency_pos' => 'left', |
| 3456 |
'thousand_sep' => ',', |
| 3457 |
'decimal_sep' => '.', |
| 3458 |
'num_decimals' => 2, |
| 3459 |
'weight_unit' => 'kg', |
| 3460 |
'dimension_unit' => 'cm', |
| 3461 |
'direction' => 'ltr', |
| 3462 |
'default_locale' => 'th_TH', |
| 3463 |
'name' => 'Thai baht', |
| 3464 |
'singular' => 'Thai baht', |
| 3465 |
'plural' => 'Thai baht', |
| 3466 |
'short_symbol' => '฿', |
| 3467 |
'locales' => $locales['THB'], |
| 3468 |
), |
| 3469 |
'TJ' => array( |
| 3470 |
'currency_code' => 'TJS', |
| 3471 |
'currency_pos' => 'right_space', |
| 3472 |
'thousand_sep' => ' ', |
| 3473 |
'decimal_sep' => ',', |
| 3474 |
'num_decimals' => 2, |
| 3475 |
'weight_unit' => 'kg', |
| 3476 |
'dimension_unit' => 'cm', |
| 3477 |
'direction' => 'ltr', |
| 3478 |
'default_locale' => 'tg_TJ', |
| 3479 |
'name' => 'Tajikistani somoni', |
| 3480 |
'singular' => 'Tajikistani somoni', |
| 3481 |
'plural' => 'Tajikistani somonis', |
| 3482 |
'short_symbol' => null, |
| 3483 |
'locales' => $locales['TJS'], |
| 3484 |
), |
| 3485 |
'TK' => array( |
| 3486 |
'currency_code' => 'NZD', |
| 3487 |
'currency_pos' => 'left', |
| 3488 |
'thousand_sep' => ',', |
| 3489 |
'decimal_sep' => '.', |
| 3490 |
'num_decimals' => 2, |
| 3491 |
'weight_unit' => 'kg', |
| 3492 |
'dimension_unit' => 'cm', |
| 3493 |
'direction' => 'ltr', |
| 3494 |
'default_locale' => 'en_TK', |
| 3495 |
'name' => 'New Zealand dollar', |
| 3496 |
'singular' => 'New Zealand dollar', |
| 3497 |
'plural' => 'New Zealand dollars', |
| 3498 |
'short_symbol' => '$', |
| 3499 |
'locales' => $locales['NZD'], |
| 3500 |
), |
| 3501 |
'TL' => array( |
| 3502 |
'currency_code' => 'USD', |
| 3503 |
'currency_pos' => 'right_space', |
| 3504 |
'thousand_sep' => ' ', |
| 3505 |
'decimal_sep' => ',', |
| 3506 |
'num_decimals' => 2, |
| 3507 |
'weight_unit' => 'kg', |
| 3508 |
'dimension_unit' => 'cm', |
| 3509 |
'direction' => 'ltr', |
| 3510 |
'default_locale' => 'pt_TL', |
| 3511 |
'name' => 'United States (US) dollar', |
| 3512 |
'singular' => 'US dollar', |
| 3513 |
'plural' => 'US dollars', |
| 3514 |
'short_symbol' => '$', |
| 3515 |
'locales' => $locales['USD'], |
| 3516 |
), |
| 3517 |
'TM' => array( |
| 3518 |
'currency_code' => 'TMT', |
| 3519 |
'currency_pos' => 'right_space', |
| 3520 |
'thousand_sep' => ' ', |
| 3521 |
'decimal_sep' => ',', |
| 3522 |
'num_decimals' => 2, |
| 3523 |
'weight_unit' => 'kg', |
| 3524 |
'dimension_unit' => 'cm', |
| 3525 |
'direction' => 'ltr', |
| 3526 |
'default_locale' => 'tk_TM', |
| 3527 |
'name' => 'Turkmenistan manat', |
| 3528 |
'singular' => 'Turkmenistani manat', |
| 3529 |
'plural' => 'Turkmenistani manat', |
| 3530 |
'short_symbol' => null, |
| 3531 |
'locales' => $locales['TMT'], |
| 3532 |
), |
| 3533 |
'TN' => array( |
| 3534 |
'currency_code' => 'TND', |
| 3535 |
'currency_pos' => 'left_space', |
| 3536 |
'thousand_sep' => '.', |
| 3537 |
'decimal_sep' => ',', |
| 3538 |
'num_decimals' => 3, |
| 3539 |
'weight_unit' => 'kg', |
| 3540 |
'dimension_unit' => 'cm', |
| 3541 |
'direction' => 'rtl', |
| 3542 |
'default_locale' => 'ar_TN', |
| 3543 |
'name' => 'Tunisian dinar', |
| 3544 |
'singular' => 'Tunisian dinar', |
| 3545 |
'plural' => 'Tunisian dinars', |
| 3546 |
'short_symbol' => null, |
| 3547 |
'locales' => $locales['TND'], |
| 3548 |
), |
| 3549 |
'TO' => array( |
| 3550 |
'currency_code' => 'TOP', |
| 3551 |
'currency_pos' => 'left_space', |
| 3552 |
'thousand_sep' => ',', |
| 3553 |
'decimal_sep' => '.', |
| 3554 |
'num_decimals' => 2, |
| 3555 |
'weight_unit' => 'kg', |
| 3556 |
'dimension_unit' => 'cm', |
| 3557 |
'direction' => 'ltr', |
| 3558 |
'default_locale' => 'to_TO', |
| 3559 |
'name' => 'Tongan paʻanga', |
| 3560 |
'singular' => 'Tongan paʻanga', |
| 3561 |
'plural' => 'Tongan paʻanga', |
| 3562 |
'short_symbol' => 'T$', |
| 3563 |
'locales' => $locales['TOP'], |
| 3564 |
), |
| 3565 |
'TR' => array( |
| 3566 |
'currency_code' => 'TRY', |
| 3567 |
'currency_pos' => 'left', |
| 3568 |
'thousand_sep' => '.', |
| 3569 |
'decimal_sep' => ',', |
| 3570 |
'num_decimals' => 2, |
| 3571 |
'weight_unit' => 'kg', |
| 3572 |
'dimension_unit' => 'cm', |
| 3573 |
'direction' => 'ltr', |
| 3574 |
'default_locale' => 'tr_TR', |
| 3575 |
'name' => 'Turkish lira', |
| 3576 |
'singular' => 'Turkish lira', |
| 3577 |
'plural' => 'Turkish Lira', |
| 3578 |
'short_symbol' => '₺', |
| 3579 |
'locales' => $locales['TRY'], |
| 3580 |
), |
| 3581 |
'TT' => array( |
| 3582 |
'currency_code' => 'TTD', |
| 3583 |
'currency_pos' => 'left', |
| 3584 |
'thousand_sep' => ',', |
| 3585 |
'decimal_sep' => '.', |
| 3586 |
'num_decimals' => 2, |
| 3587 |
'weight_unit' => 'kg', |
| 3588 |
'dimension_unit' => 'cm', |
| 3589 |
'direction' => 'ltr', |
| 3590 |
'default_locale' => 'en_TT', |
| 3591 |
'name' => 'Trinidad and Tobago dollar', |
| 3592 |
'singular' => 'Trinidad & Tobago dollar', |
| 3593 |
'plural' => 'Trinidad & Tobago dollars', |
| 3594 |
'short_symbol' => '$', |
| 3595 |
'locales' => $locales['TTD'], |
| 3596 |
), |
| 3597 |
'TV' => array( |
| 3598 |
'currency_code' => 'AUD', |
| 3599 |
'currency_pos' => 'left', |
| 3600 |
'thousand_sep' => ',', |
| 3601 |
'decimal_sep' => '.', |
| 3602 |
'num_decimals' => 2, |
| 3603 |
'weight_unit' => 'kg', |
| 3604 |
'dimension_unit' => 'cm', |
| 3605 |
'direction' => 'ltr', |
| 3606 |
'default_locale' => 'en_TV', |
| 3607 |
'name' => 'Australian dollar', |
| 3608 |
'singular' => 'Australian dollar', |
| 3609 |
'plural' => 'Australian dollars', |
| 3610 |
'short_symbol' => '$', |
| 3611 |
'locales' => $locales['AUD'], |
| 3612 |
), |
| 3613 |
'TW' => array( |
| 3614 |
'currency_code' => 'TWD', |
| 3615 |
'currency_pos' => 'left', |
| 3616 |
'thousand_sep' => ',', |
| 3617 |
'decimal_sep' => '.', |
| 3618 |
'num_decimals' => 0, |
| 3619 |
'weight_unit' => 'kg', |
| 3620 |
'dimension_unit' => 'cm', |
| 3621 |
'direction' => 'ltr', |
| 3622 |
'default_locale' => 'zh_Hant', |
| 3623 |
'name' => 'New Taiwan dollar', |
| 3624 |
'singular' => 'New Taiwan dollar', |
| 3625 |
'plural' => 'New Taiwan dollars', |
| 3626 |
'short_symbol' => '$', |
| 3627 |
'locales' => $locales['TWD'], |
| 3628 |
), |
| 3629 |
'TZ' => array( |
| 3630 |
'currency_code' => 'TZS', |
| 3631 |
'currency_pos' => 'left_space', |
| 3632 |
'thousand_sep' => ',', |
| 3633 |
'decimal_sep' => '.', |
| 3634 |
'num_decimals' => 0, |
| 3635 |
'weight_unit' => 'kg', |
| 3636 |
'dimension_unit' => 'cm', |
| 3637 |
'direction' => 'ltr', |
| 3638 |
'default_locale' => 'sw_TZ', |
| 3639 |
'name' => 'Tanzanian shilling', |
| 3640 |
'singular' => 'Tanzanian shilling', |
| 3641 |
'plural' => 'Tanzanian shillings', |
| 3642 |
'short_symbol' => null, |
| 3643 |
'locales' => $locales['TZS'], |
| 3644 |
), |
| 3645 |
'UA' => array( |
| 3646 |
'currency_code' => 'UAH', |
| 3647 |
'currency_pos' => 'right_space', |
| 3648 |
'thousand_sep' => ' ', |
| 3649 |
'decimal_sep' => ',', |
| 3650 |
'num_decimals' => 2, |
| 3651 |
'weight_unit' => 'kg', |
| 3652 |
'dimension_unit' => 'cm', |
| 3653 |
'direction' => 'ltr', |
| 3654 |
'default_locale' => 'uk_UA', |
| 3655 |
'name' => 'Ukrainian hryvnia', |
| 3656 |
'singular' => 'Ukrainian hryvnia', |
| 3657 |
'plural' => 'Ukrainian hryvnias', |
| 3658 |
'short_symbol' => '₴', |
| 3659 |
'locales' => $locales['UAH'], |
| 3660 |
), |
| 3661 |
'UG' => array( |
| 3662 |
'currency_code' => 'UGX', |
| 3663 |
'currency_pos' => 'left_space', |
| 3664 |
'thousand_sep' => ',', |
| 3665 |
'decimal_sep' => '.', |
| 3666 |
'num_decimals' => 0, |
| 3667 |
'weight_unit' => 'kg', |
| 3668 |
'dimension_unit' => 'cm', |
| 3669 |
'direction' => 'ltr', |
| 3670 |
'default_locale' => 'sw_UG', |
| 3671 |
'name' => 'Ugandan shilling', |
| 3672 |
'singular' => 'Ugandan shilling', |
| 3673 |
'plural' => 'Ugandan shillings', |
| 3674 |
'short_symbol' => null, |
| 3675 |
'locales' => $locales['UGX'], |
| 3676 |
), |
| 3677 |
'UM' => array( |
| 3678 |
'currency_code' => 'USD', |
| 3679 |
'currency_pos' => 'left', |
| 3680 |
'thousand_sep' => ',', |
| 3681 |
'decimal_sep' => '.', |
| 3682 |
'num_decimals' => 2, |
| 3683 |
'weight_unit' => 'kg', |
| 3684 |
'dimension_unit' => 'cm', |
| 3685 |
'direction' => 'ltr', |
| 3686 |
'default_locale' => 'en_UM', |
| 3687 |
'name' => 'United States (US) dollar', |
| 3688 |
'singular' => 'US dollar', |
| 3689 |
'plural' => 'US dollars', |
| 3690 |
'short_symbol' => '$', |
| 3691 |
'locales' => $locales['USD'], |
| 3692 |
), |
| 3693 |
'US' => array( |
| 3694 |
'currency_code' => 'USD', |
| 3695 |
'currency_pos' => 'left', |
| 3696 |
'thousand_sep' => ',', |
| 3697 |
'decimal_sep' => '.', |
| 3698 |
'num_decimals' => 2, |
| 3699 |
'weight_unit' => 'lbs', |
| 3700 |
'dimension_unit' => 'in', |
| 3701 |
'direction' => 'ltr', |
| 3702 |
'default_locale' => 'en_US', |
| 3703 |
'name' => 'United States (US) dollar', |
| 3704 |
'singular' => 'US dollar', |
| 3705 |
'plural' => 'US dollars', |
| 3706 |
'short_symbol' => '$', |
| 3707 |
'locales' => $locales['USD'], |
| 3708 |
), |
| 3709 |
'UY' => array( |
| 3710 |
'currency_code' => 'UYU', |
| 3711 |
'currency_pos' => 'left_space', |
| 3712 |
'thousand_sep' => '.', |
| 3713 |
'decimal_sep' => ',', |
| 3714 |
'num_decimals' => 2, |
| 3715 |
'weight_unit' => 'kg', |
| 3716 |
'dimension_unit' => 'cm', |
| 3717 |
'direction' => 'ltr', |
| 3718 |
'default_locale' => 'es_UY', |
| 3719 |
'name' => 'Uruguayan peso', |
| 3720 |
'singular' => 'Uruguayan peso', |
| 3721 |
'plural' => 'Uruguayan pesos', |
| 3722 |
'short_symbol' => '$', |
| 3723 |
'locales' => $locales['UYU'], |
| 3724 |
), |
| 3725 |
'UZ' => array( |
| 3726 |
'currency_code' => 'UZS', |
| 3727 |
'currency_pos' => 'right_space', |
| 3728 |
'thousand_sep' => ' ', |
| 3729 |
'decimal_sep' => ',', |
| 3730 |
'num_decimals' => 0, |
| 3731 |
'weight_unit' => 'kg', |
| 3732 |
'dimension_unit' => 'cm', |
| 3733 |
'direction' => 'ltr', |
| 3734 |
'default_locale' => 'uz_AF', |
| 3735 |
'name' => 'Uzbekistani som', |
| 3736 |
'singular' => 'Uzbekistani som', |
| 3737 |
'plural' => 'Uzbekistani som', |
| 3738 |
'short_symbol' => null, |
| 3739 |
'locales' => $locales['UZS'], |
| 3740 |
), |
| 3741 |
'VA' => array( |
| 3742 |
'currency_code' => 'EUR', |
| 3743 |
'currency_pos' => 'right_space', |
| 3744 |
'thousand_sep' => '.', |
| 3745 |
'decimal_sep' => ',', |
| 3746 |
'num_decimals' => 2, |
| 3747 |
'weight_unit' => 'kg', |
| 3748 |
'dimension_unit' => 'cm', |
| 3749 |
'direction' => 'ltr', |
| 3750 |
'default_locale' => 'it_VA', |
| 3751 |
'name' => 'Euro', |
| 3752 |
'singular' => 'euro', |
| 3753 |
'plural' => 'euros', |
| 3754 |
'short_symbol' => '€', |
| 3755 |
'locales' => $locales['EUR'], |
| 3756 |
), |
| 3757 |
'VC' => array( |
| 3758 |
'currency_code' => 'XCD', |
| 3759 |
'currency_pos' => 'left', |
| 3760 |
'thousand_sep' => ',', |
| 3761 |
'decimal_sep' => '.', |
| 3762 |
'num_decimals' => 2, |
| 3763 |
'weight_unit' => 'kg', |
| 3764 |
'dimension_unit' => 'cm', |
| 3765 |
'direction' => 'ltr', |
| 3766 |
'default_locale' => 'en_VC', |
| 3767 |
'name' => 'East Caribbean dollar', |
| 3768 |
'singular' => 'East Caribbean dollar', |
| 3769 |
'plural' => 'East Caribbean dollars', |
| 3770 |
'short_symbol' => '$', |
| 3771 |
'locales' => $locales['XCD'], |
| 3772 |
), |
| 3773 |
'VE' => array( |
| 3774 |
'currency_code' => 'VES', |
| 3775 |
'currency_pos' => 'left', |
| 3776 |
'thousand_sep' => '.', |
| 3777 |
'decimal_sep' => ',', |
| 3778 |
'num_decimals' => 2, |
| 3779 |
'weight_unit' => 'kg', |
| 3780 |
'dimension_unit' => 'cm', |
| 3781 |
'direction' => 'ltr', |
| 3782 |
'default_locale' => 'es_VE', |
| 3783 |
'name' => 'Bolívar', |
| 3784 |
'singular' => 'Venezuelan bolívar', |
| 3785 |
'plural' => 'Venezuelan bolívars', |
| 3786 |
'short_symbol' => null, |
| 3787 |
'locales' => $locales['VES'], |
| 3788 |
), |
| 3789 |
'VG' => array( |
| 3790 |
'currency_code' => 'USD', |
| 3791 |
'currency_pos' => 'left', |
| 3792 |
'thousand_sep' => ',', |
| 3793 |
'decimal_sep' => '.', |
| 3794 |
'num_decimals' => 2, |
| 3795 |
'weight_unit' => 'kg', |
| 3796 |
'dimension_unit' => 'cm', |
| 3797 |
'direction' => 'ltr', |
| 3798 |
'default_locale' => 'en_VG', |
| 3799 |
'name' => 'United States (US) dollar', |
| 3800 |
'singular' => 'US dollar', |
| 3801 |
'plural' => 'US dollars', |
| 3802 |
'short_symbol' => '$', |
| 3803 |
'locales' => $locales['USD'], |
| 3804 |
), |
| 3805 |
'VI' => array( |
| 3806 |
'currency_code' => 'USD', |
| 3807 |
'currency_pos' => 'left', |
| 3808 |
'thousand_sep' => ',', |
| 3809 |
'decimal_sep' => '.', |
| 3810 |
'num_decimals' => 2, |
| 3811 |
'weight_unit' => 'lbs', |
| 3812 |
'dimension_unit' => 'in', |
| 3813 |
'direction' => 'ltr', |
| 3814 |
'default_locale' => 'en_VI', |
| 3815 |
'name' => 'United States (US) dollar', |
| 3816 |
'singular' => 'US dollar', |
| 3817 |
'plural' => 'US dollars', |
| 3818 |
'short_symbol' => '$', |
| 3819 |
'locales' => $locales['USD'], |
| 3820 |
), |
| 3821 |
'VN' => array( |
| 3822 |
'currency_code' => 'VND', |
| 3823 |
'currency_pos' => 'right_space', |
| 3824 |
'thousand_sep' => '.', |
| 3825 |
'decimal_sep' => ',', |
| 3826 |
'num_decimals' => 0, |
| 3827 |
'weight_unit' => 'kg', |
| 3828 |
'dimension_unit' => 'cm', |
| 3829 |
'direction' => 'ltr', |
| 3830 |
'default_locale' => 'vi_VN', |
| 3831 |
'name' => 'Vietnamese đồng', |
| 3832 |
'singular' => 'Vietnamese dong', |
| 3833 |
'plural' => 'Vietnamese dong', |
| 3834 |
'short_symbol' => '₫', |
| 3835 |
'locales' => $locales['VND'], |
| 3836 |
), |
| 3837 |
'VU' => array( |
| 3838 |
'currency_code' => 'VUV', |
| 3839 |
'currency_pos' => 'left', |
| 3840 |
'thousand_sep' => ',', |
| 3841 |
'decimal_sep' => '.', |
| 3842 |
'num_decimals' => 0, |
| 3843 |
'weight_unit' => 'kg', |
| 3844 |
'dimension_unit' => 'cm', |
| 3845 |
'direction' => 'ltr', |
| 3846 |
'default_locale' => 'en_VU', |
| 3847 |
'name' => 'Vanuatu vatu', |
| 3848 |
'singular' => 'Vanuatu vatu', |
| 3849 |
'plural' => 'Vanuatu vatus', |
| 3850 |
'short_symbol' => null, |
| 3851 |
'locales' => $locales['VUV'], |
| 3852 |
), |
| 3853 |
'WF' => array( |
| 3854 |
'currency_code' => 'XPF', |
| 3855 |
'currency_pos' => 'right_space', |
| 3856 |
'thousand_sep' => ' ', |
| 3857 |
'decimal_sep' => '.', |
| 3858 |
'num_decimals' => 0, |
| 3859 |
'weight_unit' => 'kg', |
| 3860 |
'dimension_unit' => 'cm', |
| 3861 |
'direction' => 'ltr', |
| 3862 |
'default_locale' => 'fr_WF', |
| 3863 |
'name' => 'CFP franc', |
| 3864 |
'singular' => 'CFP franc', |
| 3865 |
'plural' => 'CFP francs', |
| 3866 |
'short_symbol' => null, |
| 3867 |
'locales' => $locales['XPF'], |
| 3868 |
), |
| 3869 |
'WS' => array( |
| 3870 |
'currency_code' => 'WST', |
| 3871 |
'currency_pos' => 'left', |
| 3872 |
'thousand_sep' => ',', |
| 3873 |
'decimal_sep' => '.', |
| 3874 |
'num_decimals' => 2, |
| 3875 |
'weight_unit' => 'kg', |
| 3876 |
'dimension_unit' => 'cm', |
| 3877 |
'direction' => 'ltr', |
| 3878 |
'default_locale' => 'en_WS', |
| 3879 |
'name' => 'Samoan tālā', |
| 3880 |
'singular' => 'Samoan tala', |
| 3881 |
'plural' => 'Samoan tala', |
| 3882 |
'short_symbol' => null, |
| 3883 |
'locales' => $locales['WST'], |
| 3884 |
), |
| 3885 |
'XK' => array( |
| 3886 |
'currency_code' => 'EUR', |
| 3887 |
'currency_pos' => 'right_space', |
| 3888 |
'thousand_sep' => ' ', |
| 3889 |
'decimal_sep' => ',', |
| 3890 |
'num_decimals' => 2, |
| 3891 |
'weight_unit' => 'kg', |
| 3892 |
'dimension_unit' => 'cm', |
| 3893 |
'direction' => 'ltr', |
| 3894 |
'default_locale' => 'sq_XK', |
| 3895 |
'name' => 'Euro', |
| 3896 |
'singular' => 'euro', |
| 3897 |
'plural' => 'euros', |
| 3898 |
'short_symbol' => '€', |
| 3899 |
'locales' => $locales['EUR'], |
| 3900 |
), |
| 3901 |
'YE' => array( |
| 3902 |
'currency_code' => 'YER', |
| 3903 |
'currency_pos' => 'right_space', |
| 3904 |
'thousand_sep' => '.', |
| 3905 |
'decimal_sep' => ',', |
| 3906 |
'num_decimals' => 0, |
| 3907 |
'weight_unit' => 'kg', |
| 3908 |
'dimension_unit' => 'cm', |
| 3909 |
'direction' => 'rtl', |
| 3910 |
'default_locale' => 'ar_YE', |
| 3911 |
'name' => 'Yemeni rial', |
| 3912 |
'singular' => 'Yemeni rial', |
| 3913 |
'plural' => 'Yemeni rials', |
| 3914 |
'short_symbol' => null, |
| 3915 |
'locales' => $locales['YER'], |
| 3916 |
), |
| 3917 |
'YT' => array( |
| 3918 |
'currency_code' => 'EUR', |
| 3919 |
'currency_pos' => 'right_space', |
| 3920 |
'thousand_sep' => ' ', |
| 3921 |
'decimal_sep' => ',', |
| 3922 |
'num_decimals' => 2, |
| 3923 |
'weight_unit' => 'kg', |
| 3924 |
'dimension_unit' => 'cm', |
| 3925 |
'direction' => 'ltr', |
| 3926 |
'default_locale' => 'fr_YT', |
| 3927 |
'name' => 'Euro', |
| 3928 |
'singular' => 'euro', |
| 3929 |
'plural' => 'euros', |
| 3930 |
'short_symbol' => '€', |
| 3931 |
'locales' => $locales['EUR'], |
| 3932 |
), |
| 3933 |
'ZA' => array( |
| 3934 |
'currency_code' => 'ZAR', |
| 3935 |
'currency_pos' => 'left', |
| 3936 |
'thousand_sep' => ' ', |
| 3937 |
'decimal_sep' => ',', |
| 3938 |
'num_decimals' => 2, |
| 3939 |
'weight_unit' => 'kg', |
| 3940 |
'dimension_unit' => 'cm', |
| 3941 |
'direction' => 'ltr', |
| 3942 |
'default_locale' => 'en_ZA', |
| 3943 |
'name' => 'South African rand', |
| 3944 |
'singular' => 'South African rand', |
| 3945 |
'plural' => 'South African rand', |
| 3946 |
'short_symbol' => 'R', |
| 3947 |
'locales' => $locales['ZAR'], |
| 3948 |
), |
| 3949 |
'ZM' => array( |
| 3950 |
'currency_code' => 'ZMW', |
| 3951 |
'currency_pos' => 'left', |
| 3952 |
'thousand_sep' => ',', |
| 3953 |
'decimal_sep' => '.', |
| 3954 |
'num_decimals' => 2, |
| 3955 |
'weight_unit' => 'kg', |
| 3956 |
'dimension_unit' => 'cm', |
| 3957 |
'direction' => 'ltr', |
| 3958 |
'default_locale' => 'en_ZM', |
| 3959 |
'name' => 'Zambian kwacha', |
| 3960 |
'singular' => 'Zambian kwacha', |
| 3961 |
'plural' => 'Zambian kwachas', |
| 3962 |
'short_symbol' => 'ZK', |
| 3963 |
'locales' => $locales['ZMW'], |
| 3964 |
), |
| 3965 |
'ZW' => array( |
| 3966 |
'currency_code' => 'USD', |
| 3967 |
'currency_pos' => 'left', |
| 3968 |
'thousand_sep' => ',', |
| 3969 |
'decimal_sep' => '.', |
| 3970 |
'num_decimals' => 2, |
| 3971 |
'weight_unit' => 'kg', |
| 3972 |
'dimension_unit' => 'cm', |
| 3973 |
'direction' => 'ltr', |
| 3974 |
'default_locale' => 'sn_ZW', |
| 3975 |
'name' => 'United States (US) dollar', |
| 3976 |
'singular' => 'US dollar', |
| 3977 |
'plural' => 'US dollars', |
| 3978 |
'short_symbol' => '$', |
| 3979 |
'locales' => $locales['USD'], |
| 3980 |
), |
| 3981 |
); |
| 3982 |
|