summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/res/values/strings.xml
blob: 235922047422db30008a0c72ef2264a437301ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<resources>
  <string name="call_incoming_swipe_to_decline_with_message">Swipe from icon to decline with message</string>
  <string name="call_incoming_swipe_to_answer_video_as_audio">Swipe from icon to answer as an audio call</string>
  <string name="call_incoming_default_label_answer_and_release_second">Swipe up to answer and hold ongoing call</string>
  <string name="call_incoming_default_label_answer_and_release_third">Swipe up to answer and end call on hold</string>
  <string name="call_incoming_swipe_to_answer_and_release">Swipe from icon to answer and end ongoing call</string>
  <string name="call_incoming_message_custom">Write your own…</string>
  <string name="call_incoming_audio_handset">Handset</string>
  <string name="call_incoming_audio_speakerphone">Speakerphone</string>
  <!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] -->
  <string name="call_incoming_respond_via_sms_custom_message">Write your own…</string>
  <!-- "Custom Message" Cancel alert dialog button -->
  <string name="call_incoming_custom_message_cancel">Cancel</string>
  <!-- "Custom Message" Send alert dialog button -->
  <string name="call_incoming_custom_message_send">Send</string>
  <string name="a11y_incoming_call_reject_with_sms">Reject this call with a message</string>
  <string name="a11y_incoming_call_answer_video_as_audio">Answer as audio call</string>
  <string name="a11y_incoming_call_answer_and_release">Answer and end ongoing call</string>
  <string name="a11y_description_incoming_call_reject_with_sms">Reject with message</string>
  <string name="a11y_description_incoming_call_answer_video_as_audio">Answer as audio call</string>
  <string name="a11y_description_incoming_call_answer_and_release">Answer and end ongoing call</string>
  <!-- Text indicates the video local camera is off. [CHAR LIMIT=40] -->
  <string name="call_incoming_video_is_off">Video is off</string>

  <!-- Voice prompt of swipe gesture when accessibility is turned on. -->
  <string description="The message announced to accessibility assistance on incoming call."
    name="a11y_incoming_call_swipe_gesture_prompt">Two finger swipe up to answer. Two finger swipe down to decline.</string>
  <string name="call_incoming_important">Urgent</string>
</resources>