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/SqlExport/SqlExport.pro | 4 ++ Plugins/SqlExport/SqlExportCommon.ui | 8 +-- Plugins/SqlExport/SqlExportQuery.ui | 16 +++--- Plugins/SqlExport/SqlExport_pl.qm | Bin 0 -> 2768 bytes Plugins/SqlExport/SqlExport_pl.ts | 99 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/sqlexport.qrc | 3 ++ 6 files changed, 118 insertions(+), 12 deletions(-) create mode 100644 Plugins/SqlExport/SqlExport_pl.qm create mode 100644 Plugins/SqlExport/SqlExport_pl.ts (limited to 'Plugins/SqlExport') diff --git a/Plugins/SqlExport/SqlExport.pro b/Plugins/SqlExport/SqlExport.pro index 29a952b..f789222 100644 --- a/Plugins/SqlExport/SqlExport.pro +++ b/Plugins/SqlExport/SqlExport.pro @@ -27,3 +27,7 @@ OTHER_FILES += \ RESOURCES += \ sqlexport.qrc + + +TRANSLATIONS += SqlExport_pl.ts + diff --git a/Plugins/SqlExport/SqlExportCommon.ui b/Plugins/SqlExport/SqlExportCommon.ui index 9b5de21..891c26a 100644 --- a/Plugins/SqlExport/SqlExportCommon.ui +++ b/Plugins/SqlExport/SqlExportCommon.ui @@ -11,7 +11,7 @@ - Form + Form @@ -20,7 +20,7 @@ Generate "DROP IF EXISTS" statement before "CREATE" statement - SqlExport.GenerateDrop + SqlExport.GenerateDrop @@ -30,7 +30,7 @@ Format DDL statements only (excludes "INSERT" statements) - SqlExport.FormatDdlsOnly + SqlExport.FormatDdlsOnly @@ -40,7 +40,7 @@ Use SQL formatter to format exported SQL statements - SqlExport.UseFormatter + SqlExport.UseFormatter diff --git a/Plugins/SqlExport/SqlExportQuery.ui b/Plugins/SqlExport/SqlExportQuery.ui index 4d2a6ae..ff874bd 100644 --- a/Plugins/SqlExport/SqlExportQuery.ui +++ b/Plugins/SqlExport/SqlExportQuery.ui @@ -11,7 +11,7 @@ - Form + Form @@ -20,14 +20,14 @@ Use SQL formatter to format exported SQL statements - SqlExport.UseFormatter + SqlExport.UseFormatter - Table name to use for insert statements: + Table name to use for INSERT statements: @@ -37,7 +37,7 @@ Generate "CREATE TABLE" statement at the begining - SqlExport.GenerateCreateTable + SqlExport.GenerateCreateTable @@ -47,7 +47,7 @@ Include the query in comments - SqlExport.IncludeQueryInComments + SqlExport.IncludeQueryInComments @@ -57,14 +57,14 @@ Generate "DROP IF EXISTS" statement before "CREATE" statement - SqlExport.GenerateDrop + SqlExport.GenerateDrop - SqlExport.QueryTable + SqlExport.QueryTable @@ -74,7 +74,7 @@ Format DDL statements only (excludes "INSERT" statements) - SqlExport.FormatDdlsOnly + SqlExport.FormatDdlsOnly diff --git a/Plugins/SqlExport/SqlExport_pl.qm b/Plugins/SqlExport/SqlExport_pl.qm new file mode 100644 index 0000000..5647c1c Binary files /dev/null and b/Plugins/SqlExport/SqlExport_pl.qm differ diff --git a/Plugins/SqlExport/SqlExport_pl.ts b/Plugins/SqlExport/SqlExport_pl.ts new file mode 100644 index 0000000..5fc187b --- /dev/null +++ b/Plugins/SqlExport/SqlExport_pl.ts @@ -0,0 +1,99 @@ + + + + + SqlExport + + + -- Results of query: + -- Wyniki zapytania: + + + + -- Table: %1 + -- Tabela: %1 + + + + -- Index: %1 + -- Indeks: %1 + + + + -- Trigger: %1 + -- Wyzwalacz: %1 + + + + -- View: %1 + -- Widok: %1 + + + + -- File generated with SQLiteStudio v%1 on %2 + -- Plik wygenerowany przez SQLiteStudio v%1 dnia %2 + + + + -- Text encoding used: %1 + -- Użyte kodowanie tekstu: %1 + + + + Table name for INSERT statements is mandatory. + Nazwa tabeli dla zapytania INSERT jest obowiązkowa. + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Generuj zapytanie "DROP IF EXISTS" przed zapytaniem "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Formatuj tylko zapytania DDL (wyklucza zapytania "INSERT") + + + + Use SQL formatter to format exported SQL statements + Użyj formatera SQL do formatowania eksportowanych zapytań SQL + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + Użyj formatera SQL do formatowania eksportowanych zapytań SQL + + + + Table name to use for INSERT statements: + Table name to use for insert statements: + Nazwa tabeli dla zapytań INSERT: + + + + Generate "CREATE TABLE" statement at the begining + Generuj zapytanie "CREATE TABLE" na początku + + + + Include the query in comments + Dodaj zapytanie w komentarzach + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + Generuj zapytanie "DROP IF EXISTS" przed zapytaniem "CREATE" + + + + Format DDL statements only (excludes "INSERT" statements) + Formatuj tylko zapytania DDL (wyklucza zapytania "INSERT") + + + diff --git a/Plugins/SqlExport/sqlexport.qrc b/Plugins/SqlExport/sqlexport.qrc index 447617f..3920490 100644 --- a/Plugins/SqlExport/sqlexport.qrc +++ b/Plugins/SqlExport/sqlexport.qrc @@ -3,4 +3,7 @@ SqlExportQuery.ui SqlExportCommon.ui + + SqlExport_pl.qm + -- cgit v1.2.3