1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 4 <string name="incall_content_description_end_call">End call</string> 5 6 <string name="incall_content_description_muted">Muted</string> 7 8 <string name="incall_content_description_unmuted">Unmuted</string> 9 10 <string name="incall_content_description_swap_calls">Swap calls</string> 11 12 <string name="incall_content_description_merge_calls">Merge calls</string> 13 14 <string name="incall_content_description_earpiece">Handset earpiece</string> 15 16 <string name="incall_content_description_speaker">Speaker</string> 17 18 <string name="incall_content_description_bluetooth">Bluetooth</string> 19 20 <string name="incall_content_description_headset">Wired headset</string> 21 22 <!-- Text for the onscreen "Hold" button when it is not selected. Pressing it will put 23 the call on hold. --> 24 <string name="incall_content_description_hold">Hold call</string> 25 <!-- Text for the onscreen "Hold" button when it is selected. Pressing it will resume 26 the call from a previously held state. --> 27 <string name="incall_content_description_unhold">Resume call</string> 28 29 <string name="incall_content_description_video_on">Video on</string> 30 31 <string name="incall_content_description_video_off">Video off</string> 32 33 <string name="incall_content_description_swap_video">Swap video</string> 34 35 </resources> 36