summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy West <rwest@google.com>2010-03-11 16:26:19 -0800
committerRoy West <rwest@google.com>2010-03-11 17:35:23 -0800
commitd388aa252071f9132957ebea13239750b65e79a8 (patch)
treeff12b13cf0407c45dd254541befb20b80538eba2
parent9ab50f3655afed4f9266402a03d3235d94220397 (diff)
downloadandroid_packages_apps_PackageInstaller-d388aa252071f9132957ebea13239750b65e79a8.tar.gz
android_packages_apps_PackageInstaller-d388aa252071f9132957ebea13239750b65e79a8.tar.bz2
android_packages_apps_PackageInstaller-d388aa252071f9132957ebea13239750b65e79a8.zip
Third of three minor string edits for SD card text.
Change-Id: I9d9132bd0ead1b3cf1d9a02e6e6e4ce518a71ddc
-rw-r--r--res/values/strings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f172e484..618ca1fc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,7 +15,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">Package Installer</string>
+ <string name="app_name">Package installer</string>
<string name="install">Install</string>
<string name="done">Done</string>
<!-- TODO REMOVE LATER -->
@@ -29,7 +29,7 @@
<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>
+ <string name="unknown_apps_dlg_text">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>
<string name="manage_applications">Manage applications</string>
@@ -38,7 +38,7 @@
<!-- 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 installed. Free up some space on your phone and try again.</string>
+ <string name="out_of_space_dlg_text"><xliff:g id="app_name">%1$s</xliff:g> could not be installed. Free up some space and try again.</string>
<!-- strings related to uninstall activity -->
<string name="dlg_ok">OK</string>
<string name="app_not_found_dlg_title">Application not found</string>
@@ -46,14 +46,14 @@
found in the list of installed applications.</string>
<string name="uninstall_application_question">Uninstall application?</string>
<string name="uninstall_update_question">Uninstall update?</string>
- <string name="uninstall_application_text">This application will be removed from your phone.</string>
+ <string name="uninstall_application_text">This application will be uninstalled.</string>
<string name="uninstall_update_text">The application update will be uninstalled. You can still use the factory version of the application.</string>
<string name="uninstalling">Uninstalling\u2026</string>
- <string name="uninstall_done">Uninstall finished!</string>
+ <string name="uninstall_done">Uninstall finished</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>
+ <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>
+ <string name="Parse_error_dlg_title">Parse error</string>
<string name="Parse_error_dlg_text">There is a problem parsing the package.</string>
</resources>