From e72e47d92ec957d42c04bf8b1e0dd8e8b641cd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 14 Aug 2014 15:24:37 +0200 Subject: Remove support for v3 sig generation --- OpenKeychain/src/main/res/values/strings.xml | 1 - OpenKeychain/src/main/res/xml/adv_preferences.xml | 12 +++--------- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 8ccb92854..09a434d5d 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -103,7 +103,6 @@ Passphrase Cache Message Compression File Compression - Force old OpenPGPv3 Signatures Keyservers Key ID Creation diff --git a/OpenKeychain/src/main/res/xml/adv_preferences.xml b/OpenKeychain/src/main/res/xml/adv_preferences.xml index 588a6e62d..49f241ffe 100644 --- a/OpenKeychain/src/main/res/xml/adv_preferences.xml +++ b/OpenKeychain/src/main/res/xml/adv_preferences.xml @@ -16,7 +16,7 @@ --> - + - - + + - - - -- cgit v1.2.3 From 0a1de8deeaa543f3a0658c3927fd632d115e34fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 14 Aug 2014 15:42:02 +0200 Subject: Do not import v3 keys, they are insecure! --- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 09a434d5d..75175212c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -433,7 +433,7 @@ Verified This identity has been verified. Not verified - This identity has not been verified yet. You can not be sure if the identity really corresponds to a specific person. + This identity has not been verified yet. You cannot be sure if the identity really corresponds to a specific person. Invalid Something is wrong with this identity! @@ -497,6 +497,7 @@ Applying insert batch operation. Tried to import secret keyring as public. This is a bug, please file a report! + This key is an OpenPGP version 3 key and thus insecure. It has not been imported. No old key deleted (creating a new one?) Deleted old key from database Operation failed due to encoding error -- cgit v1.2.3 From 62f7bf62150b460ee2dfa14f2c45f6df40d55cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 14 Aug 2014 15:58:26 +0200 Subject: move v3 key import prevention into canonicalization method --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 75175212c..d491723fd 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -497,7 +497,7 @@ Applying insert batch operation. Tried to import secret keyring as public. This is a bug, please file a report! - This key is an OpenPGP version 3 key and thus insecure. It has not been imported. + This key is an OpenPGP version 3 key and thus insecure. It has not been imported. No old key deleted (creating a new one?) Deleted old key from database Operation failed due to encoding error -- cgit v1.2.3 From ef2449917e53e312ebc2eb4bea7e3149ba9db137 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Thu, 14 Aug 2014 12:22:02 +0200 Subject: factor KeySpinner out --- .../res/layout/encrypt_asymmetric_fragment.xml | 2 +- .../main/res/layout/encrypt_asymmetric_signkey.xml | 31 ---------------------- .../src/main/res/layout/keyspinner_key.xml | 31 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 OpenKeychain/src/main/res/layout/encrypt_asymmetric_signkey.xml create mode 100644 OpenKeychain/src/main/res/layout/keyspinner_key.xml (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml index 4d82477bc..2189a1f34 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml @@ -24,7 +24,7 @@ android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/label_asymmetric_from" /> - - - - - - - \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/keyspinner_key.xml b/OpenKeychain/src/main/res/layout/keyspinner_key.xml new file mode 100644 index 000000000..703f9133b --- /dev/null +++ b/OpenKeychain/src/main/res/layout/keyspinner_key.xml @@ -0,0 +1,31 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3 From a6118877ff1b096925c908583985889d30087e24 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Thu, 14 Aug 2014 16:00:07 +0200 Subject: Add and use CertifyKeySpinner --- OpenKeychain/src/main/res/layout/certify_key_activity.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/certify_key_activity.xml b/OpenKeychain/src/main/res/layout/certify_key_activity.xml index 34d4dbd57..bce194438 100644 --- a/OpenKeychain/src/main/res/layout/certify_key_activity.xml +++ b/OpenKeychain/src/main/res/layout/certify_key_activity.xml @@ -26,14 +26,10 @@ android:layout_marginTop="14dp" android:text="@string/section_certification_key" /> - + Date: Thu, 14 Aug 2014 16:12:42 +0200 Subject: Automcomplete names and emails in keyserver tab --- OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml index 47c354c53..fde90b81f 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml @@ -10,7 +10,7 @@ android:layout_height="?android:attr/listPreferredItemHeight" android:orientation="horizontal"> - Date: Thu, 14 Aug 2014 16:20:24 +0200 Subject: change keybase hint following pull request #755 --- OpenKeychain/src/main/res/layout/import_keys_keybase_fragment.xml | 2 +- OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml | 2 +- OpenKeychain/src/main/res/values-cs/strings.xml | 2 +- OpenKeychain/src/main/res/values-de/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-es/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-fr/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-it/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-ja/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-ru/strings.xml | 2 +- OpenKeychain/src/main/res/values-sl/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-uk/strings.xml | 2 +- OpenKeychain/src/main/res/values/strings.xml | 4 ++-- 12 files changed, 19 insertions(+), 19 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/import_keys_keybase_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_keybase_fragment.xml index 062289688..c70236e07 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_keybase_fragment.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_keybase_fragment.xml @@ -11,7 +11,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:gravity="top|left" - android:hint="@string/hint_keybase_search" + android:hint="@string/hint_keybase_search_hint" android:imeOptions="actionSearch" android:inputType="textNoSuggestions" android:singleLine="true" diff --git a/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml index fde90b81f..62e7d740c 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_server_fragment.xml @@ -16,7 +16,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:gravity="top|left" - android:hint="@string/hint_public_keys" + android:hint="@string/hint_keyserver_search_hint" android:imeOptions="actionSearch" android:inputType="textNoSuggestions" android:singleLine="true" diff --git a/OpenKeychain/src/main/res/values-cs/strings.xml b/OpenKeychain/src/main/res/values-cs/strings.xml index 19e94b4b8..dd4d41650 100644 --- a/OpenKeychain/src/main/res/values-cs/strings.xml +++ b/OpenKeychain/src/main/res/values-cs/strings.xml @@ -184,7 +184,7 @@ verifikuji integritu... mažu \'%s\' bezpečně... - Jméno/Email/ID klíče + Jméno/Email/ID klíče 512 768 diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index a843a154a..74282fd29 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -270,8 +270,8 @@ Integrität wird überprüft… \'%s\' wird sicher gelöscht… - Name/Email/Schlüssel ID... - Name/Keybase.io Benutzername... + Name/Email/Schlüssel ID... + Name/Keybase.io Benutzername... 512 768 diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 80c2060d1..8b8af788d 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -276,8 +276,8 @@ verificando la integridad... borrando \'%s\' de forma segura… - Identidad de Nombre/Correo/Clave... - Nombre de usuario de Nombre/Keybase.io... + Identidad de Nombre/Correo/Clave... + Nombre de usuario de Nombre/Keybase.io... 512 768 diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index e30ebb883..35e4c5766 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -276,8 +276,8 @@ vérification de l\'intégrité... suppression sûre de « %s »... - Nom/courriel/ ID clef... - Nom/nom d\'utilisateur keybase.io... + Nom/courriel/ ID clef... + Nom/nom d\'utilisateur keybase.io... 512 768 diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 89e09783b..2a5131bcf 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -236,8 +236,8 @@ verifica integrita\'... eliminazione sicura di \'%s\'... - Nome/Email/ID Chiave... - Nome/Keybase.io nome utente... + Nome/Email/ID Chiave... + Nome/Keybase.io nome utente... 512 768 diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index dbb52d208..f0cb9d47b 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -271,8 +271,8 @@ 完全性の検証中... \'%s\' を完全に削除中… - 名前/メール/鍵ID... - 名前/Keybase.io名... + 名前/メール/鍵ID... + 名前/Keybase.io名... 512 768 diff --git a/OpenKeychain/src/main/res/values-ru/strings.xml b/OpenKeychain/src/main/res/values-ru/strings.xml index fd2c0312d..4f32bea3a 100644 --- a/OpenKeychain/src/main/res/values-ru/strings.xml +++ b/OpenKeychain/src/main/res/values-ru/strings.xml @@ -238,7 +238,7 @@ проверка целостности... безопасное удаление \'%s\'... - Имя/Email/ID ключа… + Имя/Email/ID ключа… 512 768 diff --git a/OpenKeychain/src/main/res/values-sl/strings.xml b/OpenKeychain/src/main/res/values-sl/strings.xml index 0a7b4713e..0de5e97ea 100644 --- a/OpenKeychain/src/main/res/values-sl/strings.xml +++ b/OpenKeychain/src/main/res/values-sl/strings.xml @@ -243,8 +243,8 @@ preverjam neokrnjenost... varno brišem \'%s\'… - Ime/e-pošta/ID ključa - Ime/Keybase.io uporabniško ime... + Ime/e-pošta/ID ključa + Ime/Keybase.io uporabniško ime... 512 768 diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml index 42ac94c32..7a4c79ddb 100644 --- a/OpenKeychain/src/main/res/values-uk/strings.xml +++ b/OpenKeychain/src/main/res/values-uk/strings.xml @@ -238,7 +238,7 @@ перевірка цілісності… вилучення безпечно \'%s\'… - Назва/Ел. пошта/ІД ключа… + Назва/Ел. пошта/ІД ключа… 512 768 diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index d491723fd..20a149956 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -303,8 +303,8 @@ deleting \'%s\' securely… - Name/Email/Key ID… - Name/Keybase.io username… + Name/Email/Key ID… + Name/Email/Proof/Key… 512 -- cgit v1.2.3 From a19784ed7e930055a6a1d0a537f2f4f1d3ea1f21 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Thu, 14 Aug 2014 16:27:50 +0200 Subject: merge: check fingerprints on merge operation! (this needs a testcase!) --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 20a149956..0da651b03 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -616,7 +616,7 @@ Merging into public keyring %s Merging into secret keyring %s Fatal error encoding signature - Tried to consolidate heterogeneous keyrings + Tried to merge keyrings with differing fingerprints! Adding new subkey %s Found %s new certificates in keyring No new certificates -- cgit v1.2.3 From bbe986743c9e6c2a22df95e0fbde0de2340bf467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 16 Aug 2014 05:28:51 +0200 Subject: API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pre-selection of key ids (no revoked or expired ones, also select duplicates), refactor text using spannables --- .../src/main/res/layout/api_remote_select_pub_keys.xml | 10 +++++----- OpenKeychain/src/main/res/values/strings.xml | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml b/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml index a10592607..bf4d0a70d 100644 --- a/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml +++ b/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml @@ -4,13 +4,13 @@ android:layout_height="fill_parent" android:orientation="vertical" > - Allow access Disallow access Please select a key! - No public keys were found for these identities: - More than one public key exist for these identities: + No keys were found for these identities: + More than one key exist for these identities: Please review the list of recipients! + Please select the recipients! Signature check failed! Have you installed this app from a different source? If you are sure that this is not an attack, revoke this app\'s registration in OpenKeychain and then register the app again. -- cgit v1.2.3 From c54fe21f44f118c59874fe97b662b3faea6ebc48 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 16 Aug 2014 05:13:09 +0200 Subject: modifySecretKey: err out on revocation of nonexistent user id --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6f77be78f..5eb594163 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -639,6 +639,7 @@ No key ID. This is an internal error, please file a bug report! Internal error, integrity check failed! Bad primary user id specified! + Bad user id for revocation specified! Revoked user ids cannot be primary! PGP internal exception! Signature exception! -- cgit v1.2.3 From 1fa77d57d2bb0e82291364a046ddce0e17fa393f Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 16 Aug 2014 05:15:12 +0200 Subject: modifySecretKey: err out on "use previous" expiry date for (sub)key creation --- OpenKeychain/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 5eb594163..f603663e8 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -627,6 +627,7 @@ No master key options specified! Keyrings must be created with at least one user id! Master key must have certify flag! + Expiry time cannot be "same as before" on key creation. This is a programming error, please file a bug report! Key size must be greater or equal 512! Internal PGP error! Bad algorithm choice! @@ -641,6 +642,7 @@ Bad primary user id specified! Bad user id for revocation specified! Revoked user ids cannot be primary! + Expiry time cannot be "same as before" on subkey creation. This is a programming error, please file a bug report! PGP internal exception! Signature exception! Changing passphrase -- cgit v1.2.3 From a943bebfdf063700c01170ea264e342283e5d6b3 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 16 Aug 2014 06:24:40 +0200 Subject: support for master key modifications, among other stuff --- OpenKeychain/src/main/res/values-es/strings.xml | 2 +- OpenKeychain/src/main/res/values-fr/strings.xml | 2 +- OpenKeychain/src/main/res/values-it/strings.xml | 2 +- OpenKeychain/src/main/res/values-ja/strings.xml | 2 +- OpenKeychain/src/main/res/values-ru/strings.xml | 2 +- OpenKeychain/src/main/res/values/strings.xml | 4 +++- 6 files changed, 8 insertions(+), 6 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 8b8af788d..0bd3a48c5 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -588,7 +588,7 @@ ¡Intentó operar sobre una subclave ausente %s! Generando nueva subclave %2$s de %1$s bits Nueva identidad de subclave: %s - ¡La fecha de expiración no puede ser del pasado! + ¡La fecha de expiración no puede ser del pasado! Revocando subclave %s Juego de claves modificado con éxito Añadiendo identidad de usuario %s diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 35e4c5766..3f570d144 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -588,7 +588,7 @@ Une action a été tentée sur la sous-clef manquante %s ! Génération d\'une nouvelle sous-clef %2$s de %1$s bit ID de la nouvelle sous-clef : %s - La date d\'expiration ne peut pas être dans le passé ! + La date d\'expiration ne peut pas être dans le passé ! Révocation de la sous-clef %s Trousseau modifié avec succès Ajout de l\'ID d\'utilisateur %s diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 2a5131bcf..590532d4d 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -528,7 +528,7 @@ Tentativo di operare su sottochiave mancante %s! Generazione nuovi %1$s bit %2$s sottochiave Nuovo ID sottochiave: %s - La data di scadenza non può essere passata! + La data di scadenza non può essere passata! Revoca sottochiave %s Portachiavi modificato con successo Aggiunta id utente %s diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index f0cb9d47b..6794deba9 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -574,7 +574,7 @@ 遺失した副鍵 %s の操作をしようとした! 新しい %1$s ビットの %2$s 副鍵の生成中 新しい副鍵 ID: %s - 期限切れ日を過去にはできません! + 期限切れ日を過去にはできません! 副鍵 %s を破棄中 鍵輪の変更に成功 ユーザID %s を追加中 diff --git a/OpenKeychain/src/main/res/values-ru/strings.xml b/OpenKeychain/src/main/res/values-ru/strings.xml index 4f32bea3a..2ac766466 100644 --- a/OpenKeychain/src/main/res/values-ru/strings.xml +++ b/OpenKeychain/src/main/res/values-ru/strings.xml @@ -384,7 +384,7 @@ Внутренняя ошибка PGP! Ошибка подписи! Изменение пароля - Срок годности не может быть в прошлом! + Срок годности не может быть в прошлом! Связка успешно изменена Добавление id %s Изменение основного uid на %s diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index f603663e8..8aa10943d 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -639,12 +639,14 @@ Actual key fingerprint does not match the expected one! No key ID. This is an internal error, please file a bug report! Internal error, integrity check failed! + No master certificate found to modify! Bad primary user id specified! Bad user id for revocation specified! Revoked user ids cannot be primary! Expiry time cannot be "same as before" on subkey creation. This is a programming error, please file a bug report! PGP internal exception! Signature exception! + Modifying master certifications Changing passphrase Replacing certificate of previous primary user id Generating new certificate for new primary user id @@ -652,7 +654,7 @@ Tried to operate on missing subkey %s! Generating new %1$s bit %2$s subkey New subkey ID: %s - Expiry date cannot be in the past! + Expiry date cannot be in the past! Revoking subkey %s Keyring successfully modified Adding user id %s -- cgit v1.2.3 From de0d95432e40b9ed436c3509364ba49d2e487723 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 16 Aug 2014 06:40:03 +0200 Subject: typed expected failures and a couple minor things --- OpenKeychain/src/main/res/values-cs/strings.xml | 1 - OpenKeychain/src/main/res/values-de/strings.xml | 1 - OpenKeychain/src/main/res/values-es/strings.xml | 3 +-- OpenKeychain/src/main/res/values-fr/strings.xml | 3 +-- OpenKeychain/src/main/res/values-it/strings.xml | 3 +-- OpenKeychain/src/main/res/values-ja/strings.xml | 3 +-- OpenKeychain/src/main/res/values-nl/strings.xml | 1 - OpenKeychain/src/main/res/values-pl/strings.xml | 1 - OpenKeychain/src/main/res/values-ru/strings.xml | 1 - OpenKeychain/src/main/res/values-sl/strings.xml | 1 - OpenKeychain/src/main/res/values-uk/strings.xml | 1 - OpenKeychain/src/main/res/values/strings.xml | 4 ++-- 12 files changed, 6 insertions(+), 17 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-cs/strings.xml b/OpenKeychain/src/main/res/values-cs/strings.xml index dd4d41650..c9e7875d8 100644 --- a/OpenKeychain/src/main/res/values-cs/strings.xml +++ b/OpenKeychain/src/main/res/values-cs/strings.xml @@ -62,7 +62,6 @@ Cache hesel Komprimovat zprávu Komprimovat soubor - Vynutit staré OpenPGPv3 podpisy ID klíče Vytvořeno Expirace diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index 74282fd29..18e6cf585 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -94,7 +94,6 @@ Passwort-Cache Nachrichten-Komprimierung Datei-Komprimierung - Erzwinge alte OpenPGPv3-Signaturen Schlüsselserver Schlüssel-ID Erstellungsdatum diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 0bd3a48c5..1770ec896 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -97,7 +97,6 @@ Caché de frase de contraseña Compresión de mensaje Compresión de archivo - Forzar firmas OpenPGPv3 antiguas Servidores de claves ID de clave Creación @@ -585,7 +584,7 @@ Reemplazando certificado de la anterior identidad de usuario primaria Generando nuevo certificado para nueva identidad de usuario primaria Modificando subclave %s - ¡Intentó operar sobre una subclave ausente %s! + ¡Intentó operar sobre una subclave ausente %s! Generando nueva subclave %2$s de %1$s bits Nueva identidad de subclave: %s ¡La fecha de expiración no puede ser del pasado! diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 3f570d144..3b356fd18 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -97,7 +97,6 @@ Cache de la phrase de passe Compression des messages Compression des fichiers - Forcer les anciennes signatures OpenPGP v3 Serveurs de clefs ID de le clef Création @@ -585,7 +584,7 @@ Remplacement du certificat de l\'ID d\'utilisateur principal précédent Génération d\'un nouveau certificat pour le nouvel ID d\'utilisateur principal Modification de la sous-clef %s - Une action a été tentée sur la sous-clef manquante %s ! + Une action a été tentée sur la sous-clef manquante %s ! Génération d\'une nouvelle sous-clef %2$s de %1$s bit ID de la nouvelle sous-clef : %s La date d\'expiration ne peut pas être dans le passé ! diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 590532d4d..33bb4ce9d 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -77,7 +77,6 @@ Cache Frase di Accesso Compressione Messaggio Compressione File - Forza vecchie Firme OpenPGPv3 Server Chiavi ID Chiave Creazione @@ -525,7 +524,7 @@ Sostituzione certificato del ID utente primario precedente Generazione di un nuovo certificato per il nuovo ID utente primario Modifica sottochiave %s - Tentativo di operare su sottochiave mancante %s! + Tentativo di operare su sottochiave mancante %s! Generazione nuovi %1$s bit %2$s sottochiave Nuovo ID sottochiave: %s La data di scadenza non può essere passata! diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index 6794deba9..deb7715e1 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -97,7 +97,6 @@ パスフレーズキャッシュ メッセージの圧縮 ファイルの圧縮 - 強制的に古いOpenPGPV3形式の署名にする 鍵サーバ 鍵ID 生成 @@ -571,7 +570,7 @@ 以前の主ユーザIDで証明を入れ替え中 新しい主ユーザIDで新しい証明を生成中 副鍵 %s を変更中 - 遺失した副鍵 %s の操作をしようとした! + 遺失した副鍵 %s の操作をしようとした! 新しい %1$s ビットの %2$s 副鍵の生成中 新しい副鍵 ID: %s 期限切れ日を過去にはできません! diff --git a/OpenKeychain/src/main/res/values-nl/strings.xml b/OpenKeychain/src/main/res/values-nl/strings.xml index f225e204a..a49a51671 100644 --- a/OpenKeychain/src/main/res/values-nl/strings.xml +++ b/OpenKeychain/src/main/res/values-nl/strings.xml @@ -71,7 +71,6 @@ Wachtwoordcache Berichtcompressie Bestandscompressie - Forceer oude OpenPGPv3 Handtekeningen Sleutelservers Sleutel-id Aanmaak diff --git a/OpenKeychain/src/main/res/values-pl/strings.xml b/OpenKeychain/src/main/res/values-pl/strings.xml index a4a66e30c..7b12653c6 100644 --- a/OpenKeychain/src/main/res/values-pl/strings.xml +++ b/OpenKeychain/src/main/res/values-pl/strings.xml @@ -59,7 +59,6 @@ Bufor haseł Kompresja wiadomości Kompresja plików - Wymuś stare podpisy OpenPGPv3 Serwery kluczy Identyfikator klucza Utworzenia diff --git a/OpenKeychain/src/main/res/values-ru/strings.xml b/OpenKeychain/src/main/res/values-ru/strings.xml index 2ac766466..1b2aa7dc6 100644 --- a/OpenKeychain/src/main/res/values-ru/strings.xml +++ b/OpenKeychain/src/main/res/values-ru/strings.xml @@ -74,7 +74,6 @@ Помнить пароль Сжатие сообщения Сжатие файла - Использовать OpenPGPv3 подписи (устар.) Серверы ключей ID ключа Создан diff --git a/OpenKeychain/src/main/res/values-sl/strings.xml b/OpenKeychain/src/main/res/values-sl/strings.xml index 0de5e97ea..e98e207b5 100644 --- a/OpenKeychain/src/main/res/values-sl/strings.xml +++ b/OpenKeychain/src/main/res/values-sl/strings.xml @@ -74,7 +74,6 @@ Hranjenje gesla v spominu Stiskanje sporočil Stiskanje datotek - Vsili stare podpise OpenPGPv3 Strežniki ID ključa Ustvarjanje diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml index 7a4c79ddb..401b8ae83 100644 --- a/OpenKeychain/src/main/res/values-uk/strings.xml +++ b/OpenKeychain/src/main/res/values-uk/strings.xml @@ -74,7 +74,6 @@ Кеш парольної фрази Стиснення повідомлення Стиснення файлу - Примусово старі підписи OpenPGPv3 Сервери ключів ІД ключа Створення diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 8aa10943d..f6c208ca0 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -639,7 +639,7 @@ Actual key fingerprint does not match the expected one! No key ID. This is an internal error, please file a bug report! Internal error, integrity check failed! - No master certificate found to modify! + No master certificate found to operate on! (All revoked?) Bad primary user id specified! Bad user id for revocation specified! Revoked user ids cannot be primary! @@ -651,7 +651,7 @@ Replacing certificate of previous primary user id Generating new certificate for new primary user id Modifying subkey %s - Tried to operate on missing subkey %s! + Tried to operate on missing subkey %s! Generating new %1$s bit %2$s subkey New subkey ID: %s Expiry date cannot be in the past! -- cgit v1.2.3 From c00343d516f1afc2d4e062d30eba07689fc3092a Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 16 Aug 2014 21:04:43 +0200 Subject: modify*Key: improve handling of passphrase modification (add tests, too) --- OpenKeychain/src/main/res/values/strings.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index f6c208ca0..5259336ec 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -644,10 +644,14 @@ Bad user id for revocation specified! Revoked user ids cannot be primary! Expiry time cannot be "same as before" on subkey creation. This is a programming error, please file a bug report! + Fatal error decrypting master key! This is likely a programming error, please file a bug report! PGP internal exception! Signature exception! Modifying master certifications - Changing passphrase + Changing passphrase for keyring… + Changing passphrase for subkey %s + Setting new passphrase failed, trying again with empty old passphrase + Passphrase for subkey could not be changed! (Does it have a different one from the other keys?) Replacing certificate of previous primary user id Generating new certificate for new primary user id Modifying subkey %s -- cgit v1.2.3 From 14290c3ce9a1cfcf2b45c47198ba44737bd5d996 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 17 Aug 2014 03:29:03 +0200 Subject: consolidate: working implementation, lacking ui --- OpenKeychain/src/main/res/menu/key_list.xml | 6 ++++++ OpenKeychain/src/main/res/values/strings.xml | 15 +++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/menu/key_list.xml b/OpenKeychain/src/main/res/menu/key_list.xml index 056dd5986..6e571243d 100644 --- a/OpenKeychain/src/main/res/menu/key_list.xml +++ b/OpenKeychain/src/main/res/menu/key_list.xml @@ -31,6 +31,12 @@ app:showAsAction="never" android:title="@string/menu_import_existing_key" /> + + Error unlocking keyring! Unlocking keyring + + Consolidating database + Saving secret keyrings + Saving public keyrings + Clearing database + + Reimporting one secret key + Reimporting %d secret keys + + + Reimporting one public key + Reimporting %d public keys + + Successfully consolidated database + Click to clear cached passphrases OpenKeychain has cached %d passphrases -- cgit v1.2.3 From 3cc57a092a7ba59390b2d892db028cc1990cdbd1 Mon Sep 17 00:00:00 2001 From: mar-v-in Date: Sun, 17 Aug 2014 11:07:34 +0200 Subject: Remove NoSwipeWrapContentViewPager --- OpenKeychain/src/main/res/layout/encrypt_content.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/encrypt_content.xml b/OpenKeychain/src/main/res/layout/encrypt_content.xml index e5edc6657..d029e7b83 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_content.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_content.xml @@ -9,13 +9,11 @@ - - - + android:layout_height="wrap_content" + android:orientation="vertical" /> Date: Mon, 18 Aug 2014 11:02:41 +0200 Subject: Fixes for expiry UI --- OpenKeychain/src/main/res/layout/edit_subkey_expiry_dialog.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/edit_subkey_expiry_dialog.xml b/OpenKeychain/src/main/res/layout/edit_subkey_expiry_dialog.xml index 062f07863..8a713115e 100644 --- a/OpenKeychain/src/main/res/layout/edit_subkey_expiry_dialog.xml +++ b/OpenKeychain/src/main/res/layout/edit_subkey_expiry_dialog.xml @@ -4,6 +4,16 @@ android:layout_width="match_parent" android:layout_height="match_parent"> + + Date: Mon, 18 Aug 2014 11:13:52 +0200 Subject: Add subkey: at least one flag should be selected! --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 51053754e..7a4f41969 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -457,6 +457,7 @@ Revoke Subkey new + Please select at least one flag! Upload key to keyserver -- cgit v1.2.3 From 638c29792d38dc48581c22ef4f89ef5780dad0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 19 Aug 2014 09:52:15 +0200 Subject: Header for certs view --- .../src/main/res/layout/view_key_activity.xml | 10 ++--- .../main/res/layout/view_key_certs_fragment.xml | 51 ++++++++++++++-------- OpenKeychain/src/main/res/values/strings.xml | 1 + 3 files changed, 39 insertions(+), 23 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/view_key_activity.xml b/OpenKeychain/src/main/res/layout/view_key_activity.xml index b15a73c0e..451eb30ee 100644 --- a/OpenKeychain/src/main/res/layout/view_key_activity.xml +++ b/OpenKeychain/src/main/res/layout/view_key_activity.xml @@ -4,7 +4,7 @@ android:layout_height="match_parent" android:orientation="vertical"> - + + android:layout_height="wrap_content" /> + android:layout_marginLeft="8dp" /> diff --git a/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml index 00b3f85c5..0b63abbb1 100644 --- a/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml +++ b/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml @@ -1,24 +1,39 @@ - - - + android:layout_height="match_parent" + android:orientation="vertical"> + android:text="@string/certs_text" /> + + + + + + + + + + - diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 7a4f41969..8d57f6f2e 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -698,6 +698,7 @@ Identity <unknown> No certificates for this key + Only certificates created with your keys and self-certificates are displayed here. Identities to certify Revocation Reason Verification Status -- cgit v1.2.3 From c1a265bfd17c6cb2fdc83403bcda6bb875c70e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 19 Aug 2014 10:01:31 +0200 Subject: certs header design --- .../src/main/res/layout/view_key_certs_fragment.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml index 0b63abbb1..1cf826b30 100644 --- a/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml +++ b/OpenKeychain/src/main/res/layout/view_key_certs_fragment.xml @@ -4,11 +4,19 @@ android:orientation="vertical"> + android:textAppearance="?android:attr/textAppearanceSmall" + android:text="@string/certs_text" + android:gravity="center_horizontal" /> + + Date: Tue, 19 Aug 2014 15:45:42 +0200 Subject: consolidate: split into two steps, can pick up at second step if anything fails --- OpenKeychain/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 8d57f6f2e..e506bf488 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -302,6 +302,8 @@ verifying integrity… deleting \'%s\' securely… + reimporting database… + Name/Email/Key ID… Name/Email/Proof/Key… @@ -671,6 +673,7 @@ Consolidating database + Consolidation started while no database was cached! This is probably a programming error, please file a bug report. Saving secret keyrings Saving public keyrings Clearing database -- cgit v1.2.3 From 5f8bbab5694bfe1e1c45205b075481d696f34738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 19 Aug 2014 16:31:51 +0200 Subject: Scroll fixes for certify activity --- OpenKeychain/src/main/res/layout/certify_key_activity.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/certify_key_activity.xml b/OpenKeychain/src/main/res/layout/certify_key_activity.xml index bce194438..9796a6ddc 100644 --- a/OpenKeychain/src/main/res/layout/certify_key_activity.xml +++ b/OpenKeychain/src/main/res/layout/certify_key_activity.xml @@ -1,6 +1,5 @@ @@ -8,6 +7,7 @@ @@ -27,9 +27,9 @@ android:text="@string/section_certification_key" /> + android:id="@+id/certify_key_spinner" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + android:layout_height="wrap_content" /> - -- cgit v1.2.3 From 9930ab7f6ff9400d6e3aa36ce06c663ce09be633 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 19 Aug 2014 16:53:44 +0200 Subject: consolidate: a lot more log output, better recovery --- OpenKeychain/src/main/res/values/strings.xml | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index e506bf488..c00449f8e 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -677,15 +677,33 @@ Saving secret keyrings Saving public keyrings Clearing database - - Reimporting one secret key - Reimporting %d secret keys + Successfully consolidated database + Entering critical phase + Leaving critical phase + Deleting public keyring cache file + Deleting secret keyring cache file + Error opening database! + IO error writing public keys to cache! + IO error writing secret keys to cache! + Error reimporting public keys! + Error reimporting secret keys! + + Recovering consolidation with one secret and %s public keys + Recovering consolidation with %d secret and %s public keys + Recovering from unknown state Reimporting one public key - Reimporting %d public keys + Reimporting %d public keys - Successfully consolidated database + No public keys to reimport, skipping… + + Reimporting one secret key + Reimporting %d secret keys + + No secret keys to reimport, skipping… + Exception deleting public cache file + Exception deleting public cache file Click to clear cached passphrases -- cgit v1.2.3 From 16ab7610061726110f917533348f4c37a0690321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 19 Aug 2014 18:12:19 +0200 Subject: Fix strings --- OpenKeychain/src/main/res/values/strings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index c00449f8e..1bd412d4d 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -688,18 +688,18 @@ Error reimporting public keys! Error reimporting secret keys! - Recovering consolidation with one secret and %s public keys - Recovering consolidation with %d secret and %s public keys + Recovering consolidation with %1$d secret and %2$d public keys + Recovering consolidation with %1$d secret and %2$d public keys Recovering from unknown state Reimporting one public key - Reimporting %d public keys + Reimporting %d public keys No public keys to reimport, skipping… Reimporting one secret key - Reimporting %d secret keys + Reimporting %d secret keys No secret keys to reimport, skipping… Exception deleting public cache file -- cgit v1.2.3 From 70426041dfb828c7117b05fd25ae6d077fdd501e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 20 Aug 2014 11:09:41 +0200 Subject: Pull from transifex --- .../src/main/res/raw-cs/help_nfc_beam.html | 10 +- OpenKeychain/src/main/res/raw-cs/help_start.html | 22 +-- OpenKeychain/src/main/res/raw-cs/help_wot.html | 2 +- .../src/main/res/raw-cs/nfc_beam_share.html | 8 +- OpenKeychain/src/main/res/raw-de/help_start.html | 6 +- .../src/main/res/raw-es/help_changelog.html | 140 ++++++------- .../src/main/res/raw-fr/help_changelog.html | 6 +- .../src/main/res/raw-it/help_changelog.html | 170 ++++++++-------- .../src/main/res/raw-ja/help_changelog.html | 4 +- OpenKeychain/src/main/res/raw-pt/help_about.html | 54 +++++ .../src/main/res/raw-pt/help_changelog.html | 170 ++++++++++++++++ .../src/main/res/raw-pt/help_nfc_beam.html | 12 ++ OpenKeychain/src/main/res/raw-pt/help_start.html | 22 +++ OpenKeychain/src/main/res/raw-pt/help_wot.html | 17 ++ .../src/main/res/raw-pt/nfc_beam_share.html | 11 ++ OpenKeychain/src/main/res/raw-uk/help_about.html | 20 +- .../src/main/res/raw-uk/help_changelog.html | 170 ++++++++-------- OpenKeychain/src/main/res/values-cs/strings.xml | 124 +++++++++++- OpenKeychain/src/main/res/values-de/strings.xml | 42 +++- OpenKeychain/src/main/res/values-es/strings.xml | 55 +++++- OpenKeychain/src/main/res/values-et/strings.xml | 1 + OpenKeychain/src/main/res/values-fr/strings.xml | 65 ++++-- OpenKeychain/src/main/res/values-it/strings.xml | 84 +++++++- OpenKeychain/src/main/res/values-ja/strings.xml | 47 ++++- OpenKeychain/src/main/res/values-nl/strings.xml | 3 +- OpenKeychain/src/main/res/values-pl/strings.xml | 1 + OpenKeychain/src/main/res/values-pt/strings.xml | 44 +++++ OpenKeychain/src/main/res/values-ru/strings.xml | 6 +- OpenKeychain/src/main/res/values-sl/strings.xml | 5 +- OpenKeychain/src/main/res/values-tr/strings.xml | 1 + OpenKeychain/src/main/res/values-uk/strings.xml | 218 ++++++++++++++++++++- OpenKeychain/src/main/res/values-zh/strings.xml | 1 + 32 files changed, 1203 insertions(+), 338 deletions(-) create mode 100644 OpenKeychain/src/main/res/raw-pt/help_about.html create mode 100644 OpenKeychain/src/main/res/raw-pt/help_changelog.html create mode 100644 OpenKeychain/src/main/res/raw-pt/help_nfc_beam.html create mode 100644 OpenKeychain/src/main/res/raw-pt/help_start.html create mode 100644 OpenKeychain/src/main/res/raw-pt/help_wot.html create mode 100644 OpenKeychain/src/main/res/raw-pt/nfc_beam_share.html create mode 100644 OpenKeychain/src/main/res/values-pt/strings.xml (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/raw-cs/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-cs/help_nfc_beam.html index 88492731c..d691df871 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_nfc_beam.html +++ b/OpenKeychain/src/main/res/raw-cs/help_nfc_beam.html @@ -1,12 +1,12 @@ -

How to receive keys

+

Jak přijmout klíče

    -
  1. Go to your partners contacts and open the contact you want to share.
  2. -
  3. Hold the two devices back to back (they have to be almost touching) and you’ll feel a vibration.
  4. -
  5. After it vibrates you’ll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.
  6. -
  7. Tap the card and the content will then load on the your device.
  8. +
  9. Navigujte na kontakt vašeho partnera a otevřete ten který chcete sdílet.
  10. +
  11. Podržte dvě zařízení zády k sobě (musí se téměř dotýkat) a ucítíte vibraci.
  12. +
  13. Po tom co ucítíte vibraci, uvidíte že se obsah na displeji zařízení vašeho partnera změní na objekt typu karta s animací na pozadí připomínající rychlost warpu ze Star Treku.
  14. +
  15. Tapněte na kartu a obsach se nahraje do zařízení.
diff --git a/OpenKeychain/src/main/res/raw-cs/help_start.html b/OpenKeychain/src/main/res/raw-cs/help_start.html index 51a76c01e..eaffc2389 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_start.html +++ b/OpenKeychain/src/main/res/raw-cs/help_start.html @@ -1,22 +1,22 @@ -

Getting started

-

First you need a personal secret key. Create one via the option menus in "Keys" or import existing secret keys. Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.

+

Začínáme

+

Nejprve potřebujete osobní tajný klíč. Vytvořte si ho pomocí volby v menu v sekci "Klíče" nebo importujte existující tajné klíče. Následně můžete stáhnout klíče vašich známých nebo si je vyměnit pomocí QR kódu případně NFC.

-

It is recommended that you install OI File Manager for enhanced file selection and Barcode Scanner to scan generated QR Codes. Clicking on the links will open Google Play Store or F-Droid for installation.

+

Doporučujeme instalaci OI File Manager pro zlepšení práce se soubory a Barcode Scanner pro skenování generovaných QR kódů. Kliknutí na odkazy otevře Google Play Store nebo F-Droid odkud můžete začít installovat.

-

Applications

-

Several applications support OpenKeychain to encrypt/sign your private communication:

K-9 Mail: OpenKeychain support available in current alpha build!

Conversations
: Jabber/XMPP client

PGPAuth
: App to send a PGP-signed request to a server to open or close something, e.g. a door

+

Aplikace

+

Několik aplikací umožňuje šifrovat/podepsat privátní komunikaci pomocí OpenKeychain:

K-9 Mail: podpora OpenKeychain v aktualní verzi alpha build!

Konverzace
: Jabber/XMPP client

PGPAuth
: Appka sloužící k odesílání požadavků podepsaných PGP na servery pro otevření nebo zavření něčeho, třeba dveří

-

I found a bug in OpenKeychain!

-

Please report the bug using the issue tracker of OpenKeychain.

+

Našel jsem bug v OpenChain!

+

Reportujte chyby pomocí issue trackeru OpenKeychain.

-

Contribute

-

If you want to help us developing OpenKeychain by contributing code follow our small guide on Github.

+

Přispět

+

Pokud chcete pomoci vyvýjet OpenKeychain tak, že přispějete svými kodérskými schopnostmi přečtěte si naší malou příručku na Githubu.

-

Translations

-

Help translating OpenKeychain! Everybody can participate at OpenKeychain on Transifex.

+

Překlady

+

Pomozte s překladem OpenKeychain! Každý může participovat na OpenKeychain na Transifexu

diff --git a/OpenKeychain/src/main/res/raw-cs/help_wot.html b/OpenKeychain/src/main/res/raw-cs/help_wot.html index 29790139b..30288f2bb 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_wot.html +++ b/OpenKeychain/src/main/res/raw-cs/help_wot.html @@ -1,7 +1,7 @@ -

Web of Trust

+

Síť důvěry

The Web of Trust describes the part of PGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.

Support in OpenKeychain

diff --git a/OpenKeychain/src/main/res/raw-cs/nfc_beam_share.html b/OpenKeychain/src/main/res/raw-cs/nfc_beam_share.html index 083e055c7..09128be62 100644 --- a/OpenKeychain/src/main/res/raw-cs/nfc_beam_share.html +++ b/OpenKeychain/src/main/res/raw-cs/nfc_beam_share.html @@ -2,10 +2,10 @@
    -
  1. Make sure that NFC is turned on in Settings > More > NFC and make sure that Android Beam is also on in the same section.
  2. -
  3. Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.
  4. -
  5. 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.
  6. -
  7. Tap the card and the content will then load on the other person’s device.
  8. +
  9. Ujistěte se, že NFC je zapnuto v Nastavení > Další > NFC a ujistěte se, že Android Beam ve stejné sekci je také zapnutý.
  10. +
  11. Podržte dvě zařízení zády k sobě (musí se téměř dotýkat) a ucítíte vibraci.
  12. +
  13. Po tom co ucítíte vibraci, uvidíte že se obsah na displeji zařízení vašeho partnera změní na objekt typu karta s animací na pozadí připomínající rychlost warpu ze Star Treku.
  14. +
  15. Tapněte na kartu a obsach se nahraje do zařízení.
diff --git a/OpenKeychain/src/main/res/raw-de/help_start.html b/OpenKeychain/src/main/res/raw-de/help_start.html index dfff2bc03..0764c9ebb 100644 --- a/OpenKeychain/src/main/res/raw-de/help_start.html +++ b/OpenKeychain/src/main/res/raw-de/help_start.html @@ -1,7 +1,7 @@ -

Los gehts

+

Los geht's

Zuerst benötigen Sie einen privaten Schlüssel. Erstellen Sie einen Schlüssel über den Eintrag "Schlüssel" im Menu oder importieren Sie bestehende private Schlüssel. Anschließend können Sie die Schlüssel ihrer Freunde runterladen oder Sie über QR-Codes oder NFC austauschen.

Es wird empfohlen, dass Sie den OI File Manager für ein verbessertes Dateihandling installieren, sowie den Barcode Scanner installieren um erstellte QR-Codes zu scannen. Die Links führen entweder zu Google Play oder zu F-Droid zur Installation.

@@ -13,10 +13,10 @@

Bitte berichten Sie Bugs mithilfe des Issue Trackers der OpenKeychain.

Unterstützen

-

Wenn Sie uns bei der Entwickelung von OpenKeychain durch das Beisteuern von Code helfen wollt, schaut euch unsere kurze Anleitung auf Github an.

+

Wenn Sie uns bei der Entwickelung von OpenKeychain durch das Beisteuern von Code helfen wollen, schauen Sie unsere kurze Anleitung auf Github an.

Übersetzungen

-

Hilf mit OpenKeychain zu übersetzten! Jeder kann auf OpenKeychain auf Transifex mitmachen.

+

Hilf mit, OpenKeychain zu übersetzten! Jeder kann auf OpenKeychain auf Transifex mitmachen.

diff --git a/OpenKeychain/src/main/res/raw-es/help_changelog.html b/OpenKeychain/src/main/res/raw-es/help_changelog.html index a6b2d269d..0530f3999 100644 --- a/OpenKeychain/src/main/res/raw-es/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-es/help_changelog.html @@ -7,7 +7,7 @@
  • Edición de clave: Tremendo nuevo diseño, revocación de clave
  • Importación de clave: Impresionante nuevo diseño, conexiones seguras al servidor de claves vía hkps, el servidor de claves resuelve mediante registros DNS SRV
  • Nueva pantalla de primer inicio
  • -
  • Nueva pantalla de creación de clave: Autocompletado del nombre y correo electrónico basado en sus cuentas Android personales
  • +
  • Nueva pantalla de creación: autocompletado de nombre y correo electrónico basado en sus cuentas de Android personales
  • Cifrado de fichero: Pasmante nuevo diseño, soporte para cifrar múltiples ficheros.
  • Nuevos iconos para mostrar el estado de la clave (por Brennan Novak)
  • Importante reparacion de fallo: Ahora es posible la importación de grandes colecciones de claves desde un fichero
  • @@ -33,13 +33,13 @@
  • Soporte para claves secretas parciales de GnuPG (gracias a Vincent Breitmoser)
  • Nuevo diseño para verificación de firma
  • Tamaño de clave personalizado (gracias a Greg Witczak)
  • -
  • Fix share-functionality from other apps
  • +
  • Repara la funcionalidad de compartido desde otras aplicaciones
  • 2.5

      -
    • Fix decryption of symmetric pgp messages/files
    • -
    • Refactored edit key screen (thanks to Ash Hughes)
    • -
    • New modern design for encrypt/decrypt screens
    • +
    • Repara el descifrado de mensajes/ficheros pgp simétricos
    • +
    • Pantalla de edición de clave refactorizada (gracias a Ash Hughes)
    • +
    • Nuevo diseño moderno para pantallas de cifrado/descifrado
    • OpenPGP API versión 3 (múltiples cuentas API, reparaciones internas, comprobación de claves)

    2.4

    @@ -47,45 +47,45 @@ Además de varios parches pequeños, un notable número de correcciones fueron hechas por las siguientes personas (en orden alfabético): Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.

      -
    • New unified key list
    • -
    • Colorized key fingerprint
    • -
    • Support for keyserver ports
    • -
    • Deactivate possibility to generate weak keys
    • -
    • Much more internal work on the API
    • -
    • Certify user ids
    • -
    • Keyserver query based on machine-readable output
    • -
    • Lock navigation drawer on tablets
    • -
    • Suggestions for emails on creation of keys
    • -
    • Search in public key lists
    • -
    • And much more improvements and fixes…
    • +
    • Nueva lista unificada de claves
    • +
    • Huella de validación de clave coloreada
    • +
    • Soporte para puertos de servidores de claves
    • +
    • Desactiva la posibilidad de generar claves débiles.
    • +
    • Mucho más trabajo interno en la API
    • +
    • Certifica las identidades de usuario
    • +
    • Petición al servidor de claves basada en salida legible-por-máquina
    • +
    • Cerrar panel lateral de navegación en tabletas
    • +
    • Sugerencias para correos electrónicos al crear claves
    • +
    • Buscar en listas de claves públicas
    • +
    • Añadir muchas más mejoras y reparaciones...

    2.3.1

      -
    • Hotfix for crash when upgrading from old versions
    • +
    • Reparación para fallo al actualizar desde versiones antiguas.

    2.3

      -
    • Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
    • -
    • Fix setting expiry dates on keys (thanks to Ash Hughes)
    • -
    • More internal fixes when editing keys (thanks to Ash Hughes)
    • -
    • Querying keyservers directly from the import screen
    • -
    • Fix layout and dialog style on Android 2.2-3.0
    • -
    • Fix crash on keys with empty user ids
    • -
    • Fix crash and empty lists when coming back from signing screen
    • +
    • Elimina la exportación innecesaria de claves públicas al exportar claves secretas (privadas) (gracias a Ash Hughes)
    • +
    • Repara el establecimiento de fechas de expiración de claves (gracias a Ash Hughes)
    • +
    • Más reparaciones internas al editar claves (gracias a Ash Hughes)
    • +
    • Realización de peticiones a los servidores de claves desde la pantalla de importación
    • +
    • Repara la disposición y el estilo del cuadro de diálogo en Android 2.2-3.0
    • +
    • Repara fallos en claves con identidades de usuario vacías
    • +
    • Repara fallos y listas vacías al volver desde la pantalla de firmado
    • Bouncy Castle (librería criptográfica) actualizada de 1.47 a 1.50 y compilada desde la fuente
    • -
    • Fix upload of key from signing screen
    • +
    • Repara la subida de clave desde la pantalla de firmado

    2.2

      -
    • New design with navigation drawer
    • -
    • New public key list design
    • -
    • New public key view
    • -
    • Bug fixes for importing of keys
    • -
    • Key cross-certification (thanks to Ash Hughes)
    • -
    • Handle UTF-8 passwords properly (thanks to Ash Hughes)
    • -
    • First version with new languages (thanks to the contributors on Transifex)
    • -
    • Sharing of keys via QR Codes fixed and improved
    • -
    • Package signature verification for API
    • +
    • Nuevo diseño con panel lateral de navegación
    • +
    • Nuevo diseño de lista de claves públicas
    • +
    • Nueva vista de clave pública
    • +
    • Reparación de fallos para la importación de claves
    • +
    • Certificación-cruzada de clave (gracias a Ash Hughes)
    • +
    • Tratamiento adecuado de contraseñas UTF-8 (gracias a Ash Hughes)
    • +
    • Primera versión nuevos idiomas (gracias a los contribuidores en Transifex)
    • +
    • Compartición de claves mediante códigos QR reparada y mejorada
    • +
    • Verificación de firma de paquetes para la API

    2.1.1

      @@ -93,65 +93,65 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

    2.1

      -
    • Lots of bug fixes
    • -
    • New API for developers
    • +
    • Muchas reparaciones de fallos
    • +
    • Nueva API para desarrolladores
    • corrección del bug PRNG por Google

    2.0

      -
    • Complete redesign
    • -
    • Share public keys via qr codes, nfc beam
    • -
    • Sign keys
    • -
    • Upload keys to server
    • -
    • Fixes import issues
    • -
    • New AIDL API
    • +
    • Rediseño completo
    • +
    • Compartido de claves públicas mediante códigos qr, nfc beam
    • +
    • Firmar claves
    • +
    • Subir claves al servidor
    • +
    • Repara problemas de importación
    • +
    • Nueva API AIDL

    1.0.8

      -
    • Basic keyserver support
    • +
    • Soporte básico de servidor de claves
    • App2sd
    • -
    • More choices for pass phrase cache: 1, 2, 4, 8, hours
    • -
    • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
    • -
    • Bugfixes
    • -
    • Optimizations
    • +
    • Más opciones para caché de frase contraseña: 1, 2, 4, 8 horas
    • +
    • Traducciones: noruego (gracias, Sander Danielsen), chino (gracias, Zhang Fredrick)
    • +
    • Reparaciones de fallos
    • +
    • Optimizaciones

    1.0.7

      -
    • Fixed problem with signature verification of texts with trailing newline
    • -
    • More options for pass phrase cache time to live (20, 40, 60 mins)
    • +
    • Reparado un problema con la verificación de firma de textos con una nueva línea al principio
    • +
    • Más opciones para el periodo de vida en caché de la frase contraseña (20, 40, 60 mins)

    1.0.6

      -
    • Account adding crash on Froyo fixed
    • -
    • Secure file deletion
    • -
    • Option to delete key file after import
    • -
    • Stream encryption/decryption (gallery, etc.)
    • -
    • New options (language, force v3 signatures)
    • -
    • Interface changes
    • -
    • Bugfixes
    • +
    • Reparado el fallo de la adición de cuenta en Froyo
    • +
    • Borrado seguro de fichero
    • +
    • Opción para borrar fichero de clave después de importar
    • +
    • Cifrado/descifrado del stream (galería, etc.)
    • +
    • Nuevas opciones (idioma, forzar firmas v3)
    • +
    • Cambios en la interfaz
    • +
    • Reparaciones de fallos

    1.0.5

    • traducciones a alemán e italiano
    • -
    • Much smaller package, due to reduced BC sources
    • -
    • New preferences GUI
    • -
    • Layout adjustment for localization
    • -
    • Signature bugfix
    • +
    • Paquete mucho más pequeño, debido a fuentes de codec de bitrate (BC) reducido
    • +
    • Nueva interfaz gráfica (GUI) de prefencias
    • +
    • Ajuste de la disposición para localización
    • +
    • Reparación de firma

    1.0.4

      -
    • Fixed another crash caused by some SDK bug with query builder
    • +
    • Reparado otro fallo causado por algún fallo del kit de desarrollo de software (SDK) con el constructor de peticiones

    1.0.3

      -
    • Fixed crashes during encryption/signing and possibly key export
    • +
    • Reparados fallos durante el cifrado/firmado y posiblemente el exportado de clave

    1.0.2

      -
    • Filterable key lists
    • -
    • Smarter pre-selection of encryption keys
    • -
    • New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
    • -
    • Fixes and additional features (key preselection) for K-9 Mail, new beta build available
    • +
    • Listas de claves filtrables
    • +
    • Pre-selección de claves de cifrado más inteligente
    • +
    • Nuevo objeto Intent que maneja VIEW y SEND (ver y enviar), permite que los ficheros sean cifrados/descifrados fuera de los administradores de ficheros.
    • +
    • Reparaciones y características adicionales (preselección de clave) para K-9 Mail, nueva versión beta disponible

    1.0.1

      @@ -160,11 +160,11 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

      1.0.0

      • integración con K-9 Mail, APG compatible con la compilación beta de K-9 Mail
      • -
      • Support of more file managers (including ASTRO)
      • +
      • Soporte de más administradores de ficheros (incluyendo ASTRO)
      • traducción al esloveno
      • -
      • New database, much faster, less memory usage
      • -
      • Defined Intents and content provider for other apps
      • -
      • Bugfixes
      • +
      • Nueva base de datos, mucho más rápida, menos uso de memoria
      • +
      • Definidos objetos Intent y proveedores de contenido para otras aplicaciones
      • +
      • Reparaciones de fallos
      diff --git a/OpenKeychain/src/main/res/raw-fr/help_changelog.html b/OpenKeychain/src/main/res/raw-fr/help_changelog.html index 43618398d..309d7ce76 100644 --- a/OpenKeychain/src/main/res/raw-fr/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-fr/help_changelog.html @@ -38,7 +38,7 @@

      2.5

      • Correctif - déchiffrement de messages/fichiers pgp symétriques
      • -
      • Nouvel mouture de l'écran de modification des clefs (merci à Ash Hughes)
      • +
      • Écran de modification des clefs remanié (merci à Ash Hughes)
      • Nouvelle conception moderne pour les écrans de chiffrement/déchiffrement
      • API OpenPGP version 3 (comptes multiples d'api, correctifs internes, recherche de clefs)
      @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
      • Prise en charge de base du serveur de clefs
      • App2sd
      • -
      • Plus de choix pour le cache des phrases de passe : 1, 2, 4, 8 heures
      • +
      • Plus de choix pour le cache de la phrase de passe : 1, 2, 4, 8 heures
      • Traductions : norvégien (merci Sander Danielsen), chinois (merci Zhang Fredrick)
      • Correctifs de bogues
      • Optimisations
      • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

        1.0.7

        • Problème corrigé avec la vérification de la signature des textes se terminant par un retour à la ligne
        • -
        • Plus de choix pour la durée de vie de la phrase de passe : (20, 40, 60 min)
        • +
        • Plus de choix pour la durée de vie de la phrase de passe (20, 40, 60 min)

        1.0.6

          diff --git a/OpenKeychain/src/main/res/raw-it/help_changelog.html b/OpenKeychain/src/main/res/raw-it/help_changelog.html index 6b39c43c0..9134bc4a2 100644 --- a/OpenKeychain/src/main/res/raw-it/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-it/help_changelog.html @@ -3,17 +3,17 @@

          2.8

            -
          • So many bugs have been fixed in this release that we focus on the main new features
          • -
          • Key edit: awesome new design, key revocation
          • -
          • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
          • -
          • New first time screen
          • -
          • New create key screen: autocompletion of name and email based on your personal Android accounts
          • -
          • File encryption: awesome new design, support for encrypting multiple files
          • -
          • New icons to show status of key (by Brennan Novak)
          • -
          • Important bug fix: Importing of large key collections from a file is now possible
          • -
          • Notification showing cached passphrases
          • -
          -

          This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

          +
        • Così tanti bug sono stati corretti in questa versione che ci concentriamo sulle principali novità
        • +
        • Modifica chiave: nuovo eccezionale design, revoca chiave
        • +
        • Importa chiave: nuovo eccezionale design, connessioni sicure via keyserver HKPS, risoluzione keyserver tramite record SRV DNS
        • +
        • Nuova schermata di introduzione
        • +
        • Nuova schermata di creazione chiave: autocompletamento di nomi e email basato sui tuoi account personali di Android
        • +
        • Codifica File: nuovo eccezionale design, supporto per codifica di più documenti
        • +
        • Nuove icone per mostrare lo stato delle chiavi (di Brennan Novak)
        • +
        • Correzione bug importante: Importazione di grandi collezioni di chiavi da un file ora è possibile
        • +
        • Notifiche mostrando la frase di accesso nella cache
        • +
        +

        Questo rilascio non sarebbe stato possibile senza il lavoro di Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

        2.7

          @@ -25,21 +25,21 @@

        2.6.1

          -
        • Some fixes for regression bugs
        • +
        • alcune correzioni per i bug di regressione

        2.6

          -
        • Key certifications (thanks to Vincent Breitmoser)
        • -
        • Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
        • -
        • New design for signature verification
        • -
        • Custom key length (thanks to Greg Witczak)
        • -
        • Fix share-functionality from other apps
        • +
        • Certificazioni chiave (grazie a Vincent Breitmoser)
        • +
        • supporto per chiavi segrete parziali GnuPG (grazie a Vincent Breitmoser)
        • +
        • nuovo design per la verifica della firma
        • +
        • lunghezza chiave personalizzata (grazie a Greg Witczak)
        • +
        • fix funzionalità di condivisione da altre app

        2.5

          -
        • Fix decryption of symmetric pgp messages/files
        • -
        • Refactored edit key screen (thanks to Ash Hughes)
        • -
        • New modern design for encrypt/decrypt screens
        • +
        • Corretta la decodifica di messaggi PGP / file simmetrici
        • +
        • Refactoring della schermata di modifica chiave (grazie a Ash Hughes)
        • +
        • Nuovo design moderno per le schermate di codifica / decodifica
        • OpenPGP API versione 3 (api account multipli, correzioni interne, ricerca chiavi)

        2.4

        @@ -47,45 +47,45 @@ Oltre a numerose piccole correzioni, un notevole numero di patch sono state fatte dalle seguenti persone (in ordine alfabetico): Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paolo Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.

          -
        • New unified key list
        • -
        • Colorized key fingerprint
        • -
        • Support for keyserver ports
        • -
        • Deactivate possibility to generate weak keys
        • -
        • Much more internal work on the API
        • -
        • Certify user ids
        • -
        • Keyserver query based on machine-readable output
        • -
        • Lock navigation drawer on tablets
        • -
        • Suggestions for emails on creation of keys
        • -
        • Search in public key lists
        • -
        • And much more improvements and fixes…
        • +
        • Nuova lista chiave unificata
        • +
        • Impronta chiave colorata
        • +
        • Supporto per le porte keyserver
        • +
        • disattivata la possibilità di generare chiavi deboli
        • +
        • Molto più lavoro interno sulle API
        • +
        • Certificazione ID utente
        • +
        • Interrogazione keyserver basate su output leggibile a livello macchina
        • +
        • Blocco del menu di navigazione sui tablet
        • +
        • Suggerimenti per e-mail sulla creazione di chiavi
        • +
        • Ricerca nelle liste di chiavi pubbliche
        • +
        • E molti altri miglioramenti e correzioni ...

        2.3.1

          -
        • Hotfix for crash when upgrading from old versions
        • +
        • Correzione del crash quando si aggiorna da versioni precedenti

        2.3

          -
        • Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
        • -
        • Fix setting expiry dates on keys (thanks to Ash Hughes)
        • -
        • More internal fixes when editing keys (thanks to Ash Hughes)
        • -
        • Querying keyservers directly from the import screen
        • -
        • Fix layout and dialog style on Android 2.2-3.0
        • -
        • Fix crash on keys with empty user ids
        • -
        • Fix crash and empty lists when coming back from signing screen
        • +
        • Rimossa esportazione non necessaria delle chiavi pubbliche quando si esportano le chiavi private (grazie a Ash Hughes)
        • +
        • Corretto impostazione data di scadenza delle chiavi (grazie a Ash Hughes)
        • +
        • Molte altre correzioni interne quando si modificano le chiavi (grazie a Ash Hughes)
        • +
        • Interrogazione server delle chiavi direttamente dalla schermata di importazione
        • +
        • Corretta impaginazione e stile di dialogo su Android 2.2-3.0
        • +
        • Corretto crash su chiavi con id utente vuoto
        • +
        • Corretto crash e liste vuote quando si torna dalla schermata di firma
        • Bouncy Castle (libreria crittografica) aggiornata da 1.47 a 1.50 e compilata da sorgente
        • -
        • Fix upload of key from signing screen
        • +
        • Corretto caricamento delle chiavi dalla schermata di firma

        2.2

          -
        • New design with navigation drawer
        • -
        • New public key list design
        • -
        • New public key view
        • -
        • Bug fixes for importing of keys
        • -
        • Key cross-certification (thanks to Ash Hughes)
        • -
        • Handle UTF-8 passwords properly (thanks to Ash Hughes)
        • -
        • First version with new languages (thanks to the contributors on Transifex)
        • -
        • Sharing of keys via QR Codes fixed and improved
        • -
        • Package signature verification for API
        • +
        • Nuovo design con barra di navigazione
        • +
        • Nuovo design per la lista chiavi pubbliche
        • +
        • Nuova visuale chiavi pubbliche
        • +
        • Correzione bug per importazione chiavi
        • +
        • Chiave certificazione incrociata (grazie a Ash Hughes)
        • +
        • Password UTF-8 gestite correttamente (grazie a Ash Hughes)
        • +
        • Prima versione con nuove lingue (grazie ai contributori su Transifex)
        • +
        • Condivisione di chiavi via Codici QR corretta e migliorata
        • +
        • Verifica firma pacchetto per API

        2.1.1

          @@ -93,65 +93,65 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

        2.1

          -
        • Lots of bug fixes
        • -
        • New API for developers
        • +
        • Molte correzioni di bug
        • +
        • Nuove API per sviluppatori
        • PRNG bug fix by Google

        2.0

          -
        • Complete redesign
        • -
        • Share public keys via qr codes, nfc beam
        • -
        • Sign keys
        • -
        • Upload keys to server
        • -
        • Fixes import issues
        • -
        • New AIDL API
        • +
        • Completo restyle
        • +
        • Condivisione chiavi pubbliche via codici qr, nfc beam
        • +
        • Firma chiavi
        • +
        • Caricamento chiavi sul server
        • +
        • Corrette caratteristiche di importazione
        • +
        • Nuova API AIDL

        1.0.8

          -
        • Basic keyserver support
        • +
        • Supporto base per server delle chiavi
        • App2sd
        • -
        • More choices for pass phrase cache: 1, 2, 4, 8, hours
        • -
        • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
        • -
        • Bugfixes
        • -
        • Optimizations
        • +
        • Aggiunte opzioni per la cache della frase di accesso: 1, 2, 4, 8 ore
        • +
        • Traduzioni: Norvegese (grazie, Sander Danielsen), Cinese (grazie, Zhang Fredrick)
        • +
        • Correzione bug
        • +
        • Ottimizzazioni

        1.0.7

          -
        • Fixed problem with signature verification of texts with trailing newline
        • -
        • More options for pass phrase cache time to live (20, 40, 60 mins)
        • +
        • Corretto problema con la verifica firma di testi con capo finale
        • +
        • Maggiori opzioni per il tempo di mantenimento della cache della frase di accesso (20, 40, 60 minuti)

        1.0.6

          -
        • Account adding crash on Froyo fixed
        • -
        • Secure file deletion
        • -
        • Option to delete key file after import
        • -
        • Stream encryption/decryption (gallery, etc.)
        • -
        • New options (language, force v3 signatures)
        • -
        • Interface changes
        • -
        • Bugfixes
        • +
        • Crash della aggiunta degli account risolto su Froyo
        • +
        • Cancellazione sicura dei file
        • +
        • Opzione per cancellare file delle chiavi dopo l'importazione
        • +
        • Flusso codifica/decodifica (galleria, ecc.)
        • +
        • Nuove opzioni (lingua, forza firme v3)
        • +
        • Cambiamenti interfaccia
        • +
        • Correzione bug

        1.0.5

        • Traduzione Italiana e Tedesca
        • -
        • Much smaller package, due to reduced BC sources
        • -
        • New preferences GUI
        • -
        • Layout adjustment for localization
        • -
        • Signature bugfix
        • +
        • Dimensioni pacchetto ridotte, a causa della riduzione dei sorgenti BC
        • +
        • Nuove preferenze GUI
        • +
        • Regolazione layout per la localizzazione
        • +
        • Correzione bug firma

        1.0.4

          -
        • Fixed another crash caused by some SDK bug with query builder
        • +
        • Corretto altro crash causato da alcuni bug SDK con query builder

        1.0.3

          -
        • Fixed crashes during encryption/signing and possibly key export
        • +
        • Corretto crash durante codifica/firma e possibilita' di esportare chiave

        1.0.2

          -
        • Filterable key lists
        • -
        • Smarter pre-selection of encryption keys
        • -
        • New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
        • -
        • Fixes and additional features (key preselection) for K-9 Mail, new beta build available
        • +
        • Liste chiavi filtrabili
        • +
        • Preselezione di chiavi di codifica intelligente
        • +
        • Nuovo gestore intent per VIEW e SEND, permette la codifica/decodifica file all'infuori di file manager
        • +
        • Caratteristiche corrette e aggiunte (preselezione chiavi) per K-9 Mail. nuova build beta disponibile

        1.0.1

          @@ -160,11 +160,11 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

          1.0.0

          • integrazione K-9 Mail, APG supporto beta build di K-9 Mail
          • -
          • Support of more file managers (including ASTRO)
          • +
          • Supporto per altri file manager (incluso ASTRO)
          • traduzione Slovena
          • -
          • New database, much faster, less memory usage
          • -
          • Defined Intents and content provider for other apps
          • -
          • Bugfixes
          • +
          • Nuovo database, piu' veloce, utilizzo memoria ridotto
          • +
          • Definiti Intent e ContentProvider per le altre app
          • +
          • Correzione bug
          diff --git a/OpenKeychain/src/main/res/raw-ja/help_changelog.html b/OpenKeychain/src/main/res/raw-ja/help_changelog.html index 21f0fa230..207c9d895 100644 --- a/OpenKeychain/src/main/res/raw-ja/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-ja/help_changelog.html @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
          • 鍵サーバの基本サポート
          • App2SD
          • -
          • パスフレーズのキャッシュ時間について1,2,4,8時間の選択肢追加
          • +
          • パスフレーズのキャッシュ時間についての選択肢追加: 1,2,4,8時間
          • 翻訳: ノルウェー語 (ありがとう、Sander Danielsen)、中国語 (ありがとう、Zhang Fredrick) 追加
          • バグ修正
          • 最適化
          • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

            1.0.7

            • 改行を含まないテキストの署名検証問題の修正
            • -
            • パスフレーズのキャッシュ時間 (20,40,60分) のオプション追加
            • +
            • パスフレーズのキャッシュ生存時間 (20,40,60分) のオプション追加

            1.0.6

              diff --git a/OpenKeychain/src/main/res/raw-pt/help_about.html b/OpenKeychain/src/main/res/raw-pt/help_about.html new file mode 100644 index 000000000..f536fecbd --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/help_about.html @@ -0,0 +1,54 @@ + + + +

              http://www.openkeychain.org

              +

              OpenKeychain is an OpenPGP implementation for Android.

              +

              License: GPLv3+

              + +

              Developers

              +
                +
              • Dominik Schürmann (Maintainer)
              • +
              • Art O Cathain
              • +
              • Ash Hughes
              • +
              • Brian C. Barnes
              • +
              • Bahtiar 'kalkin' Gadimov
              • +
              • Daniel Albert
              • +
              • Daniel Hammann
              • +
              • Daniel Haß
              • +
              • Greg Witczak
              • +
              • 'mar-v-in'
              • +
              • Markus Doits
              • +
              • Miroojin Bakshi
              • +
              • Nikhil Peter Raj
              • +
              • Paul Sarbinowski
              • +
              • 'Senecaso'
              • +
              • Sreeram Boyapati
              • +
              • Thialfihar (APG 1.x)
              • +
              • Tim Bray
              • +
              • Vincent Breitmoser
              • +
              +

              Libraries

              + + + diff --git a/OpenKeychain/src/main/res/raw-pt/help_changelog.html b/OpenKeychain/src/main/res/raw-pt/help_changelog.html new file mode 100644 index 000000000..687fd99b9 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/help_changelog.html @@ -0,0 +1,170 @@ + + + +

              2.8

              +
                +
              • So many bugs have been fixed in this release that we focus on the main new features
              • +
              • Key edit: awesome new design, key revocation
              • +
              • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
              • +
              • New first time screen
              • +
              • New key creation screen: autocompletion of name and email based on your personal Android accounts
              • +
              • File encryption: awesome new design, support for encrypting multiple files
              • +
              • New icons to show status of key (by Brennan Novak)
              • +
              • Important bug fix: Importing of large key collections from a file is now possible
              • +
              • Notification showing cached passphrases
              • +
              +

              This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

              + +

              2.7

              +
                +
              • Purple! (Dominik, Vincent)
              • +
              • New key view design (Dominik, Vincent)
              • +
              • New flat Android buttons (Dominik, Vincent)
              • +
              • API fixes (Dominik)
              • +
              • Keybase.io import (Tim Bray)
              • +
              +

              2.6.1

              +
                +
              • Some fixes for regression bugs
              • +
              +

              2.6

              +
                +
              • Key certifications (thanks to Vincent Breitmoser)
              • +
              • Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
              • +
              • New design for signature verification
              • +
              • Custom key length (thanks to Greg Witczak)
              • +
              • Fix share-functionality from other apps
              • +
              +

              2.5

              +
                +
              • Fix decryption of symmetric pgp messages/files
              • +
              • Refactored key edit screen (thanks to Ash Hughes)
              • +
              • New modern design for encrypt/decrypt screens
              • +
              • OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
              • +
              +

              2.4

              +

              Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free! +Besides several small patches, a notable number of patches are made by the following people (in alphabetical order): +Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.

              +
                +
              • New unified key list
              • +
              • Colorized key fingerprint
              • +
              • Support for keyserver ports
              • +
              • Deactivate possibility to generate weak keys
              • +
              • Much more internal work on the API
              • +
              • Certify user ids
              • +
              • Keyserver query based on machine-readable output
              • +
              • Lock navigation drawer on tablets
              • +
              • Suggestions for emails on creation of keys
              • +
              • Search in public key lists
              • +
              • And much more improvements and fixes…
              • +
              +

              2.3.1

              +
                +
              • Hotfix for crash when upgrading from old versions
              • +
              +

              2.3

              +
                +
              • Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
              • +
              • Fix setting expiry dates on keys (thanks to Ash Hughes)
              • +
              • More internal fixes when editing keys (thanks to Ash Hughes)
              • +
              • Querying keyservers directly from the import screen
              • +
              • Fix layout and dialog style on Android 2.2-3.0
              • +
              • Fix crash on keys with empty user ids
              • +
              • Fix crash and empty lists when coming back from signing screen
              • +
              • Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source
              • +
              • Fix upload of key from signing screen
              • +
              +

              2.2

              +
                +
              • New design with navigation drawer
              • +
              • New public key list design
              • +
              • New public key view
              • +
              • Bug fixes for importing of keys
              • +
              • Key cross-certification (thanks to Ash Hughes)
              • +
              • Handle UTF-8 passwords properly (thanks to Ash Hughes)
              • +
              • First version with new languages (thanks to the contributors on Transifex)
              • +
              • Sharing of keys via QR Codes fixed and improved
              • +
              • Package signature verification for API
              • +
              +

              2.1.1

              +
                +
              • API Updates, preparation for K-9 Mail integration
              • +
              +

              2.1

              +
                +
              • Lots of bug fixes
              • +
              • New API for developers
              • +
              • PRNG bug fix by Google
              • +
              +

              2.0

              +
                +
              • Complete redesign
              • +
              • Share public keys via qr codes, nfc beam
              • +
              • Sign keys
              • +
              • Upload keys to server
              • +
              • Fixes import issues
              • +
              • New AIDL API
              • +
              +

              1.0.8

              +
                +
              • Basic keyserver support
              • +
              • App2sd
              • +
              • More choices for passphrase cache: 1, 2, 4, 8, hours
              • +
              • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
              • +
              • Bugfixes
              • +
              • Optimizations
              • +
              +

              1.0.7

              +
                +
              • Fixed problem with signature verification of texts with trailing newline
              • +
              • More options for passphrase cache time to live (20, 40, 60 mins)
              • +
              +

              1.0.6

              +
                +
              • Account adding crash on Froyo fixed
              • +
              • Secure file deletion
              • +
              • Option to delete key file after import
              • +
              • Stream encryption/decryption (gallery, etc.)
              • +
              • New options (language, force v3 signatures)
              • +
              • Interface changes
              • +
              • Bugfixes
              • +
              +

              1.0.5

              +
                +
              • German and Italian translation
              • +
              • Much smaller package, due to reduced BC sources
              • +
              • New preferences GUI
              • +
              • Layout adjustment for localization
              • +
              • Signature bugfix
              • +
              +

              1.0.4

              +
                +
              • Fixed another crash caused by some SDK bug with query builder
              • +
              +

              1.0.3

              +
                +
              • Fixed crashes during encryption/signing and possibly key export
              • +
              +

              1.0.2

              +
                +
              • Filterable key lists
              • +
              • Smarter pre-selection of encryption keys
              • +
              • New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
              • +
              • Fixes and additional features (key preselection) for K-9 Mail, new beta build available
              • +
              +

              1.0.1

              +
                +
              • GMail account listing was broken in 1.0.0, fixed again
              • +
              +

              1.0.0

              +
                +
              • K-9 Mail integration, APG supporting beta build of K-9 Mail
              • +
              • Support of more file managers (including ASTRO)
              • +
              • Slovenian translation
              • +
              • New database, much faster, less memory usage
              • +
              • Defined Intents and content provider for other apps
              • +
              • Bugfixes
              • +
              + + diff --git a/OpenKeychain/src/main/res/raw-pt/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-pt/help_nfc_beam.html new file mode 100644 index 000000000..88492731c --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/help_nfc_beam.html @@ -0,0 +1,12 @@ + + + +

              How to receive keys

              +
                +
              1. Go to your partners contacts and open the contact you want to share.
              2. +
              3. Hold the two devices back to back (they have to be almost touching) and you’ll feel a vibration.
              4. +
              5. After it vibrates you’ll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.
              6. +
              7. Tap the card and the content will then load on the your device.
              8. +
              + + diff --git a/OpenKeychain/src/main/res/raw-pt/help_start.html b/OpenKeychain/src/main/res/raw-pt/help_start.html new file mode 100644 index 000000000..51a76c01e --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/help_start.html @@ -0,0 +1,22 @@ + + + +

              Getting started

              +

              First you need a personal secret key. Create one via the option menus in "Keys" or import existing secret keys. Afterwards, you can download your friends' keys or exchange them via QR Codes or NFC.

              + +

              It is recommended that you install OI File Manager for enhanced file selection and Barcode Scanner to scan generated QR Codes. Clicking on the links will open Google Play Store or F-Droid for installation.

              + +

              Applications

              +

              Several applications support OpenKeychain to encrypt/sign your private communication:

              K-9 Mail: OpenKeychain support available in current alpha build!

              Conversations
              : Jabber/XMPP client

              PGPAuth
              : App to send a PGP-signed request to a server to open or close something, e.g. a door

              + +

              I found a bug in OpenKeychain!

              +

              Please report the bug using the issue tracker of OpenKeychain.

              + +

              Contribute

              +

              If you want to help us developing OpenKeychain by contributing code follow our small guide on Github.

              + +

              Translations

              +

              Help translating OpenKeychain! Everybody can participate at OpenKeychain on Transifex.

              + + + diff --git a/OpenKeychain/src/main/res/raw-pt/help_wot.html b/OpenKeychain/src/main/res/raw-pt/help_wot.html new file mode 100644 index 000000000..29790139b --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/help_wot.html @@ -0,0 +1,17 @@ + + + +

              Web of Trust

              +

              The Web of Trust describes the part of PGP which deals with creation and bookkeeping of certifications. It provides mechanisms to help the user keep track of who a public key belongs to, and share this information with others; To ensure the privacy of encrypted communication, it is essential to know that the public key you encrypt to belongs to the person you think it does.

              + +

              Support in OpenKeychain

              +

              There is only basic support for Web of Trust in OpenKeychain. This is a heavy work in progress and subject to changes in upcoming releases.

              + +

              Trust Model

              +

              Trust evaluation is based on the simple assumption that all keys which have secret keys available are trusted. Public keys which contain at least one user id certified by a trusted key will be marked with a green dot in the key listings. It is not (yet) possible to specify trust levels for certificates of other known public keys.

              + +

              Certifying keys

              +

              Support for key certification is available, and user ids can be certified individually. It is not yet possible to specify the level of trust or create local and other special types of certificates.

              + + + diff --git a/OpenKeychain/src/main/res/raw-pt/nfc_beam_share.html b/OpenKeychain/src/main/res/raw-pt/nfc_beam_share.html new file mode 100644 index 000000000..083e055c7 --- /dev/null +++ b/OpenKeychain/src/main/res/raw-pt/nfc_beam_share.html @@ -0,0 +1,11 @@ + + + +
                +
              1. Make sure that NFC is turned on in Settings > More > NFC and make sure that Android Beam is also on in the same section.
              2. +
              3. Hold the two devices back to back (they have to be almost touching) and you'll feel a vibration.
              4. +
              5. 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.
              6. +
              7. Tap the card and the content will then load on the other person’s device.
              8. +
              + + diff --git a/OpenKeychain/src/main/res/raw-uk/help_about.html b/OpenKeychain/src/main/res/raw-uk/help_about.html index 92fd7db13..106e7cabc 100644 --- a/OpenKeychain/src/main/res/raw-uk/help_about.html +++ b/OpenKeychain/src/main/res/raw-uk/help_about.html @@ -5,14 +5,14 @@

              OpenKeychain імплементація OpenPGP для Андроїду.

              Ліцензія: GPLv3+

              -

              Developers

              +

              Розробники

                -
              • Dominik Schürmann (Maintainer)
              • -
              • Art O Cathain
              • -
              • Ash Hughes
              • +
              • Домінік Шурман (супроводжувач)
              • +
              • Арт О'Катен
              • +
              • Еш Гуджес
              • Браян С. Барнс
              • -
              • Bahtiar 'kalkin' Gadimov
              • -
              • Daniel Albert
              • +
              • Бахтіяр 'kalkin' Ґадімов
              • +
              • Даніель Альберт
              • Даніель Гаман
              • Даніель Габ
              • Ґреґ Вітчак
              • @@ -34,13 +34,13 @@
              • Бібліотека підтримки Android в.7 'appcompat' (Ліцензія Apache в.2)
              • -KeybaseLib (Apache License v2)
              • +KeybaseLib (ліцензія Apache в2)
              • -SuperToasts (Apache License v2)
              • +SuperToasts (ліцензія Apache в2)
              • -TokenAutoComplete (Apache License v2)
              • +TokenAutoComplete (ліцензія Apache в2)
              • -MiniDNS (Apache License v2)
              • +MiniDNS (ліцензія Apache в2)
              • StickyListHeaders (ліцензія Apache в. 2)
              • diff --git a/OpenKeychain/src/main/res/raw-uk/help_changelog.html b/OpenKeychain/src/main/res/raw-uk/help_changelog.html index 7ecb25c2b..f28210fd0 100644 --- a/OpenKeychain/src/main/res/raw-uk/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-uk/help_changelog.html @@ -3,17 +3,17 @@

                2.8

                  -
                • So many bugs have been fixed in this release that we focus on the main new features
                • -
                • Key edit: awesome new design, key revocation
                • -
                • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                • -
                • New first time screen
                • -
                • New create key screen: autocompletion of name and email based on your personal Android accounts
                • -
                • File encryption: awesome new design, support for encrypting multiple files
                • -
                • New icons to show status of key (by Brennan Novak)
                • -
                • Important bug fix: Importing of large key collections from a file is now possible
                • -
                • Notification showing cached passphrases
                • -
                -

                This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                +
              • У цій версії виправлено надто багато вад, тому ви зосередилися на основних нових функціях
              • +
              • Редагування ключа: новий вражаючий дизайн, відкликання ключа
              • +
              • Імпорт ключа: новий вражаючий дизайн, безпечні з'єднання із сервером ключів через hkps, вирішення сервера ключів через записи DNS SRV
              • +
              • Новий екран першого запуску
              • +
              • Новий екран створення ключа: автозавершення імені та ел. пошти на основі вашого особистого профілю на Андроїді
              • +
              • Шифрування файлу: новий вражаючий дизайн, підтримка шифрування кількох файлів
              • +
              • Нові піктограми для показу стану ключа (від Бренана Новака)
              • +
              • Виправлення важливої вади: зараз став можливим імпорт великих збірок ключів із файлу
              • +
              • Сповіщення для показу кешованих парольних фраз
              • +
              +

              Ця версія була б неможливою без роботи Вінсента Брейтмозера (GSoC 2014), mar-v-in (GSoC 2014), Даніеля Альберта, Арт О'Катен, Даніеля Хасс, Тіма Брея, Thialfihar

              2.7

                @@ -25,21 +25,21 @@

              2.6.1

                -
              • Some fixes for regression bugs
              • +
              • Деякі виправлення для накопичених вад

              2.6

                -
              • Key certifications (thanks to Vincent Breitmoser)
              • -
              • Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
              • -
              • New design for signature verification
              • -
              • Custom key length (thanks to Greg Witczak)
              • -
              • Fix share-functionality from other apps
              • +
              • Сертифікації ключів (завдяки Вінсенту Бреймозеру)
              • +
              • Підтримка часткових секретних ключів для GnuPG (завдяки Вінсенту Брейтмозеру)
              • +
              • Новий дизайн для перевірки підпису
              • +
              • Власна довжина ключа (завдяки Ґреґу Вітчаку)
              • +
              • Виправлено функцію поширення з інших програм

              2.5

                -
              • Fix decryption of symmetric pgp messages/files
              • -
              • Refactored edit key screen (thanks to Ash Hughes)
              • -
              • New modern design for encrypt/decrypt screens
              • +
              • Виправлено опис симетричних повідомлень/файлів pgp
              • +
              • Перероблено екран редагування ключа (завдяки Ash Hughes)
              • +
              • Новий сучасний дизайн для екранів шифрування/розшифрування
              • OpenPGP API версія 3 (підтримка кількох профілів, внутрішні зміни, пошук ключа)

              2.4

              @@ -47,45 +47,45 @@ Крім окремих незначних латок, значне число латок зробили наступні люди (у алфавітному порядку): Даніель Гаман, Даніель Габ, Ґреґ Вітчак, Міроджін Бакші, Ніхіл Петер Радж, Пауль Сарбіновський, Срірам Бояпаті, Вінсент Брейтмосер.

                -
              • New unified key list
              • -
              • Colorized key fingerprint
              • -
              • Support for keyserver ports
              • -
              • Deactivate possibility to generate weak keys
              • -
              • Much more internal work on the API
              • -
              • Certify user ids
              • -
              • Keyserver query based on machine-readable output
              • -
              • Lock navigation drawer on tablets
              • -
              • Suggestions for emails on creation of keys
              • -
              • Search in public key lists
              • -
              • And much more improvements and fixes…
              • +
              • Новий єдиний перелік ключів
              • +
              • Кольоровий відбиток ключа
              • +
              • Підтримка для портів сервера ключів
              • +
              • Деактивувати можливість генерувати слабкі ключі
              • +
              • Набагато більше внутрішньої роботи на API
              • +
              • Сертифікувано ідентифікатори користувача
              • +
              • Запит сервера ключів на основі машиночитабельного виводу
              • +
              • Блокування панелі навігації на планшетах
              • +
              • Пропозиції для листів при створенні ключів
              • +
              • Пошук у списках відкритих ключів
              • +
              • І багато інших покращень та виправлень…

              2.3.1

                -
              • Hotfix for crash when upgrading from old versions
              • +
              • Свіже виправлення збою при оновленні із старих версій

              2.3

                -
              • Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
              • -
              • Fix setting expiry dates on keys (thanks to Ash Hughes)
              • -
              • More internal fixes when editing keys (thanks to Ash Hughes)
              • -
              • Querying keyservers directly from the import screen
              • -
              • Fix layout and dialog style on Android 2.2-3.0
              • -
              • Fix crash on keys with empty user ids
              • -
              • Fix crash and empty lists when coming back from signing screen
              • +
              • Видалений непотрібний експорт публічного ключа при експорті секретного ключа (завдяки Ash Hughes)
              • +
              • Виправлено налаштування дат дії ключів (завдяки Ash Hughes)
              • +
              • Більше внутрішніх виправлень при редагуванні ключів (завдяки Ash Hughes)
              • +
              • Сервери запитаного ключа безпосередньо з екрану імпорту
              • +
              • Виправлено стиль розмітки і діалогу у Андроїд 2.2-3.0
              • +
              • Виправлено збої, коли ключ мав порожній ідентифікатор користувача
              • +
              • Виправлено збої та порожні списки при поверненні з екрану реєстрації
              • Bouncy Castle (криптографічна бібліотека) оновлена з версії 1.47 до 1.50 та зібрана з коду
              • -
              • Fix upload of key from signing screen
              • +
              • Виправлено завантаження ключа з вікна реєстрації

              2.2

                -
              • New design with navigation drawer
              • -
              • New public key list design
              • -
              • New public key view
              • -
              • Bug fixes for importing of keys
              • -
              • Key cross-certification (thanks to Ash Hughes)
              • -
              • Handle UTF-8 passwords properly (thanks to Ash Hughes)
              • -
              • First version with new languages (thanks to the contributors on Transifex)
              • -
              • Sharing of keys via QR Codes fixed and improved
              • -
              • Package signature verification for API
              • +
              • Новий дизайн з бічною панеллю
              • +
              • Новий дизайн списку ключів
              • +
              • Новий вид перегляду ключа
              • +
              • Виправлення помилок імпорту ключів
              • +
              • Крос-сертифікація ключів (завдяки Ash Hughes)
              • +
              • Правильна обробка паролів в UTF-8 (завдяки Ash Hughes)
              • +
              • Перша версія з новими мовами (завдяки перекладачам на Transifex)
              • +
              • Виправлення і поліпшення передачі ключів через QR коди
              • +
              • Перевірка підписів пакетів для API

              2.1.1

                @@ -93,65 +93,65 @@

              2.1

                -
              • Lots of bug fixes
              • -
              • New API for developers
              • +
              • Безліч виправлень помилок
              • +
              • Новий API для розробників
              • Виправлення вади генератора випадкових чисел від Google

              2.0

                -
              • Complete redesign
              • -
              • Share public keys via qr codes, nfc beam
              • -
              • Sign keys
              • -
              • Upload keys to server
              • -
              • Fixes import issues
              • -
              • New AIDL API
              • +
              • Переробка дизайну
              • +
              • Передача ключів через QR-коди і NFC
              • +
              • Підписати ключ
              • +
              • Завантаження на сервер ключів
              • +
              • Виправлення проблем імпорту
              • +
              • Новий AIDL API

              1.0.8

                -
              • Basic keyserver support
              • +
              • Підтримка сервера основних ключів
              • App2sd
              • -
              • More choices for pass phrase cache: 1, 2, 4, 8, hours
              • -
              • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
              • -
              • Bugfixes
              • -
              • Optimizations
              • +
              • Більше варіантів збереження кешу пароля: 1, 2, 4, 8 годин
              • +
              • Переклади: норвезькою (завдяки Сандер Даніельсен), китайською (завдяки Чжан Фредріку)
              • +
              • Виправлення вад
              • +
              • Оптимізації

              1.0.7

                -
              • Fixed problem with signature verification of texts with trailing newline
              • -
              • More options for pass phrase cache time to live (20, 40, 60 mins)
              • +
              • Виправлення помилки при перевірці підпису тексту з переведенням рядка
              • +
              • Більше варіантів збереження кешу пароля (20, 40, 60 хвилин)

              1.0.6

                -
              • Account adding crash on Froyo fixed
              • -
              • Secure file deletion
              • -
              • Option to delete key file after import
              • -
              • Stream encryption/decryption (gallery, etc.)
              • -
              • New options (language, force v3 signatures)
              • -
              • Interface changes
              • -
              • Bugfixes
              • +
              • Виправлення помилки створення запису на Froyo
              • +
              • Вилучення безпечного файлу
              • +
              • Вилучення файлу ключа після імпорту
              • +
              • Передача шифрування (галерея і т. д.)
              • +
              • Нові можливості (мова, примусові v3 підписи)
              • +
              • Зміни інтерфейсу
              • +
              • Виправлення вад

              1.0.5

              • Німецький та італійський переклад
              • -
              • Much smaller package, due to reduced BC sources
              • -
              • New preferences GUI
              • -
              • Layout adjustment for localization
              • -
              • Signature bugfix
              • +
              • Істотно менший пакунок програми завдяки зменшенню джерел
              • +
              • Нові налаштунки інтерфейсу
              • +
              • Зміна розмітки для локалізації
              • +
              • Виправлення помилки підпису

              1.0.4

                -
              • Fixed another crash caused by some SDK bug with query builder
              • +
              • Виправлення ще однієї помилки, що виникає в SDK

              1.0.3

                -
              • Fixed crashes during encryption/signing and possibly key export
              • +
              • Виправлення помилок при шифруванні/підписанні та експорті ключів

              1.0.2

                -
              • Filterable key lists
              • -
              • Smarter pre-selection of encryption keys
              • -
              • New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
              • -
              • Fixes and additional features (key preselection) for K-9 Mail, new beta build available
              • +
              • Фільтр списку ключів
              • +
              • Поліпшення вибору ключів шифрування
              • +
              • Додана можливість шифрувати файли прямо з файлового менеджера
              • +
              • Виправлення помилок і нові можливості (попередній вибір ключа) для інтеграції з K-9 Mail, нова бета-збірка доступна

              1.0.1

                @@ -160,11 +160,11 @@

                1.0.0

                • інтеграція з K-9 Mail, APG підтримує бета-збірку K-9 Mail
                • -
                • Support of more file managers (including ASTRO)
                • +
                • Підтримка сторонніх файлових менеджерів (в т.ч. ASTRO)
                • Словенський переклад
                • -
                • New database, much faster, less memory usage
                • -
                • Defined Intents and content provider for other apps
                • -
                • Bugfixes
                • +
                • Нова база даних, швидша робота, менше використання пам'яті
                • +
                • Додано обробники для взаємодії з іншими програмами
                • +
                • Виправлення вад
                diff --git a/OpenKeychain/src/main/res/values-cs/strings.xml b/OpenKeychain/src/main/res/values-cs/strings.xml index c9e7875d8..5f62b9036 100644 --- a/OpenKeychain/src/main/res/values-cs/strings.xml +++ b/OpenKeychain/src/main/res/values-cs/strings.xml @@ -1,14 +1,21 @@ + Vybrat klíče + Vybrat svůj klíč Zašifrovat Rozšifrovat Heslo + Přidat podklíč Editovat klíč Možnosti Appky Nastavení keyservrů Změnit heslo + Sdílet otisk s... + Sdílet klíč s... + Sdílet soubor s... + Sdílet zprávu s... Zašifrovat do souboru Rozšifrovat do souboru Importovat klíče @@ -19,6 +26,8 @@ Certifikovat identity Detaily klíče Nápověda + Log + Vytvořit klíč Identity Podklíče @@ -26,42 +35,68 @@ Výchozí hodnoty Pokročilé Akce + Celý klíč Klíč použitý pro certifikaci Uploadovat klíč Keyserver + Otisk + Klíče k ověření + Dešifrovat, ověřit a uložit soubor + Dešifrovat a ověřit zpávu Zaširovat a uložit soubor + Zašifrovat a sdílet soubor Uložit Zrušit Smazat + Žádná expirace OK Nahrát na keyserver Další Zpět Vyhledat klíč + Zašifrovat a sdílet zprávu + Zobrazit klíč certifikátu + Vytvořit klíč + Přidat soubor(y) Nastavení Nápověda Exportovat do souboru Smazat klíč + Vytvořit moje klíče + Importovat existující klíč Hledat Beam settings Zrušit Zašifrovat do... Vybrat vše Přidat klíče + Exportovat všechny klíče + Zobrazit pokročilé info Zpráva Soubor + Soubor(y) + Soubor: Bez hesla Heslo + Opakovat heslo Algoritmus + Soubor ASCII armor + Soubory: ASCII armor + Od: + Komu: + Soubory: smazat po zašifrování Smazat po rozšifrování Šifrovací algoritmus Hashovací algoritmus + Veřejným klíčem + Heslem Cache hesel Komprimovat zprávu Komprimovat soubor + Keyservery ID klíče Vytvořeno Expirace @@ -79,6 +114,8 @@ <žádný klíč> slouží k šifrovní slouží k podpisu + může ověřit + nemůže ověřit po epiraci revokovat Tajný klíč: @@ -118,6 +155,8 @@ Určitě smazat\n%s? Úspěšně smazáno. Nejprve vyberte soubor. + Úspěšně podepsáno a/nebo zašifrováno. + Úspěšně podepsání a/nebo zašifrováno do schránky. Heslo zadejte dvakrát. Vyberte alespoň jeden šifrovací klíč. Vyberte alespoň jeden šifrovací nebo podpisový klíč. @@ -127,14 +166,19 @@ Opravdu si přejete smazat všechny vybrané veřejné klíče?\nToto nebude možné vzít zpět! Opravdu chcete smazat TAJNÝ klíč \'%s\'?\nToto je nevratná operace! Opravdu chcete smazat veřejný klíč \'%s\'?\nToto nebude možné vrátit zpět! + Zárověň exportovat tajný klíč Úspěšně exportován 1 klíč. Úspěšně exportován %d klíč. Žádný kláč pro export. Žádný: pouze podklíče podporují ElGamal. Nemohu najít klíč %08X. Úspěšně nahráno na keyserver. + Úspěšně ověřené identity Seznam je prázný! + Úspěšně odeslaný klíč pomocí NFC Beam! Klíč byl zkopírován do schránky! + Fingerprint byl zkopírován do schránky! + Prosím vyberte klíč pro ověření! Klíč je příliš velký aby byl sdílen pomocí této metody! + Špatný podpis! + Neznámý veřejný klíč + Validní podpis (neověřen) + Validní podpis (ověřen) + Úspěšně rozšifrováno + Úspěšně rozšifrováno ale neznámý veřejný klíč + Úspěšně rozšifrováno a validní podpis (neověřen) + Úspěšně rozšifrováno a validní podpis (ověřen) Hotovo. Zrušit ukládám... importuji... exportuji... + uloaduji... vytvářím klíč... vytvářím hlavní klíč... + generuji nový RSA klíč... + generuji nový DSA klíč... + generuji nový ElGamal klíč... + modifikuji klíčenku... + odemykám klíčenku... + přidávám uživatelské IDčka... + revokuji uživatelská IDčka... + měním primární uživatelské ID... + modifikuji podklíče... + revokuji podklíče... + přidávám podklíče... + mněním heslo... extrahuji podpisový klíč... extrahuji klíč... připravuji streamy... @@ -177,13 +247,13 @@ zpracovávám podpis... verifikuji podpis... podepisuji... + ověřuji... načítám data... hledám klíč... rozbaluji data... verifikuji integritu... mažu \'%s\' bezpečně... - Jméno/Email/ID klíče 512 768 @@ -195,6 +265,7 @@ 8192 Vlastní velikost klíče Napište vlastní délku klíče (v bitech): + Délka RSA klíče musí být větší než 1024 a alespoň 16384. Zároveň musí být dělitelná 8mi. Délka DSA klíče musí být alespoň 512 a nejvýše 1024. Zároveň musí být dělitelná 64. rychle @@ -208,10 +279,19 @@ O aplikaci Verze: + Keyserver + Soubor/schránka + QR kód/NFC + Keybase.io Importovat vybrané klíče QR kód nerozpoznán! Zkuste to znovu prosím! Fingerprint je příliš krátký (< 16 znaků) + Skenovat QR kód... + Zobrazit log + Nic k importu + Chyba importu klíčů! + , s varováními Dešifrovat soubor pomocí OpenKeychain Importovat kíč pomocí OpenKeychain @@ -229,17 +309,17 @@ Uložit Zrušit Zneplatnit přístup + Spustit aplikaci Smazat účet Jméno balíčku SHA-256 z podpisu balíčku Účty Žádné účty nejsou specifikovány pro tuto appku. + Appka žádá o vytvoření nového účtu. Prosím vyberte nějaký existující klíč nebo vytvořte nový.\nAppky jsou omezeny na použití klíčů, které zde vyberete! Zobrazená appka chce zašifrovat/rozšifrovat zprávy a podepsat je vačím jménem.\nPovolit přístup?\n\nVAROVÁNÍ: Pokud nevíte proč se tato obrazovka objevila, zamítněte přístup! Také můžete zneplatnit přístup jindy v obrazovce \'Appky\'. Povolit přístup Zamítnout přístup Prosím vyberte klíč! - Nebyl nalezen žádný veřejný klíč pro tyto identity: - Existuje více jak jeden veřejný klíč pro tyto identity: Zkontrolujte prosím seznam příjemců! Selhala kontrola podpisu! Instalovali jste tuto appku z jiného zdroje? Pokud jste si jistí, že toto není útok, zneplatněte registraci této appky v OpenKeychain a poté ji znovu zaregistrujte. @@ -250,16 +330,51 @@ Můžete začít pomocí nebo vytvářím váš vlastní klíč + Importuji existující klíč. Editovat klíč Šifruji pomocí těchto klíčů. Certifikovat identity + Aktualizuji z keyserveru + Sdílet pomocí... + Sdílet přes NFC tak, že podržíte zařízení zády k sobě + Aktualizovat na keyserver Hlavní info + Sdílet + Podklíče Certifikáty + Změnit heslo + Přidat identitu + Přidat podklíč + Vyberte akci! + + Změnit na hlavní identitu + Zneplatnit identitu + + + Zrušit zneplatnění + + Tato identity byla zneplatněna. Toto není možné vzít zpět. + Vyberte akci! + + Změnit expiraci + Zneplatnit podklíč + + nový + Aktualizovat klíč na keyserver + Toto pole je vyžadováno + Heslo nesouhlasí + Zadali jste následující identitu: + Vytvoření identity může chvíli tvrvat. Mezitím si dejte šálek kávy.\n(3 podklíče, RSA, 4096 bit) + Zadejte své celé jméno, emailovou adresu a zvolte heslo. + Celé jméno, např. Jan Novák + Tento klíč byl zneplatněn! + Tento klíč vyexpiroval! + Klíče Podepisuji a šifruji Dešifruji a kontroluji Appky @@ -267,6 +382,8 @@ Zavří navigační panel Moje Klíče + Zpráva zadaná sem bude podepsána za použití klíče vybraného v poli \'Od\' a zašifrovaná pro všecny příjemce vybrané v \'Pro\'. + Vložte zašifrovaný text pro jeho rozšifrování a/nebo ověření... výchozí žádný @@ -283,6 +400,7 @@ + Identita diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index 18e6cf585..fb43b9d04 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -6,6 +6,7 @@ Verschlüsseln Entschlüsseln Passwort + Unterschlüssel hinzufügen Schlüssel bearbeiten Einstellungen Apps @@ -26,6 +27,7 @@ Schlüsseldetails Hilfe Log + Schlüssel erzeugen Identitäten Unterschlüssel @@ -47,6 +49,7 @@ Speichern Abbrechen Löschen + verfällt nie Okay Auf Schlüsselserver hochladen Weiter @@ -80,9 +83,10 @@ Passwort Passwort wiederholen Algorithmus + ASCII Armor Datei Datei: ASCII Armor Lass andere wissen dass du OpenKeychain nutzt - Fügt \'OpenKeychain v2.7\' zu OpenPGP Signaturen, Daten und exportierten Schlüsseln hinzu + Fügt \'OpenKeychain v2.7\' zu OpenPGP Signaturen, DAten und exportierten Schlüsseln hinzu Von: An: Dateien: Nach Verschlüsselung löschen @@ -245,8 +249,10 @@ verändere Schlüsselbund... entsperre Schlüsselbund... füge User ID hinzu... + Wiederrufe Benutzerkennungen... ändere Haupt User ID... verändere Unterschlüssel... + Widerrufe Unterschlüssel... füge Unterschlüssel hinzu... ändere Passwort... @@ -263,14 +269,13 @@ Signatur wird verarbeitet… Signatur wird verifiziert… wird signiert… + beglaubige... Daten werden gelesen… Schlüssel wird gesucht… Daten werden entpackt… Integrität wird überprüft… \'%s\' wird sicher gelöscht… - Name/Email/Schlüssel ID... - Name/Keybase.io Benutzername... 512 768 @@ -282,6 +287,7 @@ 8192 Benutzerdefinierte Schlüssellänge Benutzerdefinierte Schlüssellänge (in Bit): + Die RSA-Schlüssellänge muss grösser als 1024 und höchstens 16384 sein. Sie muss auch ein Mehrfaches von 8 sein. Die DSA-Schlüssellänge muss mindestens 512 und höchstens 1024 sein. Auch muss sie ein Mehrfaches von 64 sein. schnell @@ -343,12 +349,11 @@ SHA-256 der Paketsignatur Konten Keine Konten mit dieser Anwendung verknüpft. + Die Anwendung verlangt die Erstellung eines neuen Accounts. Bitte wähle einen deiner existierenden Schlüssel aus oder erstelle einen Neuen.\nAnwendugen sind auf die Nutzung der Schlüssel beschränkt die du hier auswählst! Folgende Anwendung möchte Nachrichten ver-/entschlüsseln und in Ihrem Namen signieren\nZugriff erlauben?\n\nVORSICHT: Sollten Sie nicht wissen warum dieses Fenster erscheint, sollten Sie den Zugriff nicht gewähren! Sie können Zugriffe später über das Menü \'Anwendungen\' widerrufen. Zugriff erlauben Zugriff verbieten Bitte einen Schlüssel auswählen! - Für diese Identität wurden keine öffentlichen Schlüssel gefunden: - Für diese Identität existieren mehrere öffentliche Schlüssel: Bitte die Liste der Empfänger überprüfen! Signaturüberprüfung fehlgeschlagen! Haben Sie diese Anwendung aus einer anderen Quelle installiert? Wenn Sie eine Attacke ausschliessen können, sollten Sie die Registrierung der App in OpenKeychain widerrufen und die Anwendung erneut registrieren. @@ -363,21 +368,33 @@ Du kannst anfangen OpenKeychain zu benutzen indem du oder deinen eigenen Schlüssel erstellst + Importiere einen existierenden Schlüssel. Schlüssel bearbeiten Mit diesem Schlüssel verschlüsseln Identitäten beglaubigen + Von Schlüsselserver aktualisieren Teilen über... Teilen über NFC (Geräte Rückseite an Rückseite halten) + Auf Schlüsselserver hochladen Informationen Teilen Unterschlüssel Beglaubigungen + Wiederrufen + Ungültig + Passwort ändern Identität hinzufügen Unterschlüssel hinzufügen + neu + Schlüssel auf Schlüsselserver hochladen + Passwörter stimmen nicht überein + Vollständiger Name, z.B. Max Mustermann + Dieser Schlüssel wurde widerrufen! + Dieser Schlüssel ist nicht mehr gültig! Schlüssel Signieren und Verschlüsseln @@ -395,25 +412,38 @@ einfach überprüft positiv widerrufen + OK fehlgeschlagen! Fehler! Schlüssel nicht verfügbar Alte Schlüssel aus der Datenbank löschen Die Anwendung ist wegen Kodierungsfehler fehlgeschlagen - Die Anwendung is wegen Eingabe/Ausgabe-Fehler fehlgeschlagen + Die Anwendung ist wegen eines Eingabe/Ausgabe-Fehlers fehlgeschlagen Die Anwendung ist wegen internen Fehler fehlgeschlagen + Importiere öffentlichen Schlüsselbund %s% Schlüsselbund-daten werden kodiert Datenbank-Transaktionen werden vorbereitet + Hauptschlüssel %s wird verarbeitet Unterschlüssel %s wird bearbeitet + Benutzerkennung wurde widerrufen + Datenbankfehler! Geheime Unterschlüssel werden bearbeitet + Schlüsselbund enthält keine neuen Daten, es gibt nichts zu tun. + Geheimer Schlüsselbund erfolgreich importiert + Verarbeite Unterschlüssel %s + Ändere primäre Benutzerkenung auf %s + Widerrufe Benutzerkennung %s + Benutzerkennung darf nicht leer sein! + + Interner Fehler! Beglaubiger Zertifikatdetails Identität diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 1770ec896..7948b7f1b 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -27,6 +27,7 @@ Detalles de la clave Ayuda Registro (log) + Crear clave Identidades Subclaves @@ -84,8 +85,8 @@ Algoritmo Armadura ASCII del fichero Ficheros: Armadura ASCII - Permitir a otros saber que está usando OpenKeychain - Escribe \'OpenKeychain v2.7\' en las firmas OpenPGP, el texto cifrado, y las claves exportadas + Permitir conocer a otros que usted está usando OpenKeychain + Escribe \'OpenKeychain v2.7\' en las firmas OpenPGP, texto cifrado, y claves exportadas Desde: Hacia: Ficheros: Borrar después del cifrado @@ -275,8 +276,8 @@ verificando la integridad... borrando \'%s\' de forma segura… - Identidad de Nombre/Correo/Clave... - Nombre de usuario de Nombre/Keybase.io... + Nombre/Correo electrónico/Identidad de clave... + Nombre/Correo electrónico/Prueba/Clave... 512 768 @@ -355,13 +356,15 @@ Cuentas No hay cuentas adjuntas a esta aplicación La aplicación solicita la creación de una nueva cuenta. Por favor, seleccione una de sus claves existentes o cree una nueva.\n¡Las aplicaciones están restringidas al uso de las claves que usted seleccione aquí! + La clave guardada para esta cuenta ha sido borrada. ¡Por favor seleccione una diferente!\n¡Las aplicaciones están restringidas al uso de las claves que seleccione aquí! La aplicación mostrada quiere cifrar, descrifrar y firmar mensajes en su nombre.\n¿Permitir acceso?\n\nADVERTENCIA: Si no sabe por qué apareció esta pantalla, ¡no permita el acceso! Puede revocar el acceso más tarde usando la pantalla de \'Aplicaciones\'. Permitir el acceso Denegar el acceso ¡Por favor, selecciona una clave! - No se encontraron claves públicas para estas identidades: - Existe más de una clave pública para estas identidades: + No se encontraron claves para estas identidades: + Existe más de una clave para estas identidades: ¡Por favor, revisa la lista de destinatarios! + ¡Por favor seleccione los receptores! ¡La comprobación de la firma ha fallado! ¿Has instalado esta app desde una fuente distinta? Si estás seguro de que esto no es un ataque, revoca el registro de esta app en OpenKeychain y regístrala de nuevo. Compartir con código QR @@ -388,6 +391,14 @@ Compartir Subclaves Certificados + Revocada + Esta identidad ha sido revocada por el propietario de la clave. En adelante no es válida. + Verificada + Esta identidad ha sido verificada + No verificada + Esta identidad no se ha verificado aún. No puede estar seguro de si la identidad realmente corresponde a una persona en concreto. + No válido + ¡Algo está mal con esta identidad! Cambiar frase contraseña Añadir identidad @@ -407,6 +418,7 @@ Revocar subclave nueva + ¡Por favor, seleccione al menos un indicador! Subir clave al servidor de claves Este campo es obligatorio @@ -442,6 +454,7 @@ Aplicando operación de inserción por lote. Se intentó importar un juego de claves (keyring) secreto como público. Esto es un fallo, por favor ¡consigne un informe! + Esta clave es una clave OpenPGP versión 3 y por tanto insegura. No ha sido importada. No se borró ninguna clave antigua (¿crear una nueva?) Clave antigua borrada de la base de datos La operación falló debido a un error de codificación @@ -557,7 +570,7 @@ Incorporándolas en el juego de claves públicas %s Incorporándolas en el juego de claves secretas (privadas) %s Error fatal codificando la firma - Se intentaron consolidar juegos de claves heterogéneos + ¡Se intentaron fusionar juegos de claves con diferentes huellas de validación de claves! Añadiendo nueva subclave %s Se encontraron %s nuevos certificados en el juego de claves No hay nuevos certificados @@ -566,6 +579,7 @@ ¡No se especificaron opciones de clave! ¡Los juegos de claves tienen que estar creados con al menos una identidad de usuario! ¡La clave maestra debe tener el indicador de certificado! + El periodo hasta la expiración no puede ser \"el mismo que antes\" al crear la clave. Esto es un error de programación, por favor ¡rellene un informe de fallo! ¡El tamaño de la clave debe ser mayor o igual de 512! ¡Error PGP interno! ¡Seleccionado algoritmo defectuoso! @@ -576,15 +590,23 @@ ¡La actual huella de validación de clave no coincide con la esperada! No hay identidad de clave. Esto es un error interno, por favor ¡consigne un informe de error! Error interno, ¡fallo en la comprobación de integridad! + ¡No se encontró certificado maestro sobre el que operar! (¿Todos revocados?) ¡Especificada identidad de usuario primaria defectuosa! + ¡Se especificó una mala identidad de usuario para revocación! ¡Las identidades de usuario revocadas no pueden ser primarias! + El periodo hasta la expiración no puede ser \"el mismo que antes\" al crear subclave. Esto es un error de programación, por favor ¡rellene un informe de fallo! + ¡Error fatal descrifrando la clave maestra! Probablemente esto se daba a un error de programación, por favor ¡rellene un informe de fallo! ¡Excepción interna de PGP! ¡Excepción con la firma! - Cambiando frase contraseña + Modificando certificaciones maestras + Cambiando frase contraseña para el juego de claves (keyring)... + Cambiando frase contraseña para la subclave %s + Fallo al establecer nueva frase contraseña, intentándolo de nuevo con una antigua frase contraseña vacía + ¡La frase contraseña para la subclave no pudo cambiarse! (¿Tiene la subclave una diferente de la de las otras claves?) Reemplazando certificado de la anterior identidad de usuario primaria Generando nuevo certificado para nueva identidad de usuario primaria Modificando subclave %s - ¡Intentó operar sobre una subclave ausente %s! + ¡Se intentó operar sobre una subclave desaparecida %s! Generando nueva subclave %2$s de %1$s bits Nueva identidad de subclave: %s ¡La fecha de expiración no puede ser del pasado! @@ -596,6 +618,20 @@ ¡La identidad de usuario no debe estar vacía! ¡Error desbloqueando juego de claves! Desbloqueando juego de claves + + Consolidando base de datos + Guardando juegos de claves secretas (privadas) + Guardando juegos de claves públicas + Limpiando base de datos + + Reimportando una clave secreta (privada) + Reimportando %d claves secretas (privadas) + + + Reimportando una clave pública + Reimportando %d claves públicas + + Base de datos consolidada con éxito Haga clic para limpiar las frases contraseña almacenadas en caché OpenKeychain ha almacenado en caché %d frases contraseña @@ -609,6 +645,7 @@ Identidad <desconocido> No hay certificados para esta clave + Sólo los certificados creados con sus claves y auto-certificados son mostrados aquí. Identidades a certificar Razón de la revocación Estado de la verificación diff --git a/OpenKeychain/src/main/res/values-et/strings.xml b/OpenKeychain/src/main/res/values-et/strings.xml index fdd7f026a..6ea0d1236 100644 --- a/OpenKeychain/src/main/res/values-et/strings.xml +++ b/OpenKeychain/src/main/res/values-et/strings.xml @@ -97,6 +97,7 @@ + diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 3b356fd18..74fa562ff 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -27,6 +27,7 @@ Détails sur la clef Aide Journal + Créer une clef identités Sous-clefs @@ -84,8 +85,8 @@ Algorithme Fichier ASCII Armor Fichier : ASCII Armor - Informez les autres de votre utilisation d\'OpenKeychain - Ajoute « OpenKeychain v2.7 » aux signatures OpenPGP, aux cryptogrammes, et aux clefs exportées + Faire savoir aux autres que vous utilisez OpenKeychain + Ajoute « OpenKeychain v2.7 » aux signatures OpenPGP, aux cryptogrammes et aux clefs exportées De : À : Fichier : supprimer après chiffrement @@ -98,7 +99,7 @@ Compression des messages Compression des fichiers Serveurs de clefs - ID de le clef + ID de clef Création Expiration Utilisation @@ -247,8 +248,8 @@ génération d\'une nouvelle clef ElGamal... modification du trousseau... déverrouillage du trousseau... - ajout des IDs d\'utilisateur... - révocation des IDs d\'utilisateur... + ajout des ID d\'utilisateur... + révocation des ID d\'utilisateur... changement de l\'ID d\'utilisateur principale... modification des sous-clefs... révocation des sous-clefs... @@ -275,8 +276,8 @@ vérification de l\'intégrité... suppression sûre de « %s »... - Nom/courriel/ ID clef... - Nom/nom d\'utilisateur keybase.io... + Nom/courriel/ID de clef... + Nom/courriel/preuve/clef... 512 768 @@ -355,13 +356,15 @@ Comptes Aucun compte n\'est attaché à cette appli. L\'appli demande la création d\'un nouveau compte. Veuillez choisir une de vos clefs existantes ou en créer une nouvelle.\nLes applis ne peuvent utiliser que les clefs que vous choisissez ici ! + La clef enregistrée pour ce compte a été supprimée. Veuillez en choisir une autre !\nLes applis sont restreintes à l\'utilisation de clefs choisies ici. L\'application affichée veut chiffrer/déchiffrer des messages et les signer en votre nom.\nPermettre l\'accès ?\n\nAVERTISSEMENT : si vous ne savez pas pourquoi cet écran est apparu, refusez l\'accès ! Vous pourrez révoquer l\'accès plus tard en utilisant l\'écran « Applis ». Permettre l\'accès Enlever l\'accès Veuillez choisir une clef ! - Aucune clef publique n\'a été trouvée pour ces identités : - Plus d\'une clef publique existe pour ces identités : + Aucune clef n\'a été trouvée pour ces identités : + Plus d\'une clef existe pour ces identités : Veuillez revoir la liste des destinataires ! + Veuillez choisir les destinataires ! La vérification de la signature a échoué ! Avez-vous installé cette appli à partir d\'une source différente ? Si vous êtes sûr que ce n\'est pas une attaque, révoquez l\'enregistrement de cette appli dans OpenKeychain et enregistrez-la à nouveau. Partager par un code QR @@ -388,6 +391,14 @@ Partager Sous-clefs Certificats + Révoquée + Cette identité a été révoquée par le propriétaire de la clef. Elle n\'est plus valide. + Vérifiée + Cette identité a été vérifiée. + Non vérifiée + Cette identité n\'a pas encore été vérifiée. Vous ne pouvez pas être certain si l\'identité corresponds vraiment à une personne spécifique. + Invalide + Quelque chose ne va pas avec cette identité ! Changer la phrase de passe Ajouter une identité @@ -407,6 +418,7 @@ Révoquer la sous-clef nouvelle + Veuillez sélectionner au moins un drapeau ! Téléverser la clef vers le serveur de clefs Ce champ est exigé @@ -442,6 +454,7 @@ Application de l\'opération d\'insertion par lot. Tentative d\'importer le trousseau secret comme public. Ceci est un bogue, veuillez remplir un rapport ! + Cette clef est une clef d\'OpenPGP version 3 et n\'est, par conséquent, pas sécuritaire. Elle n\'a pas été importée. Aucune ancienne clef de supprimée (création d\'une nouvelle ?) L\'ancienne clef a été supprimée de la base de données Échec de l\'opération causé par une erreur d\'encodage @@ -557,7 +570,7 @@ Fusion vers le trousseau public %s Fusion vers le trousseau secret %s Erreur fatale lors de l\'encodage de la signature - Il a été tenté de consolider les trousseaux hétérogènes + Il a été tenté de fusionner des trousseaux avec des empreintes différentes ! Ajout de la nouvelle sous-clef %s %s nouveaux certificats trouvés dans le trousseau Aucun nouveau certificat @@ -566,6 +579,7 @@ Aucune option de clef maîtresse n\'a été spécifiée ! Les trousseaux doivent être créés avec au moins un ID d\'utilisateur ! La clef maîtresse doit avoir le drapeau « certifié » ! + L\'expiration ne peut pas être « pareille qu\'avant » lors de la création de clefs. Ceci est une erreur de programmation, veuillez remplir un rapport de bogue ! La taille de la clef doit être supérieure ou égale à 512 ! Erreur interne PGP ! Mauvais choix d’algorithme ! @@ -576,17 +590,25 @@ L\'empreinte de clef effective ne correspond pas à celle attendue ! Aucune ID de clef. Ceci est une erreur interne, veuillez remplir un rapport de bogue ! Erreur interne, le contrôle d\'intégrité a échoué ! - Mauvais ID principal spécifié ! - Les IDs d\'utilisateurs révoqués ne peuvent pas être principaux ! + Aucun certificat maître sur lequel se basé n\'a été trouvé ! (Tous révoqués ?) + Mauvais ID d\'utilisateur principal spécifié ! + Mauvais ID d\'utilisateur spécifié pour la révocation ! + Les ID d\'utilisateurs révoqués ne peuvent pas être principaux ! + L\'expiration ne peut pas être « pareille qu\'avant » lors de la création de sous-clefs. Ceci est une erreur de programmation, veuillez remplir un rapport de bogue ! + Erreur fatale lors du déchiffrement de la clef maîtresse ! Ceci est probablement une erreur de programmation, veuillez remplir un rapport de bogue ! Exception interne PGP ! Exception de signature ! - Changement de la phrase de passe + Modification des certifications maîtresses + Changement de la phrase de passe pour le trousseau... + Changement de la phrase de passe pour la sous-clef %s + Échec lors de la définition de la nouvelle phrase de passe, nouvel essai avec une ancienne phrase de passe vide + La phrase de passe de la sous-clef n\'a pas pu être changée ! (Est-elle différente des autres clefs ?) Remplacement du certificat de l\'ID d\'utilisateur principal précédent Génération d\'un nouveau certificat pour le nouvel ID d\'utilisateur principal Modification de la sous-clef %s Une action a été tentée sur la sous-clef manquante %s ! Génération d\'une nouvelle sous-clef %2$s de %1$s bit - ID de la nouvelle sous-clef : %s + Nouvelle ID de sous-clef : %s La date d\'expiration ne peut pas être dans le passé ! Révocation de la sous-clef %s Trousseau modifié avec succès @@ -596,6 +618,20 @@ L\'ID d\'utilisateur ne peut pas être vide ! Erreur lors du déverrouillage du trousseau ! Déverrouillage du trousseau + + Consolidation de la base de données + Enregistrement des trousseaux secrets + Enregistrement des trousseaux publiques + Nettoyage de la base de données + + Réimportation d\'une clef secrète + Réimportation de %d clefs secrètes + + + Réimportation d\'une clef publique + Réimportation de %d clefs publiques + + Base de données consolidée avec succès Cliquer ici pour effacer les phrases de passe mises en cache OpenKeychain a mis en cache %d phrases de passe @@ -609,6 +645,7 @@ identité <inconnu> Aucun certificat pour cette clef + Seuls les certificats créés avec vos clefs et les auto-certificats sont affichés ici. Identités à certifier Raison de la révocation État de vérification diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 33bb4ce9d..7a5289313 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -1,9 +1,12 @@ + Seleziona chiavi + Seleziona la Tua Chiave Codifica Decodifica Frase di accesso + Aggiungi Sottochiave Modifica Chiave Preferenze Apps @@ -12,6 +15,7 @@ Condivi impronta con... Condividi chiave con... Condividi file con... + Condividi messaggio con... Codifica File Decodifica File Importa Chiavi @@ -23,6 +27,7 @@ Dettagli Chiave Aiuto Registro + Crea Chiave Identità Sottochiavi @@ -40,20 +45,27 @@ Decodifica, verifica e salva su file Decodifica e verifica messaggio Codifica e salva file + Codifica e condividi file Salva Annulla Elimina + Nessuna Scadenza OK Carica sul Server delle Chiavi Prossimo Precedente Chiave di ricerca + Codifica e condividi messaggio Mostra chiave di certificazione + Crea chiave + Aggiungi file(s) Impostazioni Aiuto Esporta su un file Cancella chiave + Crea mia chiave + Importa chiavi esistenti Cerca Impostazioni Beam Annulla @@ -65,15 +77,24 @@ Messaggio File + File(s) + File: Nessuna Frase di Accesso Frase di Accesso Ripeti Frase di Accesso Algortimo + Documenti con Armatura ASCII + Documenti: Armatura ASCII Fai sapere agli altri che utilizzi OpenKeychain Scrive \'OpenKeychain v2.7\' nelle firme OpenPGP, testi cifrati e chiavi esportate + Da: + A: + Documenti: Cancella Dopo Codifica Cancella Dopo Decodifica Algoritmo di Codifica Algoritmo di Hash + Con Chiave Pubblica + Con Frase di Accesso Cache Frase di Accesso Compressione Messaggio Compressione File @@ -155,6 +176,7 @@ Vuoi veramente eliminare tutte le chiavi pubbliche selezionate?\nNon potrai annullare! Vuoi veramente eliminare la chiave PRIVATA \'%s\'?\nNon potrai annullare! Vuoi veramente eliminare la chiave pubblica \'%s\'?\nNon potrai annullare! + Esporta anche chiave segreta 1 chiave esportata correttamente. %d chiavi esportate correttamente. Nessuna chiave esportata. @@ -193,6 +215,11 @@ Devi avere Android 4.1 per usare Android NFC Beam! NFC non disponibile nel tuo dispositivo! Nessuna chiave trovata! + Query di ricerca troppo. Per favore ridefinisci la tua ricerca! + C\'è stato un errore durante la ricerca delle chiavi. + La query di ricerca della chiave ha generato troppi risultati. Per favore ridefinisci la tua ricerca! + In entrambi i casi sono state trovate troppe o nessuna chiave. Si prega di migliorare la vostra ricerca! + Nessuna chiave valida trovata nei File/Appunti! Si è verificato un errore generico, si prega di creare una nuova segnalazione di errore per OpenKeychain. parte del file caricato e\' un oggetto OpenPGP valido, ma non una chave OpenPGP @@ -213,8 +240,21 @@ salvataggio... importazione... esportazione... + caricamento... fabbricazione chiave... fabbricazione portachiavi principale... + generazione di una nuova chiave RSA... + generazione di una nuova chiave DSA... + generazione di una nuova chiave ElGamal... + modifica portachiavi... + Sblocco portachiavi... + Aggiunta ID utente... + Revoca ID utente... + Cambio ID utente primario... + Modifica sottochiave... + Revoca sottochiave... + Aggiunta sottochiave... + Cambio frase di accesso... esportazione chiave... esportazione chiavi... @@ -229,6 +269,7 @@ elaborazione firma... verifica firma... firma... + certificazione... lettura dati... ricerca chiave... decompressione dati... @@ -236,7 +277,7 @@ eliminazione sicura di \'%s\'... Nome/Email/ID Chiave... - Nome/Keybase.io nome utente... + Nome/Email/Certificato/Chiave... 512 768 @@ -248,6 +289,7 @@ 8192 Lunghezza chiave peronalizzata Digita lunghezza chiave personalizzata (in bit): + La lunghezza della chiave RSA deve essere maggiore di 1024 e al massimo 16384. Inoltre, deve essere multipla di 8. La lunghezza della chiave DSA deve essere almeno 512 e al massimo 1024. Inoltre, deve essere multipla di 64. veloce @@ -274,6 +316,10 @@ Chiave importata correttamente. %1$d chiavi importate correttamente. + + e chiave%2$s aggiornata. + e aggiornate %1$d chiavi%2$s. + Chiave%2$s importata correttamente. %1$d chiavi%2$s importate correttamente. @@ -309,12 +355,12 @@ SHA-256 della Firma del Pacchetto Account Nessun account collegato a questa applicazione + L\'applicazione richiede la creazione di un nuovo account. Si prega di selezionare una chiave esistente o crearne una nuova.\nLe applicazioni sono limitate all\'utilizzo delle chiavi selezionate qui! + La chiave salvata per questo account è stata cancellata. Perfavore selezionane una diversa!\nLe applicazioni sono limitate all\'utilizzo delle chiavi qui selezionate! Le app visualizzate hanno richiesto l\'accesso a OpenKeychain.\nPermetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' apparsa, nega l\'accesso! Puoi revocare l\'accesso dopo, usando la schermata \'App Registrate\'. Permetti accesso Nega accesso Per favore selezionare una chiave! - Nessuna chiave pubblica trovata per queste identità: - Esistono piu\' di una chiave pubblica per queste identità: Per favore ricontrolla la lista destinatari! Controllo della firma fallito! Hai installato questa app da una fonte diversa? Se sei sicuro che non sia un attacco, revoca la registrazione di questa app in OpenKeychain e dopo registra di nuovo l\'app. @@ -329,16 +375,27 @@ Puoi iniziare da o creazione della tua chiave + importazione di chiave esistente. Modifica chiave Codifica con questa chiave Certifica identità + Aggiorna dal server delle chiavi Condividi con... Condividi con NFC tenendo i dispositivi a stretto contatto + Carica nel server delle chiavi Info Principale Condividi Sottochiavi Certificati + Revocato + Questa identità è stata revocata dal suo proprietario. Non è più valida. + Verificato + Questa identità è stata verificata. + Non verificato + Questa identità non è stata ancora verificata. Non puoi esser sicuro che l\'identità corrisponda veramente ad una specifica persona. + Non valido + C\'è qualcosa che non va con questa identità! Cambia Frase Di Accesso Aggiungi Identità @@ -348,14 +405,24 @@ Cambia in Identita\' Primaria Revoca identita\' + + Ripristina revoca + + Questa identità è stata revocata. Ciò non può essere annullato. Seleziona un azione! Cambia Scadenza Revoca Sottochiave + nuovo Carica chiave nel server delle chiavi Questo campo è necessario + Le frasi di accesso non coincidono. + Hai inserito la seguente identità: + La creazione di una chiave richiede un po\' di tempo, prendi un caffè nel frattempo...\n(3 sottochiavi, RSA, 4096 bit) + Inserisci Nome Completo, Email e scegli una Frase di Accesso. + Nome completo, es: Mario Rossi Questa chiave è stata revocata! Questa chiave è scaduta @@ -368,6 +435,7 @@ Chiudi drawer di navigazione Le Mie Chiavi + Il messaggio inserito in questo campo verrà firmato con la chiave selezionata in \'Da\' e crittografato per tutti i destinatari selezionati in \'A\'. Inserisci il testo cifrato qui per la decodifica e/o verifica... predefiniti @@ -382,6 +450,7 @@ Applicazione inserimento operazioni in batch. Ho cercato di importare portachiavi privato come pubblico. Questo è un bug, per cortesia inviateci un rapporto! + Questa chiave è una chiave OpenPGP versione 3 e quindi non sicura. Non è stata importata. Nessuna vecchia chiave cancellata (stai creando una nuova?) Cancellate vecchie chiavi dal database Operazione fallita a causa di un errore di codifica @@ -497,7 +566,7 @@ Fusione nel portachiavi pubblico %s Fusione nel portachiavi privato %s Errore fatale nella codifica della firma - Tentativo di consolidare portachiavi eterogenei + Tentativo di unire portachiavi con impronte digitali diverse! Aggiunta nuova sottochiave %s Trovati %s nuovi certificati nel portachiavi Nessun nuovo certificato @@ -520,14 +589,11 @@ ID utente revocato non può essere primario! Eccezione interna di PGP! Eccezione di firma! - Cambio frase di accesso Sostituzione certificato del ID utente primario precedente Generazione di un nuovo certificato per il nuovo ID utente primario Modifica sottochiave %s - Tentativo di operare su sottochiave mancante %s! Generazione nuovi %1$s bit %2$s sottochiave Nuovo ID sottochiave: %s - La data di scadenza non può essere passata! Revoca sottochiave %s Portachiavi modificato con successo Aggiunta id utente %s @@ -536,6 +602,7 @@ ID Utente non può essere vuoto! Errore di apertura portachiavi! Apertura portachiavi + Clicca per rimuovere la frase di accesso nella cache OpenKeychain ha memorizzato nella cache %d frasi di accesso @@ -556,6 +623,7 @@ Chiave non trovata! Errore di elaborazione chiave! ripulito + Le vostre chiavi possono essere eliminate solo singolarmente! Visualizza Dettagli Certificati sconosciuto non può firmare @@ -564,5 +632,7 @@ Mostra chiave (%s) Riappropriati della tua riservatezza con OpenKeychain! + Crea mia chiave + Importa Chiave esistente Salta Installazione diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index deb7715e1..6a02916ad 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -27,6 +27,7 @@ 鍵の概要 ヘルプ ログ + 鍵の生成 ユーザID 副鍵 @@ -271,7 +272,7 @@ \'%s\' を完全に削除中… 名前/メール/鍵ID... - 名前/Keybase.io名... + 名前/メール/証明/鍵... 512 768 @@ -346,13 +347,15 @@ アカウント このアプリに接続されてるアカウントはありません。 このアプリは新しいアカウントの生成を要求しています。すでにある鍵1つを選択するか、新たに生成してください。\nここであなたが選択する鍵の使い道についてアプリケーションには制約があります! + このアカウントの削除された鍵を保存しました。異るものを選択してください!\nここであなたが選択する鍵の使い道についてはアプリには制約があります! 表示されているアプリはメッセージの暗号/復号化とあなたの名前での署名付けを要求しています。\nアクセスを許可しますか?\n\n注意: もしなぜスクリーンに表れたかわからないなら、アクセスを許可しないでください! あなたは後で\'アプリ\'スクリーンを使い、アクセスを破棄するこもできます。 許可されたアクセス 許可されないアクセス 鍵を選択してください! - このユーザIDについて公開鍵が見付かりません: - このユーザIDについて1つ以上の公開鍵が存在します: + このユーザIDについて鍵が見付かりません: + このユーザIDについて1つ以上の鍵が存在します: 受信者リストを確認してください! + 受信者を選択してください! 署名チェックが失敗! 違うところからこのアプリをインストールしましたか? もし攻撃されてでなくそうであるなら、OpenKeychainにあるこのアプリの登録を破棄し、再度アプリを登録してください。 QRコードで共有 @@ -378,6 +381,14 @@ 共有 副鍵 証明 + 破棄 + このIDは鍵の所有者により破棄されています。もう適正ではありません。 + 検証 + このIDは検証されています。 + 未検証 + このIDはまだ検証されていません。IDが本当に特定の人に対応している場合を、あなたは確認することができません。 + 不適正 + このIDではなにかしら問題があります! パスフレーズの変更 ユーザIDの追加 @@ -397,6 +408,7 @@ 副鍵を破棄 新規 + 最低1つフラグを選択してください! 鍵サーバへアップロード このフィールドは必須です @@ -432,6 +444,7 @@ 連続挿入処理を適用する。 秘密鍵の鍵輪を公開鍵としてインポートを試行しました。これはバグで、ファイルをレポートしてください! + この鍵はOpenPGP v3形式の鍵で安全ではありません。そのためインポートできません。 削除された古い鍵はありません (新しく作りますか?) データベースから古い鍵を削除しました エンコードエラーにより操作が失敗しました @@ -543,7 +556,7 @@ 公開鍵の鍵輪 %s にマージ中 秘密鍵の鍵輪 %s にマージ中 署名のエンコードでの致命的なエラー - 種類の異なる鍵輪を統合しようとした + 指紋が異なる鍵輪をマージしようとしています! 新しい副鍵 %s を追加中 鍵輪に新しい検証を %s 発見 新しい証明がない @@ -552,6 +565,7 @@ 主鍵オプション特有ではありません! 鍵輪は最低でも1つのユーザIDの生成が必要です! 主鍵は検証フラグが必須です! + 鍵の生成時に期限を\"過去\"とすることはできません。これはプログラムエラーで、バグレポートとしてファイルを送ってください! 鍵サイズは512かそれ以上が必須です! PGP内部エラー! 悪いアルゴリズムを選択しています! @@ -562,15 +576,23 @@ 現実の鍵指紋が想定の1つと合致しませんでした! 鍵IDがない。 これは内部エラーで、バグレポートの提出をお願いします! 内部エラー、完全性チェックが失敗! + マスター認証が操作で見付かりませんでした(すべて破棄しましたか?) 問題のある主ユーザIDが指定された! + 破棄において問題のあるユーザIDが指定された! 主ユーザIDの破棄はできません! + 副鍵の生成時に期限を\"過去\"とすることはできません。これはプログラムエラーで、バグレポートとしてファイルを送ってください! + 主鍵の復号で致命的な失敗! これはプログラミングのエラーの場合がありますので、バグレポートの提出をお願いします! PGP内部例外! 署名例外! - パスフレーズの変更中 + マスター認証を変更 + 鍵輪のパスフレーズの変更中... + 副鍵 %s のパスフレーズの変更中 + 新しいパスフレーズの設定に失敗しました、空の古いパスフレーズで再度試してください + 副鍵のパスフレーズは変更されていません! (他の鍵とは異なるになっていませんか?) 以前の主ユーザIDで証明を入れ替え中 新しい主ユーザIDで新しい証明を生成中 副鍵 %s を変更中 - 遺失した副鍵 %s の操作をしようとした! + 見付からない副鍵 %s の操作をしようとした! 新しい %1$s ビットの %2$s 副鍵の生成中 新しい副鍵 ID: %s 期限切れ日を過去にはできません! @@ -582,6 +604,18 @@ ユーザIDは空にすることはできません! 鍵輪のロック解除エラー! 鍵輪のロック解除中 + + データベースの統合中 + 秘密鍵の鍵輪を保存中 + 公開鍵の鍵輪を保存中 + データベースの消去中 + + %d の秘密鍵を再インポート中 + + + %d の公開鍵を再インポート中 + + データベースの統合が成功しました クリックしてパスフレーズのキャッシュをクリア OpenKeychainは %d のパスフレーズをキャッシュしています @@ -595,6 +629,7 @@ ユーザID <不明> この鍵に証明がない + あなたの鍵でだけ生成された証明と自己証明がここに表示されます ユーザIDを検証 破棄の理由 検証ステータス diff --git a/OpenKeychain/src/main/res/values-nl/strings.xml b/OpenKeychain/src/main/res/values-nl/strings.xml index a49a51671..7f93d0d51 100644 --- a/OpenKeychain/src/main/res/values-nl/strings.xml +++ b/OpenKeychain/src/main/res/values-nl/strings.xml @@ -280,8 +280,6 @@ Toegang toestaan Toegang weigeren Selecteert u a.u.b. een sleutel - Geen publieke sleutels zijn gevonden voor deze identiteiten: - Meer dan een publieke sleutel bestaat voor deze identiteiten: Bekijkt u a.u.b. de ontvangers Handtekening check mislukt! Hebt u deze app van een andere bron geïnstalleerd? Als u zeker weet dat dit geen aanval is, haal dan de registratie van deze app in OpenKeychain weg en registreer de app opnieuw. @@ -333,6 +331,7 @@ + Certificeer diff --git a/OpenKeychain/src/main/res/values-pl/strings.xml b/OpenKeychain/src/main/res/values-pl/strings.xml index 7b12653c6..f96753662 100644 --- a/OpenKeychain/src/main/res/values-pl/strings.xml +++ b/OpenKeychain/src/main/res/values-pl/strings.xml @@ -310,6 +310,7 @@ + Szczegóły certyfikatu diff --git a/OpenKeychain/src/main/res/values-pt/strings.xml b/OpenKeychain/src/main/res/values-pt/strings.xml new file mode 100644 index 000000000..9a8c94e31 --- /dev/null +++ b/OpenKeychain/src/main/res/values-pt/strings.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OpenKeychain/src/main/res/values-ru/strings.xml b/OpenKeychain/src/main/res/values-ru/strings.xml index 1b2aa7dc6..dba0aed12 100644 --- a/OpenKeychain/src/main/res/values-ru/strings.xml +++ b/OpenKeychain/src/main/res/values-ru/strings.xml @@ -237,7 +237,6 @@ проверка целостности... безопасное удаление \'%s\'... - Имя/Email/ID ключа… 512 768 @@ -303,8 +302,6 @@ Разрешить доступ Запретить доступ Пожалуйста, выберите ключ! - Для этих идентификаторов не найдены публичные ключи: - Для этих идентификаторов найдено более одного публичного ключа: Пожалуйста, проверьте получателей! Проверка подписи пакета не удалась! Если вы установили программу из другого источника, отзовите для неё доступ к этой программе или обновите право доступа. @@ -382,14 +379,13 @@ Аннулированные идентификаторы не могут быть основными! Внутренняя ошибка PGP! Ошибка подписи! - Изменение пароля - Срок годности не может быть в прошлом! Связка успешно изменена Добавление id %s Изменение основного uid на %s Аннулирование id %s Ошибка разблокирования связки! Разблокирование связки + Кем подписан diff --git a/OpenKeychain/src/main/res/values-sl/strings.xml b/OpenKeychain/src/main/res/values-sl/strings.xml index e98e207b5..a24c1ddf1 100644 --- a/OpenKeychain/src/main/res/values-sl/strings.xml +++ b/OpenKeychain/src/main/res/values-sl/strings.xml @@ -242,8 +242,6 @@ preverjam neokrnjenost... varno brišem \'%s\'… - Ime/e-pošta/ID ključa - Ime/Keybase.io uporabniško ime... 512 768 @@ -302,8 +300,6 @@ Dovoli dostop Zavrni dostop Izberite ključ! - Za te identitete ni bil najden noben javni ključ: - Za te identitete obstaja več ključev: Preverite seznam prejemnikov! Preverjanje podpisa ni uspelo! Ste namestili to aplikacijo iz drugega vira? Če ste prepričani, da to ni napad, prekličite registracijo te aplikacije v OpenKeychain in jo izvedite znova. @@ -405,6 +401,7 @@ + Overovitelj diff --git a/OpenKeychain/src/main/res/values-tr/strings.xml b/OpenKeychain/src/main/res/values-tr/strings.xml index f8c26f140..f8ef23467 100644 --- a/OpenKeychain/src/main/res/values-tr/strings.xml +++ b/OpenKeychain/src/main/res/values-tr/strings.xml @@ -162,6 +162,7 @@ + imzalanamadı diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml index 401b8ae83..15bb9ad3e 100644 --- a/OpenKeychain/src/main/res/values-uk/strings.xml +++ b/OpenKeychain/src/main/res/values-uk/strings.xml @@ -1,9 +1,12 @@ + Вибрати ключі + Виберіть ваш ключ Зашифрувати Розшифрувати Парольна фраза + Додати підключ Редагувати ключ Налаштування Програми @@ -12,6 +15,7 @@ Поділитися відбитком із… Поділитися ключем з… Поширити файл з… + Поширити повідомлення із… Зашифрувати до файлу Розшифрувати до файлу Імпортувати ключі @@ -23,6 +27,7 @@ Подробиці про ключ Довідка Журнал + Створити ключ Сутності Підключі @@ -40,20 +45,27 @@ Розшифрувати, перевірити та зберегти файл Розшифрувати і перевірити повідомлення Шифрувати і зберегти файл + Зашифрувати та поширити файл Зберегти Скасувати Вилучити + Необмежено Гаразд Завантажити на сервер ключів Далі Назад Шукати ключ + Зашифрувати і поширити повідомлення Переглянути ключ сертифікації + Створити ключ + Додати файл(и) Параметри Довідка Експорт до файлу Вилучити ключ + Створити мій ключ + Імпортувати наявний ключ Пошук Налаштування променя Скасувати @@ -65,12 +77,24 @@ Повідомлення Файл + Файл(и) + Файл: Без парольної фрази Парольна фраза + Повторити пароль Алгоритм + Файл ASCII Armor + Файли: ASCII Armor + Нехай інші дізнаються, що ви користуєтеся OpenKeychain + Напишіть \'OpenKeychain v2.7\' для підписів, зашифрованого тексту та експортованих ключів OpenPGP + Від: + Кому: + Файли: вилучити після шифрування Вилучити після розшифрування Алгоритм шифрування Хеш алгоритм + З публічним ключем + З паролем Кеш парольної фрази Стиснення повідомлення Стиснення файлу @@ -154,6 +178,7 @@ Ви справді хочете вилучити усі вибрані відкриті ключі?\nВи не зможете це відмінити! Ви справді хочете вилучити секретний ключ \'%s\'?\nВи не зможете це відмінити! Ви справді хочете вилучити відкритий ключ \'%s\'?\nВи не зможете це відмінити! + Також експортувати секретні ключі Успішно експортовано 1 ключ. Успішно експортовано %d ключів. Жодного ключа не експортовано. @@ -193,6 +218,11 @@ Вам потрібний Android 4.1 для використання функції Androids NFC промінь! NFC недоступний на вашому пристрої! Ключ не знайдено! + Надто короткий пошуковий запит. Поліпшіть його! + Трапилася помилка при пошуці за ключами. + Запит пошуку ключа видав надто багато варіантів. Уточніть пошуковий запит! + Нема жодного ключа або знайдено надто багато! Поліпшіть свій запит! + Жодного дійсного ключа не знайдено у File/Clipboard! Трапилася загальна помилка, будь ласка, створіть новий звіт про помилку для OpenKeychain. частина завантаженого файлу є вірним об\'єктом OpenPGP, але не ключем OpenPGP @@ -214,8 +244,21 @@ збереження… імпортується… експортується… + відвантаження… будується ключ… побудова основного кільця… + генерується новий ключ RSA… + генерується новий ключ DSA… + генерується новий ключ ElGamal… + змінюється в\'язка ключів… + розблоковується в\'язка… + розблоковуються ID користувачів… + відхилення ІД користувачів… + змінюється ІД первинного користувача… + змінюються підключі… + відхилення підключів… + додаються підключі… + змінюється пароль… експортується ключ… експортуються ключі… @@ -231,6 +274,7 @@ обробляється підпис… перевірка підпису… підписання… + сертифікується… читання даних… пошук ключа… розпакування даних… @@ -238,6 +282,7 @@ вилучення безпечно \'%s\'… Назва/Ел. пошта/ІД ключа… + Назва/Ел.пошта/Доказ/Ключ… 512 768 @@ -249,6 +294,7 @@ 8192 Особливий розмір ключа Введіть інший розмір ключа (у бітах): + Довжина ключа RSA має бути більша за 1024 та менша за 16384. Також він має мати кратність 8. Довжина ключа DSA має бути більша за 512 та менша за 1024. Також він має мати кратність 64. швидке @@ -276,11 +322,22 @@ Успішно імпортовано %1$d ключі. Успішно імпортовано %1$d ключів. + + та оновлено ключ%2$s. + та оновлено %1$d ключі%2$s. + та оновлено %1$d ключів%2$s. + Успішно імпортований ключ%2$s. Успішно імпортовано %1$d ключі%2$s. Успішно імпортовано %1$d ключів%2$s. + + Успішно оновлено ключ%2$s. + Успішно оновлено %1$d ключі%2$s. + Успішно оновлено %1$d ключів%2$s. + + Переглянути журнал Нема що імпортувати. Помилка імпорту ключів! , із застереженнями @@ -290,6 +347,7 @@ Зашифрувати з OpenKeychain Розшифрувати з OpenKeychain + Незареєстровані програми!\n\nСписок підтримуваних сторонніх програм можна знайти у Довідці! Показати додаткову інформацію Приховати додаткову інформацію Показати додаткові налаштування @@ -305,12 +363,17 @@ Назва пакунку SHA-256 підписку пакунку Облікові записи + Немає облікового запису приєднаного до цієї програми. + Ця програма вимагає створення нового профілю. Будь ласка, виберіть наявний приватний ключ або створіть інший.\nПрограми обмежені використання ключів, які ви тут оберете! + Збережений для цього профілю ключ вже вилучений. Будь ласка, виберіть інший!\nПрограми обмежені використання ключів, які ви тут оберете! + Показана програма запитує доступ до OpenPGP Keychain.\nДозволити доступ?\n\nУВАГА: якщо ви не знаєте, чому цей екран появився, не дозволяйте доступ! Ви можете відкликати доступ пізніше, використовуючи екран \'Зареєстровані програми\'. Дозволити доступ Не дозволити доступ Будь ласка, виберіть ключ! - Немає публічних ключів для цих сутностей: - Наявно більше одного публічного ключа для цих сутностей: + Не знайдено жодного ключа для цих сутностей: + Наявно більше одного ключа для цих сутностей: Будь ласка, перевірте список одержувачів! + Будь ласка, виберіть одержувачів! Перевірка підпису пакету не вдалася! Може ви встановили програму з іншого джерела? Якщо ви впевнені, що це не атака, то відкличте реєстрацію програми у OpenKeychain та знову зареєструйте її. Відправити як штрих-код @@ -325,19 +388,57 @@ Ви можете розпочати за чи створюється ваш власний ключ + імпортується наявний ключ. Редагувати ключ Шифрувати з цим ключем Сертифікувати сутності + Оновити із сервера ключів Поділитися із… Поширити через NFC, тримаючи пристрої пліч-о-пліч + Відвантажити на сервер ключів Основна інформація Поділитися Підключі Сертифікати + Відхилено + Ця сутність вже відкликана власником ключа. Вона більше не дійсна. + Перевірено + Не перевірено + Не перевірено + Ця сутність ще не перевірена. Ви не можете переконатися, чи сутність справді відповідає вказаній особі. + Недійсна + Щось неправильне у цій сутності! + Змінити пароль + Додати сутність + Додати підключ + Виберіть дію! + + Змінити на первинну сутність + Відкликати сутність + + + Обернути відкликання + + Ця сутність вже відкликана. Це не можна скасувати. + Виберіть дію! + + Змінити термін дії + Відкликати підключ + + новий + Відвантажити ключ на сервер ключів + Це поле - обов\'язкове + Паролі фрази не збігаються + Ви ввели наступну сутність: + Створення ключа може зайняти деякий час, випийте чашечку кави за цей час ...\n(3 підключі, RSA, 4096 біт) + Введіть ваше повне ім\'я, електронну адреса та оберіть парольну фразу. + Повне ім\'я, наприклад Степан Бандера + Цей ключ вже відкликано! + Термін дії цього ключа вже минув! Ключі Підписати і зашифрувати @@ -347,6 +448,7 @@ Закрити панель навігації Мої ключі + Введене тут повідомлення буде підписане, використовуючи ключ, вибраний у Звідки та зашифрований для всіх одержувачів, вказаних у Кому. Уведіть зашифрований текст тут для його розшифрування та/або перевірки… типово @@ -354,48 +456,153 @@ випадковий додатний відкликано + Гаразд Невдача! Помилка! Недоступний ключ Застосовується пакетна операція вставки. + Спробували імпортувати секретну в\'язку як публічну. Це вада. Будь ласка, відправте звіт! + Цей ключ зроблений OpenPGP версії 3, а тому небезпечний. Його не можна імпортувати. Нема вилученого старого ключа (створюється новий?) Вилучений старий ключ з бази даних Операція не вдалася через помилку кодування Операція не вдалася через помилку вводу/виводу + Операція не вдалася через помилку бази даних Операція не вдалася через внутрішню помилку + Імпортується публічна в\'язка %s Шифруються дані із в\'язки Аналізуються ключі Підготовка операцій з базою даних Обробляється основний ключа %s + В\'язка закінчилася %s + В\'язка закінчується %s + Прапори основного ключа: certify, encrypt, sign + Прапори основного ключа: certify, encrypt + Прапори основного ключа: certify, sign + Прапори основного ключа: encrypt, sign + Прапори основного ключа: certify + Прапори основного ключа: encrypt + Прапори основного ключа: sign + Прапори основного ключа: немає Опрацьовується підключ %s + Підключ закінчився %s + Підключ закінчуєтья %s + Прапори підключів: certify, encrypt, sign + Прапори підключів: certify, encrypt + Прапори підключів: certify, sign + Прапори підключів: encrypt, sign + Прапори підключів: certify + Прапори підключів: encrypt + Прапори підключів: sign + Прапори підключів: жодний Успішно імпортована публічна в\'язка + В\'язка не містить нових даних. Нема що робити. Повторне вставлення секретного ключа Виявлено поганий сертифікат! Помилка опрацювання сертифікату! + ІД користувача сертифіковано %1$s + + Ігнорується один сертифікат виданий невідомим відкритим ключем + Ігнорується %s сертифікати, виданих невідомими відкритими ключами + Ігнорується %s сертифікатів, виданих невідомими відкритими ключами + + Класифікуються ІД користувача (нема доступних надійних ключів) + + Класифікуються ІД користувача (за допомогою одного надійного ключа) + Класифікуються ІД користувача (за допомогою %s надійних ключів) + Класифікуються ІД користувача (за допомогою %s надійних ключів) + + Перевпорядкування ІД користувачів Обробляється ІД користувача %s + ІД користувача відхилене + Спробували імпортувати публічну в\'язку як секретну. Це вада. Будь ласка, відправте звіт! + Спробували імпортувати в\'язку без канонізації. Це вада. Будь ласка, відправте звіт! Імпортується секретний ключ %s Помилка бази даних! Опрацьовуються секретні підключі Помилка шифрування в’язки + Генерується публічна в\'язка із секретної Підключ %s недоступний у публічному ключі Позначено %s як доступно + В\'язка не містить нових даних. Нема що робити. Успішно імпортована секретна в\'язка + Канонізація публічної в\'язки %s + Канонізація секретної в\'язки %s + Невдала канонізація в\'язки: в\'язка не має дійсних ІД користувача Обробляється основний ключ… Опрацьовується підключ %s + Тип сертифікату невідомого ключа: %s + Не знайдено дійсного сертифікату для %s, вилучення із кільця + Успішна канонізація в\'язки, без змін + + Успішна канонізація в\'язки, вилучено один хибний сертифікат + Успішна канонізація в\'язки, вилучено %d хибні сертифікати + Успішна канонізація в\'язки, вилучено %d хибних сертифікатів + + Успішна канонізація в\'язки, вилучено %1$s хибних та %2$s надлишкових сертифікатів + + Успішна канонізація в\'язки, вилучено один надлишковий сертифікат + Успішна канонізація в\'язки, вилучено %d надлишкові сертифікати + Успішна канонізація в\'язки, вилучено %d надлишкових сертифікатів + + Вилучення недійсного ІД користувача %s + Злиття у публічну в\'язку %s + Злиття у секретну в\'язку %s + Фатальна помилка шифрування підпису + Спробували злити в\'язки із різними відбитками! Додається новий підключ %s + Знайдено %s нових сертифікатів у в\'язці + Немає нових сертифікатів + Генерується новий основний ключ + Не вказано параметрів основного ключа! + В\'язка мусить бути створеною хоча б одним ІД користувача! + Основний ключ повинен мати прапорець certify! + Розмір ключа має бути більшим або рівним 512! + Внутрішня помилка PGP! + Поганий вибір алгоритму! + Основний ключ не може бути ключем ElGamal! + Змінюється в\'язка %s + Виняток шифрування! + Дійсний відбиток ключа не зібгається з очікуваним! + Немає ІД ключа. Це внутрішня помилка! Будь ласка, надішліть звіт про ваду! Внутрішня помилка - збій перевірки цілісності! + Не знайдено основного сертифікату для операцій! (Усе відкликано?) + Вказаний поганий ІД первинного користувача! + Вказаний поганий ІД первинного користувача! ІД відхилених користувачів не може бути первинним! Внутрішній виняток PGP! - Змінюється парольна фраза + Виняток підпису! + Змінюються основі сертифікації + Замінюється сертифікат ІД попереднього первинного користувача + Генерується новий сертифікат для ІД нового первинного користувача + Змінюється підключ %s + Спробували працювати із втраченим підключем %s! + Генерується новий %1$s біт %2$s підключа + Новий ід підключа: %s + Дата завершення дії не може бути у минулому! + Відкликається підключ %s + Успішно модифіковано в\'язку + Додається ід користувача %s + Змінюється первинне uid на %s + Відхилення ІД користувача %s + ІД користувача не повинно бути порожнім! + Помилка розблокування в\'язки! Розблоковується в\'язка + + Клацніть для очищення кешованих парольних фраз + OpenKeychain має %d кешованих парольних фраз + Кешовані парольні фрази: + Очистити кеш + Пароль + Внутрішня помилка! Ким підписаний Дані сертифікату Сутність @@ -408,6 +615,7 @@ Ключ не знайдено! Помилка опрацювання ключа! голий + Ваші власні ключі можна вилучити лише окремо! Переглянути дані сертифікату невідомий не можна підписати @@ -415,4 +623,8 @@ Вручну не створюються профілі OpenKeychain.\nЗа подробицями дивіться Довідку. Показати ключ (%s) + Заберіть вашу приватність із OpenKeychain! + Створити мій ключ + Імпортувати наявний ключ + Пропустити установку diff --git a/OpenKeychain/src/main/res/values-zh/strings.xml b/OpenKeychain/src/main/res/values-zh/strings.xml index 8e5d42bb7..9d0848c07 100644 --- a/OpenKeychain/src/main/res/values-zh/strings.xml +++ b/OpenKeychain/src/main/res/values-zh/strings.xml @@ -144,6 +144,7 @@ + -- cgit v1.2.3 From c3b12bb3c271a62c99e9417558576c202e6fed59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 20 Aug 2014 18:30:22 +0200 Subject: Pull from transifex --- OpenKeychain/src/main/res/raw-cs/help_about.html | 8 ++-- .../src/main/res/raw-cs/help_changelog.html | 8 ++-- OpenKeychain/src/main/res/raw-de/help_about.html | 2 +- .../src/main/res/raw-de/help_changelog.html | 44 +++++++++++----------- .../src/main/res/raw-et/help_changelog.html | 8 ++-- OpenKeychain/src/main/res/raw-it/help_about.html | 12 +++--- .../src/main/res/raw-nl/help_changelog.html | 8 ++-- .../src/main/res/raw-pl/help_changelog.html | 8 ++-- .../src/main/res/raw-ru/help_changelog.html | 8 ++-- .../src/main/res/raw-sl/help_changelog.html | 8 ++-- .../src/main/res/raw-tr/help_changelog.html | 8 ++-- .../src/main/res/raw-zh/help_changelog.html | 8 ++-- OpenKeychain/src/main/res/values-es/strings.xml | 28 ++++++++++++-- OpenKeychain/src/main/res/values-fr/strings.xml | 28 ++++++++++++-- OpenKeychain/src/main/res/values-ja/strings.xml | 25 ++++++++++-- 15 files changed, 135 insertions(+), 76 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/raw-cs/help_about.html b/OpenKeychain/src/main/res/raw-cs/help_about.html index f536fecbd..6394ce319 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_about.html +++ b/OpenKeychain/src/main/res/raw-cs/help_about.html @@ -3,11 +3,11 @@

                http://www.openkeychain.org

                OpenKeychain is an OpenPGP implementation for Android.

                -

                License: GPLv3+

                +

                Licence: GPLv3+

                -

                Developers

                +

                Vývojáři

                  -
                • Dominik Schürmann (Maintainer)
                • +
                • Dominik Schürmann (Hlavní vývojář)
                • Art O Cathain
                • Ash Hughes
                • Brian C. Barnes
                • @@ -27,7 +27,7 @@
                • Tim Bray
                • Vincent Breitmoser
                -

                Libraries

                +

                Knihovny

                • Android Support Library v4 (Apache License v2)
                • diff --git a/OpenKeychain/src/main/res/raw-cs/help_changelog.html b/OpenKeychain/src/main/res/raw-cs/help_changelog.html index e27ac7475..687fd99b9 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-cs/help_changelog.html @@ -7,7 +7,7 @@
                • Key edit: awesome new design, key revocation
                • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                • New first time screen
                • -
                • New create key screen: autocompletion of name and email based on your personal Android accounts
                • +
                • New key creation screen: autocompletion of name and email based on your personal Android accounts
                • File encryption: awesome new design, support for encrypting multiple files
                • New icons to show status of key (by Brennan Novak)
                • Important bug fix: Importing of large key collections from a file is now possible
                • @@ -38,7 +38,7 @@

                  2.5

                  • Fix decryption of symmetric pgp messages/files
                  • -
                  • Refactored edit key screen (thanks to Ash Hughes)
                  • +
                  • Refactored key edit screen (thanks to Ash Hughes)
                  • New modern design for encrypt/decrypt screens
                  • OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
                  @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                  • Basic keyserver support
                  • App2sd
                  • -
                  • More choices for pass phrase cache: 1, 2, 4, 8, hours
                  • +
                  • More choices for passphrase cache: 1, 2, 4, 8, hours
                  • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                  • Bugfixes
                  • Optimizations
                  • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                    1.0.7

                    • Fixed problem with signature verification of texts with trailing newline
                    • -
                    • More options for pass phrase cache time to live (20, 40, 60 mins)
                    • +
                    • More options for passphrase cache time to live (20, 40, 60 mins)

                    1.0.6

                      diff --git a/OpenKeychain/src/main/res/raw-de/help_about.html b/OpenKeychain/src/main/res/raw-de/help_about.html index f5622d54a..934caa832 100644 --- a/OpenKeychain/src/main/res/raw-de/help_about.html +++ b/OpenKeychain/src/main/res/raw-de/help_about.html @@ -5,7 +5,7 @@

                      OpenKeychain ist eine OpenPGP-Implementierung für Android.

                      Lizenz: GPLv3+

                      -

                      Developers

                      +

                      Engwickler

                      • Dominik Schürmann (Maintainer)
                      • Art O Cathain
                      • diff --git a/OpenKeychain/src/main/res/raw-de/help_changelog.html b/OpenKeychain/src/main/res/raw-de/help_changelog.html index 674d9c93f..a706b92d4 100644 --- a/OpenKeychain/src/main/res/raw-de/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-de/help_changelog.html @@ -3,17 +3,17 @@

                        2.8

                          -
                        • So many bugs have been fixed in this release that we focus on the main new features
                        • -
                        • Key edit: awesome new design, key revocation
                        • -
                        • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                        • -
                        • New first time screen
                        • -
                        • New create key screen: autocompletion of name and email based on your personal Android accounts
                        • -
                        • File encryption: awesome new design, support for encrypting multiple files
                        • -
                        • New icons to show status of key (by Brennan Novak)
                        • -
                        • Important bug fix: Importing of large key collections from a file is now possible
                        • -
                        • Notification showing cached passphrases
                        • -
                        -

                        This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                        +
                      • Es wurden in diesem Release so viele Bugs ausgebessert, sodass wir uns besser auf die neuen Funktionen konzentrieren
                      • +
                      • Schlüsselbearbeitung: tolles neues Design und Schlüsselrückruf
                      • +
                      • Schlüsselimport: tolles neues Design, gesicherte Verbindungen zum Schlüsselserver über HKPS, Schlüsselserver [?] über DNS SRV Einträge
                      • +
                      • Neuer Bildschirm bei der ersten Öffnung
                      • +
                      • New key creation screen: autocompletion of name and email based on your personal Android accounts
                      • +
                      • Dateiverschlüsselung: tolles neues Design, Unterstützung für mehrere Dateien
                      • +
                      • Neue Icons zum Anzeigen des Schlüsselstatus' (von Brennan Novak)
                      • +
                      • Wichtige Ausbesserung eines Bugs: Importieren größerer Schlüsselsammlungen aus einer Datei ist nun möglich
                      • +
                      • Benachrichtigung, die die Passphrasen im Cache anzeigt
                      • +
                      +

                      Dieser Release wäre ohne die Arbeit von Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray und Thialfihar nicht möglich

                      2.7

                        @@ -21,7 +21,7 @@
                      • Neues Schlüsselansicht Design (Dominik, Vincent)
                      • Neue flache Android Buttons (Dominik, Vincent)
                      • API Fehler behoben (Dominik)
                      • -
                      • keybase.io importiert (Tim Bray)
                      • +
                      • Import aus keybase.io (Tim Bray)

                      2.6.1

                        @@ -29,17 +29,17 @@

                      2.6

                        -
                      • Key certifications (thanks to Vincent Breitmoser)
                      • -
                      • Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
                      • -
                      • New design for signature verification
                      • -
                      • Custom key length (thanks to Greg Witczak)
                      • -
                      • Fix share-functionality from other apps
                      • +
                      • Schlüsselzertifizierungen (danke an Vincent Breitmoser)
                      • +
                      • Unterstützung für GnuPG-Teilschlüssel (danke an Vincent Breitmoser)
                      • +
                      • Neues Design für Signaturverifikation
                      • +
                      • Benutzerdefinierte Schlüssellänge (Dank an Greg Witczak)
                      • +
                      • Fehler behoben bei der Teilen-Funktion von anderen Apps

                      2.5

                        -
                      • Fix decryption of symmetric pgp messages/files
                      • -
                      • Refactored edit key screen (thanks to Ash Hughes)
                      • -
                      • New modern design for encrypt/decrypt screens
                      • +
                      • Fehler bei der Entschlüsselung symmetrischer PGP Nachrichten/Dateien behoben
                      • +
                      • Refactored key edit screen (thanks to Ash Hughes)
                      • +
                      • Neues modernes Design für Verschlüsselungs-/Entschlüsselungs-Bildschirme
                      • OpenPGP API Version 3 (mehrfache api accounts, interne fehlerbehebungen, schlüssel suche)

                      2.4

                      @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                      • Basic keyserver support
                      • App2sd
                      • -
                      • More choices for pass phrase cache: 1, 2, 4, 8, hours
                      • +
                      • More choices for passphrase cache: 1, 2, 4, 8, hours
                      • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                      • Bugfixes
                      • Optimizations
                      • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                        1.0.7

                        • Fixed problem with signature verification of texts with trailing newline
                        • -
                        • More options for pass phrase cache time to live (20, 40, 60 mins)
                        • +
                        • More options for passphrase cache time to live (20, 40, 60 mins)

                        1.0.6

                          diff --git a/OpenKeychain/src/main/res/raw-et/help_changelog.html b/OpenKeychain/src/main/res/raw-et/help_changelog.html index e27ac7475..687fd99b9 100644 --- a/OpenKeychain/src/main/res/raw-et/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-et/help_changelog.html @@ -7,7 +7,7 @@
                        • Key edit: awesome new design, key revocation
                        • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                        • New first time screen
                        • -
                        • New create key screen: autocompletion of name and email based on your personal Android accounts
                        • +
                        • New key creation screen: autocompletion of name and email based on your personal Android accounts
                        • File encryption: awesome new design, support for encrypting multiple files
                        • New icons to show status of key (by Brennan Novak)
                        • Important bug fix: Importing of large key collections from a file is now possible
                        • @@ -38,7 +38,7 @@

                          2.5

                          • Fix decryption of symmetric pgp messages/files
                          • -
                          • Refactored edit key screen (thanks to Ash Hughes)
                          • +
                          • Refactored key edit screen (thanks to Ash Hughes)
                          • New modern design for encrypt/decrypt screens
                          • OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
                          @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                          • Basic keyserver support
                          • App2sd
                          • -
                          • More choices for pass phrase cache: 1, 2, 4, 8, hours
                          • +
                          • More choices for passphrase cache: 1, 2, 4, 8, hours
                          • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                          • Bugfixes
                          • Optimizations
                          • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                            1.0.7

                            • Fixed problem with signature verification of texts with trailing newline
                            • -
                            • More options for pass phrase cache time to live (20, 40, 60 mins)
                            • +
                            • More options for passphrase cache time to live (20, 40, 60 mins)

                            1.0.6

                              diff --git a/OpenKeychain/src/main/res/raw-it/help_about.html b/OpenKeychain/src/main/res/raw-it/help_about.html index e26c8e246..7b586cbd3 100644 --- a/OpenKeychain/src/main/res/raw-it/help_about.html +++ b/OpenKeychain/src/main/res/raw-it/help_about.html @@ -5,9 +5,9 @@

                              OpenKeychain un implementazione OpenPGP per Android.

                              Licenza: GPLv3+

                              -

                              Developers

                              +

                              Sviluppatori

                                -
                              • Dominik Schürmann (Maintainer)
                              • +
                              • Dominik Schürmann (Manutentore)
                              • Art O Cathain
                              • Ash Hughes
                              • Brian C. Barnes
                              • @@ -34,13 +34,13 @@
                              • Android Support Library v7 'appcompat' (Licenza Apache v2)
                              • -KeybaseLib (Apache License v2)
                              • +KeybaseLib (Licenza Apache v2)
                              • -SuperToasts (Apache License v2)
                              • +SuperToasts (Licenza Apache v2)
                              • -TokenAutoComplete (Apache License v2)
                              • +TokenAutoComplete (Licenza Apache v2)
                              • -MiniDNS (Apache License v2)
                              • +MiniDNS (Licenza Apache v2)
                              • StickyListHeaders (Licenza Apache v2)
                              • diff --git a/OpenKeychain/src/main/res/raw-nl/help_changelog.html b/OpenKeychain/src/main/res/raw-nl/help_changelog.html index 3bc039642..0b6fabc24 100644 --- a/OpenKeychain/src/main/res/raw-nl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-nl/help_changelog.html @@ -7,7 +7,7 @@
                              • Key edit: awesome new design, key revocation
                              • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                              • New first time screen
                              • -
                              • New create key screen: autocompletion of name and email based on your personal Android accounts
                              • +
                              • New key creation screen: autocompletion of name and email based on your personal Android accounts
                              • File encryption: awesome new design, support for encrypting multiple files
                              • New icons to show status of key (by Brennan Novak)
                              • Important bug fix: Importing of large key collections from a file is now possible
                              • @@ -38,7 +38,7 @@

                                2.5

                                • Fix decryption of symmetric pgp messages/files
                                • -
                                • Refactored edit key screen (thanks to Ash Hughes)
                                • +
                                • Refactored key edit screen (thanks to Ash Hughes)
                                • New modern design for encrypt/decrypt screens
                                • OpenPGP API versie 3 (meerdere api accounts, interne fixes, sleutel lookup)
                                @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                • Basic keyserver support
                                • App2sd
                                • -
                                • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                • +
                                • More choices for passphrase cache: 1, 2, 4, 8, hours
                                • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                • Bugfixes
                                • Optimizations
                                • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                  1.0.7

                                  • Fixed problem with signature verification of texts with trailing newline
                                  • -
                                  • More options for pass phrase cache time to live (20, 40, 60 mins)
                                  • +
                                  • More options for passphrase cache time to live (20, 40, 60 mins)

                                  1.0.6

                                    diff --git a/OpenKeychain/src/main/res/raw-pl/help_changelog.html b/OpenKeychain/src/main/res/raw-pl/help_changelog.html index eded2c8c4..eb2dc26c1 100644 --- a/OpenKeychain/src/main/res/raw-pl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-pl/help_changelog.html @@ -7,7 +7,7 @@
                                  • Key edit: awesome new design, key revocation
                                  • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                                  • New first time screen
                                  • -
                                  • New create key screen: autocompletion of name and email based on your personal Android accounts
                                  • +
                                  • New key creation screen: autocompletion of name and email based on your personal Android accounts
                                  • File encryption: awesome new design, support for encrypting multiple files
                                  • New icons to show status of key (by Brennan Novak)
                                  • Important bug fix: Importing of large key collections from a file is now possible
                                  • @@ -38,7 +38,7 @@

                                    2.5

                                    • Fix decryption of symmetric pgp messages/files
                                    • -
                                    • Refactored edit key screen (thanks to Ash Hughes)
                                    • +
                                    • Refactored key edit screen (thanks to Ash Hughes)
                                    • New modern design for encrypt/decrypt screens
                                    • OpenPGP API wersja 3 (wiele kont API, wewnętrzne poprawki, wyszukiwanie kluczy)
                                    @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                    • Basic keyserver support
                                    • App2sd
                                    • -
                                    • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                    • +
                                    • More choices for passphrase cache: 1, 2, 4, 8, hours
                                    • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                    • Bugfixes
                                    • Optimizations
                                    • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                      1.0.7

                                      • Fixed problem with signature verification of texts with trailing newline
                                      • -
                                      • More options for pass phrase cache time to live (20, 40, 60 mins)
                                      • +
                                      • More options for passphrase cache time to live (20, 40, 60 mins)

                                      1.0.6

                                        diff --git a/OpenKeychain/src/main/res/raw-ru/help_changelog.html b/OpenKeychain/src/main/res/raw-ru/help_changelog.html index f74a54762..6d9c92e9b 100644 --- a/OpenKeychain/src/main/res/raw-ru/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-ru/help_changelog.html @@ -7,7 +7,7 @@
                                      • Key edit: awesome new design, key revocation
                                      • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                                      • New first time screen
                                      • -
                                      • New create key screen: autocompletion of name and email based on your personal Android accounts
                                      • +
                                      • New key creation screen: autocompletion of name and email based on your personal Android accounts
                                      • File encryption: awesome new design, support for encrypting multiple files
                                      • New icons to show status of key (by Brennan Novak)
                                      • Important bug fix: Importing of large key collections from a file is now possible
                                      • @@ -38,7 +38,7 @@

                                        2.5

                                        • Fix decryption of symmetric pgp messages/files
                                        • -
                                        • Refactored edit key screen (thanks to Ash Hughes)
                                        • +
                                        • Refactored key edit screen (thanks to Ash Hughes)
                                        • New modern design for encrypt/decrypt screens
                                        • OpenPGP API версии 3 (множественные аккаунты, внутренние исправления, поиск ключей)
                                        @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                        • Basic keyserver support
                                        • App2sd
                                        • -
                                        • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                        • +
                                        • More choices for passphrase cache: 1, 2, 4, 8, hours
                                        • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                        • Bugfixes
                                        • Optimizations
                                        • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                          1.0.7

                                          • Fixed problem with signature verification of texts with trailing newline
                                          • -
                                          • More options for pass phrase cache time to live (20, 40, 60 mins)
                                          • +
                                          • More options for passphrase cache time to live (20, 40, 60 mins)

                                          1.0.6

                                            diff --git a/OpenKeychain/src/main/res/raw-sl/help_changelog.html b/OpenKeychain/src/main/res/raw-sl/help_changelog.html index e5ff10005..635d02780 100644 --- a/OpenKeychain/src/main/res/raw-sl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-sl/help_changelog.html @@ -7,7 +7,7 @@
                                          • Key edit: awesome new design, key revocation
                                          • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                                          • New first time screen
                                          • -
                                          • New create key screen: autocompletion of name and email based on your personal Android accounts
                                          • +
                                          • New key creation screen: autocompletion of name and email based on your personal Android accounts
                                          • File encryption: awesome new design, support for encrypting multiple files
                                          • New icons to show status of key (by Brennan Novak)
                                          • Important bug fix: Importing of large key collections from a file is now possible
                                          • @@ -38,7 +38,7 @@

                                            2.5

                                            • Fix decryption of symmetric pgp messages/files
                                            • -
                                            • Refactored edit key screen (thanks to Ash Hughes)
                                            • +
                                            • Refactored key edit screen (thanks to Ash Hughes)
                                            • New modern design for encrypt/decrypt screens
                                            • API OpenPGP, verzija 3 (podpora za več API računov, interni popravki, iskanje ključev)
                                            @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                            • Basic keyserver support
                                            • App2sd
                                            • -
                                            • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                            • +
                                            • More choices for passphrase cache: 1, 2, 4, 8, hours
                                            • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                            • Bugfixes
                                            • Optimizations
                                            • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                              1.0.7

                                              • Fixed problem with signature verification of texts with trailing newline
                                              • -
                                              • More options for pass phrase cache time to live (20, 40, 60 mins)
                                              • +
                                              • More options for passphrase cache time to live (20, 40, 60 mins)

                                              1.0.6

                                                diff --git a/OpenKeychain/src/main/res/raw-tr/help_changelog.html b/OpenKeychain/src/main/res/raw-tr/help_changelog.html index e27ac7475..687fd99b9 100644 --- a/OpenKeychain/src/main/res/raw-tr/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-tr/help_changelog.html @@ -7,7 +7,7 @@
                                              • Key edit: awesome new design, key revocation
                                              • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                                              • New first time screen
                                              • -
                                              • New create key screen: autocompletion of name and email based on your personal Android accounts
                                              • +
                                              • New key creation screen: autocompletion of name and email based on your personal Android accounts
                                              • File encryption: awesome new design, support for encrypting multiple files
                                              • New icons to show status of key (by Brennan Novak)
                                              • Important bug fix: Importing of large key collections from a file is now possible
                                              • @@ -38,7 +38,7 @@

                                                2.5

                                                • Fix decryption of symmetric pgp messages/files
                                                • -
                                                • Refactored edit key screen (thanks to Ash Hughes)
                                                • +
                                                • Refactored key edit screen (thanks to Ash Hughes)
                                                • New modern design for encrypt/decrypt screens
                                                • OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
                                                @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                                • Basic keyserver support
                                                • App2sd
                                                • -
                                                • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                                • +
                                                • More choices for passphrase cache: 1, 2, 4, 8, hours
                                                • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                                • Bugfixes
                                                • Optimizations
                                                • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                                  1.0.7

                                                  • Fixed problem with signature verification of texts with trailing newline
                                                  • -
                                                  • More options for pass phrase cache time to live (20, 40, 60 mins)
                                                  • +
                                                  • More options for passphrase cache time to live (20, 40, 60 mins)

                                                  1.0.6

                                                    diff --git a/OpenKeychain/src/main/res/raw-zh/help_changelog.html b/OpenKeychain/src/main/res/raw-zh/help_changelog.html index e27ac7475..687fd99b9 100644 --- a/OpenKeychain/src/main/res/raw-zh/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-zh/help_changelog.html @@ -7,7 +7,7 @@
                                                  • Key edit: awesome new design, key revocation
                                                  • Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
                                                  • New first time screen
                                                  • -
                                                  • New create key screen: autocompletion of name and email based on your personal Android accounts
                                                  • +
                                                  • New key creation screen: autocompletion of name and email based on your personal Android accounts
                                                  • File encryption: awesome new design, support for encrypting multiple files
                                                  • New icons to show status of key (by Brennan Novak)
                                                  • Important bug fix: Importing of large key collections from a file is now possible
                                                  • @@ -38,7 +38,7 @@

                                                    2.5

                                                    • Fix decryption of symmetric pgp messages/files
                                                    • -
                                                    • Refactored edit key screen (thanks to Ash Hughes)
                                                    • +
                                                    • Refactored key edit screen (thanks to Ash Hughes)
                                                    • New modern design for encrypt/decrypt screens
                                                    • OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
                                                    @@ -110,7 +110,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
                                                    • Basic keyserver support
                                                    • App2sd
                                                    • -
                                                    • More choices for pass phrase cache: 1, 2, 4, 8, hours
                                                    • +
                                                    • More choices for passphrase cache: 1, 2, 4, 8, hours
                                                    • Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
                                                    • Bugfixes
                                                    • Optimizations
                                                    • @@ -118,7 +118,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa

                                                      1.0.7

                                                      • Fixed problem with signature verification of texts with trailing newline
                                                      • -
                                                      • More options for pass phrase cache time to live (20, 40, 60 mins)
                                                      • +
                                                      • More options for passphrase cache time to live (20, 40, 60 mins)

                                                      1.0.6

                                                        diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 7948b7f1b..115da1278 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -275,6 +275,7 @@ descomprimiendo los datos... verificando la integridad... borrando \'%s\' de forma segura… + reimportando base de datos... Nombre/Correo electrónico/Identidad de clave... Nombre/Correo electrónico/Prueba/Clave... @@ -620,18 +621,37 @@ Desbloqueando juego de claves Consolidando base de datos + ¡La consolidación se inició cuando no había una base de datos cacheada! Probablemente esto es un error de programación, por favor consigne un informe de fallos. Guardando juegos de claves secretas (privadas) Guardando juegos de claves públicas Limpiando base de datos - - Reimportando una clave secreta (privada) - Reimportando %d claves secretas (privadas) + Base de datos consolidada con éxito + Entrando en fase crítica + Abandonando fase crítica + Borrando fichero de caché de juego de claves públicas + Borrando fichero de caché de juego de claves secretas (privadas) + ¡Error al abrir la base de datos! + ¡Error de E/S al escribir claves públicas en caché! + ¡Error de E/S al escribir claves secretas (privadas) en caché! + ¡Error al reimportar claves públicas! + ¡Error reimportando claves secretas (privadas)! + + Recuperando consolidación con %1$d clave secreta (privada) y %2$d pública + Recuperando consolidación con %1$d claves secretas (privadas) y %2$d públicas + Recuperando desde un estado desconocido Reimportando una clave pública Reimportando %d claves públicas - Base de datos consolidada con éxito + No hay claves públicas a reimportar, omitiendo... + + Reimportando una clave secreta (privada) + Reimportando %d claves secretas (privadas) + + No hay claves públicas a reimportar, omitiendo... + Excepción borrando fichero de caché público + Excepción borrando fichero de caché público Haga clic para limpiar las frases contraseña almacenadas en caché OpenKeychain ha almacenado en caché %d frases contraseña diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 74fa562ff..41b7c24ae 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -275,6 +275,7 @@ décompression des données... vérification de l\'intégrité... suppression sûre de « %s »... + réimportation de la base de données... Nom/courriel/ID de clef... Nom/courriel/preuve/clef... @@ -620,18 +621,37 @@ Déverrouillage du trousseau Consolidation de la base de données + La consolidation a commencé alors qu\'aucune base de données n\'était en cache ! Ceci est probablement une erreur de programmation, veuillez remplir un rapport de bogue ! Enregistrement des trousseaux secrets Enregistrement des trousseaux publiques Nettoyage de la base de données - - Réimportation d\'une clef secrète - Réimportation de %d clefs secrètes + Base de données consolidée avec succès + Début de la phase critique + Fin de la phase critique + Suppression du fichier de cache du trousseau public + Suppression du fichier de cache du trousseau secret + Erreur lors de l\'ouverture de la base de données ! + Erreur E/S lors de l\'écriture des clefs publiques vers le cache ! + Erreur E/S lors de l\'écriture des clefs secrètes vers le cache ! + Erreur lors de la réimportation des clefs publiques ! + Erreur lors de la réimportation des clefs secrètes ! + + Consolidation de récupération avec %1$d clef secrète et %2$d publique + Consolidation de récupération avec %1$d clefs secrètes et %2$d publiques + Récupération à partir d\'un état inconnu Réimportation d\'une clef publique Réimportation de %d clefs publiques - Base de données consolidée avec succès + Aucune clef publique à réimporter, étape ignorée... + + Réimportation d\'une clef secrète + Réimportation de %d clefs secrètes + + Aucune clef secrète à réimporter, étape ignorée... + Une exception a eu lieu lors de la suppression du fichier de cache publique + Une exception a eu lieu lors de la suppression du fichier de cache publique Cliquer ici pour effacer les phrases de passe mises en cache OpenKeychain a mis en cache %d phrases de passe diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index 6a02916ad..bf2f83e66 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -270,6 +270,7 @@ データの展開中... 完全性の検証中... \'%s\' を完全に削除中… + データベースの再インポート中... 名前/メール/鍵ID... 名前/メール/証明/鍵... @@ -606,16 +607,34 @@ 鍵輪のロック解除中 データベースの統合中 + データベースでキャッシュせずに統合を開始します! これはおそらくプログラミングのエラーなので、バグレポートの提出をお願いします! 秘密鍵の鍵輪を保存中 公開鍵の鍵輪を保存中 データベースの消去中 - - %d の秘密鍵を再インポート中 + データベースの統合が成功しました + クリティカルなフェーズに入りました + クリティカルなフェーズを抜けました + 公開鍵輪のキャッシュファイルを削除中 + 秘密鍵輪のキャッシュファイルを削除中 + データベースオープン中のエラー! + キャッシュに公開鍵を書く際にI/Oエラー! + キャッシュに秘密鍵を書く際にI/Oエラー! + 公開鍵の再インポートのエラー! + 秘密鍵の再インポートのエラー! + + %1$d の秘密鍵と %2$d の公開鍵の統合のリカバリー中 + 不明な状態からリカバリー中 %d の公開鍵を再インポート中 - データベースの統合が成功しました + 再インポートで公開鍵がありません、スキップします... + + %d の秘密鍵を再インポート中 + + 再インポートで秘密鍵がありません、スキップします... + 公開鍵キャッシュファイルの削除例外 + 公開鍵キャッシュファイルの削除例外 クリックしてパスフレーズのキャッシュをクリア OpenKeychainは %d のパスフレーズをキャッシュしています -- cgit v1.2.3 From fe1f5489ff8e819c8711f9bde3a19573bc621110 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 20 Aug 2014 19:34:36 +0200 Subject: consolidate: implement (mostly) recovery mode --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 1bd412d4d..64c743ead 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -703,7 +703,7 @@ No secret keys to reimport, skipping… Exception deleting public cache file - Exception deleting public cache file + Exception deleting secret cache file Click to clear cached passphrases -- cgit v1.2.3 From f46f2b6895ac0c9c5c000e93457cb66049269ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 20 Aug 2014 19:46:44 +0200 Subject: Fixes and temporary fixes for returning results --- OpenKeychain/src/main/res/values-de/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index fb43b9d04..d746f6fb3 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -421,7 +421,7 @@ Die Anwendung ist wegen Kodierungsfehler fehlgeschlagen Die Anwendung ist wegen eines Eingabe/Ausgabe-Fehlers fehlgeschlagen Die Anwendung ist wegen internen Fehler fehlgeschlagen - Importiere öffentlichen Schlüsselbund %s% + Importiere öffentlichen Schlüsselbund %s Schlüsselbund-daten werden kodiert Datenbank-Transaktionen werden vorbereitet Hauptschlüssel %s wird verarbeitet -- cgit v1.2.3 From 475293a116b5c3f7937bc5075921a2a0cb9c9a29 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 20 Aug 2014 19:59:45 +0200 Subject: consolidate: prevent concurrent calls of step 2 --- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 64c743ead..3175d679b 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -673,7 +673,8 @@ Consolidating database - Consolidation started while no database was cached! This is probably a programming error, please file a bug report. + Consolidation was started while no database was cached! This is probably a programming error, please file a bug report. + Consolidation aborted, already running on other thread! Saving secret keyrings Saving public keyrings Clearing database -- cgit v1.2.3 From c2965290497e12d65d0a8412c8f29d7134a05c95 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 20 Aug 2014 20:15:43 +0200 Subject: modifyKey: small logging changes --- OpenKeychain/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 3175d679b..71f4504d7 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -652,14 +652,14 @@ Signature exception! Modifying master certifications Changing passphrase for keyring… - Changing passphrase for subkey %s + Re-encrypting subkey %s with new passphrase Setting new passphrase failed, trying again with empty old passphrase Passphrase for subkey could not be changed! (Does it have a different one from the other keys?) Replacing certificate of previous primary user id Generating new certificate for new primary user id Modifying subkey %s Tried to operate on missing subkey %s! - Generating new %1$s bit %2$s subkey + Adding new subkey of type %2$s (%1$s bit) New subkey ID: %s Expiry date cannot be in the past! Revoking subkey %s -- cgit v1.2.3 From dd1b27b28f7c84cc10a4dd632b2175d9171f6c72 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 20 Aug 2014 21:52:54 +0200 Subject: consolidate: small ui things --- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 71f4504d7..c4697cac3 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -302,7 +302,8 @@ verifying integrity… deleting \'%s\' securely… - reimporting database… + consolidate: saving to cache… + consolidate: reimporting… Name/Email/Key ID… -- cgit v1.2.3 From e8bc9083f2699fc5c998ac17b3ea7c1325771aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 20 Aug 2014 23:01:27 +0200 Subject: improve certs_text --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 71f4504d7..556df3923 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -720,7 +720,7 @@ Identity <unknown> No certificates for this key - Only certificates created with your keys and self-certificates are displayed here. + Only self-certificates and certificates created with your keys are displayed here. Identities to certify Revocation Reason Verification Status -- cgit v1.2.3 From dcf268bcb2cbe433fdef8af4fd516a6482ac268a Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 20 Aug 2014 23:08:52 +0200 Subject: move key deletion into KeychainIntentHandler --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index c4697cac3..fede86b1c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -301,6 +301,7 @@ decompressing data… verifying integrity… deleting \'%s\' securely… + deleting keys… consolidate: saving to cache… consolidate: reimporting… -- cgit v1.2.3 From 418e922c78c365cd1c428f334de6814cbbc17b47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 20 Aug 2014 23:26:01 +0200 Subject: Enable sync adapter, changelog --- OpenKeychain/src/main/res/raw/help_changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/raw/help_changelog.html b/OpenKeychain/src/main/res/raw/help_changelog.html index 5f1798896..c8992ddab 100644 --- a/OpenKeychain/src/main/res/raw/help_changelog.html +++ b/OpenKeychain/src/main/res/raw/help_changelog.html @@ -16,6 +16,7 @@ And don't add newlines before or after p tags because of transifex -->
                                                      • New icons to show status of key (by Brennan Novak)
                                                      • Important bug fix: Importing of large key collections from a file is now possible
                                                      • Notification showing cached passphrases
                                                      • +
                                                      • Keys are connected to Android's contacts

                                                      This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                                      -- cgit v1.2.3 From 41052d6f8f9a1acb9ebbd850c241e6f1d62a9a2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 21 Aug 2014 00:36:15 +0200 Subject: Pull from transifex --- OpenKeychain/src/main/res/values-de/strings.xml | 44 ++++++++++++------------- OpenKeychain/src/main/res/values-es/strings.xml | 6 ---- OpenKeychain/src/main/res/values-fr/strings.xml | 6 ---- OpenKeychain/src/main/res/values-it/strings.xml | 1 - OpenKeychain/src/main/res/values-ja/strings.xml | 6 ---- OpenKeychain/src/main/res/values-uk/strings.xml | 1 - 6 files changed, 22 insertions(+), 42 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index d746f6fb3..3b8fe1e36 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -237,24 +237,24 @@ Fertig. Abbrechen - wird gespeichert… - wird importiert… - wird exportiert… - hochladen... + Wird gespeichert… + Wird importiert… + Wird exportiert… + Wird hochgeladen... Schlüssel wird erstellt… Hauptschlüssel wird erstellt… - erzeuge neuen RSA Schlüssel... - erzeuge neuen DSA Schlüssel... - erzeuge neuen ElGamal Schlüssel... - verändere Schlüsselbund... - entsperre Schlüsselbund... - füge User ID hinzu... - Wiederrufe Benutzerkennungen... - ändere Haupt User ID... - verändere Unterschlüssel... - Widerrufe Unterschlüssel... - füge Unterschlüssel hinzu... - ändere Passwort... + Erzeuge neuen RSA-Schlüssel... + Erzeuge neuen DSA-Schlüssel... + Erzeuge neuen ElGamal-Schlüssel... + Schlüsselbund wird verändert... + Schlüsselbund wird entsperrt... + User-ID wird hinzugefügt... + User-IDs werden widerrufen... + Primäre User-ID wird geändert... + Unterschlüssel werden verändert... + Unterschlüssel wird widerrufen... + Unterschlüssel wird hinzugefügt... + Passwort wird geändert... Schlüssel wird exportiert… Schlüssel werden exportiert… @@ -268,8 +268,8 @@ Signatur wird erstellt… Signatur wird verarbeitet… Signatur wird verifiziert… - wird signiert… - beglaubige... + Wird signiert… + Wird beglaubige... Daten werden gelesen… Schlüssel wird gesucht… Daten werden entpackt… @@ -303,12 +303,12 @@ Schlüsselserver Datei/Zwischenablage - QR Kode/NFC + QR-Code/NFC Keybase.io Ausgewählte Schlüssel importieren Falsch formatierter QR-Code! Bitte erneut versuchen! Der Fingerabdruck ist zu kurz (< 16 Zeichen) - QR Kode Einlesen... + QR-Code Einlesen... 1 Schlüssel erfolgreich importiert @@ -349,8 +349,8 @@ SHA-256 der Paketsignatur Konten Keine Konten mit dieser Anwendung verknüpft. - Die Anwendung verlangt die Erstellung eines neuen Accounts. Bitte wähle einen deiner existierenden Schlüssel aus oder erstelle einen Neuen.\nAnwendugen sind auf die Nutzung der Schlüssel beschränkt die du hier auswählst! - Folgende Anwendung möchte Nachrichten ver-/entschlüsseln und in Ihrem Namen signieren\nZugriff erlauben?\n\nVORSICHT: Sollten Sie nicht wissen warum dieses Fenster erscheint, sollten Sie den Zugriff nicht gewähren! Sie können Zugriffe später über das Menü \'Anwendungen\' widerrufen. + Die App verlangt die Erstellung eines neuen Accounts. Bitte wähle einen deiner existierenden Schlüssel aus oder erstelle einen neuen.\nApps können nur hier ausgewählte Schlüssel nutzen. + Folgende Anwendung möchte Nachrichten ver-/entschlüsseln und in Ihrem Namen signieren.\nZugriff erlauben?\n\nVORSICHT: Sollten Sie nicht wissen warum dieses Fenster erscheint, sollten Sie den Zugriff verbieten! Sie können Zugriffe später über das Menü \'Apps\' widerrufen. Zugriff erlauben Zugriff verbieten Bitte einen Schlüssel auswählen! diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 115da1278..cc1a29c34 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -275,7 +275,6 @@ descomprimiendo los datos... verificando la integridad... borrando \'%s\' de forma segura… - reimportando base de datos... Nombre/Correo electrónico/Identidad de clave... Nombre/Correo electrónico/Prueba/Clave... @@ -601,14 +600,12 @@ ¡Excepción con la firma! Modificando certificaciones maestras Cambiando frase contraseña para el juego de claves (keyring)... - Cambiando frase contraseña para la subclave %s Fallo al establecer nueva frase contraseña, intentándolo de nuevo con una antigua frase contraseña vacía ¡La frase contraseña para la subclave no pudo cambiarse! (¿Tiene la subclave una diferente de la de las otras claves?) Reemplazando certificado de la anterior identidad de usuario primaria Generando nuevo certificado para nueva identidad de usuario primaria Modificando subclave %s ¡Se intentó operar sobre una subclave desaparecida %s! - Generando nueva subclave %2$s de %1$s bits Nueva identidad de subclave: %s ¡La fecha de expiración no puede ser del pasado! Revocando subclave %s @@ -621,7 +618,6 @@ Desbloqueando juego de claves Consolidando base de datos - ¡La consolidación se inició cuando no había una base de datos cacheada! Probablemente esto es un error de programación, por favor consigne un informe de fallos. Guardando juegos de claves secretas (privadas) Guardando juegos de claves públicas Limpiando base de datos @@ -651,7 +647,6 @@ No hay claves públicas a reimportar, omitiendo... Excepción borrando fichero de caché público - Excepción borrando fichero de caché público Haga clic para limpiar las frases contraseña almacenadas en caché OpenKeychain ha almacenado en caché %d frases contraseña @@ -665,7 +660,6 @@ Identidad <desconocido> No hay certificados para esta clave - Sólo los certificados creados con sus claves y auto-certificados son mostrados aquí. Identidades a certificar Razón de la revocación Estado de la verificación diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 41b7c24ae..e25f4cd05 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -275,7 +275,6 @@ décompression des données... vérification de l\'intégrité... suppression sûre de « %s »... - réimportation de la base de données... Nom/courriel/ID de clef... Nom/courriel/preuve/clef... @@ -601,14 +600,12 @@ Exception de signature ! Modification des certifications maîtresses Changement de la phrase de passe pour le trousseau... - Changement de la phrase de passe pour la sous-clef %s Échec lors de la définition de la nouvelle phrase de passe, nouvel essai avec une ancienne phrase de passe vide La phrase de passe de la sous-clef n\'a pas pu être changée ! (Est-elle différente des autres clefs ?) Remplacement du certificat de l\'ID d\'utilisateur principal précédent Génération d\'un nouveau certificat pour le nouvel ID d\'utilisateur principal Modification de la sous-clef %s Une action a été tentée sur la sous-clef manquante %s ! - Génération d\'une nouvelle sous-clef %2$s de %1$s bit Nouvelle ID de sous-clef : %s La date d\'expiration ne peut pas être dans le passé ! Révocation de la sous-clef %s @@ -621,7 +618,6 @@ Déverrouillage du trousseau Consolidation de la base de données - La consolidation a commencé alors qu\'aucune base de données n\'était en cache ! Ceci est probablement une erreur de programmation, veuillez remplir un rapport de bogue ! Enregistrement des trousseaux secrets Enregistrement des trousseaux publiques Nettoyage de la base de données @@ -651,7 +647,6 @@ Aucune clef secrète à réimporter, étape ignorée... Une exception a eu lieu lors de la suppression du fichier de cache publique - Une exception a eu lieu lors de la suppression du fichier de cache publique Cliquer ici pour effacer les phrases de passe mises en cache OpenKeychain a mis en cache %d phrases de passe @@ -665,7 +660,6 @@ identité <inconnu> Aucun certificat pour cette clef - Seuls les certificats créés avec vos clefs et les auto-certificats sont affichés ici. Identités à certifier Raison de la révocation État de vérification diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 7a5289313..4cb029508 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -592,7 +592,6 @@ Sostituzione certificato del ID utente primario precedente Generazione di un nuovo certificato per il nuovo ID utente primario Modifica sottochiave %s - Generazione nuovi %1$s bit %2$s sottochiave Nuovo ID sottochiave: %s Revoca sottochiave %s Portachiavi modificato con successo diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index bf2f83e66..724abeab4 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -270,7 +270,6 @@ データの展開中... 完全性の検証中... \'%s\' を完全に削除中… - データベースの再インポート中... 名前/メール/鍵ID... 名前/メール/証明/鍵... @@ -587,14 +586,12 @@ 署名例外! マスター認証を変更 鍵輪のパスフレーズの変更中... - 副鍵 %s のパスフレーズの変更中 新しいパスフレーズの設定に失敗しました、空の古いパスフレーズで再度試してください 副鍵のパスフレーズは変更されていません! (他の鍵とは異なるになっていませんか?) 以前の主ユーザIDで証明を入れ替え中 新しい主ユーザIDで新しい証明を生成中 副鍵 %s を変更中 見付からない副鍵 %s の操作をしようとした! - 新しい %1$s ビットの %2$s 副鍵の生成中 新しい副鍵 ID: %s 期限切れ日を過去にはできません! 副鍵 %s を破棄中 @@ -607,7 +604,6 @@ 鍵輪のロック解除中 データベースの統合中 - データベースでキャッシュせずに統合を開始します! これはおそらくプログラミングのエラーなので、バグレポートの提出をお願いします! 秘密鍵の鍵輪を保存中 公開鍵の鍵輪を保存中 データベースの消去中 @@ -634,7 +630,6 @@ 再インポートで秘密鍵がありません、スキップします... 公開鍵キャッシュファイルの削除例外 - 公開鍵キャッシュファイルの削除例外 クリックしてパスフレーズのキャッシュをクリア OpenKeychainは %d のパスフレーズをキャッシュしています @@ -648,7 +643,6 @@ ユーザID <不明> この鍵に証明がない - あなたの鍵でだけ生成された証明と自己証明がここに表示されます ユーザIDを検証 破棄の理由 検証ステータス diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml index 15bb9ad3e..77458e93f 100644 --- a/OpenKeychain/src/main/res/values-uk/strings.xml +++ b/OpenKeychain/src/main/res/values-uk/strings.xml @@ -583,7 +583,6 @@ Генерується новий сертифікат для ІД нового первинного користувача Змінюється підключ %s Спробували працювати із втраченим підключем %s! - Генерується новий %1$s біт %2$s підключа Новий ід підключа: %s Дата завершення дії не може бути у минулому! Відкликається підключ %s -- cgit v1.2.3 From 7adf07a9f9bc53ec98338f92b760b75e31559c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 21 Aug 2014 10:47:29 +0200 Subject: XML cleanup --- OpenKeychain/src/main/res/xml/account_desc.xml | 7 +++---- OpenKeychain/src/main/res/xml/adv_preferences.xml | 17 ----------------- .../main/res/xml/custom_pgp_contacts_structure.xml | 5 +++-- OpenKeychain/src/main/res/xml/gen_preferences.xml | 19 +------------------ OpenKeychain/src/main/res/xml/preference_headers.xml | 17 ----------------- .../src/main/res/xml/preference_headers_legacy.xml | 17 ----------------- OpenKeychain/src/main/res/xml/sync_adapter_desc.xml | 8 ++++---- 7 files changed, 11 insertions(+), 79 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/xml/account_desc.xml b/OpenKeychain/src/main/res/xml/account_desc.xml index a6989e9ef..41ce8fe48 100644 --- a/OpenKeychain/src/main/res/xml/account_desc.xml +++ b/OpenKeychain/src/main/res/xml/account_desc.xml @@ -1,6 +1,5 @@ - + android:accountType="org.sufficientlysecure.keychain" + android:icon="@drawable/ic_launcher" + android:label="@string/app_name" /> diff --git a/OpenKeychain/src/main/res/xml/adv_preferences.xml b/OpenKeychain/src/main/res/xml/adv_preferences.xml index 49f241ffe..02fa4ec40 100644 --- a/OpenKeychain/src/main/res/xml/adv_preferences.xml +++ b/OpenKeychain/src/main/res/xml/adv_preferences.xml @@ -1,20 +1,3 @@ - - - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/xml/gen_preferences.xml b/OpenKeychain/src/main/res/xml/gen_preferences.xml index 10be61b6a..fd3c6c31a 100644 --- a/OpenKeychain/src/main/res/xml/gen_preferences.xml +++ b/OpenKeychain/src/main/res/xml/gen_preferences.xml @@ -1,22 +1,5 @@ - - - + - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . ---> -
                                                      - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . ---> - diff --git a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml index d8fe60e91..bbfd41842 100644 --- a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml +++ b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml @@ -1,6 +1,6 @@ \ No newline at end of file + android:contentAuthority="com.android.contacts" + android:accountType="org.sufficientlysecure.keychain" + android:supportsUploading="false" + android:userVisible="true" /> \ No newline at end of file -- cgit v1.2.3 From 2930f83b2a49735a840f2adad4a4c3cb83ac07e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 21 Aug 2014 11:19:44 +0200 Subject: Change account type --- OpenKeychain/src/main/res/xml/account_desc.xml | 2 +- OpenKeychain/src/main/res/xml/sync_adapter_desc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/xml/account_desc.xml b/OpenKeychain/src/main/res/xml/account_desc.xml index 41ce8fe48..d29395202 100644 --- a/OpenKeychain/src/main/res/xml/account_desc.xml +++ b/OpenKeychain/src/main/res/xml/account_desc.xml @@ -1,5 +1,5 @@ diff --git a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml index bbfd41842..d05dc6918 100644 --- a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml +++ b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml @@ -1,6 +1,6 @@ \ No newline at end of file -- cgit v1.2.3 From f0ff8d22226f4f3b65b5b5ec9d6de47b181cefda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 21 Aug 2014 11:25:41 +0200 Subject: Add sync properties --- OpenKeychain/src/main/res/xml/sync_adapter_desc.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml index d05dc6918..6871e1a5d 100644 --- a/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml +++ b/OpenKeychain/src/main/res/xml/sync_adapter_desc.xml @@ -3,4 +3,6 @@ android:contentAuthority="com.android.contacts" android:accountType="org.sufficientlysecure.keychain.account" android:supportsUploading="false" - android:userVisible="true" /> \ No newline at end of file + android:userVisible="true" + android:allowParallelSyncs="false" + android:isAlwaysSyncable="true" /> \ No newline at end of file -- cgit v1.2.3 From 3acbe9052f6923b3cc711bf64d8cd774cd26b6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 21 Aug 2014 15:40:09 +0200 Subject: Add ECDH and ECDSA values --- OpenKeychain/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 2eb9f2b97..ba5ed867a 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -156,6 +156,8 @@ DSA ElGamal RSA + ECDH + ECDSA Open… Warning Error -- cgit v1.2.3 From 79c4d3ea49f059b9c11c11ff7be606e13a9e0362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 22 Aug 2014 09:54:01 +0200 Subject: Pull from transifex --- .../src/main/res/raw-cs/help_changelog.html | 1 + .../src/main/res/raw-de/help_changelog.html | 1 + .../src/main/res/raw-es/help_changelog.html | 1 + .../src/main/res/raw-et/help_changelog.html | 1 + .../src/main/res/raw-fr/help_changelog.html | 1 + .../src/main/res/raw-it/help_changelog.html | 1 + .../src/main/res/raw-ja/help_changelog.html | 1 + .../src/main/res/raw-nl/help_changelog.html | 1 + .../src/main/res/raw-pl/help_changelog.html | 1 + .../src/main/res/raw-pt/help_changelog.html | 1 + .../src/main/res/raw-ru/help_changelog.html | 1 + .../src/main/res/raw-sl/help_changelog.html | 1 + .../src/main/res/raw-tr/help_changelog.html | 1 + .../src/main/res/raw-uk/help_changelog.html | 1 + .../src/main/res/raw-zh/help_changelog.html | 1 + OpenKeychain/src/main/res/values-de/strings.xml | 20 ++++---- OpenKeychain/src/main/res/values-es/strings.xml | 13 +++++- OpenKeychain/src/main/res/values-fr/strings.xml | 11 ++++- OpenKeychain/src/main/res/values-it/strings.xml | 54 ++++++++++++++++++++++ 19 files changed, 100 insertions(+), 13 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/raw-cs/help_changelog.html b/OpenKeychain/src/main/res/raw-cs/help_changelog.html index 687fd99b9..41ec2cad6 100644 --- a/OpenKeychain/src/main/res/raw-cs/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-cs/help_changelog.html @@ -12,6 +12,7 @@
                                                    • New icons to show status of key (by Brennan Novak)
                                                    • Important bug fix: Importing of large key collections from a file is now possible
                                                    • Notification showing cached passphrases
                                                    • +
                                                    • Keys are connected to Android's contacts

                                                    This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                                    diff --git a/OpenKeychain/src/main/res/raw-de/help_changelog.html b/OpenKeychain/src/main/res/raw-de/help_changelog.html index a706b92d4..0a8f95e83 100644 --- a/OpenKeychain/src/main/res/raw-de/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-de/help_changelog.html @@ -12,6 +12,7 @@
                                                  • Neue Icons zum Anzeigen des Schlüsselstatus' (von Brennan Novak)
                                                  • Wichtige Ausbesserung eines Bugs: Importieren größerer Schlüsselsammlungen aus einer Datei ist nun möglich
                                                  • Benachrichtigung, die die Passphrasen im Cache anzeigt
                                                  • +
                                                  • Keys are connected to Android's contacts

                                                  Dieser Release wäre ohne die Arbeit von Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray und Thialfihar nicht möglich

                                                  diff --git a/OpenKeychain/src/main/res/raw-es/help_changelog.html b/OpenKeychain/src/main/res/raw-es/help_changelog.html index 0530f3999..cf778141a 100644 --- a/OpenKeychain/src/main/res/raw-es/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-es/help_changelog.html @@ -12,6 +12,7 @@
                                                • Nuevos iconos para mostrar el estado de la clave (por Brennan Novak)
                                                • Importante reparacion de fallo: Ahora es posible la importación de grandes colecciones de claves desde un fichero
                                                • Notificación que muestra las frases contraseña almacenadas en caché
                                                • +
                                                • Las claves están conectadas con los contactos de Android

                                                Esta versión no sería posible sin el trabajo de Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                                diff --git a/OpenKeychain/src/main/res/raw-et/help_changelog.html b/OpenKeychain/src/main/res/raw-et/help_changelog.html index 687fd99b9..41ec2cad6 100644 --- a/OpenKeychain/src/main/res/raw-et/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-et/help_changelog.html @@ -12,6 +12,7 @@
                                              • New icons to show status of key (by Brennan Novak)
                                              • Important bug fix: Importing of large key collections from a file is now possible
                                              • Notification showing cached passphrases
                                              • +
                                              • Keys are connected to Android's contacts

                                              This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                              diff --git a/OpenKeychain/src/main/res/raw-fr/help_changelog.html b/OpenKeychain/src/main/res/raw-fr/help_changelog.html index 309d7ce76..9d58256a7 100644 --- a/OpenKeychain/src/main/res/raw-fr/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-fr/help_changelog.html @@ -12,6 +12,7 @@
                                            • Nouvelles icônes d'état des clefs (par Brennan Novak)
                                            • Correctif important de bogue : l'importation de grandes collections de clefs à partir d'un fichier est maintenant possible
                                            • Notification montrant les phrases de passe en cache
                                            • +
                                            • Les clefs sont connectées aux contacts d'Android

                                            Cette version ne serait pas possible sans le travail de Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                            diff --git a/OpenKeychain/src/main/res/raw-it/help_changelog.html b/OpenKeychain/src/main/res/raw-it/help_changelog.html index 9134bc4a2..c4cae4d47 100644 --- a/OpenKeychain/src/main/res/raw-it/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-it/help_changelog.html @@ -12,6 +12,7 @@
                                          • Nuove icone per mostrare lo stato delle chiavi (di Brennan Novak)
                                          • Correzione bug importante: Importazione di grandi collezioni di chiavi da un file ora è possibile
                                          • Notifiche mostrando la frase di accesso nella cache
                                          • +
                                          • Le chiavi sono connesse ai contatti di Android

                                          Questo rilascio non sarebbe stato possibile senza il lavoro di Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                          diff --git a/OpenKeychain/src/main/res/raw-ja/help_changelog.html b/OpenKeychain/src/main/res/raw-ja/help_changelog.html index 207c9d895..0f467c407 100644 --- a/OpenKeychain/src/main/res/raw-ja/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-ja/help_changelog.html @@ -12,6 +12,7 @@
                                        • 鍵のステータス表示の新しいアイコン(Brennan Novak提供)
                                        • 重要なバグ修正: 巨大な鍵コレクションをファイルからインポートするのが可能になりました
                                        • キャッシュしたパスフレーズの通知表示
                                        • +
                                        • 鍵のアドレスをAndroidの連絡先と連携するようにした

                                        Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfiharの働きなくしてはこのリリースはありませんでした

                                        diff --git a/OpenKeychain/src/main/res/raw-nl/help_changelog.html b/OpenKeychain/src/main/res/raw-nl/help_changelog.html index 0b6fabc24..9edbb718e 100644 --- a/OpenKeychain/src/main/res/raw-nl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-nl/help_changelog.html @@ -12,6 +12,7 @@
                                      • New icons to show status of key (by Brennan Novak)
                                      • Important bug fix: Importing of large key collections from a file is now possible
                                      • Notification showing cached passphrases
                                      • +
                                      • Keys are connected to Android's contacts

                                      This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                      diff --git a/OpenKeychain/src/main/res/raw-pl/help_changelog.html b/OpenKeychain/src/main/res/raw-pl/help_changelog.html index eb2dc26c1..2fb953cd2 100644 --- a/OpenKeychain/src/main/res/raw-pl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-pl/help_changelog.html @@ -12,6 +12,7 @@
                                    • New icons to show status of key (by Brennan Novak)
                                    • Important bug fix: Importing of large key collections from a file is now possible
                                    • Notification showing cached passphrases
                                    • +
                                    • Keys are connected to Android's contacts

                                    This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                    diff --git a/OpenKeychain/src/main/res/raw-pt/help_changelog.html b/OpenKeychain/src/main/res/raw-pt/help_changelog.html index 687fd99b9..41ec2cad6 100644 --- a/OpenKeychain/src/main/res/raw-pt/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-pt/help_changelog.html @@ -12,6 +12,7 @@
                                  • New icons to show status of key (by Brennan Novak)
                                  • Important bug fix: Importing of large key collections from a file is now possible
                                  • Notification showing cached passphrases
                                  • +
                                  • Keys are connected to Android's contacts

                                  This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                  diff --git a/OpenKeychain/src/main/res/raw-ru/help_changelog.html b/OpenKeychain/src/main/res/raw-ru/help_changelog.html index 6d9c92e9b..6f33e8e01 100644 --- a/OpenKeychain/src/main/res/raw-ru/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-ru/help_changelog.html @@ -12,6 +12,7 @@
                                • New icons to show status of key (by Brennan Novak)
                                • Important bug fix: Importing of large key collections from a file is now possible
                                • Notification showing cached passphrases
                                • +
                                • Keys are connected to Android's contacts

                                This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                                diff --git a/OpenKeychain/src/main/res/raw-sl/help_changelog.html b/OpenKeychain/src/main/res/raw-sl/help_changelog.html index 635d02780..d9da74e00 100644 --- a/OpenKeychain/src/main/res/raw-sl/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-sl/help_changelog.html @@ -12,6 +12,7 @@
                              • New icons to show status of key (by Brennan Novak)
                              • Important bug fix: Importing of large key collections from a file is now possible
                              • Notification showing cached passphrases
                              • +
                              • Keys are connected to Android's contacts

                              This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                              diff --git a/OpenKeychain/src/main/res/raw-tr/help_changelog.html b/OpenKeychain/src/main/res/raw-tr/help_changelog.html index 687fd99b9..41ec2cad6 100644 --- a/OpenKeychain/src/main/res/raw-tr/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-tr/help_changelog.html @@ -12,6 +12,7 @@
                            • New icons to show status of key (by Brennan Novak)
                            • Important bug fix: Importing of large key collections from a file is now possible
                            • Notification showing cached passphrases
                            • +
                            • Keys are connected to Android's contacts

                            This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                            diff --git a/OpenKeychain/src/main/res/raw-uk/help_changelog.html b/OpenKeychain/src/main/res/raw-uk/help_changelog.html index f28210fd0..1837a243e 100644 --- a/OpenKeychain/src/main/res/raw-uk/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-uk/help_changelog.html @@ -12,6 +12,7 @@
                          • Нові піктограми для показу стану ключа (від Бренана Новака)
                          • Виправлення важливої вади: зараз став можливим імпорт великих збірок ключів із файлу
                          • Сповіщення для показу кешованих парольних фраз
                          • +
                          • Keys are connected to Android's contacts

                          Ця версія була б неможливою без роботи Вінсента Брейтмозера (GSoC 2014), mar-v-in (GSoC 2014), Даніеля Альберта, Арт О'Катен, Даніеля Хасс, Тіма Брея, Thialfihar

                          diff --git a/OpenKeychain/src/main/res/raw-zh/help_changelog.html b/OpenKeychain/src/main/res/raw-zh/help_changelog.html index 687fd99b9..41ec2cad6 100644 --- a/OpenKeychain/src/main/res/raw-zh/help_changelog.html +++ b/OpenKeychain/src/main/res/raw-zh/help_changelog.html @@ -12,6 +12,7 @@
                        • New icons to show status of key (by Brennan Novak)
                        • Important bug fix: Importing of large key collections from a file is now possible
                        • Notification showing cached passphrases
                        • +
                        • Keys are connected to Android's contacts

                        This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar

                        diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml index 3b8fe1e36..6c5e12266 100644 --- a/OpenKeychain/src/main/res/values-de/strings.xml +++ b/OpenKeychain/src/main/res/values-de/strings.xml @@ -10,7 +10,7 @@ Schlüssel bearbeiten Einstellungen Apps - Schlüsselserver Einstellungen + Schlüsselserver Passwort ändern Teile Fingerabdruck über… Teile Schlüssel über... @@ -49,13 +49,13 @@ Speichern Abbrechen Löschen - verfällt nie + Kein Ablaufdatum Okay Auf Schlüsselserver hochladen Weiter Zurück Schlüssel nachschlagen - Entschlüsseln und teilen + Verschlüsseln und teilen Beglaubigungsschlüssel anzeigen Schlüssel erzeugen Datei(en) hinzufügen @@ -73,7 +73,7 @@ Alles auswählen Schlüssel hinzufügen Alle Schlüssel exportieren - Erweiterte Info anzeigen + Erweiterte Infos anzeigen Nachricht Datei @@ -83,7 +83,7 @@ Passwort Passwort wiederholen Algorithmus - ASCII Armor Datei + Datei: ASCII Armor Datei: ASCII Armor Lass andere wissen dass du OpenKeychain nutzt Fügt \'OpenKeychain v2.7\' zu OpenPGP Signaturen, DAten und exportierten Schlüsseln hinzu @@ -116,8 +116,8 @@ <kein Schlüssel> kann verschlüsseln kann signieren - kann bestätigen - kann nicht bestätigen + kann beglaubigen + kann nicht beglaubigen abgelaufen widerrufen @@ -170,9 +170,9 @@ Das Passwort bitte zweimal eingeben. Mindestens einen Schlüssel zum Verschlüsseln auswählen. Mindestens einen Schlüssel zum Verschlüsseln oder einen zum Signieren auswählen. - Bitte angeben, in welche Datei verschlüsselt werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. - Bitte angeben, in welche Datei entschlüsselt werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. - Bitte angeben, in welche Datei exportiert werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. + Bitte angeben in welche Datei verschlüsselt werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. + Bitte angeben,in welche Datei entschlüsselt werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. + Bitte angeben in welche Datei exportiert werden soll.\nWARNUNG: Datei wird überschrieben, wenn sie bereits existiert. Möchtest du wirklich alle ausgewählten öffentlichen Schlüssel löschen?\nDies kann nicht rückgängig gemacht werden! Soll der PRIVATE Schlüssel \'%s\' wirklich gelöscht werden?\nDies kann nicht rückgängig gemacht werden! Soll der öffentliche Schlüssel \'%s\' wirklich gelöscht werden?\nDies kann nicht rückgängig gemacht werden! diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index cc1a29c34..9266950d2 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -275,6 +275,9 @@ descomprimiendo los datos... verificando la integridad... borrando \'%s\' de forma segura… + borrando claves... + consolidación: guardando en caché... + consolidación: reimportando Nombre/Correo electrónico/Identidad de clave... Nombre/Correo electrónico/Prueba/Clave... @@ -600,12 +603,14 @@ ¡Excepción con la firma! Modificando certificaciones maestras Cambiando frase contraseña para el juego de claves (keyring)... + Re-cifrando subclave %s con nueva frase contraseña Fallo al establecer nueva frase contraseña, intentándolo de nuevo con una antigua frase contraseña vacía ¡La frase contraseña para la subclave no pudo cambiarse! (¿Tiene la subclave una diferente de la de las otras claves?) Reemplazando certificado de la anterior identidad de usuario primaria Generando nuevo certificado para nueva identidad de usuario primaria Modificando subclave %s ¡Se intentó operar sobre una subclave desaparecida %s! + Añadiendo nueva subclave de tipo %2$s (%1$s bits) Nueva identidad de subclave: %s ¡La fecha de expiración no puede ser del pasado! Revocando subclave %s @@ -615,9 +620,11 @@ Revocando identidad de usuario %s ¡La identidad de usuario no debe estar vacía! ¡Error desbloqueando juego de claves! - Desbloqueando juego de claves + Desbloqueando juego de claves (keyring) Consolidando base de datos + ¡La consolidación se inició cuando ninguna base de datos estaba cacheada! Probablemente esto es un error de programación, por favor consigne un informe de fallo. + ¡Consolidación abortada, ejecutándose ya en otro hilo! Guardando juegos de claves secretas (privadas) Guardando juegos de claves públicas Limpiando base de datos @@ -646,7 +653,8 @@ Reimportando %d claves secretas (privadas) No hay claves públicas a reimportar, omitiendo... - Excepción borrando fichero de caché público + Excepción borrando fichero de caché de claves públicas + Excepción al borrar fichero de caché de claves secretas (privadas) Haga clic para limpiar las frases contraseña almacenadas en caché OpenKeychain ha almacenado en caché %d frases contraseña @@ -660,6 +668,7 @@ Identidad <desconocido> No hay certificados para esta clave + Sólo los auto-certificados y los certificados creados con las claves de usted se muestran aquí. Identidades a certificar Razón de la revocación Estado de la verificación diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index e25f4cd05..4ac578ba8 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -275,6 +275,9 @@ décompression des données... vérification de l\'intégrité... suppression sûre de « %s »... + suppression des clefs... + consolider : enregistrement dans le cache... + consolider : réimportation... Nom/courriel/ID de clef... Nom/courriel/preuve/clef... @@ -600,12 +603,14 @@ Exception de signature ! Modification des certifications maîtresses Changement de la phrase de passe pour le trousseau... + Rechiffrement de la sous-clef %s avec la nouvelle phrase de passe Échec lors de la définition de la nouvelle phrase de passe, nouvel essai avec une ancienne phrase de passe vide La phrase de passe de la sous-clef n\'a pas pu être changée ! (Est-elle différente des autres clefs ?) Remplacement du certificat de l\'ID d\'utilisateur principal précédent Génération d\'un nouveau certificat pour le nouvel ID d\'utilisateur principal Modification de la sous-clef %s Une action a été tentée sur la sous-clef manquante %s ! + Ajout de la nouvelle sous-clef de type %2$s (%1$s bit) Nouvelle ID de sous-clef : %s La date d\'expiration ne peut pas être dans le passé ! Révocation de la sous-clef %s @@ -618,6 +623,8 @@ Déverrouillage du trousseau Consolidation de la base de données + La consolidation a été commencée alors qu\'aucune base de données n\'était en cache ! Ceci est probablement une erreur de programmation, veuillez remplir un rapport de bogue ! + La consolidation a été abandonnée, elle est déjà en cours sur un autre exétron ! Enregistrement des trousseaux secrets Enregistrement des trousseaux publiques Nettoyage de la base de données @@ -646,7 +653,8 @@ Réimportation de %d clefs secrètes Aucune clef secrète à réimporter, étape ignorée... - Une exception a eu lieu lors de la suppression du fichier de cache publique + Une exception a eu lieu lors de la suppression du fichier de cache public + Une exception a eu lieu lors de la suppression du fichier de cache secret Cliquer ici pour effacer les phrases de passe mises en cache OpenKeychain a mis en cache %d phrases de passe @@ -660,6 +668,7 @@ identité <inconnu> Aucun certificat pour cette clef + Seuls les auto-certificats et les certificats créés avec vos clefs sont affichés ici. Identités à certifier Raison de la révocation État de vérification diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 4cb029508..9a21a642b 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -275,6 +275,9 @@ decompressione dati... verifica integrita\'... eliminazione sicura di \'%s\'... + cancellazione chiavi... + consolidazione: salvataggio della cache... + consolidazione: reimportazione... Nome/Email/ID Chiave... Nome/Email/Certificato/Chiave... @@ -361,7 +364,10 @@ Permetti accesso Nega accesso Per favore selezionare una chiave! + Nessuna chiave trovata per queste identità: + Esistono piu\' di una chiave per queste identità: Per favore ricontrolla la lista destinatari! + Per favore seleziona i destinatari! Controllo della firma fallito! Hai installato questa app da una fonte diversa? Se sei sicuro che non sia un attacco, revoca la registrazione di questa app in OpenKeychain e dopo registra di nuovo l\'app. Condividi tramite Codice QR @@ -415,6 +421,7 @@ Revoca Sottochiave nuovo + Per favore seleziona almeno una spunta! Carica chiave nel server delle chiavi Questo campo è necessario @@ -575,6 +582,7 @@ Nessuna opzione della chiave principale specificata! I portachiavi devono essere creati con almeno un ID utente! La chiave principale deve avere la caratteristica di certificazione! + La data di scadenza non può essere \"come prima\" sulla creazione di chiavi. Questo è un errore di programmazione, si prega di inviare una segnalazione di bug! La grandezza della chiave deve essere di 512bit o maggiore Errore PGP interno! Pessima opzione di algortimo! @@ -585,14 +593,26 @@ Impronta chiave attuale non corrispondente! Nessun ID chiave. Questo è un errore di programmazione, per favore invia una segnalazione! Errore interno, controllo di integrità fallito! + Nessun certificato principale trovato su cui operare! (Tutti revocati?) ID utente primario specificato non valido! + ID utente specificato non valido per la revoca! ID utente revocato non può essere primario! + La data di scadenza non può essere \"come prima\" sulla creazione di sottochiavi. Questo è un errore di programmazione, si prega di inviare una segnalazione di bug! + Errore irreversibile nella decodifica della chiave principale! Questo è probabilmente un errore di programmazione, si prega di inviare una segnalazione di bug! Eccezione interna di PGP! Eccezione di firma! + Modifica delle certificazioni principali + Cambio frase di accesso del portachiavi... + Ri-codifica sottochiave %s con nuova frase di accesso + Impostazione nuova frase di accesso fallita, provo di nuovo con frase precedente di accesso vuota + La frase di accesso per la sottochiave non può essere modificata! (Ne ha una diversa dalle altre chiavi?) Sostituzione certificato del ID utente primario precedente Generazione di un nuovo certificato per il nuovo ID utente primario Modifica sottochiave %s + Tentativo di operare su sottochiave %s mancante! + Aggiunta nuova sottochiave di tipo %2$s (%1$s bit) Nuovo ID sottochiave: %s + La data di scadenza non può essere nel passato! Revoca sottochiave %s Portachiavi modificato con successo Aggiunta id utente %s @@ -602,6 +622,39 @@ Errore di apertura portachiavi! Apertura portachiavi + Consolidazione database + Il consolidamento è stato avviato mentre nessun database è stato memorizzato nella cache! Questo è probabilmente un errore di programmazione, si prega di aprire un bug report. + Consolidamento interrotto, già in esecuzione su un altro processo! + Salvataggio portachiavi privati + Salvataggio portachiavi pubblico + Pulizia database + Consolidamento database con successo + Ingresso fase critica + Uscita fase critica + Eliminazione del file di cache del portachiavi pubblico + Eliminazione del file di cache del portachiavi privato + Errore nell\'apertura del database + Errore di IO durante la scrittura delle chiavi pubbliche nella cache! + Errore di IO durante la scrittura delle chiavi private nella cache! + Errore nella re-importazione delle chiavi pubbliche! + Errore nella re-importazione delle chiavi private! + + Recupero consolidamento con %1$d chiavi segrete e %2$d chiavi pubbliche + Recupero consolidamento con %1$d chiavi segrete e %2$d chiavi pubbliche + + Recupero da situazione ignota + + Reimportazione di una chiave pubblica + Reimportazione di %d chiavi pubbliche + + Nessuna chiave pubblica da reimportare, proseguo... + + Reimportazione di una chiave privata + Reimportazione di %d chiavi private + + Nessuna chiave privata da reimportare, proseguo... + Eccezione durante la eliminazione del file di cache pubblico + Eccezione durante la eliminazione del file di cache privato Clicca per rimuovere la frase di accesso nella cache OpenKeychain ha memorizzato nella cache %d frasi di accesso @@ -615,6 +668,7 @@ Identit <sconosciuto> Nessun certificato per questa chiave + Solo le autocertificazioni e i certificati creati con le tue chiavi vengono visualizzati qui. Identità da certificare Ragione della Revoca Stato Verifica -- cgit v1.2.3 From 783dae8804fee1f1594cc910d3570fcf6178015c Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 24 Aug 2014 05:12:09 +0200 Subject: add ecc support --- .../src/main/res/layout/add_subkey_dialog.xml | 20 +++++++++++++++++- OpenKeychain/src/main/res/values/strings.xml | 24 +++++++++++++++++++--- 2 files changed, 40 insertions(+), 4 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/add_subkey_dialog.xml b/OpenKeychain/src/main/res/layout/add_subkey_dialog.xml index e1ccfee1f..7af73be09 100644 --- a/OpenKeychain/src/main/res/layout/add_subkey_dialog.xml +++ b/OpenKeychain/src/main/res/layout/add_subkey_dialog.xml @@ -34,7 +34,7 @@ android:padding="4dp" /> - + + + + + + + + Expiry Usage Key Size + Elliptic Curve Primary identity Name Comment @@ -270,6 +271,8 @@ generating new RSA key… generating new DSA key… generating new ElGamal key… + generating new ECDSA key… + generating new ECDH key… modifying keyring… @@ -326,6 +329,16 @@ RSA key length must be greater than 1024 and at most 16384. Also it must be multiplicity of 8. DSA key length must be at least 512 and at most 1024. Also it must be multiplicity of 64. + + NIST P-256 + NIST P-384 + NIST P-521 + + fast very slow @@ -636,9 +649,14 @@ Master key must have certify flag! Expiry time cannot be "same as before" on key creation. This is a programming error, please file a bug report! Key size must be greater or equal 512! + No key size specified! This is a programming error, please file a bug report! + No elliptic curve specified! This is a programming error, please file a bug report! Internal PGP error! - Bad algorithm choice! - Master key must not be of type ElGamal! + Unknown algorithm selected! This is a programming error, please file a bug report! + Bad key flags selected, DSA cannot be used for encryption! + Bad key flags selected, ElGamal cannot be used for signing! + Bad key flags selected, ECDSA cannot be used for encryption! + Bad key flags selected, ECDH cannot be used for signing! Modifying keyring %s @@ -663,7 +681,7 @@ Generating new certificate for new primary user id Modifying subkey %s Tried to operate on missing subkey %s! - Adding new subkey of type %2$s (%1$s bit) + Adding new subkey of type %s New subkey ID: %s Expiry date cannot be in the past! Revoking subkey %s -- cgit v1.2.3 From 86a05033aedc965c1842db45094c744094a906af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 27 Aug 2014 13:54:33 +0200 Subject: Cleanup FoldableLinearLayout --- OpenKeychain/src/main/res/layout/api_account_settings_fragment.xml | 4 +--- OpenKeychain/src/main/res/layout/api_app_settings_fragment.xml | 6 ++---- OpenKeychain/src/main/res/layout/foldable_linearlayout.xml | 5 ++--- OpenKeychain/src/main/res/values/attr.xml | 2 -- 4 files changed, 5 insertions(+), 12 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/api_account_settings_fragment.xml b/OpenKeychain/src/main/res/layout/api_account_settings_fragment.xml index aaeae78e0..d8e1d9ad8 100644 --- a/OpenKeychain/src/main/res/layout/api_account_settings_fragment.xml +++ b/OpenKeychain/src/main/res/layout/api_account_settings_fragment.xml @@ -59,9 +59,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" custom:foldedLabel="@string/api_settings_show_advanced" - custom:unFoldedLabel="@string/api_settings_hide_advanced" - custom:foldedIcon="fa-chevron-right" - custom:unFoldedIcon="fa-chevron-down"> + custom:unFoldedLabel="@string/api_settings_hide_advanced"> + custom:unFoldedLabel="@string/api_settings_hide_info"> diff --git a/OpenKeychain/src/main/res/layout/foldable_linearlayout.xml b/OpenKeychain/src/main/res/layout/foldable_linearlayout.xml index 3d2fb688b..13cf7c225 100644 --- a/OpenKeychain/src/main/res/layout/foldable_linearlayout.xml +++ b/OpenKeychain/src/main/res/layout/foldable_linearlayout.xml @@ -11,14 +11,13 @@ android:orientation="horizontal" android:clickable="true"> - + android:src="@drawable/ic_action_expand"/> - - \ No newline at end of file -- cgit v1.2.3 From 12a5b2174f79d93e8531fa4e0b3fc0def3796ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 27 Aug 2014 14:12:59 +0200 Subject: Abort import of pubkeys where secret keys exist but new pubkey has more subkeys, fix #696 --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 2eb9f2b97..d8c73bd9e 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -626,6 +626,7 @@ Adding new subkey %s Found %s new certificates in keyring No new certificates + No secret keyring to add subkey to Generating new master key -- cgit v1.2.3 From cb2eb8aca2e7aab6243fd3e1a3313c941e3f1998 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 27 Aug 2014 15:42:09 +0200 Subject: small language fixes for previous commit --- OpenKeychain/src/main/res/values-es/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-fr/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-it/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-ja/strings.xml | 4 ++-- OpenKeychain/src/main/res/values-uk/strings.xml | 4 ++-- OpenKeychain/src/main/res/values/strings.xml | 8 +++++--- 6 files changed, 15 insertions(+), 13 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 9266950d2..8883d1b70 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -572,8 +572,8 @@ Incorporándolas en el juego de claves públicas %s Incorporándolas en el juego de claves secretas (privadas) %s - Error fatal codificando la firma - ¡Se intentaron fusionar juegos de claves con diferentes huellas de validación de claves! + Error fatal codificando la firma + ¡Se intentaron fusionar juegos de claves con diferentes huellas de validación de claves! Añadiendo nueva subclave %s Se encontraron %s nuevos certificados en el juego de claves No hay nuevos certificados diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 4ac578ba8..db7c51867 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -572,8 +572,8 @@ Fusion vers le trousseau public %s Fusion vers le trousseau secret %s - Erreur fatale lors de l\'encodage de la signature - Il a été tenté de fusionner des trousseaux avec des empreintes différentes ! + Erreur fatale lors de l\'encodage de la signature + Il a été tenté de fusionner des trousseaux avec des empreintes différentes ! Ajout de la nouvelle sous-clef %s %s nouveaux certificats trouvés dans le trousseau Aucun nouveau certificat diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 9a21a642b..9e956111f 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -572,8 +572,8 @@ Fusione nel portachiavi pubblico %s Fusione nel portachiavi privato %s - Errore fatale nella codifica della firma - Tentativo di unire portachiavi con impronte digitali diverse! + Errore fatale nella codifica della firma + Tentativo di unire portachiavi con impronte digitali diverse! Aggiunta nuova sottochiave %s Trovati %s nuovi certificati nel portachiavi Nessun nuovo certificato diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index 724abeab4..e2cc70f9a 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -555,8 +555,8 @@ 公開鍵の鍵輪 %s にマージ中 秘密鍵の鍵輪 %s にマージ中 - 署名のエンコードでの致命的なエラー - 指紋が異なる鍵輪をマージしようとしています! + 署名のエンコードでの致命的なエラー + 指紋が異なる鍵輪をマージしようとしています! 新しい副鍵 %s を追加中 鍵輪に新しい検証を %s 発見 新しい証明がない diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml index 77458e93f..f1533f4f2 100644 --- a/OpenKeychain/src/main/res/values-uk/strings.xml +++ b/OpenKeychain/src/main/res/values-uk/strings.xml @@ -552,8 +552,8 @@ Злиття у публічну в\'язку %s Злиття у секретну в\'язку %s - Фатальна помилка шифрування підпису - Спробували злити в\'язки із різними відбитками! + Фатальна помилка шифрування підпису + Спробували злити в\'язки із різними відбитками! Додається новий підключ %s Знайдено %s нових сертифікатів у в\'язці Немає нових сертифікатів diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index d8c73bd9e..6e487adfa 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -500,6 +500,8 @@ error! key unavailable + + Applying insert batch operation. Tried to import secret keyring as public. This is a bug, please file a report! @@ -619,14 +621,14 @@ Removing invalid user id %s + New public subkey found, but secret subkey dummy generation is not supported! + Tried to merge keyrings with differing fingerprints! + Fatal error encoding signature! Merging into public keyring %s Merging into secret keyring %s - Fatal error encoding signature - Tried to merge keyrings with differing fingerprints! Adding new subkey %s Found %s new certificates in keyring No new certificates - No secret keyring to add subkey to Generating new master key -- cgit v1.2.3 From d795f8d4e240877861ab993608fb7f5aed0a2042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 27 Aug 2014 19:28:33 +0200 Subject: Strip out duplicate user ids --- OpenKeychain/src/main/res/values-es/strings.xml | 2 +- OpenKeychain/src/main/res/values-fr/strings.xml | 2 +- OpenKeychain/src/main/res/values-it/strings.xml | 2 +- OpenKeychain/src/main/res/values-ja/strings.xml | 2 +- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml index 9266950d2..e2b2d2e73 100644 --- a/OpenKeychain/src/main/res/values-es/strings.xml +++ b/OpenKeychain/src/main/res/values-es/strings.xml @@ -563,7 +563,7 @@ Eliminando identidad de usuario con marca de tiempo futura Eliminando certificado de identidad de usuario, de tipo desconocido (%s) Eliminando auto-certificado defectuoso para la identidad de usuario \"%s\" - Eliminando auto-certificado desactualizado para el identificador de usuario \"%s\" + Eliminando auto-certificado desactualizado para el identificador de usuario \"%s\" Eliminando certificado ajeno de identidad de usuario por %s Eliminando certificado redundate de revocación para la identidad de usuario \"%s\" Eliminando certificado desactualizado de revocación para la identidad de usuario \"%s\" diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml index 4ac578ba8..de1506665 100644 --- a/OpenKeychain/src/main/res/values-fr/strings.xml +++ b/OpenKeychain/src/main/res/values-fr/strings.xml @@ -563,7 +563,7 @@ Suppression de l\'ID d\'utilisateur ayant une estampille temporelle dans le futur Suppression du certificat d\'ID d\'utilisateur de type inconnu (%s) Suppression du mauvais auto-certificat pour l\'ID d\'utilisateur « %s » - Suppression de l\'auto-certificat périmé pour l\'ID d\'utilisateur « %s » + Suppression de l\'auto-certificat périmé pour l\'ID d\'utilisateur « %s » Suppression du certificat étranger d\'ID d\'utilisateur par %s Suppression du certificat de révocation redondant pour l\'ID d\'utilisateur « %s » Suppression du certificat de révocation périmé pour l\'ID d\'utilisateur « %s » diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml index 9a21a642b..b5cbfd2f5 100644 --- a/OpenKeychain/src/main/res/values-it/strings.xml +++ b/OpenKeychain/src/main/res/values-it/strings.xml @@ -563,7 +563,7 @@ Rimozione ID utente con marca temporale futura Rimozione certificato ID utente di tipo sconosciuto (%s) Rimozione autocertificazione corrotta per ID utente \"%s\" - Rimozione autocertificazione scaduta per ID utente \"%s\" + Rimozione autocertificazione scaduta per ID utente \"%s\" Rimozione certificato ID utente estraneo di %s Rimozione certificato di revoca ridondante per ID utente \"%s\" Rimozione certificato di revoca scaduto per ID utente \"%s\" diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml index 724abeab4..6dfe65312 100644 --- a/OpenKeychain/src/main/res/values-ja/strings.xml +++ b/OpenKeychain/src/main/res/values-ja/strings.xml @@ -546,7 +546,7 @@ 未来にタイムスタンプがあるユーザIDを破棄中 不明な型 (%s) でのユーザID検証を破棄中 ユーザID \"%s\" による問題のある自己検証を破棄中 - 期限の切れたユーザID \"%s\" による自己検証を破棄中 + 期限の切れたユーザID \"%s\" による自己検証を破棄中 %s によって検証されている外部ユーザIDを破棄中 ユーザID \"%s\" による重複した破棄証明を破棄中 ユーザID \"%s\" による期限切れ破棄証明を破棄中 diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index d8c73bd9e..418004721 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -611,12 +611,13 @@ Removing user id with future timestamp Removing user id certificate of unknown type (%s) Removing bad self certificate for user id "%s" - Removing outdated self certificate for user id "%s" + Removing outdated self certificate for user id "%s" Removing foreign user id certificate by %s Removing redundant revocation certificate for user id "%s" Removing outdated revocation certificate for user id "%s" No valid self-certificate found for user id %s, removing from ring Removing invalid user id %s + Removing duplicate user id "%s". The secret key contained two of them. This may result in missing certifications! Merging into public keyring %s -- cgit v1.2.3 From 9288e4f0a9e287c82dc4c4ba75bdf2043bbd5a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 28 Aug 2014 10:37:01 +0200 Subject: Fix RuntimeException in KeyListActivity on tablets --- .../res/layout-large/api_apps_list_activity.xml | 22 ++++++++++------------ .../src/main/res/layout-large/decrypt_activity.xml | 19 +++++++++---------- .../src/main/res/layout-large/encrypt_activity.xml | 16 +++++++--------- .../main/res/layout-large/key_list_activity.xml | 14 +++++++------- .../src/main/res/layout/key_list_activity.xml | 11 +---------- .../src/main/res/layout/key_list_content.xml | 18 +++++++++++++----- 6 files changed, 47 insertions(+), 53 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout-large/api_apps_list_activity.xml b/OpenKeychain/src/main/res/layout-large/api_apps_list_activity.xml index 88686bbbc..af06614b9 100644 --- a/OpenKeychain/src/main/res/layout-large/api_apps_list_activity.xml +++ b/OpenKeychain/src/main/res/layout-large/api_apps_list_activity.xml @@ -1,20 +1,18 @@ - - + + - + - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml b/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml index 9e9f37391..06487a982 100644 --- a/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml +++ b/OpenKeychain/src/main/res/layout-large/decrypt_activity.xml @@ -1,19 +1,18 @@ - + + - - + - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout-large/encrypt_activity.xml b/OpenKeychain/src/main/res/layout-large/encrypt_activity.xml index 355580fad..84b2891e3 100644 --- a/OpenKeychain/src/main/res/layout-large/encrypt_activity.xml +++ b/OpenKeychain/src/main/res/layout-large/encrypt_activity.xml @@ -1,19 +1,17 @@ - + + - + - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout-large/key_list_activity.xml b/OpenKeychain/src/main/res/layout-large/key_list_activity.xml index 6abbea13f..039081cd7 100644 --- a/OpenKeychain/src/main/res/layout-large/key_list_activity.xml +++ b/OpenKeychain/src/main/res/layout-large/key_list_activity.xml @@ -1,18 +1,18 @@ - + + - + - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/key_list_activity.xml b/OpenKeychain/src/main/res/layout/key_list_activity.xml index 297fc526e..03ef85381 100644 --- a/OpenKeychain/src/main/res/layout/key_list_activity.xml +++ b/OpenKeychain/src/main/res/layout/key_list_activity.xml @@ -4,16 +4,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - - - - - - + diff --git a/OpenKeychain/src/main/res/layout/key_list_content.xml b/OpenKeychain/src/main/res/layout/key_list_content.xml index e58e42961..66b009c78 100644 --- a/OpenKeychain/src/main/res/layout/key_list_content.xml +++ b/OpenKeychain/src/main/res/layout/key_list_content.xml @@ -1,14 +1,22 @@ - + + + + - - \ No newline at end of file + android:layout_height="match_parent" /> + + + \ No newline at end of file -- cgit v1.2.3