Approval.

This commit is contained in:
2023-03-25 23:13:15 +00:00
committed by md translation bot
parent 41d53684ff
commit 8d83978b4f
22 changed files with 91 additions and 91 deletions

View File

@ -1,6 +1,6 @@
<?PHP
declare(strict_types = 1);
$appointment_contributor_roles = array (
'organizer' => 'Organizer',
'presenter' => 'Presenter',
'organizer' => 'Szervező',
'presenter' => 'Előadó',
);