FestinHegre/vendor/symfony/intl/Resources/data/currencies/en_CA.php
2024-09-26 17:26:04 +02:00

63 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Names' => [
'BMD' => [
'BMD',
'Bermudian Dollar',
],
'BYB' => [
'BYB',
'Belarusian New Rouble (19941999)',
],
'BYN' => [
'BYN',
'Belarusian Rouble',
],
'BYR' => [
'BYR',
'Belarusian Rouble (20002016)',
],
'CAD' => [
'$',
'Canadian Dollar',
],
'JPY' => [
'JP¥',
'Japanese Yen',
],
'LVR' => [
'LVR',
'Latvian Rouble',
],
'RUB' => [
'RUB',
'Russian Rouble',
],
'RUR' => [
'RUR',
'Russian Rouble (19911998)',
],
'SHP' => [
'SHP',
'Saint Helena Pound',
],
'STN' => [
'STN',
'São Tomé and Príncipe Dobra',
],
'TJR' => [
'TJR',
'Tajikistani Rouble',
],
'TTD' => [
'TTD',
'Trinidad and Tobago Dollar',
],
'USD' => [
'US$',
'US Dollar',
],
],
];