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.pro | 24 +++++++-- Plugins/CsvImport/CsvImportOptions.ui | 2 +- Plugins/CsvImport/CsvImport_de.qm | Bin 0 -> 23 bytes Plugins/CsvImport/CsvImport_de.ts | 85 ++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_es.qm | Bin 0 -> 23 bytes Plugins/CsvImport/CsvImport_es.ts | 85 ++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_fr.qm | Bin 0 -> 2173 bytes Plugins/CsvImport/CsvImport_fr.ts | 89 ++++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_pl.qm | Bin 2366 -> 2414 bytes Plugins/CsvImport/CsvImport_pl.ts | 6 ++- Plugins/CsvImport/CsvImport_pt_BR.qm | Bin 0 -> 23 bytes Plugins/CsvImport/CsvImport_pt_BR.ts | 85 ++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_ru.qm | Bin 0 -> 2246 bytes Plugins/CsvImport/CsvImport_ru.ts | 89 ++++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_sk.qm | Bin 0 -> 27 bytes Plugins/CsvImport/CsvImport_sk.ts | 85 ++++++++++++++++++++++++++++++++ Plugins/CsvImport/CsvImport_zh_CN.qm | 1 + Plugins/CsvImport/CsvImport_zh_CN.ts | 85 ++++++++++++++++++++++++++++++++ Plugins/CsvImport/csvimport.json | 2 +- Plugins/CsvImport/csvimport.qrc | 2 + 20 files changed, 634 insertions(+), 6 deletions(-) create mode 100644 Plugins/CsvImport/CsvImport_de.qm create mode 100644 Plugins/CsvImport/CsvImport_de.ts create mode 100644 Plugins/CsvImport/CsvImport_es.qm create mode 100644 Plugins/CsvImport/CsvImport_es.ts create mode 100644 Plugins/CsvImport/CsvImport_fr.qm create mode 100644 Plugins/CsvImport/CsvImport_fr.ts create mode 100644 Plugins/CsvImport/CsvImport_pt_BR.qm create mode 100644 Plugins/CsvImport/CsvImport_pt_BR.ts create mode 100644 Plugins/CsvImport/CsvImport_ru.qm create mode 100644 Plugins/CsvImport/CsvImport_ru.ts create mode 100644 Plugins/CsvImport/CsvImport_sk.qm create mode 100644 Plugins/CsvImport/CsvImport_sk.ts create mode 100644 Plugins/CsvImport/CsvImport_zh_CN.qm create mode 100644 Plugins/CsvImport/CsvImport_zh_CN.ts (limited to 'Plugins/CsvImport') diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index fdd85b6..6ce08d1 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = CsvImport TEMPLATE = lib @@ -28,5 +28,23 @@ RESOURCES += \ csvimport.qrc -TRANSLATIONS += CsvImport_pl.ts +TRANSLATIONS += CsvImport_zh_CN.ts \ + CsvImport_sk.ts \ + CsvImport_de.ts \ + CsvImport_ru.ts \ + CsvImport_pt_BR.ts \ + CsvImport_fr.ts \ + CsvImport_es.ts \ + CsvImport_pl.ts + + + + + + + + + + + diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index ff06613..b5e8ceb 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -52,7 +52,7 @@ <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> - Skip first row of data + First line represents CSV column names CsvImport.FirstRowAsColumns diff --git a/Plugins/CsvImport/CsvImport_de.qm b/Plugins/CsvImport/CsvImport_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/CsvImport/CsvImport_de.qm differ diff --git a/Plugins/CsvImport/CsvImport_de.ts b/Plugins/CsvImport/CsvImport_de.ts new file mode 100644 index 0000000..04dc2c3 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_de.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. + + + + diff --git a/Plugins/CsvImport/CsvImport_es.qm b/Plugins/CsvImport/CsvImport_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/CsvImport/CsvImport_es.qm differ diff --git a/Plugins/CsvImport/CsvImport_es.ts b/Plugins/CsvImport/CsvImport_es.ts new file mode 100644 index 0000000..6be4b48 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_es.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. + + + + diff --git a/Plugins/CsvImport/CsvImport_fr.qm b/Plugins/CsvImport/CsvImport_fr.qm new file mode 100644 index 0000000..fd26433 Binary files /dev/null and b/Plugins/CsvImport/CsvImport_fr.qm differ diff --git a/Plugins/CsvImport/CsvImport_fr.ts b/Plugins/CsvImport/CsvImport_fr.ts new file mode 100644 index 0000000..66d7de9 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_fr.ts @@ -0,0 +1,89 @@ + + + + + CsvImport + + + Cannot read file %1 + Impossible de lire le fichier %1 + + + + Could not find any data in the file %1. + Impossible de trouver des données dans le fichier %1. + + + + Enter the custom separator character. + Saisir le caractère séparateur. + + + + Enter the value that will be interpreted as a NULL. + Saisir la valeur qui sera interprétée comme NULL. + + + + CSV files (*.csv);;Text files (*.txt);;All files (*) + Fichiers CSV (*.csv);;Fichiers texte (*.txt);;Tous les fichiers (*) + + + + csvImportOptions + + + , (comma) + , (virgule) + + + + ; (semicolon) + ; (point virgule) + + + + \t (tab) + \t (tab) + + + + (whitespace) + (Espace) + + + + Custom: + Personalisé: + + + + <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>Ceci est possible si la permière ligne de votre fichier CSV représente le nom des colonnes.</p> + + + + First line represents CSV column names + + + + Skip first row of data + Aller à la première ligne de données + + + + Field separator: + Champ séparateur: + + + + NULL values: + Valeurs NULL: + + + + If your CSV data contains null values, define how are they represented in the CSV. + Si votre CSV de données contient des valeurs nulles, définissez leur représentation dans le CSV. + + + diff --git a/Plugins/CsvImport/CsvImport_pl.qm b/Plugins/CsvImport/CsvImport_pl.qm index 2e0a4e0..7a63ef3 100644 Binary files a/Plugins/CsvImport/CsvImport_pl.qm and b/Plugins/CsvImport/CsvImport_pl.qm differ diff --git a/Plugins/CsvImport/CsvImport_pl.ts b/Plugins/CsvImport/CsvImport_pl.ts index ca9a7aa..7b9494f 100644 --- a/Plugins/CsvImport/CsvImport_pl.ts +++ b/Plugins/CsvImport/CsvImport_pl.ts @@ -63,8 +63,12 @@ + First line represents CSV column names + Pierwsza linia reprezentuje nazwy kolumn CSV + + Skip first row of data - Pomiń pierwszy wiersz danych + Pomiń pierwszy wiersz danych First row represents column names diff --git a/Plugins/CsvImport/CsvImport_pt_BR.qm b/Plugins/CsvImport/CsvImport_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/CsvImport/CsvImport_pt_BR.qm differ diff --git a/Plugins/CsvImport/CsvImport_pt_BR.ts b/Plugins/CsvImport/CsvImport_pt_BR.ts new file mode 100644 index 0000000..b01222f --- /dev/null +++ b/Plugins/CsvImport/CsvImport_pt_BR.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. + + + + diff --git a/Plugins/CsvImport/CsvImport_ru.qm b/Plugins/CsvImport/CsvImport_ru.qm new file mode 100644 index 0000000..0202276 Binary files /dev/null and b/Plugins/CsvImport/CsvImport_ru.qm differ 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 + + + diff --git a/Plugins/CsvImport/CsvImport_sk.qm b/Plugins/CsvImport/CsvImport_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/CsvImport/CsvImport_sk.qm differ diff --git a/Plugins/CsvImport/CsvImport_sk.ts b/Plugins/CsvImport/CsvImport_sk.ts new file mode 100644 index 0000000..c402357 --- /dev/null +++ b/Plugins/CsvImport/CsvImport_sk.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. + + + + diff --git a/Plugins/CsvImport/CsvImport_zh_CN.qm b/Plugins/CsvImport/CsvImport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/CsvImport/CsvImport_zh_CN.qm @@ -0,0 +1 @@ + + + + + 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. + + + + diff --git a/Plugins/CsvImport/csvimport.json b/Plugins/CsvImport/csvimport.json index a2bf5f8..f6280fe 100644 --- a/Plugins/CsvImport/csvimport.json +++ b/Plugins/CsvImport/csvimport.json @@ -2,6 +2,6 @@ "type": "ImportPlugin", "title": "CSV import", "description": "CSV format support for importing data", - "version": 10001, + "version": 10002, "author": "SalSoft" } diff --git a/Plugins/CsvImport/csvimport.qrc b/Plugins/CsvImport/csvimport.qrc index 727237d..b65feb0 100644 --- a/Plugins/CsvImport/csvimport.qrc +++ b/Plugins/CsvImport/csvimport.qrc @@ -4,5 +4,7 @@ CsvImport_pl.qm + CsvImport_ru.qm + CsvImport_fr.qm -- cgit v1.2.3