1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19    <!-- Title of the CompanionDeviceManager application. [CHAR LIMIT=50] -->
20    <string name="app_label">Companion Device Manager</string>
21
22    <!-- Title of the device association confirmation dialog. -->
23    <string name="confirmation_title">Allow the app &lt;strong&gt;<xliff:g id="app_name" example="Android Wear">%1$s</xliff:g>&lt;/strong&gt; to access &lt;strong&gt;<xliff:g id="device_name" example="ASUS ZenWatch 2">%2$s</xliff:g>&lt;/strong&gt;?</string>
24
25    <!-- ================= DEVICE_PROFILE_WATCH and null profile ================= -->
26
27    <!-- The name of the "watch" device type [CHAR LIMIT=30] -->
28    <string name="profile_name_watch">watch</string>
29
30    <!-- Title of the device selection dialog. -->
31    <string name="chooser_title_non_profile">Choose a device to be managed by &lt;strong&gt;<xliff:g id="app_name" example="Android Wear">%1$s</xliff:g>&lt;/strong&gt;</string>
32
33    <!-- Tile of the multiple devices' dialog. -->
34    <string name="chooser_title">Choose a <xliff:g id="profile_name" example="watch">%1$s</xliff:g> to set up</string>
35
36    <!-- Description of the privileges the application will get if associated with the companion device of WATCH profile [CHAR LIMIT=NONE] -->
37    <string name="summary_watch">This app will be allowed to sync info, like the name of someone calling, and access these permissions on your <xliff:g id="device_name" example="phone">%1$s</xliff:g></string>
38
39    <!-- ================= DEVICE_PROFILE_GLASSES ================= -->
40
41    <!-- Title of the device association confirmation dialog for glasses. -->
42    <string name="confirmation_title_glasses">Allow &lt;strong&gt;<xliff:g id="app_name" example="Android Wear">%1$s</xliff:g>&lt;/strong&gt; to manage &lt;strong&gt;<xliff:g id="device_name" example="Glasses">%2$s</xliff:g>&lt;/strong&gt;?</string>
43
44    <!-- The name of the "glasses" device type [CHAR LIMIT=30] -->
45    <string name="profile_name_glasses">device</string>
46
47    <!-- Description of the privileges the application will get if associated with the companion device of GLASSES profile [CHAR LIMIT=NONE] -->
48    <string name="summary_glasses">This app will be allowed to access these permissions on your <xliff:g id="device_name" example="phone">%1$s</xliff:g></string>
49
50    <!-- ================= DEVICE_PROFILE_APP_STREAMING ================= -->
51
52    <!-- Confirmation for associating an application with a companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] -->
53    <string name="title_app_streaming">Allow &lt;strong&gt;<xliff:g id="app_name" example="Exo">%1$s</xliff:g>&lt;/strong&gt; to access this information from your phone</string>
54
55    <!-- Title of the helper dialog for APP_STREAMING profile [CHAR LIMIT=30]. -->
56    <string name="helper_title_app_streaming">Cross-device services</string>
57
58    <!-- Description of the helper dialog for APP_STREAMING profile. [CHAR LIMIT=NONE] -->
59    <string name="helper_summary_app_streaming"><xliff:g id="app_name" example="GMS">%1$s</xliff:g> is requesting permission on behalf of your <xliff:g id="display_name" example="Chromebook">%2$s</xliff:g> to stream apps between your devices</string>
60
61    <!-- ================= DEVICE_PROFILE_AUTOMOTIVE_PROJECTION ================= -->
62
63    <!-- Confirmation for associating an application with a companion device of AUTOMOTIVE_PROJECTION profile (type) [CHAR LIMIT=NONE] -->
64    <string name="title_automotive_projection"></string>
65
66    <!-- Description of the privileges the application will get if associated with the companion device of AUTOMOTIVE_PROJECTION profile (type) [CHAR LIMIT=NONE] -->
67    <string name="summary_automotive_projection"></string>
68
69    <!-- ================= DEVICE_PROFILE_COMPUTER ================= -->
70
71    <!-- Confirmation for associating an application with a companion device of COMPUTER profile (type) [CHAR LIMIT=NONE] -->
72    <string name="title_computer">Allow &lt;strong&gt;<xliff:g id="app_name" example="GMS">%1$s</xliff:g>&lt;/strong&gt; to access this information from your phone</string>
73
74    <!-- Description of the privileges the application will get if associated with the companion device of COMPUTER profile (type) [CHAR LIMIT=NONE] -->
75    <string name="summary_computer"></string>
76
77    <!-- Title of the helper dialog for COMPUTER profile [CHAR LIMIT=30]. -->
78    <string name="helper_title_computer">Google Play services</string>
79
80    <!-- Description of the helper dialog for COMPUTER profile. [CHAR LIMIT=NONE] -->
81    <string name="helper_summary_computer"><xliff:g id="app_name" example="GMS">%1$s</xliff:g> is requesting permission on behalf of your <xliff:g id="display_name" example="Chromebook">%2$s</xliff:g> to access your phone\u2019s photos, media, and notifications</string>
82
83    <!-- ================= DEVICE_PROFILE_NEARBY_DEVICE_STREAMING ================= -->
84
85    <!-- Confirmation for associating an application with a companion device of NEARBY_DEVICE_STREAMING profile (type) [CHAR LIMIT=NONE] -->
86    <string name="title_nearby_device_streaming">Allow &lt;strong&gt;<xliff:g id="device_name" example="NearbyStreamer">%1$s</xliff:g>&lt;/strong&gt; to take this action?</string>
87
88    <!-- Description of the helper dialog for NEARBY_DEVICE_STREAMING profile. [CHAR LIMIT=NONE] -->
89    <string name="helper_summary_nearby_device_streaming"><xliff:g id="app_name" example="NearbyStreamerApp">%1$s</xliff:g> is requesting permission on behalf of your <xliff:g id="device_name" example="NearbyDevice">%2$s</xliff:g> to stream apps and other system features to nearby devices</string>
90
91    <!-- ================= null profile ================= -->
92
93    <!-- A noun for a companion device with unspecified profile (type) [CHAR LIMIT=30] -->
94    <string name="profile_name_generic">device</string>
95
96    <!-- Description of the privileges the application will get if associated with the companion device of unspecified profile (type) [CHAR LIMIT=NONE] -->
97    <string name="summary_generic">This app will be able to sync info, like the name of someone calling, between your phone and the chosen device</string>
98
99    <!-- ================= Buttons ================= -->
100
101    <!-- Positive button for the device-app association consent dialog [CHAR LIMIT=30] -->
102    <string name="consent_yes">Allow</string>
103
104    <!-- Negative button for the device-app association consent dialog [CHAR LIMIT=30] -->
105    <string name="consent_no">Don\u2019t allow</string>
106
107    <!-- Cancel button for the device chooser dialog [CHAR LIMIT=30] -->
108    <string name="consent_cancel">Cancel</string>
109
110    <!-- Back button for the helper consent dialog [CHAR LIMIT=30] -->
111    <string name="consent_back">Back</string>
112
113    <!-- Expand permission in the list CHAR LIMIT=30] -->
114    <string name="permission_expand">Expand <xliff:g id="permission_type" example="Notification">%1$s</xliff:g></string>
115
116    <!-- Collapse permission int the list CHAR LIMIT=30] -->
117    <string name="permission_collapse">Collapse <xliff:g id="permission_type" example="Notification">%1$s</xliff:g></string>
118
119    <!-- ================== System data transfer ==================== -->
120    <!-- Title of the permission sync confirmation dialog. [CHAR LIMIT=NONE] -->
121    <string name="permission_sync_confirmation_title">Give apps on &lt;strong&gt;<xliff:g id="companion_device_name" example="Galaxy Watch 5">%1$s</xliff:g>&lt;/strong&gt; the same permissions as on &lt;strong&gt;<xliff:g id="primary_device_name" example="Pixel 6">%2$s</xliff:g>&lt;/strong&gt;?</string>
122
123    <!-- Text of the permission sync explanation in the confirmation dialog. [CHAR LIMIT=NONE] -->
124    <string name="permission_sync_summary">This may include &lt;strong&gt;Microphone&lt;/strong&gt;, &lt;strong&gt;Camera&lt;/strong&gt;, and &lt;strong&gt;Location access&lt;/strong&gt;, and other sensitive permissions on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;. &lt;br/&gt;&lt;br/&gt;You can change these permissions any time in your Settings on &lt;strong&gt;<xliff:g id="companion_device_name" example="My Watch">%1$s</xliff:g>&lt;/strong&gt;.</string>
125
126    <!--Description for information icon [CHAR LIMIT=30]-->
127    <string name="vendor_header_button_description">More Information</string>
128
129    <!-- ================= Permissions ================= -->
130
131    <!-- Phone permission will be granted of corresponding profile [CHAR LIMIT=30] -->
132    <string name="permission_phone">Phone</string>
133
134    <!-- SMS permission will be granted of corresponding profile [CHAR LIMIT=30] -->
135    <string name="permission_sms">SMS</string>
136
137    <!-- Contacts permission will be granted of corresponding profile [CHAR LIMIT=30] -->
138    <string name="permission_contacts">Contacts</string>
139
140    <!-- Calendar permission will be granted of corresponding profile [CHAR LIMIT=30] -->
141    <string name="permission_calendar">Calendar</string>
142
143    <!-- Microphone permission will be granted to corresponding profile [CHAR LIMIT=30] -->
144    <string name="permission_microphone">Microphone</string>
145
146    <!-- Call logs permission will be granted to the corresponding profile [CHAR LIMIT=30] -->
147    <string name="permission_call_logs">Call logs</string>
148
149    <!-- Nearby devices' permission will be granted of corresponding profile [CHAR LIMIT=30] -->
150    <string name="permission_nearby_devices">Nearby devices</string>
151
152    <!-- Storage permission will be granted of corresponding profile [CHAR LIMIT=30] -->
153    <string name="permission_storage">Photos and media</string>
154
155    <!-- Notification permission will be granted of corresponding profile [CHAR LIMIT=30] -->
156    <string name="permission_notification">Notifications</string>
157
158    <!-- Apps permission will be granted of corresponding profile [CHAR LIMIT=30] -->
159    <string name="permission_app_streaming">Apps</string>
160
161    <!-- Nearby_device_streaming permission will be granted to the corresponding profile [CHAR LIMIT=45] -->
162    <string name="permission_nearby_device_streaming">Streaming</string>
163
164    <!-- Description of phone permission of corresponding profile [CHAR LIMIT=NONE] -->
165    <string name="permission_phone_summary">Can make and manage phone calls</string>
166
167    <!-- Description of Call logs permission of corresponding profile [CHAR LIMIT=NONE] -->
168    <string name="permission_call_logs_summary">Can read and write phone call log</string>
169
170    <!-- Description of SMS permission of corresponding profile [CHAR LIMIT=NONE] -->
171    <string name="permission_sms_summary">Can send and view SMS messages</string>
172
173    <!-- Description of contacts permission of corresponding profile [CHAR LIMIT=NONE] -->
174    <string name="permission_contacts_summary">Can access your contacts</string>
175
176    <!-- Description of calendar permission of corresponding profile [CHAR LIMIT=NONE] -->
177    <string name="permission_calendar_summary">Can access your calendar</string>
178
179    <!-- Description of microphone permission of corresponding profile [CHAR LIMIT=NONE] -->
180    <string name="permission_microphone_summary">Can record audio</string>
181
182    <!-- Description of nearby devices' permission of corresponding profile [CHAR LIMIT=NONE] -->
183    <string name="permission_nearby_devices_summary">Can find, connect to, and determine the relative position of nearby devices</string>
184
185    <!-- Description of notification permission of corresponding profile [CHAR LIMIT=NONE] -->
186    <string name="permission_notification_summary">Can read all notifications, including information like contacts, messages, and photos</string>
187
188    <!-- Description of app streaming permission of corresponding profile [CHAR LIMIT=NONE] -->
189    <string name="permission_app_streaming_summary">Stream your phone\u2019s apps</string>
190
191    <!-- Description of storage permission of corresponding profile [CHAR LIMIT=NONE] -->
192    <string name="permission_storage_summary"></string>
193
194    <!-- Description of nearby_device_streaming permission of corresponding profile [CHAR LIMIT=NONE] -->
195    <string name="permission_nearby_device_streaming_summary">Stream apps and other system features from your phone</string>
196
197    <!-- The type of the device for phone [CHAR LIMIT=30] -->
198    <string name="device_type" product="default">phone</string>
199
200    <!-- The type of the device for tablet [CHAR LIMIT=30] -->
201    <string name="device_type" product="tablet">tablet</string>
202
203</resources>
204