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