Approval.
This commit is contained in:
4
de/appointment_attendance_modes.php
Normal file
4
de/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 und online';
|
3
de/appointment_contributor_roles.php
Normal file
3
de/appointment_contributor_roles.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?PHP
|
||||
$appointment_contributor_roles['organizer'] = 'Organisation';
|
||||
$appointment_contributor_roles['presenter'] = 'Vortragender';
|
5
de/appointment_status.php
Normal file
5
de/appointment_status.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?PHP
|
||||
$appointment_status['scheduled'] = 'Geplant';
|
||||
$appointment_status['cancelled'] = 'Abgesagt';
|
||||
$appointment_status['moved_online'] = 'In Online-Veranstaltung umgewandelt';
|
||||
$appointment_status['postponed'] = 'Verschoben';
|
6
de/exhibition_contributor_roles.php
Normal file
6
de/exhibition_contributor_roles.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
$exhibition_contributor_roles['concept'] = 'Konzept';
|
||||
$exhibition_contributor_roles['curator'] = 'Kurator';
|
||||
$exhibition_contributor_roles['design'] = 'Design';
|
||||
$exhibition_contributor_roles['coordinator'] = 'Koordination';
|
||||
$exhibition_contributor_roles['protagonist'] = 'Protagonist';
|
Reference in New Issue
Block a user