translation-value-sets/ro/tag_relation_type.php

10 lines
217 B
PHP
Raw Normal View History

2024-03-25 15:51:51 +01:00
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
);