Approval.
This commit is contained in:
parent
63d9d55cde
commit
26d1fa3365
@ -13,13 +13,13 @@ $measurement_type_set = array (
|
||||
'length_socle' => 'Довжина цоколя',
|
||||
'height_socle' => 'Висота цоколя',
|
||||
'width_socle' => 'Ширина цоколя',
|
||||
'height_sheet_size' => 'Sheet size (height)',
|
||||
'length_sheet_size' => 'Sheet size (length)',
|
||||
'width_sheet_size' => 'Sheet size (width)',
|
||||
'height_image_size' => 'Image size (height)',
|
||||
'length_image_size' => 'Image size (length)',
|
||||
'width_image_size' => 'Image size (width)',
|
||||
'length_frame' => 'Frame (length)',
|
||||
'height_frame' => 'Frame (height)',
|
||||
'width_frame' => 'Frame (width)',
|
||||
'height_sheet_size' => 'Розмір аркуша (висота)',
|
||||
'length_sheet_size' => 'Розмір аркуша (довжина)',
|
||||
'width_sheet_size' => 'Розмір аркуша (ширина)',
|
||||
'height_image_size' => 'Розмір зображення (висота)',
|
||||
'length_image_size' => 'Розмір зображення (довжина)',
|
||||
'width_image_size' => 'Розмір зображення (ширина)',
|
||||
'length_frame' => 'Рама (довжина)',
|
||||
'height_frame' => 'Рама (висота)',
|
||||
'width_frame' => 'Рама (ширина)',
|
||||
);
|
||||
|
@ -3,5 +3,5 @@ declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Частин',
|
||||
'pages' => 'Сторінок',
|
||||
'sheets' => 'Sheets',
|
||||
'sheets' => 'Аркушів',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user