Approval.
This commit is contained in:
@ -1,2 +1,26 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$currencies_set = array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Deutsches Reich)',
|
||||
'es-Real' => 'Real (Spanien)',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesische Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (DDR)',
|
||||
'ddr-MDN' => 'MDN (DDR)',
|
||||
'hu-Korona' => 'Österreichisch-ungarische Krone',
|
||||
'fr-FF' => 'Französischer Franc',
|
||||
'uk-GBP' => 'Pfund Sterling',
|
||||
'by-BYN' => 'Belarussischer Rubel',
|
||||
'ru-RUB' => 'Russischer Rubel',
|
||||
'su-SUR' => 'Sowjetischer Rubel',
|
||||
'ua-UAH' => 'Hrywnja',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
);
|
||||
|
Reference in New Issue
Block a user