translation-value-sets/de/object_record_status.php

9 lines
191 B
PHP
Raw Normal View History

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