aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-21 01:03:20 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-21 01:03:20 +0100
commitb4f977673f32278e6a5c2ef5abd071e2d934adaf (patch)
tree6231c47c87d4614dd79978ce374cc714704dcfe0 /OpenPGP-Keychain
parenta02d07b57cd99e6ac4edc427ceb83a5fad59fcf3 (diff)
downloadopen-keychain-b4f977673f32278e6a5c2ef5abd071e2d934adaf.tar.gz
open-keychain-b4f977673f32278e6a5c2ef5abd071e2d934adaf.tar.bz2
open-keychain-b4f977673f32278e6a5c2ef5abd071e2d934adaf.zip
rename to OpenKeychain
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/src/main/res/values/static_strings.xml2
-rw-r--r--OpenPGP-Keychain/src/main/res/values/strings.xml14
2 files changed, 8 insertions, 8 deletions
diff --git a/OpenPGP-Keychain/src/main/res/values/static_strings.xml b/OpenPGP-Keychain/src/main/res/values/static_strings.xml
index 3c9cf6673..faf1e687a 100644
--- a/OpenPGP-Keychain/src/main/res/values/static_strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/static_strings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name" translatable="false">OpenPGP Keychain</string>
+ <string name="app_name" translatable="false">OpenKeychain</string>
</resources> \ No newline at end of file
diff --git a/OpenPGP-Keychain/src/main/res/values/strings.xml b/OpenPGP-Keychain/src/main/res/values/strings.xml
index b8a03a82d..178ef8f17 100644
--- a/OpenPGP-Keychain/src/main/res/values/strings.xml
+++ b/OpenPGP-Keychain/src/main/res/values/strings.xml
@@ -368,13 +368,13 @@
<string name="import_clipboard_button">Get key from clipboard</string>
<!-- Intent labels -->
- <string name="intent_decrypt_file">OpenPGP: Decrypt File</string>
- <string name="intent_import_key">OpenPGP: Import Key</string>
- <string name="intent_send_encrypt">OpenPGP: Encrypt</string>
- <string name="intent_send_decrypt">OpenPGP: Decrypt</string>
+ <string name="intent_decrypt_file">OpenKeychain: Decrypt File</string>
+ <string name="intent_import_key">OpenKeychain: Import Key</string>
+ <string name="intent_send_encrypt">OpenKeychain: Encrypt</string>
+ <string name="intent_send_decrypt">OpenKeychain: Decrypt</string>
<!-- Remote API -->
- <string name="api_no_apps">No registered applications!\n\nThird-party applications can request access to OpenPGP Keychain. After granting access, they will be listed here.</string>
+ <string name="api_no_apps">No registered applications!\n\nThird-party applications can request access to OpenKeychain. After granting access, they will be listed here.</string>
<string name="api_settings_show_advanced">Show advanced settings</string>
<string name="api_settings_hide_advanced">Hide advanced settings</string>
<string name="api_settings_no_key">No key selected</string>
@@ -384,14 +384,14 @@
<string name="api_settings_revoke">Revoke access</string>
<string name="api_settings_package_name">Package Name</string>
<string name="api_settings_package_signature">SHA-256 of Package Signature</string>
- <string name="api_register_text">The displayed application requests access to OpenPGP Keychain.\nAllow access?\n\nWARNING: If you do not know why this screen appeared, disallow access! You can revoke access later using the \'Registered Applications\' screen.</string>
+ <string name="api_register_text">The displayed application requests access to OpenKeychain.\nAllow access?\n\nWARNING: If you do not know why this screen appeared, disallow access! You can revoke access later using the \'Registered Applications\' screen.</string>
<string name="api_register_allow">Allow access</string>
<string name="api_register_disallow">Disallow access</string>
<string name="api_register_error_select_key">Please select a key!</string>
<string name="api_select_pub_keys_missing_text">No public keys were found for these user ids:</string>
<string name="api_select_pub_keys_dublicates_text">More than one public key exist for these user ids:</string>
<string name="api_select_pub_keys_text">Please review the list of recipients!</string>
- <string name="api_error_wrong_signature">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 OpenPGP Keychain and then register the app again.</string>
+ <string name="api_error_wrong_signature">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.</string>
<!-- Share -->
<string name="share_qr_code_dialog_title">Share with QR Code</string>