Files
ar
de
dsb
en
actor_variant_types_set.php
appointment_attendance_modes.php
appointment_contributor_roles.php
appointment_status.php
closer_location_types_set.php
conservation_report_type_set.php
currencies_set.php
entry_types.php
eventtype_name.php
exhibition_contributor_roles.json
exhibition_contributor_roles.php
license_explica.php
license_full_names.php
license_url.php
marking_types.php
object_publication_background.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
recording_types_set.php
research_status.php
source_type_set.php
syndication_repos.php
title_types_set.php
units_length_set.php
units_weight_set.php
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ru
tl
tr
zh
translation-value-sets/en/currencies_set.php
2020-09-15 19:09:49 +02:00

15 lines
598 B
PHP

<?PHP
$currencies_set['eu-EUR'] = 'Euro';
$currencies_set['de-DM'] = 'Deutsche Mark';
$currencies_set['de-RM'] = 'Reichsmark (Germany)';
$currencies_set['es-Real'] = 'Spanish Real';
$currencies_set['hu-Ft'] = 'Forint';
$currencies_set['hu-Lari'] = 'Lari';
$currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$currencies_set['ddr-Mark'] = 'Mark (GDR)';
$currencies_set['ddr-MDN'] = 'MDN (GDR)';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';