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/HtmlExport/HtmlExport.pro | 4 +- Plugins/HtmlExport/HtmlExport_ro_RO.qm | Bin 0 -> 30 bytes Plugins/HtmlExport/HtmlExport_ro_RO.ts | 173 +++++++++++++++++++++++++++++++++ Plugins/HtmlExport/HtmlExport_ru.qm | Bin 3899 -> 3899 bytes Plugins/HtmlExport/HtmlExport_ru.ts | 2 +- Plugins/HtmlExport/htmlexport.h | 2 +- Plugins/HtmlExport/htmlexport.json | 2 +- Plugins/HtmlExport/htmlexport.qrc | 2 + Plugins/HtmlExport/package.xml | 10 ++ 9 files changed, 191 insertions(+), 4 deletions(-) create mode 100644 Plugins/HtmlExport/HtmlExport_ro_RO.qm create mode 100644 Plugins/HtmlExport/HtmlExport_ro_RO.ts create mode 100644 Plugins/HtmlExport/package.xml (limited to 'Plugins/HtmlExport') diff --git a/Plugins/HtmlExport/HtmlExport.pro b/Plugins/HtmlExport/HtmlExport.pro index 66a68ca..7e84021 100644 --- a/Plugins/HtmlExport/HtmlExport.pro +++ b/Plugins/HtmlExport/HtmlExport.pro @@ -29,7 +29,8 @@ FORMS += \ htmlexport.ui -TRANSLATIONS += HtmlExport_de.ts \ +TRANSLATIONS += HtmlExport_ro_RO.ts \ + HtmlExport_de.ts \ HtmlExport_it.ts \ HtmlExport_zh_CN.ts \ HtmlExport_sk.ts \ @@ -53,3 +54,4 @@ TRANSLATIONS += HtmlExport_de.ts \ + diff --git a/Plugins/HtmlExport/HtmlExport_ro_RO.qm b/Plugins/HtmlExport/HtmlExport_ro_RO.qm new file mode 100644 index 0000000..2856eb9 Binary files /dev/null and b/Plugins/HtmlExport/HtmlExport_ro_RO.qm differ diff --git a/Plugins/HtmlExport/HtmlExport_ro_RO.ts b/Plugins/HtmlExport/HtmlExport_ro_RO.ts new file mode 100644 index 0000000..2860272 --- /dev/null +++ b/Plugins/HtmlExport/HtmlExport_ro_RO.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + + + + + + no type + + + + + + Exported table: %1 + + + + + + Table: %1 + + + + + virtual + + + + + Exported database: %1 + + + + + Index: %1 + + + + + For table: + + + + + Unique: + + + + + Yes + + + + + No + + + + + Column + + + + + Collating + + + + + Sort order + + + + + Trigger: %1 + + + + + Activated: + + + + + Action: + + + + + On view: + + + + + On table: + + + + + Activate condition: + + + + + Code executed: + + + + + View: %1 + + + + + Document generated by SQLiteStudio v%1 on %2 + + + + + HtmlExportConfig + + + Maximum number of characters per cell: + + + + + Include data types in first row + + + + + Column names as first row + + + + + Row numbers as first column + + + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + <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> + + + + + Don't escape HTML characters + + + + diff --git a/Plugins/HtmlExport/HtmlExport_ru.qm b/Plugins/HtmlExport/HtmlExport_ru.qm index a595ca1..97efccd 100644 Binary files a/Plugins/HtmlExport/HtmlExport_ru.qm and b/Plugins/HtmlExport/HtmlExport_ru.qm differ diff --git a/Plugins/HtmlExport/HtmlExport_ru.ts b/Plugins/HtmlExport/HtmlExport_ru.ts index 51ef53c..695ce34 100644 --- a/Plugins/HtmlExport/HtmlExport_ru.ts +++ b/Plugins/HtmlExport/HtmlExport_ru.ts @@ -6,7 +6,7 @@ SQL query results - Реузльтаты запроса SQL + Результаты запроса SQL diff --git a/Plugins/HtmlExport/htmlexport.h b/Plugins/HtmlExport/htmlexport.h index 04a379c..93a0bc5 100644 --- a/Plugins/HtmlExport/htmlexport.h +++ b/Plugins/HtmlExport/htmlexport.h @@ -57,7 +57,7 @@ class HTMLEXPORTSHARED_EXPORT HtmlExport : public GenericExportPlugin static QString compressCss(QString css); - CFG_LOCAL(HtmlExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(HtmlExportConfig, cfg) bool indent = false; int indentDepth = 0; QString indentStr; diff --git a/Plugins/HtmlExport/htmlexport.json b/Plugins/HtmlExport/htmlexport.json index 2ca4b6d..d6a32b1 100644 --- a/Plugins/HtmlExport/htmlexport.json +++ b/Plugins/HtmlExport/htmlexport.json @@ -2,6 +2,6 @@ "type": "ExportPlugin", "title": "HTML export", "description": "Provides HTML format for exporting.", - "version": 10001, + "version": 10002, "author": "SalSoft" } diff --git a/Plugins/HtmlExport/htmlexport.qrc b/Plugins/HtmlExport/htmlexport.qrc index 0198048..2138f41 100644 --- a/Plugins/HtmlExport/htmlexport.qrc +++ b/Plugins/HtmlExport/htmlexport.qrc @@ -6,6 +6,7 @@ htmlexport.ui + HtmlExport_ro_RO.qm HtmlExport_de.qm @@ -19,3 +20,4 @@ + diff --git a/Plugins/HtmlExport/package.xml b/Plugins/HtmlExport/package.xml new file mode 100644 index 0000000..5d92263 --- /dev/null +++ b/Plugins/HtmlExport/package.xml @@ -0,0 +1,10 @@ + + + HTML Export plugin + Plugin for exporting into HTML format. + %VERSION% + %DATE% + pl.com.salsoft.sqlitestudio.plugins.htmlexport + pl.com.salsoft.sqlitestudio.plugins + true + \ No newline at end of file -- cgit v1.2.3