translation-value-sets/es/custom_report_targets_set.php
2023-01-23 21:41:01 +00:00

9 lines
202 B
PHP

<?PHP
declare(strict_types = 1);
$custom_report_targets_set = array (
'object_single' => 'Single object',
'object_list' => 'Multiple objects',
'loan' => 'Loan',
'exhibition' => 'Exhibition',
);