Pull from transifex

This commit is contained in:
Dominik Schürmann 2014-03-21 10:28:34 +01:00
parent 4dac00bb21
commit c85a0e9cca
24 changed files with 1311 additions and 0 deletions

View file

@ -0,0 +1,45 @@
<html>
<head></head>
<body>
<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p>
<p><a href="http://www.openkeychain.org">OpenKeychain</a> is an OpenPGP implementation for Android.</p>
<p>License: GPLv3+</p>
<h2>Developers OpenKeychain</h2>
<ul>
<li>Dominik Schürmann (Lead developer)</li>
<li>Ash Hughes (crypto patches)</li>
<li>Brian C. Barnes</li>
<li>Bahtiar 'kalkin' Gadimov (UI)</li>
</ul>
<h2>Developers APG 1.x</h2>
<ul>
<li>'Thialfihar' (Lead developer)</li>
<li>'Senecaso' (QRCode, sign key, upload key)</li>
<li>Oliver Runge</li>
<li>Markus Doits</li>
</ul>
<h2>Libraries</h2>
<ul>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li>
<li>
<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li>
<li>
<a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT License)</li>
<li>
<a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li>
<li>
<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li>
<li>
<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li>
<li>
<a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Apache License v2)</li>
<li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Creative Commons Attribution Share-Alike licence 3.0)</li>
<li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Public Domain)</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,108 @@
<html>
<head></head>
<body>
<h2>2.3</h2>
<ul>
<li>remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li>
<li>fix setting expiry dates on keys (thanks to Ash Hughes)</li>
<li>more internal fixes when editing keys (thanks to Ash Hughes)</li>
<li>querying keyservers directly from the import screen</li>
<li>fix layout and dialog style on Android 2.2-3.0</li>
<li>fix crash on keys with empty user ids</li>
<li>fix crash and empty lists when coming back from signing screen</li>
<li>Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source</li>
<li>fix upload of key from signing screen</li>
</ul>
<h2>2.2</h2>
<ul>
<li>new design with navigation drawer</li>
<li>new public key list design</li>
<li>new public key view</li>
<li>bug fixes for importing of keys</li>
<li>key cross-certification (thanks to Ash Hughes)</li>
<li>handle UTF-8 passwords properly (thanks to Ash Hughes)</li>
<li>first version with new languages (thanks to the contributors on Transifex)</li>
<li>sharing of keys via QR Codes fixed and improved</li>
<li>package signature verification for API</li>
</ul>
<h2>2.1.1</h2>
<ul>
<li>API Updates, preparation for K-9 Mail integration</li>
</ul>
<h2>2.1</h2>
<ul>
<li>lots of bug fixes</li>
<li>new API for developers</li>
<li>PRNG bug fix by Google</li>
</ul>
<h2>2.0</h2>
<ul>
<li>complete redesign</li>
<li>share public keys via qr codes, nfc beam</li>
<li>sign keys</li>
<li>upload keys to server</li>
<li>fixes import issues</li>
<li>new AIDL API</li>
</ul>
<h2>1.0.8</h2>
<ul>
<li>basic keyserver support</li>
<li>app2sd</li>
<li>more choices for pass phrase cache: 1, 2, 4, 8, hours</li>
<li>translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)</li>
<li>bugfixes</li>
<li>optimizations</li>
</ul>
<h2>1.0.7</h2>
<ul>
<li>fixed problem with signature verification of texts with trailing newline</li>
<li>more options for pass phrase cache time to live (20, 40, 60 mins)</li>
</ul>
<h2>1.0.6</h2>
<ul>
<li>account adding crash on Froyo fixed</li>
<li>secure file deletion</li>
<li>option to delete key file after import</li>
<li>stream encryption/decryption (gallery, etc.)</li>
<li>new options (language, force v3 signatures)</li>
<li>interface changes</li>
<li>bugfixes</li>
</ul>
<h2>1.0.5</h2>
<ul>
<li>German and Italian translation</li>
<li>much smaller package, due to reduced BC sources</li>
<li>new preferences GUI</li>
<li>layout adjustment for localization</li>
<li>signature bugfix</li>
</ul>
<h2>1.0.4</h2>
<ul>
<li>fixed another crash caused by some SDK bug with query builder</li>
</ul>
<h2>1.0.3</h2>
<ul>
<li>fixed crashes during encryption/signing and possibly key export</li>
</ul>
<h2>1.0.2</h2>
<ul>
<li>filterable key lists</li>
<li>smarter pre-selection of encryption keys</li>
<li>new Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers</li>
<li>fixes and additional features (key preselection) for K-9 Mail, new beta build available</li>
</ul>
<h2>1.0.1</h2>
<ul>
<li>GMail account listing was broken in 1.0.0, fixed again</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>K-9 Mail integration, APG supporting beta build of K-9 Mail</li>
<li>support of more file managers (including ASTRO)</li>
<li>Slovenian translation</li>
<li>new database, much faster, less memory usage</li>
<li>defined Intents and content provider for other apps</li>
<li>bugfixes</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,12 @@
<html>
<head></head>
<body>
<h2>How to receive keys</h2>
<ol>
<li>Go to your partners contacts and open the contact you want to share.</li>
<li>Hold the two devices back to back (they have to be almost touching) and youll feel a vibration.</li>
<li>After it vibrates youll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the your device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,19 @@
<html>
<head></head>
<body>
<h2>Getting started</h2>
<p>First you need a personal key pair. Create one via the option menus in "My Keys" or import existing key pairs via "Import Keys". Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.</p>
<p>It is recommended that you install <a href="market://details?id=org.openintents.filemanager">OI File Manager</a> for enhanced file selection and <a href="market://details?id=com.google.zxing.client.android">Barcode Scanner</a> to scan generated QR Codes. Clicking on the links will open Google Play Store or F-Droid for installation.</p>
<h2>I found a bug in OpenKeychain!</h2>
<p>Please report the bug using the <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">issue tracker of OpenKeychain</a>.</p>
<h2>Contribute</h2>
<p>If you want to help us developing OpenKeychain by contributing code <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">follow our small guide on Github</a>.</p>
<h2>Translations</h2>
<p>Help translating OpenKeychain! Everybody can participate at <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain on Transifex</a>.</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<ol>
<li>Make sure that NFC is turned on in Settings &gt; More &gt; NFC and make sure that Android Beam is also on in the same section.</li>
<li>Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.</li>
<li>After it vibrates you'll see the content on your device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the other persons device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,45 @@
<html>
<head></head>
<body>
<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p>
<p><a href="http://www.openkeychain.org">OpenKeychain</a> is an OpenPGP implementation for Android.</p>
<p>License: GPLv3+</p>
<h2>Developers OpenKeychain</h2>
<ul>
<li>Dominik Schürmann (Lead developer)</li>
<li>Ash Hughes (crypto patches)</li>
<li>Brian C. Barnes</li>
<li>Bahtiar 'kalkin' Gadimov (UI)</li>
</ul>
<h2>Developers APG 1.x</h2>
<ul>
<li>'Thialfihar' (Lead developer)</li>
<li>'Senecaso' (QRCode, sign key, upload key)</li>
<li>Oliver Runge</li>
<li>Markus Doits</li>
</ul>
<h2>Libraries</h2>
<ul>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li>
<li>
<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li>
<li>
<a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT License)</li>
<li>
<a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li>
<li>
<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li>
<li>
<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li>
<li>
<a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Apache License v2)</li>
<li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Creative Commons Attribution Share-Alike licence 3.0)</li>
<li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Public Domain)</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,108 @@
<html>
<head></head>
<body>
<h2>2.3</h2>
<ul>
<li>remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li>
<li>fix setting expiry dates on keys (thanks to Ash Hughes)</li>
<li>more internal fixes when editing keys (thanks to Ash Hughes)</li>
<li>querying keyservers directly from the import screen</li>
<li>fix layout and dialog style on Android 2.2-3.0</li>
<li>fix crash on keys with empty user ids</li>
<li>fix crash and empty lists when coming back from signing screen</li>
<li>Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source</li>
<li>fix upload of key from signing screen</li>
</ul>
<h2>2.2</h2>
<ul>
<li>new design with navigation drawer</li>
<li>new public key list design</li>
<li>new public key view</li>
<li>bug fixes for importing of keys</li>
<li>key cross-certification (thanks to Ash Hughes)</li>
<li>handle UTF-8 passwords properly (thanks to Ash Hughes)</li>
<li>first version with new languages (thanks to the contributors on Transifex)</li>
<li>sharing of keys via QR Codes fixed and improved</li>
<li>package signature verification for API</li>
</ul>
<h2>2.1.1</h2>
<ul>
<li>API Updates, preparation for K-9 Mail integration</li>
</ul>
<h2>2.1</h2>
<ul>
<li>lots of bug fixes</li>
<li>new API for developers</li>
<li>PRNG bug fix by Google</li>
</ul>
<h2>2.0</h2>
<ul>
<li>complete redesign</li>
<li>share public keys via qr codes, nfc beam</li>
<li>sign keys</li>
<li>upload keys to server</li>
<li>fixes import issues</li>
<li>new AIDL API</li>
</ul>
<h2>1.0.8</h2>
<ul>
<li>basic keyserver support</li>
<li>app2sd</li>
<li>more choices for pass phrase cache: 1, 2, 4, 8, hours</li>
<li>translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)</li>
<li>bugfixes</li>
<li>optimizations</li>
</ul>
<h2>1.0.7</h2>
<ul>
<li>fixed problem with signature verification of texts with trailing newline</li>
<li>more options for pass phrase cache time to live (20, 40, 60 mins)</li>
</ul>
<h2>1.0.6</h2>
<ul>
<li>account adding crash on Froyo fixed</li>
<li>secure file deletion</li>
<li>option to delete key file after import</li>
<li>stream encryption/decryption (gallery, etc.)</li>
<li>new options (language, force v3 signatures)</li>
<li>interface changes</li>
<li>bugfixes</li>
</ul>
<h2>1.0.5</h2>
<ul>
<li>German and Italian translation</li>
<li>much smaller package, due to reduced BC sources</li>
<li>new preferences GUI</li>
<li>layout adjustment for localization</li>
<li>signature bugfix</li>
</ul>
<h2>1.0.4</h2>
<ul>
<li>fixed another crash caused by some SDK bug with query builder</li>
</ul>
<h2>1.0.3</h2>
<ul>
<li>fixed crashes during encryption/signing and possibly key export</li>
</ul>
<h2>1.0.2</h2>
<ul>
<li>filterable key lists</li>
<li>smarter pre-selection of encryption keys</li>
<li>new Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers</li>
<li>fixes and additional features (key preselection) for K-9 Mail, new beta build available</li>
</ul>
<h2>1.0.1</h2>
<ul>
<li>GMail account listing was broken in 1.0.0, fixed again</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>K-9 Mail integration, APG supporting beta build of K-9 Mail</li>
<li>support of more file managers (including ASTRO)</li>
<li>Slovenian translation</li>
<li>new database, much faster, less memory usage</li>
<li>defined Intents and content provider for other apps</li>
<li>bugfixes</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,12 @@
<html>
<head></head>
<body>
<h2>How to receive keys</h2>
<ol>
<li>Go to your partners contacts and open the contact you want to share.</li>
<li>Hold the two devices back to back (they have to be almost touching) and youll feel a vibration.</li>
<li>After it vibrates youll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the your device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,19 @@
<html>
<head></head>
<body>
<h2>Getting started</h2>
<p>First you need a personal key pair. Create one via the option menus in "My Keys" or import existing key pairs via "Import Keys". Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.</p>
<p>It is recommended that you install <a href="market://details?id=org.openintents.filemanager">OI File Manager</a> for enhanced file selection and <a href="market://details?id=com.google.zxing.client.android">Barcode Scanner</a> to scan generated QR Codes. Clicking on the links will open Google Play Store or F-Droid for installation.</p>
<h2>I found a bug in OpenKeychain!</h2>
<p>Please report the bug using the <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">issue tracker of OpenKeychain</a>.</p>
<h2>Contribute</h2>
<p>If you want to help us developing OpenKeychain by contributing code <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">follow our small guide on Github</a>.</p>
<h2>Translations</h2>
<p>Help translating OpenKeychain! Everybody can participate at <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain on Transifex</a>.</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<ol>
<li>Make sure that NFC is turned on in Settings &gt; More &gt; NFC and make sure that Android Beam is also on in the same section.</li>
<li>Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.</li>
<li>After it vibrates you'll see the content on your device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the other persons device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,45 @@
<html>
<head></head>
<body>
<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p>
<p><a href="http://www.openkeychain.org">OpenKeychain</a> to implementacja OpenPGP na platformę Android.</p>
<p>Licencja: GPLv3+</p>
<h2>Deweloperzy OpenKeychain</h2>
<ul>
<li>Dominik Schürmann (Wiodący developer)</li>
<li>Ash Hughes (łatki crypto)</li>
<li>Brian C. Barnes</li>
<li>Bahtiar 'kalkin' Gadimov (Interfejs Użytkownika)</li>
</ul>
<h2>Deweloperzy APG 1.x</h2>
<ul>
<li>'Thialfihar' (Wiodacy deweloper)</li>
<li>'Senecaso' (kody QR, podpisy kluczy, wysyłanie kluczy)</li>
<li>Oliver Runge</li>
<li>Markus Doits</li>
</ul>
<h2>Biblioteki</h2>
<ul>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Licencja Apache v2)</li>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Licencja Apache v2)</li>
<li>
<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Licencja Apache v2)</li>
<li>
<a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (Licencja MIT)</li>
<li>
<a href="http://code.google.com/p/zxing/">ZXing</a> (Licencja Apache v2)</li>
<li>
<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (Licencja MIT X11)</li>
<li>
<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Licencja Apache v2)</li>
<li>
<a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Licencja Apache v2)</li>
<li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Licencja Uznanie autorstwa - Na tych samych warunkach 3.0 CC-BY-SA)</li>
<li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Domena Publiczna)</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,108 @@
<html>
<head></head>
<body>
<h2>2.3</h2>
<ul>
<li>usunięto zbędne eksportowanie kluczy publicznych przy eksportowaniu kluczy prywatnych (podziękowania dla Ash Hughes)</li>
<li>naprawiono błąd z ustawianiem daty wygaśnięcia kluczy (podziękowania dla Ash Hugens)</li>
<li>więcej wewnętrznych poprawek przy edytowaniu kluczy (podziękowania dla Ash Hughes)</li>
<li>wysyłanie zapytań do serwera kluczy bezpośrednio z ekranu importu</li>
<li>poprawiony wygląd interfejsu i okienek na Androidzie 2.2-3.0</li>
<li>naprawiono awarię programu dla kluczy z pustym identyfikatorem użytkownika</li>
<li>naprawiono awarię aplikacji przy powrocie z ekranu podpisywania</li>
<li>Bouncy Castle (biblioteka kryptograficzna) zaktualizowana z wersji 1.47 do 1.50 i kompilowana ze źródeł</li>
<li>naprawiony błąd przy wysyłaniu klucza z ekranu podpisywania</li>
</ul>
<h2>2.2</h2>
<ul>
<li>nowy wygląd z panelem nawigacji</li>
<li>nowy wygląd listy kluczy publicznych</li>
<li>nowy widok klucza publicznego</li>
<li>naprawiono błędy związane z importowaniem kluczy</li>
<li>krzyżowa certyfikacja kluczy (podziękowania dla Ash Hughes)</li>
<li>hasła zapisane w UTF-8 są teraz prawidłowo obsługiwane (podziękowania dla Ash Hughes)</li>
<li>pierwsza wersja z nowymi językami (podziękowania dla tłumaczy-wolontariuszy z Transifex)</li>
<li>udostępnianie kluczy przez kody QR zostało poprawione i ulepszone</li>
<li>weryfikacja podpisu paczki dla API</li>
</ul>
<h2>2.1.1</h2>
<ul>
<li>aktualizacje API, przygotowanie do integracji z K-9 Mail</li>
</ul>
<h2>2.1</h2>
<ul>
<li>wiele poprawek błędów</li>
<li>nowe API dla programistów</li>
<li>Naprawiono błąd generatora liczb losowych (PRNG), Google.</li>
</ul>
<h2>2.0</h2>
<ul>
<li>kompletna przebudowa</li>
<li>udostępnianie kluczy publicznych przez kody QR oraz NFC</li>
<li>możliwość podpisywania kluczem</li>
<li>wysyłanie kluczy na serwer</li>
<li>naprawiono problemy związane z importowaniem</li>
<li>nowy AIDL API</li>
</ul>
<h2>1.0.8</h2>
<ul>
<li>podstawowa obsługa serwerów kluczy</li>
<li>app2sd</li>
<li>dodano więcej przedziałów czasowych zapamiętywania hasła: 1, 2, 4, 8 godzin</li>
<li>tłumaczenia: norweski (podziękowania dla Sander Danielsen), chiński (podziękowania dla Zhang Fredrick)</li>
<li>naprawione błędy</li>
<li>usprawnienia</li>
</ul>
<h2>1.0.7</h2>
<ul>
<li>naprawiono problem z weryfikowaniem podpisu tekstów kończących się znakiem nowej linii</li>
<li>dodano więcej przedziałów czasowych zapamiętywania hasła (20, 40, 60 minut)</li>
</ul>
<h2>1.0.6</h2>
<ul>
<li>naprawiono błąd powodujący awarię aplikacji przy dodawaniu nowego konta na Androidzie 2.2 Froyo</li>
<li>dodano bezpieczne usuwanie plików</li>
<li>Dodano możliwość usuwania plików kluczy po zaimportowaniu</li>
<li>możliwość strumieniowego szyfrowania/deszyfrowania (galeria i inne)</li>
<li>nowe opcje (języki, wymuszanie podpisów v3)</li>
<li>zmiany w interfejsie</li>
<li>naprawione błędy</li>
</ul>
<h2>1.0.5</h2>
<ul>
<li>tłumaczenie na niemiecki i włoski</li>
<li>znaczne zmniejszenie rozmiaru paczki, z powodu zredukowania źródeł BC</li>
<li>nowy interfejs graficzny Właściwości</li>
<li>usprawnienia wyglądu dla lokalizacji</li>
<li>naprawa błędu z podpisami</li>
</ul>
<h2>1.0.4</h2>
<ul>
<li>naprawiono kolejny błąd powodujący awarię aplikacji, spowodowany przez jakąś usterkę w SDK przy budowaniu zapytań</li>
</ul>
<h2>1.0.3</h2>
<ul>
<li>naprawiono błąd w trakcie szyfrowania/podpisywania i prawdopodobnie eksportowania klucza</li>
</ul>
<h2>1.0.2</h2>
<ul>
<li>dodano możliwość filtrowania listy kluczy</li>
<li>sprytniejsze automatyczne wybieranie kluczy szyfrujących</li>
<li>dodano nowy sposób obsługi intencji "wyświetl" i "wyślij", umożliwia szyfrowanie/deszyfrowanie plików wprost z menadżera plików.</li>
<li>poprawki i dodatkowe funkcje (podpowiedź wyboru klucza) dla K-9 Mail, nowe wydanie beta dostępne</li>
</ul>
<h2>1.0.1</h2>
<ul>
<li>wyświetlanie kont w GMailu było zepsute w 1.0.0, naprawiono je ponownie</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>integracja z K-9 Mail, APG obsługuje wersję beta K-9 Mail</li>
<li>dodano wsparcie dla większej liczby menadżerów plików (włącznie z ASTRO)</li>
<li>tłumaczenie na słoweński</li>
<li>Wykorzystanie nowej bazy danych, która jest znacznie szybsza i mniej pamięciożerna</li>
<li>zdefiniowano intecję i dostawców treści dla pozostałych aplikacji</li>
<li>naprawione błędy</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,12 @@
<html>
<head></head>
<body>
<h2>Jak odbierać klucze</h2>
<ol>
<li>Wejdź do listy kontaktów Twojego partnera i otwórz kontakt, który chcesz przesłać.</li>
<li>Przytrzymaj oba urządzenia plecami do siebie (powinny się niemal dotykać) i poczujesz wibrację.</li>
<li>Po zakończeniu wibracji zobaczysz, że zawartość urządzenia partnera zamienia się w obiekt zbliżony do wizytówki, z animacją rodem ze Star Treka w tle.</li>
<li>Dotknij wizytówkę, a jej zawartość zostanie wysłana na Twoje urządzenie.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,19 @@
<html>
<head></head>
<body>
<h2>Pierwsze kroki</h2>
<p>Po pierwsze potrzebujesz swoją osobistą parę kluczy. Stwórz ją, korzystając z odpowiedniej opcji w sekcji "Moje klucze" lub też zaimportuj istniejącą parę korzystając z sekcji "Importuj klucze". Następnie możesz pobrać klucze Twoich znajomych lub wymieniać się z nimi za pośrednictwem kodów QR lub technologii NFC.</p>
<p>Zalecana jest instalacja menadżera plików <a href="market://details?id=org.openintents.filemanager">OI File Manager</a> w celu zapewnienia wygodniejszego wyboru plików oraz programu <a href="market://details?id=com.google.zxing.client.android">Barcode Scanner</a>, który jest w stanie skanować wygenerowane kody QR. Kliknięcie na powyższe linki przekieruje Cię do sklepu Google Play / F-Droid.</p>
<h2>Znalazłem błąd w OpenKeychain!</h2>
<p>Zgłoś błąd korzystając z <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">systemu śledzenia błędów OpenKeychain</a>.</p>
<h2>Wkład</h2>
<p>Jeżeli chcesz pomóc nam rozwijać OpenKeychain jako programista, <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">zapoznaj się z naszym małym poradnikiem na Githubie</a>.</p>
<h2>Tłumaczenia</h2>
<p>Pomóż przetłumaczyć OpenKeychain! Każdy może wziąć udział przez stronę <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain w serwisie Transifex</a>.</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<ol>
<li>Upewnij się, że NFC (Near Field Communication, pol.: komunikacja bliskiego zasięgu) jest włączone. W tym celu wejdź w Ustawienia &gt; Inne &gt; NFC. Upewnij się również, że włączona jest funkcja Android Beam (znajduje się w tym samym miejscu).</li>
<li>Przytrzymaj oba urządzenia plecami do siebie (powinny się niemal dotykać) i poczujesz wibrację.</li>
<li>Po zakończeniu wibracji zobaczysz, że zawartość urządzenia partnera zamienia się w obiekt zbliżony do wizytówki, z animacją rodem ze Star Treka w tle.</li>
<li>Dotknij wizytówkę, a jej zawartość zostanie wysłana na urządzenie drugiej osoby.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,45 @@
<html>
<head></head>
<body>
<p><a href="http://www.openkeychain.org">http://www.openkeychain.org</a></p>
<p><a href="http://www.openkeychain.org">OpenKeychain</a> is an OpenPGP implementation for Android.</p>
<p>License: GPLv3+</p>
<h2>Developers OpenKeychain</h2>
<ul>
<li>Dominik Schürmann (Lead developer)</li>
<li>Ash Hughes (crypto patches)</li>
<li>Brian C. Barnes</li>
<li>Bahtiar 'kalkin' Gadimov (UI)</li>
</ul>
<h2>Developers APG 1.x</h2>
<ul>
<li>'Thialfihar' (Lead developer)</li>
<li>'Senecaso' (QRCode, sign key, upload key)</li>
<li>Oliver Runge</li>
<li>Markus Doits</li>
</ul>
<h2>Libraries</h2>
<ul>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v4</a> (Apache License v2)</li>
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Library v7 'appcompat'</a> (Apache License v2)</li>
<li>
<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache License v2)</li>
<li>
<a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT License)</li>
<li>
<a href="http://code.google.com/p/zxing/">ZXing</a> (Apache License v2)</li>
<li>
<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 License)</li>
<li>
<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache License v2)</li>
<li>
<a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Apache License v2)</li>
<li>Icons from <a href="http://rrze-icon-set.berlios.de/">RRZE Icon Set</a> (Creative Commons Attribution Share-Alike licence 3.0)</li>
<li>Icons from <a href="http://tango.freedesktop.org/">Tango Icon Set</a> (Public Domain)</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,108 @@
<html>
<head></head>
<body>
<h2>2.3</h2>
<ul>
<li>remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li>
<li>fix setting expiry dates on keys (thanks to Ash Hughes)</li>
<li>more internal fixes when editing keys (thanks to Ash Hughes)</li>
<li>querying keyservers directly from the import screen</li>
<li>fix layout and dialog style on Android 2.2-3.0</li>
<li>fix crash on keys with empty user ids</li>
<li>fix crash and empty lists when coming back from signing screen</li>
<li>Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source</li>
<li>fix upload of key from signing screen</li>
</ul>
<h2>2.2</h2>
<ul>
<li>new design with navigation drawer</li>
<li>new public key list design</li>
<li>new public key view</li>
<li>bug fixes for importing of keys</li>
<li>key cross-certification (thanks to Ash Hughes)</li>
<li>handle UTF-8 passwords properly (thanks to Ash Hughes)</li>
<li>first version with new languages (thanks to the contributors on Transifex)</li>
<li>sharing of keys via QR Codes fixed and improved</li>
<li>package signature verification for API</li>
</ul>
<h2>2.1.1</h2>
<ul>
<li>API Updates, preparation for K-9 Mail integration</li>
</ul>
<h2>2.1</h2>
<ul>
<li>lots of bug fixes</li>
<li>new API for developers</li>
<li>PRNG bug fix by Google</li>
</ul>
<h2>2.0</h2>
<ul>
<li>complete redesign</li>
<li>share public keys via qr codes, nfc beam</li>
<li>sign keys</li>
<li>upload keys to server</li>
<li>fixes import issues</li>
<li>new AIDL API</li>
</ul>
<h2>1.0.8</h2>
<ul>
<li>basic keyserver support</li>
<li>app2sd</li>
<li>more choices for pass phrase cache: 1, 2, 4, 8, hours</li>
<li>translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)</li>
<li>bugfixes</li>
<li>optimizations</li>
</ul>
<h2>1.0.7</h2>
<ul>
<li>fixed problem with signature verification of texts with trailing newline</li>
<li>more options for pass phrase cache time to live (20, 40, 60 mins)</li>
</ul>
<h2>1.0.6</h2>
<ul>
<li>account adding crash on Froyo fixed</li>
<li>secure file deletion</li>
<li>option to delete key file after import</li>
<li>stream encryption/decryption (gallery, etc.)</li>
<li>new options (language, force v3 signatures)</li>
<li>interface changes</li>
<li>bugfixes</li>
</ul>
<h2>1.0.5</h2>
<ul>
<li>German and Italian translation</li>
<li>much smaller package, due to reduced BC sources</li>
<li>new preferences GUI</li>
<li>layout adjustment for localization</li>
<li>signature bugfix</li>
</ul>
<h2>1.0.4</h2>
<ul>
<li>fixed another crash caused by some SDK bug with query builder</li>
</ul>
<h2>1.0.3</h2>
<ul>
<li>fixed crashes during encryption/signing and possibly key export</li>
</ul>
<h2>1.0.2</h2>
<ul>
<li>filterable key lists</li>
<li>smarter pre-selection of encryption keys</li>
<li>new Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers</li>
<li>fixes and additional features (key preselection) for K-9 Mail, new beta build available</li>
</ul>
<h2>1.0.1</h2>
<ul>
<li>GMail account listing was broken in 1.0.0, fixed again</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>K-9 Mail integration, APG supporting beta build of K-9 Mail</li>
<li>support of more file managers (including ASTRO)</li>
<li>Slovenian translation</li>
<li>new database, much faster, less memory usage</li>
<li>defined Intents and content provider for other apps</li>
<li>bugfixes</li>
</ul>
</body>
</html>

