diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-09 17:04:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 17:04:16 +0530 |
commit | 1738879fb3ba1b2c2d0ca7933c861bf99ae32535 (patch) | |
tree | 42b339b07e3c45922310afd01e8ce357f99beeb6 /app/src/main/res/values | |
parent | 799f1393e49955d05f68b81af26d6cfaf9beadfd (diff) |
Integrate PGPainless backend into the UI properly (#1647)
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b2eda6fa..432ee6ea 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -390,5 +390,9 @@ <string name="gpg_key_select_mandatory">Selecting a GPG key is necessary to proceed</string> <string name="place_shortcut_on_home_screen">Place shortcut on home screen</string> <string name="password_list_fab_content_description">Create new password or folder</string> + <string name="pgp_key_import_failed">Failed to import PGP key</string> + <string name="pgp_key_import_succeeded">Successfully imported PGP key</string> + <string name="pgp_key_import_succeeded_message">The key ID of the imported key is given below, please review it for correctness:\n%1$s</string> + <string name="pref_category_pgp_title">PGP settings</string> </resources> |