diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-14 18:32:58 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-14 18:32:58 +0200 |
commit | f4eebd091ce3be0e429c2f5ea9de292317d7d8a6 (patch) | |
tree | 2635637fe4605077c3ecc0340155cf91d607daf8 /res | |
parent | 81d2760505c2bc153a50238af1a2ea6cd505eec1 (diff) |
fixed #105
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 26af8830..16d191d2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -131,4 +131,9 @@ <string name="attach_choose_picture">Choose picture</string> <string name="attach_take_picture">Take picture</string> <string name="preemptively_grant">Preemptively grant subscription request</string> + <string name="error_not_an_image_file">The file you selected is not an image</string> + <string name="error_compressing_image">Error while converting the image file</string> + <string name="error_file_not_found">File not found</string> + <string name="error_io_exception">General I/O error. Maybe you ran out of storage space?</string> + <string name="error_security_exception_during_image_copy">The app you used to select this image did not provide us with enough permissions to read the file.\n\n<small>Use a different file manager to choose an image</small></string> </resources> |