From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/PdfExport/PdfExport.pro | 4 +- Plugins/PdfExport/PdfExport_de.ts | 66 ++++----- Plugins/PdfExport/PdfExport_es.ts | 66 ++++----- Plugins/PdfExport/PdfExport_fr.ts | 66 ++++----- Plugins/PdfExport/PdfExport_it.ts | 66 ++++----- Plugins/PdfExport/PdfExport_pl.ts | 66 ++++----- Plugins/PdfExport/PdfExport_pt_BR.ts | 66 ++++----- Plugins/PdfExport/PdfExport_ro_RO.qm | Bin 0 -> 30 bytes Plugins/PdfExport/PdfExport_ro_RO.ts | 256 +++++++++++++++++++++++++++++++++++ Plugins/PdfExport/PdfExport_ru.ts | 66 ++++----- Plugins/PdfExport/PdfExport_sk.ts | 66 ++++----- Plugins/PdfExport/PdfExport_zh_CN.ts | 66 ++++----- Plugins/PdfExport/package.xml | 10 ++ Plugins/PdfExport/pdfexport.h | 2 +- Plugins/PdfExport/pdfexport.json | 2 +- Plugins/PdfExport/pdfexport.qrc | 2 + 16 files changed, 570 insertions(+), 300 deletions(-) create mode 100644 Plugins/PdfExport/PdfExport_ro_RO.qm create mode 100644 Plugins/PdfExport/PdfExport_ro_RO.ts create mode 100644 Plugins/PdfExport/package.xml (limited to 'Plugins/PdfExport') diff --git a/Plugins/PdfExport/PdfExport.pro b/Plugins/PdfExport/PdfExport.pro index d0818b3..b92c38b 100644 --- a/Plugins/PdfExport/PdfExport.pro +++ b/Plugins/PdfExport/PdfExport.pro @@ -26,7 +26,8 @@ RESOURCES += \ pdfexport.qrc -TRANSLATIONS += PdfExport_de.ts \ +TRANSLATIONS += PdfExport_ro_RO.ts \ + PdfExport_de.ts \ PdfExport_it.ts \ PdfExport_zh_CN.ts \ PdfExport_sk.ts \ @@ -50,3 +51,4 @@ TRANSLATIONS += PdfExport_de.ts \ + diff --git a/Plugins/PdfExport/PdfExport_de.ts b/Plugins/PdfExport/PdfExport_de.ts index 7498c43..d06a30c 100644 --- a/Plugins/PdfExport/PdfExport_de.ts +++ b/Plugins/PdfExport/PdfExport_de.ts @@ -9,160 +9,160 @@ SQLiteStudio v%1 - + SQL query results SQL Abfragenergebnis - - + + Exported table: %1 Exportierte Tabelle: %1 - - + + Table: %1 Tabelle: %1 - - + + Column Spalte - + Data type Datentyp - + Constraints Bedingungen - + Global table constraints Globale Tabellenbedingungen - + Exported database: %1 Exportierte Datenbank: %1 - + Index: %1 Index: %1 - + Property index header Eigenschaft - + Value index header Wert - + Indexed table Indexierte Tabelle - + Unique index Singularer Index? Fuer Unique finde ich keine richtige Übersetzung. Index (duplikatfrei) - + Yes Ja - + No Nein - + Collation Kollation - + Sort order Sortierreihenfolge - + Partial index condition Teilindexbedingung - + Trigger: %1 Trigger: %1 - + Property trigger header Eigenschaft - + Value trigger header Wert - + Activation time Ausführungszeit - + For action Für Aktion - + On view auf Index - + On table auf Tabelle - + Activation condition Ausführungskondition - + Code executed Code ausgeführt - + View: %1 View: %1 - + Query: Abfrage: - + Document generated with SQLiteStudio v%1 Dokument mit SQLiteStudio v%1 generiert diff --git a/Plugins/PdfExport/PdfExport_es.ts b/Plugins/PdfExport/PdfExport_es.ts index 745a227..6535f76 100644 --- a/Plugins/PdfExport/PdfExport_es.ts +++ b/Plugins/PdfExport/PdfExport_es.ts @@ -9,159 +9,159 @@ - + SQL query results - - + + Exported table: %1 - - + + Table: %1 - - + + Column - + Data type - + Constraints - + Global table constraints - + Exported database: %1 - + Index: %1 - + Property index header - + Value index header - + Indexed table - + Unique index - + Yes - + No - + Collation - + Sort order - + Partial index condition - + Trigger: %1 - + Property trigger header - + Value trigger header - + Activation time - + For action - + On view - + On table - + Activation condition - + Code executed - + View: %1 - + Query: - + Document generated with SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_fr.ts b/Plugins/PdfExport/PdfExport_fr.ts index e9c628f..63d7810 100644 --- a/Plugins/PdfExport/PdfExport_fr.ts +++ b/Plugins/PdfExport/PdfExport_fr.ts @@ -9,159 +9,159 @@ SQLiteStudio v%1 - + SQL query results Résultats de la requête SQL - - + + Exported table: %1 Table exportée : %1 - - + + Table: %1 Table : %1 - - + + Column Colonne - + Data type Type de données - + Constraints Contraintes - + Global table constraints Contraintes globales de la table - + Exported database: %1 Base de données exportée : %1 - + Index: %1 Index : %1 - + Property index header Proprièté - + Value index header Valeur - + Indexed table Table indexée - + Unique index Index unique - + Yes Oui - + No Non - + Collation Collation - + Sort order Ordre de tri - + Partial index condition Condition de l’index partiel - + Trigger: %1 Déchencheur : %1 - + Property trigger header Proprièté - + Value trigger header Valeur - + Activation time Activation temps - + For action Pour action - + On view De la vue - + On table De la vue - + Activation condition Activation de la condition - + Code executed Code exécuté - + View: %1 Vue : %1 - + Query: Requête : - + Document generated with SQLiteStudio v%1 Documentation générée avec SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_it.ts b/Plugins/PdfExport/PdfExport_it.ts index 913432b..8b13829 100644 --- a/Plugins/PdfExport/PdfExport_it.ts +++ b/Plugins/PdfExport/PdfExport_it.ts @@ -9,159 +9,159 @@ - + SQL query results - - + + Exported table: %1 - - + + Table: %1 - - + + Column - + Data type - + Constraints - + Global table constraints - + Exported database: %1 - + Index: %1 - + Property index header - + Value index header - + Indexed table - + Unique index - + Yes - + No - + Collation - + Sort order - + Partial index condition - + Trigger: %1 - + Property trigger header - + Value trigger header - + Activation time - + For action - + On view - + On table - + Activation condition - + Code executed - + View: %1 - + Query: - + Document generated with SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_pl.ts b/Plugins/PdfExport/PdfExport_pl.ts index e806995..ece6123 100644 --- a/Plugins/PdfExport/PdfExport_pl.ts +++ b/Plugins/PdfExport/PdfExport_pl.ts @@ -9,159 +9,159 @@ 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 diff --git a/Plugins/PdfExport/PdfExport_pt_BR.ts b/Plugins/PdfExport/PdfExport_pt_BR.ts index 59df275..8534c76 100644 --- a/Plugins/PdfExport/PdfExport_pt_BR.ts +++ b/Plugins/PdfExport/PdfExport_pt_BR.ts @@ -9,159 +9,159 @@ - + SQL query results - - + + Exported table: %1 - - + + Table: %1 - - + + Column - + Data type - + Constraints - + Global table constraints - + Exported database: %1 - + Index: %1 - + Property index header - + Value index header - + Indexed table - + Unique index - + Yes - + No - + Collation - + Sort order - + Partial index condition - + Trigger: %1 - + Property trigger header - + Value trigger header - + Activation time - + For action - + On view - + On table - + Activation condition - + Code executed - + View: %1 - + Query: - + Document generated with SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_ro_RO.qm b/Plugins/PdfExport/PdfExport_ro_RO.qm new file mode 100644 index 0000000..2856eb9 Binary files /dev/null and b/Plugins/PdfExport/PdfExport_ro_RO.qm differ diff --git a/Plugins/PdfExport/PdfExport_ro_RO.ts b/Plugins/PdfExport/PdfExport_ro_RO.ts new file mode 100644 index 0000000..189fdc6 --- /dev/null +++ b/Plugins/PdfExport/PdfExport_ro_RO.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + + + + + SQL query results + + + + + + Exported table: %1 + + + + + + Table: %1 + + + + + + Column + + + + + Data type + + + + + Constraints + + + + + Global table constraints + + + + + Exported database: %1 + + + + + Index: %1 + + + + + Property + index header + + + + + Value + index header + + + + + Indexed table + + + + + Unique index + + + + + Yes + + + + + No + + + + + Collation + + + + + Sort order + + + + + Partial index condition + + + + + Trigger: %1 + + + + + Property + trigger header + + + + + Value + trigger header + + + + + Activation time + + + + + For action + + + + + On view + + + + + On table + + + + + Activation condition + + + + + Code executed + + + + + View: %1 + + + + + Query: + + + + + Document generated with SQLiteStudio v%1 + + + + + PdfExportConfig + + + Size and layout + + + + + Page size: + + + + + Right margin: + + + + + Left margin: + + + + + Cell padding: + + + + + Limit characters in single cell: + + + + + + + + + mm + + + + + Bottom margin: + + + + + Top margin: + + + + + Font + + + + + Colors + + + + + Headers background: + + + + + NULL value color: + + + + + Other settings + + + + + Print row numbers for data + + + + + Print page numbers + + + + diff --git a/Plugins/PdfExport/PdfExport_ru.ts b/Plugins/PdfExport/PdfExport_ru.ts index 715a6ff..a904ee5 100644 --- a/Plugins/PdfExport/PdfExport_ru.ts +++ b/Plugins/PdfExport/PdfExport_ru.ts @@ -9,159 +9,159 @@ SQLiteStudio v%1 - + SQL query results Результаты запроса SQL - - + + Exported table: %1 Экспортированная таблица: %1 - - + + Table: %1 Таблица: %1 - - + + Column Столбец - + Data type Тип данных - + Constraints Ограничения - + Global table constraints Глобальные ограничения на таблицу - + Exported database: %1 Экспортированная база данных: %1 - + Index: %1 Индекс: %1 - + Property index header Свойство - + Value index header Значение - + Indexed table Проиндексированная таблица - + Unique index Уникальный индекс - + Yes Да - + No Нет - + Collation Сравнение - + Sort order Порядок сортировки - + Partial index condition Условие для частичного индекса - + Trigger: %1 Триггер: %1 - + Property trigger header Свойство - + Value trigger header Значение - + Activation time Время активации - + For action Для действия - + On view Для представления - + On table Для таблицы - + Activation condition Условие активации - + Code executed Исполненный код - + View: %1 Представление: %1 - + Query: Запрос: - + Document generated with SQLiteStudio v%1 Документ сгенерирован с помощью SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_sk.ts b/Plugins/PdfExport/PdfExport_sk.ts index 6684b8b..8de8acd 100644 --- a/Plugins/PdfExport/PdfExport_sk.ts +++ b/Plugins/PdfExport/PdfExport_sk.ts @@ -9,159 +9,159 @@ SQLiteStudio v%1 - + SQL query results Výsledky SQL dotazu - - + + Exported table: %1 Vyexportovaná tabuľka: %1 - - + + Table: %1 Tabuľka: %1 - - + + Column Stĺpec - + Data type Dátový typ - + Constraints Obmedzenia - + Global table constraints Globálne tabuľkové obmedzenia - + Exported database: %1 Vyexportovaná databáza: %1 - + Index: %1 Index: %1 - + Property index header Typ - + Value index header Hodnota - + Indexed table Indexovaná tabuľka - + Unique index Jedinečný index - + Yes Áno - + No Nie - + Collation Porovnávanie - + Sort order Zoradenie - + Partial index condition Podmienka parciálneho indexu - + Trigger: %1 Spúšťač: %1 - + Property trigger header Typ - + Value trigger header Hodnota - + Activation time Aktivačný čas - + For action Pre akciu - + On view Na pohľade - + On table Na tabuľke - + Activation condition Aktivačná podmienka - + Code executed Vykonaný kód - + View: %1 Pohľad: %1 - + Query: Dotaz: - + Document generated with SQLiteStudio v%1 Dokument vygenerovaný programom SQLiteStudio v%1 diff --git a/Plugins/PdfExport/PdfExport_zh_CN.ts b/Plugins/PdfExport/PdfExport_zh_CN.ts index b570ede..8da2d8e 100644 --- a/Plugins/PdfExport/PdfExport_zh_CN.ts +++ b/Plugins/PdfExport/PdfExport_zh_CN.ts @@ -9,159 +9,159 @@ - + SQL query results - - + + Exported table: %1 - - + + Table: %1 - - + + Column - + Data type - + Constraints - + Global table constraints - + Exported database: %1 - + Index: %1 - + Property index header - + Value index header - + Indexed table - + Unique index - + Yes - + No - + Collation - + Sort order - + Partial index condition - + Trigger: %1 - + Property trigger header - + Value trigger header - + Activation time - + For action - + On view - + On table - + Activation condition - + Code executed - + View: %1 - + Query: - + Document generated with SQLiteStudio v%1 diff --git a/Plugins/PdfExport/package.xml b/Plugins/PdfExport/package.xml new file mode 100644 index 0000000..138ac30 --- /dev/null +++ b/Plugins/PdfExport/package.xml @@ -0,0 +1,10 @@ + + + PDF Export plugin + Plugin for exporting into PDF format. + %VERSION% + %DATE% + pl.com.salsoft.sqlitestudio.plugins.pdfexport + pl.com.salsoft.sqlitestudio.plugins + true + \ No newline at end of file diff --git a/Plugins/PdfExport/pdfexport.h b/Plugins/PdfExport/pdfexport.h index 54239ff..05f4938 100644 --- a/Plugins/PdfExport/pdfexport.h +++ b/Plugins/PdfExport/pdfexport.h @@ -180,7 +180,7 @@ class PDFEXPORTSHARED_EXPORT PdfExport : public GenericExportPlugin int getContentsBottom() const; qreal mmToPoints(qreal sizeMM); - CFG_LOCAL(PdfExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(PdfExportConfig, cfg) QPagedPaintDevice* pagedWriter = nullptr; bool takeDeviceOwnership = true; QPainter* painter = nullptr; diff --git a/Plugins/PdfExport/pdfexport.json b/Plugins/PdfExport/pdfexport.json index a2ad9c7..cfa2abe 100644 --- a/Plugins/PdfExport/pdfexport.json +++ b/Plugins/PdfExport/pdfexport.json @@ -2,7 +2,7 @@ "type": "ExportPlugin", "title": "PDF export", "description": "Provides PDF format for exporting.", - "version": 10002, + "version": 10003, "author": "SalSoft", "gui": true } diff --git a/Plugins/PdfExport/pdfexport.qrc b/Plugins/PdfExport/pdfexport.qrc index e425878..f3805fb 100644 --- a/Plugins/PdfExport/pdfexport.qrc +++ b/Plugins/PdfExport/pdfexport.qrc @@ -3,6 +3,7 @@ pdfexport.ui + PdfExport_ro_RO.qm PdfExport_de.qm @@ -16,3 +17,4 @@ + -- cgit v1.2.3