blob: b5e69971ec261de83bb25e1a9cc1f730f4c5c1f5 [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2006 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
Neel Parekh5aaa36a2009-09-14 10:47:43 -07007
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08008 http://www.apache.org/licenses/LICENSE-2.0
Neel Parekh5aaa36a2009-09-14 10:47:43 -07009
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010 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-->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080017
Brian Attwell63a8ac12014-05-20 17:02:25 -070018 <!-- Title for the activity that opens the Contacts app. This is the name
Katherine Kuan9856fce2011-06-01 10:24:09 -070019 used in the Launcher icon. -->
Brian Attwell63a8ac12014-05-20 17:02:25 -070020 <string name="people">Contacts</string>
Katherine Kuan9856fce2011-06-01 10:24:09 -070021
22 <!-- Directory partition name -->
23 <string name="contactsList">Contacts</string>
24
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080025 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
26 This shows up in a list of things like bookmark, folder, music playlist, etc -->
27 <string name="shortcutContact">Contact</string>
28
Dianne Hackborn333a6152009-05-26 12:46:23 -070029 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
30 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070031 <string name="shortcutDialContact">Direct dial</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070032
33 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
34 This shows up in a list of things like bookmark, folder, music playlist, etc -->
Roy West07a68442009-09-20 17:18:23 -070035 <string name="shortcutMessageContact">Direct message</string>
Dianne Hackborn333a6152009-05-26 12:46:23 -070036
37 <!-- Activity title when the user is selecting a contact for a shortcut. -->
38 <string name="shortcutActivityTitle">Choose a contact shortcut</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070039
Dianne Hackborn333a6152009-05-26 12:46:23 -070040 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
41 <string name="callShortcutActivityTitle">Choose a number to call</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070042
Dianne Hackborn333a6152009-05-26 12:46:23 -070043 <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
44 <string name="messageShortcutActivityTitle">Choose a number to message</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070045
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070046 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -070047 <string name="contactPickerActivityTitle">Choose a contact</string>
Dmitri Plotnikov84b3cc72010-10-11 18:19:51 -070048
Brian Attwellbbd22012014-07-16 15:59:10 -070049 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=30] -->
50 <string name="header_entry_contact_list_adapter_header_title">Select new contact</string>
51
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080052 <!-- Title for the activity that shows only starred contacts -->
53 <string name="starredList">Starred</string>
54
55 <!-- Title for the activity that shows only frequently contacted contacts -->
56 <string name="frequentList">Frequent</string>
57
58 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
59 contacts. -->
60 <string name="strequentList">Favorites</string>
61
62 <!-- The title bar when viewing the contact details activity -->
63 <string name="viewContactTitle">Contact details</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -070064
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080065 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080066 editing a contact. This string represents the built in way to edit the contact. -->
67 <string name="editContactDescription">Edit contact</string>
68
69 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
70 creating a new contact. This string represents the built in way to create the contact. -->
71 <string name="insertContactDescription">Create contact</string>
72
Katherine Kuanc6b8afe2011-06-22 19:03:50 -070073 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
74 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] -->
75 <string name="editGroupDescription">Edit group</string>
76
77 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
78 creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] -->
79 <string name="insertGroupDescription">Create group</string>
80
Dave Santoro39156002011-07-19 01:18:14 -070081 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070082 <string name="contactDetailAbout">About</string>
83
Dave Santoro39156002011-07-19 01:18:14 -070084 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
Katherine Kuan79700882011-06-14 17:40:33 -070085 <string name="contactDetailUpdates">Updates</string>
86
Mathew Inwood700d3692013-09-30 15:48:28 +010087 <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
88 <string name="searchHint">Search contacts</string>
89
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080090 <!-- Menu item used to view the details for a specific contact -->
91 <string name="menu_viewContact">View contact</string>
92
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080093 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
94 <string name="menu_addStar">Add to favorites</string>
95
96 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
97 <string name="menu_removeStar">Remove from favorites</string>
98
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080099 <!-- Menu item used to edit a specific contact -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -0700100 <string name="menu_editContact">Edit</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800101
102 <!-- Menu item used to delete a specific contact -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -0700103 <string name="menu_deleteContact">Delete</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800104
Maurice Chu056a8462012-04-11 18:29:32 -0700105 <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] -->
106 <string name="menu_create_contact_shortcut">Place on Home screen</string>
107
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800108 <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
Evan Millar14fecb62009-09-09 09:23:12 -0700109 <string name="menu_call">Call contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800110
111 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
Evan Millar14fecb62009-09-09 09:23:12 -0700112 <string name="menu_sendSMS">Text contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800113
Dmitri Plotnikovb4491ee2009-06-15 09:31:02 -0700114 <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700115 <string name="menu_splitAggregate">Separate</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700116
Katherine Kuan8268bbe2011-06-10 17:48:21 -0700117 <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] -->
Makoto Onuki6fe18332011-08-09 17:39:39 -0700118 <string name="menu_editGroup">Edit</string>
Katherine Kuan8268bbe2011-06-10 17:48:21 -0700119
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800120 <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
Makoto Onuki6fe18332011-08-09 17:39:39 -0700121 <string name="menu_deleteGroup">Delete</string>
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800122
Yorke Lee99daf332012-11-12 12:13:32 -0800123 <!-- Menu item (in the action bar) that creates a new contact [CHAR LIMIT=30] -->
124 <string name="menu_new_contact_action_bar">Add Contact</string>
Dmitri Plotnikovc668fc32010-12-02 11:00:17 -0800125
Yorke Lee99daf332012-11-12 12:13:32 -0800126 <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=30] -->
127 <string name="menu_new_group_action_bar">Add Group</string>
Katherine Kuan971116e2011-07-04 15:14:35 -0700128
Katherine Kuan2870e292011-10-26 15:44:58 -0700129 <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=26] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700130 <string name="splitConfirmation_title">Separate contact?</string>
Dmitri Plotnikovf042df92009-10-02 17:34:27 -0700131
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700132 <!-- Confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700133 <string name="splitConfirmation">This contact will be separated into multiple contacts.</string>
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700134
135 <!-- Menu item that joins an aggregate with another aggregate -->
136 <string name="menu_joinAggregate">Join</string>
Vasu Norid5e520a2009-09-28 14:31:02 -0700137
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700138 <!-- Heading of the Join Contact screen -->
Dmitri Plotnikovdb39ed12009-09-29 12:04:28 -0700139 <string name="titleJoinContactDataWith">Join contacts</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700140
Claudia de Veaux109961d2011-10-14 15:27:31 -0700141 <!-- Info blurb on the Join Contact screen [CHAR LIMIT=NONE]-->
142 <string name="blurbJoinContactDataWith">Choose the contact you want to join with <xliff:g id="name">%s</xliff:g>:</string>
Dmitri Plotnikov57d27da2009-09-28 18:06:11 -0700143
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700144 <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
145 <string name="showAllContactsJoinItem">Show all contacts</string>
146
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700147 <!-- List separator for the Join Contact list: Suggestions -->
Dmitri Plotnikov7bf296f2009-09-29 21:01:25 -0700148 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
Dmitri Plotnikovd7c4af22009-06-19 18:31:00 -0700149
150 <!-- List separator for the Join Contact list: A-Z -->
151 <string name="separatorJoinAggregateAll">All contacts</string>
152
Dmitri Plotnikov49f705f2009-06-17 18:31:56 -0700153 <!-- Toast shown after two contacts have been joined by a user action -->
154 <string name="contactsJoinedMessage">Contacts joined</string>
155
Isaac Katzenelson683b57e2011-07-20 17:06:11 -0700156 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] -->
157 <string name="menu_set_ring_tone">Set ringtone</string>
158
159 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] -->
Claudia de Veauxafaae1f2011-08-09 16:22:11 -0700160 <string name="menu_redirect_calls_to_vm">All calls to voicemail</string>
Isaac Katzenelson683b57e2011-07-20 17:06:11 -0700161
Claudia de Veaux109961d2011-10-14 15:27:31 -0700162 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. [CHAR LIMIT=NONE] -->
163 <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700164
165 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
Megha Joshic508bd82009-10-01 17:31:49 -0700166 <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
Megha Joshid5afd8a2009-09-22 09:38:41 -0700167
168 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
169 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
170
171 <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800172 <string name="deleteConfirmation">This contact will be deleted.</string>
173
Brian Attwella513f722014-06-05 15:33:06 -0700174 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=30] -->
175 <string name="menu_discard">Discard changes</string>
Katherine Kuan9b3dfd02011-07-21 17:16:20 -0700176
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800177 <!-- Message displayed in a toast when you try to view the details of a contact that
Claudia de Veaux109961d2011-10-14 15:27:31 -0700178 for some reason doesn't exist anymore. [CHAR LIMIT=NONE]-->
179 <string name="invalidContactMessage">The contact doesn\'t exist.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800180
Maurice Chu056a8462012-04-11 18:29:32 -0700181 <!-- Message displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]-->
182 <string name="createContactShortcutSuccessful">Contact widget added to Home screen.</string>
183
Eric Fischer9f4563c2011-10-24 17:36:09 -0700184 <!-- When picking a contact from a list of all contacts there is an entry at the top of the
185 list that allows the user to create a new contact, which this string is used for -->
186 <string name="pickerNewContactHeader">Create new contact</string>
187
Daisuke Miyakawaa8729cd2011-10-12 12:27:16 -0700188 <!-- Text for a "create new contact" button on the bottom of the contact picker screen.
189 The text will be all capitalized.
190 [CHAR LIMIT=30] -->
191 <string name="pickerNewContactText">Create new contact</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800192
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800193 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
Dmitri Plotnikov4120f602010-11-05 11:40:55 -0700194 <skip/>
Daniel Lehmanncb5f7502010-11-02 12:23:33 -0700195 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] -->
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800196 <string-array name="otherLabels">
197 <!-- An organization associated with a contact -->
198 <item>Organization</item>
199 <!-- A note associated with a contact -->
200 <item>Note</item>
201 </string-array>
202
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800203 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
Eric Fischerfbbab5f2010-11-03 17:03:52 -0700204 <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string>
205 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
206 <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800207
Daniel Lehmann9442ef42010-11-09 17:35:53 -0800208 <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] -->
209 <string name="attach_photo_dialog_title">Contact photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800210
211 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
212 For example, this may be used to set a phone number's label to "Vaction house" -->
213 <string name="customLabelPickerTitle">Custom label name</string>
214
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800215 <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
216 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
217
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700218 <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] -->
219 <string name="removePhoto">Remove photo</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800220
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700221 <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700222 <string name="noContacts">No contacts.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800223
Katherine Kuan9add0e52011-05-10 18:26:15 -0700224 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700225 <string name="noGroups">No groups.</string>
Isaac Katzenelson66606b62011-07-22 18:47:45 -0700226
227 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700228 <string name="noAccounts">To create groups you need an account.</string>
Katherine Kuan9add0e52011-05-10 18:26:15 -0700229
Katherine Kuan4270aa72011-10-19 13:45:41 -0700230 <!-- The text displayed when there are no members in the group while displaying the group detail page [CHAR LIMIT=40] -->
231 <string name="emptyGroup">No people in this group.</string>
232
233 <!-- The text displayed to instruct users to add members to a group (when viewing a group detail page for a group with no members) [CHAR LIMIT=50] -->
234 <string name="addPeopleToGroup">To add some, edit the group.</string>
235
Neel Parekhbe406ff2009-09-16 15:31:22 -0700236 <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database -->
Jeff Sharkey22678e72009-09-24 03:10:06 -0700237 <string name="savingContact">Saving contact\u2026</string>
238
Katherine Kuan95743142011-08-10 17:56:11 -0700239 <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700240 <string name="contactSavedToast">Contact saved.</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800241
Claudia de Veaux109961d2011-10-14 15:27:31 -0700242 <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] -->
243 <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700244
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700245 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700246 <string name="groupSavedToast">Group saved.</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700247
248 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700249 <string name="groupSavedErrorToast">Couldn\'t save group changes.</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700250
Neel Parekh0b95e122009-09-28 17:19:03 -0700251 <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected -->
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700252 <plurals name="listTotalPhoneContacts">
Dmitri Plotnikovac144362010-09-27 17:23:59 -0700253 <item quantity="one">1 contact with phone number</item>
254 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700255 </plurals>
256
Dmitri Plotnikovf35faeb2011-01-24 18:20:28 -0800257 <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected [CHAR LIMIT=64]-->
258 <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700259
Claudia de Veaux109961d2011-10-14 15:27:31 -0700260 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected [CHAR LIMIT=30] -->
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700261 <plurals name="listFoundAllContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700262 <item quantity="one">1 found</item>
263 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovb8594f22009-10-02 16:00:18 -0700264 </plurals>
265
Claudia de Veaux109961d2011-10-14 15:27:31 -0700266 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30] -->
Maurice Chu62c7dc12012-05-21 11:14:04 -0700267 <string name="listFoundAllContactsZero">No contacts</string>
Neel Parekh0b95e122009-09-28 17:19:03 -0700268
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800269 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
270 <plurals name="searchFoundContacts">
Dmitri Plotnikovd5061fe2010-06-07 15:06:58 -0700271 <item quantity="one">1 found</item>
272 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
Dmitri Plotnikovdb3d1432010-02-09 17:45:47 -0800273 </plurals>
274
Brian Attwellb0d3c762014-05-22 03:44:22 +0000275 <!-- The title of "all contacts" tab. [CHAR LIMIT=14] -->
276 <string name="all_contacts_tab_label">All contacts</string>
Daisuke Miyakawa1ff189a2011-09-07 18:21:36 -0700277
Brian Attwellb0d3c762014-05-22 03:44:22 +0000278 <!-- The title of "favorites" tab. [CHAR LIMIT=14] -->
279 <string name="favorites_tab_label">Favorites</string>
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800280
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -0800281 <!-- Action string for calling back a number in the call log -->
282 <string name="callBack">Call back</string>
283
284 <!-- Action string for calling a number in the call log again -->
285 <string name="callAgain">Call again</string>
286
287 <!-- Action string for returning a missed call in the call log -->
288 <string name="returnCall">Return call</string>
289
The Android Open Source Project1f620962009-03-09 11:52:14 -0700290 <!-- Dialog message when prompting before creating a contact. Includes
291 the email address, e.g. "Add xyz@foo.com to contacts?" -->
292 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
svetoslavganova91a6fc2009-04-28 19:22:46 -0700293
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800294 <!-- String describing the Contact Photo Image
295
296 Used by AccessibilityService to announce the purpose of the view.
297 -->
298 <string name="description_contact_photo">contact photo</string>
299
Dominic Mazzoni5de88002010-02-03 09:54:40 -0800300 <!-- String describing the Contact Editor Plus button
301
302 Used by AccessibilityService to announce the purpose of the button.
303 -->
304 <string name="description_plus_button">plus</string>
305
Daisuke Miyakawa72c50522009-07-07 15:37:59 -0700306 <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
307 <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
Neel Parekh5aaa36a2009-09-14 10:47:43 -0700308
Mathew Inwood700d3692013-09-30 15:48:28 +0100309 <!-- The string used to describe Contacts as a searchable item within system search settings. -->
310 <string name="search_settings_description">Names of your contacts</string>
311
Daniel Lehmannedb576a2011-07-27 16:45:13 -0700312 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
Claudia de Veaux109961d2011-10-14 15:27:31 -0700313 was found that could perform the selected action. [CHAR LIMIT=NONE] -->
314 <string name="quickcontact_missing_app">No app was found to handle this action.</string>
Brian Attwellf2bd6c22014-06-25 14:29:21 -0700315 <!-- Content description for the transparent view above the visible section of QuickContacts.
316 Clicking this view causes Quick Contacts to close. [CHAR LIMIT=NONE] -->
317 <string name="quickcontact_transparent_view_description">Click to return to previous screen</string>
Jeff Sharkey802b2052009-08-04 14:21:06 -0700318
Brian Attwellb584ddd2014-07-09 10:59:29 -0700319 <!-- When a contact has no data, we prompt the user to add a phone number for the contact. [CHAR LIMIT=40] -->
320 <string name="quickcontact_add_phone_number">Add phone number</string>
321 <!-- When a contact has no data, we prompt the user to add an email for the contact. [CHAR LIMIT=40] -->
322 <string name="quickcontact_add_email">Add email</string>
323
Jay Shrauner1d815e62014-01-31 10:37:31 -0800324 <!-- Shown as a toast when the user attempts an action (add contact, edit
325 contact, etc) and no application was found that could perform that
326 action. [CHAR LIMIT=NONE] -->
327 <string name="missing_app">No app was found to handle this action.</string>
328
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800329 <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] -->
Makoto Onuki4bd346d2011-08-09 14:58:17 -0700330 <string name="menu_share">Share</string>
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700331
Brian Attwell2e4214c2014-07-10 22:03:16 -0700332 <!-- The menu item to add the the currently viewed contact to your contacts [CHAR LIMIT=30] -->
333 <string name="menu_add_contact">Add to contacts</string>
334
Jeff Sharkey49d17b32009-09-07 02:14:21 -0700335 <!-- Dialog title when picking the application to share a contact with. -->
336 <string name="share_via">Share contact via</string>
337
Katherine Kuan971116e2011-07-04 15:14:35 -0700338 <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] -->
339 <string name="dialog_new_group_account">Create group under account</string>
340
Katherine Kuan0698bfc2011-10-05 16:04:26 -0700341 <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700342 <string name="audio_chat">Voice chat</string>
Katherine Kuan0698bfc2011-10-05 16:04:26 -0700343 <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
344 <string name="video_chat">Video chat</string>
Jeff Sharkeyd4c41d52009-08-11 11:00:22 -0700345
Katherine Kuanf81e4c62011-07-01 21:46:08 -0700346 <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] -->
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700347 <string name="connections">Connections</string>
Katherine Kuanf81e4c62011-07-01 21:46:08 -0700348
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700349 <!-- Label of the button to open the "add connection" popup where the user can invite a contact to other social networks or services [CHAR LIMIT=32] -->
350 <string name="add_connection_button">Add connection</string>
Makoto Onuki3e6991e2011-07-24 14:51:20 -0700351
Katherine Kuanc81b1e22011-10-19 17:59:00 -0700352 <!-- Section title for the page containing the contact's social updates on the contact card (this abbreviated version of "Recent updates" is used when "updates" is already shown as the title of the page) [CHAR LIMIT=20]-->
353 <string name="recent" msgid="2062236709538790412">Recent</string>
354
Katherine Kuand814e422011-07-03 21:11:48 -0700355 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]-->
Katherine Kuanc81b1e22011-10-19 17:59:00 -0700356 <string name="recent_updates" msgid="2018245636796411442">Recent updates</string>
Katherine Kuand814e422011-07-03 21:11:48 -0700357
Jeff Hamilton01c68652009-10-05 22:39:45 -0500358 <!-- String describing which account type a contact came from when editing it -->
359 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
360
361 <!-- String describing which account a contact came from when editing it -->
Daisuke Miyakawad37a8912011-03-27 09:35:28 -0700362 <string name="from_account_format"><xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
Jeff Hamilton01c68652009-10-05 22:39:45 -0500363
364 <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
365 <string name="use_photo_as_primary">Use this photo</string>
366
Katherine Kuanfd709032011-08-02 14:18:16 -0700367 <!-- Text used to explain that a contact cannot be edited from the People application since the data is read only [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700368 <string name="contact_read_only">Not editable from this app.</string>
Jeff Hamilton01c68652009-10-05 22:39:45 -0500369
Claudia de Veaux109961d2011-10-14 15:27:31 -0700370 <!-- Text describing that a contact has no information available other than name and photo. [CHAR LIMIT=60] -->
371 <string name="no_contact_details">No additional information for this contact.</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +0200372
Katherine Kuanffb45de2011-07-25 17:22:22 -0700373 <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700374 <string name="group_read_only">Not editable on this device.</string>
Katherine Kuanffb45de2011-07-25 17:22:22 -0700375
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700376 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Dmitri Plotnikov8e24b402010-03-03 19:07:54 -0800377 <string name="take_photo">Take photo</string>
378
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700379 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
380 <string name="take_new_photo">Take new photo</string>
381
382 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
Yorke Leeb575cb52013-12-03 15:52:59 -0800383 <string name="pick_photo">Choose photo</string>
Dmitri Plotnikov98fd6502010-03-09 11:05:55 -0800384
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700385 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
Yorke Leeb575cb52013-12-03 15:52:59 -0800386 <string name="pick_new_photo">Select new photo</string>
Daniel Lehmannfe22aff2010-10-27 17:34:28 -0700387
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800388 <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -0800389 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -0800390
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800391 <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -0800392 <string name="upgrade_in_progress">Contact list is being updated.</string>
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -0800393
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800394 <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] -->
Dmitri Plotnikov8b826462010-11-17 14:52:24 -0800395 <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
396 \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
Claudia de Veaux109961d2011-10-14 15:27:31 -0700397 MB of internal storage.\n\nChoose one of the following options:</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +0200398
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800399 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -0800400 <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
Christian Mehlmauer4ba04b32010-07-02 21:31:23 +0200401
Dmitri Plotnikovc1d25fd2010-11-24 17:45:57 -0800402 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
Dmitri Plotnikov3b73d8b2010-03-12 19:28:21 -0800403 <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
Dmitri Plotnikov207d4f62010-03-23 16:38:29 -0700404
Claudia de Veaux109961d2011-10-14 15:27:31 -0700405 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] -->
406 <string name="search_results_searching">Searching\u2026</string>
Bai Taodf5e05f2010-04-09 00:44:44 +0800407
Bai Taodf5e05f2010-04-09 00:44:44 +0800408 <!-- Label to display only selection in multiple picker -->
409 <string name="menu_display_selected">"Show selected"</string>
410
411 <!-- Label to display all recipients in multiple picker -->
412 <string name="menu_display_all">"Show all"</string>
413
414 <!-- Label to select all contacts in multiple picker -->
415 <string name="menu_select_all">"Select all"</string>
416
417 <!-- Label to clear all selection in multiple picker -->
418 <string name="menu_select_none">"Unselect all"</string>
419
Daniel Lehmannf7ce5972010-11-02 22:30:24 -0700420 <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] -->
421 <string name="add_field">Add another field</string>
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700422
Katherine Kuan398e3802011-07-21 21:16:15 -0700423 <!-- The button to add another entry of a specific data type (i.e. email, phone, address) to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
424 <string name="add_new_entry_for_section">Add new</string>
Katherine Kuan1b220732011-04-28 18:45:39 -0700425
Katherine Kuanfd709032011-08-02 14:18:16 -0700426 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
427 <string name="add_organization">Add organization</string>
428
Katherine Kuan95743142011-08-10 17:56:11 -0700429 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] -->
430 <string name="event_edit_field_hint_text">Date</string>
431
432 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] -->
433 <string name="group_edit_field_hint_text">Group name</string>
434
Daniel Lehmanncdef2b62010-06-06 18:25:49 -0700435 <!-- String describing the Star/Favorite checkbox
436
437 Used by AccessibilityService to announce the purpose of the view.
438 -->
439 <string name="description_star">favorite</string>
440
441 <!-- The title of the Edit-Contact screen -->
442 <string name="edit_contact">Edit contact</string>
443
444 <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated
445 anyway if we change our mind later -->
446 <plurals name="merge_info">
447 <item quantity="one">not merged</item>
448 <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item>
449 </plurals>
450
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -0700451 <!-- The message in a confirmation dialog shown when the user selects a
452 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
453 <string name="aggregation_suggestion_join_dialog_message">Join
454 the current contact with the selected contact?</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -0700455
Flavio Lerda87bd5362011-06-30 12:20:43 +0100456 <!-- The message in a confirmation dialog shown when the user selects a
Dmitri Plotnikovbd0c12c2010-11-01 16:36:04 -0700457 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
458 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing
459 the selected contact? Information you entered so far will be copied.</string>
Dmitri Plotnikovf491ae92010-08-16 12:18:53 -0700460
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -0700461 <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700462 <string name="menu_copyContact">Copy to My Contacts</string>
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -0700463
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -0700464 <!-- The button that adds a contact to the predefined group "My Contacts" (as this is
465 mostly interesting for Google-contacts, this should have the same description as the
466 function of GMail/Contacts on the Web
467 [CHAR LIMIT=40] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700468 <string name="add_to_my_contacts">Add to My Contacts</string>
Daniel Lehmann7ed92ee2011-07-14 22:05:03 -0700469
Dmitri Plotnikov02cd4912010-09-01 20:42:17 -0700470 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
Dmitri Plotnikovee194e52010-11-29 12:10:13 -0800471 <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string>
Dmitri Plotnikovcaf0bc72010-09-03 15:16:21 -0700472
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -0700473 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
Dmitri Plotnikovc41524c2010-10-06 16:25:58 -0700474 <string name="list_filter_custom">Custom</string>
Dmitri Plotnikovf7d450d2010-09-15 15:52:48 -0700475
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700476 <!-- Title of the settings activity [CHAR LIMIT=64] -->
477 <string name="activity_title_settings">Settings</string>
478
479 <!-- Menu item for the settings activity [CHAR LIMIT=64] -->
Daisuke Miyakawaca657d22011-08-31 15:15:04 -0700480 <string name="menu_settings" msgid="377929915873428211">Settings</string>
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700481
Maurice Chu692d4632012-04-25 13:45:11 -0700482 <!-- Menu item for invoking contextual help [CHAR LIMIT=64] -->
483 <string name="menu_help">Help</string>
484
Dmitri Plotnikovc85ad182010-09-17 18:12:49 -0700485 <!-- The preference section title for contact display options [CHAR LIMIT=128] -->
486 <string name="preference_displayOptions">Display options</string>
Daniel Lehmann1ad4d1b2010-10-18 19:20:41 -0700487
488 <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View
489 of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] -->
490 <string name="organization_company_and_title"><xliff:g id="company" example="Technical Program Manager">%2$s</xliff:g>, <xliff:g id="company" example="Google Inc.">%1$s</xliff:g></string>
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700491
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700492 <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] -->
493 <string name="non_phone_caption">Phone number</string>
494
495 <!-- Button to add a phone number to contacts [CHAR LIMIT=25] -->
496 <string name="non_phone_add_to_contacts">Add to contacts</string>
497
Katherine Kuan1ba8b6f2011-08-11 16:14:59 -0700498 <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] -->
499 <string name="activity_title_confirm_add_detail">Add to contact</string>
500
Daniel Lehmanne9b196e2010-10-26 12:17:39 -0700501 <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] -->
502 <string name="non_phone_close">Close</string>
Daniel Lehmann392ccec2010-11-01 20:50:03 -0700503
Daniel Lehmannfad92b82010-10-27 21:00:21 -0700504 <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] -->
505 <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string>
Daniel Lehmann392ccec2010-11-01 20:50:03 -0700506
507 <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
508 <string name="date_year_toggle">Provide a year</string>
Daniel Lehmannb0ab5d72010-11-03 16:21:22 -0700509
510 <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] -->
511 <string name="social_widget_label">Contact</string>
Daniel Lehmann3cceb3f2010-11-05 12:59:17 -0700512
513 <!-- Message of widget while it is loading data [CHAR LIMIT=20] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700514 <string name="social_widget_loading">Loading\u2026</string>
Dmitri Plotnikov8b826462010-11-17 14:52:24 -0800515
516 <!-- Button shown on the main contacts screen when there are no contacts on the device.
517 Creates a new contact. [CHAR LIMIT=128] -->
518 <string name="contacts_unavailable_create_contact">Create a new contact</string>
519
520 <!-- Button shown on the main contacts screen when there are no contacts on the device.
521 Navigates to account setup [CHAR LIMIT=128] -->
522 <string name="contacts_unavailable_add_account">Sign in to an account</string>
523
524 <!-- Button shown on the main contacts screen when there are no contacts on the device.
525 Initiates a contact import dialog [CHAR LIMIT=128] -->
Josh Garguse05f8ef2011-11-22 17:10:51 -0800526 <string name="contacts_unavailable_import_contacts">Import contacts</string>
Dmitri Plotnikov8b826462010-11-17 14:52:24 -0800527
Dmitri Plotnikov1ac58b62010-11-19 16:12:09 -0800528 <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] -->
529 <string name="create_group_dialog_title">Create new group</string>
530
531 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] -->
Maurice Chub03e6a22012-05-04 12:46:25 -0700532 <string name="create_group_item_label">Create new group</string>
Dmitri Plotnikov1ac58b62010-11-19 16:12:09 -0800533
Katherine Kuan0ff0e312011-06-08 17:43:51 -0700534 <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] -->
535 <plurals name="num_groups_in_account">
536 <item quantity="one">1 group</item>
537 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item>
538 </plurals>
539
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800540 <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700541 <string name="delete_group_dialog_message">Delete the group
542 \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"?
Dmitri Plotnikove898a9f2010-11-18 16:58:25 -0800543 (Contacts themselves will not be deleted.)
544 </string>
545
Katherine Kuan2b431c02011-07-17 14:46:34 -0700546 <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] -->
547 <plurals name="num_contacts_in_group">
548 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item>
549 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item>
550 </plurals>
551
Katherine Kuanea1c3a52011-07-23 15:28:29 -0700552 <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] -->
553 <plurals name="group_list_num_contacts_in_group">
554 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item>
555 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item>
556 </plurals>
557
Dmitri Plotnikov4c699fc2010-11-23 11:49:15 -0800558 <!-- Toast displayed when the user creates a new contact and attempts to join it
559 with another before entering any data [CHAR LIMIT=256] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700560 <string name="toast_join_with_empty_contact">Type contact name before joining
561 with another.
Dmitri Plotnikov4c699fc2010-11-23 11:49:15 -0800562 </string>
Dmitri Plotnikovee194e52010-11-29 12:10:13 -0800563
Frank Sposaro627e5dd2011-07-25 12:44:52 -0700564 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
565 <string name="copy_text">Copy to clipboard</string>
566
567 <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] -->
568 <string name="set_default">Set default</string>
569
570 <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] -->
571 <string name="clear_default">Clear default</string>
572
Dmitri Plotnikov50c02ed2010-12-06 14:38:45 -0800573 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
574 <string name="toast_text_copied">Text copied</string>
Flavio Lerda87bd5362011-06-30 12:20:43 +0100575
Dmitri Plotnikovd3eedfc2010-12-15 17:36:54 -0800576 <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] -->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700577 <string name="cancel_confirmation_dialog_message">Discard your changes?</string>
Dmitri Plotnikovd3eedfc2010-12-15 17:36:54 -0800578
Flavio Lerda9cafe472011-06-08 14:06:13 +0100579 <!-- Description of a call log entry, made of a call type and a date -->
580 <string name="call_type_and_date">
581 <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g>
582 </string>
Dave Santoro0a4d2252011-05-20 11:40:34 -0700583
584 <!-- Text displayed in place of the display name for the contact that represents the user's
585 personal profile entry [CHAR LIMIT=64] -->
Isaac Katzenelsonead19c52011-07-29 18:24:53 -0700586 <string name="profile_display_name">Set up my profile</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700587
588 <!-- Label to instruct the user to type in a contact's name to add the contact as a member of the current group. [CHAR LIMIT=64] -->
Sean Cotter3296be32011-08-10 18:46:37 -0700589 <string name="enter_contact_name">Type person\'s name</string>
Katherine Kuanc6b8afe2011-06-22 19:03:50 -0700590
Isaac Katzenelson85806162011-07-19 14:36:13 -0700591 <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]-->
Claudia de Veaux109961d2011-10-14 15:27:31 -0700592 <string name="group_name_hint">Group\'s name</string>
Jeff Hamiltone967f7c2011-06-30 12:01:23 -0500593
Katherine Kuan95743142011-08-10 17:56:11 -0700594 <!-- Header label in the contact editor for a profile that is local to the device only (and not associated with any account) [CHAR LIMIT=25] -->
595 <string name="local_profile_title">My local profile</string>
596
597 <!-- Header label in the contact editor for a profile that comes from an external third-party app whose name is given by source [CHAR LIMIT=20] -->
598 <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string>
599
Daisuke Miyakawa692cb6a2011-08-01 12:09:02 -0700600 <!-- Toast shown when the app starts showing all contacts regardless of its current
601 contact filter state. [CHAR LIMIT=64] -->
602 <string name="toast_displaying_all_contacts">Displaying all contacts</string>
Katherine Kuan528560b2011-09-02 15:02:13 -0700603
604 <!-- Message in the standard "no account" prompt that encourages the user to add a Google account before continuing to use the People app [CHAR LIMIT=NONE] -->
Brian Attwell63a8ac12014-05-20 17:02:25 -0700605 <string name="no_account_prompt">Contacts works better with a Google Account.\n\n\u2022 Access from any web browser.\n\u2022 Back up your contacts securely.</string>
Katherine Kuan659704a2011-09-22 17:26:13 -0700606
Katherine Kuan0698bfc2011-10-05 16:04:26 -0700607 <!-- Message in the standard "no account" prompt that encourages the user to add any account (non Google-specific) before continuing to use the People app [CHAR LIMIT=NONE] -->
608 <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string>
609
Brian Attwell63a8ac12014-05-20 17:02:25 -0700610 <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better Contacts app experience [CHAR LIMIT=20] -->
Katherine Kuan0698bfc2011-10-05 16:04:26 -0700611 <string name="generic_no_account_prompt_title">Add an account</string>
612
Katherine Kuan659704a2011-09-22 17:26:13 -0700613 <!-- Message in the contact editor prompt that notifies the user that the newly created contact will not be saved to any account, and prompts addition of an account [CHAR LIMIT=NONE] -->
614 <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string>
615
616 <!-- Message in the contact editor prompt that asks the user if it's okay to save the newly created contact to the account shown. [CHAR LIMIT=NONE] -->
617 <string name="contact_editor_prompt_one_account">Your new contact will be synchronized with <xliff:g id="account_name">%1$s</xliff:g>.</string>
618
619 <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] -->
620 <string name="contact_editor_prompt_multiple_accounts">You can synchronize your new contact with one of the following accounts. Which do you want to use?</string>
621
Brian Attwell5a4c59d2014-06-27 14:16:09 -0700622 <!-- Title of the ContactEditorActivity when creating a new contact. The char
623 limit is short and cannot be increased, since this needs to be displayed in a single line
624 at a pre-determined text size. [CHAR LIMIT=20] -->
625 <string name="contact_editor_title_new_contact">Add new contact</string>
626
627 <!-- Title of the ContactEditorActivity when editing a contact that already exists. The char
628 limit is short and cannot be increased, since this needs to be displayed in a single line
629 at a pre-determined text size. [CHAR LIMIT=20] -->
630 <string name="contact_editor_title_existing_contact">Edit contact</string>
631
Katherine Kuan659704a2011-09-22 17:26:13 -0700632 <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] -->
633 <string name="keep_local">Keep local</string>
634
635 <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] -->
636 <string name="add_account">Add account</string>
637
638 <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] -->
639 <string name="add_new_account">Add new account</string>
Daisuke Miyakawa59935742011-09-26 13:40:32 -0700640
Makoto Onuki9ae60412012-07-19 15:56:41 -0700641 <!-- Menu item shown only when the special debug mode is enabled, which is used to send all contacts database files via email. [CHAR LIMI=NONE] -->
642 <string name="menu_export_database">Export database files</string>
643
Chiao Chengdd6a3322013-01-15 17:00:56 -0800644 <!-- Description when picture in the contact detail view is selected. [CHAR LIMIT=NONE] -->
Chiao Cheng0cb18d52013-03-26 17:31:37 -0700645 <string name="contact_detail_picture_description">Picture. Select to change</string>
Paul Soulos2b9563d2014-05-27 16:21:23 -0700646
647 <!-- Content description for the button that adds a new contact
648 [CHAR LIMIT=NONE] -->
649 <string name="action_menu_add_new_contact_button">add new contact</string>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700650 <!-- Button Label to see more on an ExpandingEntryCardView [CHAR LIMIT=40] -->
651 <string name="expanding_entry_card_view_see_more">See more</string>
652 <!-- Button Label to see less on an ExpandingEntryCardView [CHAR LIMIT=40] -->
653 <string name="expanding_entry_card_view_see_less">See less</string>
Paul Soulos23889ba2014-06-10 14:55:32 -0700654 <!-- Button Label to see all on an ExpandingEntryCardView [CHAR LIMIT=40] -->
655 <string name="expanding_entry_card_view_see_all">See all</string>
Paul Soulos2d48b5a2014-05-29 13:56:25 -0700656
Paul Soulosb3054e52014-06-05 16:46:02 -0700657 <!-- Title of recent card. [CHAR LIMIT=60] -->
658 <string name="recent_card_title">Recent</string>
659
Paul Souloseb64a4b2014-07-07 17:03:27 -0700660 <!-- Title of recent card. [CHAR LIMIT=40] -->
661 <string name="about_card_title">About</string>
662
Paul Soulos23889ba2014-06-10 14:55:32 -0700663 <!-- Title of sms action entry. [CHAR LIMIT=60] -->
664 <string name="send_message">Send message</string>
Brian Attwelld28851f2014-06-10 13:25:07 -0700665
666 <!-- Toast that appears when you are copying a directory contact into your personal contacts -->
667 <string name="toast_making_personal_copy">Creating a personal copy...</string>
Paul Soulos899aa212014-06-11 12:04:43 -0700668 <!-- Timestamp string for interactions from yesterday. [CHAR LIMIT=40] -->
669 <string name="yesterday">Yesterday</string>
670 <string name="tomorrow">Tomorrow</string>
671 <!-- Timestamp string for interactions from today. [CHAR LIMIT=40] -->
672 <string name="today">Today</string>
673 <!-- Text for an event starting on the current day with a start and end time.
674 For ex, "Today at 5:00pm-6:00pm" [CHAR LIMIT=NONE] -->
675 <string name="today_at_time_fmt">"Today at <xliff:g id="time_interval">%s</xliff:g>"</string>
676 <!-- Text for an event starting on the next day with a start and end time.
677 For ex, "Tomorrow at 5:00pm-6:00pm" [CHAR LIMIT=NONE] -->
678 <string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string>
679 <!-- Format string for a date and time description. For ex:
680 "April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] -->
681 <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string>
682 <!-- Title for untitled calendar interactions [CHAR LIMIT=40] -->
683 <string name="untitled_event">(Untitled event)</string>
Brian Attwellee891642014-06-16 17:46:36 -0700684
685 <!-- Name of the button in the date/time picker to accept the date/time change [CHAR LIMIT=15] -->
686 <string name="date_time_set">Set</string>
687
Paul Souloseb64a4b2014-07-07 17:03:27 -0700688 <!-- Header for the IM entry [CHAR LIMIT=40] -->
689 <string name="header_im_entry">IM</string>
690 <!-- Header for the Organization entry [CHAR LIMIT=40] -->
691 <string name="header_organization_entry">Organization</string>
692 <!-- Header for the Nickname entry [CHAR LIMIT=40] -->
693 <string name="header_nickname_entry">Nickname</string>
694 <!-- Header for the Note entry [CHAR LIMIT=40] -->
695 <string name="header_note_entry">Note</string>
696 <!-- Header for the Website entry [CHAR LIMIT=40] -->
697 <string name="header_website_entry">Website</string>
698 <!-- Header for the Event entry [CHAR LIMIT=40] -->
699 <string name="header_event_entry">Event</string>
700 <!-- Header for the Relation entry [CHAR LIMIT=40] -->
701 <string name="header_relation_entry">Relation</string>
702
Paul Soulos101b0b02014-07-11 14:36:24 -0700703 <!-- Content description for directions secondary button [CHAR LIMIT=NONE] -->
704 <string name="content_description_directions">directions to location</string>
705
Tracy Pu29a1cd82009-07-02 14:39:18 -0400706</resources>