aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/colors.xml4
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml7
2 files changed, 8 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/colors.xml b/OpenKeychain/src/main/res/values/colors.xml
index d1dc6c1f4..f03d316db 100644
--- a/OpenKeychain/src/main/res/values/colors.xml
+++ b/OpenKeychain/src/main/res/values/colors.xml
@@ -4,4 +4,8 @@
<color name="emphasis">#31b6e7</color>
<color name="bg_gray">#cecbce</color>
+ <color name="result_red">#CC0000</color>
+ <color name="result_orange">#FF8800</color>
+ <color name="result_green">#669900</color>
+ <color name="result_blue">#336699</color>
</resources> \ No newline at end of file
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 71340f6ec..3a73735cd 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -209,9 +209,10 @@
<string name="file_delete_confirmation">Are you sure you want to delete\n%s?</string>
<string name="file_delete_successful">Successfully deleted.</string>
<string name="no_file_selected">Select a file first.</string>
- <string name="decryption_successful">Successfully decrypted and/or verified.</string>
- <string name="encryption_successful">Successfully signed and/or encrypted.</string>
- <string name="encryption_to_clipboard_successful">Successfully signed and/or encrypted to clipboard.</string>
+ <string name="decrypt_successful">Successfully decrypted.</string>
+ <string name="decrypt_verified_successful">Successfully decrypted and/or verified.</string>
+ <string name="encrypt_sign_successful">Successfully signed and/or encrypted.</string>
+ <string name="encrypt_sign_clipboard_successful">Successfully signed and/or encrypted to clipboard.</string>
<string name="enter_passphrase_twice">Enter the passphrase twice.</string>
<string name="select_encryption_key">Select at least one encryption key.</string>
<string name="select_encryption_or_signature_key">Select at least one encryption key or a signature key.</string>