aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/CsvExport
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/CsvExport')
-rw-r--r--Plugins/CsvExport/CsvExport.pro4
-rw-r--r--Plugins/CsvExport/CsvExport.ui10
-rw-r--r--Plugins/CsvExport/CsvExport_pl.qmbin0 -> 953 bytes
-rw-r--r--Plugins/CsvExport/CsvExport_pl.ts57
-rw-r--r--Plugins/CsvExport/csvexport.qrc3
5 files changed, 69 insertions, 5 deletions
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 @@
</rect>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="3">
@@ -20,7 +20,7 @@
<string>Column names in first row</string>
</property>
<property name="cfg" stdset="0">
- <string>CsvExport.ColumnsInFirstRow</string>
+ <string notr="true">CsvExport.ColumnsInFirstRow</string>
</property>
</widget>
</item>
@@ -34,7 +34,7 @@
<item row="1" column="1">
<widget class="QComboBox" name="comboBox">
<property name="cfg" stdset="0">
- <string>CsvExport.Separator</string>
+ <string notr="true">CsvExport.Separator</string>
</property>
<item>
<property name="text">
@@ -72,7 +72,7 @@
</size>
</property>
<property name="cfg" stdset="0">
- <string>CsvExport.CustomSeparator</string>
+ <string notr="true">CsvExport.CustomSeparator</string>
</property>
</widget>
</item>
@@ -89,7 +89,7 @@
<string>Empty string</string>
</property>
<property name="cfg" stdset="0">
- <string>CsvExport.NullValueString</string>
+ <string notr="true">CsvExport.NullValueString</string>
</property>
</widget>
</item>
diff --git a/Plugins/CsvExport/CsvExport_pl.qm b/Plugins/CsvExport/CsvExport_pl.qm
new file mode 100644
index 0000000..4d64a8b
--- /dev/null
+++ b/Plugins/CsvExport/CsvExport_pl.qm
Binary files 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="pl_PL">
+<context>
+ <name>CsvExport</name>
+ <message>
+ <location filename="CsvExport.ui" line="20"/>
+ <source>Column names in first row</source>
+ <translation>Nazwy kolumn w pierwszym wierszu</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="30"/>
+ <source>Column separator:</source>
+ <translation>Separator kolumny:</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="41"/>
+ <source>, (comma)</source>
+ <translation>, (przecinek)</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="46"/>
+ <source>; (semicolon)</source>
+ <translation>; (średnik)</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="51"/>
+ <source>\t (tab)</source>
+ <translation>\t (znak tabulacji)</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="56"/>
+ <source> (whitespace)</source>
+ <translation> (spacja)</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="61"/>
+ <source>Custom:</source>
+ <translation>Własny:</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="82"/>
+ <source>Export NULL values as:</source>
+ <translation>Eksportuj wartości NULL jako:</translation>
+ </message>
+ <message>
+ <location filename="CsvExport.ui" line="89"/>
+ <source>Empty string</source>
+ <translation>Pusty łańcuch</translation>
+ </message>
+ <message>
+ <location filename="csvexport.cpp" line="42"/>
+ <source>Enter the custom separator character.</source>
+ <translation>Wprowadź własny znak separatora.</translation>
+ </message>
+</context>
+</TS>
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 @@
<qresource prefix="/forms">
<file>CsvExport.ui</file>
</qresource>
+ <qresource prefix="/msg">
+ <file>CsvExport_pl.qm</file>
+ </qresource>
</RCC>