Approval.
This commit is contained in:
hu
marking_types.phpobject_check_types_set.phpobject_document_type_set.phpunits_count_copies_set.phpunits_count_parts_set.php
ta
actor_variant_types_set.phpappointment_attendance_modes.phpappointment_cancellation_status_set.phpappointment_contributor_roles.phpappointment_status.phpattendance_status_set.phpcloser_location_types_set.phpcolors_set.phpconservation_report_type_set.phpcurrencies_set.phpcustom_report_targets_set.phpdisposal_method_set.phpentry_types.phpeventtype_groups.phpeventtype_name.phpeventtype_persinst.phpeventtype_place.phpeventtype_time.phpexhibition_contributor_roles.phpgender_set.phpinstitution_basic_category_set.phpinstitution_collection_area_set.phpinstitution_external_id_repositories.phpinstitution_musdb_use_case_set.phpinstitution_public_private_category_set.phplicense_explica.phplicense_full_names.phplicense_url.phploan_types.phpmarking_types.phpmeasurement_type_set.phpobject_check_types_set.phpobject_damage_status_set.phpobject_damage_types_set.phpobject_document_type_set.phpobject_form_set.phpobject_publication_background.phpobject_record_status.phpobject_record_status_explica.phpobject_status.phpphone_types.phpplacetypes.phppodcast_contributor_roles.phpposition_set.phpprocess_types.phprecording_types_set.phpresearch_status.phpseries_contributor_role.phpseries_place_role.phpseries_time_role.phpshipment_method_set.phpsource_type_set.phpspace_access_status.phpspace_types.phpsyndication_repos.phptag_relation_type.phptiming_intervals_set.phptitle_types_set.phptodo_status.phpunits_count_copies_set.phpunits_count_parts_set.phpunits_die_axis_set.phpunits_length_set.phpunits_weight_set.phpvocabulary_redaction_level.php
te
actor_variant_types_set.phpappointment_attendance_modes.phpappointment_cancellation_status_set.phpappointment_contributor_roles.phpappointment_status.phpattendance_status_set.phpcloser_location_types_set.phpcolors_set.phpconservation_report_type_set.phpcurrencies_set.phpcustom_report_targets_set.phpdisposal_method_set.phpentry_types.phpeventtype_groups.phpeventtype_name.phpeventtype_persinst.phpeventtype_place.phpeventtype_time.phpexhibition_contributor_roles.phpgender_set.phpinstitution_basic_category_set.phpinstitution_collection_area_set.phpinstitution_external_id_repositories.phpinstitution_musdb_use_case_set.phpinstitution_public_private_category_set.phplicense_explica.phplicense_full_names.phplicense_url.phploan_types.phpmarking_types.phpmeasurement_type_set.phpobject_check_types_set.phpobject_damage_status_set.phpobject_damage_types_set.phpobject_document_type_set.phpobject_form_set.phpobject_publication_background.phpobject_record_status.phpobject_record_status_explica.phpobject_status.phpphone_types.phpplacetypes.phppodcast_contributor_roles.phpposition_set.phpprocess_types.phprecording_types_set.phpresearch_status.phpseries_contributor_role.phpseries_place_role.phpseries_time_role.phpshipment_method_set.phpsource_type_set.phpspace_access_status.phpspace_types.phpsyndication_repos.phptag_relation_type.phptiming_intervals_set.phptitle_types_set.phptodo_status.phpunits_count_copies_set.phpunits_count_parts_set.phpunits_die_axis_set.phpunits_length_set.phpunits_weight_set.phpvocabulary_redaction_level.php
28
ta/currencies_set.php
Normal file
28
ta/currencies_set.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$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',
|
||||
'ch-CHF' => 'Swiss franc',
|
||||
'ua-UAK' => 'Ukrainian karbovanets',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
Reference in New Issue
Block a user