aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-10 21:18:50 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-11 03:50:21 +0200
commite6a7960b8f3c838c66ef8cdaed5faf11a8d1ab26 (patch)
tree95cc2910ca9066cc1eb3ab91ea3bfed90e4c0569 /OpenKeychain/src/main/res
parentfe981e54989c47ae252a4dfdc2aa41aab295cc7e (diff)
downloadopen-keychain-e6a7960b8f3c838c66ef8cdaed5faf11a8d1ab26.tar.gz
open-keychain-e6a7960b8f3c838c66ef8cdaed5faf11a8d1ab26.tar.bz2
open-keychain-e6a7960b8f3c838c66ef8cdaed5faf11a8d1ab26.zip
move delete into operation class
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 89dd266e8..fcc7436d1 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -920,6 +920,24 @@
<string name="msg_crt_upload_success">"Successfully uploaded key to server"</string>
+ <string name="msg_del_error_empty">"Nothing to delete!"</string>
+ <string name="msg_del_error_multi_secret">"Secret keys can only be deleted individually!"</string>
+ <plurals name="msg_del">
+ <item quantity="one">"Deleting one key"</item>
+ <item quantity="other">"Deleting %d keys"</item>
+ </plurals>
+ <string name="msg_del_key">"Deleting key %s"</string>
+ <string name="msg_del_key_fail">"Failed deleting key %s"</string>
+ <string name="msg_del_consolidate">"Consolidating database after deletion of secret key"</string>
+ <plurals name="msg_del_ok">
+ <item quantity="one">"Successfully deleted key"</item>
+ <item quantity="other">"Successfully deleted %d keys"</item>
+ </plurals>
+ <plurals name="msg_del_fail">
+ <item quantity="one">"Failed to delete one key"</item>
+ <item quantity="other">"Failed to delete %d keys"</item>
+ </plurals>
+
<string name="msg_acc_saved">"Account saved"</string>
<string name="msg_download_success">"Downloaded successfully!"</string>