Genericize strings that refer to the SD card.

Change-Id: Ia754540c7bfc0e9a97c1d9d386efd2b2d0642560
This commit is contained in:
Eric Fischer 2010-09-28 16:39:15 -07:00
parent a9bc41f5ec
commit 5849608f5e
1 changed files with 6 additions and 4 deletions

View File

@ -266,10 +266,12 @@
<string name="message_view_attachment_view_action">Open</string>
<!-- Button name -->
<string name="message_view_attachment_download_action">Save</string>
<!-- Toast after saving attachment -->
<string name="message_view_status_attachment_saved">Attachment saved to SD card as <xliff:g id="filename">%s</xliff:g>.</string>
<!-- Toast after attachment could not be saved-->
<string name="message_view_status_attachment_not_saved">Unable to save attachment to SD card.</string>
<!-- Toast after saving attachment [CHAR LIMIT=30] -->
<string name="message_view_status_attachment_saved">Attachment saved
as <xliff:g id="filename">%s</xliff:g>.</string>
<!-- Toast after attachment could not be saved [CHAR LIMIT=30] -->
<string name="message_view_status_attachment_not_saved">Unable to
save attachment.</string>
<!-- Displayed in message view -->
<string name="message_view_show_pictures_instructions">Select \"Show pictures\" to display embedded pictures.</string>
<!-- Button on email opened for reading -->