aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-20 05:08:49 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-20 05:08:49 +0200
commit09da00d80010412d2afcc75c5ab4a98781f8c937 (patch)
treea260d5d1f6a49590275a3168b033117d745b5000 /OpenKeychain/src/main/res/values
parent3b791f66334178c5fb7682bcef9d59e0dc869245 (diff)
downloadopen-keychain-09da00d80010412d2afcc75c5ab4a98781f8c937.tar.gz
open-keychain-09da00d80010412d2afcc75c5ab4a98781f8c937.tar.bz2
open-keychain-09da00d80010412d2afcc75c5ab4a98781f8c937.zip
drop clipboard backwards compatibility for api level < 11
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index cf90caa1c..f3651371a 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1264,7 +1264,8 @@
<string name="contact_show_key">"Show key (%s)"</string>
<string name="swipe_to_update">"Swipe down to update from keyserver"</string>
<string name="error_no_file_selected">"Select at least one file to encrypt!"</string>
- <string name="error_multi_not_supported">"Saving of multiple files not supported. This is a limitation on current Android."</string>
+ <string name="error_multi_files">"Saving of multiple files not supported. This is a limitation on current Android."</string>
+ <string name="error_multi_clipboard">"Encryption of multiple files to clipboard not supported."</string>
<string name="error_empty_text">"Type some text to encrypt!"</string>
<string name="key_colon">"Key:"</string>
<string name="exchange_description">"To start a key exchange, choose the number of participants on the right side, then hit the “Start exchange” button.\n\nYou will be asked two more questions to make sure only the right participants are in the exchange and their fingerprints are correct."</string>
@@ -1339,5 +1340,6 @@
<string name="intent_show">Show Signed/Encrypted Content</string>
<string name="view_internal">"View in OpenKeychain"</string>
<string name="error_preparing_data">"Error preparing data!"</string>
+ <string name="label_clip_title">"Encrypted Data"</string>
</resources>