Approval.
This commit is contained in:
parent
0a13faf9ac
commit
90e20227f7
20
ar/series_contributor_role.php
Normal file
20
ar/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
de/series_contributor_role.php
Normal file
20
de/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Text',
|
||||||
|
'director' => 'Regie',
|
||||||
|
'dramaturg' => 'Dramaturgie',
|
||||||
|
'production_designer' => 'Bühnenbild',
|
||||||
|
'costumer' => 'Kostüm',
|
||||||
|
'musician' => 'Musik',
|
||||||
|
'choreographer' => 'Choreographie',
|
||||||
|
'make_up_artist' => 'Maske',
|
||||||
|
'speech_trainer' => 'Sprecherziehung',
|
||||||
|
'puppet_maker' => 'Puppenerstellung',
|
||||||
|
'technician' => 'Technik',
|
||||||
|
'inspector' => 'Inspizienz',
|
||||||
|
'assistant' => 'Assistenz',
|
||||||
|
'actor' => 'Schauspiel',
|
||||||
|
'painter' => 'Malen',
|
||||||
|
'creator' => 'Herstellung',
|
||||||
|
);
|
20
dsb/series_contributor_role.php
Normal file
20
dsb/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
en/series_contributor_role.php
Normal file
20
en/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
es/series_contributor_role.php
Normal file
20
es/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
fr/series_contributor_role.php
Normal file
20
fr/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
hsb/series_contributor_role.php
Normal file
20
hsb/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
hu/series_contributor_role.php
Normal file
20
hu/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
id/series_contributor_role.php
Normal file
20
id/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
it/series_contributor_role.php
Normal file
20
it/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
iw/series_contributor_role.php
Normal file
20
iw/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
nl/series_contributor_role.php
Normal file
20
nl/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
pl/series_contributor_role.php
Normal file
20
pl/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
pt/series_contributor_role.php
Normal file
20
pt/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
qu/series_contributor_role.php
Normal file
20
qu/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
ro/series_contributor_role.php
Normal file
20
ro/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
ru/series_contributor_role.php
Normal file
20
ru/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
tl/series_contributor_role.php
Normal file
20
tl/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
tr/series_contributor_role.php
Normal file
20
tr/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
uk/series_contributor_role.php
Normal file
20
uk/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
20
zh/series_contributor_role.php
Normal file
20
zh/series_contributor_role.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$series_contributor_role = array (
|
||||||
|
'author' => 'Author',
|
||||||
|
'director' => 'Director',
|
||||||
|
'dramaturg' => 'Dramaturg',
|
||||||
|
'production_designer' => 'Production designer',
|
||||||
|
'costumer' => 'Costumer',
|
||||||
|
'musician' => 'Musician',
|
||||||
|
'choreographer' => 'Choreographer',
|
||||||
|
'make_up_artist' => 'Make-up artist',
|
||||||
|
'speech_trainer' => 'Speech trainer',
|
||||||
|
'puppet_maker' => 'Puppet maker',
|
||||||
|
'technician' => 'Technician',
|
||||||
|
'inspector' => 'Inspector',
|
||||||
|
'assistant' => 'Assistant',
|
||||||
|
'actor' => 'Actor',
|
||||||
|
'painter' => 'Painter',
|
||||||
|
'creator' => 'Creator',
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user