This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

51 lines
1.1 KiB
PHP
Raw Permalink 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' => [
0 => 'BMD',
1 => 'Bermudian Dollar',
],
'BYB' => [
0 => 'BYB',
1 => 'Belarusian New Rouble (19941999)',
],
'BYN' => [
0 => 'BYN',
1 => 'Belarusian Rouble',
],
'BYR' => [
0 => 'BYR',
1 => 'Belarusian Rouble (20002016)',
],
'JPY' => [
0 => 'JP¥',
1 => 'Japanese Yen',
],
'LVR' => [
0 => 'LVR',
1 => 'Latvian Rouble',
],
'RUB' => [
0 => 'RUB',
1 => 'Russian Rouble',
],
'RUR' => [
0 => 'RUR',
1 => 'Russian Rouble (19911998)',
],
'SHP' => [
0 => 'SHP',
1 => 'St Helena Pound',
],
'TJR' => [
0 => 'TJR',
1 => 'Tajikistani Rouble',
],
'USD' => [
0 => 'US$',
1 => 'US Dollar',
],
],
];