caisse-bliss/vendor/symfony/intl/Resources/data/currencies/wo.php

43 lines
852 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Names' => [
'BRL' => [
0 => 'R$',
1 => 'Real bu Bresil',
],
'CNY' => [
0 => 'CN¥',
1 => 'Yuan bu Siin',
],
'EUR' => [
0 => '€',
1 => 'Euro',
],
'GBP' => [
0 => '£',
1 => 'Pound bu Grànd Brëtaañ',
],
'INR' => [
0 => '₹',
1 => 'Rupee bu End',
],
'JPY' => [
0 => 'JP¥',
1 => 'Yen bu Sapoŋ',
],
'RUB' => [
0 => 'RUB',
1 => 'Ruble bi Rsis',
],
'USD' => [
0 => '$',
1 => 'Dolaaru US',
],
'XOF' => [
0 => 'FCFA',
1 => 'Franc CFA bu Afrik Sowwu-jant',
],
],
];