1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2019 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19    <string name="app_name" translatable="false">Companion Device</string>
20    <!-- Default value for associated device list item [CHAR LIMIT = 20] -->
21    <string name="default_device_name">Associated Device</string>
22    <!-- Label for button to add an associated device [CHAR LIMIT=50] -->
23    <string name="add_device_title">Add Associated Device</string>
24    <!-- title for adding associated device [CHAR LIMIT=50]-->
25    <string name="add_associated_device_title">Connect a companion device</string>
26    <!-- Instruction for adding associated device [CHAR LIMIT=100] -->
27    <string name="add_associated_device_instruction">You can use your phone as a companion device to help manage your driving experience</string>
28    <!-- Instruction for opening Companion App [CHAR LIMIT=60] -->
29    <string name="associated_device_install_app">Make sure you have <b>Companion App</b> installed on your phone</string>
30    <!-- Title for confirm pairing code fragment [CHAR LIMIT=60]-->
31    <string name="associated_device_pairing_code_title">Confirm code on phone</string>
32    <!-- Message text shown in confirm pairing code fragment [CHAR LIMIT=100]-->
33    <string name="associated_device_pairing_message">Confirm that this matches the code shown on your phone</string>
34    <!-- Message shown when user associates a device successfully [CHAR LIMIT=100]-->
35    <string name="associated_device_success">Device has been associated successfully</string>
36    <!-- Adding an associated device [CHAR LIMIT=40]-->
37    <string name="associated_device_select_device">Open the app and connect to &lt;b><xliff:g id="car_name" example="MyCar">%1$s</xliff:g>&lt;b></string>
38    <!-- Title for remove device dialog [CHAR LIMIT=40]-->
39    <string name="remove_associated_device_title">Forget &lt;b><xliff:g id="car_name" example="MyCar">%1$s</xliff:g>&lt;/b>&#63;</string>
40    <!-- Message for remove device dialog [CHAR LIMIT=150] -->
41    <string name="remove_associated_device_message">This car will no longer be paired with this device. You will additionally need to remove this car from the Companion app.</string>
42    <!-- Toast message to show when an associated device has been removed successfully [CHAR LIMIT=60] -->
43    <string name="device_removed_success_toast_text"><xliff:g id="phone_name" example="MyPhone">%1$s</xliff:g> forgotten</string>
44    <!-- Toast message to show when an associated device has not been removed successfully [CHAR LIMIT=100] -->
45    <string name="device_removed_failure_toast_text">Failed to forget <xliff:g id="phone_name" example="MyPhone">%1$s</xliff:g></string>
46    <!-- Toast message to lead a user continue setup on the phone [CHAR LIMIT=60] -->
47    <string name="continue_setup_toast_text">Continue setup on your phone</string>
48    <!-- Title for error screen [CHAR LIMIT=40]-->
49    <string name="error_screen_title">Something went wrong</string>
50    <!-- Message for error screen [CHAR LIMIT=150]-->
51    <string name="error_screen_message">Unfortunately, this screen couldn\'t display properly. Please try again.</string>
52    <!-- Title for turn on bluetooth fragment [CHAR LIMIT=40] -->
53    <string name="turn_on_bluetooth_title">Turn on Bluetooth</string>
54    <!-- Message for turn on bluetooth fragment [CHAR LIMIT=150]-->
55    <string name="turn_on_bluetooth_message">To set up your phone as a companion device, your car needs Bluetooth. </string>
56    <!-- Title for turn on bluetooth dialog [CHAR LIMIT=40] -->
57    <string name="turn_on_bluetooth_dialog_title">Turn on Bluetooth&#63;</string>
58    <!-- Message for turn on bluetooth dialog [CHAR LIMIT=150]-->
59    <string name="turn_on_bluetooth_dialog_message">To connect to your companion device, your car needs Bluetooth.</string>
60
61    <!-- Accept button text [CHAR LIMIT=20] -->
62    <string name="accept">Accept</string>
63    <!-- Reject button text [CHAR LIMIT=20] -->
64    <string name="reject">Reject</string>
65    <!-- Cancel button text [CHAR LIMIT=20] -->
66    <string name="confirm">Confirm</string>
67    <!-- Cancel button text [CHAR LIMIT=20] -->
68    <string name="cancel">Cancel</string>
69    <!-- Remove button text [CHAR LIMIT=20]-->
70    <string name="remove">Remove</string>
71    <!-- Accept button text [CHAR LIMIT=20] -->
72    <string name="ok">OK</string>
73    <!-- Connection switch title [CHAR LIMIT=20]-->
74    <string name="connection">Connection</string>
75    <!-- Forget device button title [CHAR LIMIT=40]-->
76    <string name="forget_title">Forget this device</string>
77    <!-- Forget button text [CHAR LIMIT=20]-->
78    <string name="forget">Forget</string>
79    <!-- Disable button text [CHAR LIMIT=20]-->
80    <string name="disable">Disable</string>
81    <!-- Enable button text [CHAR LIMIT=20]-->
82    <string name="enable">Enable</string>
83    <!-- Continue button text [CHAR LIMIT=20]-->
84    <string name="continue_button">Continue</string>
85    <!-- Retry button text [CHAR LIMIT=20]-->
86    <string name="retry">Try again</string>
87    <!-- Turn on button text [CHAR LIMIT=20]-->
88    <string name="turn_on">Turn on</string>
89    <!-- Not now button text [CHAR LIMIT=20]-->
90    <string name="not_now">Not now</string>
91
92    <!-- Connected status text [CHAR LIMIT=20]-->
93    <string name="connected">Connected</string>
94    <!-- Not detected status text [CHAR LIMIT=20]-->
95    <string name="notDetected">Not detected</string>
96    <!-- Disconnected status text [CHAR LIMIT=20]-->
97    <string name="disconnected">Disconnected</string>
98    <!-- Unknown status text [CHAR LIMIT=20]-->
99    <string name="unknown">Unknown</string>
100
101    <!-- NotificationMsg Feature strings-->
102    <!--Notification Channel name for the silent "message notification service running" notification [CHAR LIMIT=100]-->
103    <string name="app_running_msg_channel_name">Phone text message service running</string>
104    <!--Notification Channel description for the silent "message notification service running" notification [CHAR LIMIT=50]-->
105    <string name="app_running_msg_notification_title">Phone text messaging service is active</string>
106    <string name="app_running_msg_notification_content">Receiving text messages via companion device</string>
107
108    <!-- Title for trusted device feature [CHAR LIMIT=40]-->
109    <string name="trusted_device_feature_title">Unlock profile with phone</string>
110    <!-- Instruction for trusted device feature [CHAR LIMIT=80]-->
111    <string name="trusted_device_feature_instruction">Check your Companion App to set unlocking options</string>
112    <!-- Trusted device item title [CHAR LIMIT=80]-->
113    <string name="trusted_device_item_title">Let &lt;b><xliff:g id="phone_name" example="MyPhone">%1$s</xliff:g>&lt;/b> unlock my profile</string>
114    <!-- Title for device not connected dialog [CHAR LIMIT=50]-->
115    <string name="device_not_connected_dialog_title">Your phone must be actively connected</string>
116    <!-- Message for device not connected dialog [CHAR LIMIT=150]-->
117    <string name="device_not_connected_dialog_message">To turn on this feature, make sure your car and phone have bluetooth turned on and are near each other</string>
118    <!-- Toast message to show when a trusted device has been enrolled successfully [CHAR LIMIT=100]-->
119    <string name="trusted_device_enrollment_success_message">&lt;b><xliff:g id="phone_name" example="MyPhone">%1$s</xliff:g>&lt;/b> can now unlock your profile</string>
120
121    <!-- Title for create profile lock dialog [CHAR LIMIT=50]-->
122    <string name="create_profile_lock_dialog_title">Create a primary profile lock</string>
123    <!-- Message for create profile lock dialog [CHAR LIMIT=150]-->
124    <string name="create_profile_lock_dialog_message">To use your phone to unlock your profile, you need a primary profile lock as a backup</string>
125    <!-- Title for unlock profile to finish dialog [CHAR LIMIT=50]-->
126    <string name="unlock_profile_to_finish_title">Unlock your profile to finish</string>
127    <!-- Message for unlock profile to finish dialog [CHAR LIMIT=150]-->
128    <string name="unlock_profile_to_finish_message">You\'ve created a new profile lock. Next, enter it again to confirm that your phone can unlock your profile automatically</string>
129
130    <!-- Text for disabling device connection. [CHAR LIMIT=60]-->
131    <string name="disable_device_connection_text">Disconnect this device</string>
132    <!-- Text for enabling device connection. [CHAR LIMIT=60]-->
133    <string name="enable_device_connection_text">Reconnect this device</string>
134
135    <!-- Notification channel name for trusted device enrollment [CHAR LIMIT=60]-->
136    <string name="trusted_device_notification_channel_name">Unlock with phone</string>
137    <!-- Notification title for trusted device enrollment [CHAR LIMIT=100]-->
138    <string name="trusted_device_notification_title">Let your phone unlock your profile</string>
139    <!-- Notification content for trusted device enrollment [CHAR LIMIT=100]-->
140    <string name="trusted_device_notification_content">Tap here to authorize this feature</string>
141
142    <!-- Title for trusted device error dialog [CHAR LIMIT=50]-->
143    <string name="trusted_device_enrollment_error_dialog_title">Something went wrong</string>
144    <!-- Message for trusted device error dialog [CHAR LIMIT=150]-->
145    <string name="trusted_device_enrollment_error_dialog_message">Unfortunately, this feature could not be turned on at this time. Please try again.</string>
146
147    <!-- Title for create phone lock dialog [CHAR LIMIT=50]-->
148    <string name="create_phone_lock_dialog_title">Create a screen lock on your phone</string>
149    <!-- Message for create profile lock dialog [CHAR LIMIT=250]-->
150    <string name="create_phone_lock_dialog_message">Your phone doesn\'t have a screen lock set. To unlock your car profile with your phone, first create a screen lock (also known as \“passcode\”) in your phone\’s settings.</string>
151</resources>
152