View file

@ -0,0 +1,12 @@
<html>
<head></head>
<body>
<h2>How to receive keys</h2>
<ol>
<li>Go to your partners contacts and open the contact you want to share.</li>
<li>Hold the two devices back to back (they have to be almost touching) and youll feel a vibration.</li>
<li>After it vibrates youll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the your device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,19 @@
<html>
<head></head>
<body>
<h2>Getting started</h2>
<p>First you need a personal key pair. Create one via the option menus in "My Keys" or import existing key pairs via "Import Keys". Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.</p>
<p>It is recommended that you install <a href="market://details?id=org.openintents.filemanager">OI File Manager</a> for enhanced file selection and <a href="market://details?id=com.google.zxing.client.android">Barcode Scanner</a> to scan generated QR Codes. Clicking on the links will open Google Play Store or F-Droid for installation.</p>
<h2>I found a bug in OpenKeychain!</h2>
<p>Please report the bug using the <a href="https://github.com/openpgp-keychain/openpgp-keychain/issues">issue tracker of OpenKeychain</a>.</p>
<h2>Contribute</h2>
<p>If you want to help us developing OpenKeychain by contributing code <a href="https://github.com/openpgp-keychain/openpgp-keychain#contribute-code">follow our small guide on Github</a>.</p>
<h2>Translations</h2>
<p>Help translating OpenKeychain! Everybody can participate at <a href="https://www.transifex.com/projects/p/openpgp-keychain/">OpenKeychain on Transifex</a>.</p>
</body>
</html>

