1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2016 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- A default message to send with a phone call. [CHAR LIMIT=27] --> 19 <string name="urgent">Urgent! Please pick up!</string> 20 <!-- A default message to send with a phone call. [CHAR LIMIT=27] --> 21 <string name="want_to_chat">Want to chat?</string> 22 <!-- A default message to send with a phone call. [CHAR LIMIT=27] --> 23 <string name="quick_question">Quick question…</string> 24 <!-- Hint in a text field to compose a custom message to send with a phone call [CHAR LIMIT=27] --> 25 <string name="message_composer_custom_message_hint">Write a custom message</string> 26 <!-- Text for a button to make a phone call combined with a text message [CHAR LIMIT=26] --> 27 <string name="send_and_call">Send and call</string> 28 <!-- Text for a button to make a phone call combined with a picture or other media [CHAR LIMIT=26] --> 29 <string name="share_and_call">Share and call</string> 30 <!-- Accessibility description for each image in the gallery. For example, "image January 17 2015 1 59 pm". --> 31 <string name="gallery_item_description">image <xliff:g id="date">%1$tB %1$te %1$tY %1$tl %1$tM %1$tp</xliff:g></string> 32 <!-- Accessibility description for each image in the gallery when no date is present. --> 33 <string name="gallery_item_description_no_date">image</string> 34 <!-- Error toast message shown when a camera image failed to attach to the message --> 35 <string name="camera_media_failure">Couldn\'t load camera image</string> 36 <!-- Text for a button to ask for device permissions --> 37 <string name="allow">Allow</string> 38 <!-- Text presented to the user explaining that we need Camera permission to take photos --> 39 <string name="camera_permission_text">To take a photo, give access to Camera</string> 40 <!-- Text presented to the user explaining that we need device storage permission to view photos --> 41 <string name="gallery_permission_text">To share an image, give access to Media</string> 42 <!-- Content description of button to show ui for taking a photo --> 43 <string name="description_call_composer_camera">Take a picture</string> 44 <!-- Content description of button to show ui for selecting a photo from the user's gallery --> 45 <string name="description_call_composer_photo">Choose a photo</string> 46 <!-- Content description of button to show ui for sending a message --> 47 <string name="description_call_composer_message">Send a message</string> 48 <!-- When a user makes a call with a photo attached, we send the photo through the app "Messages". 49 This string is shown in a toast for privacy reasons. --> 50 <string name="image_sent_messages">Photo sent via Messages</string> 51 <!-- When a user makes a call with text attached, we send the text through the app "Messages". 52 This string is shown in a toast for privacy reasons. --> 53 <string name="message_sent_messages">Message sent via Messages</string> 54 <!-- When a user places a call with an image attached, we show them the in call screen and 55 display this string "Image uploading..." to let them know why the call hasn't started. --> 56 <string name="call_composer_image_uploading">Sending image\u2026</string> 57</resources>