Approval.
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
<?PHP
|
||||
$topic['material_technique'] = 'Матеріал / Техніка';
|
||||
$topic['measurements'] = 'Заміри';
|
||||
$topic['when'] = 'Коли';
|
||||
$topic['where'] = 'Де';
|
||||
$topic['who'] = 'Хто';
|
||||
$topic['object_from'] = 'Об\'єкт від';
|
||||
$topic['original_entry'] = 'Оригінальний запис';
|
||||
$topic['literature'] = 'Література';
|
||||
declare(strict_types = 1);
|
||||
$topic = array (
|
||||
'material_technique' => 'Матеріал / Техніка',
|
||||
'measurements' => 'Заміри',
|
||||
'when' => 'Коли',
|
||||
'where' => 'Де',
|
||||
'who' => 'Хто',
|
||||
'object_from' => 'Об\'єкт від',
|
||||
'original_entry' => 'Оригінальний запис',
|
||||
'literature' => 'Література',
|
||||
);
|
||||
|
Reference in New Issue
Block a user