From a57e56f0f1a07becf0463c038f8e28be0ccf7f1b Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 7 Sep 2022 14:39:44 +0000 Subject: [PATCH] Approval. --- ru/entry_types.php | 6 +++--- ru/source_type_set.php | 2 +- ru/units_length_set.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ru/entry_types.php b/ru/entry_types.php index 3056a74..7fe3925 100644 --- a/ru/entry_types.php +++ b/ru/entry_types.php @@ -12,8 +12,8 @@ $entry_types['9'] = 'Заём'; $entry_types['10'] = 'Обмен'; $entry_types['11'] = 'Собственное производство'; $entry_types['12'] = 'Деформация материала'; -$entry_types['14'] = 'Прецедент.'; -$entry_types['15'] = 'Находка.'; +$entry_types['14'] = 'Прецедент'; +$entry_types['15'] = 'Находка'; $entry_types['98'] = 'Подлежит проверке'; $entry_types['99'] = 'Иное законное приобретение'; -$entry_types['16'] = 'Бессрочный заём.'; +$entry_types['16'] = 'Бессрочный заём'; diff --git a/ru/source_type_set.php b/ru/source_type_set.php index 4f3a41a..9fa5669 100644 --- a/ru/source_type_set.php +++ b/ru/source_type_set.php @@ -2,7 +2,7 @@ $source_type_set['article'] = 'Статья'; $source_type_set['inbook'] = 'Статья в сборнике'; $source_type_set['book'] = 'Книга'; -$source_type_set['phdthesis'] = 'PhD тезис'; +$source_type_set['phdthesis'] = 'PhD работа'; $source_type_set['electronical'] = 'Электронный ресурс'; $source_type_set['misc'] = 'Разное'; $source_type_set['patent'] = 'Патент'; diff --git a/ru/units_length_set.php b/ru/units_length_set.php index 7e952cd..cee42f4 100644 --- a/ru/units_length_set.php +++ b/ru/units_length_set.php @@ -3,5 +3,5 @@ $units_length_set['m'] = 'м'; $units_length_set['dm'] = 'дм'; $units_length_set['cm'] = 'см'; $units_length_set['mm'] = 'мм'; -$units_length_set['ft'] = 'ft'; -$units_length_set['in'] = 'inch'; +$units_length_set['ft'] = 'фут'; +$units_length_set['in'] = 'дюйм';