1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (c) 2018 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 <!-- Format for HVAC temperature in fahrenheit (No decimal place) --> 20 <string name="hvac_temperature_format_fahrenheit" translatable="false">%.0f</string> 21 <!-- Format for HVAC temperature in celsius (One decimal place) --> 22 <string name="hvac_temperature_format_celsius" translatable="false">%.1f</string> 23 <!-- String to represent lowest setting of an HVAC system [CHAR LIMIT=10]--> 24 <string name="hvac_min_text">Min</string> 25 <!-- String to represent the highest setting of an HVAC system [CHAR LIMIT=10]--> 26 <string name="hvac_max_text">Max</string> 27 <!-- String to represent the highest setting of fan speed [CHAR LIMIT=10]--> 28 <string name="fan_speed_max">MAX</string> 29 <!-- String to represent fan being turned off [CHAR LIMIT=10]--> 30 <string name="fan_speed_off">OFF</string> 31 <!-- String to display when no HVAC temperature is available --> 32 <string name="hvac_null_temp_text" translatable="false">--</string> 33 <!-- String to display when the HVAC temperature control is turned off [CHAR LIMIT=10]--> 34 <string name="hvac_temperature_off">OFF</string> 35 <!-- Text for voice recognition toast. [CHAR LIMIT=60] --> 36 <string name="voice_recognition_toast">Voice recognition now handled by connected Bluetooth device</string> 37 <!-- Title for button that adds a new profile. [CHAR LIMIT=30] --> 38 <string name="car_add_user">Add a profile</string> 39 <!-- Title for button that ends current user session. [CHAR LIMIT=30] --> 40 <string name="end_session">End session</string> 41 <!-- Default name of the new profile created. [CHAR LIMIT=30] --> 42 <string name="car_new_user">New Profile</string> 43 <!-- Title of the alert dialog to ask user to confirm creation of new profile. [CHAR LIMIT=30] --> 44 <string name="user_add_profile_title">"Add new profile?"</string> 45 <!-- Message to inform the profile creator that the user it's intended for should customize it for themselves. [CHAR LIMIT=100] --> 46 <string name="user_add_user_message_setup">After you add a new profile, the account holder can customize it.</string> 47 <!-- Message to inform user that the newly created profile will have permissions to update apps for all other profiles. [CHAR LIMIT=100] --> 48 <string name="user_add_user_message_update">Any profile can install an app update, which will then be available to all profiles. </string> 49 <!-- Title for the dialog that lets users know that the maximum allowed number of profiles on the device has been reached. [CHAR LIMIT=35]--> 50 <string name="profile_limit_reached_title">Profile limit reached</string> 51 <!-- Message that tells people what's the maximum number of profiles allowed on the device. (ICU syntax) [CHAR_LIMIT=NONE]--> 52 <string name="profile_limit_reached_message"> 53 {count, plural, 54 =1 {Only one profile can be created.} 55 other {You can add up to # profiles.} 56 } 57 </string> 58 <!-- Message to inform user that the new user profile is loading. [CHAR LIMIT=20] --> 59 <string name="car_loading_profile">Loading</string> 60 <!-- Message to inform user that the new user profile is loading with additional information on the previous and the next user. [CHAR LIMIT=100] --> 61 <string name="car_loading_profile_developer_message">Loading user (from <xliff:g id="from_user" example="10">%1$d</xliff:g> to <xliff:g id="to_user" example="12">%2$d</xliff:g>)</string> 62 63 <!-- Accessibility content description for microphone/camera off state of privacy chip. [CHAR LIMIT=40]--> 64 <string name="privacy_chip_off_content"><xliff:g id="sensor" example="Microphone">%1$s</xliff:g> is off.</string> 65 <!-- Message displayed near microphone/camera toggle [CHAR LIMIT=50]--> 66 <string name="privacy_chip_use_sensor">Use <xliff:g id="sensor" example="microphone">%1$s</xliff:g></string> 67 <!-- Message Subtext displayed near microphone/camera toggle [CHAR LIMIT=60]--> 68 <string name="privacy_chip_use_sensor_subtext">For apps that have permission</string> 69 70 <!-- Microphone settings button text. [CHAR LIMIT=45]--> 71 <string name="privacy_chip_settings">Privacy settings</string> 72 <!-- App is using microphone suffix [CHAR LIMIT=32]--> 73 <string name="privacy_chip_app_using_sensor_suffix"><xliff:g id="app" example="Assistant">%1$s</xliff:g> is using the <xliff:g id="sensor" example="microphone">%2$s</xliff:g></string> 74 <!-- Apps are using microphone suffix [CHAR LIMIT=32]--> 75 <string name="mic_privacy_chip_apps_using_mic_suffix"><xliff:g id="app_list" example="Assistant & Phone">%s</xliff:g> are using the mic</string> 76 <!-- App was using microphone suffix [CHAR LIMIT=50]--> 77 <string name="privacy_chip_app_recently_used_sensor_suffix"><xliff:g id="app" example="Assistant">%1$s</xliff:g> used the <xliff:g id="sensor" example="microphone">%2$s</xliff:g> recently</string> 78 <!-- Apps were using microphone suffix [CHAR LIMIT=60]--> 79 <string name="privacy_chip_apps_recently_used_sensor_suffix"><xliff:g id="app" example="Assistant">%1$s</xliff:g> and <xliff:g id="additional_app_count" example="2">%2$d</xliff:g> more used the <xliff:g id="sensor" example="microphone">%3$s</xliff:g> recently</string> 80 <!-- Microphone turned on toast text [CHAR LIMIT=40]--> 81 <string name="mic_privacy_chip_on_toast">Microphone turned on</string> 82 <!-- Microphone turned off toast text [CHAR LIMIT=42]--> 83 <string name="mic_privacy_chip_off_toast">Microphone turned off</string> 84 <!-- Ok button for dialog that shows which apps have recently used microphone [CHAR LIMIT=10]--> 85 <string name="mic_privacy_chip_dialog_ok">OK</string> 86 <!--- Title of dialog triggered if the microphone is disabled but an app tried to access it. [CHAR LIMIT=75] --> 87 <string name="sensor_privacy_start_use_mic_dialog_title">Turn on vehicle microphone?</string> 88 <!--- Content of dialog triggered if the microphone is disabled but an app tried to access it. [CHAR LIMIT=NONE] --> 89 <string name="sensor_privacy_start_use_mic_dialog_content">To continue, turn on the infotainment system microphone. This will turn on the microphone for all apps that have permission.</string> 90 91 <!-- App is using camera suffix [CHAR LIMIT=32]--> 92 <string name="camera_privacy_chip_app_using_camera_suffix"><xliff:g id="app" example="Assistant">%s</xliff:g> is using the camera</string> 93 <!-- Apps are using camera suffix [CHAR LIMIT=32]--> 94 <string name="camera_privacy_chip_apps_using_camera_suffix"><xliff:g id="app_list" example="Assistant & Phone">%s</xliff:g> are using the camera</string> 95 <!-- App was using camera suffix [CHAR LIMIT=50]--> 96 <string name="camera_privacy_chip_app_recently_used_camera_suffix"><xliff:g id="app" example="Assistant">%s</xliff:g> used the camera recently</string> 97 <!-- Apps were using camera suffix [CHAR LIMIT=60]--> 98 <string name="camera_privacy_chip_apps_recently_used_camera_suffix"><xliff:g id="app" example="Assistant">%1$s</xliff:g> and <xliff:g id="additional_app_count" example="2">%2$d</xliff:g> more used the camera recently</string> 99 <!-- Camera turned on toast text [CHAR LIMIT=40]--> 100 <string name="camera_privacy_chip_on_toast">Camera turned on</string> 101 <!-- Camera turned off toast text [CHAR LIMIT=42]--> 102 <string name="camera_privacy_chip_off_toast">Camera turned off</string> 103 <!-- Ok button for dialog that shows which apps have recently used camera [CHAR LIMIT=10]--> 104 <string name="camera_privacy_chip_dialog_ok">OK</string> 105 <!--- Title of dialog triggered if the camera is disabled but an app tried to access it. [CHAR LIMIT=75] --> 106 <string name="sensor_privacy_start_use_camera_dialog_title">Turn on vehicle camera?</string> 107 <!--- Content of dialog triggered if the camera is disabled but an app tried to access it. [CHAR LIMIT=NONE] --> 108 <string name="sensor_privacy_start_use_camera_dialog_content">To continue, turn on the infotainment system camera. This will turn on the camera for all apps that have permission.</string> 109 110 <!-- System bar contentDescription for home menu--> 111 <string name="system_bar_home_label">Home Screen</string> 112 <!-- System bar contentDescription for Dialer--> 113 <string name="system_bar_phone_label">Phone</string> 114 <!-- System bar contentDescription for Launcher--> 115 <string name="system_bar_applications_label">Applications</string> 116 <!-- System bar contentDescription for HVAC--> 117 <string name="system_bar_climate_control_label">Climate Control</string> 118 <!-- System bar contentDescription for Notifications--> 119 <string name="system_bar_notifications_label">Notifications</string> 120 <!-- System bar contentDescription for Maps--> 121 <string name="system_bar_maps_label">Maps</string> 122 <!-- System bar contentDescription for Media--> 123 <string name="system_bar_media_label">Media</string> 124 <!-- System bar contentDescription for Control Center--> 125 <string name="system_bar_control_center_label">Control Center</string> 126 <!-- System bar contentDescription for Assistant--> 127 <string name="system_bar_assistant_label">Assistant</string> 128 <string name="system_bar_mic_privacy_chip">Mic Privacy Chip</string> 129 <string name="system_bar_user_avatar">User Avatar</string> 130 <string name="system_bar_user_name_text">User Name Text</string> 131 132 <!-- Adjust temperature view lower temperature label--> 133 <string name="hvac_decrease_button_label">Lower temperature</string> 134 <!-- Adjust temperature view raise temperature label--> 135 <string name="hvac_increase_button_label">Raise temperature</string> 136 137 <!-- Status icon for bluetooth settings in status bar--> 138 <string name="status_icon_bluetooth_disconnected">Bluetooth Setting: Disconnected</string> 139 <string name="status_icon_bluetooth_connected">Bluetooth Setting: Connected</string> 140 <string name="status_icon_bluetooth_off">Bluetooth Setting: Bluetooth off</string> 141 <!-- Status icon for signal settings in status bar--> 142 <string name="status_icon_signal_mobile">Signal Settings: Using Mobile Data</string> 143 <string name="status_icon_signal_wifi">Signal Settings: Wifi On</string> 144 <string name="status_icon_signal_hotspot">Signal Settings: Hotspot On</string> 145 <!-- Status icon for display settings in status bar--> 146 <string name="status_icon_display_status">Display Settings</string> 147 <!-- Status icon for drive mode settings in status bar --> 148 <string name="status_icon_drive_mode">Drive Mode</string> 149 150 <!-- Blocking activity: Message to show to user when a feature of current application is not allowed. [CHAR LIMIT=120] --> 151 <string name="activity_blocked_text">You can\u2019t use this feature while driving</string> 152 <!-- Blocking activity: Text for button that closes current blocked application. [CHAR LIMIT=20] --> 153 <string name="exit_button_close_application">Close app</string> 154 <!-- Blocking activity: Text for button that closes current blocked application. [CHAR LIMIT=15] --> 155 <string name="exit_button_go_back">Back</string> 156 <!-- Blocking activity: Text for button that shows debug info in non-user build. --> 157 <string name="debug_button_text" translatable="false">Debug Info</string> 158 159 <!-- Drive modes --> 160 <string name="drive_mode_modes_comfort">Comfort</string> 161 <string name="drive_mode_modes_eco">Eco</string> 162 <string name="drive_mode_modes_sport">Sport</string> 163 <string name="qc_drive_mode_active_subtitle">Active</string> 164 165 <!-- Quick Controls: Message to be displayed as the footer button to launch the settings application [CHAR LIMIT=45] --> 166 <string name="qc_footer_settings">Settings</string> 167 <!-- Quick Controls: Message to be displayed as the footer button to launch bluetooth settings [CHAR LIMIT=45] --> 168 <string name="qc_footer_bluetooth_settings">Bluetooth settings</string> 169 <!-- Quick Controls: Message to be displayed as the footer button to launch network and internet settings [CHAR LIMIT=45] --> 170 <string name="qc_footer_network_internet_settings">Network & internet settings</string> 171 <!-- Quick Controls: Message to be displayed as the footer button to launch display settings [CHAR LIMIT=45] --> 172 <string name="qc_footer_display_settings">Display settings</string> 173 <!-- Quick Controls: Message to be displayed as the footer button to launch sound settings [CHAR LIMIT=45] --> 174 <string name="qc_footer_network_sound_settings">Sound settings</string> 175 <!-- Quick Controls: Message to be displayed as the footer button to launch profiles and accounts settings [CHAR LIMIT=45] --> 176 <string name="qc_footer_profiles_accounts_settings">Profiles & accounts settings</string> 177 178 <!-- Message shown when the lock pattern is focused. [CHAR LIMIT=40] --> 179 <string name="lockpattern_does_not_support_rotary">Pattern does not support rotary; please use touch</string> 180 181 <!-- Display Input Lock string --> 182 <string name="display_input_lock_text">Your screen is locked</string> 183 <string name="display_input_lock_started_text">Your screen has been locked</string> 184 <string name="display_input_lock_stopped_text">Your screen is now unlocked</string> 185 186 <!-- Title of the alert dialog to ask user to confirm logout. --> 187 <string name="user_logout_title">Are you sure you want to log out?</string> 188 <!-- Message to inform user that all open applications will be closed. --> 189 <string name="user_logout_message">This will close all open applications</string> 190 <!-- Text for button that logs out current user. --> 191 <string name="user_logout">Log out</string> 192 193 <!-- User Picker: guest name --> 194 <string name="car_guest">Guest</string> 195 <!-- User Picker: user switching message --> 196 <string name="user_switching_message">Switching profile\u2026</string> 197 <!-- User Picker: user adding message --> 198 <string name="user_adding_message">Adding new profile\u2026</string> 199 <!-- User Picker: max user limit reached title --> 200 <string name="max_user_limit_reached_title"></string> 201 <!-- User Picker: max user limit reached message --> 202 <string name="max_user_limit_reached_message">You can add up to <xliff:g id="user_limit" example="10">%d</xliff:g> profiles</string> 203 <!-- User Picker: confirm add user title --> 204 <string name="confirm_add_user_title">Add new profile?</string> 205 <!-- User Picker: the message when user is already logged-in state --> 206 <string name="already_logged_in_message">To continue, <xliff:g id="user_name" example="Peter">%1$s</xliff:g> should sign out of the <xliff:g id="seat_location" example="Driver">%2$s</xliff:g> screen</string> 207 <!-- User Picker: header bar text in logged-out state --> 208 <string name="header_bar_text_in_logged_out_state">Select profile to start</string> 209 <!-- User Picker: text for logged-in state --> 210 <string name="logged_in_text">Signed in</string> 211 <!-- User Picker: prefix text for logged-in state of other seat --> 212 <string name="prefix_logged_in_info_for_other_seat">Signed in on <xliff:g id="seat_location" example="Driver">%s</xliff:g> screen</string> 213 <!-- User Picker: snack bar message when adding user is requested concurrently 214 from another display--> 215 <string name="create_user_failed_message">Can’t add new profile. Try again later.</string> 216 <!-- User Picker: snack bar message when creating guest user is requested concurrently 217 with user addition request --> 218 <string name="guest_creation_failed_message">Can’t start Guest profile. Try again later.</string> 219 <!-- User Picker: text when user is stopping --> 220 <string name="stopping_user_text">Signing out…</string> 221 <!-- User Picker: snack bar message when clicking stopping user --> 222 <string name="wait_for_until_stopped_message"><xliff:g id="user_name" example="Peter">%s</xliff:g> is being signed out. Try again later.</string> 223 224 <!-- User Picker: seat string --> 225 <string name="seat_driver">driver</string> 226 <string name="seat_front">front</string> 227 <string name="seat_rear">rear</string> 228 <string name="seat_left_side">left</string> 229 <string name="seat_center_side">center</string> 230 <string name="seat_right_side">right</string> 231 232 <!-- Car keyguard: OVERRIDE - bouncer area initial message. Intentionally set blank --> 233 <string name="keyguard_enter_your_pin"></string> 234 <string name="keyguard_enter_your_pattern"></string> 235 <string name="keyguard_enter_your_password"></string> 236 <!-- Car keyguard: prompt message --> 237 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard [CHAR LIMIT=30] --> 238 <string name="car_keyguard_enter_your_pin">Enter your PIN</string> 239 <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=30] --> 240 <string name="car_keyguard_enter_your_pattern">Enter your pattern</string> 241 <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=30] --> 242 <string name="car_keyguard_enter_your_password">Enter your password</string> 243 244 <!-- Accessibility description for the backspace key in the PIN pad [CHAR LIMIT=NONE] --> 245 <string name="backspace_key">Backspace key</string> 246 <!-- Accessibility description for the enter key in the PIN pad [CHAR LIMIT=NONE] --> 247 <string name="enter_key">Enter key</string> 248 249 <!-- These are the digits on the PIN pad --> 250 <string name="one" translatable="false">1</string> 251 <string name="two" translatable="false">2</string> 252 <string name="three" translatable="false">3</string> 253 <string name="four" translatable="false">4</string> 254 <string name="five" translatable="false">5</string> 255 <string name="six" translatable="false">6</string> 256 <string name="seven" translatable="false">7</string> 257 <string name="eight" translatable="false">8</string> 258 <string name="nine" translatable="false">9</string> 259 <string name="zero" translatable="false">0</string> 260 261 <!-- Intent action meant to invoke user TOS flow. 262 The intent URI has to be formatted according to Intent.URI_INTENT_SCHEME 263 URI, for example should contain the intent action and any extras if necessary: 264 "intent:#Intent;action=com.android.car.SHOW_USER_TOS_ACTIVITY;B.show_value_prop=true;end" 265 --> 266 <string name="user_tos_activity_intent">intent:#Intent;action=com.android.car.SHOW_USER_TOS_ACTIVITY;B.show_value_prop=false;end</string> 267 268 <!-- DisplayCompat back button [CHAR LIMIT=30] --> 269 <string name="back_btn">Back</string> 270 <!-- DisplayCompat fullscreen button [CHAR LIMIT=30] --> 271 <string name="fullscreen">Full Screen</string> 272 273 <!-- Intent binding to long press action of user profile icon in car top system bar. --> 274 <string name="user_profile_long_press_intent" translatable="false"></string> 275 276 <!-- Data subscription button text [CHAR LIMIT=30]--> 277 <string name="data_subscription_button_text">See plans</string> 278 <!-- Data subscription proactive message prompt--> 279 <string name="data_subscription_proactive_msg_prompt">Your internet plan expired</string> 280 <string name="data_subscription_reactive_msg_prompt">This app needs an internet connection</string> 281 282</resources> 283