From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/SqlExport/SqlExport.pro | 24 +++++++-- Plugins/SqlExport/SqlExport_de.qm | Bin 0 -> 23 bytes Plugins/SqlExport/SqlExport_de.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_es.qm | Bin 0 -> 23 bytes Plugins/SqlExport/SqlExport_es.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_fr.qm | Bin 0 -> 2904 bytes Plugins/SqlExport/SqlExport_fr.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_pt_BR.qm | Bin 0 -> 23 bytes Plugins/SqlExport/SqlExport_pt_BR.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_ru.qm | Bin 0 -> 2991 bytes Plugins/SqlExport/SqlExport_ru.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_sk.qm | Bin 0 -> 27 bytes Plugins/SqlExport/SqlExport_sk.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/SqlExport_zh_CN.qm | 1 + Plugins/SqlExport/SqlExport_zh_CN.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/sqlexport.qrc | 2 + 16 files changed, 710 insertions(+), 3 deletions(-) create mode 100644 Plugins/SqlExport/SqlExport_de.qm create mode 100644 Plugins/SqlExport/SqlExport_de.ts create mode 100644 Plugins/SqlExport/SqlExport_es.qm create mode 100644 Plugins/SqlExport/SqlExport_es.ts create mode 100644 Plugins/SqlExport/SqlExport_fr.qm create mode 100644 Plugins/SqlExport/SqlExport_fr.ts create mode 100644 Plugins/SqlExport/SqlExport_pt_BR.qm create mode 100644 Plugins/SqlExport/SqlExport_pt_BR.ts create mode 100644 Plugins/SqlExport/SqlExport_ru.qm create mode 100644 Plugins/SqlExport/SqlExport_ru.ts create mode 100644 Plugins/SqlExport/SqlExport_sk.qm create mode 100644 Plugins/SqlExport/SqlExport_sk.ts create mode 100644 Plugins/SqlExport/SqlExport_zh_CN.qm create mode 100644 Plugins/SqlExport/SqlExport_zh_CN.ts (limited to 'Plugins/SqlExport') diff --git a/Plugins/SqlExport/SqlExport.pro b/Plugins/SqlExport/SqlExport.pro index f789222..30e4632 100644 --- a/Plugins/SqlExport/SqlExport.pro +++ b/Plugins/SqlExport/SqlExport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = SqlExport TEMPLATE = lib @@ -29,5 +29,23 @@ RESOURCES += \ sqlexport.qrc -TRANSLATIONS += SqlExport_pl.ts +TRANSLATIONS += SqlExport_zh_CN.ts \ + SqlExport_sk.ts \ + SqlExport_de.ts \ + SqlExport_ru.ts \ + SqlExport_pt_BR.ts \ + SqlExport_fr.ts \ + SqlExport_es.ts \ + SqlExport_pl.ts + + + + + + + + + + + diff --git a/Plugins/SqlExport/SqlExport_de.qm b/Plugins/SqlExport/SqlExport_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/SqlExport/SqlExport_de.qm differ diff --git a/Plugins/SqlExport/SqlExport_de.ts b/Plugins/SqlExport/SqlExport_de.ts new file mode 100644 index 0000000..9346fcd --- /dev/null +++ b/Plugins/SqlExport/SqlExport_de.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_es.qm b/Plugins/SqlExport/SqlExport_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/SqlExport/SqlExport_es.qm differ diff --git a/Plugins/SqlExport/SqlExport_es.ts b/Plugins/SqlExport/SqlExport_es.ts new file mode 100644 index 0000000..87c95b0 --- /dev/null +++ b/Plugins/SqlExport/SqlExport_es.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_fr.qm b/Plugins/SqlExport/SqlExport_fr.qm new file mode 100644 index 0000000..6258242 Binary files /dev/null and b/Plugins/SqlExport/SqlExport_fr.qm differ diff --git a/Plugins/SqlExport/SqlExport_fr.ts b/Plugins/SqlExport/SqlExport_fr.ts new file mode 100644 index 0000000..7ffe713 --- /dev/null +++ b/Plugins/SqlExport/SqlExport_fr.ts @@ -0,0 +1,98 @@ + + + + + SqlExport + + + -- Results of query: + -- Résultats de la requête: + + + + -- Table: %1 + -- Table: %1 + + + + -- Index: %1 + -- Indéxe: %1 + + + + -- Trigger: %1 + -- Déclencheur: %1 + + + + -- View: %1 + -- Vue: %1 + + + + -- File generated with SQLiteStudio v%1 on %2 + -- Fichier généré par SQLiteStudio v%1sur %2 + + + + -- Text encoding used: %1 + -- Encodage texte utilisé: %1 + + + + Table name for INSERT statements is mandatory. + Nom de table pour la déclaration INSERT est obligatoire. + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Genere "DROP IF EXISTS" Déclaration avant "CREATE"déclaration + + + + Format DDL statements only (excludes "INSERT" statements) + Format DDL déclarations seulement (déclaration exclus "INSERT") + + + + Use SQL formatter to format exported SQL statements + Utilisez le formatage SQL pour formater des déclarations SQL exportables + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + Utilisez le formatage SQL pour formater des déclarations SQL exportables + + + + Table name to use for INSERT statements: + Nom de table pour utiliser la déclaration INSERT: + + + + Generate "CREATE TABLE" statement at the begining + Genre la déclaration "CREATE TABLE" au debut + + + + Include the query in comments + Inclus la requête dans les commentaires + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Génere la déclaration "DROP IF EXISTS" avant la déclaration "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Format DDL seulement déclaration (exclus déclaration "INSERT") + + + diff --git a/Plugins/SqlExport/SqlExport_pt_BR.qm b/Plugins/SqlExport/SqlExport_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/SqlExport/SqlExport_pt_BR.qm differ diff --git a/Plugins/SqlExport/SqlExport_pt_BR.ts b/Plugins/SqlExport/SqlExport_pt_BR.ts new file mode 100644 index 0000000..803c9dc --- /dev/null +++ b/Plugins/SqlExport/SqlExport_pt_BR.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_ru.qm b/Plugins/SqlExport/SqlExport_ru.qm new file mode 100644 index 0000000..bc56dd6 Binary files /dev/null and b/Plugins/SqlExport/SqlExport_ru.qm differ diff --git a/Plugins/SqlExport/SqlExport_ru.ts b/Plugins/SqlExport/SqlExport_ru.ts new file mode 100644 index 0000000..9b03eaf --- /dev/null +++ b/Plugins/SqlExport/SqlExport_ru.ts @@ -0,0 +1,98 @@ + + + + + SqlExport + + + -- 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 + + + + Table name for INSERT statements is mandatory. + Имя таблицы для конструкций INSERT обязательно. + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Сгенерировать конструкцию "DROP IF EXISTS" перед конструкцией "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Формировать только конструкции DDL (исключая конструкции "INSERT") + + + + Use SQL formatter to format exported SQL statements + Использовать модуль форматирования SQL для экспортируемых конструкций SQL + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + Использовать модуль форматирования SQL для экспортируемых конструкций SQL + + + + Table name to use for INSERT statements: + Имя таблицы для использования в конструкции INSERT: + + + + Generate "CREATE TABLE" statement at the begining + Сгенерировать конструкцию "CREATE TABLE" в начале + + + + Include the query in comments + Вставить текст запроса в виде комментария + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Сгенерировать конструкцию "DROP IF EXISTS" перед конструкцией "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Формировать только конструкции DDL (исключая конструкции "INSERT") + + + diff --git a/Plugins/SqlExport/SqlExport_sk.qm b/Plugins/SqlExport/SqlExport_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/SqlExport/SqlExport_sk.qm differ diff --git a/Plugins/SqlExport/SqlExport_sk.ts b/Plugins/SqlExport/SqlExport_sk.ts new file mode 100644 index 0000000..6494355 --- /dev/null +++ b/Plugins/SqlExport/SqlExport_sk.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.qm b/Plugins/SqlExport/SqlExport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/SqlExport/SqlExport_zh_CN.qm @@ -0,0 +1 @@ + + + + + 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.qrc b/Plugins/SqlExport/sqlexport.qrc index 3920490..ca38e9c 100644 --- a/Plugins/SqlExport/sqlexport.qrc +++ b/Plugins/SqlExport/sqlexport.qrc @@ -5,5 +5,7 @@ SqlExport_pl.qm + SqlExport_ru.qm + SqlExport_fr.qm -- cgit v1.2.3