summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/callcomposer/res/values/strings.xml
blob: cc7762b64716f407041cc03df4f9911f04083860 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2016 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- A default message to send with a phone call. [CHAR LIMIT=27] -->
  <string name="urgent">Urgent! Please pick up!</string>
  <!-- A default message to send with a phone call. [CHAR LIMIT=27] -->
  <string name="want_to_chat">Want to chat?</string>
  <!-- A default message to send with a phone call. [CHAR LIMIT=27] -->
  <string name="quick_question">Quick question…</string>
  <!-- Hint in a text field to compose a custom message to send with a phone call [CHAR LIMIT=27] -->
  <string name="message_composer_custom_message_hint">Write a custom message</string>
  <!-- Text for a button to make a phone call combined with a text message [CHAR LIMIT=26] -->
  <string name="send_and_call">Send and call</string>
  <!-- Text for a button to make a phone call combined with a picture or other media [CHAR LIMIT=26] -->
  <string name="share_and_call">Share and call</string>
  <!-- Accessibility description for each image in the gallery. For example, "image January 17 2015 1 59 pm". -->
  <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>
  <!-- Accessibility description for each image in the gallery when no date is present. -->
  <string name="gallery_item_description_no_date">image</string>
  <!-- Content description of button to switch camera to picture more -->
  <string name="camera_switch_to_still_mode">Take a photo</string>
  <!-- Error toast message shown when a camera image failed to attach to the message -->
  <string name="camera_media_failure">Couldn\'t load camera image</string>
  <!-- Text for a button to ask for device permissions -->
  <string name="allow">Allow</string>
  <!-- Text presented to the user explaining that we need Camera permission to take photos -->
  <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>
</resources>