Approval.
This commit is contained in:
16
de/measurement_type_set.php
Normal file
16
de/measurement_type_set.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$measurement_type_set = array (
|
||||
'length' => 'Länge',
|
||||
'height' => 'Höhe',
|
||||
'width' => 'Breite',
|
||||
'number_of_copies' => 'Anzahl / Stückzahl',
|
||||
'weight' => 'Gewicht',
|
||||
'diameter' => 'Durchmesser',
|
||||
'wall' => 'Wandungsstärke',
|
||||
'number_of_parts' => 'Anzahl von Teilen',
|
||||
'die_axis' => 'Stempelstellung',
|
||||
'length_socle' => 'Länge (Sockel)',
|
||||
'height_socle' => 'Höhe (Sockel)',
|
||||
'width_socle' => 'Breite (Sockel)',
|
||||
);
|
6
de/units_count_copies_set.php
Normal file
6
de/units_count_copies_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Kopien',
|
||||
'specimen' => 'Exemplare',
|
||||
);
|
6
de/units_count_parts_set.php
Normal file
6
de/units_count_parts_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Bestandteile',
|
||||
'pages' => 'Seiten',
|
||||
);
|
2
de/units_die_axis_set.php
Normal file
2
de/units_die_axis_set.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
Reference in New Issue
Block a user