aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-10-13 00:26:59 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-10-13 00:26:59 +0200
commit815ed2e233aca0aab04bce1ab5657dd953c72ce2 (patch)
tree9d95b2448e4810f889cc4ad0d1b9c15211dbdd87 /OpenKeychain/src/main/res/values
parentb47412eb1e2b983f803e6227ea5d07fdead9fe5a (diff)
downloadopen-keychain-815ed2e233aca0aab04bce1ab5657dd953c72ce2.tar.gz
open-keychain-815ed2e233aca0aab04bce1ab5657dd953c72ce2.tar.bz2
open-keychain-815ed2e233aca0aab04bce1ab5657dd953c72ce2.zip
rewrite export with new operation style
Diffstat (limited to 'OpenKeychain/src/main/res/values')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 4a973f9e4..0b0f0b4fd 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -940,6 +940,30 @@
<string name="msg_crt_upload_success">"Successfully uploaded key to server"</string>
+ <plurals name="msg_import">
+ <item quantity="one">"Importing key"</item>
+ <item quantity="other">"Importing %d keys"</item>
+ </plurals>
+ <string name="msg_import_error">"Import operation failed!"</string>
+ <string name="msg_import_partial">"Import operation successful, with errors!"</string>
+ <string name="msg_import_success">"Import operation successful"</string>
+
+ <plurals name="msg_export">
+ <item quantity="one">"Exporting one keys"</item>
+ <item quantity="other">"Exporting %d keys"</item>
+ </plurals>
+ <string name="msg_export_all">"Exporting all keys"</string>
+ <string name="msg_export_public">"Exporting public key %s"</string>
+ <string name="msg_export_secret">"Exporting secret key %s"</string>
+ <string name="msg_export_error_no_file">"No filename specified!"</string>
+ <string name="msg_export_error_fopen">"Error opening File!"</string>
+ <string name="msg_export_error_no_uri">"No URI specified!"</string>
+ <string name="msg_export_error_uri_open">"Error opening URI stream!"</string>
+ <string name="msg_export_error_storage">"Storage is not ready for writing!"</string>
+ <string name="msg_export_error_db">"Database error!"</string>
+ <string name="msg_export_error_io">"Input/output error!"</string>
+ <string name="msg_export_success">"Export operation successful"</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">