aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2016-01-15 17:27:14 +0100
committerVincent <valodim@mugenguild.com>2016-01-15 17:27:14 +0100
commitefbe9ac363132d3280f544d8377978286b828c79 (patch)
tree20be3798761055c3f9719293e81f30328076ea8b /OpenKeychain/src/main/res
parentd8235e0013c759f0e32dc1c958deb4cb11c68a79 (diff)
parent25afe7bc86a92a0d5664efa4c254dbf11cb2964e (diff)
downloadopen-keychain-efbe9ac363132d3280f544d8377978286b828c79.tar.gz
open-keychain-efbe9ac363132d3280f544d8377978286b828c79.tar.bz2
open-keychain-efbe9ac363132d3280f544d8377978286b828c79.zip
Merge pull request #1686 from fidesmo/feature-handle-not-installed-nfc-applet
Handle not installed PGP applet
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index 7525c199d..d15f66bd0 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1720,5 +1720,14 @@
<string name="settings_cache_ttl_at_least_one">"At least one item must be selected!"</string>
<string name="settings_cache_ttl_max_three">"Can\'t select more than three items!"</string>
<string name="remember">"Remember"</string>
+ <string name="security_token_error_pgp_app_not_installed">"No PGP app was found on the security token"</string>
+ <string name="prompt_fidesmo_pgp_install_title">"Install PGP?"</string>
+ <string name="prompt_fidesmo_pgp_install_message">"There was no PGP app available on your Fidesmo device."</string>
+ <string name="prompt_fidesmo_pgp_install_button_positive">"Install"</string>
+ <string name="prompt_fidesmo_pgp_install_button_negative">"Cancel"</string>
+ <string name="prompt_fidesmo_app_install_title">"Install Fidesmo?"</string>
+ <string name="prompt_fidesmo_app_install_message">"To install PGP you need the Fidesmo Android app."</string>
+ <string name="prompt_fidesmo_app_install_button_positive">"Install"</string>
+ <string name="prompt_fidesmo_app_install_button_negative">"Cancel"</string>
</resources>