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/ConfigMigration/ConfigMigration.pro | 4 + Plugins/ConfigMigration/ConfigMigration_pl.qm | Bin 0 -> 7282 bytes Plugins/ConfigMigration/ConfigMigration_pl.ts | 152 ++++++++++++ Plugins/ConfigMigration/configmigration.cpp | 2 + Plugins/ConfigMigration/configmigration.json | 2 +- Plugins/ConfigMigration/configmigration.qrc | 3 + Plugins/ConfigMigration/configmigrationwizard.cpp | 4 +- Plugins/CsvExport/CsvExport.pro | 4 + Plugins/CsvExport/CsvExport.ui | 10 +- Plugins/CsvExport/CsvExport_pl.qm | Bin 0 -> 953 bytes Plugins/CsvExport/CsvExport_pl.ts | 57 +++++ Plugins/CsvExport/csvexport.qrc | 3 + Plugins/CsvImport/CsvImport.pro | 4 + Plugins/CsvImport/CsvImportOptions.ui | 25 +- Plugins/CsvImport/CsvImport_pl.qm | Bin 0 -> 2366 bytes Plugins/CsvImport/CsvImport_pl.ts | 89 +++++++ Plugins/CsvImport/csvimport.json | 2 +- Plugins/CsvImport/csvimport.qrc | 3 + Plugins/HtmlExport/HtmlExport.pro | 4 + Plugins/HtmlExport/HtmlExport_pl.qm | Bin 0 -> 3840 bytes Plugins/HtmlExport/HtmlExport_pl.ts | 173 ++++++++++++++ Plugins/HtmlExport/htmlexport.qrc | 3 + Plugins/HtmlExport/htmlexport.ui | 20 +- Plugins/JsonExport/JsonExport.pro | 4 + Plugins/JsonExport/JsonExport_pl.qm | Bin 0 -> 442 bytes Plugins/JsonExport/JsonExport_pl.ts | 22 ++ Plugins/JsonExport/jsonexport.qrc | 3 + Plugins/JsonExport/jsonexport.ui | 10 +- Plugins/PdfExport/PdfExport.pro | 4 + Plugins/PdfExport/PdfExport_pl.qm | Bin 0 -> 3945 bytes Plugins/PdfExport/PdfExport_pl.ts | 256 +++++++++++++++++++++ Plugins/PdfExport/pdfexport.cpp | 4 +- Plugins/PdfExport/pdfexport.qrc | 3 + Plugins/PdfExport/pdfexport.ui | 36 +-- Plugins/Printing/Printing.pro | 4 + Plugins/Printing/Printing_pl.qm | Bin 0 -> 514 bytes Plugins/Printing/Printing_pl.ts | 40 ++++ Plugins/Printing/printing.cpp | 3 + Plugins/Printing/printing.json | 2 +- Plugins/Printing/printing.qrc | 3 + Plugins/RegExpImport/RegExpImport.pro | 4 + Plugins/RegExpImport/RegExpImport_pl.qm | Bin 0 -> 3752 bytes Plugins/RegExpImport/RegExpImport_pl.ts | 86 +++++++ Plugins/RegExpImport/regexpimport.qrc | 3 + Plugins/RegExpImport/regexpimport.ui | 14 +- Plugins/ScriptingTcl/ScriptingTcl.pro | 4 + Plugins/ScriptingTcl/ScriptingTcl_pl.qm | Bin 0 -> 653 bytes Plugins/ScriptingTcl/ScriptingTcl_pl.ts | 25 ++ Plugins/ScriptingTcl/scriptingtcl.cpp | 6 +- Plugins/ScriptingTcl/scriptingtcl.qrc | 3 + .../SqlEnterpriseFormatter.pro | 4 + .../SqlEnterpriseFormatter_pl.qm | Bin 0 -> 5528 bytes .../SqlEnterpriseFormatter_pl.ts | 209 +++++++++++++++++ .../sqlenterpriseformatter.qrc | 3 + .../sqlenterpriseformatter.ui | 80 +++---- 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 + Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 4 + Plugins/SqlFormatterSimple/SqlFormatterSimple.ui | 7 +- .../SqlFormatterSimple/SqlFormatterSimple_pl.qm | Bin 0 -> 376 bytes .../SqlFormatterSimple/SqlFormatterSimple_pl.ts | 17 ++ Plugins/SqlFormatterSimple/sqlformattersimple.qrc | 3 + Plugins/XmlExport/XmlExport.pro | 4 + Plugins/XmlExport/XmlExport.ui | 26 +-- Plugins/XmlExport/XmlExport_pl.qm | Bin 0 -> 2551 bytes Plugins/XmlExport/XmlExport_pl.ts | 71 ++++++ Plugins/XmlExport/xmlexport.cpp | 2 +- Plugins/XmlExport/xmlexport.qrc | 3 + 72 files changed, 1532 insertions(+), 134 deletions(-) create mode 100644 Plugins/ConfigMigration/ConfigMigration_pl.qm create mode 100644 Plugins/ConfigMigration/ConfigMigration_pl.ts create mode 100644 Plugins/CsvExport/CsvExport_pl.qm create mode 100644 Plugins/CsvExport/CsvExport_pl.ts create mode 100644 Plugins/CsvImport/CsvImport_pl.qm create mode 100644 Plugins/CsvImport/CsvImport_pl.ts create mode 100644 Plugins/HtmlExport/HtmlExport_pl.qm create mode 100644 Plugins/HtmlExport/HtmlExport_pl.ts create mode 100644 Plugins/JsonExport/JsonExport_pl.qm create mode 100644 Plugins/JsonExport/JsonExport_pl.ts create mode 100644 Plugins/PdfExport/PdfExport_pl.qm create mode 100644 Plugins/PdfExport/PdfExport_pl.ts create mode 100644 Plugins/Printing/Printing_pl.qm create mode 100644 Plugins/Printing/Printing_pl.ts create mode 100644 Plugins/RegExpImport/RegExpImport_pl.qm create mode 100644 Plugins/RegExpImport/RegExpImport_pl.ts create mode 100644 Plugins/ScriptingTcl/ScriptingTcl_pl.qm create mode 100644 Plugins/ScriptingTcl/ScriptingTcl_pl.ts create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm create mode 100644 Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts create mode 100644 Plugins/SqlExport/SqlExport_pl.qm create mode 100644 Plugins/SqlExport/SqlExport_pl.ts create mode 100644 Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm create mode 100644 Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts create mode 100644 Plugins/XmlExport/XmlExport_pl.qm create mode 100644 Plugins/XmlExport/XmlExport_pl.ts (limited to 'Plugins') diff --git a/Plugins/ConfigMigration/ConfigMigration.pro b/Plugins/ConfigMigration/ConfigMigration.pro index 965cfeb..aae8b5b 100644 --- a/Plugins/ConfigMigration/ConfigMigration.pro +++ b/Plugins/ConfigMigration/ConfigMigration.pro @@ -29,3 +29,7 @@ FORMS += \ RESOURCES += \ configmigration.qrc + + +TRANSLATIONS += ConfigMigration_pl.ts + diff --git a/Plugins/ConfigMigration/ConfigMigration_pl.qm b/Plugins/ConfigMigration/ConfigMigration_pl.qm new file mode 100644 index 0000000..b62b803 Binary files /dev/null and b/Plugins/ConfigMigration/ConfigMigration_pl.qm differ diff --git a/Plugins/ConfigMigration/ConfigMigration_pl.ts b/Plugins/ConfigMigration/ConfigMigration_pl.ts new file mode 100644 index 0000000..08919fd --- /dev/null +++ b/Plugins/ConfigMigration/ConfigMigration_pl.ts @@ -0,0 +1,152 @@ + + + + + ConfigMigration + + + A configuration from old SQLiteStudio 2.x.x has been detected. Would you like to migrate old settings into the current version? <a href="%1">Click here to do that</a>. + Wykryto ustawienia ze starej wersji SQLiteStudio 2.x.x. Czy chcesz zmigrować stare ustawienia do aktualnej wersji? <a href="%1">Kliknij, aby to zrobić</a>. + + + + Bug reports history (%1) + Historia zgłoszonych błędów (%1) + + + + Database list (%1) + Lista baz danych (%1) + + + + Custom SQL functions (%1) + Własne funkcje SQL (%1) + + + + SQL queries history (%1) + Historia zapytań SQL (%1) + + + + ConfigMigrationWizard + + + Configuration migration + Migracja ustawień + + + + Items to migrate + Elementy do zmigrowania + + + + This is a list of items found in the old configuration file, which can be migrated into the current configuration. + To jest lista elementów znalezionych w starym pliku konfiguracyjnym, które mogą być zmigrowane do aktualnych ustawień. + + + + Options + Opcje + + + + Put imported databases into separate group + Umieść zaimportowane bazy danych w osobnej grupie + + + + Group name + Nazwa grupy + + + + Enter a non-empty name. + Wprowadź niepustą nazwę. + + + + Top level group named '%1' already exists. Enter a group name that does not exist yet. + Grupa o nazwie '%1' istnieje już na najwyższym poziomie. Wprowadź nazwę grupy, która jeszcze nie istnieje. + + + + Could not open old configuration file in order to migrate settings from it. + Nie udało się otworzyć starego pliku ustawień w celu zmigtowania z niego ustawień. + + + + Could not open current configuration file in order to migrate settings from old configuration file. + Nie udało się otworzyć aktualnego pliku ustawień w celu zmigrowania do niego ustawień ze starego pliku konfiguracyjnego. + + + + Could not commit migrated data into new configuration file: %1 + Nie udało się zatwierdzenie zmigrowanych danych w nowym pliku ustawień: %1 + + + + Could not read bug reports history from old configuration file in order to migrate it: %1 + Nie udał się odczyt historii zgłoszeń błędów ze starego pliku konfiguracyjnego w celu jej zmigrowania: %1 + + + + Could not insert a bug reports history entry into new configuration file: %1 + Nie udało się dodać wpisów historii zgłoszeń błędów do nowego pliku ustawień: %1 + + + + Could not read database list from old configuration file in order to migrate it: %1 + Nie udało się odczytać listy baz danych ze starego pliku ustawień w celu jej zmigtowania: %1 + + + + Could not query for available order for containing group in new configuration file in order to migrate the database list: %1 + Could query for available order for containing group in new configuration file in order to migrate the database list: %1 + Nie udało się odpytać o dostępną kolejność dla grupy zawierającej w nowym pliku ustawień, w celu zmigrowania listy baz danych: %1 + + + + Could not create containing group in new configuration file in order to migrate the database list: %1 + Nie udało się stworzyć grupy w nowym pliku ustawień, w celu zmigrowania listy baz danych: %1 + + + + Could not insert a database entry into new configuration file: %1 + Nie udało się dodać wpisu bazy danych do nowego pliku ustawień: %1 + + + + Could not query for available order for next database in new configuration file in order to migrate the database list: %1 + Could query for available order for next database in new configuration file in order to migrate the database list: %1 + Nie udało się odpytać o dostępną kolejność dla następnej bazy w nowym pliku ustawień, w celu zmigrowania listy baz danych: %1 + + + + Could not create group referencing the database in new configuration file: %1 + Nie udało się utworzyć grupy odwołującej się do bazy danych w nowym pliku ustawień: %1 + + + + Could not read function list from old configuration file in order to migrate it: %1 + Nie udało się odczytać listy funkcji ze starego pliku ustawień w celu jej zmigrowania: %1 + + + + Could not read SQL queries history from old configuration file in order to migrate it: %1 + Nie udało się odczytać historii zapytań SQL ze starego pliku ustawień w celu zmigrowania jej: %1 + + + + Could not read next ID for SQL queries history in new configuration file: %1 + Nie udało się odczytać następnego ID dla historii zapytań SQL w nowym pliku ustawień: %1 + + + + Could not insert SQL history entry into new configuration file: %1 + Nie udało się dodanie wpisu do historii SQL w nowym pliku ustawień: %1 + + + diff --git a/Plugins/ConfigMigration/configmigration.cpp b/Plugins/ConfigMigration/configmigration.cpp index cd49d24..8d75e37 100644 --- a/Plugins/ConfigMigration/configmigration.cpp +++ b/Plugins/ConfigMigration/configmigration.cpp @@ -5,6 +5,7 @@ #include "statusfield.h" #include "configmigrationwizard.h" #include "db/dbsqlite3.h" +#include "translations.h" #include #include #include @@ -17,6 +18,7 @@ ConfigMigration::ConfigMigration() bool ConfigMigration::init() { Q_INIT_RESOURCE(configmigration); + loadTranslation("ConfigMigration"); if (cfg.CfgMigration.Migrated.get()) { diff --git a/Plugins/ConfigMigration/configmigration.json b/Plugins/ConfigMigration/configmigration.json index 14e5d4b..a8c62d3 100644 --- a/Plugins/ConfigMigration/configmigration.json +++ b/Plugins/ConfigMigration/configmigration.json @@ -2,7 +2,7 @@ "type": "GeneralPurposePlugin", "title": "Configuration migration", "description": "Performs migration from SQLiteStudio 2.1.x configuration to version 3.0.0.", - "version": 10001, + "version": 10002, "author": "SalSoft", "gui": true } diff --git a/Plugins/ConfigMigration/configmigration.qrc b/Plugins/ConfigMigration/configmigration.qrc index 9df7d5e..a46382a 100644 --- a/Plugins/ConfigMigration/configmigration.qrc +++ b/Plugins/ConfigMigration/configmigration.qrc @@ -2,4 +2,7 @@ config_migration.png + + ConfigMigration_pl.qm + diff --git a/Plugins/ConfigMigration/configmigrationwizard.cpp b/Plugins/ConfigMigration/configmigrationwizard.cpp index afdf705..7868761 100644 --- a/Plugins/ConfigMigration/configmigrationwizard.cpp +++ b/Plugins/ConfigMigration/configmigrationwizard.cpp @@ -212,7 +212,7 @@ bool ConfigMigrationWizard::migrateDatabases(Db* oldCfgDb, Db* newCfgDb) groupResults = newCfgDb->exec(groupOrderQuery.arg("IS NULL")); if (groupResults->isError()) { - notifyError(tr("Could query for available order for containing group in new configuration file in order to migrate the database list: %1") + notifyError(tr("Could not query for available order for containing group in new configuration file in order to migrate the database list: %1") .arg(groupResults->getErrorText())); return false; } @@ -256,7 +256,7 @@ bool ConfigMigrationWizard::migrateDatabases(Db* oldCfgDb, Db* newCfgDb) if (groupResults->isError()) { - notifyError(tr("Could query for available order for next database in new configuration file in order to migrate the database list: %1") + notifyError(tr("Could not query for available order for next database in new configuration file in order to migrate the database list: %1") .arg(groupResults->getErrorText())); return false; } diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro index 9ffc8f9..f1fccc6 100644 --- a/Plugins/CsvExport/CsvExport.pro +++ b/Plugins/CsvExport/CsvExport.pro @@ -27,3 +27,7 @@ OTHER_FILES += \ RESOURCES += \ csvexport.qrc + + +TRANSLATIONS += CsvExport_pl.ts + diff --git a/Plugins/CsvExport/CsvExport.ui b/Plugins/CsvExport/CsvExport.ui index ec80b57..8ab93c6 100644 --- a/Plugins/CsvExport/CsvExport.ui +++ b/Plugins/CsvExport/CsvExport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -20,7 +20,7 @@ Column names in first row - CsvExport.ColumnsInFirstRow + CsvExport.ColumnsInFirstRow @@ -34,7 +34,7 @@ - CsvExport.Separator + CsvExport.Separator @@ -72,7 +72,7 @@ - CsvExport.CustomSeparator + CsvExport.CustomSeparator @@ -89,7 +89,7 @@ Empty string - CsvExport.NullValueString + CsvExport.NullValueString diff --git a/Plugins/CsvExport/CsvExport_pl.qm b/Plugins/CsvExport/CsvExport_pl.qm new file mode 100644 index 0000000..4d64a8b Binary files /dev/null and b/Plugins/CsvExport/CsvExport_pl.qm differ diff --git a/Plugins/CsvExport/CsvExport_pl.ts b/Plugins/CsvExport/CsvExport_pl.ts new file mode 100644 index 0000000..a925db2 --- /dev/null +++ b/Plugins/CsvExport/CsvExport_pl.ts @@ -0,0 +1,57 @@ + + + + + CsvExport + + + Column names in first row + Nazwy kolumn w pierwszym wierszu + + + + Column separator: + Separator kolumny: + + + + , (comma) + , (przecinek) + + + + ; (semicolon) + ; (średnik) + + + + \t (tab) + \t (znak tabulacji) + + + + (whitespace) + (spacja) + + + + Custom: + Własny: + + + + Export NULL values as: + Eksportuj wartości NULL jako: + + + + Empty string + Pusty łańcuch + + + + Enter the custom separator character. + Wprowadź własny znak separatora. + + + diff --git a/Plugins/CsvExport/csvexport.qrc b/Plugins/CsvExport/csvexport.qrc index 21d7213..f72a0e4 100644 --- a/Plugins/CsvExport/csvexport.qrc +++ b/Plugins/CsvExport/csvexport.qrc @@ -2,4 +2,7 @@ CsvExport.ui + + CsvExport_pl.qm + diff --git a/Plugins/CsvImport/CsvImport.pro b/Plugins/CsvImport/CsvImport.pro index dfdb15b..fdd85b6 100644 --- a/Plugins/CsvImport/CsvImport.pro +++ b/Plugins/CsvImport/CsvImport.pro @@ -26,3 +26,7 @@ OTHER_FILES += \ RESOURCES += \ csvimport.qrc + + +TRANSLATIONS += CsvImport_pl.ts + diff --git a/Plugins/CsvImport/CsvImportOptions.ui b/Plugins/CsvImport/CsvImportOptions.ui index 5a1c6ab..ff06613 100644 --- a/Plugins/CsvImport/CsvImportOptions.ui +++ b/Plugins/CsvImport/CsvImportOptions.ui @@ -6,18 +6,18 @@ 0 0 - 333 + 365 90 - Form + Form - CsvImport.Separator + CsvImport.Separator @@ -48,11 +48,14 @@ - - CsvImport.FirstRowAsColumns + + <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> - First row represents column names + Skip first row of data + + + CsvImport.FirstRowAsColumns @@ -72,18 +75,18 @@ - CsvImport.CustomSeparator + CsvImport.CustomSeparator - - CsvImport.NullValues - NULL values: + + CsvImport.NullValues + @@ -92,7 +95,7 @@ If your CSV data contains null values, define how are they represented in the CSV. - CsvImport.NullValueString + CsvImport.NullValueString diff --git a/Plugins/CsvImport/CsvImport_pl.qm b/Plugins/CsvImport/CsvImport_pl.qm new file mode 100644 index 0000000..2e0a4e0 Binary files /dev/null and b/Plugins/CsvImport/CsvImport_pl.qm differ diff --git a/Plugins/CsvImport/CsvImport_pl.ts b/Plugins/CsvImport/CsvImport_pl.ts new file mode 100644 index 0000000..ca9a7aa --- /dev/null +++ b/Plugins/CsvImport/CsvImport_pl.ts @@ -0,0 +1,89 @@ + + + + + CsvImport + + + Cannot read file %1 + Nie można odczytać pliku %1 + + + + Could not find any data in the file %1. + Nie znaleziono danych w pliku %1. + + + + Enter the custom separator character. + Wprowadź własny znak separatora. + + + + Enter the value that will be interpreted as a NULL. + Wprowadź wartość, która będzie interpretowana jako NULL. + + + + CSV files (*.csv);;Text files (*.txt);;All files (*) + Pliki CSV (*.csv);;Pliki tekstowe (*.txt);;Wszystkie pliki (*) + + + + csvImportOptions + + + , (comma) + , (przecinek) + + + + ; (semicolon) + ; (średnik) + + + + \t (tab) + \t (znak tabulacji) + + + + (whitespace) + (spacja) + + + + Custom: + Własny: + + + + <p>Enable this if the first data line in your CSV file represents column names. You don't want column names to be imported into the table as a regular data.</p> + <p>Włącz to, jeśli pierwsza linia danych w twoim pliku CSV reprezentuje nazwy kolumn. Nie chcesz, aby nazwy kolumn zostały zaimportowane jako zwykłe dane.</p> + + + + Skip first row of data + Pomiń pierwszy wiersz danych + + + First row represents column names + Pierwszy wiersz reprezentuje nazwy kolumn + + + + Field separator: + Separator pól: + + + + NULL values: + Wartości NULL: + + + + If your CSV data contains null values, define how are they represented in the CSV. + Jeśli twoje dane CSV zawierają wartości null, zdefiniuj jak są one reprezentowane w CSV. + + + diff --git a/Plugins/CsvImport/csvimport.json b/Plugins/CsvImport/csvimport.json index 016c539..a2bf5f8 100644 --- a/Plugins/CsvImport/csvimport.json +++ b/Plugins/CsvImport/csvimport.json @@ -2,6 +2,6 @@ "type": "ImportPlugin", "title": "CSV import", "description": "CSV format support for importing data", - "version": 10000, + "version": 10001, "author": "SalSoft" } diff --git a/Plugins/CsvImport/csvimport.qrc b/Plugins/CsvImport/csvimport.qrc index a071122..727237d 100644 --- a/Plugins/CsvImport/csvimport.qrc +++ b/Plugins/CsvImport/csvimport.qrc @@ -2,4 +2,7 @@ CsvImportOptions.ui + + CsvImport_pl.qm + diff --git a/Plugins/HtmlExport/HtmlExport.pro b/Plugins/HtmlExport/HtmlExport.pro index ff0a68e..c4f7468 100644 --- a/Plugins/HtmlExport/HtmlExport.pro +++ b/Plugins/HtmlExport/HtmlExport.pro @@ -27,3 +27,7 @@ RESOURCES += \ FORMS += \ htmlexport.ui + + +TRANSLATIONS += HtmlExport_pl.ts + diff --git a/Plugins/HtmlExport/HtmlExport_pl.qm b/Plugins/HtmlExport/HtmlExport_pl.qm new file mode 100644 index 0000000..a0cac5e Binary files /dev/null and b/Plugins/HtmlExport/HtmlExport_pl.qm differ diff --git a/Plugins/HtmlExport/HtmlExport_pl.ts b/Plugins/HtmlExport/HtmlExport_pl.ts new file mode 100644 index 0000000..ebe1925 --- /dev/null +++ b/Plugins/HtmlExport/HtmlExport_pl.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Wyniki zapytania SQL + + + + + no type + brak typu + + + + + Exported table: %1 + Eksportowana tabela: %1 + + + + + Table: %1 + Tabela: %1 + + + + virtual + wirtualna + + + + Exported database: %1 + Eksportowana baza: %1 + + + + Index: %1 + Indeks: %1 + + + + For table: + Dla tabeli: + + + + Unique: + Unikalny: + + + + Yes + Tak + + + + No + Nie + + + + Column + Kolumna + + + + Collating + Zestawienie + + + + Sort order + Sortowanie + + + + Trigger: %1 + Wyzwalacz: %1 + + + + Activated: + Aktywowany: + + + + Action: + Akcja: + + + + On view: + Na widoku: + + + + On table: + Na tabeli: + + + + Activate condition: + Warunek aktywacji: + + + + Code executed: + Wykonywany kod: + + + + View: %1 + Widok: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Dokument wygenerowany przez SQLiteStudio v%1 dnia %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maksymalna liczba znaków w komórce: + + + + Include data types in first row + Dodaj typy danych w pierwszym wierszu + + + + Column names as first row + Nazwy kolumn w pierwszym wierszu + + + + Row numbers as first column + Numery wierszy w pierwszej kolumnie + + + + Output format + Format wyjściowy + + + + Format document (new lines, indentation) + Formatuj dokument (nowe linie, wcięcia) + + + + Compress (everything in one line) + Kompresuj (wszystko w jednej linii) + + + + <p>When enabled, HTML characters such as &lt;, &gt; and &amp; are not escaped in exported values. This allows you for example to export hyper-link enabled documents, but it also may result in incorrect HTML document (unmatched pairs of &lt; and &gt; characters). Be warned.</p> + <p>Kiedy włączone, znaki HTML takie jak &lt;, &gt; i &amp; nie będą podmieniane w wyeksportowanych wartościach. Pozwala to przykładowo na eksportowanie odnośników w dokumencie, ale może też spowodować, ze dokument HTML będzie niepoprawny (niedopasowane pary znaków &lt; i &gt;). Miej tego świadomość.</p> + + + + Don't escape HTML characters + Nie podmieniaj znaków HTML. + + + diff --git a/Plugins/HtmlExport/htmlexport.qrc b/Plugins/HtmlExport/htmlexport.qrc index 77f9482..8756c61 100644 --- a/Plugins/HtmlExport/htmlexport.qrc +++ b/Plugins/HtmlExport/htmlexport.qrc @@ -5,4 +5,7 @@ htmlexport.ui + + HtmlExport_pl.qm + diff --git a/Plugins/HtmlExport/htmlexport.ui b/Plugins/HtmlExport/htmlexport.ui index a4727a4..6606b1f 100644 --- a/Plugins/HtmlExport/htmlexport.ui +++ b/Plugins/HtmlExport/htmlexport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -26,7 +26,7 @@ 999999999 - HtmlExport.ByteLengthLimit + HtmlExport.ByteLengthLimit @@ -43,7 +43,7 @@ Include data types in first row - HtmlExport.PrintDataTypes + HtmlExport.PrintDataTypes @@ -53,7 +53,7 @@ Column names as first row - HtmlExport.PrintHeader + HtmlExport.PrintHeader @@ -63,7 +63,7 @@ Row numbers as first column - HtmlExport.PrintRowNum + HtmlExport.PrintRowNum @@ -79,10 +79,10 @@ Format document (new lines, indentation) - HtmlExport.Format + HtmlExport.Format - format + format @@ -92,10 +92,10 @@ Compress (everything in one line) - HtmlExport.Format + HtmlExport.Format - compress + compress @@ -111,7 +111,7 @@ Don't escape HTML characters - HtmlExport.DontEscapeHtml + HtmlExport.DontEscapeHtml diff --git a/Plugins/JsonExport/JsonExport.pro b/Plugins/JsonExport/JsonExport.pro index 8e29fcf..c259664 100644 --- a/Plugins/JsonExport/JsonExport.pro +++ b/Plugins/JsonExport/JsonExport.pro @@ -26,3 +26,7 @@ FORMS += \ RESOURCES += \ jsonexport.qrc + + +TRANSLATIONS += JsonExport_pl.ts + diff --git a/Plugins/JsonExport/JsonExport_pl.qm b/Plugins/JsonExport/JsonExport_pl.qm new file mode 100644 index 0000000..3ed3bcd Binary files /dev/null and b/Plugins/JsonExport/JsonExport_pl.qm differ diff --git a/Plugins/JsonExport/JsonExport_pl.ts b/Plugins/JsonExport/JsonExport_pl.ts new file mode 100644 index 0000000..bdfdf8a --- /dev/null +++ b/Plugins/JsonExport/JsonExport_pl.ts @@ -0,0 +1,22 @@ + + + + + JsonExportConfig + + + Output format + Format wyjściowy + + + + Format document (new lines, indentation) + Formatuj dokument (nowe linie, wcięcia) + + + + Compress (everything in one line) + Kompresuj (wszystko w jednej linii) + + + diff --git a/Plugins/JsonExport/jsonexport.qrc b/Plugins/JsonExport/jsonexport.qrc index 19ea921..c9c8b78 100644 --- a/Plugins/JsonExport/jsonexport.qrc +++ b/Plugins/JsonExport/jsonexport.qrc @@ -2,4 +2,7 @@ jsonexport.ui + + JsonExport_pl.qm + diff --git a/Plugins/JsonExport/jsonexport.ui b/Plugins/JsonExport/jsonexport.ui index ebb0d78..df31f58 100644 --- a/Plugins/JsonExport/jsonexport.ui +++ b/Plugins/JsonExport/jsonexport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -29,10 +29,10 @@ true - format + format - JsonExport.Format + JsonExport.Format @@ -42,10 +42,10 @@ Compress (everything in one line) - compress + compress - JsonExport.Format + JsonExport.Format diff --git a/Plugins/PdfExport/PdfExport.pro b/Plugins/PdfExport/PdfExport.pro index 46dda37..598e23c 100644 --- a/Plugins/PdfExport/PdfExport.pro +++ b/Plugins/PdfExport/PdfExport.pro @@ -24,3 +24,7 @@ FORMS += \ RESOURCES += \ pdfexport.qrc + + +TRANSLATIONS += PdfExport_pl.ts + diff --git a/Plugins/PdfExport/PdfExport_pl.qm b/Plugins/PdfExport/PdfExport_pl.qm new file mode 100644 index 0000000..ff4fc42 Binary files /dev/null and b/Plugins/PdfExport/PdfExport_pl.qm differ diff --git a/Plugins/PdfExport/PdfExport_pl.ts b/Plugins/PdfExport/PdfExport_pl.ts new file mode 100644 index 0000000..5ac637d --- /dev/null +++ b/Plugins/PdfExport/PdfExport_pl.ts @@ -0,0 +1,256 @@ + + + + + PdfExport + + + SQLiteStudio v%1 + SQLiteStudio v%1 + + + + SQL query results + Wyniki zapytania SQL + + + + + Exported table: %1 + Eksportowana tabela: %1 + + + + + Table: %1 + Tabela: %1 + + + + + Column + Kolumna + + + + Data type + Typ danych + + + + Constraints + Ograniczenia + + + + Global table constraints + Globalne ograniczenia tabeli + + + + Exported database: %1 + Eksportowana baza: %1 + + + + Index: %1 + Indeks: %1 + + + + Property + index header + Własność + + + + Value + index header + Wartość + + + + Indexed table + Zaindeksowana tabela + + + + Unique index + Indeks unikalny + + + + Yes + Tak + + + + No + Nie + + + + Collation + Zestawienie + + + + Sort order + Sortowanie + + + + Partial index condition + Warunek indeksu częściowego + + + + Trigger: %1 + Wyzwalacz: %1 + + + + Property + trigger header + Własność + + + + Value + trigger header + Wartość + + + + Activation time + Moment aktywacji + + + + For action + Dla akcji + + + + On view + Na widoku + + + + On table + Na tabeli + + + + Activation condition + Warunek aktywacji + + + + Code executed + Kod do wykonania + + + + View: %1 + Widok: %1 + + + + Query: + Zapytanie: + + + + Document generated with SQLiteStudio v%1 + Dokument wygenerowany przy pomocy SQLiteStudio v%1 + + + + PdfExportConfig + + + Size and layout + Rozmiar i układ + + + + Page size: + Rozmiar strony: + + + + Right margin: + Prawy margines: + + + + Left margin: + Lewy margines: + + + + Cell padding: + Odstęp wewnątrz komórki: + + + + Limit characters in single cell: + Ogranicz liczbę znaków w komórce: + + + + + + + + mm + mm + + + + Bottom margin: + Dolny margines: + + + + Top margin: + Górny margines: + + + + Font + Czcionka + + + + Colors + Kolory + + + + Headers background: + Tło nagłówków: + + + + NULL value color: + Kolor wartości NULL: + + + + Other settings + Inne ustawienia + + + + Print row numbers for data + Drukuj numery wierszy dla danych + + + + Print page numbers + Drukuj numery stron + + + diff --git a/Plugins/PdfExport/pdfexport.cpp b/Plugins/PdfExport/pdfexport.cpp index da15ab7..cd1ceca 100644 --- a/Plugins/PdfExport/pdfexport.cpp +++ b/Plugins/PdfExport/pdfexport.cpp @@ -227,7 +227,7 @@ bool PdfExport::exportIndex(const QString& database, const QString& name, const exportObjectRow({tr("Indexed table"), name}); exportObjectRow({tr("Unique index"), (createIndex->uniqueKw ? tr("Yes") : tr("No"))}); - indexColumns = {tr("Column"), tr("Collation"), tr("Sort order")}; + indexColumns = QStringList({tr("Column"), tr("Collation"), tr("Sort order")}); exportObjectColumnsHeader(indexColumns); QString sort; @@ -243,7 +243,7 @@ bool PdfExport::exportIndex(const QString& database, const QString& name, const if (createIndex->where) { - indexColumns = {tr("Partial index condition")}; + indexColumns = QStringList({tr("Partial index condition")}); exportObjectColumnsHeader(indexColumns); exportObjectRow(createIndex->where->detokenize()); } diff --git a/Plugins/PdfExport/pdfexport.qrc b/Plugins/PdfExport/pdfexport.qrc index fce27e6..5a2e9d8 100644 --- a/Plugins/PdfExport/pdfexport.qrc +++ b/Plugins/PdfExport/pdfexport.qrc @@ -2,4 +2,7 @@ pdfexport.ui + + PdfExport_pl.qm + diff --git a/Plugins/PdfExport/pdfexport.ui b/Plugins/PdfExport/pdfexport.ui index 31dfce5..1d396ef 100644 --- a/Plugins/PdfExport/pdfexport.ui +++ b/Plugins/PdfExport/pdfexport.ui @@ -6,12 +6,12 @@ 0 0 - 332 + 335 492 - Form + Form @@ -26,7 +26,7 @@ 999 - PdfExport.MaxCellBytes + PdfExport.MaxCellBytes @@ -43,7 +43,7 @@ 999999 - PdfExport.BottomMargin + PdfExport.BottomMargin @@ -53,7 +53,7 @@ 999999 - PdfExport.RightMargin + PdfExport.RightMargin @@ -98,7 +98,7 @@ 999999 - PdfExport.Padding + PdfExport.Padding @@ -122,7 +122,7 @@ 999999 - PdfExport.TopMargin + PdfExport.TopMargin @@ -143,10 +143,10 @@ - PdfExport.PageSizes + PdfExport.PageSizes - PdfExport.PageSize + PdfExport.PageSize @@ -170,7 +170,7 @@ 999999 - PdfExport.LeftMargin + PdfExport.LeftMargin @@ -186,14 +186,14 @@ - PdfExport.FontSize + PdfExport.FontSize - PdfExport.Font + PdfExport.Font @@ -222,10 +222,10 @@ - + - PdfExport.HeaderBgColor + PdfExport.HeaderBgColor @@ -245,10 +245,10 @@ - + - PdfExport.NullValueColor + PdfExport.NullValueColor @@ -267,7 +267,7 @@ Print row numbers for data - PdfExport.PrintRowNum + PdfExport.PrintRowNum @@ -277,7 +277,7 @@ Print page numbers - PdfExport.PrintPageNumbers + PdfExport.PrintPageNumbers diff --git a/Plugins/Printing/Printing.pro b/Plugins/Printing/Printing.pro index 49469c2..3f496be 100644 --- a/Plugins/Printing/Printing.pro +++ b/Plugins/Printing/Printing.pro @@ -33,3 +33,7 @@ win32|macx: { RESOURCES += \ printing.qrc + + +TRANSLATIONS += Printing_pl.ts + diff --git a/Plugins/Printing/Printing_pl.qm b/Plugins/Printing/Printing_pl.qm new file mode 100644 index 0000000..0a736b9 Binary files /dev/null and b/Plugins/Printing/Printing_pl.qm differ diff --git a/Plugins/Printing/Printing_pl.ts b/Plugins/Printing/Printing_pl.ts new file mode 100644 index 0000000..b372ef9 --- /dev/null +++ b/Plugins/Printing/Printing_pl.ts @@ -0,0 +1,40 @@ + + + + + Printing + + + Print data + Drukuj dane + + + + Print query + Drukuj zapytanie + + + + No data to print. + Brak danych do wydruku. + + + + Printing data. + Drukuj dane. + + + + Printing query. + Drukuj zapytanie. + + + + PrintingExport + + + Printing + Drukuj + + + diff --git a/Plugins/Printing/printing.cpp b/Plugins/Printing/printing.cpp index ff8443d..3591d4b 100644 --- a/Plugins/Printing/printing.cpp +++ b/Plugins/Printing/printing.cpp @@ -9,6 +9,7 @@ #include "exportworker.h" #include "services/notifymanager.h" #include "sqleditor.h" +#include "translations.h" #include #include #include @@ -23,6 +24,8 @@ bool Printing::init() if (!printingExportInit) return false; + loadTranslation("Printing"); + printingConfig = new ExportManager::StandardExportConfig(); printingConfig->exportData = true; printingConfig->exportTableIndexes = false; diff --git a/Plugins/Printing/printing.json b/Plugins/Printing/printing.json index 1a59fb5..101f07b 100644 --- a/Plugins/Printing/printing.json +++ b/Plugins/Printing/printing.json @@ -2,7 +2,7 @@ "type": "GeneralPurposePlugin", "title": "Printing", "description": "Provides printing support.", - "version": 10000, + "version": 10001, "author": "SalSoft", "gui": true, "dependencies": "PdfExport" diff --git a/Plugins/Printing/printing.qrc b/Plugins/Printing/printing.qrc index faf09c1..54dc86f 100644 --- a/Plugins/Printing/printing.qrc +++ b/Plugins/Printing/printing.qrc @@ -2,4 +2,7 @@ printer.png + + Printing_pl.qm + diff --git a/Plugins/RegExpImport/RegExpImport.pro b/Plugins/RegExpImport/RegExpImport.pro index 99c884e..6b3b955 100644 --- a/Plugins/RegExpImport/RegExpImport.pro +++ b/Plugins/RegExpImport/RegExpImport.pro @@ -26,3 +26,7 @@ FORMS += \ RESOURCES += \ regexpimport.qrc + + +TRANSLATIONS += RegExpImport_pl.ts + diff --git a/Plugins/RegExpImport/RegExpImport_pl.qm b/Plugins/RegExpImport/RegExpImport_pl.qm new file mode 100644 index 0000000..b71fbf8 Binary files /dev/null and b/Plugins/RegExpImport/RegExpImport_pl.qm differ diff --git a/Plugins/RegExpImport/RegExpImport_pl.ts b/Plugins/RegExpImport/RegExpImport_pl.ts new file mode 100644 index 0000000..a5d567c --- /dev/null +++ b/Plugins/RegExpImport/RegExpImport_pl.ts @@ -0,0 +1,86 @@ + + + + + RegExpImport + + + Text files (*.txt);;All files (*) + Pliki tekstowe (*.txt);;Wszystkie pliki (*) + + + + Cannot read file %1 + Nie można odczytać pliku %1 + + + + Enter the regular expression pattern. + Wprowadź wzorzec wyrażenia regularnego. + + + + Invalid pattern: %1 + Niepoprawny wzorzec: %1 + + + + Requested capture index %1 is out of range. + Żądany indeks przechwytywania %1 jest poza zakresem. + + + + <p>Requested capture group name '%1', but it's not defined in the pattern: <pre>%2</pre></p> + <p>Zażądano grupy do przechwycenia o nazwie '%1', ale nie jest ona zdefiniowana we wzorcu: <pre>%2</pre></p> + + + + RegExpImportConfig + + + Capture groups + Grupy przechwytujące + + + + Treat all RegExp capture groups as columns + Traktuj wszystkie grupy przechwytujące jako kolumny + + + + Import only following groups: + Importuj tylko następujące grupy: + + + + <p>Enter comma separated list of capture group indexes. The 0 index refers to the entire matched string.</p> +<p>If you used named groups in the pattern, you can use names instead of indexes. You can mix indexes and names in this list.</p> + <p>Wprowadź listę indeksów grup oddzieloną przecinkami. Indeks 0 odpowiada całemu dopasowanemu łańcuchowi.</p> +<p>Jeśli użyłeś nazwanych grup we wzorcu, to możesz używać nazw, zamiast indeksów. Możesz mieszać inseksy i nazwy na liście.</p> + + + + Example: 1, 3, 4 + Przykład: 1, 3, 4 + + + + Pattern: + Wzorzec: + + + + <p>Use Regular Expression groups to enclose parts of the expression that you want to import. If you want to use a group, that you don't want to import, then use "import only following groups" option below. + +You can use named groups and refer to them in group list below. To name a group use: <pre>(?&lt;myGroupName&gt;\s+\d+\s+)</pre></p> + <p>Użyj grup przechwytujących Wyrażeń Regularnych, aby otoczyć części wyrażenia, które chcesz zaimportować. Jeśli chcesz użyć grupy, której nie chcesz zaimportować, to użyj opcji "importuj tylko następujące grupy" poniżej. + +Możesz użyć grup nazwanych i odwoływać się do nich w liście grup poniżej. Aby nazwać grupę, użyj: <pre>(?&lt;nazwaGrupy&gt;\s+\d+\s+)</pre></p> + + + + Example: (\d+)\s+((\d+)\w+)\s+(\w+) + Przykład: (\d+)\s+((\d+)\w+)\s+(\w+) + + + diff --git a/Plugins/RegExpImport/regexpimport.qrc b/Plugins/RegExpImport/regexpimport.qrc index 9ece86e..0d545ab 100644 --- a/Plugins/RegExpImport/regexpimport.qrc +++ b/Plugins/RegExpImport/regexpimport.qrc @@ -2,4 +2,7 @@ regexpimport.ui + + RegExpImport_pl.qm + diff --git a/Plugins/RegExpImport/regexpimport.ui b/Plugins/RegExpImport/regexpimport.ui index d1287cb..3844a40 100644 --- a/Plugins/RegExpImport/regexpimport.ui +++ b/Plugins/RegExpImport/regexpimport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -26,10 +26,10 @@ Treat all RegExp capture groups as columns - all + all - RegExpImport.GroupsMode + RegExpImport.GroupsMode @@ -39,10 +39,10 @@ Import only following groups: - custom + custom - RegExpImport.GroupsMode + RegExpImport.GroupsMode @@ -56,7 +56,7 @@ Example: 1, 3, 4 - RegExpImport.CustomGroupList + RegExpImport.CustomGroupList @@ -81,7 +81,7 @@ You can use named groups and refer to them in group list below. To name a group Example: (\d+)\s+((\d+)\w+)\s+(\w+) - RegExpImport.Pattern + RegExpImport.Pattern diff --git a/Plugins/ScriptingTcl/ScriptingTcl.pro b/Plugins/ScriptingTcl/ScriptingTcl.pro index 08d8796..7197a11 100644 --- a/Plugins/ScriptingTcl/ScriptingTcl.pro +++ b/Plugins/ScriptingTcl/ScriptingTcl.pro @@ -136,3 +136,7 @@ win32: { RESOURCES += \ scriptingtcl.qrc + + +TRANSLATIONS += ScriptingTcl_pl.ts + diff --git a/Plugins/ScriptingTcl/ScriptingTcl_pl.qm b/Plugins/ScriptingTcl/ScriptingTcl_pl.qm new file mode 100644 index 0000000..1232971 Binary files /dev/null and b/Plugins/ScriptingTcl/ScriptingTcl_pl.qm differ diff --git a/Plugins/ScriptingTcl/ScriptingTcl_pl.ts b/Plugins/ScriptingTcl/ScriptingTcl_pl.ts new file mode 100644 index 0000000..be6a580 --- /dev/null +++ b/Plugins/ScriptingTcl/ScriptingTcl_pl.ts @@ -0,0 +1,25 @@ + + + + + ScriptingTcl + + + No database available in current context, while called Tcl's '%1' command. + No database available in current context, while called Tcl's 'db' command. + Brak dostępnej bazy w bieżącym kontekście, podczas wywołania polecenie Tcl '%1'. + + + + Invalid '%1' command sytax. Should be: %2 + Invalid 'db' command sytax. Should be: db eval sql + Niepoprawna składnia polecenia '%1'. Powinno być: %2 + + + + Error from Tcl's' '%1' command: %2 + Error from Tcl's' 'db' command: %1 + Wystąpił błąd w poleceniu Tcl '%1': %2 + + + diff --git a/Plugins/ScriptingTcl/scriptingtcl.cpp b/Plugins/ScriptingTcl/scriptingtcl.cpp index 5709808..4390317 100644 --- a/Plugins/ScriptingTcl/scriptingtcl.cpp +++ b/Plugins/ScriptingTcl/scriptingtcl.cpp @@ -408,7 +408,7 @@ int ScriptingTcl::dbCommand(ClientData clientData, Tcl_Interp* interp, int objc, Tcl_Obj* result = nullptr; if (!ctx->db) { - result = Tcl_NewStringObj(tr("No database available in current context, while called Tcl's 'db' command.").toUtf8().constData(), -1); + result = Tcl_NewStringObj(tr("No database available in current context, while called Tcl's '%1' command.").arg("db").toUtf8().constData(), -1); Tcl_SetObjResult(interp, result); return TCL_ERROR; } @@ -430,7 +430,7 @@ int ScriptingTcl::dbCommand(ClientData clientData, Tcl_Interp* interp, int objc, return dbEvalOneColumn(ctx, interp, objv); } - result = Tcl_NewStringObj(tr("Invalid 'db' command sytax. Should be: db eval sql").toUtf8().constData(), -1); + result = Tcl_NewStringObj(tr("Invalid '%1' command sytax. Should be: %2").arg("db", "db eval sql").toUtf8().constData(), -1); Tcl_SetObjResult(interp, result); return TCL_ERROR; } @@ -551,7 +551,7 @@ SqlQueryPtr ScriptingTcl::dbCommonEval(ContextTcl* ctx, Tcl_Interp* interp, Tcl_ SqlQueryPtr execResults = ctx->db->exec(sql, queryArgs, flags); if (execResults->isError()) { - result = Tcl_NewStringObj(tr("Error from Tcl's' 'db' command: %1").arg(execResults->getErrorText()).toUtf8().constData(), -1); + result = Tcl_NewStringObj(tr("Error from Tcl's' '%1' command: %2").arg("db", execResults->getErrorText()).toUtf8().constData(), -1); Tcl_SetObjResult(interp, result); } return execResults; diff --git a/Plugins/ScriptingTcl/scriptingtcl.qrc b/Plugins/ScriptingTcl/scriptingtcl.qrc index 8a0d047..0a78160 100644 --- a/Plugins/ScriptingTcl/scriptingtcl.qrc +++ b/Plugins/ScriptingTcl/scriptingtcl.qrc @@ -2,4 +2,7 @@ scriptingtcl.png + + ScriptingTcl_pl.qm + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro index ae68b60..23efd4c 100644 --- a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter.pro @@ -98,3 +98,7 @@ FORMS += \ RESOURCES += \ sqlenterpriseformatter.qrc + + +TRANSLATIONS += SqlEnterpriseFormatter_pl.ts + diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm new file mode 100644 index 0000000..ea184fe Binary files /dev/null and b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.qm differ diff --git a/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts new file mode 100644 index 0000000..b73d4ad --- /dev/null +++ b/Plugins/SqlEnterpriseFormatter/SqlEnterpriseFormatter_pl.ts @@ -0,0 +1,209 @@ + + + + + QObject + + + + name + example name wrapper + nazwa + + + + SqlEnterpriseFormatter + + + Indentation + Wcięcia + + + + Line up keywords in multi-line queries + Wyrównaj słowa kluczowe w wielolinijkowych zapytaniach + + + + Indent contents of parenthesis block + Dodaj wcięcia do zawartości bloków w nawiasach + + + + Tab size: + Rozmiar tabulacji: + + + + New lines + Nowe linie + + + + Before opening parenthesis in column definitions + Przed nawiasem otwierającym w definicjach kolumn + + + + After opening parenthesis in column definitions + Po nawiasie otwierającym w definicjach kolumn + + + + Before closing parenthesis in column definitions + Przed nawiasem zamykającym w definicjach kolumn + + + + After closing parenthesis in column definitions + Po nawiasie zamykającym w definicjach kolumn + + + + Before opening parenthesis in expressions + Przed nawiasem otwierającym w wyrażeniach + + + + After opening parenthesis in expressions + Po nawiasie otwierającym w wyrażeniach + + + + Before closing parenthesis in expressions + Przed nawiasem zamykającym w wyrażeniach + + + + After closing parenthesis in expressions + Po nawiasie zamykającym w wyrażeniach + + + + After JOIN keywords in FROM clause + After *JOIN keywords in FROM clause + Po słowach kluczowych JOIN w klauzuli FROM + + + + Put each column constraint in CREATE TABLE into new line + Ustaw każde ograniczenie kolumny w CREATE TABLE w nowej linii + + + + After comma + Po przecinku + + + + After comma in expressions + Po przecinku w wyrażeniach + + + + After semicolon + Po średniku + + + + + Never before semicolon + Nigdy przed średnikiem + + + + White spaces + Spacje + + + + Before comma in lists + Przed przecinkiem w listach + + + + After comma in lists + Po przecinku w listach + + + + Before opening parenthesis + Przed nawiasem otwierającym + + + + After opening parenthesis + Po nawiasie otwierającym + + + + Before closing parenthesis + Przed nawiasem zamykającym + + + + After closing parenthesis + Po nawiasie zamykającym + + + + No space between SQL function name and opening parenthesis + Bez spacji między nazwą funkcji SQL i nawiasem otwierającym + + + + Before dot operator (in path to database object) + Przed operatorem kropki (w ścieżce do obiektu bazodanowego) + + + + After dot operator (in path to database object) + Po operatorze kropki (w ścieżce do obiektu bazodanowego) + + + + Before mathematical operator + Przed operatorem matematycznym + + + + After mathematical operator + Po operatorze matematycznym + + + + Never before comma + Nigdy przed przecinkiem + + + + Names + Nazwy + + + + Preferred name wrapper + Preferowane opakowanie nazwy + + + + Always use name wrapping + Zawsze opakowuj nazwy + + + + Uppercase data type names + Zmieniaj litery nazw typów danych na duże + + + + Uppercase keywords + Zmieniaj litery słów kluczowych na duże + + + + Preview + Podgląd + + + diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc index bd23092..79ed2c7 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.qrc @@ -2,4 +2,7 @@ sqlenterpriseformatter.ui + + SqlEnterpriseFormatter_pl.qm + diff --git a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui index 49e8788..2ebfbdf 100644 --- a/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui +++ b/Plugins/SqlEnterpriseFormatter/sqlenterpriseformatter.ui @@ -11,7 +11,7 @@ - Form + Form @@ -39,7 +39,7 @@ - 0 + 1 @@ -58,7 +58,7 @@ Line up keywords in multi-line queries - SqlEnterpriseFormatter.LineUpKeywords + SqlEnterpriseFormatter.LineUpKeywords @@ -68,7 +68,7 @@ Indent contents of parenthesis block - SqlEnterpriseFormatter.IndentParenthesisBlock + SqlEnterpriseFormatter.IndentParenthesisBlock @@ -95,7 +95,7 @@ - SqlEnterpriseFormatter.TabSize + SqlEnterpriseFormatter.TabSize @@ -133,7 +133,7 @@ 0 - 0 + -166 578 350 @@ -160,7 +160,7 @@ Before opening parenthesis in column definitions - SqlEnterpriseFormatter.NlBeforeOpenParDef + SqlEnterpriseFormatter.NlBeforeOpenParDef @@ -170,7 +170,7 @@ After opening parenthesis in column definitions - SqlEnterpriseFormatter.NlAfterOpenParDef + SqlEnterpriseFormatter.NlAfterOpenParDef @@ -180,7 +180,7 @@ Before closing parenthesis in column definitions - SqlEnterpriseFormatter.NlBeforeCloseParDef + SqlEnterpriseFormatter.NlBeforeCloseParDef @@ -190,7 +190,7 @@ After closing parenthesis in column definitions - SqlEnterpriseFormatter.NlAfterCloseParDef + SqlEnterpriseFormatter.NlAfterCloseParDef @@ -200,7 +200,7 @@ Before opening parenthesis in expressions - SqlEnterpriseFormatter.NlBeforeOpenParExpr + SqlEnterpriseFormatter.NlBeforeOpenParExpr @@ -210,7 +210,7 @@ After opening parenthesis in expressions - SqlEnterpriseFormatter.NlAfterOpenParExpr + SqlEnterpriseFormatter.NlAfterOpenParExpr @@ -220,7 +220,7 @@ Before closing parenthesis in expressions - SqlEnterpriseFormatter.NlBeforeCloseParExpr + SqlEnterpriseFormatter.NlBeforeCloseParExpr @@ -230,17 +230,17 @@ After closing parenthesis in expressions - SqlEnterpriseFormatter.NlAfterCloseParExpr + SqlEnterpriseFormatter.NlAfterCloseParExpr - After *JOIN keywords in FROM clause + After JOIN keywords in FROM clause - SqlEnterpriseFormatter.NlAfterJoinStmt + SqlEnterpriseFormatter.NlAfterJoinStmt @@ -250,7 +250,7 @@ Put each column constraint in CREATE TABLE into new line - SqlEnterpriseFormatter.NlBetweenConstraints + SqlEnterpriseFormatter.NlBetweenConstraints @@ -260,7 +260,7 @@ After comma - SqlEnterpriseFormatter.NlAfterComma + SqlEnterpriseFormatter.NlAfterComma @@ -270,7 +270,7 @@ After comma in expressions - SqlEnterpriseFormatter.NlAfterCommaInExpr + SqlEnterpriseFormatter.NlAfterCommaInExpr @@ -280,7 +280,7 @@ After semicolon - SqlEnterpriseFormatter.NlAfterSemicolon + SqlEnterpriseFormatter.NlAfterSemicolon @@ -290,7 +290,7 @@ Never before semicolon - SqlEnterpriseFormatter.NlNeverBeforeSemicolon + SqlEnterpriseFormatter.NlNeverBeforeSemicolon @@ -392,7 +392,7 @@ Before comma in lists - SqlEnterpriseFormatter.SpaceBeforeCommaInList + SqlEnterpriseFormatter.SpaceBeforeCommaInList @@ -402,7 +402,7 @@ After comma in lists - SqlEnterpriseFormatter.SpaceAfterCommaInList + SqlEnterpriseFormatter.SpaceAfterCommaInList @@ -412,7 +412,7 @@ Before opening parenthesis - SqlEnterpriseFormatter.SpaceBeforeOpenPar + SqlEnterpriseFormatter.SpaceBeforeOpenPar @@ -422,7 +422,7 @@ After opening parenthesis - SqlEnterpriseFormatter.SpaceAfterOpenPar + SqlEnterpriseFormatter.SpaceAfterOpenPar @@ -432,7 +432,7 @@ Before closing parenthesis - SqlEnterpriseFormatter.SpaceBeforeClosePar + SqlEnterpriseFormatter.SpaceBeforeClosePar @@ -442,7 +442,7 @@ After closing parenthesis - SqlEnterpriseFormatter.SpaceAfterClosePar + SqlEnterpriseFormatter.SpaceAfterClosePar @@ -452,7 +452,7 @@ No space between SQL function name and opening parenthesis - SqlEnterpriseFormatter.NoSpaceAfterFunctionName + SqlEnterpriseFormatter.NoSpaceAfterFunctionName @@ -462,7 +462,7 @@ Before dot operator (in path to database object) - SqlEnterpriseFormatter.SpaceBeforeDot + SqlEnterpriseFormatter.SpaceBeforeDot @@ -472,7 +472,7 @@ After dot operator (in path to database object) - SqlEnterpriseFormatter.SpaceAfterDot + SqlEnterpriseFormatter.SpaceAfterDot @@ -482,7 +482,7 @@ Before mathematical operator - SqlEnterpriseFormatter.SpaceBeforeMathOp + SqlEnterpriseFormatter.SpaceBeforeMathOp @@ -492,7 +492,7 @@ After mathematical operator - SqlEnterpriseFormatter.SpaceAfterMathOp + SqlEnterpriseFormatter.SpaceAfterMathOp @@ -502,7 +502,7 @@ Never before comma - SqlEnterpriseFormatter.SpaceNeverBeforeComma + SqlEnterpriseFormatter.SpaceNeverBeforeComma @@ -512,7 +512,7 @@ Never before semicolon - SqlEnterpriseFormatter.SpaceNeverBeforeSemicolon + SqlEnterpriseFormatter.SpaceNeverBeforeSemicolon @@ -587,10 +587,10 @@ - SqlEnterpriseFormatter.PrefferedWrapper + SqlEnterpriseFormatter.PrefferedWrapper - SqlEnterpriseFormatter.Wrappers + SqlEnterpriseFormatter.Wrappers @@ -600,7 +600,7 @@ Always use name wrapping - SqlEnterpriseFormatter.AlwaysUseNameWrapping + SqlEnterpriseFormatter.AlwaysUseNameWrapping @@ -610,7 +610,7 @@ Uppercase data type names - SqlEnterpriseFormatter.UppercaseDataTypes + SqlEnterpriseFormatter.UppercaseDataTypes @@ -620,7 +620,7 @@ Uppercase keywords - SqlEnterpriseFormatter.UppercaseKeywords + SqlEnterpriseFormatter.UppercaseKeywords @@ -641,7 +641,7 @@ - SqlEnterpriseFormatter.PreviewCode + SqlEnterpriseFormatter.PreviewCode true 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 + diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro index 2c60801..ecf3355 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro @@ -26,3 +26,7 @@ OTHER_FILES += \ RESOURCES += \ sqlformattersimple.qrc + + +TRANSLATIONS += SqlFormatterSimple_pl.ts + diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui b/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui index 7e81ee0..7cb76b2 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui @@ -10,6 +10,9 @@ 290 + + + @@ -17,7 +20,7 @@ Upper case keywords - SqlFormatterSimple.UpperCaseKeywords + SqlFormatterSimple.UpperCaseKeywords @@ -27,7 +30,7 @@ Reduce multiple whitespaces to single whitespace - SqlFormatterSimple.TrimLongSpaces + SqlFormatterSimple.TrimLongSpaces diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm new file mode 100644 index 0000000..a88fc0f Binary files /dev/null and b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm differ diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts new file mode 100644 index 0000000..048a876 --- /dev/null +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts @@ -0,0 +1,17 @@ + + + + + SqlFormatterSimplePlugin + + + Upper case keywords + Zmień litery słów kluczowych na duże + + + + Reduce multiple whitespaces to single whitespace + Zredukuj wiele znaków białych do pojedynczego + + + diff --git a/Plugins/SqlFormatterSimple/sqlformattersimple.qrc b/Plugins/SqlFormatterSimple/sqlformattersimple.qrc index febfbd2..33f00ba 100644 --- a/Plugins/SqlFormatterSimple/sqlformattersimple.qrc +++ b/Plugins/SqlFormatterSimple/sqlformattersimple.qrc @@ -2,4 +2,7 @@ SqlFormatterSimple.ui + + SqlFormatterSimple_pl.qm + diff --git a/Plugins/XmlExport/XmlExport.pro b/Plugins/XmlExport/XmlExport.pro index 87e0c7f..f7dbb7f 100644 --- a/Plugins/XmlExport/XmlExport.pro +++ b/Plugins/XmlExport/XmlExport.pro @@ -25,3 +25,7 @@ OTHER_FILES += \ RESOURCES += \ xmlexport.qrc + + +TRANSLATIONS += XmlExport_pl.ts + diff --git a/Plugins/XmlExport/XmlExport.ui b/Plugins/XmlExport/XmlExport.ui index 2a236c6..6c6f27e 100644 --- a/Plugins/XmlExport/XmlExport.ui +++ b/Plugins/XmlExport/XmlExport.ui @@ -11,7 +11,7 @@ - Form + Form @@ -29,10 +29,10 @@ true - format + format - XmlExport.Format + XmlExport.Format @@ -42,10 +42,10 @@ Compress (everything in one line) - compress + compress - XmlExport.Format + XmlExport.Format @@ -70,10 +70,10 @@ true - mixed + mixed - XmlExport.Escaping + XmlExport.Escaping @@ -86,10 +86,10 @@ Always use CDATA - cdata + cdata - XmlExport.Escaping + XmlExport.Escaping @@ -102,10 +102,10 @@ Always use ampersand - ampersand + ampersand - XmlExport.Escaping + XmlExport.Escaping @@ -124,13 +124,13 @@ false - XmlExport.UseNamespace + XmlExport.UseNamespace - XmlExport.Namespace + XmlExport.Namespace diff --git a/Plugins/XmlExport/XmlExport_pl.qm b/Plugins/XmlExport/XmlExport_pl.qm new file mode 100644 index 0000000..40b5b24 Binary files /dev/null and b/Plugins/XmlExport/XmlExport_pl.qm differ diff --git a/Plugins/XmlExport/XmlExport_pl.ts b/Plugins/XmlExport/XmlExport_pl.ts new file mode 100644 index 0000000..fc0cfaa --- /dev/null +++ b/Plugins/XmlExport/XmlExport_pl.ts @@ -0,0 +1,71 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + Enter the namespace to use (for example: http://my.namespace.org + Wprowadź przestrzeń nazw (na przykład: http://moja.przestrzen.nazw.org) + + + + XmlExportConfig + + + Output format + Format wyjściowy + + + + Format document (new lines, indentation) + Formatuj dokument (nowe linie, wcięcia) + + + + Compress (everything in one line) + Kompresuj (wszystko w jednej linii) + + + + Special characters escaping + Podmiana znaków specjalnych + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + <p>Dla krótszych wartości będzie użyty ampersand, a dla dłuższych CDATA. Dotyczy to tylko wartości, które wymagają podmiany znaków. Inne wartości będą wyeksportowane bez zmian.</p> + + + + Use CDATA and ampersands + Użyj CDATA i ampersandów + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + <p>Każda wartość wymagająca podmiany znaków będzie zamknięta w bloku CDATA.</p> + + + + Always use CDATA + Zawsze używaj CDATA + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + <p>Każdy znak wymagający podmiany będzie zastąpiony odpowiednią sekwencją z ampersandem. Bloki CDATA nie będą używane.</p> + + + + Always use ampersand + Zawsze używaj ampersanda + + + + Define XML namespace + Zdefiniuj przestrzeń nazw XML + + + diff --git a/Plugins/XmlExport/xmlexport.cpp b/Plugins/XmlExport/xmlexport.cpp index 746d246..e76fe7d 100644 --- a/Plugins/XmlExport/xmlexport.cpp +++ b/Plugins/XmlExport/xmlexport.cpp @@ -35,7 +35,7 @@ void XmlExport::validateOptions() EXPORT_MANAGER->updateVisibilityAndEnabled(cfg.XmlExport.Namespace, true, useNs); bool nsValid = !useNs || !cfg.XmlExport.Namespace.get().isEmpty(); - EXPORT_MANAGER->handleValidationFromPlugin(nsValid, cfg.XmlExport.Namespace, tr("Enter the namespace to use (for example: http://my.namespace.org")); + EXPORT_MANAGER->handleValidationFromPlugin(nsValid, cfg.XmlExport.Namespace, tr("Enter the namespace to use (for example: http://my.namespace.org)")); } QString XmlExport::defaultFileExtension() const diff --git a/Plugins/XmlExport/xmlexport.qrc b/Plugins/XmlExport/xmlexport.qrc index d6a77a6..cfa97ff 100644 --- a/Plugins/XmlExport/xmlexport.qrc +++ b/Plugins/XmlExport/xmlexport.qrc @@ -2,4 +2,7 @@ XmlExport.ui + + XmlExport_pl.qm + -- cgit v1.2.3