aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-pl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-09-08 14:26:10 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-09-08 14:26:10 +0200
commit980674b322dffe2b38b8349dc9e569d18b86b4fd (patch)
tree96876e4d43dcdc3cb9f77064f034d25f41f7b6cd /OpenKeychain/src/main/res/values-pl
parentfcd4be5ba008563ee4cfea3db64e0086356cfec4 (diff)
downloadopen-keychain-980674b322dffe2b38b8349dc9e569d18b86b4fd.tar.gz
open-keychain-980674b322dffe2b38b8349dc9e569d18b86b4fd.tar.bz2
open-keychain-980674b322dffe2b38b8349dc9e569d18b86b4fd.zip
Pull from transifex
Diffstat (limited to 'OpenKeychain/src/main/res/values-pl')
-rw-r--r--OpenKeychain/src/main/res/values-pl/strings.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/OpenKeychain/src/main/res/values-pl/strings.xml b/OpenKeychain/src/main/res/values-pl/strings.xml
index 7c65449de..7db884284 100644
--- a/OpenKeychain/src/main/res/values-pl/strings.xml
+++ b/OpenKeychain/src/main/res/values-pl/strings.xml
@@ -1,5 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
+ <!--GENERAL: Please put all strings inside quotes as described in example 1 on
+ http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
<!--title-->
<string name="title_decrypt">Odszyfruj</string>
<string name="title_authentication">Hasło</string>
@@ -52,12 +54,6 @@
<string name="label_no_passphrase">Brak hasła</string>
<string name="label_passphrase">Hasło</string>
<string name="label_algorithm">Algorytm</string>
- <string name="label_delete_after_decryption">Usuń po odszyfrowaniu</string>
- <string name="label_encryption_algorithm">Algorytm szyfrujący</string>
- <string name="label_hash_algorithm">Algorytm funkcji skrótu</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_keyservers">Serwery kluczy</string>
<string name="label_key_id">Identyfikator klucza</string>
<string name="label_creation">Utworzenia</string>
@@ -217,9 +213,9 @@
<string name="key_size_custom_info_dsa">Długośc klucza DSA musi być równa co najmniej 512 i co najwyżej 1024. Musi być także wielokrotnością 64.</string>
<!--elliptic curve names-->
<!--not in for now, see SaveKeyringParcel
- <string name="key_curve_bp_p256">Brainpool P-256</string>
- <string name="key_curve_bp_p384">Brainpool P-384</string>
- <string name="key_curve_bp_p512">Brainpool P-512</string>-->
+ <string name="key_curve_bp_p256">"Brainpool P-256"</string>
+ <string name="key_curve_bp_p384">"Brainpool P-384"</string>
+ <string name="key_curve_bp_p512">"Brainpool P-512"</string>-->
<!--compression-->
<string name="compression_fast">szybka</string>
<string name="compression_very_slow">bardzo wolna</string>
@@ -275,7 +271,6 @@
<string name="key_list_empty_text3">lub</string>
<string name="key_list_empty_button_create">tworzenie własnego klucza</string>
<!--Key view-->
- <string name="key_view_action_encrypt">Zaszyfruj korzystając z tego klucza</string>
<!--Edit key-->
<!--Create key-->
<!--View key-->