Approval.

This commit is contained in:
2024-01-18 00:47:01 +00:00
committed by md translation bot
parent 01f7a9e106
commit 15f070d98e
4 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
'unlocked' => 'Zárolás feloldása',
'locked' => 'Zárolt',
'revision' => 'Revízió',
'deleted' => 'Törölt',
'archived' => 'Archivált',
);