Merge pull request #368 from ajit766/master

progress is shown when creating the default key based on number of keys created till then
This commit is contained in:
Dominik Schürmann
2014-03-09 23:39:53 +01:00
3 changed files with 14 additions and 1 deletions

View File

@@ -328,6 +328,11 @@
<item quantity="other">exporting keys…</item>
</plurals>
<plurals name="progress_generating">
<item quantity="one">generating key, this can take up to 3 minutes…</item>
<item quantity="other">generating keys, this can take up to 3 minutes…</item>
</plurals>
<string name="progress_extracting_signature_key">extracting signature key…</string>
<string name="progress_extracting_key">extracting key…</string>
<string name="progress_preparing_streams">preparing streams…</string>