summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorOscar Montemayor <oam@google.com>2010-02-10 16:04:18 -0800
committerOscar Montemayor <oam@google.com>2010-02-22 16:13:36 -0800
commita110a718bac811c014b80c123a447e45ab1b1dd9 (patch)
tree46bcaf6eb66e1f260d38faf909a1a980004db71a /res/values
parentcb497546ba55ef98fb561dd9a07c7a485a918f4b (diff)
downloadpackages_apps_Settings-a110a718bac811c014b80c123a447e45ab1b1dd9.zip
packages_apps_Settings-a110a718bac811c014b80c123a447e45ab1b1dd9.tar.gz
packages_apps_Settings-a110a718bac811c014b80c123a447e45ab1b1dd9.tar.bz2
Apps on SD Card project.
Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml14
-rw-r--r--res/values/strings.xml4
2 files changed, 18 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ae0fba8..ff68cc7 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -354,4 +354,18 @@
<item>3</item>
</string-array>
+ <!-- Apps on SD instalaltion location options in ApplicationSettings -->
+ <string-array name="app_install_location_entries">
+ <item>Internal device storage</item>
+ <item>Removable SD card</item>
+ <item>Let the system decide</item>
+ </string-array>
+
+ <!-- Do not translate. -->
+ <string-array name="app_install_location_values" translatable="false">
+ <item>device</item>
+ <item>sdcard</item>
+ <item>auto</item>
+ </string-array>
+
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ce45ec5..bc19df5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1633,6 +1633,10 @@ found in the list of installed applications.</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, application installation location title -->
+ <string name="app_install_location_title">Preferred install location</string>
+ <!-- Manage applications. application installation location summary -->
+ <string name="app_install_location_summary">Change the preferred installation location for new applications.</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>