From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- Plugins/SqlExport/SqlExport.pro | 4 +- Plugins/SqlExport/SqlExport_it.ts | 98 ++++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_zh_CN.ts | 14 +++--- 3 files changed, 108 insertions(+), 8 deletions(-) create mode 100644 Plugins/SqlExport/SqlExport_it.ts (limited to 'Plugins/SqlExport') diff --git a/Plugins/SqlExport/SqlExport.pro b/Plugins/SqlExport/SqlExport.pro index 30e4632..eb18a7c 100644 --- a/Plugins/SqlExport/SqlExport.pro +++ b/Plugins/SqlExport/SqlExport.pro @@ -29,7 +29,8 @@ RESOURCES += \ sqlexport.qrc -TRANSLATIONS += SqlExport_zh_CN.ts \ +TRANSLATIONS += SqlExport_it.ts \ + SqlExport_zh_CN.ts \ SqlExport_sk.ts \ SqlExport_de.ts \ SqlExport_ru.ts \ @@ -49,3 +50,4 @@ TRANSLATIONS += SqlExport_zh_CN.ts \ + diff --git a/Plugins/SqlExport/SqlExport_it.ts b/Plugins/SqlExport/SqlExport_it.ts new file mode 100644 index 0000000..7f5368b --- /dev/null +++ b/Plugins/SqlExport/SqlExport_it.ts @@ -0,0 +1,98 @@ + + + + + SqlExport + + + -- Results of query: + + + + + -- Table: %1 + + + + + -- Index: %1 + + + + + -- Trigger: %1 + + + + + -- View: %1 + + + + + -- File generated with SQLiteStudio v%1 on %2 + + + + + -- Text encoding used: %1 + + + + + Table name for INSERT statements is mandatory. + + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + + + + + Format DDL statements only (excludes "INSERT" statements) + + + + + Use SQL formatter to format exported SQL statements + + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + + + + + Table name to use for INSERT statements: + + + + + Generate "CREATE TABLE" statement at the begining + + + + + Include the query in comments + + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + + + + + Format DDL statements only (excludes "INSERT" statements) + + + + diff --git a/Plugins/SqlExport/SqlExport_zh_CN.ts b/Plugins/SqlExport/SqlExport_zh_CN.ts index d29cae8..c6c72de 100644 --- a/Plugins/SqlExport/SqlExport_zh_CN.ts +++ b/Plugins/SqlExport/SqlExport_zh_CN.ts @@ -6,37 +6,37 @@ -- Results of query: - + -- 执行结果: -- Table: %1 - + -- 表:%1 -- Index: %1 - + -- 索引:%1 -- Trigger: %1 - + -- 触发器:%1 -- View: %1 - + -- 视图:%1 -- File generated with SQLiteStudio v%1 on %2 - + -- 由SQLiteStudio v%1 产生的文件 %2 -- Text encoding used: %1 - + -- 文本编码:%1 -- cgit v1.2.3