1<?xml version="1.0" encoding="utf-8"?>
2
3<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
4    <!-- Label for app share drop target. [CHAR_LIMIT=20] -->
5    <string name="app_share_drop_target_label">Share App</string>
6
7    <!-- ******* Overview ******* -->
8    <!-- Label for a button that lets the user listen to the content of the current app. [CHAR_LIMIT=40] -->
9    <string name="action_listen">Listen</string>
10    <!-- Label for a button that translates a screenshot of the current app. [CHAR_LIMIT=40] -->
11    <string name="action_translate">Translate</string>
12    <!-- Label for a button that triggers Search on a screenshot of the current app. [CHAR_LIMIT=40] -->
13    <string name="action_search">Lens</string>
14
15    <!-- ******* Dialogs ******* -->
16    <!-- Label for a button that acknowledges the contents of the dialog. [CHAR_LIMIT=40] -->
17    <string name="dialog_acknowledge">GOT IT</string>
18    <!-- Label for a button that cancels the dialog. [CHAR_LIMIT=40] -->
19    <string name="dialog_cancel">CANCEL</string>
20    <!-- Label for a button that redirects the user to Settings. [CHAR_LIMIT=40] -->
21    <string name="dialog_settings">SETTINGS</string>
22
23    <!-- ******* NIU Actions First-Run Confirmation Dialog ******* -->
24    <!-- Dialog title -->
25    <string name="niu_actions_confirmation_title">Translate or listen to text on screen</string>
26    <!-- Dialog content -->
27    <string name="niu_actions_confirmation_text">Information such as text on your screen, web addresses, and screenshots may be shared with Google.\n\nTo change what information you share, go to <b>Settings > Apps > Default apps > Digital assistant app</b>.</string>
28
29    <!-- ******* NIU Actions Default Assistant Error Dialogs ******* -->
30    <!-- Assistant not selected: Dialog title -->
31    <string name="assistant_not_selected_title">Choose an assistant to use this feature</string>
32    <!-- Assistant not selected: Dialog content -->
33    <string name="assistant_not_selected_text">To listen to or translate text on your screen, choose a digital assistant app in Settings</string>
34    <!-- Assistant not supported: Dialog title -->
35    <string name="assistant_not_supported_title">Change your assistant to use this feature</string>
36    <!-- Assistant not supported: Dialog content -->
37    <string name="assistant_not_supported_text">To listen to or translate text on your screen, change your digital assistant app in Settings</string>
38
39    <!-- ******* NIU Actions Tooltip ******* -->
40    <!-- Tooltip to highlight and explain the Listen button -->
41    <string name="tooltip_listen">Tap here to listen to text on this screen</string>
42    <!-- Tooltip to highlight and explain the Translate button -->
43    <string name="tooltip_translate">Tap here to translate text on this screen</string>
44
45    <!-- ******* Toast Messages ******* -->
46    <!-- Toast to indicate that an app cannot be shared -->
47    <string name="toast_p2p_app_not_shareable">This app can’t be shared</string>
48</resources>
49