Armor string format tokens with translation placeholders.

Change-Id: I6b78d906291f6df932b933b384c210c017b720c3
This commit is contained in:
Eric Fischer 2009-08-27 17:24:38 -07:00
parent f8a81b94a3
commit a7ba5fe1f2

View File

@ -218,7 +218,7 @@
<string name="message_compose_attachment_size">File too large to attach.</string>
<!-- Display name for composed message, indicating the destination of the message.
e.g. "John and 2 others" -->
<string name="message_compose_display_name">%s and %d others</string>
<string name="message_compose_display_name"><xliff:g id="name" example="John">%1$s</xliff:g> and <xliff:g id="number" example="27">%2$d</xliff:g> others</string>
<!-- Label for To field in read message view -->
<string name="message_view_to_label">To:</string>
<!-- Label for CC field in read message view -->