1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 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 <!-- [CHAR LIMIT=25] --> 19 <string name="app_name">Package installer</string> 20 21 <!-- [CHAR LIMIT=15] --> 22 <string name="install">Install</string> 23 <!-- [CHAR LIMIT=15] --> 24 <string name="done">Done</string> 25 <!-- [CHAR LIMIT=15] --> 26 <string name="cancel">Cancel</string> 27 <!-- [CHAR LIMIT=50] --> 28 <string name="installing">Installing\u2026</string> 29 <!-- [CHAR LIMIT=50] --> 30 <string name="installing_app">Installing <xliff:g id="package_label">%1$s</xliff:g>\u2026</string> 31 <!-- [CHAR LIMIT=100] --> 32 <string name="install_done">App installed.</string> 33 <!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] --> 34 <!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] --> 35 <string name="install_confirm_question">Do you want to install this application?</string> 36 <!-- Message for updating an existing app [CHAR LIMIT=NONE] --> 37 <string name="install_confirm_question_update">Do you want to install an update 38 to this existing application? Your existing data will not 39 be lost.</string> 40 <!-- Message for updating an existing system app [CHAR LIMIT=NONE] --> 41 <string name="install_confirm_question_update_system">Do you want to install an update 42 to this built-in application? Your existing data will not 43 be lost.</string> 44 <!-- [CHAR LIMIT=100] --> 45 <string name="install_failed">App not installed.</string> 46 <!-- Reason displayed when installation fails because the package was blocked 47 from being installed (e.g., device policy, verification, ...) [CHAR LIMIT=100] --> 48 <string name="install_failed_blocked">The package was blocked from being installed.</string> 49 <!-- Reason displayed when installation fails because the package conflicts with 50 an existing application (e.g., incompatible certificates) [CHAR LIMIT=100] --> 51 <string name="install_failed_conflict">App not installed as package conflicts with an existing package.</string> 52 <!-- Reason displayed when installation fails because the package is incompatible with 53 the current tablet (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] --> 54 <string name="install_failed_incompatible" product="tablet">App not installed as app isn\'t 55 compatible with your tablet.</string> 56 <!-- Reason displayed when installation fails because the package is incompatible with 57 the current TV (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] --> 58 <string name="install_failed_incompatible" product="tv">This app isn\'t 59 compatible with your TV.</string> 60 <!-- Reason displayed when installation fails because the package is incompatible with 61 the current phone (e.g., missing native code for the current ABI, newer SDK, ...) [CHAR LIMIT=100] --> 62 <string name="install_failed_incompatible" product="default">App not installed as app isn\'t 63 compatible with your phone.</string> 64 <!-- Reason displayed when installation fails because the installation package itself is invalid 65 in some way (e.g., corrupt) [CHAR LIMIT=100] --> 66 <string name="install_failed_invalid_apk">App not installed as package appears to be invalid.</string> 67 <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] --> 68 <string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your tablet.</string> 69 <!-- Message presented when an application could not be installed on the TV for some reason. [CHAR LIMIT=100] --> 70 <string name="install_failed_msg" product="tv"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your TV.</string> 71 <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] --> 72 <string name="install_failed_msg" product="default"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your phone.</string> 73 <string name="launch">Open</string> 74 75 <!-- Message presented in a dialog box when the device administrator restricts the installation of apps from unknown sources. [CHAR LIMIT=none] --> 76 <string name="unknown_apps_admin_dlg_text">Your admin doesn\'t allow installation of apps 77 obtained from unknown sources</string> 78 <!-- Message presented in a dialog box when the user restriction set by the system restricts the installation of apps from unknown sources. [CHAR LIMIT=none] --> 79 <string name="unknown_apps_user_restriction_dlg_text">Unknown apps can\'t be installed by this 80 user</string> 81 <!-- Message presented in a dialog box when the user restriction set by the system restricts the installation of apps. [CHAR LIMIT=none] --> 82 <string name="install_apps_user_restriction_dlg_text">This user is not allowed to install apps</string> 83 84 <!-- [CHAR LIMIT=15] --> 85 <string name="ok">OK</string> 86 <!-- [CHAR LIMIT=15] --> 87 <string name="manage_applications">Manage apps</string> 88 <!-- [CHAR LIMIT=30] --> 89 <string name="out_of_space_dlg_title">Out of space</string> 90 <!-- [CHAR LIMIT=none] --> 91 <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed. Free up some space and try again.</string> 92 <!-- strings related to uninstall activity --> 93 <!-- [CHAR LIMIT=30] --> 94 <string name="app_not_found_dlg_title">App not found</string> 95 <!-- [CHAR LIMIT=none] --> 96 <string name="app_not_found_dlg_text"> The app wasn\'t found in the list of installed apps.</string> 97 <!-- [CHAR LIMIT=30] --> 98 <string name="user_is_not_allowed_dlg_title">Not allowed</string> 99 <!-- [CHAR LIMIT=none] --> 100 <string name="user_is_not_allowed_dlg_text">The current user is not allowed to perform this uninstallation.</string> 101 <!-- [CHAR LIMIT=30] --> 102 <string name="generic_error_dlg_title">Error</string> 103 <!-- [CHAR LIMIT=none] --> 104 <string name="generic_error_dlg_text">App could not be uninstalled.</string> 105 <!-- [CHAR LIMIT=30] --> 106 <string name="uninstall_application_title">Uninstall app</string> 107 <!-- [CHAR LIMIT=30] --> 108 <string name="uninstall_update_title">Uninstall update</string> 109 <!-- [CHAR LIMIT=none] --> 110 <string name="uninstall_activity_text"><xliff:g id="activity_name">%1$s</xliff:g> is part of the following app:</string> 111 <!-- [CHAR LIMIT=none] --> 112 <string name="uninstall_application_text">Do you want to uninstall this app?</string> 113 <!-- [CHAR LIMIT=none] --> 114 <string name="uninstall_application_text_all_users">Do you want to uninstall this app for <b>all</b> 115 users? The application and its data will be removed from <b>all</b> users on the device.</string> 116 <!-- [CHAR LIMIT=none] --> 117 <string name="uninstall_application_text_user">Do you want to uninstall this app for the user <xliff:g id="username">%1$s</xliff:g>?</string> 118 <!-- [CHAR LIMIT=none] --> 119 <string name="uninstall_update_text">Replace this app with the factory version? All data will be removed.</string> 120 <!-- [CHAR LIMIT=none] --> 121 <string name="uninstall_update_text_multiuser">Replace this app with the factory version? All data will be removed. This affects all users of this device, including those with work profiles.</string> 122 <!-- Label of a checkbox that allows to keep the data (e.g. files, settings) of the app on uninstall [CHAR LIMIT=none] --> 123 <string name="uninstall_keep_data">Keep <xliff:g id="size" example="1.5MB">%1$s</xliff:g> of app data.</string> 124 125 <!-- Label for the notification channel containing notifications for current uninstall operations [CHAR LIMIT=40] --> 126 <string name="uninstalling_notification_channel">Running uninstalls</string> 127 <!-- Label for the notification channel containing notifications for failed uninstall operations [CHAR LIMIT=40] --> 128 <string name="uninstall_failure_notification_channel">Failed uninstalls</string> 129 130 <!-- [CHAR LIMIT=50] --> 131 <string name="uninstalling">Uninstalling\u2026</string> 132 <!-- [CHAR LIMIT=50] --> 133 <string name="uninstalling_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g>\u2026</string> 134 <!-- [CHAR LIMIT=100] --> 135 <string name="uninstall_done">Uninstall finished.</string> 136 <!-- [CHAR LIMIT=100] --> 137 <string name="uninstall_done_app">Uninstalled <xliff:g id="package_label">%1$s</xliff:g></string> 138 <!-- [CHAR LIMIT=100] --> 139 <string name="uninstall_failed">Uninstall unsuccessful.</string> 140 <!-- [CHAR LIMIT=100] --> 141 <string name="uninstall_failed_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g> unsuccessful.</string> 142 <!-- String presented to the user when uninstalling a package failed because the target package 143 is a current device administrator [CHAR LIMIT=80] --> 144 <string name="uninstall_failed_device_policy_manager">Can\'t uninstall active device admin 145 app</string> 146 <!-- String presented to the user when uninstalling a package failed because the target package 147 is a current device administrator for some user [CHAR LIMIT=100] --> 148 <string name="uninstall_failed_device_policy_manager_of_user">Can\'t uninstall active device 149 admin app for <xliff:g id="username">%1$s</xliff:g></string> 150 <!-- String presented to the admin user when uninstalling a package for all users failed 151 because a profile owner has marked the target package as not able to be uninstalled 152 [CHAR LIMIT=120] --> 153 <string name="uninstall_all_blocked_profile_owner">This app is required for some users or 154 profiles and was uninstalled for others</string> 155 <!-- String presented to the user when uninstalling a package failed because a profile owner 156 has marked the target package as not able to be uninstalled [CHAR LIMIT=120] --> 157 <string name="uninstall_blocked_profile_owner">This app is needed for 158 your profile and can\'t be uninstalled.</string> 159 <!-- String presented to the user when uninstalling a package failed because a device owner 160 has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] --> 161 <string name="uninstall_blocked_device_owner">This app is required 162 by your device administrator and can\'t be uninstalled.</string> 163 <!-- String on a button that leads to the "device admin apps" configuration setting where a 164 user will be able to disable the device admin app in order to uninstall 165 it. [CHAR LIMIT=50] --> 166 <string name="manage_device_administrators">Manage device admin apps</string> 167 <!-- String on a button that leads to the "Users" page in Settings where a 168 user will be able to remove the secondary user(s) in order to uninstall 169 the app. [CHAR LIMIT=50] --> 170 <string name="manage_users">Manage users</string> 171 <!-- [CHAR LIMIT=none] --> 172 <string name="uninstall_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be uninstalled.</string> 173 174 <!-- Dialog attributes to indicate parse errors --> 175 <string name="Parse_error_dlg_text">There was a problem parsing the package.</string> 176 177 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] --> 178 <string name="wear_not_allowed_dlg_title">Android Wear</string> 179 <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] --> 180 <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string> 181 182 <!-- Message that the app to be installed is being staged [CHAR LIMIT=50] --> 183 <string name="message_staging">Staging app…</string> 184 185 <!-- Placeholder for an app name when it is unknown [CHAR LIMIT=50] --> 186 <string name="app_name_unknown">Unknown</string> 187 188 <!-- Help URL, application permissions [DO NOT TRANSLATE] --> 189 <string name="help_app_permissions" translatable="false"></string> 190 191 <!-- Text to show in warning dialog on the tablet when the app source is not trusted [CHAR LIMIT=NONE] --> 192 <string name="untrusted_external_source_warning" product="tablet">For your security, your tablet is not allowed to install unknown apps from this source.</string> 193 194 <!-- Text to show in warning dialog on the tv when the app source is not trusted [CHAR LIMIT=NONE] --> 195 <string name="untrusted_external_source_warning" product="tv">For your security, your TV is not allowed to install unknown apps from this source.</string> 196 197 <!-- Text to show in warning dialog on the phone when the app source is not trusted [CHAR LIMIT=NONE] --> 198 <string name="untrusted_external_source_warning" product="default">For your security, your phone is not allowed to install unknown apps from this source.</string> 199 200 <!-- Text to show in warning dialog on the phone when the app source cannot be identified [CHAR LIMIT=NONE] --> 201 <string name="anonymous_source_warning" product="default"> 202 Your phone and personal data are more vulnerable 203 to attack by unknown apps. By installing this app, you 204 agree that you are responsible for any damage to your 205 phone or loss of data that may result from its use. 206 </string> 207 208 <!-- Text to show in warning dialog on the tablet when the app source cannot be identified [CHAR LIMIT=NONE] --> 209 <string name="anonymous_source_warning" product="tablet"> 210 Your tablet and personal data are more vulnerable 211 to attack by unknown apps. By installing this app, you 212 agree that you are responsible for any damage to your 213 tablet or loss of data that may result from its use. 214 </string> 215 216 <!-- Text to show in warning dialog on the tv when the app source cannot be identified [CHAR LIMIT=NONE] --> 217 <string name="anonymous_source_warning" product="tv"> 218 Your TV and personal data are more vulnerable 219 to attack by unknown apps. By installing this app, you 220 agree that you are responsible for any damage to your 221 TV or loss of data that may result from its use. 222 </string> 223 224 <!-- Label for button to continue install of an app whose source cannot be identified [CHAR LIMIT=40] --> 225 <string name="anonymous_source_continue">Continue</string> 226 227 <!-- Label for button to open manage external sources settings [CHAR LIMIT=45] --> 228 <string name="external_sources_settings">Settings</string> 229 230 <!-- Label for the notification channel containing notifications for embedded app operations [CHAR LIMIT=40] --> 231 <string name="wear_app_channel">Installing/uninstalling wear apps</string> 232 233 <!-- Description for the app installer notification channel [CHAR LIMIT=40] --> 234 <string name="app_installed_notification_channel_description">App installed notification</string> 235 236 <!-- Notification message shown in status bar when an application is successfully installed. 237 [CHAR LIMIT=30] --> 238 <string name="notification_installation_success_message">Successfully installed</string> 239 240 <!-- Notification shown in status bar when an application is successfully installed. 241 [CHAR LIMIT=50] --> 242 <string name="notification_installation_success_status">Successfully installed \u201c<xliff:g id="appname" example="Package Installer">%1$s</xliff:g>\u201d</string> 243</resources> 244