summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:43 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:43 -0800
commit2fa4ad8141ed0cb686c7acab27f01e8c2bc2877a (patch)
tree59fc988de9bdfbca4bcf0b946d29bceda657fa7c /res/values/strings.xml
parent9162d55f6dd35c1c4e76a27876435d17c0a5d14b (diff)
downloadandroid_packages_apps_PackageInstaller-2fa4ad8141ed0cb686c7acab27f01e8c2bc2877a.tar.gz
android_packages_apps_PackageInstaller-2fa4ad8141ed0cb686c7acab27f01e8c2bc2877a.tar.bz2
android_packages_apps_PackageInstaller-2fa4ad8141ed0cb686c7acab27f01e8c2bc2877a.zip
auto import from //depot/cupcake/@137055
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ae155772..f36660bc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,7 +25,8 @@
<string name="installing">Installing\u2026</string>
<string name="install_done">Application installed</string>
<string name="install_confirm_question">Do you want to install this application?</string>
- <string name="install_failed">Application install unsuccessful</string>
+ <string name="install_failed">Application not installed</string>
+ <string name="install_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> could not be installed on this phone.</string>
<string name="launch">Open</string>
<string name="unknown_apps_dlg_title">Install blocked</string>
<string name="unknown_apps_dlg_text">For security, your phone is set to block installation of applications not sourced in Android Market.</string>
@@ -34,6 +35,8 @@
<string name="manage_applications">Manage applications</string>
<string name="dlg_app_replacement_title">Replace application</string>
<string name="dlg_app_replacement_statement">The application you are installing will replace another application.\n\nAll previous user data will be saved.</string>
+ <!-- Dialog attributes when replacing system app -->
+ <string name="dlg_sys_app_replacement_statement">This is a system application. Do you still want to replace it?\n\nAll previous user data will be saved.</string>
<string name="out_of_space_dlg_title">Out of space</string>
<string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be viewed. Free up some space on your phone and try again.</string>
<!-- strings related to uninstall activity -->
@@ -45,7 +48,8 @@ found in the list of installed applications.</string>
<string name="uninstall_application_text">This application will be removed from your phone.</string>
<string name="uninstalling">Uninstalling\u2026</string>
<string name="uninstall_done">Uninstall finished!</string>
- <string name="uninstall_failed">Application uninstall not successful</string>
+ <string name="uninstall_failed">Uninstall not successful</string>
+ <string name="uninstall_failed_msg"><xliff:g id="app_name">%1$s</xliff:g> could not be uninstalled!</string>
<!-- Dialog attributes to indicate parse errors -->
<string name="Parse_error_dlg_title">Parse Error</string>