From 8ee6c0789d6d6f6da9494a9f5e62decee2c5681d Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 13 Jul 2017 13:40:21 +0200 Subject: [PATCH] New translations csv.php (Russian) --- resources/lang/ru_RU/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ru_RU/csv.php b/resources/lang/ru_RU/csv.php index f49c03bb8e..faee6f69fd 100644 --- a/resources/lang/ru_RU/csv.php +++ b/resources/lang/ru_RU/csv.php @@ -14,7 +14,7 @@ declare(strict_types=1); return [ // initial config - 'initial_title' => 'Import setup (1/3) - Basic CSV import setup', + 'initial_title' => 'Импорт данных (1/3) - Подготовка к импорту CSV', 'initial_text' => 'To be able to import your file correctly, please validate the options below.', 'initial_box' => 'Basic CSV import setup', 'initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',