diff options
author | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-31 14:28:09 +0000 |
---|---|---|
committer | Adam Smith <adam.smith18@ntlworld.com> | 2014-10-31 14:28:09 +0000 |
commit | 58183ee900a368bd32e6e2bdbaaa37cff8ec6cca (patch) | |
tree | 46216495f734e9d29fda070fbe005b45bdcd3c0f /app/src/main/res | |
parent | 7219fedf459e305bb7fbaabee2b4ce833f769ccc (diff) |
Hard coded strings replaced for resources in GitHandler
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3565d79f..cc4e3e36 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -42,6 +42,16 @@ <string name="running_dialog_text">Running command...</string> <string name="jgit_error_dialog_title">Internal exception occurred</string> <string name="jgit_error_dialog_text">Message from jgit: /n</string> + + <!-- Git Handler --> + <string name="read_only_dialog_text">You are about to use a read-only repository, you will not be able to push to it</string> + <string name="forget_username_dialog_text">Did you forget to specify a username?</string> + <string name="set_information_dialog_text">You have to set the information about the server before synchronizing with the server</string> + <string name="ssh_preferences_dialog_text">Please import your SSH key file in the preferences</string> + <string name="ssh_preferences_dialog_title">No SSH key</string> + <string name="passphrase_dialog_title">Authenticate</string> + <string name="passphrase_dialog_text">Please provide the passphrase for your SSH key. Leave it empty if there is no passphrase.</string> + <string name="password_dialog_text">Please provide the password for this repository</string> <!-- Clone fragment --> <string name="clone_fragment_text">Welcome to Password Store\n\n In this screen you can either create a new repository or clone your git repository onto your device.</string> @@ -79,5 +89,7 @@ <string name="dialog_no">No</string> <string name="dialog_positive">On my way...</string> <string name="dialog_negative">Nah... later</string> + <string name="dialog_oops">Oops...</string> + <string name="dialog_cancel">Cancel</string> </resources> |