1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <string name="app_label">LensPicker</string>
4    <string name="unknown_provider_name">Unknown Provider</string>
5
6    <!-- The package name and activity for a default application that will be launched if the
7         LensPicker cannot determine an aplication to launch. -->
8    <string name="default_application_package" translatable="false">com.android.car.mapsplaceholder</string>
9    <string name="default_application_activity" translatable="false">com.android.car.mapsplaceholder.MapsPlaceholderActivity</string>
10
11    <!-- Title of intent resolver dialog when selecting an application to run. -->
12    <string name="whichApplication">Complete action using</string>
13    <!-- Title of intent resolver dialog when selecting an application to run
14         and a previously used application is known. -->
15    <string name="whichApplicationNamed">Complete action using %1$s</string>
16    <!-- Generic label for a link to a intent resolver. -->
17    <string name="whichApplicationLabel">Complete action</string>
18    <!-- Title of intent resolver dialog when selecting a viewer application to run. -->
19    <string name="whichViewApplication">Open with</string>
20    <!-- Title of intent resolver dialog when selecting a viewer application to run
21         and a previously used application is known. -->
22    <string name="whichViewApplicationNamed">Open with %1$s</string>
23    <!-- Label for a link to a intent resolver dialog to view something -->
24    <string name="whichViewApplicationLabel">Open</string>
25    <!-- Title of intent resolver dialog when selecting an editor application to run. -->
26    <string name="whichEditApplication">Edit with</string>
27    <!-- Title of intent resolver dialog when selecting an editor application to run
28         and a previously used application is known. -->
29    <string name="whichEditApplicationNamed">Edit with %1$s</string>
30    <!-- Label for a link to a intent resolver dialog when selecting an editor application -->
31    <string name="whichEditApplicationLabel">Edit</string>
32    <!-- Title of intent resolver dialog when selecting a sharing application to run. -->
33    <string name="whichSendApplication">Share with</string>
34    <!-- Title of intent resolver dialog when selecting a sharing application to run
35         and a previously used application is known. -->
36    <string name="whichSendApplicationNamed">Share with %1$s</string>
37    <!-- Label for a link to a intent resolver dialog to sharing something -->
38    <string name="whichSendApplicationLabel">Share</string>
39    <!-- Title of intent resolver dialog when selecting an application to run to
40         send content to a specific recipient. Often used for email. -->
41    <string name="whichSendToApplication">Send using</string>
42    <!-- Title of intent resolver dialog when selecting an application to run to
43         send content to a specific recipient and a previously used application is known.
44         Often used for email. -->
45    <string name="whichSendToApplicationNamed">Send using %1$s</string>
46    <!-- Label for a link to a intent resolver dialog to send content to a specific recipient. -->
47    <string name="whichSendToApplicationLabel">Send</string>
48    <!-- Title of intent resolver dialog when selecting a HOME application to run. -->
49    <string name="whichHomeApplication">Select a Home app</string>
50    <!-- Title of intent resolver dialog when selecting a HOME application to run
51         and a previously used application is known. -->
52    <string name="whichHomeApplicationNamed">Use %1$s as Home</string>
53    <!-- Label for a link to a intent resolver dialog when selecting a HOME -->
54    <string name="whichHomeApplicationLabel">Capture image</string>
55    <!-- Option to always use the selected application resolution in the future. See the
56        "Complete action using" dialog title-->
57    <!-- Title of intent resolver dialog when capturing an image. -->
58    <string name="whichImageCaptureApplication">Capture image with</string>
59    <!-- Title of intent resolver dialog when capturing an image
60         and a previously used application is known. -->
61    <string name="whichImageCaptureApplicationNamed">Capture image with %1$s</string>
62    <!-- Label for a link to a intent resolver dialog when capturing an image -->
63    <string name="whichImageCaptureApplicationLabel">Capture image</string>
64    <!-- Option to always use the selected application resolution in the future. See the "Complete action using" dialog title-->
65    <string name="alwaysUse">Always</string>
66</resources>
67