summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSuchi Amalapurapu <asuchitra@google.com>2010-02-22 10:12:14 -0800
committerSuchi Amalapurapu <asuchitra@google.com>2010-02-24 20:30:09 -0800
commit29d587fa1826d9f3411b650b4da030650ac686e0 (patch)
treeaccb9ae9873781cfbddabff40e7155633ec153f1 /res/values
parent7fa89d9d13e7a85e11cfb16d04f064f7005819e3 (diff)
downloadpackages_apps_Settings-29d587fa1826d9f3411b650b4da030650ac686e0.zip
packages_apps_Settings-29d587fa1826d9f3411b650b4da030650ac686e0.tar.gz
packages_apps_Settings-29d587fa1826d9f3411b650b4da030650ac686e0.tar.bz2
Add dialog when ejecting sdcard
Remove some dead code
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bc19df5..4808a69 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1203,6 +1203,21 @@
<string name="sd_unavailable">Unavailable</string>
<!-- SD card status when it is mounted as read only -->
<string name="read_only">\u0020(Read-only)</string>
+ <!-- SD card eject confirmation dialog title -->
+ <string name="dlg_confirm_unmount_title">Unmount sdcard</string>
+ <!-- SD card eject confirmation dialog -->
+ <string name="dlg_confirm_unmount_text">Some processes accessing data on sdcard will be killed. Do you want to continue?</string>
+ <!-- SD card eject error dialog title -->
+ <string name="dlg_error_unmount_title">Unmount sdcard failed</string>
+ <!-- SD card eject error dialog text -->
+ <string name="dlg_error_unmount_text">Cannot unmount sdcard. Try again later.</string>
+ <!-- SD card unmount informative text -->
+ <string name="unmount_inform_text">Sdcard will be unmounted. Check the notification area for status.</string>
+ <!-- SD card eject progress title -->
+ <string name="sd_ejecting_title">Unmounting</string>
+ <!-- SD card eject progress text -->
+ <string name="sd_ejecting_summary">Unmount in progress</string>
+
<!-- Phone info screen, section titles: -->
<string name="battery_status_title">Battery status</string>
<!-- Phone info screen, section titles: -->