Approval.
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
<?PHP
|
||||
$topic['material_technique'] = 'Anyag / technika';
|
||||
$topic['measurements'] = 'Méretek';
|
||||
$topic['when'] = 'mikor';
|
||||
$topic['where'] = 'hol';
|
||||
$topic['who'] = 'ki';
|
||||
$topic['object_from'] = 'A tárgy itt található: ';
|
||||
$topic['original_entry'] = 'megtekintés a MúzeumDigitárban';
|
||||
$topic['literature'] = 'Literature';
|
||||
declare(strict_types = 1);
|
||||
$topic = array (
|
||||
'material_technique' => 'Anyag / technika',
|
||||
'measurements' => 'Méretek',
|
||||
'when' => 'mikor',
|
||||
'where' => 'hol',
|
||||
'who' => 'ki',
|
||||
'object_from' => 'A tárgy itt található: ',
|
||||
'original_entry' => 'megtekintés a MúzeumDigitárban',
|
||||
'literature' => 'Literature',
|
||||
);
|
||||
|
Reference in New Issue
Block a user