summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index b5f1192d..8303e18d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -375,4 +375,12 @@
<string name="git_push_generic_error">Push was rejected by remote, reason: %1$s</string>
<string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string>
<string name="git_operation_running">Running git operation…</string>
+
+ <!-- OpenKeychain not installed -->
+ <string name="openkeychain_not_installed_title">OpenKeychain not installed</string>
+ <string name="openkeychain_not_installed_message">OpenKeychain is required for Password Store to function, please install it from the stores below</string>
+ <string name="openkeychain_not_installed_google_play">Google Play</string>
+ <string name="play_deeplink_template">https://play.google.com/store/apps/details?id=%1$s</string>
+ <string name="openkeychain_not_installed_fdroid">F-Droid</string>
+ <string name="fdroid_deeplink_template">https://f-droid.org/en/packages/%1$s/</string>
</resources>