Approval.
This commit is contained in:
parent
2619277713
commit
76256a823c
@ -8,7 +8,7 @@ $measurement_type_set = array (
|
|||||||
'weight' => 'Súly',
|
'weight' => 'Súly',
|
||||||
'diameter' => 'Átmérő',
|
'diameter' => 'Átmérő',
|
||||||
'wall' => 'Falvastagság',
|
'wall' => 'Falvastagság',
|
||||||
'number_of_parts' => 'Részek száma',
|
'number_of_parts' => 'Részegységek',
|
||||||
'die_axis' => 'Die-axis',
|
'die_axis' => 'Die-axis',
|
||||||
'length_socle' => 'Hosszúság (talapzat)',
|
'length_socle' => 'Hosszúság (talapzat)',
|
||||||
'height_socle' => 'Magasság (talapzat)',
|
'height_socle' => 'Magasság (talapzat)',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$units_count_copies_set = array (
|
$units_count_copies_set = array (
|
||||||
'copies' => 'Copies',
|
'copies' => 'db',
|
||||||
'specimen' => 'Specimen',
|
'specimen' => 'példány',
|
||||||
);
|
);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$units_count_parts_set = array (
|
$units_count_parts_set = array (
|
||||||
'parts' => 'Parts',
|
'parts' => 'darab',
|
||||||
'pages' => 'Pages',
|
'pages' => 'oldal',
|
||||||
'sheets' => 'Sheets',
|
'sheets' => 'lap',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user