Approval.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
<?PHP
|
||||
$appointment_contributor_roles['organizer'] = 'organizzazione';
|
||||
$appointment_contributor_roles['presenter'] = 'docente o presentatrice/ore';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'appointment_contributor_roles' =>
|
||||
array (
|
||||
'organizer' => 'organizzazione',
|
||||
'presenter' => 'docente o presentatrice/ore',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user