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

7 lines
170 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_image_category = array (
'advertising_material' => 'Werbematerialien',
'photo_documentation' => 'Fotodokumentation',
);