blob: 545d2bdb6a73002e4f1fc5205c991240e89a4007 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="pl_PL">
<context>
<name>DbSqliteCipher</name>
<message>
<location filename="dbsqlitecipher.cpp" line="69"/>
<source>Password (key)</source>
<translation>Hasło (klucz)</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="70"/>
<source>Leave empty to create or connect to decrypted database.</source>
<translation>Pozostaw puste, aby stworzyć lub połączyć się z niezaszyfrowaną bazą.</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="71"/>
<source>Encryption password</source>
<translation>Hasło szyfrowania</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="76"/>
<source>Cipher</source>
<translation>Szyfr (cihper)</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="77"/>
<source>Must be the same as the one used when creating the database. %1 is the default one.</source>
<translation>Musi być taki sam jak ten użyty podczas tworzenia bazy. Domyślny to %1.</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="85"/>
<source>KDF iterations</source>
<translation>Powtórzenia KDF</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="89"/>
<location filename="dbsqlitecipher.cpp" line="98"/>
<source>Must be the same as the one used when creating the database. %1 is the default.</source>
<translation>Muszą być takie same jak te użyte podczas tworzenia bazy. Domyślnie to %1.</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="94"/>
<source>Cipher page size</source>
<translation>Rozmiar strony szyfru</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="103"/>
<source>1.1 compatibility</source>
<translation>kompatybilność z 1.1</translation>
</message>
<message>
<location filename="dbsqlitecipher.cpp" line="105"/>
<source>Enabling this option disables HMAC checks introduced in SQLCipher 2.0, thus making the connection compatible with SQLCipher 1.1.x.</source>
<translation>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.</translation>
</message>
</context>
</TS>
|