aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-09-26 03:33:17 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-09-26 03:39:52 +0200
commit676a863b1415c09352f9c57a214ec1e3341a5a61 (patch)
treea314da1110c63dafae2121de342e0877bbad5e5f /OpenKeychain/src/main/res/values/strings.xml
parentc93670f3c6af3bc27b531a2501fc82e9a759ddc0 (diff)
downloadopen-keychain-676a863b1415c09352f9c57a214ec1e3341a5a61.tar.gz
open-keychain-676a863b1415c09352f9c57a214ec1e3341a5a61.tar.bz2
open-keychain-676a863b1415c09352f9c57a214ec1e3341a5a61.zip
export: more cleanup and splitting into subroutines
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 81743213f..aa25b2aa7 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1293,16 +1293,11 @@
<item quantity="one">"Exporting one key"</item>
<item quantity="other">"Exporting %d keys"</item>
</plurals>
- <string name="msg_export_file_name">"Filename: %s"</string>
<string name="msg_export_all">"Exporting all keys"</string>
<string name="msg_export_public">"Exporting public key %s"</string>
<string name="msg_export_upload_public">"Uploading 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_error_key">"Error preprocessing key data!"</string>