diff options
author | Eric Fischer <enf@google.com> | 2010-10-21 13:42:20 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-21 13:42:20 -0700 |
commit | 932e1493f2aef0d94e4d8f87d1e1fe8078300fd7 (patch) | |
tree | 5120ac66e26f0b12c4d0357f33608df89a12b992 /res | |
parent | ccaa8964a7c3cb6aec75e4c366e29524e8304abf (diff) | |
parent | f1af4fb48112ee9b749f0a27b8baaa52c2632ef5 (diff) | |
download | packages_apps_Browser-932e1493f2aef0d94e4d8f87d1e1fe8078300fd7.zip packages_apps_Browser-932e1493f2aef0d94e4d8f87d1e1fe8078300fd7.tar.gz packages_apps_Browser-932e1493f2aef0d94e4d8f87d1e1fe8078300fd7.tar.bz2 |
am f1af4fb4: am adbdefb0: Replace shared storage with USB storage.
Merge commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5'
* commit 'f1af4fb48112ee9b749f0a27b8baaa52c2632ef5':
Replace shared storage with USB storage.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c51bc41..ca14df6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -652,23 +652,23 @@ <!-- Title for a dialog informing the user that the download has failed --> <string name="download_failed_generic_dlg_title">Download unsuccessful</string> <!-- Dialog title [CHAR LIMIT=25] --> - <string name="download_no_sdcard_dlg_title" product="nosdcard">Shared storage unavailable</string> + <string name="download_no_sdcard_dlg_title" product="nosdcard">USB storage unavailable</string> <!-- Dialog title --> <string name="download_no_sdcard_dlg_title" product="default">No SD card</string> <!-- Dialog message [CHAR LIMIT=NONE] --> - <string name="download_no_sdcard_dlg_msg" product="nosdcard">Shared storage is required to download <xliff:g id="filename">%s</xliff:g>.</string> + <string name="download_no_sdcard_dlg_msg" product="nosdcard">USB storage is required to download <xliff:g id="filename">%s</xliff:g>.</string> <!-- Dialog message --> <string name="download_no_sdcard_dlg_msg" product="default">An SD card is required to download <xliff:g id="filename">%s</xliff:g>.</string> <!-- Title for a dialog informing the user that the SD card used for external storage is busy so they cannot download anything [CHAR LIMIT=25] --> - <string name="download_sdcard_busy_dlg_title" product="nosdcard">Shared storage unavailable</string> + <string name="download_sdcard_busy_dlg_title" product="nosdcard">USB storage unavailable</string> <!-- Title for a dialog informing the user that the SD card used for external storage is busy so they cannot download anything --> <string name="download_sdcard_busy_dlg_title" product="default">SD card unavailable</string> <!-- Message for a dialog informing the user that the SD card used for external storage is busy so they cannot download anything. Informs the user how to enable SD card storage [CHAR LIMIT=NONE] --> - <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The shared storage is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string> + <string name="download_sdcard_busy_dlg_msg" product="nosdcard">The USB storage is busy. To allow downloads, select \"Turn off USB storage\" in the notification.</string> <!-- Message for a dialog informing the user that the SD card used for external storage is busy so they cannot download anything. Informs the user how to enable SD card storage --> |