summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/app/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/app/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/com/android/dialer/app/res/values/strings.xml b/java/com/android/dialer/app/res/values/strings.xml
index 01c477680..99720c2a6 100644
--- a/java/com/android/dialer/app/res/values/strings.xml
+++ b/java/com/android/dialer/app/res/values/strings.xml
@@ -348,6 +348,16 @@
[CHAR LIMIT=30] -->
<string name="call_log_action_video_call">Video call</string>
+ <!-- Button text for the "Set up" video calling option displayed underneath an entry in the call log.
+ Tapping causes a the user to be taken to set up video calling.
+ [CHAR LIMIT=30] -->
+ <string name="call_log_action_set_up_video">Set up</string>
+
+ <!-- Button text for the "Invite" option displayed underneath an entry in the call log.
+ Tapping causes a the user to be taken to the messaging app with a message ready to invite them to set up video calling.
+ [CHAR LIMIT=30] -->
+ <string name="call_log_action_invite_video">Invite</string>
+
<!-- Button text for a button displayed underneath an entry in the call log, which opens up a
messaging app to send a SMS to the number represented by the call log entry.
[CHAR LIMIT=30] -->