translation-value-sets/hsb/currencies_set.php

27 lines
735 B
PHP
Raw Normal View History

2020-08-06 23:07:42 +02:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
2023-01-23 22:41:01 +01:00
$currencies_set = array (
'eu-EUR' => 'Euro',
'de-DM' => 'Deutsche Mark',
'de-RM' => 'Reichsmark (Germany)',
'es-Real' => 'Spanish Real',
'hu-Ft' => 'Forint',
'hu-Lari' => 'Lari',
'hu-Pengő' => 'Pengő',
'id-IDR' => 'Indonesian Rupiah',
'pl-Złoty' => 'Złoty',
'us-USD' => 'US Dollar',
'ddr-Mark' => 'Mark (GDR)',
'ddr-MDN' => 'MDN (GDR)',
'hu-Korona' => 'Austro-Hungarian krone',
'fr-FF' => 'French Franc',
'uk-GBP' => 'Pound Sterling',
'by-BYN' => 'Belarusian ruble',
'ru-RUB' => 'Russian ruble',
'su-SUR' => 'Soviet ruble',
'ua-UAH' => 'Ukrainian hryvnia',
);
$license_full_names = array (
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
);