aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 01b461316..c77c50b72 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -394,6 +394,10 @@
<item quantity="one">"Successfully updated key%2$s."</item>
<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>
+ </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>