diff options
author | Kenny Root <kroot@google.com> | 2011-08-12 10:04:14 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2011-08-12 10:04:44 -0700 |
commit | 5fbf6d6698626aef9afb685557a41b57ec6ad531 (patch) | |
tree | f777ff9ad8d7d190f9a430126849bbbd4423c013 /res/values | |
parent | 9e9721266feafdf16786b94f6fac4c06220cd422 (diff) | |
download | packages_apps_packageinstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.zip packages_apps_packageinstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.tar.gz packages_apps_packageinstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.tar.bz2 |
Add strings for upcoming changes
Change-Id: I4ff8c50a751e25f5e80c749ae5ffc4cdde43f740
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9dadd51..4d0656f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -45,6 +45,18 @@ only with a CPU that the current phone doesn't have. [CHAR LIMIT=100] --> <string name="install_failed_cpu_abi_incompatible" product="default">This application is not compatible with this phone\'s CPU.</string> + <!-- Reason displayed when installation fails because the package was deleted during the + installation process. [CHAR LIMIT=100] --> + <string name="install_failed_file_not_found">The package specified was deleted before + installation could be completed.</string> + <!-- Reason displayed when installation fails because the package could not be verified + because the package verifier rejected it. [CHAR LIMIT=100] --> + <string name="install_failed_verify_failed">The package did not pass verification and cannot + be installed.</string> + <!-- Reason displayed when installation fails because the package could not be verified + before the internal system timer expired. [CHAR LIMIT=100] --> + <string name="install_failed_verify_timeout">A timeout occured while trying to verify this + package. Please try to install it again later.</string> <!-- Message presented when an application could not be installed on the tablet for some reason. [CHAR LIMIT=100] --> <string name="install_failed_msg" product="tablet"><xliff:g id="app_name">%1$s</xliff:g> could not be installed on this tablet.</string> <!-- Message presented when an application could not be installed on the phone for some reason. [CHAR LIMIT=100] --> |