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/HtmlExport/HtmlExport.pro | 18 +-- Plugins/HtmlExport/HtmlExport_de.qm | Bin 23 -> 0 bytes Plugins/HtmlExport/HtmlExport_de.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_es.qm | Bin 23 -> 0 bytes Plugins/HtmlExport/HtmlExport_es.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_fr.qm | Bin 3886 -> 0 bytes Plugins/HtmlExport/HtmlExport_fr.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_it.qm | Bin 23 -> 0 bytes Plugins/HtmlExport/HtmlExport_it.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_pl.qm | Bin 3840 -> 0 bytes Plugins/HtmlExport/HtmlExport_pl.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_pt_BR.qm | Bin 23 -> 0 bytes Plugins/HtmlExport/HtmlExport_pt_BR.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_ro_RO.qm | Bin 30 -> 0 bytes Plugins/HtmlExport/HtmlExport_ro_RO.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_ru.qm | Bin 3899 -> 0 bytes Plugins/HtmlExport/HtmlExport_ru.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_sk.qm | Bin 1039 -> 0 bytes Plugins/HtmlExport/HtmlExport_sk.ts | 173 --------------------- Plugins/HtmlExport/HtmlExport_zh_CN.qm | 1 - Plugins/HtmlExport/HtmlExport_zh_CN.ts | 173 --------------------- Plugins/HtmlExport/htmlexport.cpp | 4 +- Plugins/HtmlExport/htmlexport.qrc | 15 -- Plugins/HtmlExport/translations/HtmlExport.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_af_ZA.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ar_SA.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ca_ES.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_cs_CZ.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_da_DK.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_de_DE.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_el_GR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_en_US.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_es_ES.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_fa_IR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_fi_FI.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_fr_FR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_he_IL.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_hu_HU.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_it_IT.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ja_JP.ts | 173 +++++++++++++++++++++ Plugins/HtmlExport/translations/HtmlExport_kaa.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ko_KR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_nl_NL.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_no_NO.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_pl_PL.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_pt_BR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_pt_PT.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ro_RO.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_ru_RU.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_sk_SK.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_sr_SP.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_sv_SE.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_tr_TR.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_uk_UA.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_vi_VN.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_zh_CN.ts | 173 +++++++++++++++++++++ .../HtmlExport/translations/HtmlExport_zh_TW.ts | 173 +++++++++++++++++++++ 57 files changed, 5892 insertions(+), 1758 deletions(-) delete mode 100644 Plugins/HtmlExport/HtmlExport_de.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_de.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_es.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_es.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_fr.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_fr.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_it.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_it.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_pl.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_pl.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_pt_BR.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_pt_BR.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_ro_RO.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_ro_RO.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_ru.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_ru.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_sk.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_sk.ts delete mode 100644 Plugins/HtmlExport/HtmlExport_zh_CN.qm delete mode 100644 Plugins/HtmlExport/HtmlExport_zh_CN.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_af_ZA.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ar_SA.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ca_ES.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_cs_CZ.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_da_DK.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_de_DE.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_el_GR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_en_US.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_es_ES.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_fa_IR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_fi_FI.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_fr_FR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_he_IL.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_hu_HU.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_it_IT.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ja_JP.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_kaa.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ko_KR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_nl_NL.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_no_NO.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_pl_PL.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_pt_BR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_pt_PT.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ro_RO.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_ru_RU.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_sk_SK.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_sr_SP.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_sv_SE.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_tr_TR.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_uk_UA.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_vi_VN.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_zh_CN.ts create mode 100644 Plugins/HtmlExport/translations/HtmlExport_zh_TW.ts (limited to 'Plugins/HtmlExport') diff --git a/Plugins/HtmlExport/HtmlExport.pro b/Plugins/HtmlExport/HtmlExport.pro index 7e84021..1264279 100644 --- a/Plugins/HtmlExport/HtmlExport.pro +++ b/Plugins/HtmlExport/HtmlExport.pro @@ -29,16 +29,14 @@ FORMS += \ htmlexport.ui -TRANSLATIONS += HtmlExport_ro_RO.ts \ - HtmlExport_de.ts \ - HtmlExport_it.ts \ - HtmlExport_zh_CN.ts \ - HtmlExport_sk.ts \ - HtmlExport_ru.ts \ - HtmlExport_pt_BR.ts \ - HtmlExport_fr.ts \ - HtmlExport_es.ts \ - HtmlExport_pl.ts + + + + + + + + diff --git a/Plugins/HtmlExport/HtmlExport_de.qm b/Plugins/HtmlExport/HtmlExport_de.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_de.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_de.ts b/Plugins/HtmlExport/HtmlExport_de.ts deleted file mode 100644 index 8e64155..0000000 --- a/Plugins/HtmlExport/HtmlExport_de.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_es.qm b/Plugins/HtmlExport/HtmlExport_es.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_es.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_es.ts b/Plugins/HtmlExport/HtmlExport_es.ts deleted file mode 100644 index e022d24..0000000 --- a/Plugins/HtmlExport/HtmlExport_es.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_fr.qm b/Plugins/HtmlExport/HtmlExport_fr.qm deleted file mode 100644 index 7852caa..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_fr.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_fr.ts b/Plugins/HtmlExport/HtmlExport_fr.ts deleted file mode 100644 index 06d663f..0000000 --- a/Plugins/HtmlExport/HtmlExport_fr.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - Résultats de la requête SQL - - - - - no type - Aucun type - - - - - Exported table: %1 - Table exportée : %1 - - - - - Table: %1 - Table : %1 - - - - virtual - virtuel - - - - Exported database: %1 - Base de données exportée : %1 - - - - Index: %1 - Index : %1 - - - - For table: - Pour la table : - - - - Unique: - Unique : - - - - Yes - Oui - - - - No - Non - - - - Column - Colonne - - - - Collating - Collation - - - - Sort order - Ordre de tri - - - - Trigger: %1 - Déclencheur : %1 - - - - Activated: - Activé : - - - - Action: - Action : - - - - On view: - Sur la vue : - - - - On table: - Sur la table : - - - - Activate condition: - Activé la condition : - - - - Code executed: - Exécuter le code : - - - - View: %1 - Vue : %1 - - - - Document generated by SQLiteStudio v%1 on %2 - Document généré par SQLiteStudio v%1 de %2 - - - - HtmlExportConfig - - - Maximum number of characters per cell: - Nombre de caractères maximum par cellule : - - - - Include data types in first row - Types données incluses dans la première ligne - - - - Column names as first row - Nom des colonnes dans la première ligne - - - - Row numbers as first column - Numero de ligne dans la première colonne - - - - Output format - Format d’affichage - - - - Format document (new lines, indentation) - Format document (nouvelles ligne, indentation) - - - - Compress (everything in one line) - Condensé (tout en une ligne) - - - - <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>Lorsqu’il y a des caractères HTML tel que <, > et & ils ne sont pas enlevés des valeurs exportées. This allows you for example to export hyper-link enabled documents, but it also may result in incorrect HTML document (unmatched pairs of < and > characters).Soyez attentif.</p> - - - - Don't escape HTML characters - N’enlevez pas les caractères HTML - - - diff --git a/Plugins/HtmlExport/HtmlExport_it.qm b/Plugins/HtmlExport/HtmlExport_it.qm deleted file mode 100644 index 9dad8df..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_it.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_it.ts b/Plugins/HtmlExport/HtmlExport_it.ts deleted file mode 100644 index a451fc3..0000000 --- a/Plugins/HtmlExport/HtmlExport_it.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_pl.qm b/Plugins/HtmlExport/HtmlExport_pl.qm deleted file mode 100644 index a0cac5e..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_pl.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_pl.ts b/Plugins/HtmlExport/HtmlExport_pl.ts deleted file mode 100644 index 3fba2f9..0000000 --- a/Plugins/HtmlExport/HtmlExport_pl.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - 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_pt_BR.qm b/Plugins/HtmlExport/HtmlExport_pt_BR.qm deleted file mode 100644 index c02994c..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_pt_BR.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_pt_BR.ts b/Plugins/HtmlExport/HtmlExport_pt_BR.ts deleted file mode 100644 index 560fd85..0000000 --- a/Plugins/HtmlExport/HtmlExport_pt_BR.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_ro_RO.qm b/Plugins/HtmlExport/HtmlExport_ro_RO.qm deleted file mode 100644 index 2856eb9..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_ro_RO.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_ro_RO.ts b/Plugins/HtmlExport/HtmlExport_ro_RO.ts deleted file mode 100644 index 2860272..0000000 --- a/Plugins/HtmlExport/HtmlExport_ro_RO.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_ru.qm b/Plugins/HtmlExport/HtmlExport_ru.qm deleted file mode 100644 index 97efccd..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_ru.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_ru.ts b/Plugins/HtmlExport/HtmlExport_ru.ts deleted file mode 100644 index 5bd37f7..0000000 --- a/Plugins/HtmlExport/HtmlExport_ru.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - Результаты запроса SQL - - - - - no type - без типа - - - - - Exported table: %1 - Экспортированная таблица: %1 - - - - - Table: %1 - Таблица: %1 - - - - virtual - виртуальная - - - - Exported database: %1 - Экспортированная база данных: %1 - - - - Index: %1 - Индекс: %1 - - - - For table: - Для таблицы: - - - - Unique: - Уникальный: - - - - Yes - Да - - - - No - Нет - - - - Column - Столбец - - - - Collating - Сравнение - - - - Sort order - Порядок сортировки - - - - Trigger: %1 - Триггер: %1 - - - - Activated: - Активирован: - - - - Action: - Действие: - - - - On view: - Для представления: - - - - On table: - Для таблицы: - - - - Activate condition: - Условие активации: - - - - Code executed: - Исполненный код: - - - - View: %1 - Представление: %1 - - - - Document generated by SQLiteStudio v%1 on %2 - Документ сгенерирован с помощью SQLiteStudio v%1 в %2 - - - - HtmlExportConfig - - - Maximum number of characters per cell: - Максимальное количество символов в ячейке: - - - - Include data types in first row - Включить типы данных в первую строку - - - - Column names as first row - Имена столбцов в первой строке - - - - Row numbers as first column - Номера строк в первом столбце - - - - Output format - Выходной формат - - - - Format document (new lines, indentation) - Форматировать документ (переносы строк, отступы) - - - - Compress (everything in one line) - Сжать (всё в одну строку) - - - - <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>Когда опция активирована, символы HTML, такие как &lt;, &gt; и &amp;, не экранируются в экспортируемых значениях. Это позволяет, к примеру, создавать документы со ссылками, но также может привести к порче документа HTML (при незакрытых символах &lt; и &gt;). Будьте внимательны.</p> - - - - Don't escape HTML characters - Не экранировать символы HTML - - - diff --git a/Plugins/HtmlExport/HtmlExport_sk.qm b/Plugins/HtmlExport/HtmlExport_sk.qm deleted file mode 100644 index 29c8745..0000000 Binary files a/Plugins/HtmlExport/HtmlExport_sk.qm and /dev/null differ diff --git a/Plugins/HtmlExport/HtmlExport_sk.ts b/Plugins/HtmlExport/HtmlExport_sk.ts deleted file mode 100644 index 8d427a7..0000000 --- a/Plugins/HtmlExport/HtmlExport_sk.ts +++ /dev/null @@ -1,173 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - Maximálny počet znakov na bunku: - - - - Include data types in first row - Dátové typy pridať do prvého riadka k názvom stĺpcov - - - - Column names as first row - Názvy stĺpcov ako prvý riadok - - - - Row numbers as first column - Číslovanie riadkov ako prvý stĺpec - - - - Output format - Výstupný formát - - - - Format document (new lines, indentation) - Formátovať dokument (nové riadky, odsadenie) - - - - Compress (everything in one line) - Zhustiť (všetko do jedného riadka) - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/HtmlExport_zh_CN.qm b/Plugins/HtmlExport/HtmlExport_zh_CN.qm deleted file mode 100644 index be651ee..0000000 --- a/Plugins/HtmlExport/HtmlExport_zh_CN.qm +++ /dev/null @@ -1 +0,0 @@ - - - - - HtmlExport - - - SQL query results - - - - - - no type - - - - - - Exported table: %1 - - - - - - Table: %1 - - - - - virtual - - - - - Exported database: %1 - - - - - Index: %1 - - - - - For table: - - - - - Unique: - - - - - Yes - - - - - No - - - - - Column - - - - - Collating - - - - - Sort order - - - - - Trigger: %1 - - - - - Activated: - - - - - Action: - - - - - On view: - - - - - On table: - - - - - Activate condition: - - - - - Code executed: - - - - - View: %1 - - - - - Document generated by SQLiteStudio v%1 on %2 - - - - - HtmlExportConfig - - - Maximum number of characters per cell: - - - - - Include data types in first row - - - - - Column names as first row - - - - - Row numbers as first column - - - - - Output format - - - - - Format document (new lines, indentation) - - - - - Compress (everything in one line) - - - - - <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> - - - - - Don't escape HTML characters - - - - diff --git a/Plugins/HtmlExport/htmlexport.cpp b/Plugins/HtmlExport/htmlexport.cpp index 86ac13e..e9e4bb5 100644 --- a/Plugins/HtmlExport/htmlexport.cpp +++ b/Plugins/HtmlExport/htmlexport.cpp @@ -608,11 +608,11 @@ QString HtmlExport::compressCss(QString css) bool HtmlExport::init() { - Q_INIT_RESOURCE(htmlexport); + SQLS_INIT_RESOURCE(htmlexport); return GenericExportPlugin::init(); } void HtmlExport::deinit() { - Q_CLEANUP_RESOURCE(htmlexport); + SQLS_CLEANUP_RESOURCE(htmlexport); } diff --git a/Plugins/HtmlExport/htmlexport.qrc b/Plugins/HtmlExport/htmlexport.qrc index 2138f41..77f9482 100644 --- a/Plugins/HtmlExport/htmlexport.qrc +++ b/Plugins/HtmlExport/htmlexport.qrc @@ -5,19 +5,4 @@ htmlexport.ui - - HtmlExport_ro_RO.qm - HtmlExport_de.qm - - - HtmlExport_pl.qm - HtmlExport_ru.qm - HtmlExport_fr.qm - HtmlExport_sk.qm - HtmlExport_zh_CN.qm - - - - - diff --git a/Plugins/HtmlExport/translations/HtmlExport.ts b/Plugins/HtmlExport/translations/HtmlExport.ts new file mode 100644 index 0000000..626cc48 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + + + + + + no type + + + + + + Exported table: %1 + + + + + + Table: %1 + + + + + virtual + + + + + Exported database: %1 + + + + + Index: %1 + + + + + For table: + + + + + Unique: + + + + + Yes + + + + + No + + + + + Column + + + + + Collating + + + + + Sort order + + + + + Trigger: %1 + + + + + Activated: + + + + + Action: + + + + + On view: + + + + + On table: + + + + + Activate condition: + + + + + Code executed: + + + + + View: %1 + + + + + Document generated by SQLiteStudio v%1 on %2 + + + + + HtmlExportConfig + + + Maximum number of characters per cell: + + + + + Include data types in first row + + + + + Column names as first row + + + + + Row numbers as first column + + + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + <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> + + + + + Don't escape HTML characters + + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_af_ZA.ts b/Plugins/HtmlExport/translations/HtmlExport_af_ZA.ts new file mode 100644 index 0000000..a0ad2f5 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_af_ZA.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ar_SA.ts b/Plugins/HtmlExport/translations/HtmlExport_ar_SA.ts new file mode 100644 index 0000000..3213e4e --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ar_SA.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ca_ES.ts b/Plugins/HtmlExport/translations/HtmlExport_ca_ES.ts new file mode 100644 index 0000000..6c8d7c9 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ca_ES.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_cs_CZ.ts b/Plugins/HtmlExport/translations/HtmlExport_cs_CZ.ts new file mode 100644 index 0000000..ce1369f --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_cs_CZ.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_da_DK.ts b/Plugins/HtmlExport/translations/HtmlExport_da_DK.ts new file mode 100644 index 0000000..b48aaab --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_da_DK.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_de_DE.ts b/Plugins/HtmlExport/translations/HtmlExport_de_DE.ts new file mode 100644 index 0000000..0d34916 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_de_DE.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL Abfragenergebnis + + + + + no type + kein Typ + + + + + Exported table: %1 + Exportierte Tabelle: %1 + + + + + Table: %1 + Tabelle: %1 + + + + virtual + virtuell + + + + Exported database: %1 + Exportierte Datenbank: %1 + + + + Index: %1 + Index: %1 + + + + For table: + Für Tabelle: + + + + Unique: + Einzigartig: + + + + Yes + Ja + + + + No + Nein + + + + Column + Spalte + + + + Collating + Sortierung + + + + Sort order + Sortierreihenfolge + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Aktiviert: + + + + Action: + Aktion: + + + + On view: + Auf Ansicht: + + + + On table: + Auf Tabelle: + + + + Activate condition: + Ausführungsbedingung: + + + + Code executed: + Code ausgeführt: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Dokument erstellt von SQLiteStudio v%1 am %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximale Zeichenanzahl pro Zelle: + + + + Include data types in first row + Datentypen in der ersten Zeile einbeziehen + + + + Column names as first row + Spaltenname als erste Zeile verwenden + + + + Row numbers as first column + Zeilennummern als erste Spalte + + + + Output format + Ausgabeformat + + + + Format document (new lines, indentation) + Dokument formatieren (neue Zeilen, Einrückung) + + + + Compress (everything in one line) + Komprimieren (alles in einer Zeile) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + HTML-Zeichen nicht maskieren + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_el_GR.ts b/Plugins/HtmlExport/translations/HtmlExport_el_GR.ts new file mode 100644 index 0000000..23eaa98 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_el_GR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_en_US.ts b/Plugins/HtmlExport/translations/HtmlExport_en_US.ts new file mode 100644 index 0000000..f210669 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_en_US.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_es_ES.ts b/Plugins/HtmlExport/translations/HtmlExport_es_ES.ts new file mode 100644 index 0000000..0bd4f89 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_es_ES.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Resultados de la consulta SQL + + + + + no type + sin tipo + + + + + Exported table: %1 + Tabla exportada: %1 + + + + + Table: %1 + Tabla: %1 + + + + virtual + virtual + + + + Exported database: %1 + Base de datos exportada: %1 + + + + Index: %1 + Índice: %1 + + + + For table: + Para la tabla: + + + + Unique: + Único: + + + + Yes + + + + + No + No + + + + Column + Columna + + + + Collating + Cotejamiento + + + + Sort order + Ordenar por + + + + Trigger: %1 + Disparador: %1 + + + + Activated: + Activado: + + + + Action: + Acción: + + + + On view: + En la vista: + + + + On table: + En la tabla: + + + + Activate condition: + Condición de activación: + + + + Code executed: + Código ejecutado: + + + + View: %1 + Vista: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Documento generado por SQLiteStudio v%1 el %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Número máximo de caracteres por celda: + + + + Include data types in first row + Incluir tipos de dato en la primera fila + + + + Column names as first row + Nombres de columna como la primera fila + + + + Row numbers as first column + Números de fila como la primera columna + + + + Output format + Formato de salida + + + + Format document (new lines, indentation) + Formatear documento (nuevas líneas, indentación) + + + + Compress (everything in one line) + Comprimir (todo en una sola línea) + + + + <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>Cuando se activa, caracteres HTML como &lt;, &gt; y & no son escapados en los valores exportados. Esto te permite por ejemplo, exportar documentos con hiper-vínculos funcionales, pero también podría resultar en un documento HTML incorrecto (pares no relacionados de caracteres &lt; y &gt;). Está advertido.</p> + + + + Don't escape HTML characters + No escapar caracteres HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_fa_IR.ts b/Plugins/HtmlExport/translations/HtmlExport_fa_IR.ts new file mode 100644 index 0000000..015fa9e --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_fa_IR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_fi_FI.ts b/Plugins/HtmlExport/translations/HtmlExport_fi_FI.ts new file mode 100644 index 0000000..5991040 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_fi_FI.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_fr_FR.ts b/Plugins/HtmlExport/translations/HtmlExport_fr_FR.ts new file mode 100644 index 0000000..f3d7900 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_fr_FR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Résultats de la requête SQL + + + + + no type + Aucun type + + + + + Exported table: %1 + Tableau exporté : %1 + + + + + Table: %1 + Tableau : %1 + + + + virtual + virtuel + + + + Exported database: %1 + Base de données exportée : %1 + + + + Index: %1 + Index : %1 + + + + For table: + Pour le tableau : + + + + Unique: + Unique : + + + + Yes + Oui + + + + No + Non + + + + Column + Colonne + + + + Collating + Collation + + + + Sort order + Ordre de tri + + + + Trigger: %1 + Déclencheur : %1 + + + + Activated: + Activé : + + + + Action: + Action : + + + + On view: + Sur la vue : + + + + On table: + Sur le tableau : + + + + Activate condition: + Activé la condition : + + + + Code executed: + Exécuter le code : + + + + View: %1 + Vue : %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document généré par SQLiteStudio v%1 de %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Nombre de caractères maximum par cellule : + + + + Include data types in first row + Types données incluses dans la première ligne + + + + Column names as first row + Nom des colonnes dans la première ligne + + + + Row numbers as first column + Numero de ligne dans la première colonne + + + + Output format + Format d’affichage + + + + Format document (new lines, indentation) + Format document (nouvelles ligne, indentation) + + + + Compress (everything in one line) + Condensé (tout en une ligne) + + + + <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>Lorsqu’il y a des caractères HTML tel que <, > et & ils ne sont pas enlevés des valeurs exportées. This allows you for example to export hyper-link enabled documents, but it also may result in incorrect HTML document (unmatched pairs of < and > characters).Soyez attentif.</p> + + + + Don't escape HTML characters + N'enlevez pas les caractères HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_he_IL.ts b/Plugins/HtmlExport/translations/HtmlExport_he_IL.ts new file mode 100644 index 0000000..2eefff1 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_he_IL.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + תוצאות שאילתת SQL + + + + + no type + ללא סוג + + + + + Exported table: %1 + טבלה מיוצת: %1 + + + + + Table: %1 + טבלה: %1 + + + + virtual + מְדֻמֶּה + + + + Exported database: %1 + מסד נתונים מיוצא: %1 + + + + Index: %1 + מִפְתֵּחַ: %1 + + + + For table: + עבור טבלה: + + + + Unique: + ייחודי: + + + + Yes + כן + + + + No + לא + + + + Column + עמודה + + + + Collating + ארגון + + + + Sort order + סדר מיון + + + + Trigger: %1 + מַזְנֵק: %1 + + + + Activated: + מופעל: + + + + Action: + פעולה: + + + + On view: + אין מצג: + + + + On table: + אין טבלה: + + + + Activate condition: + שפעול תנאי: + + + + Code executed: + הקוד בוצע: + + + + View: %1 + מצג: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + מסמך חולל על ידי SQLiteStudio v%1 ב %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + מספר תווים מזערי בכל תא: + + + + Include data types in first row + הכללת סוגי נתונים בשורה ראשונה + + + + Column names as first row + שמות עמודות בשורה ראשונה + + + + Row numbers as first column + מספר שורה כעמודה ראשונה + + + + Output format + תבנית פלט + + + + Format document (new lines, indentation) + תבנות מסמך (שורה חדשה, הזחה) + + + + Compress (everything in one line) + דחיסה (הכל בשורה אחת) + + + + <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>כאשר אפשרות זו מופעלת, תווי HTML כגון &lt;, &gt; ו- & לא יחמקו ביצוא ערכים. דבר מאפשר לייצא מסמכים המופעלים באמצעות היפר-קישור, אך זה עלול להסתיים במסמך HTML שגוי (זוגות תווים &lt; and &gt; לא תואמים). לתשומת לב. </p> + + + + Don't escape HTML characters + לא לחמוק מתווי HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_hu_HU.ts b/Plugins/HtmlExport/translations/HtmlExport_hu_HU.ts new file mode 100644 index 0000000..2f1f1b5 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_hu_HU.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_it_IT.ts b/Plugins/HtmlExport/translations/HtmlExport_it_IT.ts new file mode 100644 index 0000000..5b9fc82 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_it_IT.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Risultati della query SQL + + + + + no type + nessun tipo + + + + + Exported table: %1 + Tabella esportata: %1 + + + + + Table: %1 + Tabella: %1 + + + + virtual + virtuale + + + + Exported database: %1 + Database esportato: %1 + + + + Index: %1 + Indice: %1 + + + + For table: + Per tabella: + + + + Unique: + Unico: + + + + Yes + + + + + No + No + + + + Column + Colonna + + + + Collating + Collating + + + + Sort order + Ordina per + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Attivato: + + + + Action: + Azione: + + + + On view: + Su vista: + + + + On table: + Su tabella: + + + + Activate condition: + Condizioni di attivazione: + + + + Code executed: + Codice eseguito: + + + + View: %1 + Vista: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Documento generato da SQLiteStudio v%1 su %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Numero massimo di caratteri per cella: + + + + Include data types in first row + Includi i tipi di dati nella prima riga + + + + Column names as first row + Nomi delle colonne come prima riga + + + + Row numbers as first column + Numeri di riga come prima colonna + + + + Output format + Formato di uscita + + + + Format document (new lines, indentation) + Formato documento (nuova riga, rientro) + + + + Compress (everything in one line) + Comprimi (tutto in una riga) + + + + <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>Quando abilitato, i caratteri HTML come &lt;, &gt; e & non vengono tolti nei valori esportati. Questo ti permette ad esempio di esportare i documenti abilitati per il collegamento ipertestuale, ma può anche causare un documento HTML errato (con coppie non corrispondenti di &lt; e &gt; caratteri). Sei avvisato.</p> + + + + Don't escape HTML characters + Non togliere caratteri HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ja_JP.ts b/Plugins/HtmlExport/translations/HtmlExport_ja_JP.ts new file mode 100644 index 0000000..a34560b --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ja_JP.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_kaa.ts b/Plugins/HtmlExport/translations/HtmlExport_kaa.ts new file mode 100644 index 0000000..ee2b0e1 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_kaa.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ko_KR.ts b/Plugins/HtmlExport/translations/HtmlExport_ko_KR.ts new file mode 100644 index 0000000..54c8455 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ko_KR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + + + + + No + 아니오 + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_nl_NL.ts b/Plugins/HtmlExport/translations/HtmlExport_nl_NL.ts new file mode 100644 index 0000000..67b1063 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_nl_NL.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_no_NO.ts b/Plugins/HtmlExport/translations/HtmlExport_no_NO.ts new file mode 100644 index 0000000..a845703 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_no_NO.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_pl_PL.ts b/Plugins/HtmlExport/translations/HtmlExport_pl_PL.ts new file mode 100644 index 0000000..01d86c4 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_pl_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 & 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/translations/HtmlExport_pt_BR.ts b/Plugins/HtmlExport/translations/HtmlExport_pt_BR.ts new file mode 100644 index 0000000..c358d8e --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_pt_BR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Resultados da consulta SQL + + + + + no type + sem tipo + + + + + Exported table: %1 + Tabela exportada: %1 + + + + + Table: %1 + Tabela: %1 + + + + virtual + virtual + + + + Exported database: %1 + Banco de dados exportado: %1 + + + + Index: %1 + Índice: %1 + + + + For table: + Para a tabela: + + + + Unique: + Único: + + + + Yes + Sim + + + + No + Não + + + + Column + Coluna + + + + Collating + Collating + + + + Sort order + Ordem de classificação + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Ativado: + + + + Action: + Ação: + + + + On view: + Na visualização: + + + + On table: + Na tabela: + + + + Activate condition: + Ativar condição: + + + + Code executed: + Código executado: + + + + View: %1 + Visualizar: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Documento gerado por SQLiteStudio v%1 em %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Número máximo de caracteres por célula: + + + + Include data types in first row + Incluir tipos de dados na primeira linha + + + + Column names as first row + Nomes de coluna como primeira linha + + + + Row numbers as first column + Linha de números como a primeira coluna + + + + Output format + Formato de saída + + + + Format document (new lines, indentation) + Formatar documento (novas linhas, recuo) + + + + Compress (everything in one line) + Comprimir (tudo em uma linha) + + + + <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>Quando habilitado, caracteres HTML como &lt;, &gt; e & não são escapados nos valores exportados. Isso permite a você, por exemplo, exportar documentos habilitados de hiper-links, mas também pode resultar em documentos HTML incorretos (pares não correspondentes de &lt; e &gt; caracteres). Estejam avisados.</p> + + + + Don't escape HTML characters + Não é possível caracteres HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_pt_PT.ts b/Plugins/HtmlExport/translations/HtmlExport_pt_PT.ts new file mode 100644 index 0000000..cc40c09 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_pt_PT.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ro_RO.ts b/Plugins/HtmlExport/translations/HtmlExport_ro_RO.ts new file mode 100644 index 0000000..28cfd86 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ro_RO.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_ru_RU.ts b/Plugins/HtmlExport/translations/HtmlExport_ru_RU.ts new file mode 100644 index 0000000..879f711 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_ru_RU.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + Результаты запроса SQL + + + + + no type + без типа + + + + + Exported table: %1 + Экспортированная таблица: %1 + + + + + Table: %1 + Таблица: %1 + + + + virtual + виртуальная + + + + Exported database: %1 + Экспортированная база данных: %1 + + + + Index: %1 + Индекс: %1 + + + + For table: + Для таблицы: + + + + Unique: + Уникальный: + + + + Yes + Да + + + + No + Нет + + + + Column + Столбец + + + + Collating + Сравнение + + + + Sort order + Порядок сортировки + + + + Trigger: %1 + Триггер: %1 + + + + Activated: + Активирован: + + + + Action: + Действие: + + + + On view: + Для представления: + + + + On table: + Для таблицы: + + + + Activate condition: + Условие активации: + + + + Code executed: + Исполненный код: + + + + View: %1 + Представление: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Документ сгенерирован с помощью SQLiteStudio v%1 в %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Максимальное количество символов в ячейке: + + + + Include data types in first row + Включить типы данных в первую строку + + + + Column names as first row + Имена столбцов в первой строке + + + + Row numbers as first column + Номера строк в первом столбце + + + + Output format + Выходной формат + + + + Format document (new lines, indentation) + Форматировать документ (переносы строк, отступы) + + + + Compress (everything in one line) + Сжать (всё в одну строку) + + + + <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>Когда опция активирована, символы HTML, такие как &lt;, &gt; и &, не экранируются в экспортируемых значениях. Это позволяет, к примеру, создавать документы со ссылками, но также может привести к порче документа HTML (при незакрытых символах &lt; и &gt;). Будьте внимательны.</p> + + + + Don't escape HTML characters + Не экранировать символы HTML + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_sk_SK.ts b/Plugins/HtmlExport/translations/HtmlExport_sk_SK.ts new file mode 100644 index 0000000..8173485 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_sk_SK.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximálny počet znakov na bunku: + + + + Include data types in first row + Dátové typy pridať do prvého riadka k názvom stĺpcov + + + + Column names as first row + Názvy stĺpcov ako prvý riadok + + + + Row numbers as first column + Číslovanie riadkov ako prvý stĺpec + + + + Output format + Výstupný formát + + + + Format document (new lines, indentation) + Formátovať dokument (nové riadky, odsadenie) + + + + Compress (everything in one line) + Zhustiť (všetko do jedného riadka) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_sr_SP.ts b/Plugins/HtmlExport/translations/HtmlExport_sr_SP.ts new file mode 100644 index 0000000..d12c46d --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_sr_SP.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_sv_SE.ts b/Plugins/HtmlExport/translations/HtmlExport_sv_SE.ts new file mode 100644 index 0000000..8ebe10a --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_sv_SE.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_tr_TR.ts b/Plugins/HtmlExport/translations/HtmlExport_tr_TR.ts new file mode 100644 index 0000000..91ed1dc --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_tr_TR.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL sorgu sonucu + + + + + no type + tip yok + + + + + Exported table: %1 + Çıkartılan tablo: %1 + + + + + Table: %1 + Tablo: %1 + + + + virtual + sanal + + + + Exported database: %1 + Çıkartılan veritabanı: %1 + + + + Index: %1 + Indeks: %1 + + + + For table: + Hedef tablo: + + + + Unique: + Unique: + + + + Yes + Evet + + + + No + Hayır + + + + Column + Kolon + + + + Collating + Collating + + + + Sort order + Sıralama düzeni + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Etkinleştirildi: + + + + Action: + Eylem: + + + + On view: + View: + + + + On table: + Tablo: + + + + Activate condition: + Aktifleştirme koşulu: + + + + Code executed: + Çalıştırılan kod: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + SQLiteStudio ile üretilen döküman %2 üzerinde v%1 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Hücre başına maksimum karakter sayısı: + + + + Include data types in first row + İlk satırda veri tiplerini içer + + + + Column names as first row + İlk satıda kolon isimleri + + + + Row numbers as first column + İlk kolon satır sayıları + + + + Output format + Çıktı formatı + + + + Format document (new lines, indentation) + Döküman biçimi (yeni satırlar, girintiler) + + + + Compress (everything in one line) + Sıkıştır (her şeyi bir satırda) + + + + <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>Aktif olduğunda, &lt;, &gt; ve & gibi HTML karakterleri çıkartılan dosyalarda kaçış karakteri olarak değerlendirilmez. Bu size hyper-link içeren dökümanları çıkarmayı sağlar, fakat düzgün olmayan HTLM dökümanına da sebep olabilir (eşleşmeyen &lt; ve &gt; karakterleri gibi). Dikkat edin.</p> + + + + Don't escape HTML characters + HTML karakterlerini ayırma + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_uk_UA.ts b/Plugins/HtmlExport/translations/HtmlExport_uk_UA.ts new file mode 100644 index 0000000..8467bb7 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_uk_UA.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_vi_VN.ts b/Plugins/HtmlExport/translations/HtmlExport_vi_VN.ts new file mode 100644 index 0000000..19e296b --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_vi_VN.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL query results + + + + + no type + no type + + + + + Exported table: %1 + Exported table: %1 + + + + + Table: %1 + Table: %1 + + + + virtual + virtual + + + + Exported database: %1 + Exported database: %1 + + + + Index: %1 + Index: %1 + + + + For table: + For table: + + + + Unique: + Unique: + + + + Yes + Yes + + + + No + No + + + + Column + Column + + + + Collating + Collating + + + + Sort order + Sort order + + + + Trigger: %1 + Trigger: %1 + + + + Activated: + Activated: + + + + Action: + Action: + + + + On view: + On view: + + + + On table: + On table: + + + + Activate condition: + Activate condition: + + + + Code executed: + Code executed: + + + + View: %1 + View: %1 + + + + Document generated by SQLiteStudio v%1 on %2 + Document generated by SQLiteStudio v%1 on %2 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + Maximum number of characters per cell: + + + + Include data types in first row + Include data types in first row + + + + Column names as first row + Column names as first row + + + + Row numbers as first column + Row numbers as first column + + + + Output format + Output format + + + + Format document (new lines, indentation) + Format document (new lines, indentation) + + + + Compress (everything in one line) + Compress (everything in one line) + + + + <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>When enabled, HTML characters such as &lt;, &gt; and & 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> + + + + Don't escape HTML characters + Don't escape HTML characters + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_zh_CN.ts b/Plugins/HtmlExport/translations/HtmlExport_zh_CN.ts new file mode 100644 index 0000000..2289b04 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_zh_CN.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL 查询结果 + + + + + no type + 无类型 + + + + + Exported table: %1 + 导出的表:%1 + + + + + Table: %1 + 表:%1 + + + + virtual + 虚拟 + + + + Exported database: %1 + 导出的数据库:%1 + + + + Index: %1 + 索引: %1 + + + + For table: + 表: + + + + Unique: + 唯一: + + + + Yes + + + + + No + + + + + Column + + + + + Collating + 字符序 + + + + Sort order + 排序方式 + + + + Trigger: %1 + 触发器:%1 + + + + Activated: + 激活时间: + + + + Action: + 操作: + + + + On view: + 视图: + + + + On table: + 表: + + + + Activate condition: + 激活条件: + + + + Code executed: + 代码执行: + + + + View: %1 + 视图:%1 + + + + Document generated by SQLiteStudio v%1 on %2 + 由 SQLiteStudio v%1 在 %2 生成的文档 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + 每个单元格的最大字符数: + + + + Include data types in first row + 第一行包含数据类型 + + + + Column names as first row + 列名作为首行 + + + + Row numbers as first column + 行号作为首列 + + + + Output format + 输出格式 + + + + Format document (new lines, indentation) + 格式化的文档 (新行,缩进) + + + + Compress (everything in one line) + 压缩(单行文件) + + + + <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>如果启用,导出值中不会转义诸如 &lt;、&gt; 和 & 等 HTML 字符。请小心,这使您能导出有超链接的文档,但也可能导致不正确的 HTML 文档(不配对的 &lt; 和 &gt; 字符)。</p> + + + + Don't escape HTML characters + 不转义 HTML 字符 + + + diff --git a/Plugins/HtmlExport/translations/HtmlExport_zh_TW.ts b/Plugins/HtmlExport/translations/HtmlExport_zh_TW.ts new file mode 100644 index 0000000..c0d4753 --- /dev/null +++ b/Plugins/HtmlExport/translations/HtmlExport_zh_TW.ts @@ -0,0 +1,173 @@ + + + + + HtmlExport + + + SQL query results + SQL 查詢結果 + + + + + no type + 無型別 + + + + + Exported table: %1 + 匯出的表:%1 + + + + + Table: %1 + 表:%1 + + + + virtual + 虛擬 + + + + Exported database: %1 + 匯出的資料庫:%1 + + + + Index: %1 + 索引: %1 + + + + For table: + 表: + + + + Unique: + 唯一: + + + + Yes + + + + + No + + + + + Column + + + + + Collating + 字元序 + + + + Sort order + 排序方式 + + + + Trigger: %1 + 觸發器:%1 + + + + Activated: + 啟用時間: + + + + Action: + 操作: + + + + On view: + 於檢視: + + + + On table: + 於表: + + + + Activate condition: + 啟用條件: + + + + Code executed: + 執行程式碼: + + + + View: %1 + 檢視:%1 + + + + Document generated by SQLiteStudio v%1 on %2 + 由 SQLiteStudio v%1 在 %2 生成的文件 + + + + HtmlExportConfig + + + Maximum number of characters per cell: + 每個單元格的最大字元數: + + + + Include data types in first row + 第一行包含資料型別 + + + + Column names as first row + 列名作為首行 + + + + Row numbers as first column + 行號作為首列 + + + + Output format + 輸出格式 + + + + Format document (new lines, indentation) + 格式化的文件 (新行,縮排) + + + + Compress (everything in one line) + 壓縮 (單行檔案) + + + + <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>如果啟用,匯出值中不會轉義諸如 &lt;、&gt; 和 & 等 HTML 字元。請小心,這使您能匯出有超連結的文件,但也可能導致不正確的 HTML 文件 (不配對的 &lt; 和 &gt; 字元)。</p> + + + + Don't escape HTML characters + 不轉義 HTML 字元 + + + -- cgit v1.2.3