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