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. --- .../DbSqliteCipher/translations/DbSqliteCipher.ts | 34 ++++++++++++++++++++ .../translations/DbSqliteCipher_af_ZA.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ar_SA.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ca_ES.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_cs_CZ.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_da_DK.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_de_DE.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_el_GR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_en_US.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_es_ES.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_fa_IR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_fi_FI.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_fr_FR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_he_IL.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_hu_HU.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_it_IT.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ja_JP.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_kaa.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ko_KR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_nl_NL.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_no_NO.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_pl_PL.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_pt_BR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_pt_PT.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ro_RO.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_ru_RU.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_sk_SK.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_sr_SP.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_sv_SE.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_tr_TR.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_uk_UA.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_vi_VN.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_zh_CN.ts | 36 ++++++++++++++++++++++ .../translations/DbSqliteCipher_zh_TW.ts | 36 ++++++++++++++++++++++ 34 files changed, 1222 insertions(+) create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_af_ZA.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ar_SA.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ca_ES.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_cs_CZ.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_da_DK.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_de_DE.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_el_GR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_en_US.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_es_ES.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_fa_IR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_fi_FI.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_fr_FR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_he_IL.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_hu_HU.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_it_IT.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ja_JP.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_kaa.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ko_KR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_nl_NL.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_no_NO.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_BR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_PT.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ro_RO.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_ru_RU.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_sk_SK.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_sr_SP.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_sv_SE.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_tr_TR.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_uk_UA.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_vi_VN.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_CN.ts create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_TW.ts (limited to 'Plugins/DbSqliteCipher/translations') diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher.ts new file mode 100644 index 0000000..876a5b8 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher.ts @@ -0,0 +1,34 @@ + + + + + DbSqliteCipher + + + Password (key) + + + + + Leave empty to create or connect to decrypted database. + + + + + Encryption password + + + + + Cipher configuration (optional) + + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_af_ZA.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_af_ZA.ts new file mode 100644 index 0000000..bf0965e --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_af_ZA.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ar_SA.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ar_SA.ts new file mode 100644 index 0000000..9bd8d76 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ar_SA.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ca_ES.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ca_ES.ts new file mode 100644 index 0000000..57b2c49 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ca_ES.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_cs_CZ.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_cs_CZ.ts new file mode 100644 index 0000000..528339c --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_cs_CZ.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_da_DK.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_da_DK.ts new file mode 100644 index 0000000..18b81f3 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_da_DK.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_de_DE.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_de_DE.ts new file mode 100644 index 0000000..4a99fad --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_de_DE.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Passwort (Schlüssel) + + + + Leave empty to create or connect to decrypted database. + Leer lassen, um die entschlüsselte Datenbank zu erstellen oder sich damit zu verbinden. + + + + Encryption password + Verschlüsselungspasswort + + + + Cipher configuration (optional) + Cipher-Konfiguration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA Anweisungen zur Anpassung der SQLCipher Konfiguration, wie z. B. KDF-Iterationen, Legacy-Modus, etc. +Sie werden bei jedem Öffnen der Datenbank ausgeführt. +Siehe Dokumentation für SQLCipher für Details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_el_GR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_el_GR.ts new file mode 100644 index 0000000..be2857b --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_el_GR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_en_US.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_en_US.ts new file mode 100644 index 0000000..a39673b --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_en_US.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_es_ES.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_es_ES.ts new file mode 100644 index 0000000..5ba7ed5 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_es_ES.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Contraseña (clave) + + + + Leave empty to create or connect to decrypted database. + Dejar en blanco para crear o conectarse a una base de datos desencriptada. + + + + Encryption password + Contraseña de encriptado + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fa_IR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fa_IR.ts new file mode 100644 index 0000000..cdb29fb --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fa_IR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fi_FI.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fi_FI.ts new file mode 100644 index 0000000..a46be5d --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fi_FI.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fr_FR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fr_FR.ts new file mode 100644 index 0000000..a424d07 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_fr_FR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Mot de passe (clé) + + + + Leave empty to create or connect to decrypted database. + Laisser vide pour créer ou se connecter à la base de données déchiffrée. + + + + Encryption password + Mot de passe de chiffrement + + + + Cipher configuration (optional) + Configuration du chiffrement (optionnel) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_he_IL.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_he_IL.ts new file mode 100644 index 0000000..403982f --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_he_IL.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + ססמה (מפתח) + + + + Leave empty to create or connect to decrypted database. + להשאיר ריק ליצירת או התחברות למסד נתונים לא מוצפן. + + + + Encryption password + ססמה מוצפנת + + + + Cipher configuration (optional) + תצורת צופן (חלופי) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + הצהרות PRAGMA להתאמה אישית של תצורת SQLCipher, כגון חִזְרוּר KDF, מצב מורשת ועוד. +יופעלו עם כל פתיחה של מסד הנתונים. +לפרטים, נא עיין בתיעוד SQLCipher. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_hu_HU.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_hu_HU.ts new file mode 100644 index 0000000..1ec5e9d --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_hu_HU.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Jelszó (kulcs) + + + + Leave empty to create or connect to decrypted database. + Titkosítás nélküli adatbázishoz csatlakozáshoz vagy létrehozásához hagyja üresen. + + + + Encryption password + Titkosító jelszó + + + + Cipher configuration (optional) + Titkosítás konfiguráció (opcionális) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA kifejezések az SQLCipher konfigurálásához, mint például KDF iterációk, legacy mód stb. +Az adatbázis minden megnyitásakor végre lesznek hajtva. +Lásd az SQLCipher dokumentációját a részletekhez. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_it_IT.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_it_IT.ts new file mode 100644 index 0000000..cb06d40 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_it_IT.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (chiave) + + + + Leave empty to create or connect to decrypted database. + Lasciare vuoto per creare o connettersi al database decriptato. + + + + Encryption password + Password di crittografia + + + + Cipher configuration (optional) + Configurazione di Cifratura (opzionale) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + Dichiarazioni PRAGMA per personalizzare la configurazione di SQLCipher, come iterazioni KDF, modalità legacy, ecc. +Esse verranno eseguite dopo ogni apertura del database. +Vedi la documentazione per SQLCipher per dettagli. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ja_JP.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ja_JP.ts new file mode 100644 index 0000000..f98f0a8 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ja_JP.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_kaa.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_kaa.ts new file mode 100644 index 0000000..7f2d7fb --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_kaa.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ko_KR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ko_KR.ts new file mode 100644 index 0000000..8ea0420 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ko_KR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_nl_NL.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_nl_NL.ts new file mode 100644 index 0000000..a4084e8 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_nl_NL.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_no_NO.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_no_NO.ts new file mode 100644 index 0000000..c84c172 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_no_NO.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts new file mode 100644 index 0000000..1db1a17 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Hasło (klucz) + + + + Leave empty to create or connect to decrypted database. + Pozostaw puste, aby stworzyć lub połączyć się z niezaszyfrowaną bazą. + + + + Encryption password + Hasło szyfrowania + + + + Cipher configuration (optional) + Konfiguracja szyfrowania (opcjonalna) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + Instrukcje PRAGMA dostosowujące konfigurację SQLCipher, takie jak liczba iteracji KDF, starszy tryb, itp. +Zostaną one wykonane po każdym otwarciu bazy danych. +Zobacz dokumentację dla SQLCipher, aby poznać więcej szczegółów. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_BR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_BR.ts new file mode 100644 index 0000000..2601958 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_BR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Senha (chave) + + + + Leave empty to create or connect to decrypted database. + Deixe em branco para criar ou conectar ao banco de dados descriptografado. + + + + Encryption password + Senha criptografada + + + + Cipher configuration (optional) + Configuração de cifra (opcional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + Declarações PRAGMA para personalizar a configuração SQLCipher, como iterações KDF, modo legado, etc. +Eles serão executados após cada abertura do banco de dados. +Consulte a documentação de SQLCipher para obter detalhes. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_PT.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_PT.ts new file mode 100644 index 0000000..88372ad --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_pt_PT.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ro_RO.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ro_RO.ts new file mode 100644 index 0000000..f89a267 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ro_RO.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ru_RU.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ru_RU.ts new file mode 100644 index 0000000..ce4991c --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_ru_RU.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Пароль (ключ) + + + + Leave empty to create or connect to decrypted database. + Оставьте пустым для создания или подключения к расшифрованной базе данных. + + + + Encryption password + Пароль для шифрования + + + + Cipher configuration (optional) + Настройки шифрования (необязательно) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + Конструкции PRAGMA для изменения настроек SQLCipher, таких как количество итераций KDF (функции формирования ключа), режим совместимости и т. д. +Они будут выполняться при каждом открытии базы данных. +Для дополнительной информации см. документацию к SQLCipher. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sk_SK.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sk_SK.ts new file mode 100644 index 0000000..544a00a --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sk_SK.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sr_SP.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sr_SP.ts new file mode 100644 index 0000000..86e02f0 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sr_SP.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sv_SE.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sv_SE.ts new file mode 100644 index 0000000..c69c8e6 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_sv_SE.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_tr_TR.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_tr_TR.ts new file mode 100644 index 0000000..00fece1 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_tr_TR.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_uk_UA.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_uk_UA.ts new file mode 100644 index 0000000..39ca873 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_uk_UA.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_vi_VN.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_vi_VN.ts new file mode 100644 index 0000000..be657ba --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_vi_VN.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + Password (key) + + + + Leave empty to create or connect to decrypted database. + Leave empty to create or connect to decrypted database. + + + + Encryption password + Encryption password + + + + Cipher configuration (optional) + Cipher configuration (optional) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_CN.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_CN.ts new file mode 100644 index 0000000..01c5865 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_CN.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + 密码(密钥) + + + + Leave empty to create or connect to decrypted database. + 留空则创建或连接到已解密的数据库。 + + + + Encryption password + 加密密码 + + + + Cipher configuration (optional) + 加密算法配置(可选) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + 用于自定义 SQLCiper 配置的 PRAGMA 语句,如 KDF 迭代、传统模式等。 +将在每次打开数据库时执行。 +细节请参考 SQLCipher 文档。 + + + diff --git a/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_TW.ts b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_TW.ts new file mode 100644 index 0000000..7945d66 --- /dev/null +++ b/Plugins/DbSqliteCipher/translations/DbSqliteCipher_zh_TW.ts @@ -0,0 +1,36 @@ + + + + + DbSqliteCipher + + + Password (key) + 密碼 (金鑰) + + + + Leave empty to create or connect to decrypted database. + 留空則建立或連線到已解密的資料庫。 + + + + Encryption password + 加密密碼 + + + + Cipher configuration (optional) + 加密演算法設定檔 (可選) + + + + PRAGMA statements to customize SQLCipher configuration, such as KDF iterations, legacy mode, etc. +They will be executed upon each opening of the database. +See documentation for SQLCipher for details. + 用於自訂 SQLCiper 設定檔的 PRAGMA 語句,如 KDF 迭代、傳統模式等。 +將在每次開啟資料庫時執行。 +細節請參考 SQLCipher 文件。 + + + -- cgit v1.2.3