diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-08-09 19:35:56 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-08-10 17:30:19 -0700 |
commit | 9e9721266feafdf16786b94f6fac4c06220cd422 (patch) | |
tree | 9f3de81d278b82453b86a96e84fdcbed49a780f4 /res/values | |
parent | 315ced0cc2ac2f654d2aea3ee78bf9e289c5389d (diff) | |
download | packages_apps_packageinstaller-9e9721266feafdf16786b94f6fac4c06220cd422.zip packages_apps_packageinstaller-9e9721266feafdf16786b94f6fac4c06220cd422.tar.gz packages_apps_packageinstaller-9e9721266feafdf16786b94f6fac4c06220cd422.tar.bz2 |
Implement new extended install/uninstall options.
Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d874978..9dadd51 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -57,6 +57,11 @@ <string name="unknown_apps_dlg_text" product="default">For security, your phone is set to block installation of applications not obtained from Android Market.</string> <string name="ok">OK</string> <string name="settings">Settings</string> + <!-- Title of dialog asking user if they would allow an application to be an install source. --> + <string name="allow_source_dlg_title">Allow new source for apps?</string> + <!-- Message of dialog asking user if they would allow an application to be an install source. --> + <string name="allow_source_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> wants to install other apps.\n\nAllow + this now and in the future?</string> <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> |