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/PdfExport/PdfExport.pro | 4 + Plugins/PdfExport/PdfExport_pl.qm | Bin 0 -> 3945 bytes Plugins/PdfExport/PdfExport_pl.ts | 256 ++++++++++++++++++++++++++++++++++++++ Plugins/PdfExport/pdfexport.cpp | 4 +- Plugins/PdfExport/pdfexport.qrc | 3 + Plugins/PdfExport/pdfexport.ui | 36 +++--- 6 files changed, 283 insertions(+), 20 deletions(-) create mode 100644 Plugins/PdfExport/PdfExport_pl.qm create mode 100644 Plugins/PdfExport/PdfExport_pl.ts (limited to 'Plugins/PdfExport') diff --git a/Plugins/PdfExport/PdfExport.pro b/Plugins/PdfExport/PdfExport.pro index 46dda37..598e23c 100644 --- a/Plugins/PdfExport/PdfExport.pro +++ b/Plugins/PdfExport/PdfExport.pro @@ -24,3 +24,7 @@ FORMS += \ RESOURCES += \ pdfexport.qrc + + +TRANSLATIONS += PdfExport_pl.ts + diff --git a/Plugins/PdfExport/PdfExport_pl.qm b/Plugins/PdfExport/PdfExport_pl.qm new file mode 100644 index 0000000..ff4fc42 Binary files /dev/null and b/Plugins/PdfExport/PdfExport_pl.qm differ diff --git a/Plugins/PdfExport/PdfExport_pl.ts b/Plugins/PdfExport/PdfExport_pl.ts new file mode 100644 index 0000000..5ac637d --- /dev/null +++ b/Plugins/PdfExport/PdfExport_pl.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Wyniki zapytania SQL + + + + + Exported table: %1 + Eksportowana tabela: %1 + + + + + Table: %1 + Tabela: %1 + + + + + Column + Kolumna + + + + Data type + Typ danych + + + + Constraints + Ograniczenia + + + + Global table constraints + Globalne ograniczenia tabeli + + + + Exported database: %1 + Eksportowana baza: %1 + + + + Index: %1 + Indeks: %1 + + + + Property + index header + Własność + + + + Value + index header + Wartość + + + + Indexed table + Zaindeksowana tabela + + + + Unique index + Indeks unikalny + + + + Yes + Tak + + + + No + Nie + + + + Collation + Zestawienie + + + + Sort order + Sortowanie + + + + Partial index condition + Warunek indeksu częściowego + + + + Trigger: %1 + Wyzwalacz: %1 + + + + Property + trigger header + Własność + + + + Value + trigger header + Wartość + + + + Activation time + Moment aktywacji + + + + For action + Dla akcji + + + + On view + Na widoku + + + + On table + Na tabeli + + + + Activation condition + Warunek aktywacji + + + + Code executed + Kod do wykonania + + + + View: %1 + Widok: %1 + + + + Query: + Zapytanie: + + + + Document generated with SQLiteStudio v%1 + Dokument wygenerowany przy pomocy SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Rozmiar i układ + + + + Page size: + Rozmiar strony: + + + + Right margin: + Prawy margines: + + + + Left margin: + Lewy margines: + + + + Cell padding: + Odstęp wewnątrz komórki: + + + + Limit characters in single cell: + Ogranicz liczbę znaków w komórce: + + + + + + + + mm + mm + + + + Bottom margin: + Dolny margines: + + + + Top margin: + Górny margines: + + + + Font + Czcionka + + + + Colors + Kolory + + + + Headers background: + Tło nagłówków: + + + + NULL value color: + Kolor wartości NULL: + + + + Other settings + Inne ustawienia + + + + Print row numbers for data + Drukuj numery wierszy dla danych + + + + Print page numbers + Drukuj numery stron + + + diff --git a/Plugins/PdfExport/pdfexport.cpp b/Plugins/PdfExport/pdfexport.cpp index da15ab7..cd1ceca 100644 --- a/Plugins/PdfExport/pdfexport.cpp +++ b/Plugins/PdfExport/pdfexport.cpp @@ -227,7 +227,7 @@ bool PdfExport::exportIndex(const QString& database, const QString& name, const exportObjectRow({tr("Indexed table"), name}); exportObjectRow({tr("Unique index"), (createIndex->uniqueKw ? tr("Yes") : tr("No"))}); - indexColumns = {tr("Column"), tr("Collation"), tr("Sort order")}; + indexColumns = QStringList({tr("Column"), tr("Collation"), tr("Sort order")}); exportObjectColumnsHeader(indexColumns); QString sort; @@ -243,7 +243,7 @@ bool PdfExport::exportIndex(const QString& database, const QString& name, const if (createIndex->where) { - indexColumns = {tr("Partial index condition")}; + indexColumns = QStringList({tr("Partial index condition")}); exportObjectColumnsHeader(indexColumns); exportObjectRow(createIndex->where->detokenize()); } diff --git a/Plugins/PdfExport/pdfexport.qrc b/Plugins/PdfExport/pdfexport.qrc index fce27e6..5a2e9d8 100644 --- a/Plugins/PdfExport/pdfexport.qrc +++ b/Plugins/PdfExport/pdfexport.qrc @@ -2,4 +2,7 @@ pdfexport.ui + + PdfExport_pl.qm + diff --git a/Plugins/PdfExport/pdfexport.ui b/Plugins/PdfExport/pdfexport.ui index 31dfce5..1d396ef 100644 --- a/Plugins/PdfExport/pdfexport.ui +++ b/Plugins/PdfExport/pdfexport.ui @@ -6,12 +6,12 @@ 0 0 - 332 + 335 492 - Form + Form @@ -26,7 +26,7 @@ 999 - PdfExport.MaxCellBytes + PdfExport.MaxCellBytes @@ -43,7 +43,7 @@ 999999 - PdfExport.BottomMargin + PdfExport.BottomMargin @@ -53,7 +53,7 @@ 999999 - PdfExport.RightMargin + PdfExport.RightMargin @@ -98,7 +98,7 @@ 999999 - PdfExport.Padding + PdfExport.Padding @@ -122,7 +122,7 @@ 999999 - PdfExport.TopMargin + PdfExport.TopMargin @@ -143,10 +143,10 @@ - PdfExport.PageSizes + PdfExport.PageSizes - PdfExport.PageSize + PdfExport.PageSize @@ -170,7 +170,7 @@ 999999 - PdfExport.LeftMargin + PdfExport.LeftMargin @@ -186,14 +186,14 @@ - PdfExport.FontSize + PdfExport.FontSize - PdfExport.Font + PdfExport.Font @@ -222,10 +222,10 @@ - + - PdfExport.HeaderBgColor + PdfExport.HeaderBgColor @@ -245,10 +245,10 @@ - + - PdfExport.NullValueColor + PdfExport.NullValueColor @@ -267,7 +267,7 @@ Print row numbers for data - PdfExport.PrintRowNum + PdfExport.PrintRowNum @@ -277,7 +277,7 @@ Print page numbers - PdfExport.PrintPageNumbers + PdfExport.PrintPageNumbers -- cgit v1.2.3