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/JsonExport/JsonExport.pro | 4 ++++ Plugins/JsonExport/JsonExport_pl.qm | Bin 0 -> 442 bytes Plugins/JsonExport/JsonExport_pl.ts | 22 ++++++++++++++++++++++ Plugins/JsonExport/jsonexport.qrc | 3 +++ Plugins/JsonExport/jsonexport.ui | 10 +++++----- 5 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 Plugins/JsonExport/JsonExport_pl.qm create mode 100644 Plugins/JsonExport/JsonExport_pl.ts (limited to 'Plugins/JsonExport') diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro index 8e29fcf..c259664 100644 --- a/Plugins/JsonExport/JsonExport.pro +++ b/Plugins/JsonExport/JsonExport.pro @@ -26,3 +26,7 @@ FORMS += \ RESOURCES += \ jsonexport.qrc + + +TRANSLATIONS += JsonExport_pl.ts + diff --git a/Plugins/JsonExport/JsonExport_pl.qm b/Plugins/JsonExport/JsonExport_pl.qm new file mode 100644 index 0000000..3ed3bcd Binary files /dev/null and b/Plugins/JsonExport/JsonExport_pl.qm differ diff --git a/Plugins/JsonExport/JsonExport_pl.ts b/Plugins/JsonExport/JsonExport_pl.ts new file mode 100644 index 0000000..bdfdf8a --- /dev/null +++ b/Plugins/JsonExport/JsonExport_pl.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Format wyjściowy + + + + Format document (new lines, indentation) + Formatuj dokument (nowe linie, wcięcia) + + + + Compress (everything in one line) + Kompresuj (wszystko w jednej linii) + + + diff --git a/Plugins/JsonExport/jsonexport.qrc b/Plugins/JsonExport/jsonexport.qrc index 19ea921..c9c8b78 100644 --- a/Plugins/JsonExport/jsonexport.qrc +++ b/Plugins/JsonExport/jsonexport.qrc @@ -2,4 +2,7 @@ jsonexport.ui + + JsonExport_pl.qm + diff --git a/Plugins/JsonExport/jsonexport.ui b/Plugins/JsonExport/jsonexport.ui index ebb0d78..df31f58 100644 --- a/Plugins/JsonExport/jsonexport.ui +++ b/Plugins/JsonExport/jsonexport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -29,10 +29,10 @@ true - format + format - JsonExport.Format + JsonExport.Format @@ -42,10 +42,10 @@ Compress (everything in one line) - compress + compress - JsonExport.Format + JsonExport.Format -- cgit v1.2.3