summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-08-12 10:04:14 -0700
committerKenny Root <kroot@google.com>2011-08-12 10:04:44 -0700
commit5fbf6d6698626aef9afb685557a41b57ec6ad531 (patch)
treef777ff9ad8d7d190f9a430126849bbbd4423c013
parent9e9721266feafdf16786b94f6fac4c06220cd422 (diff)
downloadandroid_packages_apps_PackageInstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.tar.gz
android_packages_apps_PackageInstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.tar.bz2
android_packages_apps_PackageInstaller-5fbf6d6698626aef9afb685557a41b57ec6ad531.zip
Add strings for upcoming changes
Change-Id: I4ff8c50a751e25f5e80c749ae5ffc4cdde43f740
-rw-r--r--res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9dadd510..4d0656fa 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] -->