diff options
author | zeapo <mohamed@zenadi.com> | 2014-11-04 22:23:47 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-11-04 22:23:47 +0100 |
commit | c6882ea39c3d0649b1a0928f97c5e37b60723588 (patch) | |
tree | cbff23d951b6e5ad626d5e74777d6f46f887649d /app/src/main/res | |
parent | 7e0a8c6ce892357092fe5fddb4c05ae28af3d573 (diff) |
added an error when unable to open/access ssh-key
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0b2a3b3f..819b6eb4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -102,6 +102,8 @@ <string name="pref_password_dialog_title">Set the time you want the password to be in clipboard</string> <string name="pref_copy_title">Automatically Copy Password</string> <string name="pref_copy_dialog_title">Automatically copy the password to the clipboard after decryption was successful.</string> + <string name="ssh_key_error_dialog_title">Error while trying to import the ssh-key</string> + <string name="ssh_key_error_dialog_text">Message : /n</string> <!-- Misc --> <string name="dialog_ok">OK</string> |