1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/** 4 * Copyright (c) 2009, The Android Open Source Project 5 * 6 * Licensed under the Apache License, Version 2.0 (the "License"); 7 * you may not use this file except in compliance with the License. 8 * You may obtain a copy of the License at 9 * 10 * http://www.apache.org/licenses/LICENSE-2.0 11 * 12 * Unless required by applicable law or agreed to in writing, software 13 * distributed under the License is distributed on an "AS IS" BASIS, 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15 * See the License for the specific language governing permissions and 16 * limitations under the License. 17 */ 18--> 19<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <!-- Indication when device is slow charging due to misalignment on the dock. [CHAR LIMIT=60] --> 21 <string name="dock_alignment_slow_charging" product="default">Realign phone for faster charging</string> 22 23 <!-- Indication when device is not charging due to bad placement on the dock. [CHAR LIMIT=60] --> 24 <string name="dock_alignment_not_charging" product="default">Realign phone to charge wirelessly</string> 25 26 <!-- Message of the overlay warning the user that the TV is about to go to standby unless a TV remote button is pressed. [CHAR LIMIT=NONE] --> 27 <string name="inattentive_sleep_warning_message" product="tv">The Android TV device will soon turn off; press a button to keep it on.</string> 28 <!-- Message of the overlay warning the user to interact with the device or it will go to sleep. [CHAR LIMIT=NONE] --> 29 <string name="inattentive_sleep_warning_message" product="default">The device will soon turn off; press to keep it on.</string> 30 31 <!-- Shown when there is no SIM. --> 32 <string name="keyguard_missing_sim_message" product="tablet">No SIM in tablet.</string> 33 <!-- Shown when there is no SIM. --> 34 <string name="keyguard_missing_sim_message" product="default">No SIM in phone.</string> 35 36 <!-- String shown in PUK screen when PIN codes don't match --> 37 <string name="kg_invalid_confirm_pin_hint" product="default">PIN codes does not match</string> 38 39 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] --> 40 <string name="kg_failed_attempts_almost_at_wipe" product="tablet"> 41 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times. 42 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 43 this tablet will be reset, which will delete all its data. 44 </string> 45 <!-- Message shown when user is almost at the limit of password attempts where the device will be wiped. [CHAR LIMIT=none] --> 46 <string name="kg_failed_attempts_almost_at_wipe" product="default"> 47 You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times. 48 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 49 this phone will be reset, which will delete all its data. 50 </string> 51 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] --> 52 <string name="kg_failed_attempts_now_wiping" product="tablet"> 53 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times. 54 This tablet will be reset, which will delete all its data. 55 </string> 56 <!-- Message shown in dialog when user has exceeded the maximum attempts and the device will now be wiped [CHAR LIMIT=none] --> 57 <string name="kg_failed_attempts_now_wiping" product="default"> 58 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times. 59 This phone will be reset, which will delete all its data. 60 </string> 61 62 <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] --> 63 <string name="kg_failed_attempts_almost_at_erase_user" product="tablet"> 64 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times. 65 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 66 this user will be removed, which will delete all user data. 67 </string> 68 <!-- Message shown when user is almost at the limit of password attempts where the user will be removed. [CHAR LIMIT=none] --> 69 <string name="kg_failed_attempts_almost_at_erase_user" product="default"> 70 You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times. 71 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 72 this user will be removed, which will delete all user data. 73 </string> 74 <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] --> 75 <string name="kg_failed_attempts_now_erasing_user" product="tablet"> 76 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times. 77 This user will be removed, which will delete all user data. 78 </string> 79 <!-- Message shown in dialog when user has exceeded the maximum attempts and the user will be removed. [CHAR LIMIT=none] --> 80 <string name="kg_failed_attempts_now_erasing_user" product="default"> 81 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times. 82 This user will be removed, which will delete all user data. 83 </string> 84 85 <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] --> 86 <string name="kg_failed_attempts_almost_at_erase_profile" product="tablet"> 87 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%1$d</xliff:g> times. 88 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 89 the work profile will be removed, which will delete all profile data. 90 </string> 91 <!-- Message shown when user is almost at the limit of password attempts where the profile will be removed. [CHAR LIMIT=none] --> 92 <string name="kg_failed_attempts_almost_at_erase_profile" product="default"> 93 You have incorrectly attempted to unlock the phone <xliff:g id="number">%1$d</xliff:g> times. 94 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 95 the work profile will be removed, which will delete all profile data. 96 </string> 97 <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] --> 98 <string name="kg_failed_attempts_now_erasing_profile" product="tablet"> 99 You have incorrectly attempted to unlock the tablet <xliff:g id="number">%d</xliff:g> times. 100 The work profile will be removed, which will delete all profile data. 101 </string> 102 <!-- Message shown in dialog when user has exceeded the maximum attempts and the profile will be removed. [CHAR LIMIT=none] --> 103 <string name="kg_failed_attempts_now_erasing_profile" product="default"> 104 You have incorrectly attempted to unlock the phone <xliff:g id="number">%d</xliff:g> times. 105 The work profile will be removed, which will delete all profile data. 106 </string> 107 108 <!-- Message shown in dialog when user is almost at the limit where they will be 109 locked out and may have to enter an alternate username/password to unlock the phone --> 110 <string name="kg_failed_attempts_almost_at_login" product="tablet"> 111 You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times. 112 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 113 you will be asked to unlock your tablet using an email account.\n\n 114 Try again in <xliff:g id="number">%3$d</xliff:g> seconds. 115 </string> 116 <!-- Message shown in dialog when user is almost at the limit where they will be 117 locked out and may have to enter an alternate username/password to unlock the phone --> 118 <string name="kg_failed_attempts_almost_at_login" product="default"> 119 You have incorrectly drawn your unlock pattern <xliff:g id="number">%1$d</xliff:g> times. 120 After <xliff:g id="number">%2$d</xliff:g> more unsuccessful attempts, 121 you will be asked to unlock your phone using an email account.\n\n 122 Try again in <xliff:g id="number">%3$d</xliff:g> seconds. 123 </string> 124 125 <!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] --> 126 <string name="thermal_shutdown_title" product="default">Phone turned off due to heat</string> 127 <!-- Title for notification & dialog that the user's device last shut down because it got too hot. [CHAR LIMIT=40] --> 128 <string name="thermal_shutdown_title" product="device">Device turned off due to heat</string> 129 <!-- Title for notification & dialog that the user's tablet last shut down because it got too hot. [CHAR LIMIT=40] --> 130 <string name="thermal_shutdown_title" product="tablet">Tablet turned off due to heat</string> 131 <!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=120] --> 132 <string name="thermal_shutdown_message" product="default">Your phone is now running normally.\nTap for more info</string> 133 <!-- Message body for notification that user's device last shut down because it got too hot. [CHAR LIMIT=120] --> 134 <string name="thermal_shutdown_message" product="device">Your device is now running normally.\nTap for more info</string> 135 <!-- Message body for notification that user's tablet last shut down because it got too hot. [CHAR LIMIT=120] --> 136 <string name="thermal_shutdown_message" product="tablet">Your tablet is now running normally.\nTap for more info</string> 137 <!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=500] --> 138 <string name="thermal_shutdown_dialog_message" product="default">Your phone was too hot, so it turned off to cool down. Your phone is now running normally.\n\nYour phone may get too hot if you:\n\t• Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t• Download or upload large files\n\t• Use your phone in high temperatures</string> 139 <!-- Text body for dialog alerting user that their device last shut down because it got too hot. [CHAR LIMIT=500] --> 140 <string name="thermal_shutdown_dialog_message" product="device">Your device was too hot, so it turned off to cool down. Your device is now running normally.\n\nYour device may get too hot if you:\n\t• Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t• Download or upload large files\n\t• Use your device in high temperatures</string> 141 <!-- Text body for dialog alerting user that their tablet last shut down because it got too hot. [CHAR LIMIT=500] --> 142 <string name="thermal_shutdown_dialog_message" product="tablet">Your tablet was too hot, so it turned off to cool down. Your tablet is now running normally.\n\nYour tablet may get too hot if you:\n\t• Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t• Download or upload large files\n\t• Use your tablet in high temperatures</string> 143 144 <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] --> 145 <string name="high_temp_title" product="default">Phone is getting warm</string> 146 <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] --> 147 <string name="high_temp_title" product="device">Device is getting warm</string> 148 <!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] --> 149 <string name="high_temp_title" product="tablet">Tablet is getting warm</string> 150 <!-- Message body for notification that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=120] --> 151 <string name="high_temp_notif_message" product="default">Some features limited while phone cools down.\nTap for more info</string> 152 <!-- Message body for notification that user's device has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=120] --> 153 <string name="high_temp_notif_message" product="device">Some features limited while device cools down.\nTap for more info</string> 154 <!-- Message body for notification that user's tablet has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=120] --> 155 <string name="high_temp_notif_message" product="tablet">Some features limited while tablet cools down.\nTap for more info</string> 156 <!-- Text body for dialog alerting user that their phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=350] --> 157 <string name="high_temp_dialog_message" product="default">Your phone will automatically try to cool down. You can still use your phone, but it may run slower.\n\nOnce your phone has cooled down, it will run normally.</string> 158 <!-- Text body for dialog alerting user that their phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=350] --> 159 <string name="high_temp_dialog_message" product="device">Your device will automatically try to cool down. You can still use your device, but it may run slower.\n\nOnce your device has cooled down, it will run normally.</string> 160 <!-- Text body for dialog alerting user that their phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=350] --> 161 <string name="high_temp_dialog_message" product="tablet">Your tablet will automatically try to cool down. You can still use your tablet, but it may run slower.\n\nOnce your tablet has cooled down, it will run normally.</string> 162 163 <!-- Content description of the fingerprint icon when the system-provided fingerprint dialog is showing, to locate the sensor (tablet) for accessibility (not shown on the screen). [CHAR LIMIT=NONE]--> 164 <string name="security_settings_sfps_enroll_find_sensor_message" product="tablet">The fingerprint sensor is on the power button. It’s the flat button next to the raised volume button on the edge of the tablet.</string> 165 <!-- Content description of the fingerprint icon when the system-provided fingerprint dialog is showing, to locate the sensor (device) for accessibility (not shown on the screen). [CHAR LIMIT=NONE]--> 166 <string name="security_settings_sfps_enroll_find_sensor_message" product="device">The fingerprint sensor is on the power button. It’s the flat button next to the raised volume button on the edge of the device.</string> 167 <!-- Content description of the fingerprint icon when the system-provided fingerprint dialog is showing, to locate the sensor (default) for accessibility (not shown on the screen). [CHAR LIMIT=NONE]--> 168 <string name="security_settings_sfps_enroll_find_sensor_message" product="default">The fingerprint sensor is on the power button. It’s the flat button next to the raised volume button on the edge of the phone.</string> 169 170 <!-- Text shown when viewing global actions while phone is locked and additional controls are hidden [CHAR LIMIT=NONE] --> 171 <string name="global_action_lock_message" product="default">Unlock your phone for more options</string> 172 <!-- Text shown when viewing global actions while phone is locked and additional controls are hidden [CHAR LIMIT=NONE] --> 173 <string name="global_action_lock_message" product="tablet">Unlock your tablet for more options</string> 174 <!-- Text shown when viewing global actions while phone is locked and additional controls are hidden [CHAR LIMIT=NONE] --> 175 <string name="global_action_lock_message" product="device">Unlock your device for more options</string> 176 177 <!-- Text informing the user that their media is now playing on this device. [CHAR LIMIT=50] --> 178 <string name="media_transfer_playing_this_device" product="default">Playing on this phone</string> 179 <!-- Text informing the user that their media is now playing on this tablet device. [CHAR LIMIT=50] --> 180 <string name="media_transfer_playing_this_device" product="tablet">Playing on this tablet</string> 181 182 183 184</resources> 185