aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-23 16:23:13 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-23 16:23:13 +0200
commitc5239d6e9b138925718e031df8da86f57035947a (patch)
tree25c266b7344a5db00d977cc4d6a2ac4047018bcc /OpenKeychain/src/main/res/values/strings.xml
parentda1779816b8afc29d9c5efc38971346804ad191e (diff)
downloadopen-keychain-c5239d6e9b138925718e031df8da86f57035947a.tar.gz
open-keychain-c5239d6e9b138925718e031df8da86f57035947a.tar.bz2
open-keychain-c5239d6e9b138925718e031df8da86f57035947a.zip
be more precise on importresult overall error
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index c77c50b72..3478acbbd 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -395,15 +395,18 @@
<item quantity="other">"Successfully updated %1$d keys%2$s."</item>
</plurals>
<plurals name="import_keys_with_errors">
- <item quantity="one">"Import failed for one key."</item>
- <item quantity="other">"Import failed for %d keys."</item>
+ <item quantity="one">"Import failed for one key!"</item>
+ <item quantity="other">"Import failed for %d keys!"</item>
</plurals>
<string name="view_log">"View Log"</string>
<string name="import_error_nothing">"Nothing to import."</string>
<string name="import_error_nothing_cancelled">"Import cancelled."</string>
- <string name="import_error">"Error importing keys!"</string>
<string name="import_with_warnings">", with warnings"</string>
<string name="import_with_cancelled">", until cancelled"</string>
+ <plurals name="import_error">
+ <item quantity="one">"Import failed!"</item>
+ <item quantity="other">"Import of %d keys failed!"</item>
+ </plurals>
<!-- Intent labels -->
<string name="intent_decrypt_file">"Decrypt File with OpenKeychain"</string>