Genericize strings that refer to the SD card.
Change-Id: Ia754540c7bfc0e9a97c1d9d386efd2b2d0642560
This commit is contained in:
parent
a9bc41f5ec
commit
5849608f5e
@ -266,10 +266,12 @@
|
|||||||
<string name="message_view_attachment_view_action">Open</string>
|
<string name="message_view_attachment_view_action">Open</string>
|
||||||
<!-- Button name -->
|
<!-- Button name -->
|
||||||
<string name="message_view_attachment_download_action">Save</string>
|
<string name="message_view_attachment_download_action">Save</string>
|
||||||
<!-- Toast after saving attachment -->
|
<!-- Toast after saving attachment [CHAR LIMIT=30] -->
|
||||||
<string name="message_view_status_attachment_saved">Attachment saved to SD card as <xliff:g id="filename">%s</xliff:g>.</string>
|
<string name="message_view_status_attachment_saved">Attachment saved
|
||||||
<!-- Toast after attachment could not be saved-->
|
as <xliff:g id="filename">%s</xliff:g>.</string>
|
||||||
<string name="message_view_status_attachment_not_saved">Unable to save attachment to SD card.</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 -->
|
<!-- Displayed in message view -->
|
||||||
<string name="message_view_show_pictures_instructions">Select \"Show pictures\" to display embedded pictures.</string>
|
<string name="message_view_show_pictures_instructions">Select \"Show pictures\" to display embedded pictures.</string>
|
||||||
<!-- Button on email opened for reading -->
|
<!-- Button on email opened for reading -->
|
||||||
|
Loading…
Reference in New Issue
Block a user