From 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Jun 2016 18:42:42 -0400 Subject: Imported Upstream version 3.1.0 --- Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts | 58 +++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts (limited to 'Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts') diff --git a/Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts b/Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts new file mode 100644 index 0000000..03545b6 --- /dev/null +++ b/Plugins/DbSqliteCipher/DbSqliteCipher_pl.ts @@ -0,0 +1,58 @@ + + + + + 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 + Szyfr (cihper) + + + + Must be the same as the one used when creating the database. %1 is the default one. + Musi być taki sam jak ten użyty podczas tworzenia bazy. Domyślny to %1. + + + + KDF iterations + Powtórzenia KDF + + + + + Must be the same as the one used when creating the database. %1 is the default. + Muszą być takie same jak te użyte podczas tworzenia bazy. Domyślnie to %1. + + + + Cipher page size + Rozmiar strony szyfru + + + + 1.1 compatibility + kompatybilność z 1.1 + + + + Enabling this option disables HMAC checks introduced in SQLCipher 2.0, thus making the connection compatible with SQLCipher 1.1.x. + Włączenie tej opcji wyłącza weryfikacje HMAC wprowadzone w SQLCipher 2.0, stwarzając w ten sposób połączenie kompatybilne z SQLCipher 1.1.x. + + + -- cgit v1.2.3