From d46fc3740bbfc3bac0b1133a3e9d47c7ce3e06e2 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 18 Mar 2015 21:12:31 +0100 Subject: yubikey certifications! --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index f1c14bd32..2eb167c8c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1099,9 +1099,9 @@ "Master key not found!" "No keys certified!" "Error unlocking master key!" - "Certification with NFC is not (yet) supported!" "Certifying keyrings" "Fetching certifying master key" + "Returning for NFC input" "Saving certified key %s" "Saving keyrings" "Unlocking master key" -- cgit v1.2.3 From 3b04636f5daf3d171449296a5d9a67440abfbf75 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 20 Mar 2015 02:27:05 +0100 Subject: support yubikeys in (some) edit key operations --- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 2eb167c8c..e8bcbcc31 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -897,6 +897,7 @@ "Modifying keyring %s" + "Will divert to card/nfc for crypto operations" "The serial number of a divert-to-card key must be 16 bytes! This is a programming error, please file a bug report!" "Encoding exception!" "Actual key fingerprint does not match the expected one!" @@ -911,6 +912,7 @@ "Fatal error decrypting master key! This is likely a programming error, please file a bug report!" "Internal OpenPGP error!" "Signature exception!" + "Diverting to card/nfc for crypto operations" "Modifying master certifications" "Adding empty notation packet" "Adding PIN notation packet" @@ -987,7 +989,6 @@ "Key successfully promoted" - "Editing of NFC keys is not (yet) supported!" "Cannot edit keyring with stripped master key!" "Key not found!" -- cgit v1.2.3 From 3e51da3afa542c62b82bbcf9a953cdcd379950a2 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 20 Mar 2015 18:45:00 +0100 Subject: fix unit tests (for real) --- OpenKeychain/src/main/res/values/strings.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index a7e9cdf7e..76514575c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -913,7 +913,7 @@ "Fatal error decrypting master key! This is likely a programming error, please file a bug report!" "Internal OpenPGP error!" "Signature exception!" - "Diverting to card/nfc for crypto operations" + "Tried to operate on missing subkey %s!" "Modifying master certifications" "Adding empty notation packet" "Adding PIN notation packet" @@ -923,8 +923,10 @@ "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" + "Changing to restricted operation mode" "Modifying subkey %s" - "Tried to operate on missing subkey %s!" + "Diverting to card/nfc for crypto operations" + "Passphrase required for operations" "Adding new subkey of type %s" "New subkey ID: %s" "Expiry date cannot be in the past!" -- cgit v1.2.3 From 88ca41d55586e5084cc3f177eb12617aa640ae1d Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 20 Mar 2015 18:55:16 +0100 Subject: add edit key unit test for no-op --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 76514575c..6c8ccd340 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -910,6 +910,7 @@ "Tried to execute restricted operation without passphrase! This is a programming error, please file a bug report!" "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!" + "Nothing to do!" "Fatal error decrypting master key! This is likely a programming error, please file a bug report!" "Internal OpenPGP error!" "Signature exception!" -- cgit v1.2.3 From a7c52a1c9f8bca83b2981347a0eceeec68a92790 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 22 Mar 2015 02:36:10 +0100 Subject: move yubikey import into viewkeyfragment --- OpenKeychain/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6c8ccd340..bcee267fd 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -48,6 +48,7 @@ "Identities" + "Yubikey" "Linked System Contact" "Should you trust this key?" Proof verification @@ -1267,5 +1268,6 @@ Successfully written on NFC tag Unlocked Settings + View -- cgit v1.2.3 From 22063cdd6eca32e83e7937a849e70185a1faee2a Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 22 Mar 2015 03:34:34 +0100 Subject: improve status reporting in yubikey dialogue --- OpenKeychain/src/main/res/values/strings.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index bcee267fd..f7a9a671e 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1269,5 +1269,9 @@ Unlocked Settings View + Bind Key + "Serial No: %s" + "Key holder: " + "Key holder: <unset>" -- cgit v1.2.3 From 2151411219b4e5d609d25fcbb574ccf399f54d6f Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 22 Mar 2015 03:56:58 +0100 Subject: actually promote to divert, pass yubikey's AID --- OpenKeychain/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index f7a9a671e..6dfdb8997 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -988,7 +988,6 @@ "Promoting public key to secret key" - "Key is already a secret key!" "Key not found!" "Fetching key to modify (%s)" "Key successfully promoted" @@ -1273,5 +1272,8 @@ "Serial No: %s" "Key holder: " "Key holder: <unset>" + Yubikey matches, bound to key + Yubikey matches, can be bound to key + Yubikey matches, partly bound to key -- cgit v1.2.3 From 212bba18693ebfce2dfa62afde8b11e8f0c2da0d Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 22 Mar 2015 06:36:27 +0100 Subject: finish ui flow for yubikey import --- OpenKeychain/src/main/res/values/strings.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6dfdb8997..27eda28a0 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1124,7 +1124,7 @@ "Error decoding retrieved keyring!" "Key could not be retrieved! (Network problems?)" "Retrieving from keybase.io: %s" - "Could not retrieve key from keybase!" + "Could not retrieve key from keyservers: %s" "Retrieving from keyserver: %s" "Key retrieval successful" "Using keyserver %s" @@ -1267,13 +1267,15 @@ Successfully written on NFC tag Unlocked Settings - View - Bind Key + "View" + "Import" + "Bind Key" "Serial No: %s" "Key holder: " "Key holder: <unset>" - Yubikey matches, bound to key - Yubikey matches, can be bound to key - Yubikey matches, partly bound to key + "Yubikey matches, bound to key" + "Yubikey matches, can be bound to key" + "Yubikey matches, partly bound to key" + "Import" -- cgit v1.2.3 From 2e838e4cce32a5926466b6069a58c6a3579c12bf Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 22 Mar 2015 06:48:33 +0100 Subject: enable nfc in import dialog as well --- OpenKeychain/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 27eda28a0..6aefbc7f5 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1273,9 +1273,10 @@ "Serial No: %s" "Key holder: " "Key holder: <unset>" - "Yubikey matches, bound to key" + "Yubikey matches and is bound to key" "Yubikey matches, can be bound to key" "Yubikey matches, partly bound to key" "Import" + Different key stored on Yubikey! -- cgit v1.2.3 From 3bb194fc080e5945dc8bdbeea9b91cf801406c32 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Mon, 23 Mar 2015 01:09:39 +0100 Subject: nicer handling of nfc errors --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6aefbc7f5..402dcdf7c 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1278,5 +1278,6 @@ "Yubikey matches, partly bound to key" "Import" Different key stored on Yubikey! + "NFC Error: %s" -- cgit v1.2.3 From c694d73cab1edf91cb94d53cc8352ca93f0eb6ce Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Mon, 23 Mar 2015 01:44:14 +0100 Subject: further improve yubikey error handling --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 402dcdf7c..c8e5ea7ca 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1279,5 +1279,6 @@ "Import" Different key stored on Yubikey! "NFC Error: %s" + Default PIN was rejected! -- cgit v1.2.3 From 726ff0b501644e0cef6d5d4a086e73c258b2361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 29 Mar 2015 21:00:36 +0200 Subject: Fix strings with email address --- OpenKeychain/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 274504315..78940aa9e 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -262,7 +262,7 @@ "external storage not ready" "key size must be at least 512bit" "unknown algorithm choice" - "no email found" + "no email address found" "need at least one identity" "no passphrase given" "no signature key given" @@ -630,7 +630,7 @@ "Change key configuration" "Add email address" "Additional email addresses are also associated to this key and can be used for secure communication." - "Email has already been added" + "Email address has already been added" "Revoked: Key must not be used anymore!" -- cgit v1.2.3 From 39b131c7e58c358adf93bb64fe297884664a4ae1 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Mon, 30 Mar 2015 23:35:32 +0200 Subject: fix Encrypt* with RequiredInputParcel --- OpenKeychain/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 78940aa9e..6d29ce3fd 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1048,7 +1048,6 @@ "Error opening URI for reading!" "Error opening URI for writing!" "More inputs than outputs specified! This is probably a programming error, please report!" - "Got outputs left but no inputs. This is probably a programming error, please report!" "Sign/encrypt operation successful" -- cgit v1.2.3 From aea52f2e6f5463b0a957a36a14604d56b342069c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 31 Mar 2015 00:24:08 +0200 Subject: Simplify passphrase dialog design --- OpenKeychain/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6d29ce3fd..8d148c8fe 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -12,7 +12,6 @@ "Encrypt" "Encrypt" "Decrypt" - "Unlock Key" "Add subkey" "Edit Key" "Settings" @@ -86,6 +85,7 @@ "Encrypt files" "Encrypt text" "Add additional email address" + "Unlock" "Settings" -- cgit v1.2.3 From 7c258bdedde0c7906253f82bb352ec9de170bb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 31 Mar 2015 00:32:48 +0200 Subject: From passphrase to password --- OpenKeychain/src/main/res/values/strings.xml | 94 ++++++++++++++-------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 8d148c8fe..78ab45cf3 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -17,7 +17,7 @@ "Settings" "Apps" "Keyservers" - "Change Passphrase" + "Change Password" "Share fingerprint with…" "Share key with…" "Share file with…" @@ -48,7 +48,7 @@ "Proofs from the cloud" "Subkeys" "Cloud search" - "Passphrase Cache" + "Password Cache" "Confirm" "Actions" "Key" @@ -109,11 +109,11 @@ "File" "File(s)" "File:" - "No Passphrase" - "Passphrase" + "No Password" + "Password" "Unlocking…" - "Repeat Passphrase" - "Show Passphrase" + "Repeat Password" + "Show Password" "Algorithm" "File ASCII Armor" "Enable ASCII Armor" @@ -128,9 +128,9 @@ "Delete after decryption" "Encryption algorithm" "Hash algorithm" - "Encrypt with passphrase" + "Encrypt with password" "Cache time" - "Cache passphrases by subkey" + "Cache passwords by subkey" "Text compression" "File compression" "Keyservers" @@ -203,12 +203,12 @@ "Authenticate" - "Wrong passphrase." + "Wrong password." "No compatible file manager installed." - "The passphrases didn't match." - "Please enter a passphrase." + "The passwords didn't match." + "Please enter a password." "Symmetric encryption." - "Enter passphrase for '%s'" + "Enter password for '%s'" "Enter PIN for '%s'" "Enter PIN to access YubiKey for '%s'" "Hold YubiKey against the back of your device." @@ -264,11 +264,11 @@ "unknown algorithm choice" "no email address found" "need at least one identity" - "no passphrase given" + "no password given" "no signature key given" "No valid encrypted or signed OpenPGP content!" "integrity check failed! Data has been modified!" - "wrong passphrase" + "wrong password" "could not extract private key" @@ -325,7 +325,7 @@ "revoking subkeys…" "stripping subkeys…" "adding subkeys…" - "changing passphrase…" + "changing passwords…" "exporting key…" @@ -592,7 +592,7 @@ "Verify" - "Change Passphrase" + "Change Password" "Add Identity" "Add Subkey" "Select an action!" @@ -618,14 +618,14 @@ "Synchronize with the cloud" "This field is required" - "Passphrases do not match" + "Passwords do not match" "You entered the following identity:" "Creating a key may take a while, have a cup of coffee in the meantime…" "(3 subkeys, RSA, 4096 bit)" "(custom key configuration)" "Choose a name associated with this key. This can be a full name, e.g., 'John Doe', or a nickname, e.g., 'Johnny'." "Enter your main email address used for secure communication." - "Choose a strong passphrase. It protects your key when your device gets stolen." + "Choose a strong password. It protects your key when your device gets stolen." "Full Name or Nickname" "Change key configuration" "Add email address" @@ -777,7 +777,7 @@ "Generating public keyring from secret keyring" "Subkey %s unavailable in secret key" "Marked secret subkey %s as available" - "Marked secret subkey %s as available, with empty passphrase" + "Marked secret subkey %s as available, with empty password" "Marked secret subkey %s as available, with PIN" "Marked secret subkey %s as stripped" "Marked secret subkey %s as 'divert to smartcard/NFC'" @@ -896,7 +896,7 @@ "No master certificate found to operate on! (All revoked?)" "Bad primary user ID specified!" "Bad user ID for revocation specified!" - "Tried to execute restricted operation without passphrase! This is a programming error, please file a bug report!" + "Tried to execute restricted operation without password! This is a programming error, please file a bug report!" "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!" "Nothing to do!" @@ -907,16 +907,16 @@ "Modifying master certifications" "Adding empty notation packet" "Adding PIN notation packet" - "Changing passphrase for keyring" - "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?)" + "Changing password for keyring" + "Re-encrypting subkey %s with new password" + "Setting new password failed, trying again with empty old password" + "Password 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" "Changing to restricted operation mode" "Modifying subkey %s" "Diverting to card/nfc for crypto operations" - "Passphrase required for operations" + "Password required for operations" "Adding new subkey of type %s" "New subkey ID: %s" "Expiry date cannot be in the past!" @@ -968,7 +968,7 @@ "Performing key operation" - "Caching new passphrase" + "Caching new password" "Missing SaveKeyringParcel! (this is a bug, please report)" "Key not found!" "Fetching key to modify (%s)" @@ -1002,7 +1002,7 @@ "Signature check OK" "Saving signature data for later" "Processing cleartext data" - "Error unlocking key, bad passphrase!" + "Error unlocking key, bad password!" "Unknown error unlocking key!" "Integrity check error!" "Missing integrity check! This can happen because the encrypting application is out of date, or from a downgrade attack." @@ -1014,9 +1014,9 @@ "Integrity check OK!" "Only metadata was requested, skipping decryption" "Decryption/Verification finished" - "Using passphrase from cache" + "Using password from cache" "NFC token required, requesting user input…" - "Passphrase required, requesting user input…" + "Password required, requesting user input…" "Preparing streams for decryption" "Starting decrypt operation…" "Symmetric data not allowed, skipping…" @@ -1055,13 +1055,13 @@ "Signing of cleartext input not supported!" "Preparing compression" "Encrypting data" - "Bad passphrase!" + "Bad password!" "Requested hashing algorithm is not supported by this key!" "Encountered IO Exception during operation!" "Selected signing key cannot sign data!" "Error fetching signing key!" "NFC data error!" - "No passphrase provided!" + "No password provided!" "Internal OpenPGP error!" "Encountered OpenPGP signature exception!" "Unknown error unlocking key!" @@ -1070,7 +1070,7 @@ "Bad key for encryption: %s" "Sign/Encrypt operation successful!" "NFC token required, requesting user input…" - "Passphrase required, requesting user input…" + "Password required, requesting user input…" "Signing data (without encryption)" "Creating cleartext signature" "Creating detached signature" @@ -1181,11 +1181,11 @@ "Log exported successfully!" - "Click to clear cached passphrases" - "OpenKeychain has cached %d passphrases" - "Cached Passphrases:" + "Click to clear cached passwords" + "OpenKeychain has cached %d passwords" + "Cached Passwords:" "Clear Cache" - "Passphrase" + "Password" "Take back your privacy with OpenKeychain!" @@ -1211,7 +1211,7 @@ "Error processing key!" "stripped" "divert to smartcard/NFC" - "no passphrase" + "no password" "unavailable" "Your own keys can only be deleted individually!" "View Certificate Details" @@ -1231,20 +1231,20 @@ Choose an unlock method - - Enter passphrase - Passphrase - No passphrase - No passphrase set - Passphrases do match - Passphrase saved - Passphrase invalid - Missing passphrase + + Enter password + Password + No password + No password set + Passwords do match + Password saved + Password invalid + Missing password Again Lockpattern NFC + Lockpattern Unlock method - Set passphrase + Set password Draw lockpattern NFC -- cgit v1.2.3 From 6c706f8a90940bac1088a6c4bdd21e2df5089eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 31 Mar 2015 10:49:33 +0200 Subject: Rename advanced to extended --- OpenKeychain/src/main/res/values/strings.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 78ab45cf3..c1e3b51f9 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -34,7 +34,7 @@ "Help" "Log" "Exchange Keys" - "Advanced Key Info" + "Extended Information" "Delete YOUR key '%s'?" "Export Log" "Manage my keys" @@ -100,7 +100,7 @@ "Select all" "Export all keys" "Update all keys" - "Show advanced info" + "Extended information" "Confirm via fingerprint comparison" "Export Log" @@ -478,10 +478,10 @@ "Decrypt with OpenKeychain" - "Show advanced information" - "Hide advanced information" - "Show advanced settings" - "Hide advanced settings" + "Show extended information" + "Hide extended information" + "Show extended settings" + "Hide extended settings" "No key selected" "Select key" "Create new key" @@ -494,7 +494,7 @@ "Package Name" "SHA-256 of Package Signature" "Accounts (deprecated API)" - "Advanced Information" + "Extended Information" "Allowed Keys" "Settings" "Account key:" -- cgit v1.2.3