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 <string name="app_name">Package installer</string> 19 <string name="next">Next</string> 20 <string name="install">Install</string> 21 <string name="done">Done</string> 22 <!-- TODO REMOVE LATER --> 23 <string name="security_settings_desc">Allow this app to:</string> 24 <string name="cancel">Cancel</string> 25 <string name="unknown">Unknown</string> 26 <string name="installing">Installing\u2026</string> 27 <string name="install_done">App installed.</string> 28 <!-- Message for installing a new app that requires some permissions [CHAR LIMIT=NONE] --> 29 <string name="install_confirm_question">Do you want to install this application? 30 It will get access to:</string> 31 <!-- Message for installing a new app that does not require permissions [CHAR LIMIT=NONE] --> 32 <string name="install_confirm_question_no_perms">Do you want to install this application? 33 It does not require any special access.</string> 34 <!-- Message for updating an existing app [CHAR LIMIT=NONE] --> 35 <string name="install_confirm_question_update">Do you want to install an update 36 to this existing application? Your existing data will not 37 be lost. The updated application will get access to:</string> 38 <!-- Message for updating an existing system app [CHAR LIMIT=NONE] --> 39 <string name="install_confirm_question_update_system">Do you want to install an update 40 to this built-in application? Your existing data will not 41 be lost. The updated application will get access to:</string> 42 <!-- Message for updating an existing app, no permissions [CHAR LIMIT=NONE] --> 43 <string name="install_confirm_question_update_no_perms">Do you want to install an update 44 to this existing application? Your existing data will not 45 be lost. It does not require any special access.</string> 46 <!-- Message for updating an existing system app, no permissions [CHAR LIMIT=NONE] --> 47 <string name="install_confirm_question_update_system_no_perms">Do you want to install an update 48 to this built-in application? Your existing data will not 49 be lost. It does not require any special access.</string> 50 <string name="install_failed">App not installed.</string> 51 <!-- Reason displayed when installation fails because the installation package itself is invalid 52 in some way (e.g., corrupt) [CHAR LIMIT=100] --> 53 <string name="install_failed_invalid_apk">The package appears to be corrupt.</string> 54 <!-- Reason displayed when installation fails because the package an existing package is 55 installed with a conflicting package author signature [CHAR LIMIT=100] --> 56 <string name="install_failed_inconsistent_certificates">An existing package by the same name 57 with a conflicting signature is already installed.</string> 58 <!-- Reason displayed when installation fails because the package specifies a minimum compatible 59 OS version that is newer than our current OS version. [CHAR LIMIT=100] --> 60 <string name="install_failed_older_sdk">The package only works on newer versions of 61 Android.</string> 62 <!-- Reason displayed when installation fails because the package specifies it is compatible 63 only with a CPU that the current tablet doesn't have. [CHAR LIMIT=100] --> 64 <string name="install_failed_cpu_abi_incompatible" product="tablet">This app isn\'t 65 compatible with your tablet.</string> 66 <!-- Reason displayed when installation fails because the package specifies it is compatible 67 only with a CPU that the current phone doesn't have. [CHAR LIMIT=100] --> 68 <string name="install_failed_cpu_abi_incompatible" product="default">This app isn\'t 69 compatible with your phone.</string> 70 <!-- Reason displayed when installation fails because the package was deleted during the 71 installation process. [CHAR LIMIT=100] --> 72 <string name="install_failed_file_not_found">The package specified was deleted before 73 installation could be completed.</string> 74 <!-- Reason displayed when installation fails because the package could not be verified 75 because the package verifier rejected it. [CHAR LIMIT=100] --> 76 <string name="install_failed_verify_failed">The package did not pass verification and cannot 77 be installed.</string> 78 <!-- Reason displayed when installation fails because the package could not be verified 79 before the internal system timer expired. [CHAR LIMIT=100] --> 80 <string name="install_failed_verify_timeout">A timeout occurred while trying to verify this 81 package. Try to install it again later.</string> 82 <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] --> 83 <string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your tablet.</string> 84 <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] --> 85 <string name="install_failed_msg" product="default"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be installed on your phone.</string> 86 <string name="launch">Open</string> 87 <string name="unknown_apps_dlg_title">Install blocked</string> 88 <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] --> 89 <string name="unknown_apps_dlg_text" product="tablet">For security, your tablet is set to block installation of apps obtained from unknown sources.</string> 90 <!-- Message presented in a dialog box when a package is requested to be installed, but the "Allow unknown applications" checkbox is not enabled. [CHAR LIMIT=100] --> 91 <string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of apps obtained from unknown sources.</string> 92 <string name="ok">OK</string> 93 <string name="settings">Settings</string> 94 <!-- Title of dialog asking user if they would allow an application to be an install source. --> 95 <string name="allow_source_dlg_title">New source for apps</string> 96 <!-- Message of dialog asking user if they would allow an application to be an install source. --> 97 <string name="allow_source_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> wants to install other apps.\n\nAllow 98 this now and in the future?</string> 99 <string name="manage_applications">Manage apps</string> 100 <string name="dlg_app_replacement_title">Replace app?</string> 101 <string name="dlg_app_replacement_statement">The app you\'re installing will replace another app.\n\nAll your previous user data will be saved.</string> 102 <!-- Dialog attributes when replacing system app --> 103 <string name="dlg_sys_app_replacement_statement">This is a system app.\n\nAll your previous user data will be saved.</string> 104 <string name="out_of_space_dlg_title">Out of space</string> 105 <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> 106 <!-- strings related to uninstall activity --> 107 <string name="dlg_ok">OK</string> 108 <string name="app_not_found_dlg_title">App not found</string> 109 <string name="app_not_found_dlg_text"> The app wasn\'t found in the list of installed apps.</string> 110 <string name="uninstall_application_title">Uninstall app</string> 111 <string name="uninstall_update_title">Uninstall update</string> 112 <string name="uninstall_activity_text"><xliff:g id="activity_name">%1$s</xliff:g> is part of the following app:</string> 113 <string name="uninstall_application_text">Do you want to uninstall this app?</string> 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 <string name="uninstall_update_text">Do you want to replace this app with the factory version?</string> 117 <string name="uninstalling">Uninstalling\u2026</string> 118 <string name="uninstall_done">Uninstall finished.</string> 119 <string name="uninstall_failed">Uninstall unsuccessful.</string> 120 <!-- String presented to the user when uninstalling a package failed because the target package 121 is a current device administrator [CHAR LIMIT=80] --> 122 <string name="uninstall_failed_device_policy_manager">Can\'t uninstall because this package is an 123 active device administrator.</string> 124 <!-- String on a button that leads to the "device administrator" configuration setting where a 125 user will be able to disable the device administrator in order to uninstall 126 it. [CHAR LIMIT=50] --> 127 <string name="manage_device_administrators">Manage device administrators</string> 128 <string name="uninstall_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> couldn\'t be uninstalled.</string> 129 130 <!-- Dialog attributes to indicate parse errors --> 131 <string name="Parse_error_dlg_title">Parse error</string> 132 <string name="Parse_error_dlg_text">There was a problem parsing the package.</string> 133 134 <!-- Tab label for new permissions being added to an existing app [CHAR LIMIT=20] --> 135 <string name="newPerms">New</string> 136 <!-- Tab label for all permissions of an app being installed [CHAR LIMIT=20] --> 137 <string name="allPerms">All</string> 138 <!-- Tab label for permissions related to user privacy [CHAR LIMIT=20] --> 139 <string name="privacyPerms">Privacy</string> 140 <!-- Tab label for permissions related to device behavior [CHAR LIMIT=20] --> 141 <string name="devicePerms">Device Access</string> 142 143 <!-- Body text for new tab when there are no new permissions [CHAR LIMIT=NONE] --> 144 <string name="no_new_perms">This update requires no new permissions.</string> 145 146 <string name="grant_confirm_question">Do you want to grant the following permissions? 147 It will get access to:</string> 148 149 </resources> 150