diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/SqlExport/SqlExport_pl.ts | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/SqlExport/SqlExport_pl.ts')
| -rw-r--r-- | Plugins/SqlExport/SqlExport_pl.ts | 99 |
1 files changed, 0 insertions, 99 deletions
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 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="pl_PL"> -<context> - <name>SqlExport</name> - <message> - <location filename="sqlexport.cpp" line="57"/> - <source>-- Results of query:</source> - <translation>-- Wyniki zapytania:</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="122"/> - <source>-- Table: %1</source> - <translation>-- Tabela: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="168"/> - <source>-- Index: %1</source> - <translation>-- Indeks: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="185"/> - <source>-- Trigger: %1</source> - <translation>-- Wyzwalacz: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="202"/> - <source>-- View: %1</source> - <translation>-- Widok: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="216"/> - <source>-- File generated with SQLiteStudio v%1 on %2</source> - <translation>-- Plik wygenerowany przez SQLiteStudio v%1 dnia %2</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="220"/> - <source>-- Text encoding used: %1</source> - <translation>-- Użyte kodowanie tekstu: %1</translation> - </message> - <message> - <location filename="sqlexport.cpp" line="276"/> - <source>Table name for INSERT statements is mandatory.</source> - <translation>Nazwa tabeli dla zapytania INSERT jest obowiązkowa.</translation> - </message> -</context> -<context> - <name>sqlExportCommonConfig</name> - <message> - <location filename="SqlExportCommon.ui" line="20"/> - <source>Generate "DROP IF EXISTS" statement before "CREATE" statement</source> - <translation>Generuj zapytanie "DROP IF EXISTS" przed zapytaniem "CREATE"</translation> - </message> - <message> - <location filename="SqlExportCommon.ui" line="30"/> - <source>Format DDL statements only (excludes "INSERT" statements)</source> - <translation>Formatuj tylko zapytania DDL (wyklucza zapytania "INSERT")</translation> - </message> - <message> - <location filename="SqlExportCommon.ui" line="40"/> - <source>Use SQL formatter to format exported SQL statements</source> - <translation>Użyj formatera SQL do formatowania eksportowanych zapytań SQL</translation> - </message> -</context> -<context> - <name>sqlExportQueryConfig</name> - <message> - <location filename="SqlExportQuery.ui" line="20"/> - <source>Use SQL formatter to format exported SQL statements</source> - <translation>Użyj formatera SQL do formatowania eksportowanych zapytań SQL</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="30"/> - <source>Table name to use for INSERT statements:</source> - <oldsource>Table name to use for insert statements:</oldsource> - <translation>Nazwa tabeli dla zapytań INSERT:</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="37"/> - <source>Generate "CREATE TABLE" statement at the begining</source> - <translation>Generuj zapytanie "CREATE TABLE" na początku</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="47"/> - <source>Include the query in comments</source> - <translation>Dodaj zapytanie w komentarzach</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="57"/> - <source>Generate "DROP IF EXISTS" statement before "CREATE" statement</source> - <translation>Generuj zapytanie "DROP IF EXISTS" przed zapytaniem "CREATE"</translation> - </message> - <message> - <location filename="SqlExportQuery.ui" line="74"/> - <source>Format DDL statements only (excludes "INSERT" statements)</source> - <translation>Formatuj tylko zapytania DDL (wyklucza zapytania "INSERT")</translation> - </message> -</context> -</TS> |
