Approval.
This commit is contained in:
4
tr/appointment_attendance_modes.php
Normal file
4
tr/appointment_attendance_modes.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?PHP
|
||||
$appointment_attendance_modes['offline'] = 'Offline';
|
||||
$appointment_attendance_modes['online'] = 'Online';
|
||||
$appointment_attendance_modes['mixed'] = 'Offline and online';
|
3
tr/appointment_contributor_roles.php
Normal file
3
tr/appointment_contributor_roles.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?PHP
|
||||
$appointment_contributor_roles['organizer'] = 'Organizer';
|
||||
$appointment_contributor_roles['presenter'] = 'Presenter';
|
5
tr/appointment_status.php
Normal file
5
tr/appointment_status.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Scheduled';
|
||||
$appointment_status['cancelled'] = 'Cancelled';
|
||||
$appointment_status['moved_online'] = 'Moved online';
|
||||
$appointment_status['postponed'] = 'Postponed';
|
6
tr/exhibition_contributor_roles.php
Normal file
6
tr/exhibition_contributor_roles.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
$exhibition_contributor_roles['concept'] = 'Concept';
|
||||
$exhibition_contributor_roles['curator'] = 'Curator';
|
||||
$exhibition_contributor_roles['design'] = 'Design';
|
||||
$exhibition_contributor_roles['coordinator'] = 'Coordinator';
|
||||
$exhibition_contributor_roles['protagonist'] = 'Protagonist';
|
Reference in New Issue
Block a user