translation-value-sets/es/tag_relation_type.php

10 lines
217 B
PHP
Raw Permalink Normal View History

2023-05-07 23:08:57 +02:00
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
2023-05-10 12:03:23 +02:00
'display_subject' => 'Display subject',
2023-05-07 23:08:57 +02:00
);