translation-value-sets/de/object_record_status.php

9 lines
185 B
PHP
Raw Normal View History

2024-01-12 18:49:00 +01:00
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Offen',
'locked' => 'Schreibgeschützt',
'revision' => 'Recherche',
'deleted' => 'Gelöscht',
);