Approval.

This commit is contained in:
2020-09-07 15:02:32 +02:00
committed by Stefan Rohde-Enslin
parent 9d3453e4c1
commit 87882b8524
7 changed files with 43 additions and 43 deletions

View File

@ -1,12 +1,12 @@
<?PHP
$currencies_set['eu-EUR'] = 'Euro';
$currencies_set['de-DM'] = 'Deutsche Mark';
$currencies_set['de-RM'] = 'Reichsmark (Germany)';
$currencies_set['de-RM'] = 'Reichsmark (Jerman)';
$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['id-IDR'] = 'IDR';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';