Files
translation-value-sets/ar/appointment_image_category.php
T
2026-05-31 15:52:50 +00:00

7 lines
176 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_image_category = array (
'advertising_material' => 'Advertising material',
'photo_documentation' => 'Photo documentation',
);