Projet

Général

Profil

Paste
Télécharger (35,1 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / commerce / includes / commerce.currency.inc @ 9d13637e

1
<?php
2

    
3
/**
4
 * @file
5
 * Defines the default currency list of active currencies from ISO 4217.
6
 */
7

    
8

    
9
/**
10
 * Implements hook_commerce_currency_info().
11
 */
12
function commerce_commerce_currency_info() {
13
  return array(
14
    'AED' => array(
15
      'code' => 'AED',
16
      'symbol' => 'د.إ',
17
      'name' => t('United Arab Emirates Dirham'),
18
      'numeric_code' => '784',
19
      'code_placement' => 'before',
20
      'minor_unit' => t('Fils'),
21
      'major_unit' => t('Dirham'),
22
    ),
23
    'AFN' => array(
24
      'code' => 'AFN',
25
      'symbol' => 'Af',
26
      'name' => t('Afghan Afghani'),
27
      'decimals' => 0,
28
      'numeric_code' => '971',
29
      'minor_unit' => t('Pul'),
30
      'major_unit' => t('Afghani'),
31
    ),
32
    'ANG' => array(
33
      'code' => 'ANG',
34
      'symbol' => 'NAf.',
35
      'name' => t('Netherlands Antillean Guilder'),
36
      'numeric_code' => '532',
37
      'minor_unit' => t('Cent'),
38
      'major_unit' => t('Guilder'),
39
    ),
40
    'AOA' => array(
41
      'code' => 'AOA',
42
      'symbol' => 'Kz',
43
      'name' => t('Angolan Kwanza'),
44
      'numeric_code' => '973',
45
      'minor_unit' => t('Cêntimo'),
46
      'major_unit' => t('Kwanza'),
47
    ),
48
    'ARM' => array(
49
      'code' => 'ARM',
50
      'symbol' => 'm$n',
51
      'name' => t('Argentine Peso Moneda Nacional'),
52
      'minor_unit' => t('Centavos'),
53
      'major_unit' => t('Peso'),
54
    ),
55
    'ARS' => array(
56
      'code' => 'ARS',
57
      'symbol' => 'AR$',
58
      'name' => t('Argentine Peso'),
59
      'numeric_code' => '032',
60
      'minor_unit' => t('Centavo'),
61
      'major_unit' => t('Peso'),
62
    ),
63
    'AUD' => array(
64
      'code' => 'AUD',
65
      'symbol' => '$',
66
      'name' => t('Australian Dollar'),
67
      'numeric_code' => '036',
68
      'symbol_placement' => 'before',
69
      'minor_unit' => t('Cent'),
70
      'major_unit' => t('Dollar'),
71
    ),
72
    'AWG' => array(
73
      'code' => 'AWG',
74
      'symbol' => 'Afl.',
75
      'name' => t('Aruban Florin'),
76
      'numeric_code' => '533',
77
      'minor_unit' => t('Cent'),
78
      'major_unit' => t('Guilder'),
79
    ),
80
    'AZN' => array(
81
      'code' => 'AZN',
82
      'symbol' => 'man.',
83
      'name' => t('Azerbaijanian Manat'),
84
      'minor_unit' => t('Qəpik'),
85
      'major_unit' => t('New Manat'),
86
    ),
87
    'BAM' => array(
88
      'code' => 'BAM',
89
      'symbol' => 'KM',
90
      'name' => t('Bosnia-Herzegovina Convertible Mark'),
91
      'numeric_code' => '977',
92
      'minor_unit' => t('Fening'),
93
      'major_unit' => t('Convertible Marka'),
94
    ),
95
    'BBD' => array(
96
      'code' => 'BBD',
97
      'symbol' => 'Bds$',
98
      'name' => t('Barbadian Dollar'),
99
      'numeric_code' => '052',
100
      'minor_unit' => t('Cent'),
101
      'major_unit' => t('Dollar'),
102
    ),
103
    'BDT' => array(
104
      'code' => 'BDT',
105
      'symbol' => 'Tk',
106
      'name' => t('Bangladeshi Taka'),
107
      'numeric_code' => '050',
108
      'minor_unit' => t('Paisa'),
109
      'major_unit' => t('Taka'),
110
    ),
111
   'BGN' => array(
112
     'code' => 'BGN',
113
     'symbol' => 'лв',
114
     'name' => t('Bulgarian lev'),
115
     'thousands_separator' => ' ',
116
     'decimal_separator' => ',',
117
     'symbol_placement' => 'after',
118
     'code_placement' => 'hidden',
119
     'numeric_code' => '975',
120
     'minor_unit' => t('Stotinka'),
121
     'major_unit' => t('Lev'),
122
    ),
123
    'BHD' => array(
124
      'code' => 'BHD',
125
      'symbol' => 'BD',
126
      'name' => t('Bahraini Dinar'),
127
      'decimals' => 3,
128
      'numeric_code' => '048',
129
      'minor_unit' => t('Fils'),
130
      'major_unit' => t('Dinar'),
131
    ),
132
    'BIF' => array(
133
      'code' => 'BIF',
134
      'symbol' => 'FBu',
135
      'name' => t('Burundian Franc'),
136
      'decimals' => 0,
137
      'numeric_code' => '108',
138
      'minor_unit' => t('Centime'),
139
      'major_unit' => t('Franc'),
140
    ),
141
    'BMD' => array(
142
      'code' => 'BMD',
143
      'symbol' => 'BD$',
144
      'name' => t('Bermudan Dollar'),
145
      'numeric_code' => '060',
146
      'minor_unit' => t('Cent'),
147
      'major_unit' => t('Dollar'),
148
    ),
149
    'BND' => array(
150
      'code' => 'BND',
151
      'symbol' => 'BN$',
152
      'name' => t('Brunei Dollar'),
153
      'numeric_code' => '096',
154
      'minor_unit' => t('Sen'),
155
      'major_unit' => t('Dollar'),
156
    ),
157
    'BOB' => array(
158
      'code' => 'BOB',
159
      'symbol' => 'Bs',
160
      'name' => t('Bolivian Boliviano'),
161
      'numeric_code' => '068',
162
      'minor_unit' => t('Centavo'),
163
      'major_unit' => t('Bolivianos'),
164
    ),
165
    'BRL' => array(
166
      'code' => 'BRL',
167
      'symbol' => 'R$',
168
      'name' => t('Brazilian Real'),
169
      'numeric_code' => '986',
170
      'symbol_placement' => 'before',
171
      'code_placement' => 'hidden',
172
      'thousands_separator' => '.',
173
      'decimal_separator' => ',',
174
      'minor_unit' => t('Centavo'),
175
      'major_unit' => t('Reais'),
176
    ),
177
    'BSD' => array(
178
      'code' => 'BSD',
179
      'symbol' => 'BS$',
180
      'name' => t('Bahamian Dollar'),
181
      'numeric_code' => '044',
182
      'minor_unit' => t('Cent'),
183
      'major_unit' => t('Dollar'),
184
    ),
185
    'BTN' => array(
186
      'code' => 'BTN',
187
      'symbol' => 'Nu.',
188
      'name' => t('Bhutanese Ngultrum'),
189
      'numeric_code' => '064',
190
      'minor_unit' => t('Chetrum'),
191
      'major_unit' => t('Ngultrum'),
192
    ),
193
    'BWP' => array(
194
      'code' => 'BWP',
195
      'symbol' => 'BWP',
196
      'name' => t('Botswanan Pula'),
197
      'numeric_code' => '072',
198
      'minor_unit' => t('Thebe'),
199
      'major_unit' => t('Pulas'),
200
    ),
201
    'BYR' => array(
202
      'code' => 'BYR',
203
      'symbol' => 'руб.',
204
      'name' => t('Belarusian ruble'),
205
      'numeric_code' => '974',
206
      'symbol_placement' => 'after',
207
      'code_placement' => 'hidden',
208
      'decimals' => 0,
209
      'thousands_separator' => ' ',
210
      'major_unit' => t('Ruble'),
211
    ),
212
    'BZD' => array(
213
      'code' => 'BZD',
214
      'symbol' => 'BZ$',
215
      'name' => t('Belize Dollar'),
216
      'numeric_code' => '084',
217
      'minor_unit' => t('Cent'),
218
      'major_unit' => t('Dollar'),
219
    ),
220
    'CAD' => array(
221
      'code' => 'CAD',
222
      'symbol' => 'CA$',
223
      'name' => t('Canadian Dollar'),
224
      'numeric_code' => '124',
225
      'minor_unit' => t('Cent'),
226
      'major_unit' => t('Dollar'),
227
    ),
228
    'CDF' => array(
229
      'code' => 'CDF',
230
      'symbol' => 'CDF',
231
      'name' => t('Congolese Franc'),
232
      'numeric_code' => '976',
233
      'minor_unit' => t('Centime'),
234
      'major_unit' => t('Franc'),
235
    ),
236
    'CHF' => array(
237
      'code' => 'CHF',
238
      'symbol' => 'Fr.',
239
      'name' => t('Swiss Franc'),
240
      'rounding_step' => '0.05',
241
      'numeric_code' => '756',
242
      'thousands_separator' => "'",
243
      'minor_unit' => t('Rappen'),
244
      'major_unit' => t('Franc'),
245
    ),
246
    'CLP' => array(
247
      'code' => 'CLP',
248
      'symbol' => 'CL$',
249
      'name' => t('Chilean Peso'),
250
      'decimals' => 0,
251
      'numeric_code' => '152',
252
      'minor_unit' => t('Centavo'),
253
      'major_unit' => t('Peso'),
254
    ),
255
    'CNY' => array(
256
      'code' => 'CNY',
257
      'symbol' => '¥',
258
      'name' => t('Chinese Yuan Renminbi'),
259
      'numeric_code' => '156',
260
      'symbol_placement' => 'before',
261
      'code_placement' => 'hidden',
262
      'thousands_separator' => '',
263
      'minor_unit' => t('Fen'),
264
      'major_unit' => t('Yuan'),
265
    ),
266
    'COP' => array(
267
      'code' => 'COP',
268
      'symbol' => '$',
269
      'name' => t('Colombian Peso'),
270
      'decimals' => 0,
271
      'numeric_code' => '170',
272
      'symbol_placement' => 'before',
273
      'code_placement' => 'hidden',
274
      'thousands_separator' => '.',
275
      'decimal_separator' => ',',
276
      'minor_unit' => t('Centavo'),
277
      'major_unit' => t('Peso'),
278
    ),
279
    'CRC' => array(
280
      'code' => 'CRC',
281
      'symbol' => '¢',
282
      'name' => t('Costa Rican Colón'),
283
      'decimals' => 0,
284
      'numeric_code' => '188',
285
      'minor_unit' => t('Céntimo'),
286
      'major_unit' => t('Colón'),
287
    ),
288
    'CUC' => array(
289
      'code' => 'CUC',
290
      'symbol' => 'CUC$',
291
      'name' => t('Cuban Convertible Peso'),
292
      'minor_unit' => t('Centavo'),
293
      'major_unit' => t('Peso'),
294
    ),
295
    'CUP' => array(
296
      'code' => 'CUP',
297
      'symbol' => 'CU$',
298
      'name' => t('Cuban Peso'),
299
      'numeric_code' => '192',
300
      'minor_unit' => t('Centavo'),
301
      'major_unit' => t('Peso'),
302
    ),
303
    'CVE' => array(
304
      'code' => 'CVE',
305
      'symbol' => 'CV$',
306
      'name' => t('Cape Verdean Escudo'),
307
      'numeric_code' => '132',
308
      'minor_unit' => t('Centavo'),
309
      'major_unit' => t('Escudo'),
310
    ),
311
    'CZK' => array(
312
      'code' => 'CZK',
313
      'symbol' => 'Kč',
314
      'name' => t('Czech Republic Koruna'),
315
      'numeric_code' => '203',
316
      'thousands_separator' => ' ',
317
      'decimal_separator' => ',',
318
      'symbol_placement' => 'after',
319
      'code_placement' => 'hidden',
320
      'minor_unit' => t('Haléř'),
321
      'major_unit' => t('Koruna'),
322
    ),
323
    'DJF' => array(
324
      'code' => 'DJF',
325
      'symbol' => 'Fdj',
326
      'name' => t('Djiboutian Franc'),
327
      'numeric_code' => '262',
328
      'decimals' => 0,
329
      'minor_unit' => t('Centime'),
330
      'major_unit' => t('Franc'),
331
    ),
332
    'DKK' => array(
333
      'code' => 'DKK',
334
      'symbol' => 'kr.',
335
      'name' => t('Danish Krone'),
336
      'numeric_code' => '208',
337
      'thousands_separator' => ' ',
338
      'decimal_separator' => ',',
339
      'symbol_placement' => 'after',
340
      'code_placement' => 'hidden',
341
      'minor_unit' => t('Øre'),
342
      'major_unit' => t('Kroner'),
343
    ),
344
    'DOP' => array(
345
      'code' => 'DOP',
346
      'symbol' => 'RD$',
347
      'name' => t('Dominican Peso'),
348
      'numeric_code' => '214',
349
      'minor_unit' => t('Centavo'),
350
      'major_unit' => t('Peso'),
351
    ),
352
    'DZD' => array(
353
      'code' => 'DZD',
354
      'symbol' => 'DA',
355
      'name' => t('Algerian Dinar'),
356
      'numeric_code' => '012',
357
      'minor_unit' => t('Santeem'),
358
      'major_unit' => t('Dinar'),
359
    ),
360
    'EEK' => array(
361
      'code' => 'EEK',
362
      'symbol' => 'Ekr',
363
      'name' => t('Estonian Kroon'),
364
      'thousands_separator' => ' ',
365
      'decimal_separator' => ',',
366
      'numeric_code' => '233',
367
      'minor_unit' => t('Sent'),
368
      'major_unit' => t('Krooni'),
369
    ),
370
    'EGP' => array(
371
      'code' => 'EGP',
372
      'symbol' => 'EG£',
373
      'name' => t('Egyptian Pound'),
374
      'numeric_code' => '818',
375
      'minor_unit' => t('Piastr'),
376
      'major_unit' => t('Pound'),
377
    ),
378
    'ERN' => array(
379
      'code' => 'ERN',
380
      'symbol' => 'Nfk',
381
      'name' => t('Eritrean Nakfa'),
382
      'numeric_code' => '232',
383
      'minor_unit' => t('Cent'),
384
      'major_unit' => t('Nakfa'),
385
    ),
386
    'ETB' => array(
387
      'code' => 'ETB',
388
      'symbol' => 'Br',
389
      'name' => t('Ethiopian Birr'),
390
      'numeric_code' => '230',
391
      'minor_unit' => t('Santim'),
392
      'major_unit' => t('Birr'),
393
    ),
394
    'EUR' => array(
395
      'code' => 'EUR',
396
      'symbol' => '€',
397
      'name' => t('Euro'),
398
      'thousands_separator' => ' ',
399
      'decimal_separator' => ',',
400
      'symbol_placement' => 'after',
401
      'code_placement' => 'hidden',
402
      'numeric_code' => '978',
403
      'minor_unit' => t('Cent'),
404
      'major_unit' => t('Euro'),
405
    ),
406
    'FJD' => array(
407
      'code' => 'FJD',
408
      'symbol' => 'FJ$',
409
      'name' => t('Fijian Dollar'),
410
      'numeric_code' => '242',
411
      'minor_unit' => t('Cent'),
412
      'major_unit' => t('Dollar'),
413
    ),
414
    'FKP' => array(
415
      'code' => 'FKP',
416
      'symbol' => 'FK£',
417
      'name' => t('Falkland Islands Pound'),
418
      'numeric_code' => '238',
419
      'minor_unit' => t('Penny'),
420
      'major_unit' => t('Pound'),
421
    ),
422
    'GBP' => array(
423
      'code' => 'GBP',
424
      'symbol' => '£',
425
      'name' => t('British Pound Sterling'),
426
      'numeric_code' => '826',
427
      'symbol_placement' => 'before',
428
      'code_placement' => 'hidden',
429
      'minor_unit' => t('Penny'),
430
      'major_unit' => t('Pound'),
431
    ),
432
    'GHS' => array(
433
      'code' => 'GHS',
434
      'symbol' => 'GH₵',
435
      'name' => t('Ghanaian Cedi'),
436
      'minor_unit' => t('Pesewa'),
437
      'major_unit' => t('Cedi'),
438
    ),
439
    'GIP' => array(
440
      'code' => 'GIP',
441
      'symbol' => 'GI£',
442
      'name' => t('Gibraltar Pound'),
443
      'numeric_code' => '292',
444
      'minor_unit' => t('Penny'),
445
      'major_unit' => t('Pound'),
446
    ),
447
    'GMD' => array(
448
      'code' => 'GMD',
449
      'symbol' => 'GMD',
450
      'name' => t('Gambian Dalasi'),
451
      'numeric_code' => '270',
452
      'minor_unit' => t('Butut'),
453
      'major_unit' => t('Dalasis'),
454
    ),
455
    'GNF' => array(
456
      'code' => 'GNF',
457
      'symbol' => 'FG',
458
      'name' => t('Guinean Franc'),
459
      'decimals' => 0,
460
      'numeric_code' => '324',
461
      'minor_unit' => t('Centime'),
462
      'major_unit' => t('Franc'),
463
    ),
464
    'GTQ' => array(
465
      'code' => 'GTQ',
466
      'symbol' => 'GTQ',
467
      'name' => t('Guatemalan Quetzal'),
468
      'numeric_code' => '320',
469
      'minor_unit' => t('Centavo'),
470
      'major_unit' => t('Quetzales'),
471
    ),
472
    'GYD' => array(
473
      'code' => 'GYD',
474
      'symbol' => 'GY$',
475
      'name' => t('Guyanaese Dollar'),
476
      'decimals' => 0,
477
      'numeric_code' => '328',
478
      'minor_unit' => t('Cent'),
479
      'major_unit' => t('Dollar'),
480
    ),
481
    'HKD' => array(
482
      'code' => 'HKD',
483
      'symbol' => 'HK$',
484
      'name' => t('Hong Kong Dollar'),
485
      'numeric_code' => '344',
486
      'symbol_placement' => 'before',
487
      'code_placement' => 'hidden',
488
      'minor_unit' => t('Cent'),
489
      'major_unit' => t('Dollar'),
490
    ),
491
    'HNL' => array(
492
      'code' => 'HNL',
493
      'symbol' => 'HNL',
494
      'name' => t('Honduran Lempira'),
495
      'numeric_code' => '340',
496
      'minor_unit' => t('Centavo'),
497
      'major_unit' => t('Lempiras'),
498
    ),
499
    'HRK' => array(
500
      'code' => 'HRK',
501
      'symbol' => 'kn',
502
      'name' => t('Croatian Kuna'),
503
      'numeric_code' => '191',
504
      'minor_unit' => t('Lipa'),
505
      'major_unit' => t('Kuna'),
506
    ),
507
    'HTG' => array(
508
      'code' => 'HTG',
509
      'symbol' => 'HTG',
510
      'name' => t('Haitian Gourde'),
511
      'numeric_code' => '332',
512
      'minor_unit' => t('Centime'),
513
      'major_unit' => t('Gourde'),
514
    ),
515
    'HUF' => array(
516
      'code' => 'HUF',
517
      'symbol' => 'Ft',
518
      'name' => t('Hungarian Forint'),
519
      'numeric_code' => '348',
520
      'decimal_separator' => ',',
521
      'thousands_separator' => ' ',
522
      'decimals' => 0,
523
      'symbol_placement' => 'after',
524
      'code_placement' => 'hidden',
525
      'major_unit' => t('Forint'),
526
    ),
527
    'IDR' => array(
528
      'code' => 'IDR',
529
      'symbol' => 'Rp',
530
      'name' => t('Indonesian Rupiah'),
531
      'decimals' => 0,
532
      'numeric_code' => '360',
533
      'minor_unit' => t('Sen'),
534
      'major_unit' => t('Rupiahs'),
535
    ),
536
    'ILS' => array(
537
      'code' => 'ILS',
538
      'symbol' => '₪',
539
      'name' => t('Israeli New Shekel'),
540
      'numeric_code' => '376',
541
      'symbol_placement' => 'before',
542
      'code_placement' => 'hidden',
543
      'minor_unit' => t('Agora'),
544
      'major_unit' => t('New Shekels'),
545
    ),
546
    'INR' => array(
547
      'code' => 'INR',
548
      'symbol' => 'Rs',
549
      'name' => t('Indian Rupee'),
550
      'numeric_code' => '356',
551
      'minor_unit' => t('Paisa'),
552
      'major_unit' => t('Rupee'),
553
    ),
554
    'IRR' => array(
555
      'code' => 'IRR',
556
      'symbol' => 'ریال',
557
      'name' => t('Iranian Rial'),
558
      'decimals' => 0,
559
      'numeric_code' => '364',
560
      'symbol_placement' => 'after',
561
      'code_placement' => 'hidden',
562
      'minor_unit' => t('Rial'),
563
      'major_unit' => t('Toman'),
564
    ),
565
    'ISK' => array(
566
      'code' => 'ISK',
567
      'symbol' => 'Ikr',
568
      'name' => t('Icelandic Króna'),
569
      'decimals' => 0,
570
      'thousands_separator' => ' ',
571
      'numeric_code' => '352',
572
      'minor_unit' => t('Eyrir'),
573
      'major_unit' => t('Kronur'),
574
    ),
575
    'JMD' => array(
576
      'code' => 'JMD',
577
      'symbol' => 'J$',
578
      'name' => t('Jamaican Dollar'),
579
      'numeric_code' => '388',
580
      'symbol_placement' => 'before',
581
      'code_placement' => 'hidden',
582
      'minor_unit' => t('Cent'),
583
      'major_unit' => t('Dollar'),
584
    ),
585
    'JOD' => array(
586
      'code' => 'JOD',
587
      'symbol' => 'JD',
588
      'name' => t('Jordanian Dinar'),
589
      'decimals' => 3,
590
      'numeric_code' => '400',
591
      'minor_unit' => t('Piastr'),
592
      'major_unit' => t('Dinar'),
593
    ),
594
    'JPY' => array(
595
      'code' => 'JPY',
596
      'symbol' => '¥',
597
      'name' => t('Japanese Yen'),
598
      'decimals' => 0,
599
      'numeric_code' => '392',
600
      'symbol_placement' => 'before',
601
      'code_placement' => 'hidden',
602
      'minor_unit' => t('Sen'),
603
      'major_unit' => t('Yen'),
604
    ),
605
    'KES' => array(
606
      'code' => 'KES',
607
      'symbol' => 'Ksh',
608
      'name' => t('Kenyan Shilling'),
609
      'numeric_code' => '404',
610
      'minor_unit' => t('Cent'),
611
      'major_unit' => t('Shilling'),
612
    ),
613
    'KGS' => array(
614
      'code' => 'KGS',
615
      'code_placement' => 'hidden',
616
      'symbol' => 'сом',
617
      'symbol_placement' => 'after',
618
      'name' => t('Kyrgyzstani Som'),
619
      'numeric_code' => '417',
620
      'thousands_separator' => '',
621
      'major_unit' => t('Som'),
622
      'minor_unit' => t('Tyiyn'),
623
    ),
624
    'KMF' => array(
625
      'code' => 'KMF',
626
      'symbol' => 'CF',
627
      'name' => t('Comorian Franc'),
628
      'decimals' => 0,
629
      'numeric_code' => '174',
630
      'minor_unit' => t('Centime'),
631
      'major_unit' => t('Franc'),
632
    ),
633
    'KRW' => array(
634
      'code' => 'KRW',
635
      'symbol' => '₩',
636
      'name' => t('South Korean Won'),
637
      'decimals' => 0,
638
      'numeric_code' => '410',
639
      'minor_unit' => t('Jeon'),
640
      'major_unit' => t('Won'),
641
    ),
642
    'KWD' => array(
643
      'code' => 'KWD',
644
      'symbol' => 'KD',
645
      'name' => t('Kuwaiti Dinar'),
646
      'decimals' => 3,
647
      'numeric_code' => '414',
648
      'minor_unit' => t('Fils'),
649
      'major_unit' => t('Dinar'),
650
    ),
651
    'KYD' => array(
652
      'code' => 'KYD',
653
      'symbol' => 'KY$',
654
      'name' => t('Cayman Islands Dollar'),
655
      'numeric_code' => '136',
656
      'minor_unit' => t('Cent'),
657
      'major_unit' => t('Dollar'),
658
    ),
659
    'KZT' => array(
660
      'code' => 'KZT',
661
      'symbol' => 'тг.',
662
      'name' => t('Kazakhstani tenge'),
663
      'numeric_code' => '398',
664
      'thousands_separator' => ' ',
665
      'decimal_separator' => ',',
666
      'symbol_placement' => 'after',
667
      'code_placement' => 'hidden',
668
      'minor_unit' => t('Tiyn'),
669
      'major_unit' => t('Tenge'),
670
    ),
671
    'LAK' => array(
672
      'code' => 'LAK',
673
      'symbol' => '₭N',
674
      'name' => t('Laotian Kip'),
675
      'decimals' => 0,
676
      'numeric_code' => '418',
677
      'minor_unit' => t('Att'),
678
      'major_unit' => t('Kips'),
679
    ),
680
    'LBP' => array(
681
      'code' => 'LBP',
682
      'symbol' => 'LB£',
683
      'name' => t('Lebanese Pound'),
684
      'decimals' => 0,
685
      'numeric_code' => '422',
686
      'minor_unit' => t('Piastre'),
687
      'major_unit' => t('Pound'),
688
    ),
689
    'LKR' => array(
690
      'code' => 'LKR',
691
      'symbol' => 'SLRs',
692
      'name' => t('Sri Lanka Rupee'),
693
      'numeric_code' => '144',
694
      'minor_unit' => t('Cent'),
695
      'major_unit' => t('Rupee'),
696
    ),
697
    'LRD' => array(
698
      'code' => 'LRD',
699
      'symbol' => 'L$',
700
      'name' => t('Liberian Dollar'),
701
      'numeric_code' => '430',
702
      'minor_unit' => t('Cent'),
703
      'major_unit' => t('Dollar'),
704
    ),
705
    'LSL' => array(
706
      'code' => 'LSL',
707
      'symbol' => 'LSL',
708
      'name' => t('Lesotho Loti'),
709
      'numeric_code' => '426',
710
      'minor_unit' => t('Sente'),
711
      'major_unit' => t('Loti'),
712
    ),
713
    'LTL' => array(
714
      'code' => 'LTL',
715
      'symbol' => 'Lt',
716
      'name' => t('Lithuanian Litas'),
717
      'numeric_code' => '440',
718
      'minor_unit' => t('Centas'),
719
      'major_unit' => t('Litai'),
720
    ),
721
    'LVL' => array(
722
      'code' => 'LVL',
723
      'symbol' => 'Ls',
724
      'name' => t('Latvian Lats'),
725
      'numeric_code' => '428',
726
      'minor_unit' => t('Santims'),
727
      'major_unit' => t('Lati'),
728
    ),
729
    'LYD' => array(
730
      'code' => 'LYD',
731
      'symbol' => 'LD',
732
      'name' => t('Libyan Dinar'),
733
      'decimals' => 3,
734
      'numeric_code' => '434',
735
      'minor_unit' => t('Dirham'),
736
      'major_unit' => t('Dinar'),
737
    ),
738
    'MAD' => array(
739
      'code' => 'MAD',
740
      'symbol' => ' Dhs',
741
      'name' => t('Moroccan Dirham'),
742
      'numeric_code' => '504',
743
      'symbol_placement' => 'after',
744
      'code_placement' => 'hidden',
745
      'minor_unit' => t('Santimat'),
746
      'major_unit' => t('Dirhams'),
747
    ),
748
    'MDL' => array(
749
      'code' => 'MDL',
750
      'symbol' => 'MDL',
751
      'name' => t('Moldovan leu'),
752
      'symbol_placement' => 'after',
753
      'numeric_code' => '498',
754
      'code_placement' => 'hidden',
755
      'minor_unit' => t('bani'),
756
      'major_unit' => t('Lei'),
757
    ),
758
    'MKD' => array(
759
      'code' => 'MKD',
760
      'symbol' => 'ден',
761
      'name' => t('Macedonian denar'),
762
      'symbol_placement' => 'after',
763
      'numeric_code' => '807',
764
      'code_placement' => 'hidden',
765
      'minor_unit' => t('Deni'),
766
      'major_unit' => t('Denari'),
767
    ),
768
    'MMK' => array(
769
      'code' => 'MMK',
770
      'symbol' => 'MMK',
771
      'name' => t('Myanma Kyat'),
772
      'decimals' => 0,
773
      'numeric_code' => '104',
774
      'minor_unit' => t('Pya'),
775
      'major_unit' => t('Kyat'),
776
    ),
777
    'MNT' => array(
778
      'code' => 'MNT',
779
      'symbol' => '₮',
780
      'name' => t('Mongolian Tugrik'),
781
      'decimals' => 0,
782
      'numeric_code' => '496',
783
      'minor_unit' => t('Möngö'),
784
      'major_unit' => t('Tugriks'),
785
    ),
786
    'MOP' => array(
787
      'code' => 'MOP',
788
      'symbol' => 'MOP$',
789
      'name' => t('Macanese Pataca'),
790
      'numeric_code' => '446',
791
      'minor_unit' => t('Avo'),
792
      'major_unit' => t('Pataca'),
793
    ),
794
    'MRO' => array(
795
      'code' => 'MRO',
796
      'symbol' => 'UM',
797
      'name' => t('Mauritanian Ouguiya'),
798
      'decimals' => 0,
799
      'numeric_code' => '478',
800
      'minor_unit' => t('Khoums'),
801
      'major_unit' => t('Ouguiya'),
802
    ),
803
    'MTP' => array(
804
      'code' => 'MTP',
805
      'symbol' => 'MT£',
806
      'name' => t('Maltese Pound'),
807
      'minor_unit' => t('Shilling'),
808
      'major_unit' => t('Pound'),
809
    ),
810
    'MUR' => array(
811
      'code' => 'MUR',
812
      'symbol' => 'MURs',
813
      'name' => t('Mauritian Rupee'),
814
      'decimals' => 0,
815
      'numeric_code' => '480',
816
      'minor_unit' => t('Cent'),
817
      'major_unit' => t('Rupee'),
818
    ),
819
    'MXN' => array(
820
      'code' => 'MXN',
821
      'symbol' => '$',
822
      'name' => t('Mexican Peso'),
823
      'numeric_code' => '484',
824
      'symbol_placement' => 'before',
825
      'code_placement' => 'hidden',
826
      'minor_unit' => t('Centavo'),
827
      'major_unit' => t('Peso'),
828
    ),
829
    'MYR' => array(
830
      'code' => 'MYR',
831
      'symbol' => 'RM',
832
      'name' => t('Malaysian Ringgit'),
833
      'numeric_code' => '458',
834
      'symbol_placement' => 'before',
835
      'code_placement' => 'hidden',
836
      'minor_unit' => t('Sen'),
837
      'major_unit' => t('Ringgits'),
838
    ),
839
    'MZN' => array(
840
      'code' => 'MZN',
841
      'symbol' => 'MTn',
842
      'name' => t('Mozambican Metical'),
843
      'minor_unit' => t('Centavo'),
844
      'major_unit' => t('Metical'),
845
    ),
846
    'NAD' => array(
847
      'code' => 'NAD',
848
      'symbol' => 'N$',
849
      'name' => t('Namibian Dollar'),
850
      'numeric_code' => '516',
851
      'minor_unit' => t('Cent'),
852
      'major_unit' => t('Dollar'),
853
    ),
854
    'NGN' => array(
855
      'code' => 'NGN',
856
      'symbol' => '₦',
857
      'name' => t('Nigerian Naira'),
858
      'numeric_code' => '566',
859
      'minor_unit' => t('Kobo'),
860
      'major_unit' => t('Naira'),
861
    ),
862
    'NIO' => array(
863
      'code' => 'NIO',
864
      'symbol' => 'C$',
865
      'name' => t('Nicaraguan Cordoba Oro'),
866
      'numeric_code' => '558',
867
      'minor_unit' => t('Centavo'),
868
      'major_unit' => t('Cordoba'),
869
    ),
870
    'NOK' => array(
871
      'code' => 'NOK',
872
      'symbol' => 'Nkr',
873
      'name' => t('Norwegian Krone'),
874
      'thousands_separator' => ' ',
875
      'decimal_separator' => ',',
876
      'numeric_code' => '578',
877
      'minor_unit' => t('Øre'),
878
      'major_unit' => t('Krone'),
879
    ),
880
    'NPR' => array(
881
      'code' => 'NPR',
882
      'symbol' => 'NPRs',
883
      'name' => t('Nepalese Rupee'),
884
      'numeric_code' => '524',
885
      'minor_unit' => t('Paisa'),
886
      'major_unit' => t('Rupee'),
887
    ),
888
    'NZD' => array(
889
      'code' => 'NZD',
890
      'symbol' => '$',
891
      'name' => t('New Zealand Dollar'),
892
      'symbol_placement' => 'before',
893
      'code_placement' => 'hidden',
894
      'numeric_code' => '554',
895
      'minor_unit' => t('Cent'),
896
      'major_unit' => t('Dollar'),
897
    ),
898
    'PAB' => array(
899
      'code' => 'PAB',
900
      'symbol' => 'B/.',
901
      'name' => t('Panamanian Balboa'),
902
      'numeric_code' => '590',
903
      'minor_unit' => t('Centésimo'),
904
      'major_unit' => t('Balboa'),
905
    ),
906
    'PEN' => array(
907
      'code' => 'PEN',
908
      'symbol' => 'S/.',
909
      'name' => t('Peruvian Nuevo Sol'),
910
      'numeric_code' => '604',
911
      'symbol_placement' => 'before',
912
      'code_placement' => 'hidden',
913
      'minor_unit' => t('Céntimo'),
914
      'major_unit' => t('Nuevos Sole'),
915
    ),
916
    'PGK' => array(
917
      'code' => 'PGK',
918
      'symbol' => 'PGK',
919
      'name' => t('Papua New Guinean Kina'),
920
      'numeric_code' => '598',
921
      'minor_unit' => t('Toea'),
922
      'major_unit' => t('Kina '),
923
    ),
924
    'PHP' => array(
925
      'code' => 'PHP',
926
      'symbol' => '₱',
927
      'name' => t('Philippine Peso'),
928
      'numeric_code' => '608',
929
      'minor_unit' => t('Centavo'),
930
      'major_unit' => t('Peso'),
931
    ),
932
    'PKR' => array(
933
      'code' => 'PKR',
934
      'symbol' => 'PKRs',
935
      'name' => t('Pakistani Rupee'),
936
      'decimals' => 0,
937
      'numeric_code' => '586',
938
      'minor_unit' => t('Paisa'),
939
      'major_unit' => t('Rupee'),
940
    ),
941
    'PLN' => array(
942
      'code' => 'PLN',
943
      'symbol' => 'zł',
944
      'name' => t('Polish Złoty'),
945
      'decimal_separator' => ',',
946
      'thousands_separator' => ' ',
947
      'numeric_code' => '985',
948
      'symbol_placement' => 'after',
949
      'code_placement' => 'hidden',
950
      'minor_unit' => t('Grosz'),
951
      'major_unit' => t('Złotych'),
952
    ),
953
    'PYG' => array(
954
      'code' => 'PYG',
955
      'symbol' => '₲',
956
      'name' => t('Paraguayan Guarani'),
957
      'decimals' => 0,
958
      'numeric_code' => '600',
959
      'minor_unit' => t('Céntimo'),
960
      'major_unit' => t('Guarani'),
961
    ),
962
    'QAR' => array(
963
      'code' => 'QAR',
964
      'symbol' => 'QR',
965
      'name' => t('Qatari Rial'),
966
      'numeric_code' => '634',
967
      'minor_unit' => t('Dirham'),
968
      'major_unit' => t('Rial'),
969
    ),
970
    'RHD' => array(
971
      'code' => 'RHD',
972
      'symbol' => 'RH$',
973
      'name' => t('Rhodesian Dollar'),
974
      'minor_unit' => t('Cent'),
975
      'major_unit' => t('Dollar'),
976
    ),
977
    'RON' => array(
978
      'code' => 'RON',
979
      'symbol' => 'RON',
980
      'name' => t('Romanian Leu'),
981
      'minor_unit' => t('Ban'),
982
      'major_unit' => t('Leu'),
983
    ),
984
    'RSD' => array(
985
      'code' => 'RSD',
986
      'symbol' => 'din.',
987
      'name' => t('Serbian Dinar'),
988
      'decimals' => 0,
989
      'minor_unit' => t('Para'),
990
      'major_unit' => t('Dinars'),
991
    ),
992
    'RUB' => array(
993
      'code' => 'RUB',
994
      'symbol' => 'руб.',
995
      'name' => t('Russian Ruble'),
996
      'thousands_separator' => ' ',
997
      'decimal_separator' => ',',
998
      'numeric_code' => '643',
999
      'symbol_placement' => 'after',
1000
      'code_placement' => 'hidden',
1001
      'minor_unit' => t('Kopek'),
1002
      'major_unit' => t('Ruble'),
1003
    ),
1004
    'SAR' => array(
1005
      'code' => 'SAR',
1006
      'symbol' => 'SR',
1007
      'name' => t('Saudi Riyal'),
1008
      'numeric_code' => '682',
1009
      'minor_unit' => t('Hallallah'),
1010
      'major_unit' => t('Riyals'),
1011
    ),
1012
    'SBD' => array(
1013
      'code' => 'SBD',
1014
      'symbol' => 'SI$',
1015
      'name' => t('Solomon Islands Dollar'),
1016
      'numeric_code' => '090',
1017
      'minor_unit' => t('Cent'),
1018
      'major_unit' => t('Dollar'),
1019
    ),
1020
    'SCR' => array(
1021
      'code' => 'SCR',
1022
      'symbol' => 'SRe',
1023
      'name' => t('Seychellois Rupee'),
1024
      'numeric_code' => '690',
1025
      'minor_unit' => t('Cent'),
1026
      'major_unit' => t('Rupee'),
1027
    ),
1028
    'SDD' => array(
1029
      'code' => 'SDD',
1030
      'symbol' => 'LSd',
1031
      'name' => t('Old Sudanese Dinar'),
1032
      'numeric_code' => '736',
1033
      'minor_unit' => t('None'),
1034
      'major_unit' => t('Dinar'),
1035
    ),
1036
    'SEK' => array(
1037
      'code' => 'SEK',
1038
      'symbol' => 'kr',
1039
      'name' => t('Swedish Krona'),
1040
      'numeric_code' => '752',
1041
      'thousands_separator' => ' ',
1042
      'decimal_separator' => ',',
1043
      'symbol_placement' => 'after',
1044
      'code_placement' => 'hidden',
1045
      'minor_unit' => t('Öre'),
1046
      'major_unit' => t('Kronor'),
1047
    ),
1048
    'SGD' => array(
1049
      'code' => 'SGD',
1050
      'symbol' => 'S$',
1051
      'name' => t('Singapore Dollar'),
1052
      'numeric_code' => '702',
1053
      'minor_unit' => t('Cent'),
1054
      'major_unit' => t('Dollar'),
1055
    ),
1056
    'SHP' => array(
1057
      'code' => 'SHP',
1058
      'symbol' => 'SH£',
1059
      'name' => t('Saint Helena Pound'),
1060
      'numeric_code' => '654',
1061
      'minor_unit' => t('Penny'),
1062
      'major_unit' => t('Pound'),
1063
    ),
1064
    'SLL' => array(
1065
      'code' => 'SLL',
1066
      'symbol' => 'Le',
1067
      'name' => t('Sierra Leonean Leone'),
1068
      'decimals' => 0,
1069
      'numeric_code' => '694',
1070
      'minor_unit' => t('Cent'),
1071
      'major_unit' => t('Leone'),
1072
    ),
1073
    'SOS' => array(
1074
      'code' => 'SOS',
1075
      'symbol' => 'Ssh',
1076
      'name' => t('Somali Shilling'),
1077
      'decimals' => 0,
1078
      'numeric_code' => '706',
1079
      'minor_unit' => t('Cent'),
1080
      'major_unit' => t('Shilling'),
1081
    ),
1082
    'SRD' => array(
1083
      'code' => 'SRD',
1084
      'symbol' => 'SR$',
1085
      'name' => t('Surinamese Dollar'),
1086
      'minor_unit' => t('Cent'),
1087
      'major_unit' => t('Dollar'),
1088
    ),
1089
    'SRG' => array(
1090
      'code' => 'SRG',
1091
      'symbol' => 'Sf',
1092
      'name' => t('Suriname Guilder'),
1093
      'numeric_code' => '740',
1094
      'minor_unit' => t('Cent'),
1095
      'major_unit' => t('Guilder'),
1096
    ),
1097
    'STD' => array(
1098
      'code' => 'STD',
1099
      'symbol' => 'Db',
1100
      'name' => t('São Tomé and Príncipe Dobra'),
1101
      'decimals' => 0,
1102
      'numeric_code' => '678',
1103
      'minor_unit' => t('Cêntimo'),
1104
      'major_unit' => t('Dobra'),
1105
    ),
1106
    'SYP' => array(
1107
      'code' => 'SYP',
1108
      'symbol' => 'SY£',
1109
      'name' => t('Syrian Pound'),
1110
      'decimals' => 0,
1111
      'numeric_code' => '760',
1112
      'minor_unit' => t('Piastre'),
1113
      'major_unit' => t('Pound'),
1114
    ),
1115
    'SZL' => array(
1116
      'code' => 'SZL',
1117
      'symbol' => 'SZL',
1118
      'name' => t('Swazi Lilangeni'),
1119
      'numeric_code' => '748',
1120
      'minor_unit' => t('Cent'),
1121
      'major_unit' => t('Lilangeni'),
1122
    ),
1123
    'THB' => array(
1124
      'code' => 'THB',
1125
      'symbol' => '฿',
1126
      'name' => t('Thai Baht'),
1127
      'numeric_code' => '764',
1128
      'minor_unit' => t('Satang'),
1129
      'major_unit' => t('Baht'),
1130
    ),
1131
    'TND' => array(
1132
      'code' => 'TND',
1133
      'symbol' => 'DT',
1134
      'name' => t('Tunisian Dinar'),
1135
      'decimals' => 3,
1136
      'numeric_code' => '788',
1137
      'minor_unit' => t('Millime'),
1138
      'major_unit' => t('Dinar'),
1139
    ),
1140
    'TOP' => array(
1141
      'code' => 'TOP',
1142
      'symbol' => 'T$',
1143
      'name' => t('Tongan Paʻanga'),
1144
      'numeric_code' => '776',
1145
      'minor_unit' => t('Senit'),
1146
      'major_unit' => t('Paʻanga'),
1147
    ),
1148
    'TRY' => array(
1149
      'code' => 'TRY',
1150
      'symbol' => 'TL',
1151
      'name' => t('Turkish Lira'),
1152
      'numeric_code' => '949',
1153
      'thousands_separator' => '.',
1154
      'decimal_separator' => ',',
1155
      'symbol_placement' => 'after',
1156
      'code_placement' => '',
1157
      'minor_unit' => t('Kurus'),
1158
      'major_unit' => t('Lira'),
1159
    ),
1160
    'TTD' => array(
1161
      'code' => 'TTD',
1162
      'symbol' => 'TT$',
1163
      'name' => t('Trinidad and Tobago Dollar'),
1164
      'numeric_code' => '780',
1165
      'minor_unit' => t('Cent'),
1166
      'major_unit' => t('Dollar'),
1167
    ),
1168
    'TWD' => array(
1169
      'code' => 'TWD',
1170
      'symbol' => 'NT$',
1171
      'name' => t('New Taiwan Dollar'),
1172
      'numeric_code' => '901',
1173
      'minor_unit' => t('Cent'),
1174
      'major_unit' => t('New Dollar'),
1175
    ),
1176
    'TZS' => array(
1177
      'code' => 'TZS',
1178
      'symbol' => 'TSh',
1179
      'name' => t('Tanzanian Shilling'),
1180
      'decimals' => 0,
1181
      'numeric_code' => '834',
1182
      'minor_unit' => t('Senti'),
1183
      'major_unit' => t('Shilling'),
1184
    ),
1185
    'UAH' => array(
1186
      'code' => 'UAH',
1187
      'symbol' => 'грн.',
1188
      'name' => t('Ukrainian Hryvnia'),
1189
      'numeric_code' => '980',
1190
      'thousands_separator' => '',
1191
      'decimal_separator' => '.',
1192
      'symbol_placement' => 'after',
1193
      'code_placement' => 'hidden',
1194
      'minor_unit' => t('Kopiyka'),
1195
      'major_unit' => t('Hryvnia'),
1196
    ),
1197
    'UGX' => array(
1198
      'code' => 'UGX',
1199
      'symbol' => 'USh',
1200
      'name' => t('Ugandan Shilling'),
1201
      'decimals' => 0,
1202
      'numeric_code' => '800',
1203
      'minor_unit' => t('Cent'),
1204
      'major_unit' => t('Shilling'),
1205
    ),
1206
    'USD' => array(
1207
      'code' => 'USD',
1208
      'symbol' => '$',
1209
      'name' => t('United States Dollar'),
1210
      'numeric_code' => '840',
1211
      'symbol_placement' => 'before',
1212
      'code_placement' => 'hidden',
1213
      'minor_unit' => t('Cent'),
1214
      'major_unit' => t('Dollar'),
1215
    ),
1216
    'UYU' => array(
1217
      'code' => 'UYU',
1218
      'symbol' => '$U',
1219
      'name' => t('Uruguayan Peso'),
1220
      'numeric_code' => '858',
1221
      'minor_unit' => t('Centésimo'),
1222
      'major_unit' => t('Peso'),
1223
    ),
1224
    'VEF' => array(
1225
      'code' => 'VEF',
1226
      'symbol' => 'Bs.F.',
1227
      'name' => t('Venezuelan Bolívar Fuerte'),
1228
      'minor_unit' => t('Céntimo'),
1229
      'major_unit' => t('Bolivares Fuerte'),
1230
    ),
1231
    'VND' => array(
1232
      'code' => 'VND',
1233
      'symbol' => 'đ',
1234
      'name' => t('Vietnamese Dong'),
1235
      'decimals' => 0,
1236
      'thousands_separator' => '.',
1237
      'symbol_placement' => 'after',
1238
      'symbol_spacer' => '',
1239
      'code_placement' => 'hidden',
1240
      'numeric_code' => '704',
1241
      'minor_unit' => t('Hà'),
1242
      'major_unit' => t('Dong'),
1243
    ),
1244
    'VUV' => array(
1245
      'code' => 'VUV',
1246
      'symbol' => 'VT',
1247
      'name' => t('Vanuatu Vatu'),
1248
      'decimals' => 0,
1249
      'numeric_code' => '548',
1250
      'major_unit' => t('Vatu'),
1251
    ),
1252
    'WST' => array(
1253
      'code' => 'WST',
1254
      'symbol' => 'WS$',
1255
      'name' => t('Samoan Tala'),
1256
      'numeric_code' => '882',
1257
      'minor_unit' => t('Sene'),
1258
      'major_unit' => t('Tala'),
1259
    ),
1260
    'XAF' => array(
1261
      'code' => 'XAF',
1262
      'symbol' => 'FCFA',
1263
      'name' => t('CFA Franc BEAC'),
1264
      'decimals' => 0,
1265
      'numeric_code' => '950',
1266
      'minor_unit' => t('Centime'),
1267
      'major_unit' => t('Franc'),
1268
    ),
1269
    'XCD' => array(
1270
      'code' => 'XCD',
1271
      'symbol' => 'EC$',
1272
      'name' => t('East Caribbean Dollar'),
1273
      'numeric_code' => '951',
1274
      'minor_unit' => t('Cent'),
1275
      'major_unit' => t('Dollar'),
1276
    ),
1277
    'XOF' => array(
1278
      'code' => 'XOF',
1279
      'symbol' => 'CFA',
1280
      'name' => t('CFA Franc BCEAO'),
1281
      'decimals' => 0,
1282
      'numeric_code' => '952',
1283
      'minor_unit' => t('Centime'),
1284
      'major_unit' => t('Franc'),
1285
    ),
1286
    'XPF' => array(
1287
      'code' => 'XPF',
1288
      'symbol' => 'CFPF',
1289
      'name' => t('CFP Franc'),
1290
      'decimals' => 0,
1291
      'numeric_code' => '953',
1292
      'minor_unit' => t('Centime'),
1293
      'major_unit' => t('Franc'),
1294
    ),
1295
    'YER' => array(
1296
      'code' => 'YER',
1297
      'symbol' => 'YR',
1298
      'name' => t('Yemeni Rial'),
1299
      'decimals' => 0,
1300
      'numeric_code' => '886',
1301
      'minor_unit' => t('Fils'),
1302
      'major_unit' => t('Rial'),
1303
    ),
1304
    'ZAR' => array(
1305
      'code' => 'ZAR',
1306
      'symbol' => 'R',
1307
      'name' => t('South African Rand'),
1308
      'numeric_code' => '710',
1309
      'symbol_placement' => 'before',
1310
      'code_placement' => 'hidden',
1311
      'minor_unit' => t('Cent'),
1312
      'major_unit' => t('Rand'),
1313
    ),
1314
    'ZMK' => array(
1315
      'code' => 'ZMK',
1316
      'symbol' => 'ZK',
1317
      'name' => t('Zambian Kwacha'),
1318
      'decimals' => 0,
1319
      'numeric_code' => '894',
1320
      'minor_unit' => t('Ngwee'),
1321
      'major_unit' => t('Kwacha'),
1322
    ),
1323
  );
1324
}