diff options
author | zeapo <mohamed@zenadi.com> | 2015-01-04 18:58:59 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2015-01-04 18:58:59 +0100 |
commit | 1c2b000847b73c482154f5ccc15cf2cfb9865c4d (patch) | |
tree | 5a7bb624b034a7480d7dcd3bbff75c4e4d69b4b6 /app/src/main/res | |
parent | d5e124308e4ce1a894a0108d9ea716250ac55359 (diff) |
some tweak, and forgot strings
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1167c5af..1d5ac4a5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -108,6 +108,7 @@ <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_success_dialog_title" translatable="false">SSH-key imported</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> <string name="pref_recursive_filter">Recursive filtering</string> |