strings.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  3. <!-- Label for app share drop target. [CHAR_LIMIT=20] -->
  4. <string name="app_share_drop_target_label">Share App</string>
  5. <!-- ******* Overview ******* -->
  6. <!-- Label for a button that lets the user listen to the content of the current app. [CHAR_LIMIT=40] -->
  7. <string name="action_listen">Listen</string>
  8. <!-- Label for a button that translates a screenshot of the current app. [CHAR_LIMIT=40] -->
  9. <string name="action_translate">Translate</string>
  10. <!-- Label for a button that triggers Search on a screenshot of the current app. [CHAR_LIMIT=40] -->
  11. <string name="action_search">Lens</string>
  12. <!-- ******* Dialogs ******* -->
  13. <!-- Label for a button that acknowledges the contents of the dialog. [CHAR_LIMIT=40] -->
  14. <string name="dialog_acknowledge">GOT IT</string>
  15. <!-- Label for a button that cancels the dialog. [CHAR_LIMIT=40] -->
  16. <string name="dialog_cancel">CANCEL</string>
  17. <!-- Label for a button that redirects the user to Settings. [CHAR_LIMIT=40] -->
  18. <string name="dialog_settings">SETTINGS</string>
  19. <!-- ******* NIU Actions First-Run Confirmation Dialog ******* -->
  20. <!-- Dialog title -->
  21. <string name="niu_actions_confirmation_title">Translate or listen to text on screen</string>
  22. <!-- Dialog content -->
  23. <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>
  24. <!-- ******* NIU Actions Default Assistant Error Dialogs ******* -->
  25. <!-- Assistant not selected: Dialog title -->
  26. <string name="assistant_not_selected_title">Choose an assistant to use this feature</string>
  27. <!-- Assistant not selected: Dialog content -->
  28. <string name="assistant_not_selected_text">To listen to or translate text on your screen, choose a digital assistant app in Settings</string>
  29. <!-- Assistant not supported: Dialog title -->
  30. <string name="assistant_not_supported_title">Change your assistant to use this feature</string>
  31. <!-- Assistant not supported: Dialog content -->
  32. <string name="assistant_not_supported_text">To listen to or translate text on your screen, change your digital assistant app in Settings</string>
  33. <!-- ******* NIU Actions Tooltip ******* -->
  34. <!-- Tooltip to highlight and explain the Listen button -->
  35. <string name="tooltip_listen">Tap here to listen to text on this screen</string>
  36. <!-- Tooltip to highlight and explain the Translate button -->
  37. <string name="tooltip_translate">Tap here to translate text on this screen</string>
  38. </resources>