diff --git a/OpenKeychain/src/main/res/raw/help_certification.md b/OpenKeychain/src/main/res/raw/help_certification.md index 3518adf73..a1ad19402 100644 --- a/OpenKeychain/src/main/res/raw/help_certification.md +++ b/OpenKeychain/src/main/res/raw/help_certification.md @@ -3,7 +3,7 @@ ## Key Confirmation Without confirmation, you cannot be sure if a key really corresponds to a specific person. The simplest way to confirm a key is by scanning the QR Code or exchanging it via NFC. -To confirm keys between more than two persons, we suggest to use the key exchange method available for your keys. +To confirm keys between more than two persons, we suggest using the key exchange method available for your keys. ## Key Status diff --git a/OpenKeychain/src/main/res/raw/help_changelog.md b/OpenKeychain/src/main/res/raw/help_changelog.md index 153b0ea8e..1aa4b1887 100644 --- a/OpenKeychain/src/main/res/raw/help_changelog.md +++ b/OpenKeychain/src/main/res/raw/help_changelog.md @@ -6,7 +6,7 @@ ## 4.3 * Better support for large keys - * Improve import of Gpg4win asc files + * Fix import of Gpg4win files with broken encodings ## 4.2 @@ -136,7 +136,7 @@ * Many fixes for key import, also fixes stripped keys * Honor and display key authenticate flags * User interface to generate custom keys - * Fixing user id revocation certificates + * Fixing user ID revocation certificates * New cloud search (searches over traditional keyservers and keybase.io) * Support for stripping keys inside OpenKeychain * Experimental YubiKey support: Support for signature generation and decryption diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 32c660cbf..8f8346fd7 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -335,8 +335,8 @@ "Enter password" "Enter backup code" "Enter password for '%s'" - "Change to alphabetic keyboard" - "Change to numeric keyboard" + "Switch to alphabetic keyboard" + "Switch to numeric keyboard" "Enter PIN for '%s'" "Enter PIN to access Security Token for '%s'" "Hold Security Token against the NFC marker at the back of your device." @@ -610,7 +610,7 @@ "Error deleting %1$d keys." "Nothing to delete." - "Delete operation cancelled." + "Deletion cancelled." "Successfully revoked key." @@ -784,7 +784,7 @@ "Add at least one identity!" "Add at least one subkey!" "Algorithm not supported by Security Token!" - "RSA key lower than 2048 bits is not supported by Security Token since OpenPGP card specification 3.x!" + "RSA key lower than 2048 bits are not supported by Security Tokens since OpenPGP card specification 3.x!" "Curve not supported by Security Token!" "Cannot move key to Security Token (either stripped or already on Security Token)!" @@ -1117,8 +1117,6 @@ "Security Token supports only one slot per key type." "Inappropriate key flags for Security Token key." "Modifying master certifications" - "Adding empty notation packet" - "Adding PIN notation packet" "Changing password for keyring" "Changing PIN on card" "Changing Admin PIN on card" @@ -1294,7 +1292,7 @@ "Encountered OpenPGP signature exception!" "Unknown error unlocking key!" "Key selected for encryption is not allowed" - "Revoked/Expired key cannot be used for sign or encryption" + "Revoked/Expired key cannot be used for signature generation or encryption" "Encrypting for key: %s" "Missing key for encryption: %s" "Bad key for encryption: %s" @@ -1496,7 +1494,7 @@ "Sync From Servers requires Orbot" - "Tap to start orbot" + "Tap to start Orbot" "Start Orbot" "Direct" @@ -1787,13 +1785,13 @@ 100 EUR "Scan with OpenKeychain!" - "You scanned a OpenPGP QR Code with another app, please scan with Openkeychain directly to be safe." + "You scanned a OpenPGP QR Code with another app. Please scan with Openkeychain directly to be safe." "Scan again" "Close" "Key import redirection" Allow access to your key? - %1$s requests access to one of your keys, which allows it to decrypt messages sent to this key. You can revoke access later in OpenKeychain. + %1$s requests access to one of your keys, which will allow it to decrypt messages sent to this key. You can revoke access later in OpenKeychain. This key is not available. To use it, you must import it as one of your own! Allow Cancel @@ -1861,19 +1859,19 @@ Security Warning Recommended Action "The key you used to receive (decrypt) this message is outdated!\n\nThe algorithm (%s) is configured with a strength of 1024 bits or less, which has been considered insecure for general use since 2006." - The key in use is insecure, and cannot be updated. To communicate securely, you must create a new key! + The key in use is insecure, and cannot be upgraded. To communicate securely, you must create a new key! "The key that sent (signed) this message is outdated!\n\nThe algorithm (%s) is configured with a strength of 1024 bits or less, which has been considered insecure for general use since 2006." - The key in use is insecure, and cannot be updated. To communicate securely, the sender must create a new key! + The key in use is insecure, and cannot be upgraded. To communicate securely, the sender must create a new key! "The key that received (decrypted) this message is using the elliptic curve with OID %1$s, which is not whitelisted!" "The key this message was sent (signed) from is using the elliptic curve with OID %1$s, which is not whitelisted!" - "There is an unidentified security problem with the key used to receive (decrypyt) this message!" + "There is an unidentified security problem with the key used to receive (decrypt) this message!" "There is an unidentified security problem with the key used to send (sign) this message!" "This might be a problem in OpenKeychain, please report on our issue tracker!" "This message was not signed, and did also not contain a Modification Detection Code (MDC). It may have been modified by an attacker!" "A missing MDC is a problem in the sending software, or an attack. For secure end-to-end communication, messages should also be signed by the sender!" - "This message was encrypted using the symmetric %s algorithm. This is considered insecure, or at least exotic!" + "This message was encrypted using the %s algorithm. This is considered insecure, or at least exotic!" "This message was signed using the %s hashing algorithm. This is considered insecure, or at least exotic!" If you don\'t want to be warned about this specific security problem in the future, you can suppress this warning. Suppress this warning diff --git a/fastlane/metadata/android/en-US/changelogs/29203.txt b/fastlane/metadata/android/en-US/changelogs/29203.txt index c31ca5d78..5e0a68927 100644 --- a/fastlane/metadata/android/en-US/changelogs/29203.txt +++ b/fastlane/metadata/android/en-US/changelogs/29203.txt @@ -5,6 +5,6 @@ * Many fixes for key import, also fixes stripped keys * Honor and display key authenticate flags * User interface to generate custom keys - * Fixing user id revocation certificates + * Fixing user ID revocation certificates * New cloud search (searches over traditional keyservers and keybase.io) * Support for stripping keys inside OpenKeychain \ No newline at end of file