diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-29 04:57:41 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-29 05:07:24 +0530 |
commit | 4e178883f75e0565ca2cc9449bfbd43a2f770431 (patch) | |
tree | f6abdc61676bd7c0ed35423ee2076b120a57fc8d /app/src/main/res/values | |
parent | 309d220bef331b62069e15a4a77fb3966c79f61f (diff) |
chore: extract hard-coded preference strings
Diffstat (limited to 'app/src/main/res/values')
-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 9997f6aa..5a542b64 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -131,6 +131,9 @@ <string name="pref_rebase_on_pull_summary_on">When pulling or syncing, rebase commits that are not present in the remote repository</string> <string name="pref_disable_sync_on_pull_title">Disable pull to sync action</string> <string name="pref_disable_sync_on_pull_summary">Prevent pulling down on the password list from triggering a Git sync</string> + <string name="pref_import_pgp_key_title">Import PGP key</string> + <string name="pref_pgp_key_manager_title">Key manager</string> + <string name="pref_pgp_ascii_armor_title">Encrypt in ASCII armor mode</string> <!-- PasswordGenerator fragment --> <string name="pwgen_title">Generate Password</string> |