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/CsvExport/CsvExport.pro | 4 +++ Plugins/CsvExport/CsvExport.ui | 10 +++---- Plugins/CsvExport/CsvExport_pl.qm | Bin 0 -> 953 bytes Plugins/CsvExport/CsvExport_pl.ts | 57 ++++++++++++++++++++++++++++++++++++++ Plugins/CsvExport/csvexport.qrc | 3 ++ 5 files changed, 69 insertions(+), 5 deletions(-) create mode 100644 Plugins/CsvExport/CsvExport_pl.qm create mode 100644 Plugins/CsvExport/CsvExport_pl.ts (limited to 'Plugins/CsvExport') diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro index 9ffc8f9..f1fccc6 100644 --- a/Plugins/CsvExport/CsvExport.pro +++ b/Plugins/CsvExport/CsvExport.pro @@ -27,3 +27,7 @@ OTHER_FILES += \ RESOURCES += \ csvexport.qrc + + +TRANSLATIONS += CsvExport_pl.ts + diff --git a/Plugins/CsvExport/CsvExport.ui b/Plugins/CsvExport/CsvExport.ui index ec80b57..8ab93c6 100644 --- a/Plugins/CsvExport/CsvExport.ui +++ b/Plugins/CsvExport/CsvExport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -20,7 +20,7 @@ Column names in first row - CsvExport.ColumnsInFirstRow + CsvExport.ColumnsInFirstRow @@ -34,7 +34,7 @@ - CsvExport.Separator + CsvExport.Separator @@ -72,7 +72,7 @@ - CsvExport.CustomSeparator + CsvExport.CustomSeparator @@ -89,7 +89,7 @@ Empty string - CsvExport.NullValueString + CsvExport.NullValueString diff --git a/Plugins/CsvExport/CsvExport_pl.qm b/Plugins/CsvExport/CsvExport_pl.qm new file mode 100644 index 0000000..4d64a8b Binary files /dev/null and b/Plugins/CsvExport/CsvExport_pl.qm differ diff --git a/Plugins/CsvExport/CsvExport_pl.ts b/Plugins/CsvExport/CsvExport_pl.ts new file mode 100644 index 0000000..a925db2 --- /dev/null +++ b/Plugins/CsvExport/CsvExport_pl.ts @@ -0,0 +1,57 @@ + + + + + CsvExport + + + Column names in first row + Nazwy kolumn w pierwszym wierszu + + + + Column separator: + Separator kolumny: + + + + , (comma) + , (przecinek) + + + + ; (semicolon) + ; (średnik) + + + + \t (tab) + \t (znak tabulacji) + + + + (whitespace) + (spacja) + + + + Custom: + Własny: + + + + Export NULL values as: + Eksportuj wartości NULL jako: + + + + Empty string + Pusty łańcuch + + + + Enter the custom separator character. + Wprowadź własny znak separatora. + + + diff --git a/Plugins/CsvExport/csvexport.qrc b/Plugins/CsvExport/csvexport.qrc index 21d7213..f72a0e4 100644 --- a/Plugins/CsvExport/csvexport.qrc +++ b/Plugins/CsvExport/csvexport.qrc @@ -2,4 +2,7 @@ CsvExport.ui + + CsvExport_pl.qm + -- cgit v1.2.3