diff options
author | Roy West <rwest@google.com> | 2010-10-21 15:57:35 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-21 15:57:35 -0700 |
commit | c1267a9883d1fee4e393525fb54df2f98c471acc (patch) | |
tree | d3d6f8e0db28055cbd37a0819e2e4bfa78812fd1 /res | |
parent | 26d6e4704a9e514097ad88c04b29a4e8b325344f (diff) | |
parent | af06d7a94a69d82ef5f2d8082e75c368f4204afb (diff) | |
download | packages_apps_settings-c1267a9883d1fee4e393525fb54df2f98c471acc.zip packages_apps_settings-c1267a9883d1fee4e393525fb54df2f98c471acc.tar.gz packages_apps_settings-c1267a9883d1fee4e393525fb54df2f98c471acc.tar.bz2 |
am af06d7a9: Fix bug3119318, missing Mount USB storage strings
Merge commit 'af06d7a94a69d82ef5f2d8082e75c368f4204afb' into gingerbread-plus-aosp
* commit 'af06d7a94a69d82ef5f2d8082e75c368f4204afb':
Fix bug3119318, missing Mount USB storage strings
Diffstat (limited to 'res')
-rwxr-xr-x | res/values/strings.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2258426..d8fc83a 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1304,10 +1304,17 @@ <string name="sd_insert_summary" product="nosdcard">Insert USB storage for mounting</string> <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted --> <string name="sd_insert_summary" product="default">Insert an SD card for mounting</string> + <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. [CHAR LIMIT=25] --> - <string name="sd_mount">Mount SD card</string> + <string name="sd_mount" product="default">Mount SD card</string> <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. --> - <string name="sd_mount_summary">Mount the SD card</string> + <string name="sd_mount_summary" product="default">Mount the SD card</string> + + <!-- Storage settings item title that will result in the phone mounting the USB storage - user should never see this. [CHAR LIMIT=25] --> + <string name="sd_mount" product="nosdcard">Mount USB storage</string> + <!-- Subtext for Storage settings' Mount USB storage item -- user should never see this. --> + <string name="sd_mount_summary" product="nosdcard">Mount the USB storage</string> + <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage. [CHAR LIMIT=25] --> <string name="sd_format" product="nosdcard">Erase USB storage</string> <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card. [CHAR LIMIT=25] --> |