diff options
author | Aditya Wasan <adityawasan55@gmail.com> | 2019-11-13 00:55:56 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-13 00:55:56 +0530 |
commit | 9acad2abf68b64d3ca70b5263a72dfe3d5ff0081 (patch) | |
tree | aa84fe70cc5fc4906db89e42bb90e6463ad6c2ec /app/src/main/res/values/strings.xml | |
parent | 5749c97d7c597b01ecfc483ad5d387fc025e4653 (diff) |
Convert java files to kotlin (#570)
* Break SshKeyGen into multiple files
* Use tinted material button
* Convert PasswordStore to kotlin
* Remove SshKeyGen
* Remove explicit imports and other tweaks
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0c8950e6..9ac5a850 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -271,4 +271,7 @@ <string name="biometric_auth_summary">When enabled, Password Store will prompt you for your fingerprint when launching the app</string> <string name="biometric_auth_summary_error">Fingerprint hardware not accessible or missing</string> <string name="ssh_openkeystore_clear_keyid">Clear remembered OpenKeystore SSH Key ID</string> + <string name="access_sdcard_text">The store is on the sdcard but the app does not have permission to access it. Please give permission.</string> + <string name="your_public_key">Your public key</string> + <string name="error_generate_ssh_key">Error while trying to generate the ssh-key</string> </resources> |