From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/SqlExport/SqlExport_pl.ts | 99 --------------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 Plugins/SqlExport/SqlExport_pl.ts (limited to 'Plugins/SqlExport/SqlExport_pl.ts') diff --git a/Plugins/SqlExport/SqlExport_pl.ts b/Plugins/SqlExport/SqlExport_pl.ts deleted file mode 100644 index 504fe2d..0000000 --- a/Plugins/SqlExport/SqlExport_pl.ts +++ /dev/null @@ -1,99 +0,0 @@ - - - - - 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") - - - -- cgit v1.2.3