Approval.
This commit is contained in:
16
it/measurement_type_set.php
Normal file
16
it/measurement_type_set.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$measurement_type_set = array (
|
||||
'length' => 'Length',
|
||||
'height' => 'Height',
|
||||
'width' => 'Width',
|
||||
'number_of_copies' => 'Number of copies',
|
||||
'weight' => 'Weight',
|
||||
'diameter' => 'Diameter',
|
||||
'wall' => 'Wall',
|
||||
'number_of_parts' => 'Number of parts',
|
||||
'die_axis' => 'Die-axis',
|
||||
'length_socle' => 'Length of socle',
|
||||
'height_socle' => 'Height of socle',
|
||||
'width_socle' => 'Width of socle',
|
||||
);
|
6
it/units_count_copies_set.php
Normal file
6
it/units_count_copies_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
);
|
6
it/units_count_parts_set.php
Normal file
6
it/units_count_parts_set.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
);
|
2
it/units_die_axis_set.php
Normal file
2
it/units_die_axis_set.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
Reference in New Issue
Block a user