summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/callcomposer/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/callcomposer/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/callcomposer/res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/com/android/dialer/callcomposer/res/values/strings.xml b/java/com/android/dialer/callcomposer/res/values/strings.xml
index cc7762b64..c7dabfa0f 100644
--- a/java/com/android/dialer/callcomposer/res/values/strings.xml
+++ b/java/com/android/dialer/callcomposer/res/values/strings.xml
@@ -41,4 +41,16 @@
<string name="camera_permission_text">To take a photo, give access to Camera</string>
<!-- Text presented to the user explaining that we need device storage permission to view photos -->
<string name="gallery_permission_text">To share an image, give access to Media</string>
+ <!-- Content description of button to show ui for taking a photo -->
+ <string name="description_call_composer_camera">Take a picture</string>
+ <!-- Content description of button to show ui for selecting a photo from the user's gallery -->
+ <string name="description_call_composer_photo">Choose a photo</string>
+ <!-- Content description of button to show ui for sending a message -->
+ <string name="description_call_composer_message">Send a message</string>
+ <!-- When a user makes a call with a photo attached, we send the photo through the app "Messages".
+ This string is shown in a toast for privacy reasons. -->
+ <string name="image_sent_messages">Photo sent via Messages</string>
+ <!-- When a user makes a call with text attached, we send the text through the app "Messages".
+ This string is shown in a toast for privacy reasons. -->
+ <string name="message_sent_messages">Message sent via Messages</string>
</resources> \ No newline at end of file