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/HtmlExport/HtmlExport.pro | 4 + Plugins/HtmlExport/HtmlExport_pl.qm | Bin 0 -> 3840 bytes Plugins/HtmlExport/HtmlExport_pl.ts | 173 ++++++++++++++++++++++++++++++++++++ Plugins/HtmlExport/htmlexport.qrc | 3 + Plugins/HtmlExport/htmlexport.ui | 20 ++--- 5 files changed, 190 insertions(+), 10 deletions(-) create mode 100644 Plugins/HtmlExport/HtmlExport_pl.qm create mode 100644 Plugins/HtmlExport/HtmlExport_pl.ts (limited to 'Plugins/HtmlExport') diff --git a/Plugins/HtmlExport/HtmlExport.pro b/Plugins/HtmlExport/HtmlExport.pro index ff0a68e..c4f7468 100644 --- a/Plugins/HtmlExport/HtmlExport.pro +++ b/Plugins/HtmlExport/HtmlExport.pro @@ -27,3 +27,7 @@ RESOURCES += \ FORMS += \ htmlexport.ui + + +TRANSLATIONS += HtmlExport_pl.ts + diff --git a/Plugins/HtmlExport/HtmlExport_pl.qm b/Plugins/HtmlExport/HtmlExport_pl.qm new file mode 100644 index 0000000..a0cac5e Binary files /dev/null and b/Plugins/HtmlExport/HtmlExport_pl.qm differ diff --git a/Plugins/HtmlExport/HtmlExport_pl.ts b/Plugins/HtmlExport/HtmlExport_pl.ts new file mode 100644 index 0000000..ebe1925 --- /dev/null +++ b/Plugins/HtmlExport/HtmlExport_pl.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Wyniki zapytania SQL + + + + + no type + brak typu + + + + + Exported table: %1 + Eksportowana tabela: %1 + + + + + Table: %1 + Tabela: %1 + + + + virtual + wirtualna + + + + Exported database: %1 + Eksportowana baza: %1 + + + + Index: %1 + Indeks: %1 + + + + For table: + Dla tabeli: + + + + Unique: + Unikalny: + + + + Yes + Tak + + + + No + Nie + + + + Column + Kolumna + + + + Collating + Zestawienie + + + + Sort order + Sortowanie + + + + Trigger: %1 + Wyzwalacz: %1 + + + + Activated: + Aktywowany: + + + + Action: + Akcja: + + + + On view: + Na widoku: + + + + On table: + Na tabeli: + + + + Activate condition: + Warunek aktywacji: + + + + Code executed: + Wykonywany kod: + + + + View: %1 + Widok: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Dokument wygenerowany przez SQLiteStudio v%1 dnia %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maksymalna liczba znaków w komórce: + + + + Include data types in first row + Dodaj typy danych w pierwszym wierszu + + + + Column names as first row + Nazwy kolumn w pierwszym wierszu + + + + Row numbers as first column + Numery wierszy w pierwszej kolumnie + + + + 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) + + + + <p>When enabled, HTML characters such as &lt;, &gt; and &amp; are not escaped in exported values. This allows you for example to export hyper-link enabled documents, but it also may result in incorrect HTML document (unmatched pairs of &lt; and &gt; characters). Be warned.</p> + <p>Kiedy włączone, znaki HTML takie jak &lt;, &gt; i &amp; nie będą podmieniane w wyeksportowanych wartościach. Pozwala to przykładowo na eksportowanie odnośników w dokumencie, ale może też spowodować, ze dokument HTML będzie niepoprawny (niedopasowane pary znaków &lt; i &gt;). Miej tego świadomość.</p> + + + + Don't escape HTML characters + Nie podmieniaj znaków HTML. + + + diff --git a/Plugins/HtmlExport/htmlexport.qrc b/Plugins/HtmlExport/htmlexport.qrc index 77f9482..8756c61 100644 --- a/Plugins/HtmlExport/htmlexport.qrc +++ b/Plugins/HtmlExport/htmlexport.qrc @@ -5,4 +5,7 @@ htmlexport.ui + + HtmlExport_pl.qm + diff --git a/Plugins/HtmlExport/htmlexport.ui b/Plugins/HtmlExport/htmlexport.ui index a4727a4..6606b1f 100644 --- a/Plugins/HtmlExport/htmlexport.ui +++ b/Plugins/HtmlExport/htmlexport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -26,7 +26,7 @@ 999999999 - HtmlExport.ByteLengthLimit + HtmlExport.ByteLengthLimit @@ -43,7 +43,7 @@ Include data types in first row - HtmlExport.PrintDataTypes + HtmlExport.PrintDataTypes @@ -53,7 +53,7 @@ Column names as first row - HtmlExport.PrintHeader + HtmlExport.PrintHeader @@ -63,7 +63,7 @@ Row numbers as first column - HtmlExport.PrintRowNum + HtmlExport.PrintRowNum @@ -79,10 +79,10 @@ Format document (new lines, indentation) - HtmlExport.Format + HtmlExport.Format - format + format @@ -92,10 +92,10 @@ Compress (everything in one line) - HtmlExport.Format + HtmlExport.Format - compress + compress @@ -111,7 +111,7 @@ Don't escape HTML characters - HtmlExport.DontEscapeHtml + HtmlExport.DontEscapeHtml -- cgit v1.2.3