Approval.
This commit is contained in:
7
en/series_place_role.php
Normal file
7
en/series_place_role.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_place_role = array (
|
||||
'place_of_production' => 'Place of production',
|
||||
'performance_space' => 'Performance space',
|
||||
'rehearsal_space' => 'Rehearsal space',
|
||||
);
|
6
en/series_time_role.php
Normal file
6
en/series_time_role.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_time_role = array (
|
||||
'premiere' => 'Premiere',
|
||||
'time_of_presentation' => 'Time of presentation',
|
||||
);
|
Reference in New Issue
Block a user