summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 78dc9f66..1b475b1c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -771,23 +771,19 @@
<!-- Download History UI strings -->
<!-- Dialog title [CHAR LIMIT=25] -->
- <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">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">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 USB storage is busy. To allow downloads, touch 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 -->