summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-02-08 13:55:07 -0800
committerSuchi Amalapurapu <asuchitra@google.com>2010-02-10 08:59:20 -0800
commit42241e75d2775b6b44b82b939e66fbb50d4b189b (patch)
tree73e2784a485de4c726a903c85e73ff0a42345c91 /res/values
parent81924e543c583f265d352ca3fdaef5eda5f28087 (diff)
downloadpackages_apps_settings-42241e75d2775b6b44b82b939e66fbb50d4b189b.zip
packages_apps_settings-42241e75d2775b6b44b82b939e66fbb50d4b189b.tar.gz
packages_apps_settings-42241e75d2775b6b44b82b939e66fbb50d4b189b.tar.bz2
Add new buttons to clear data, move apps to/from sdcard
rearrange layouts
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 17d13fc..47421e2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1548,6 +1548,16 @@ found in the list of installed applications.</string>
<string name="empty_list_msg">You do not have any third-party applications installed.</string>
<!-- Manage applications, version string displayed in app snippet -->
<string name="version_text">version <xliff:g id="version_num">%1$s</xliff:g></string>
+ <!-- Manage applications, text for Move button -->
+ <string name="move_app">Move</string>
+ <!-- Manage applications, text for Move button to move app to internal storage -->
+ <string name="move_app_to_internal">Move to flash</string>
+ <!-- Manage applications, text for Move button to move app to sdcard -->
+ <string name="move_app_to_sdcard">Move to sdcard</string>
+ <!-- Manage applications, title for dialog when killing persistent apps-->
+ <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>
<!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
<string name="runningservices_settings_title">Running services</string>