diff options
author | Zeapo <mohamed@zenadi.com> | 2014-07-26 20:44:25 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-07-26 20:44:25 +0100 |
commit | 6532252f31d032b461d229ba3cf49245b2c5fe85 (patch) | |
tree | 68a6e605c6569194c25dc5f5530d34750730402d /app/src/main/res/values | |
parent | bbf0175d69dbfd3d4ac04fb13d8ca322f6c4f2fb (diff) |
Authentication works correctly for clone, some cleaning is still required
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 43246df8..7b9de7d3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -3,10 +3,10 @@ <string name="app_name">PwdStore</string> <string name="clone">Clone!</string> - <string name="action_settings">Settings</string> + <string name="clone_setting">Clone</string> <string name="hello_world">Hello world!</string> - <string name="dialog_delete_title">Remove dir</string> + <string name="dialog_delete_title">Directory already exist</string> <string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string> <string name="dialog_delete">Delete directory</string> <string name="dialog_do_not_delete">Cancel</string> @@ -16,4 +16,10 @@ <item>ssh-key</item> </string-array> + <string-array name="clone_protocols"> + <item>ssh://</item> + <item>https://</item> + <item>http://</item> + </string-array> + </resources> |