From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/CsvImport/CsvImport_ru.ts | 89 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 Plugins/CsvImport/CsvImport_ru.ts (limited to 'Plugins/CsvImport/CsvImport_ru.ts') diff --git a/Plugins/CsvImport/CsvImport_ru.ts b/Plugins/CsvImport/CsvImport_ru.ts new file mode 100644 index 0000000..a38f2d1 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_ru.ts @@ -0,0 +1,89 @@ + + + + + CsvImport + + + Cannot read file %1 + Невозможно прочитать файл %1 + + + + Could not find any data in the file %1. + Невозможно найти данные в файле %1. + + + + Enter the custom separator character. + Введите произвольный символ разделителя. + + + + Enter the value that will be interpreted as a NULL. + Введите значение, которое будет интерпретировано как NULL. + + + + CSV files (*.csv);;Text files (*.txt);;All files (*) + Файлы CSV (*.csv);;Текстовые файлы (*.txt);;Все файлы (*) + + + + csvImportOptions + + + , (comma) + , (запятая) + + + + ; (semicolon) + ; (точка с запятой) + + + + \t (tab) + \t (табуляция) + + + + (whitespace) + (пробел) + + + + Custom: + Произвольный: + + + + <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> + <p>Активируйте эту опцию, если в первой строке файла CSV содержатся имена столбцов. Имена столбцов не нужно импортировать как обычные данные.</p> + + + + First line represents CSV column names + + + + Skip first row of data + Пропустить первую строку данных + + + + Field separator: + Разделитель поля: + + + + NULL values: + Значения NULL: + + + + If your CSV data contains null values, define how are they represented in the CSV. + Если данные в CSV содержат значения NULL, укажите, как они представлены в файле CSV + + + -- cgit v1.2.3