blob: ecff60f8d786222b56d8a4fb653c6e3e53994e2d [file] [log] [blame]
Mindy Pereira12cf3fc2011-06-06 11:08:17 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17 <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion -->
Jin Cao2d06b852014-10-22 16:07:23 -070018 <string name="more_string">\u002B<xliff:g id="count">%1$d</xliff:g></string>
Jin Cao6c3f99e2015-01-22 11:35:29 -080019 <!-- Text displayed when the user long presses on a chip to copy the recipients email address [CHAR LIMIT=200] -->
Tom Taylor80f4abf2012-04-06 13:37:20 -070020 <string name="copy_email">Copy email address</string>
Jin Cao6c3f99e2015-01-22 11:35:29 -080021 <!-- Text displayed when the user long presses on a chip to copy the recipient's phone number [CHAR LIMIT=200] -->
Tom Taylor80f4abf2012-04-06 13:37:20 -070022 <string name="copy_number">Copy phone number</string>
Jin Cao6c3f99e2015-01-22 11:35:29 -080023 <!-- Text displayed in the enter key slot when the recipientedittextview has focus [CHAR LIMIT=12] -->
Andrew Sappersteinf585f362014-08-06 15:06:00 -070024 <string name="action_label">Return</string>
Jin Caob1aeb7b2014-09-01 23:48:05 -070025 <!-- Announce the number of possible recipient entries that the user can select from for accessibility purposes [CHAR LIMIT=200] -->
26 <string name="accessbility_suggestion_dropdown_opened">Contact suggestions opened</string>
Jin Cao6c3f99e2015-01-22 11:35:29 -080027 <!-- Description for the delete button that removes the selected contact from the recipients [CHAR LIMIT=100] -->
28 <string name="dropdown_delete_button_desc">Remove <xliff:g id="contact">%s</xliff:g> from recipients</string>
Mindy Pereira12cf3fc2011-06-06 11:08:17 -070029</resources>