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'] = 'дюйм';