Approval.
This commit is contained in:
parent
eb42b7f0d8
commit
7623a0314d
7
ar/vocabulary_redaction_level.php
Normal file
7
ar/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
de/vocabulary_redaction_level.php
Normal file
7
de/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Geprüft',
|
||||||
|
'unchecked' => 'Ungeprüft',
|
||||||
|
'questionable' => 'Fraglich',
|
||||||
|
);
|
7
dsb/vocabulary_redaction_level.php
Normal file
7
dsb/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
en/vocabulary_redaction_level.php
Normal file
7
en/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
es/vocabulary_redaction_level.php
Normal file
7
es/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
fr/vocabulary_redaction_level.php
Normal file
7
fr/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
hsb/vocabulary_redaction_level.php
Normal file
7
hsb/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
hu/vocabulary_redaction_level.php
Normal file
7
hu/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
id/vocabulary_redaction_level.php
Normal file
7
id/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
it/vocabulary_redaction_level.php
Normal file
7
it/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
iw/vocabulary_redaction_level.php
Normal file
7
iw/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
nl/vocabulary_redaction_level.php
Normal file
7
nl/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
pl/vocabulary_redaction_level.php
Normal file
7
pl/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
pt/vocabulary_redaction_level.php
Normal file
7
pt/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
qu/vocabulary_redaction_level.php
Normal file
7
qu/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
ro/vocabulary_redaction_level.php
Normal file
7
ro/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
ru/vocabulary_redaction_level.php
Normal file
7
ru/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
tl/vocabulary_redaction_level.php
Normal file
7
tl/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
tr/vocabulary_redaction_level.php
Normal file
7
tr/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
uk/vocabulary_redaction_level.php
Normal file
7
uk/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
7
zh/vocabulary_redaction_level.php
Normal file
7
zh/vocabulary_redaction_level.php
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?PHP
|
||||||
|
declare(strict_types = 1);
|
||||||
|
$vocabulary_redaction_level = array (
|
||||||
|
'checked' => 'Checked',
|
||||||
|
'unchecked' => 'Unchecked',
|
||||||
|
'questionable' => 'Questionable',
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user