aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-11 19:55:19 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-11 19:55:19 +0200
commit5453a3e5afb40fda35a768dda9a13d33f9035486 (patch)
treeba0ad51ed4330b4b74c4ec373553a9fe1cfbf0bc /OpenKeychain/src/main/res
parent4bd9c6ff96a986749624b5b1ce64282c1afec3f1 (diff)
downloadopen-keychain-5453a3e5afb40fda35a768dda9a13d33f9035486.tar.gz
open-keychain-5453a3e5afb40fda35a768dda9a13d33f9035486.tar.bz2
open-keychain-5453a3e5afb40fda35a768dda9a13d33f9035486.zip
DeleteResult: add custom createNotify
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index fcc7436d1..4a973f9e4 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -426,6 +426,26 @@
<string name="import_error_nothing">"Nothing to import."</string>
<string name="import_error_nothing_cancelled">"Import cancelled."</string>
+ <!-- Delete result toast -->
+ <plurals name="delete_ok_but_fail_1">
+ <item quantity="one">"Successfully deleted one key"</item>
+ <item quantity="other">"Successfully deleted %1$d keys"</item>
+ </plurals>
+ <plurals name="delete_ok_but_fail_2">
+ <item quantity="one">", but failed deleting one key%2$s."</item>
+ <item quantity="other">", but failed deleting %1$d keys%2$s."</item>
+ </plurals>
+ <plurals name="delete_ok">
+ <item quantity="one">"Successfully deleted key%2$s."</item>
+ <item quantity="other">"Successfully deleted %1$d keys%2$s."</item>
+ </plurals>
+ <plurals name="delete_fail">
+ <item quantity="one">"Error deleting one key%2$s."</item>
+ <item quantity="other">"Error deleting %1$d keys."</item>
+ </plurals>
+ <string name="delete_nothing">"Nothing to delete."</string>
+ <string name="delete_cancelled">"Delete operation cancelled."</string>
+
<!-- Certify result toast -->
<plurals name="certify_keys_ok">
<item quantity="one">"Successfully certified key%2$s."</item>