View file

@ -0,0 +1,11 @@
<html>
<head></head>
<body>
<ol>
<li>Make sure that NFC is turned on in Settings &gt; More &gt; NFC and make sure that Android Beam is also on in the same section.</li>
<li>Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.</li>
<li>After it vibrates you'll see the content on your device turn into a card-like object with Star Trek warp speed-looking animation in the background.</li>
<li>Tap the card and the content will then load on the other persons device.</li>
</ol>
</body>
</html>

View file

@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--title-->
<!--section-->
<!--button-->
<!--menu-->
<!--label-->
<string name="unknown_status"></string>
<!--choice-->
<!--sentences-->
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<!--progress dialogs, usually ending in '…'-->
<!--action strings-->
<!--key bit length selections-->
<!--compression-->
<!--Help-->
<!--Import-->
<!--Intent labels-->
<!--Remote API-->
<!--Share-->
<!--Key list-->
<!--Key view-->
<!--Navigation Drawer-->
<!--hints-->
</resources>

View file

@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--title-->
<!--section-->
<!--button-->
<!--menu-->
<!--label-->
<string name="unknown_status"></string>
<!--choice-->
<!--sentences-->
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<!--progress dialogs, usually ending in '…'-->
<!--action strings-->
<!--key bit length selections-->
<!--compression-->
<!--Help-->
<!--Import-->
<!--Intent labels-->
<!--Remote API-->
<!--Share-->
<!--Key list-->
<!--Key view-->
<!--Navigation Drawer-->
<!--hints-->
</resources>

