diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-05-30 19:39:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 19:39:17 +0200 |
commit | 2428d4c0deb5d088112ed10391932acf325e84d5 (patch) | |
tree | 692b15264e45ea4cb59b7d45dfa47edd7d4af033 /app/src/main/res/values/strings.xml | |
parent | 72ede314ef02dfc255b3a28b3540e6fef10da9ac (diff) |
Switch password authentication over to SSHJ (#811)
* Switch password authentication over to SSHJ
* Address review comments and refactor further
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9b76e05f..d485f923 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -307,7 +307,8 @@ <string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string> <string name="clear_saved_passphrase_ssh">Clear saved passphrase for local SSH key</string> <string name="clear_saved_passphrase_https">Clear saved HTTPS password</string> - <string name="remember_the_passphrase">Remember key passphrase</string> + <string name="hotp_remember_clear_choice">Clear saved preference for HOTP incrementing</string> + <string name="git_operation_remember_passphrase">Remember key passphrase</string> <string name="hackish_tools">Hackish tools</string> <string name="abort_rebase">Abort rebase and push new branch</string> <string name="reset_to_remote">Hard reset to remote branch</string> @@ -360,6 +361,7 @@ <string name="git_operation_unable_to_open_ssh_key_title">Unable to open the ssh-key</string> <string name="git_operation_unable_to_open_ssh_key_message">Please check that it was imported.</string> <string name="git_operation_wrong_passphrase">Wrong passphrase</string> + <string name="git_operation_wrong_password">Wrong password</string> <string name="bottom_sheet_create_new_folder">Create new folder</string> <string name="bottom_sheet_create_new_password">Create new password</string> <string name="autofill_onboarding_dialog_title">New, revamped Autofill!</string> @@ -369,4 +371,6 @@ <string name="pref_debug_logging_title">Debug logging</string> <string name="preference_default_username_summary">If Autofill is unable to determine a username from your password file or directory structure, it will use the value specified here</string> <string name="preference_default_username_title">Default username</string> + <string name="git_operation_remember_password">Remember password</string> + <string name="git_operation_hint_password">Password</string> </resources> |