From 76256a823c780141eb7fd169261d1d1a06125783 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 22 Jan 2025 14:03:17 +0000 Subject: [PATCH] Approval. --- hu/measurement_type_set.php | 2 +- hu/units_count_copies_set.php | 4 ++-- hu/units_count_parts_set.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hu/measurement_type_set.php b/hu/measurement_type_set.php index 1d47e2c..c4fd5c4 100644 --- a/hu/measurement_type_set.php +++ b/hu/measurement_type_set.php @@ -8,7 +8,7 @@ $measurement_type_set = array ( 'weight' => 'Súly', 'diameter' => 'Átmérő', 'wall' => 'Falvastagság', - 'number_of_parts' => 'Részek száma', + 'number_of_parts' => 'Részegységek', 'die_axis' => 'Die-axis', 'length_socle' => 'Hosszúság (talapzat)', 'height_socle' => 'Magasság (talapzat)', diff --git a/hu/units_count_copies_set.php b/hu/units_count_copies_set.php index 9463162..7609afe 100644 --- a/hu/units_count_copies_set.php +++ b/hu/units_count_copies_set.php @@ -1,6 +1,6 @@ 'Copies', - 'specimen' => 'Specimen', + 'copies' => 'db', + 'specimen' => 'példány', ); diff --git a/hu/units_count_parts_set.php b/hu/units_count_parts_set.php index 849ce6c..8695db6 100644 --- a/hu/units_count_parts_set.php +++ b/hu/units_count_parts_set.php @@ -1,7 +1,7 @@ 'Parts', - 'pages' => 'Pages', - 'sheets' => 'Sheets', + 'parts' => 'darab', + 'pages' => 'oldal', + 'sheets' => 'lap', );