Approval.
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_types = array (
|
||||
'building' => 'Building',
|
||||
'depot' => 'Depot room',
|
||||
'utility_room' => 'Utility room',
|
||||
'exhibition_room' => 'Exhibition room',
|
||||
'display_cabinet' => 'Display cabinet',
|
||||
'shelf' => 'Shelf',
|
||||
'box' => 'Box',
|
||||
'folder' => 'Folder',
|
||||
'office' => 'Office',
|
||||
'floor' => 'Floor',
|
||||
'hallway' => 'Hallway',
|
||||
'building' => 'Épület',
|
||||
'depot' => 'Raktárhelyiség',
|
||||
'utility_room' => 'Szoba',
|
||||
'exhibition_room' => 'Kiállítótér',
|
||||
'display_cabinet' => 'Vitrin',
|
||||
'shelf' => 'Polc',
|
||||
'box' => 'Doboz',
|
||||
'folder' => 'Mappa',
|
||||
'office' => 'Iroda',
|
||||
'floor' => 'Emelet',
|
||||
'hallway' => 'Folyosó',
|
||||
);
|
||||
|
Reference in New Issue
Block a user