summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-03-10 09:56:33 -0800
committerSuchi Amalapurapu <asuchitra@google.com>2010-03-10 16:39:09 -0800
commit5cc062f1cd37cff19a1a7ee6fbb2a6522eee415c (patch)
tree5b429ed25372347e54c0451b8902324c412d1cda /res
parent7210caf802d65d68fedbf01bfef1041a27e8073d (diff)
downloadpackages_apps_Settings-5cc062f1cd37cff19a1a7ee6fbb2a6522eee415c.zip
packages_apps_Settings-5cc062f1cd37cff19a1a7ee6fbb2a6522eee415c.tar.gz
packages_apps_Settings-5cc062f1cd37cff19a1a7ee6fbb2a6522eee415c.tar.bz2
Add new error dialog when moving apps fails.
Change-Id: I3b1c815ff5f515c2116771e0392cf91fbfaea9f4
Diffstat (limited to 'res')
-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 4499cc1..a2e84c5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1686,9 +1686,21 @@ found in the list of installed applications.</string>
<!-- Manage applications, title for dialog when killing persistent apps-->
<!-- Manage applications, text for Move button when move is in progress -->
<string name="moving">Moving</string>
+
+ <!-- Manage applications, text for move error messages -->
+ <string name="insufficient_storage">There is not enough storage left.</string>
+ <string name="does_not_exist">The application does not exist.</string>
+ <string name="app_forward_locked">The application is forward locked</string>
+ <string name="invalid_location">The specified install location is not valid.</string>
+ <string name="system_package">System updates cannot be installed on external media.</string>
+
<string name="force_stop_dlg_title">Force Stop</string>
<!-- Manage applications, text for dialog when killing persistent apps-->
<string name="force_stop_dlg_text">This application will be restarted right way. Are you sure you want to force stop?</string>
+ <!-- Manage applications, text for dialog when moving an app -->
+ <string name="move_app_failed_dlg_title">Move Application</string>
+ <!-- Manage applications, text for dialog moving an app -->
+ <string name="move_app_failed_dlg_text">Failed to move application. <xliff:g id="reason">%1$s</xliff:g></string>
<!-- Manage applications, application installation location title -->
<string name="app_install_location_title">Preferred install location</string>
<!-- Manage applications. application installation location summary -->