aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-23 16:58:40 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-23 16:58:40 +0200
commit6a5bd6509b088cf8cee3e9ddf9a5eac5a33de98a (patch)
tree9a2b162ce038a7dbbc252f9bae21198f6c6300ea /OpenKeychain/src/main/res
parent558cc6befca479d33c20ca58f426bda486b5ee8f (diff)
downloadopen-keychain-6a5bd6509b088cf8cee3e9ddf9a5eac5a33de98a.tar.gz
open-keychain-6a5bd6509b088cf8cee3e9ddf9a5eac5a33de98a.tar.bz2
open-keychain-6a5bd6509b088cf8cee3e9ddf9a5eac5a33de98a.zip
implement saving of files
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index c278daf09..fa6c585b1 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1342,5 +1342,7 @@
<string name="error_preparing_data">"Error preparing data!"</string>
<string name="label_clip_title">"Encrypted Data"</string>
<string name="progress_processing">Processing…</string>
+ <string name="error_saving_file">Error saving file!</string>
+ <string name="file_saved">File saved!</string>
</resources>