diff options
-rw-r--r-- | res/values/strings.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f172e48..618ca1f 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> |