translation-value-sets/id/currencies_set.php

13 lines
497 B
PHP
Raw Normal View History

2020-08-06 23:07:42 +02:00
<?PHP
$currencies_set['eu-EUR'] = 'Euro';
$currencies_set['de-DM'] = 'Deutsche Mark';
2020-09-07 15:02:32 +02:00
$currencies_set['de-RM'] = 'Reichsmark (Jerman)';
2020-08-06 23:07:42 +02:00
$currencies_set['es-Real'] = 'Spanish Real';
$currencies_set['hu-Ft'] = 'Forint';
$currencies_set['hu-Lari'] = 'Lari';
$currencies_set['hu-Pengő'] = 'Pengő';
2020-09-07 15:02:32 +02:00
$currencies_set['id-IDR'] = 'IDR';
2020-08-06 23:07:42 +02:00
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
2020-08-07 15:43:13 +02:00
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';