From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- Plugins/CsvImport/CsvImport.pro | 4 +- Plugins/CsvImport/CsvImport_it.ts | 85 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 Plugins/CsvImport/CsvImport_it.ts (limited to 'Plugins/CsvImport') diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index 6ce08d1..7e8dce0 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -28,7 +28,8 @@ RESOURCES += \ csvimport.qrc -TRANSLATIONS += CsvImport_zh_CN.ts \ +TRANSLATIONS += CsvImport_it.ts \ + CsvImport_zh_CN.ts \ CsvImport_sk.ts \ CsvImport_de.ts \ CsvImport_ru.ts \ @@ -48,3 +49,4 @@ TRANSLATIONS += CsvImport_zh_CN.ts \ + diff --git a/Plugins/CsvImport/CsvImport_it.ts b/Plugins/CsvImport/CsvImport_it.ts new file mode 100644 index 0000000..bc60d95 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_it.ts @@ -0,0 +1,85 @@ + + + + + CsvImport + + + Cannot read file %1 + + + + + Could not find any data in the file %1. + + + + + Enter the custom separator character. + + + + + Enter the value that will be interpreted as a NULL. + + + + + CSV files (*.csv);;Text files (*.txt);;All files (*) + + + + + csvImportOptions + + + , (comma) + + + + + ; (semicolon) + + + + + \t (tab) + + + + + (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> + + + + + First line represents CSV column names + + + + + Field separator: + + + + + NULL values: + + + + + If your CSV data contains null values, define how are they represented in the CSV. + + + + -- cgit v1.2.3