From 016003905ca0e8e459e3dc33e786beda8ec92f45 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 30 Jan 2015 17:00:07 -0500 Subject: Imported Upstream version 3.0.2 --- Plugins/CsvImport/CsvImport.pro | 4 ++ Plugins/CsvImport/CsvImportOptions.ui | 25 +++++----- Plugins/CsvImport/CsvImport_pl.qm | Bin 0 -> 2366 bytes Plugins/CsvImport/CsvImport_pl.ts | 89 ++++++++++++++++++++++++++++++++++ Plugins/CsvImport/csvimport.json | 2 +- Plugins/CsvImport/csvimport.qrc | 3 ++ 6 files changed, 111 insertions(+), 12 deletions(-) create mode 100644 Plugins/CsvImport/CsvImport_pl.qm create mode 100644 Plugins/CsvImport/CsvImport_pl.ts (limited to 'Plugins/CsvImport') diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index dfdb15b..fdd85b6 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -26,3 +26,7 @@ OTHER_FILES += \ RESOURCES += \ csvimport.qrc + + +TRANSLATIONS += CsvImport_pl.ts + diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index 5a1c6ab..ff06613 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -6,18 +6,18 @@ 0 0 - 333 + 365 90 - Form + Form - CsvImport.Separator + CsvImport.Separator @@ -48,11 +48,14 @@ - - CsvImport.FirstRowAsColumns + + <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 row represents column names + Skip first row of data + + + CsvImport.FirstRowAsColumns @@ -72,18 +75,18 @@ - CsvImport.CustomSeparator + CsvImport.CustomSeparator - - CsvImport.NullValues - NULL values: + + CsvImport.NullValues + @@ -92,7 +95,7 @@ If your CSV data contains null values, define how are they represented in the CSV. - CsvImport.NullValueString + CsvImport.NullValueString diff --git a/Plugins/CsvImport/CsvImport_pl.qm b/Plugins/CsvImport/CsvImport_pl.qm new file mode 100644 index 0000000..2e0a4e0 Binary files /dev/null and b/Plugins/CsvImport/CsvImport_pl.qm differ diff --git a/Plugins/CsvImport/CsvImport_pl.ts b/Plugins/CsvImport/CsvImport_pl.ts new file mode 100644 index 0000000..ca9a7aa --- /dev/null +++ b/Plugins/CsvImport/CsvImport_pl.ts @@ -0,0 +1,89 @@ + + + + + CsvImport + + + Cannot read file %1 + Nie można odczytać pliku %1 + + + + Could not find any data in the file %1. + Nie znaleziono danych w pliku %1. + + + + Enter the custom separator character. + Wprowadź własny znak separatora. + + + + Enter the value that will be interpreted as a NULL. + Wprowadź wartość, która będzie interpretowana jako NULL. + + + + CSV files (*.csv);;Text files (*.txt);;All files (*) + Pliki CSV (*.csv);;Pliki tekstowe (*.txt);;Wszystkie pliki (*) + + + + csvImportOptions + + + , (comma) + , (przecinek) + + + + ; (semicolon) + ; (średnik) + + + + \t (tab) + \t (znak tabulacji) + + + + (whitespace) + (spacja) + + + + Custom: + Własny: + + + + <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>Włącz to, jeśli pierwsza linia danych w twoim pliku CSV reprezentuje nazwy kolumn. Nie chcesz, aby nazwy kolumn zostały zaimportowane jako zwykłe dane.</p> + + + + Skip first row of data + Pomiń pierwszy wiersz danych + + + First row represents column names + Pierwszy wiersz reprezentuje nazwy kolumn + + + + Field separator: + Separator pól: + + + + NULL values: + Wartości NULL: + + + + If your CSV data contains null values, define how are they represented in the CSV. + Jeśli twoje dane CSV zawierają wartości null, zdefiniuj jak są one reprezentowane w CSV. + + + diff --git a/Plugins/CsvImport/csvimport.json b/Plugins/CsvImport/csvimport.json index 016c539..a2bf5f8 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": 10000, + "version": 10001, "author": "SalSoft" } diff --git a/Plugins/CsvImport/csvimport.qrc b/Plugins/CsvImport/csvimport.qrc index a071122..727237d 100644 --- a/Plugins/CsvImport/csvimport.qrc +++ b/Plugins/CsvImport/csvimport.qrc @@ -2,4 +2,7 @@ CsvImportOptions.ui + + CsvImport_pl.qm + -- cgit v1.2.3