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. --- .../translations/DbSqliteCipher_pl_PL.ts | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts (limited to 'Plugins/DbSqliteCipher/translations/DbSqliteCipher_pl_PL.ts') 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. + + + -- cgit v1.2.3