Approval.
This commit is contained in:
parent
992922cb36
commit
a114d7d320
|
@ -1,7 +1,7 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_record_status = array (
|
$object_record_status = array (
|
||||||
'unlocked' => 'Offen',
|
'unlocked' => 'Bearbeitung',
|
||||||
'locked' => 'Schreibgeschützt',
|
'locked' => 'Schreibgeschützt',
|
||||||
'revision' => 'Recherche',
|
'revision' => 'Recherche',
|
||||||
'deleted' => 'Gelöscht',
|
'deleted' => 'Gelöscht',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user