strings.xml (2162B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ This Source Code Form is subject to the terms of the Mozilla Public 4 ~ License, v. 2.0. If a copy of the MPL was not distributed with this 5 ~ file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 --> 7 8 <resources> 9 <!-- The tile for the list of external apps to open the link in --> 10 <string name="mozac_feature_applinks_open_in">Open in…</string> 11 <!-- The description to warn users that their private browsing session changes --> 12 <string name="mozac_feature_applinks_confirm_dialog_title">Open in app? Your activity may no longer be private.</string> 13 <!-- The description to warn users that their private browsing session changes 14 %s is a placeholder that will be replaced by an app name --> 15 <string name="mozac_feature_applinks_confirm_dialog_title_with_app_name">Open in %s? Your activity may no longer be private.</string> 16 <!-- The title of the prompt that warns users their normal browsing session is trying to open another app --> 17 <string name="mozac_feature_applinks_normal_confirm_dialog_title">Open in another app</string> 18 <!-- The title of the prompt that warns users their normal browsing session is trying to open another app 19 %s is a placeholder that will be replaced by an app name--> 20 <string name="mozac_feature_applinks_normal_confirm_dialog_title_with_app_name">Open in %s</string> 21 <!-- The message of the prompt to confirm with users that they want to open the link in another app 22 %s is a placeholder that will be replaced by the app name --> 23 <string name="mozac_feature_applinks_normal_confirm_dialog_message">Would you like to leave %s to view this content?</string> 24 <!-- Opens the selected time --> 25 <string name="mozac_feature_applinks_confirm_dialog_confirm">Open</string> 26 <!-- Cancels the prompt --> 27 <string name="mozac_feature_applinks_confirm_dialog_deny">Cancel</string> 28 <!-- The label of the checkbox that, depending of user's choice, can change the Open links in apps setting --> 29 <string name="mozac_feature_applinks_confirm_dialog_checkbox_label">Always open links in apps</string> 30 </resources>