Approval.
This commit is contained in:
parent
ff2a294832
commit
e863da6ffe
7
ar/series_place_role.php
Normal file
7
ar/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
ar/series_time_role.php
Normal file
6
ar/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',
|
||||||
|
);
|
7
de/series_place_role.php
Normal file
7
de/series_place_role.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_place_role = array (
|
||||||
|
'place_of_production' => 'Herstellungsort',
|
||||||
|
'performance_space' => 'Aufführungsort',
|
||||||
|
'rehearsal_space' => 'Probeort',
|
||||||
|
);
|
6
de/series_time_role.php
Normal file
6
de/series_time_role.php
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_time_role = array (
|
||||||
|
'premiere' => 'Premiere',
|
||||||
|
'time_of_presentation' => 'Zeit der Aufführung',
|
||||||
|
);
|
7
dsb/series_place_role.php
Normal file
7
dsb/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
dsb/series_time_role.php
Normal file
6
dsb/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',
|
||||||
|
);
|
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',
|
||||||
|
);
|
7
es/series_place_role.php
Normal file
7
es/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
es/series_time_role.php
Normal file
6
es/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',
|
||||||
|
);
|
7
fr/series_place_role.php
Normal file
7
fr/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
fr/series_time_role.php
Normal file
6
fr/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',
|
||||||
|
);
|
7
hsb/series_place_role.php
Normal file
7
hsb/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
hsb/series_time_role.php
Normal file
6
hsb/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',
|
||||||
|
);
|
7
hu/series_place_role.php
Normal file
7
hu/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
hu/series_time_role.php
Normal file
6
hu/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',
|
||||||
|
);
|
7
id/series_place_role.php
Normal file
7
id/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
id/series_time_role.php
Normal file
6
id/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',
|
||||||
|
);
|
7
it/series_place_role.php
Normal file
7
it/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
it/series_time_role.php
Normal file
6
it/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',
|
||||||
|
);
|
7
iw/series_place_role.php
Normal file
7
iw/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
iw/series_time_role.php
Normal file
6
iw/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',
|
||||||
|
);
|
7
nl/series_place_role.php
Normal file
7
nl/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
nl/series_time_role.php
Normal file
6
nl/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',
|
||||||
|
);
|
7
pl/series_place_role.php
Normal file
7
pl/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
pl/series_time_role.php
Normal file
6
pl/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',
|
||||||
|
);
|
7
pt/series_place_role.php
Normal file
7
pt/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
pt/series_time_role.php
Normal file
6
pt/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',
|
||||||
|
);
|
7
qu/series_place_role.php
Normal file
7
qu/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
qu/series_time_role.php
Normal file
6
qu/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',
|
||||||
|
);
|
7
ro/series_place_role.php
Normal file
7
ro/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
ro/series_time_role.php
Normal file
6
ro/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',
|
||||||
|
);
|
7
ru/series_place_role.php
Normal file
7
ru/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
ru/series_time_role.php
Normal file
6
ru/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',
|
||||||
|
);
|
7
tl/series_place_role.php
Normal file
7
tl/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
tl/series_time_role.php
Normal file
6
tl/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',
|
||||||
|
);
|
7
tr/series_place_role.php
Normal file
7
tr/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
tr/series_time_role.php
Normal file
6
tr/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',
|
||||||
|
);
|
7
uk/series_place_role.php
Normal file
7
uk/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
uk/series_time_role.php
Normal file
6
uk/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',
|
||||||
|
);
|
7
zh/series_place_role.php
Normal file
7
zh/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
zh/series_time_role.php
Normal file
6
zh/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',
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user