View file

@ -0,0 +1,450 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--title-->
<string name="title_manage_public_keys">Kontakty</string>
<string name="title_manage_secret_keys">Klucze prywatne</string>
<string name="title_select_recipients">Wybierz Klucz Publiczny</string>
<string name="title_select_secret_key">Wybierz Klucz Prywatny</string>
<string name="title_encrypt">Zaszyfruj</string>
<string name="title_decrypt">Odszyfruj</string>
<string name="title_authentication">Hasło</string>
<string name="title_create_key">Utwórz Klucz</string>
<string name="title_edit_key">Edytuj Klucz</string>
<string name="title_preferences">Właściwości</string>
<string name="title_api_registered_apps">Zarejestrowane Aplikacje</string>
<string name="title_key_server_preference">Właściwości serwera kluczy</string>
<string name="title_change_passphrase">Zmień hasło</string>
<string name="title_set_passphrase">Ustaw hasło</string>
<string name="title_send_email">Wyślij maila...</string>
<string name="title_send_file">Wyślij plik...</string>
<string name="title_encrypt_to_file">Zaszyfruj do pliku</string>
<string name="title_decrypt_to_file">Odszyfruj do pliku</string>
<string name="title_import_keys">Importuj klucze</string>
<string name="title_export_key">Eksportuj klucz</string>
<string name="title_export_keys">Eksportuj klucze</string>
<string name="title_key_not_found">Nie znaleziono klucza</string>
<string name="title_key_server_query">Wyślij zapytanie do serwera kluczy</string>
<string name="title_send_key">Wyślij do serwera kluczy</string>
<string name="title_unknown_signature_key">Nieznany klucz podpisu</string>
<string name="title_certify_key">Certyfikuj klucz</string>
<string name="title_key_details">Szczegóły klucza</string>
<string name="title_help">Pomoc</string>
<!--section-->
<string name="section_user_ids">Identyfikator użytkownika</string>
<string name="section_keys">Klucze</string>
<string name="section_general">Ogólne</string>
<string name="section_defaults">Domyślne</string>
<string name="section_advanced">Zaawansowane</string>
<string name="section_master_key">Klucz główny</string>
<string name="section_master_user_id">Główny identyfikator użytkownika</string>
<string name="section_actions">Działania</string>
<string name="section_certification_key">Twój klucz użyty do certyfikacji</string>
<string name="section_upload_key">Wyślij klucz</string>
<string name="section_key_server">Serwer kluczy</string>
<string name="section_encrypt_and_or_sign">Zaszyfruj i/lub podpisz</string>
<string name="section_decrypt_verify">Deszyfruj i weryfikuj</string>
<!--button-->
<string name="btn_sign">Podpisz</string>
<string name="btn_certify">Certyfikuj</string>
<string name="btn_decrypt">Odszyfruj</string>
<string name="btn_decrypt_verify">Deszyfruj i weryfikuj</string>
<string name="btn_select_encrypt_keys">Wybierz odbiorców</string>
<string name="btn_encrypt_file">Zaszyfruj plik</string>
<string name="btn_save">Zapisz</string>
<string name="btn_do_not_save">Anuluj</string>
<string name="btn_delete">Usuń</string>
<string name="btn_no_date">Żaden</string>
<string name="btn_okay">Ok</string>
<string name="btn_change_passphrase">Zmień hasło</string>
<string name="btn_set_passphrase">Ustaw hasło</string>
<string name="btn_search">Wyszukaj</string>
<string name="btn_export_to_server">Wyślij do serwera kluczy</string>
<string name="btn_next">Dalej</string>
<string name="btn_back">Wstecz</string>
<string name="btn_clipboard">Schowek</string>
<string name="btn_share">Podziel się z...</string>
<string name="btn_lookup_key">Klucz wyszukiwania</string>
<string name="btn_encryption_advanced_settings_show">Pokaż zaawanowane ustawienia</string>
<string name="btn_encryption_advanced_settings_hide">Ukryj zaawansowane ustawienia</string>
<!--menu-->
<string name="menu_preferences">Ustawienia</string>
<string name="menu_help">Pomoc</string>
<string name="menu_import_from_file">Zaimportuj z pliku</string>
<string name="menu_import_from_qr_code">Zaimportuj z kodu QR</string>
<string name="menu_import">Import</string>
<string name="menu_import_from_nfc">Zaimportuj przy użyciu NFC</string>
<string name="menu_export_keys">Eksportuj wszystkie klucze</string>
<string name="menu_export_secret_keys">Eksportuj wszystkie klucze prywatne</string>
<string name="menu_export_key">Eksportuj do pliku</string>
<string name="menu_delete_key">Usuń klucz</string>
<string name="menu_create_key">Stwórz klucz</string>
<string name="menu_create_key_expert">Stwórz klucz (tryb zaawansowany)</string>
<string name="menu_search">Znajdź</string>
<string name="menu_import_from_key_server">Serwer kluczy</string>
<string name="menu_key_server">Serwer kluczy...</string>
<string name="menu_update_key">Aktualizuj z serwera kluczy</string>
<string name="menu_export_key_to_server">Wyślij do serwera kluczy</string>
<string name="menu_share">Udostepnij...</string>
<string name="menu_share_title_fingerprint">Udostepnij odcisk...</string>
<string name="menu_share_title">Udostępnij cały klucz...</string>
<string name="menu_share_default_fingerprint">z...</string>
<string name="menu_share_default">z...</string>
<string name="menu_share_qr_code">za pomocą kodu QR</string>
<string name="menu_share_qr_code_fingerprint">za pomocą kodu QR</string>
<string name="menu_share_nfc">za pomocą NFC</string>
<string name="menu_copy_to_clipboard">Kopiuj do schowka</string>
<string name="menu_sign_key">Klucz podpisu</string>
<string name="menu_beam_preferences">Ustawienia Beam</string>
<string name="menu_key_edit_cancel">Anuluj</string>
<string name="menu_encrypt_to">Zaszyfruj do...</string>
<string name="menu_select_all">Wybierz wszystko</string>
<!--label-->
<string name="label_sign">Podpis</string>
<string name="label_message">Wiadomość</string>
<string name="label_file">Plik</string>
<string name="label_no_passphrase">Brak hasła</string>
<string name="label_passphrase">Hasło</string>
<string name="label_passphrase_again">Ponów</string>
<string name="label_algorithm">Algorytm</string>
<string name="label_ascii_armor">ASCII Armor</string>
<string name="label_select_public_keys">Odbiorcy</string>
<string name="label_delete_after_encryption">Usuń po zaszyfrowaniu</string>
<string name="label_delete_after_decryption">Usuń po odszyfrowaniu</string>
<string name="label_share_after_encryption">Udostępnij po zaszyfrowaniu</string>
<string name="label_encryption_algorithm">Algorytm szyfrujący</string>
<string name="label_hash_algorithm">Algorytm funkcji skrótu</string>
<string name="label_asymmetric">Klucz publiczny</string>
<string name="label_symmetric">Hasło</string>
<string name="label_passphrase_cache_ttl">Bufor haseł</string>
<string name="label_message_compression">Kompresja wiadomości</string>
<string name="label_file_compression">Kompresja plików</string>
<string name="label_force_v3_signature">Wymuś stare podpisy OpenPGPv3</string>
<string name="label_key_servers">Serwery kluczy</string>
<string name="label_key_id">Identyfikator klucza</string>
<string name="label_creation">Utworzenia</string>
<string name="label_expiry">Wygaśnięcia</string>
<string name="label_usage">Wykorzystanie</string>
<string name="label_key_size">Rozmiar klucza</string>
<string name="label_main_user_id">Identyfikator głównego użytkownika</string>
<string name="label_name">Imię</string>
<string name="label_comment">Komentarz</string>
<string name="label_email">Adres email</string>
<string name="label_sign_user_id">Identyfikator użytkownika podpisu (sign user id)</string>
<string name="label_sign_email">Podpisz e-mail</string>
<string name="label_send_key">Wyślij klucz do serwera kluczy po certyfikacji</string>
<string name="label_fingerprint">Odcisk</string>
<string name="select_keys_button_default">Wybierz</string>
<string name="expiry_date_dialog_title">Ustaw datę wygaśnięcia</string>
<plurals name="select_keys_button">
<item quantity="one">wybrano %d</item>
<item quantity="few">wybrano %d</item>
<item quantity="other">wybrano %d</item>
</plurals>
<string name="user_id_no_name">&lt;bez nazwy&gt;</string>
<string name="none">&lt;żaden&gt;</string>
<string name="no_key">&lt;brak klucza&gt;</string>
<string name="no_email">&lt;Brak adresu email&gt;</string>
<string name="unknown_status"></string>
<string name="can_encrypt">może szyfrować</string>
<string name="can_sign">może podpisywać</string>
<string name="expired">wygasły</string>
<string name="revoked">unieważniony</string>
<string name="user_id">Identyfikator użytkownika</string>
<plurals name="n_contacts">
<item quantity="one">1 kontakt</item>
<item quantity="few">%d kontakty</item>
<item quantity="other">%d kontaktów</item>
</plurals>
<plurals name="n_key_servers">
<item quantity="one">%d serwer kluczy</item>
<item quantity="few">%d serwerów kluczy</item>
<item quantity="other">%d serwerów kluczy</item>
</plurals>
<string name="fingerprint">Odcisk:</string>
<string name="secret_key">Klucz prywatny:</string>
<!--choice-->
<string name="choice_none">Żaden</string>
<string name="choice_sign_only">Tylko podpisz</string>
<string name="choice_encrypt_only">Tylko zaszyfruj</string>
<string name="choice_sign_and_encrypt">Podpisz i zaszyfruj</string>
<string name="choice_15secs">15 sekund</string>
<string name="choice_1min">1 minuta</string>
<string name="choice_3mins">3 minuty</string>
<string name="choice_5mins">5 minut</string>
<string name="choice_10mins">10 minut</string>
<string name="choice_20mins">20 minut</string>
<string name="choice_40mins">40 minut</string>
<string name="choice_1hour">1 godzina</string>
<string name="choice_2hours">2 godziny</string>
<string name="choice_4hours">4 godziny</string>
<string name="choice_8hours">8 godzin</string>
<string name="choice_forever">na zawsze</string>
<string name="dsa">DSA</string>
<string name="elgamal">ElGamal</string>
<string name="rsa">RSA</string>
<string name="filemanager_title_open">Otwórz...</string>
<string name="warning">Ostrzeżenie</string>
<string name="error">Błąd</string>
<string name="error_message">Błąd: %s</string>
<!--sentences-->
<string name="wrong_passphrase">Nieprawidłowe hasło.</string>
<string name="using_clipboard_content">Użycie zawartości schowka.</string>
<string name="set_a_passphrase">Najpierw ustaw hasło.</string>
<string name="no_filemanager_installed">Nie zainstalowano żadnego kompatybilnego menadżera plików.</string>
<string name="passphrases_do_not_match">Hasła nie pasują do siebie</string>
<string name="passphrase_must_not_be_empty">Puste hasła nie są dozwolone.</string>
<string name="passphrase_for_symmetric_encryption">Szyfrowanie symetryczne.</string>
<string name="passphrase_for">Podaj hasło dla \'%s\'</string>
<string name="file_delete_confirmation">Czy jesteś pewien że chcesz usunąć\n%s?</string>
<string name="file_delete_successful">Usunięto pomyślnie.</string>
<string name="no_file_selected">Najpierw wskaż plik.</string>
<string name="decryption_successful">Odszyfrowano pomyślnie.</string>
<string name="encryption_successful">Zaszyfrowano pomyślnie.</string>
<string name="encryption_to_clipboard_successful">Pomyślnie zaszyfrowano do schowka.</string>
<string name="enter_passphrase_twice">Podaj hasło dwukrotnie.</string>
<string name="select_encryption_key">Wybierz co najmniej jeden klucz szyfrujący.</string>
<string name="select_encryption_or_signature_key">Wybierz co najmniej jeden klucz szyfrujący lub klucz podpisujący.</string>
<string name="specify_file_to_encrypt_to">Wskaż, do którego pliku zapisać zaszyfrowane dane.\nOSTRZEŻENIE: Plik zostanie nadpisany, jeżeli istnieje.</string>
<string name="specify_file_to_decrypt_to">Wskaż, do którego pliku zapisać odszyfrowane dane.\nOSTRZEŻENIE: Plik zostanie nadpisany, jeżeli istnieje.</string>
<string name="specify_file_to_export_to">Wskaż, do którego pliku wyeksportować dane.\nOSTRZEŻENIE: Plik zostanie nadpisany, jeżeli istnieje.</string>
<string name="specify_file_to_export_secret_keys_to">Wskaż, do którego pliku zapisać eksportowane dane.\nOSTRZEŻENIE: Masz zamiar zapisać klucze PRYWATNE (tajne)\nOSTRZEŻENIE: Plik zostanie nadpisany, jeżeli istnieje.</string>
<string name="key_deletion_confirmation">Czy na pewno chcesz usunąć klucz \'%s\'?\nNie można cofnąć tej operacji!</string>
<string name="key_deletion_confirmation_multi">Czy na pewno chcesz usunąć wszystkie zaznaczone klucze?\nTej operacji nie można cofnąć!</string>
<string name="secret_key_deletion_confirmation">Czy na pewno chcesz usunąć klucz prywatny \'%s\'?\nNie można cofnąć tej operacji!</string>
<string name="also_export_secret_keys">Czy wyeksportować również klucze prywatne?</string>
<plurals name="keys_added_and_updated_1">
<item quantity="one">Pomyślnie dodano %d klucz</item>
<item quantity="few">Pomyślnie dodano %d kluczy</item>
<item quantity="other">Pomyślnie dodano %d kluczy</item>
</plurals>
<plurals name="keys_added_and_updated_2">
<item quantity="one">i zaktualizowano %d klucz.</item>
<item quantity="few">i zaktualizowano %d kluczy.</item>
<item quantity="other">i zaktualizowano %d kluczy.</item>
</plurals>
<plurals name="keys_added">
<item quantity="one">Pomyślnie dodano %d klucz.</item>
<item quantity="few">Pomyślnie dodano %d kluczy.</item>
<item quantity="other">Pomyślnie dodano %d kluczy.</item>
</plurals>
<plurals name="keys_updated">
<item quantity="one">Pomyślnie zaktualizowano %d klucz.</item>
<item quantity="few">Pomyślnie zaktualizowano %d kluczy.</item>
<item quantity="other">Pomyślnie zaktualizowano %d kluczy.</item>
</plurals>
<string name="no_keys_added_or_updated">Nie dodano ani zaktualizowano żadnych kluczy.</string>
<string name="key_exported">Pomyślnie wyeksportowano 1 klucz.</string>
<string name="keys_exported">Pomyślnie wyeksportowano %d kluczy.</string>
<string name="no_keys_exported">Nie wyeksportowano żadnych kluczy.</string>
<string name="key_creation_el_gamal_info">Uwaga: algorytm EnGamal jest obsługiwany tylko przez podklucze i użyty zostanie najbliższy rozmiar klucza z podanych: 1536, 2048, 3072, 4096, 8192.</string>
<string name="key_creation_weak_rsa_info">Uwaga: generowanie klucza RSA o długości 1024 bity i mniejszej jest uważane za niebezpieczne i wyłączone dla tworzenia nowych kluczy.</string>
<string name="key_not_found">Nie można znaleźć klucza %08X.</string>
<plurals name="keys_found">
<item quantity="one">Znaleziono %d klucz.</item>
<item quantity="few">Znaleziono %d kluczy.</item>
<item quantity="other">Znaleziono %d kluczy.</item>
</plurals>
<string name="unknown_signature">Nieznany podpis, naciśnij przycisk, aby wyszukać brakujący klucz.</string>
<plurals name="bad_keys_encountered">
<item quantity="one">Zignorowano %d niepoprawny klucz prywatny. Prawdopodobnie został wyeksportowany przy uzyciu opcji\n --export-secret-subkeys\nUpewnij się że eksportujesz go z opcją\n --export-secret-keys\nktóra jest poprawna.</item>
<item quantity="few">Zignorowano %d niepoprawnych kluczy prywatnych. Prawdopodobnie zostały wyeksportowane przy uzyciu opcji\n --export-secret-subkeys\nUpewnij się że eksportujesz je z opcją\n --export-secret-keys\nktóra jest poprawna.</item>
<item quantity="other">zignorowano %d niepoprawnych kluczy prywatnych. Prawdopodobnie zostały wyeksportowane przy uzyciu opcji\n --export-secret-subkeys\nUpewnij się że eksportujesz je z opcją\n --export-secret-keys\nktóra jest poprawna.</item>
</plurals>
<string name="key_send_success">Pomyślnie wysłano klucz na serwer</string>
<string name="key_sign_success">Pomyślnie podpisano klucz</string>
<string name="list_empty">Lista jest pusta!</string>
<string name="nfc_successfull">Pomyślnie wysłano klucz przez NFC!</string>
<string name="key_copied_to_clipboard">Klucz został skopiowany do schowka!</string>
<string name="key_has_already_been_signed">Klucz został już wcześniej podpisany!</string>
<string name="select_key_to_sign">Wybierz klucz, który zostanie użyty do podpisania!</string>
<string name="key_too_big_for_sharing">Klucz ma za duży rozmiar by być udostępniony w ten sposób!</string>
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<string name="error_file_delete_failed">usuwanie \'%s\' zakończone niepowodzeniem</string>
<string name="error_file_not_found">plik nie znaleziony</string>
<string name="error_no_secret_key_found">nie znaleziono pasującego klucza prywatnego</string>
<string name="error_no_known_encryption_found">napotkano nieznany rodzaj szyfrowania</string>
<string name="error_external_storage_not_ready">zewnętrzne urządzenie jest niegotowe</string>
<string name="error_invalid_email">nieprawidłowy adres email \'%s\'</string>
<string name="error_key_size_minimum512bit">klucz musi mieć rozmiar co najmniej 512 bitów</string>
<string name="error_master_key_must_not_be_el_gamal">klucz EnGamal nie może być kluczem głównym</string>
<string name="error_unknown_algorithm_choice">wybrano nieznany algorytm</string>
<string name="error_user_id_needs_a_name">musisz wskazać imię</string>
<string name="error_user_id_no_email">nie znaleziono adresu email</string>
<string name="error_user_id_needs_an_email_address">musisz wskazać adres email</string>
<string name="error_key_needs_a_user_id">potrzeba co najmniej jednego identyfikatora użytkownika</string>
<string name="error_main_user_id_must_not_be_empty">główny identyfikator użytkownika nie może być pusty</string>
<string name="error_key_needs_master_key">potrzeba co najmniej klucza głównego</string>
<string name="error_no_encryption_keys_or_passphrase">nie podano hasła ani klucza szyfrującego</string>
<string name="error_signature_failed">podpisywanie nie powiodło się</string>
<string name="error_no_signature_passphrase">nie podano hasła</string>
<string name="error_no_signature_key">nie podano klucza podpisu</string>
<string name="error_invalid_data">nieprawidłowe dane</string>
<string name="error_corrupt_data">uszkodzone dane</string>
<string name="error_integrity_check_failed">Sprawdzanie spójności zakończone niepowodzeniem! Dane były modyfikowane!</string>
<string name="error_no_symmetric_encryption_packet">nie znaleziono pakietu z szyfrowaniem symatrycznym</string>
<string name="error_wrong_passphrase">nieprawidłowe hasło</string>
<string name="error_saving_keys">błąd przy zapisywaniu kluczy</string>
<string name="error_could_not_extract_private_key">nie można wyodrębnić klucza prywatnego</string>
<string name="error_only_files_are_supported">Dane binarne pozbawione pliku nie są obsługiwane. To jest wspierane tylko dla akcji ACTION_ENCRYPT_STREAM_AND_RETURN.</string>
<string name="error_jelly_bean_needed">Potrzebujesz Androida 4.1 Jelly Bean, aby korzystać z Android NFC Beam!</string>
<string name="error_nfc_needed">NCF jest niedostępne na twoim urządzeniu</string>
<string name="error_nothing_import">Nie ma nic do zaimportowania!</string>
<string name="error_expiry_must_come_after_creation">data wygaśnięcia musi być późniejsza niż data stworzenia</string>
<string name="error_can_not_delete_contact">nie możesz usunąć tego kontaktu, ponieważ należy do ciebie.</string>
<string name="error_can_not_delete_contacts">nie możesz usunąć tych kontaktów, ponieważ należą do ciebie:\n%s</string>
<string name="error_keyserver_insufficient_query">Niewystarczające zapytanie do serwera</string>
<string name="error_keyserver_query">Odpytywanie serwera zakończone niepowodzeniem</string>
<string name="error_keyserver_too_many_responses">Za dużo odpowiedzi</string>
<string name="error_import_file_no_content">Plik jest pusty</string>
<string name="error_generic_report_bug">Wystąpił błąd ogólny, proszę zgłoś go autorom OpenKeychain.</string>
<plurals name="error_can_not_delete_info">
<item quantity="one">Usuń go z ekranu \'Moje klucze\'!</item>
<item quantity="few">Usuń je z ekranu \'Moje klucze\'!</item>
<item quantity="other">Usuń je z ekranu \'Moje klucze\'!</item>
</plurals>
<plurals name="error_import_non_pgp_part">
<item quantity="one">Część wczytanego pliku jest poprawnym obiektem OpenPGP, ale nie jest kluczem OpenPGP</item>
<item quantity="few">Część wczytanego pliku to poprawne obiekty OpenPGP, ale nie są kluczami OpenPGP</item>
<item quantity="other">Część wczytanego pliku to poprawne obiekty OpenPGP, ale nie są kluczami OpenPGP</item>
</plurals>
<!--progress dialogs, usually ending in '…'-->
<string name="progress_done">Gotowe.</string>
<string name="progress_cancel">Anuluj</string>
<string name="progress_saving">zapisywanie...</string>
<string name="progress_importing">importowanie...</string>
<string name="progress_exporting">eksportowanie...</string>
<string name="progress_building_key">budowanie klucza...</string>
<string name="progress_preparing_master_key">przygotowywanie klucza glównego...</string>
<string name="progress_certifying_master_key">podpisywanie klucza głównego...</string>
<string name="progress_building_master_key">budowanie głównego zbioru kluczy...</string>
<string name="progress_adding_sub_keys">dodawanie podkluczy...</string>
<string name="progress_saving_key_ring">zapisywanie klucza...</string>
<plurals name="progress_exporting_key">
<item quantity="one">eksportowanie klucza...</item>
<item quantity="few">eksportowanie kluczy...</item>
<item quantity="other">eksportowanie kluczy...</item>
</plurals>
<plurals name="progress_generating">
<item quantity="one">generowanie klucza, może to potrwać do 3 minut...</item>
<item quantity="few">generowanie kluczy, może to potrwać do 3 minut...</item>
<item quantity="other">generowanie kluczy, może to potrwać do 3 minut...</item>
</plurals>
<string name="progress_extracting_signature_key">wyodrębnianie klucza podpisu...</string>
<string name="progress_extracting_key">wyodrębnianie klucza...</string>
<string name="progress_preparing_streams">przygotowywanie strumieni...</string>
<string name="progress_encrypting">szyfrowanie danych...</string>
<string name="progress_decrypting">deszyfrowywanie danych...</string>
<string name="progress_preparing_signature">przygotowywanie podpisu...</string>
<string name="progress_generating_signature">generowanie podpisu...</string>
<string name="progress_processing_signature">przetwarzanie podpisu...</string>
<string name="progress_verifying_signature">weryfikowanie podpisu...</string>
<string name="progress_signing">podpisywanie...</string>
<string name="progress_reading_data">czytanie danych...</string>
<string name="progress_finding_key">szukanie klucza...</string>
<string name="progress_decompressing_data">dekompresja danych...</string>
<string name="progress_verifying_integrity">weryfikacja spójności...</string>
<string name="progress_deleting_securely">usuwanie \'%s\' bezpiecznie…</string>
<string name="progress_querying">odpytywanie...</string>
<!--action strings-->
<string name="hint_public_keys">Wyszukaj klucze publiczne</string>
<string name="hint_secret_keys">Wyszukaj klucze prywatne</string>
<string name="action_share_key_with">Udostępnij klucz...</string>
<!--key bit length selections-->
<string name="key_size_512">512</string>
<string name="key_size_1024">1024</string>
<string name="key_size_2048">2048</string>
<string name="key_size_4096">4096</string>
<!--compression-->
<string name="compression_fast">szybka</string>
<string name="compression_very_slow">bardzo wolna</string>
<!--Help-->
<string name="help_tab_start">Początek</string>
<string name="help_tab_faq">FAQ</string>
<string name="help_tab_nfc_beam">NFC Beam</string>
<string name="help_tab_changelog">Dziennik zmian</string>
<string name="help_tab_about">O programie</string>
<string name="help_about_version">Wersja:</string>
<!--Import-->
<string name="import_import">Zaimportuj wybrane klucze</string>
<string name="import_sign_and_upload">Importuj, podpisz i wyślij wybrane klucze</string>
<string name="import_from_clipboard">Importuj ze schowka</string>
<plurals name="import_qr_code_missing">
<item quantity="one">Brakuje kodu QR o identyfikatorze %s</item>
<item quantity="few">Brakuje kodów QR o identyfikatorach %s</item>
<item quantity="other">Brakuje kodów QR o identyfikatorach %s</item>
</plurals>
<string name="import_qr_code_start_with_one">Zacznij od kodu QR o identyfikatorze 1</string>
<string name="import_qr_code_wrong">Kod QR zniekształcony! Spróbuj jeszcze raz!</string>
<string name="import_qr_code_finished">Skanowanie kodu QR zakończone!</string>
<string name="import_qr_code_too_short_fingerprint">Odcisk klucza zawarty w tym kodzie QR jest za krótki (&lt; 16 znaków)</string>
<string name="import_qr_scan_button">Odczytaj kod QR przy pomocy \'Barcode Scanner\'</string>
<string name="import_nfc_text">Aby odbierać klucze przez NFC, urządzenie musi być odblokowane.</string>
<string name="import_nfc_help_button">Pomoc</string>
<string name="import_clipboard_button">Odczytaj klucz ze schowka</string>
<!--Intent labels-->
<string name="intent_decrypt_file">Deszyfruj plik korzystając z OpenKeychain</string>
<string name="intent_import_key">Importuj klucz korzystając z OpenKeychain</string>
<string name="intent_send_encrypt">Zaszyfruj korzystając z OpenKeychain</string>
<string name="intent_send_decrypt">Deszyfruj korzystając z OpenKeychain</string>
<!--Remote API-->
<string name="api_no_apps">Brak zarejestrowanych aplikacji!\n\nZewnętrzne aplikacje mogą żądać dostępu do OpenKeychain. Po przyznaniu dostępu, będa wyświetlone tutaj.</string>
<string name="api_settings_show_advanced">Pokaż zaawanowane ustawienia</string>
<string name="api_settings_hide_advanced">Ukryj zaawansowane ustawienia</string>
<string name="api_settings_no_key">Nie wybrano klucza</string>
<string name="api_settings_select_key">Wybierz klucz</string>
<string name="api_settings_save">Zapisz</string>
<string name="api_settings_cancel">Anuluj</string>
<string name="api_settings_revoke">Odwołaj dostęp</string>
<string name="api_settings_package_name">Nazwa paczki</string>
<string name="api_settings_package_signature">Skrót SHA-256 podpisu paczki</string>
<string name="api_register_text">Wyświetlona aplikacja prosi o dostęp do OpenKeychain.\nZezwolić?\n\nOSTRZEZENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezwalaj na dostęp! Możesz to również zrobić później, korzystając z ekranu \'Zarejestrowane aplikacje\'.</string>
<string name="api_register_allow">Zezwól na dostęp</string>
<string name="api_register_disallow">Odmów dostępu</string>
<string name="api_register_error_select_key">Wybierz klucz!</string>
<string name="api_select_pub_keys_missing_text">Nie znaleziono kluczy publiczych dla tych identyfikatorów użytkownika:</string>
<string name="api_select_pub_keys_dublicates_text">Więcej niż jeden klucz publiczny istnieje dla tych identyfikatorów użytkownika:</string>
<string name="api_select_pub_keys_text">Proszę przejrzeć listę adresatów!</string>
<string name="api_error_wrong_signature">Sprawdzanie podpisu zakończone niepowodzeniem! Czy zainstalowałeś tę aplikację z innego źródła? Jeżeli jesteś pewien, że nie jest to atak, odwołaj rejestrację teg aplikacji w OpenKeychain, a następnie zarejestruj ją ponownie.</string>
<!--Share-->
<string name="share_qr_code_dialog_title">Udostępnij przez kod QR</string>
<string name="share_qr_code_dialog_start">Przejdź przez wszystkiego kody QR korzystając z przycisku \'Nastepny\' i skanuj je pojedynczo.</string>
<string name="share_qr_code_dialog_fingerprint_text">Odcisk:</string>
<string name="share_qr_code_dialog_progress">Kod QR o identyfikatorze %1$d z %2$d</string>
<string name="share_nfc_dialog">Udostępnij przez NFC</string>
<!--Key list-->
<plurals name="key_list_selected_keys">
<item quantity="one">1 klucz wybrany.</item>
<item quantity="few">%d kluczy wybranych.</item>
<item quantity="other">%d kluczy wybranych.</item>
</plurals>
<string name="key_list_empty_text1">Żadne klucze nie są jeszcze dostępne...</string>
<string name="key_list_empty_text2">Możesz zacząć od</string>
<string name="key_list_empty_text3">lub</string>
<string name="key_list_empty_button_create">tworzenie własnego klucza</string>
<string name="key_list_empty_button_import">importowanie kluczy.</string>
<!--Key view-->
<string name="key_view_action_edit">Edytuj ten klucz</string>
<string name="key_view_action_encrypt">Zaszyfruj do tego kontaktu</string>
<string name="key_view_action_certify">Certyfikuj klucz tego kontaktu</string>
<string name="key_view_tab_main">Informacje</string>
<string name="key_view_tab_certs">Certyfikaty</string>
<!--Navigation Drawer-->
<string name="nav_contacts">Kontakty</string>
<string name="nav_encrypt">Zaszyfruj</string>
<string name="nav_decrypt">Deszyfruj</string>
<string name="nav_import">importuj klucze</string>
<string name="nav_secret_keys">Moje klucze</string>
<string name="nav_apps">Zarejestrowane aplikacje</string>
<string name="drawer_open">Otwórz panel nawigacji</string>
<string name="drawer_close">Zamknij panel nawigacji</string>
<string name="edit">Edytuj</string>
<string name="my_keys">Moje klucze</string>
<string name="label_secret_key">Klucz prywatny</string>
<string name="secret_key_yes">dostępny</string>
<string name="secret_key_no">niedostepny</string>
<string name="section_uids_to_sign">Identyfikator użytkownika do podpisu</string>
<string name="progress_re_adding_certs">Ponowne stosowanie certyfikatów</string>
<!--hints-->
</resources>

View file

@ -0,0 +1,27 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!--title-->
<!--section-->
<!--button-->
<!--menu-->
<!--label-->
<string name="unknown_status"></string>
<!--choice-->
<!--sentences-->
<!--errors
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
<!--progress dialogs, usually ending in '…'-->
<!--action strings-->
<!--key bit length selections-->
<!--compression-->
<!--Help-->
<!--Import-->
<!--Intent labels-->
<!--Remote API-->
<!--Share-->
<!--Key list-->
<!--Key view-->
<!--Navigation Drawer-->
<!--hints-->
</resources>