summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5e9fd61..9eb008b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6580,6 +6580,15 @@
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> apps can open their supported links</item>
</plurals>
+ <!-- Explanation that the app that will ALWAYS be launched to open web links to domains that it understands -->
+ <string name="app_link_open_always">Open in this app</string>
+
+ <!-- Explanation that the user will be asked whether to launch the app to open web links to domains that it understands -->
+ <string name="app_link_open_ask">Ask every time</string>
+
+ <!-- Explanation that the app that will NEVER be launched to open web links to domains that it understands -->
+ <string name="app_link_open_never">Don&#8217;t open in this app</string>
+
<!-- Fingerprint hint message when finger was not recognized.-->
<string name="fingerprint_not_recognized">Not recognized</string>