<!-- Call history description for a missed call from a caller.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_return_missed_call">Return missed call from <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g><xliff:gid="timeOfCall">%3$s</xliff:g></string>
<!-- Call history description for an answered call for a caller.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_return_answered_call">Return answered call from <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g><xliff:gid="timeOfCall">%3$s</xliff:g></string>
<!-- Call history description for a missed call from an unknown caller.
Drops the "return" part of description_return_missed_call since it is not
possible to actually call an unknown number.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_unknown_missed_call">Missed call from <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g><xliff:gid="timeOfCall">%3$s</xliff:g></string>
<!-- Call history description for an answered call from an unknown caller.
Drops the "return" part of description_return_answered_call since it is not
possible to actually call an unknown number.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_unknown_answered_call">Answered call from <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g><xliff:gid="timeOfCall">%3$s</xliff:g></string>
<!-- String describing an outgoing call entry in the call log. Used to indicate that
a call will be made to the specified caller. Used when there are multiple calls to/from
the caller.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_call_last_multiple">Call <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g>. Last called <xliff:gid="timeOfCall">%3$s</xliff:g>.</string>
<!-- String describing an outgoing call entry in the call log. Used to indicate that
a call will be made to the specified caller. Used when there is only a single call
related to/from the caller.
Note: AccessibilityServices use this attribute to announce what the view represents.
This is especially valuable for views without textual representation like ImageView.
-->
<stringname="description_call_last">Call <xliff:gid="nameOrNumber">%1$s</xliff:g><xliff:gid="typeOrLocation">%2$s</xliff:g>. Called <xliff:gid="timeOfCall">%3$s</xliff:g>.</string>
<!-- String describing the button to SMS a number or contact.