Update russian.php
Bugo

Bugo commited on 2017-05-31 13:23:33
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -16,7 +16,7 @@ $text['script_name'] = 'SMF Package Generator';
16 16
 // Basic information section.
17 17
 $text['basic_info_header'] = 'Основная информация';
18 18
 $text['basic_your_name'] = 'Ваш ник';
19
-$text['basic_mod_name'] = 'Название модификации';
19
+$text['basic_mod_name'] = 'Название мода';
20 20
 $text['basic_mod_version'] = 'Версия';
21 21
 $text['basic_mod_type'] = 'Тип';
22 22
 $text['details_header'] = 'Детали';
... ...
@@ -61,7 +61,7 @@ $text['button_expand'] = 'Развернуть';
61 61
 	$text['edit_header_collapse'] = 'Свернуть';
62 62
 	$text['edit_header_expand'] = 'Развернуть';
63 63
 
64
-	$text['edit_ignore_whitespace'] = 'Игнорировать пустое пространство';
64
+	$text['edit_ignore_whitespace'] = 'Игнорировать пробелы';
65 65
 	$text['edit_search_for'] = 'Код для поиска';
66 66
 	$text['edit_replace_with'] = 'Код для замены';
67 67
 
... ...
@@ -74,7 +74,7 @@ $text['button_expand'] = 'Развернуть';
74 74
 	$text['edit_errors'] = 'Обработка ошибок';
75 75
 	$text['edit_errors_fail'] = 'Сбой установки (по умолчанию)';
76 76
 	$text['edit_errors_ignore'] = 'Создать файл с изменениями (игнорировать)';
77
-	$text['edit_errors_required'] = 'Require the search to fail';
77
+	$text['edit_errors_required'] = 'Изменения обязательны (иначе провал)';
78 78
 
79 79
 
80 80
 // The Package Info Section. Note that %1$s here represents the action number.
81 81