The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?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 Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 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 | --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 16 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 17 | |
Jay Shrauner | 3957086 | 2014-09-03 15:08:49 -0700 | [diff] [blame] | 18 | <!-- Application name used in Settings/Apps. Default label for activities |
| 19 | that don't specify a label. --> |
| 20 | <string name="applicationLabel">Contacts</string> |
| 21 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 22 | <!-- Directory partition name --> |
| 23 | <string name="contactsList">Contacts</string> |
| 24 | |
John Shao | bd9ef3c | 2016-12-15 12:42:03 -0800 | [diff] [blame] | 25 | <!-- Name of the dynamic shortcut that creates a new contact [CHAR LIMIT=30] --> |
| 26 | <string name="shortcut_add_contact">Add contact</string> |
| 27 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 28 | <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. |
| 29 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 30 | <string name="shortcutContact">Contact</string> |
| 31 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 32 | <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. |
| 33 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 34 | <string name="shortcutDialContact">Direct dial</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 35 | |
| 36 | <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. |
| 37 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 38 | <string name="shortcutMessageContact">Direct message</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 39 | |
| 40 | <!-- Activity title when the user is selecting a contact for a shortcut. --> |
Walter Jang | f5faebf | 2016-12-08 10:33:08 -0800 | [diff] [blame] | 41 | <string name="shortcutActivityTitle">Choose contact</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 42 | |
Brian Attwell | 711c344 | 2014-10-08 18:25:35 -0700 | [diff] [blame] | 43 | <!-- Activity title when the user is inserting into an existing contact, or creating a new one. [CHAR LIMIT=128] --> |
| 44 | <string name="contactInsertOrEditActivityTitle">Add to contact</string> |
| 45 | |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 46 | <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 47 | <string name="contactPickerActivityTitle">Choose a contact</string> |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 48 | |
Walter Jang | ec807e1 | 2016-06-27 12:10:40 -0700 | [diff] [blame] | 49 | <!-- Activity title when the user is selecting a new label member. [CHAR LIMIT=128] --> |
| 50 | <string name="groupMemberPickerActivityTitle">Select</string> |
| 51 | |
Brian Attwell | 22d6df3 | 2014-08-14 15:17:41 -0700 | [diff] [blame] | 52 | <!-- Entry that prompts user to select a newly created contact. [CHAR LIMIT=30] --> |
| 53 | <string name="header_entry_contact_list_adapter_header_title">Create new contact</string> |
Brian Attwell | bbd2201 | 2014-07-16 15:59:10 -0700 | [diff] [blame] | 54 | |
John Shao | e36ba75 | 2016-12-16 17:19:25 -0800 | [diff] [blame] | 55 | <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> |
| 56 | <string name="searchHint">Search contacts</string> |
| 57 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 58 | <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> |
| 59 | <string name="menu_addStar">Add to favorites</string> |
| 60 | |
| 61 | <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> |
| 62 | <string name="menu_removeStar">Remove from favorites</string> |
| 63 | |
Brian Attwell | 35ccdba | 2014-07-18 11:43:23 -0700 | [diff] [blame] | 64 | <!-- Description of what happens when you click on the unstar MenuItem. [CHAR LIMIT=NONE] --> |
| 65 | <string name="description_action_menu_remove_star">Removed from favorites</string> |
| 66 | <!-- Description of what happens when you click on the star MenuItem. [CHAR LIMIT=NONE] --> |
| 67 | <string name="description_action_menu_add_star">Added to favorites</string> |
| 68 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 69 | <!-- Menu item used to edit a specific contact --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 70 | <string name="menu_editContact">Edit</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 71 | |
| 72 | <!-- Menu item used to delete a specific contact --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 73 | <string name="menu_deleteContact">Delete</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 74 | |
Walter Jang | 0e72ce9 | 2015-02-23 12:27:21 -0800 | [diff] [blame] | 75 | <!-- Menu item used to change the photo for a specific contact [CHAR LIMIT=30]--> |
| 76 | <string name="menu_change_photo">Change photo</string> |
| 77 | |
Maurice Chu | 056a846 | 2012-04-11 18:29:32 -0700 | [diff] [blame] | 78 | <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] --> |
yaolu | 58a1ac2 | 2016-10-24 16:50:24 -0700 | [diff] [blame] | 79 | <string name="menu_create_contact_shortcut">Create shortcut</string> |
Maurice Chu | 056a846 | 2012-04-11 18:29:32 -0700 | [diff] [blame] | 80 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 81 | <!-- Menu item that splits an item from the contact detail into a separate aggregate --> |
Tingting Wang | 5585c6e | 2015-10-14 11:19:58 -0700 | [diff] [blame] | 82 | <string name="menu_splitAggregate">Unlink</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 83 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 84 | <!-- Menu item that edits the currently selected label [CHAR LIMIT=30] --> |
Walter Jang | 9a717ec | 2016-07-21 09:37:14 -0700 | [diff] [blame] | 85 | <string name="menu_editGroup">Remove contacts</string> |
Katherine Kuan | 8268bbe | 2011-06-10 17:48:21 -0700 | [diff] [blame] | 86 | |
Walter Jang | 72f9988 | 2016-05-26 09:01:31 -0700 | [diff] [blame] | 87 | <!-- Menu item to rename the currently selected label [CHAR LIMIT=30] --> |
| 88 | <string name="menu_renameGroup">Rename label</string> |
| 89 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 90 | <!-- Menu item that deletes the currently selected label [CHAR LIMIT=30] --> |
Walter Jang | 8b8b30c | 2016-05-12 19:07:13 -0700 | [diff] [blame] | 91 | <string name="menu_deleteGroup">Delete label</string> |
| 92 | |
Walter Jang | 68a0be7 | 2016-05-20 10:36:28 -0700 | [diff] [blame] | 93 | <!-- Menu item to search for contacts to add to the currently selected label. CHAR LIMIT=30] --> |
| 94 | <string name="menu_addToGroup">Add contact</string> |
| 95 | |
Walter Jang | a489721 | 2016-06-21 19:02:23 -0700 | [diff] [blame] | 96 | <!-- Menu item to select multiple contacts to add to the currently selected label. CHAR LIMIT=30] --> |
| 97 | <string name="menu_selectForGroup">Select contacts</string> |
| 98 | |
| 99 | <!-- Menu item to add selected contacts to the currently selected label. CHAR LIMIT=30] --> |
| 100 | <string name="menu_addContactsToGroup">Add contacts</string> |
| 101 | |
Walter Jang | 8b8b30c | 2016-05-12 19:07:13 -0700 | [diff] [blame] | 102 | <!-- Menu item to remove the currently selected contacts from the currently selected label. [CHAR LIMIT=60] --> |
| 103 | <string name="menu_removeFromGroup">Remove from label</string> |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 104 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 105 | <!-- Menu item (in the action bar) that creates a new label [CHAR LIMIT=30] --> |
Walter Jang | f5faebf | 2016-12-08 10:33:08 -0800 | [diff] [blame] | 106 | <string name="menu_new_group_action_bar">Create label</string> |
Katherine Kuan | 971116e | 2011-07-04 15:14:35 -0700 | [diff] [blame] | 107 | |
Tingting Wang | 5585c6e | 2015-10-14 11:19:58 -0700 | [diff] [blame] | 108 | <!-- Confirmation dialog for unlinking contacts into multiple instances [CHAR LIMIT=NONE] --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 109 | <string name="splitConfirmation">Unlink this contact into multiple contacts?</string> |
| 110 | |
| 111 | <!-- Positive button text from the confirmation dialog for unlinking contacts [CHAR LIMIT = 30] --> |
| 112 | <string name="splitConfirmation_positive_button">Unlink</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 113 | |
Walter Jang | 0d9c24b | 2015-10-29 15:02:46 -0700 | [diff] [blame] | 114 | <!-- Confirmation dialog for unlinking contacts into multiple instances when there are also unsaved changes for the current contact. [CHAR LIMIT=NONE] --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 115 | <string name="splitConfirmationWithPendingChanges">Would you like to save the changes you already made and unlink this contact into multiple contacts?</string> |
| 116 | |
| 117 | <!-- Positive button text from the confirmation dialog for unlinking contacts with pending changes [CHAR LIMIT = 60] --> |
| 118 | <string name="splitConfirmationWithPendingChanges_positive_button">Save and Unlink</string> |
Walter Jang | 0d9c24b | 2015-10-29 15:02:46 -0700 | [diff] [blame] | 119 | |
Walter Jang | e3373dc | 2015-10-27 15:35:12 -0700 | [diff] [blame] | 120 | <!-- Confirmation dialog message for joining contacts when there are unsaved changes. [CHAR LIMIT=NONE] --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 121 | <string name="joinConfirmation">Would you like to save the changes you already made and link with the contact selected?</string> |
| 122 | |
| 123 | <!-- Positive button text from the confirmation dialog for joining contacts when there are unsaved changes. [CHAR LIMIT = 60] --> |
| 124 | <string name="joinConfirmation_positive_button">Save and Link</string> |
Walter Jang | e3373dc | 2015-10-27 15:35:12 -0700 | [diff] [blame] | 125 | |
Gary Mai | b9065dd | 2016-11-08 10:49:00 -0800 | [diff] [blame] | 126 | <!-- The text to show on on a ProgressDialog indicating we're currently linking |
Gary Mai | 882dcfb | 2016-11-28 10:59:59 -0800 | [diff] [blame] | 127 | contacts [CHAR LIMIT=30]--> |
Gary Mai | b9065dd | 2016-11-08 10:49:00 -0800 | [diff] [blame] | 128 | <string name="contacts_linking_progress_bar">Linking</string> |
| 129 | |
| 130 | <!-- The text to show on on a ProgressDialog indicating we're currently unlinking |
Gary Mai | 882dcfb | 2016-11-28 10:59:59 -0800 | [diff] [blame] | 131 | contacts [CHAR LIMIT=30]--> |
Gary Mai | b9065dd | 2016-11-08 10:49:00 -0800 | [diff] [blame] | 132 | <string name="contacts_unlinking_progress_bar">Unlinking</string> |
| 133 | |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 134 | <!-- Menu item that links an aggregate with another aggregate --> |
Tingting Wang | 5585c6e | 2015-10-14 11:19:58 -0700 | [diff] [blame] | 135 | <string name="menu_joinAggregate">Link</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 136 | |
Gary Mai | c5c4045 | 2016-11-21 13:44:28 -0800 | [diff] [blame] | 137 | <!-- Menu item that opens a dialog that shows all linked contacts that make up this one. [CHAR LIMIT=35] --> |
Gary Mai | fe63a1a | 2016-11-10 10:47:47 -0800 | [diff] [blame] | 138 | <string name="menu_linkedContacts">View linked contacts</string> |
| 139 | |
Walter Jang | c90cc15 | 2015-06-19 14:15:08 -0700 | [diff] [blame] | 140 | <!-- Menu item (in the action bar) to indicate that changes should be saved [CHAR LIMIT=20] --> |
| 141 | <string name="menu_save">Save</string> |
| 142 | |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 143 | <!-- Heading of the Link Contact screen --> |
| 144 | <string name="titleJoinContactDataWith">Link contacts</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 145 | |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 146 | <!-- Info blurb on the Link Contact screen [CHAR LIMIT=NONE]--> |
| 147 | <string name="blurbJoinContactDataWith">Choose the contact you want to link with <xliff:g |
| 148 | id="name">%s</xliff:g>:</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 149 | |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 150 | <!-- List separator for the Join Contact list: Suggestions --> |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 151 | <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 152 | |
| 153 | <!-- List separator for the Join Contact list: A-Z --> |
| 154 | <string name="separatorJoinAggregateAll">All contacts</string> |
| 155 | |
James Laskey | f62b488 | 2016-10-21 11:36:40 -0700 | [diff] [blame] | 156 | <!-- Toast shown after two contacts have been linked by a user action with a name. [CHAR LIMIT=NONE] --> |
| 157 | <string name="contactsJoinedNamedMessage"><xliff:g id="name">%s</xliff:g> linked</string> |
| 158 | |
| 159 | <!-- Toast shown after two contacts have been linked by a user action without a name. [CHAR LIMIT=NONE] --> |
Tingting Wang | 5585c6e | 2015-10-14 11:19:58 -0700 | [diff] [blame] | 160 | <string name="contactsJoinedMessage">Contacts linked</string> |
Brian Attwell | e986c6b | 2015-03-05 19:47:30 -0800 | [diff] [blame] | 161 | |
James Laskey | 21ca687 | 2016-10-27 13:48:02 -0700 | [diff] [blame] | 162 | <!-- Toast shown with names after user selected contacts are deleted by user action. [CHAR LIMIT=50] --> |
James Laskey | e5a140a | 2016-10-18 15:43:42 -0700 | [diff] [blame] | 163 | <string name="contacts_deleted_one_named_toast"><xliff:g id="name">%1$s</xliff:g> deleted</string> |
| 164 | |
James Laskey | 21ca687 | 2016-10-27 13:48:02 -0700 | [diff] [blame] | 165 | <!-- Toast shown with names after user selected contacts are deleted by user action. [CHAR LIMIT=50] --> |
James Laskey | e5a140a | 2016-10-18 15:43:42 -0700 | [diff] [blame] | 166 | <string name="contacts_deleted_two_named_toast"><xliff:g id="name">%1$s</xliff:g> and <xliff:g id="name">%2$s</xliff:g> deleted</string> |
| 167 | |
James Laskey | 21ca687 | 2016-10-27 13:48:02 -0700 | [diff] [blame] | 168 | <!-- Toast shown with names after user selected contacts are deleted by user action. [CHAR LIMIT=50] --> |
yaolu | 42e3797 | 2016-11-16 16:24:11 -0800 | [diff] [blame] | 169 | <string name="contacts_deleted_many_named_toast"><xliff:g id="name">%1$s</xliff:g>, <xliff:g id="name">%2$s</xliff:g>, <xliff:g id="name">%3$s</xliff:g>\u2026 deleted</string> |
James Laskey | 4beed7e | 2016-09-15 13:52:19 -0700 | [diff] [blame] | 170 | |
Wenyi Wang | 687d218 | 2015-10-28 17:03:18 -0700 | [diff] [blame] | 171 | <!-- Toast shown after contacts that the user has selected are deleted by a user action. [CHAR LIMIT=30] --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 172 | <string name="contacts_deleted_toast"> {count, plural, |
| 173 | =1 {Contact deleted} |
| 174 | other {Contacts deleted} |
| 175 | }</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 176 | |
Wenyi Wang | 1114fde | 2016-07-11 21:44:02 -0700 | [diff] [blame] | 177 | <!-- List header indicating the number of contacts in the list [CHAR LIMIT=30] --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 178 | <string name="contacts_count"> {count, plural, |
| 179 | =1 {# contact} |
| 180 | other {# contacts} |
| 181 | }</string> |
Wenyi Wang | 1114fde | 2016-07-11 21:44:02 -0700 | [diff] [blame] | 182 | |
Wenyi Wang | 3d8803e | 2016-07-18 14:29:37 -0700 | [diff] [blame] | 183 | <!-- List header indicating the number of contacts and account name in the list [CHAR LIMIT=30] --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 184 | <string name="contacts_count_with_account"> {count, plural, |
| 185 | =1 {# contact · {account}} |
| 186 | other {# contacts · {account}} |
| 187 | }</string> |
Wenyi Wang | 3d8803e | 2016-07-18 14:29:37 -0700 | [diff] [blame] | 188 | |
Wenyi Wang | 1114fde | 2016-07-11 21:44:02 -0700 | [diff] [blame] | 189 | <!-- Activity title indicating contacts are from a Google account [CHAR LIMIT=30] --> |
| 190 | <string name="title_from_google">From Google</string> |
| 191 | |
| 192 | <!-- Activity title indicating contacts are from a specific account [CHAR LIMIT=15] --> |
| 193 | <string name="title_from_other_accounts">From <xliff:g id="account">%s</xliff:g></string> |
| 194 | |
yaolu | 58a1ac2 | 2016-10-24 16:50:24 -0700 | [diff] [blame] | 195 | <!-- Menu item to set ring tone for a given contact [CHAR LIMIT=15] --> |
Isaac Katzenelson | 683b57e | 2011-07-20 17:06:11 -0700 | [diff] [blame] | 196 | <string name="menu_set_ring_tone">Set ringtone</string> |
| 197 | |
yaolu | 58a1ac2 | 2016-10-24 16:50:24 -0700 | [diff] [blame] | 198 | <!-- Menu item to route all calls from a given contact to voice mail [CHAR LIMIT=30] --> |
| 199 | <string name="menu_redirect_calls_to_vm">Route to voicemail</string> |
| 200 | |
| 201 | <!-- Menu item to unroute all calls from a given contact to voice mail [CHAR LIMIT=30] --> |
| 202 | <string name="menu_unredirect_calls_to_vm">Unroute to voicemail</string> |
Isaac Katzenelson | 683b57e | 2011-07-20 17:06:11 -0700 | [diff] [blame] | 203 | |
Tingting Wang | 07bc676 | 2015-10-30 15:19:38 -0700 | [diff] [blame] | 204 | <!-- Warning dialog contents after users select to delete a ReadOnly contact. [CHAR LIMIT=NONE] --> |
Gary Mai | 868e477 | 2016-11-09 16:49:28 -0800 | [diff] [blame] | 205 | <string name="readOnlyContactWarning">This contact is read-only. It can\'t be deleted, but you can hide it.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 206 | |
Tingting Wang | 07bc676 | 2015-10-30 15:19:38 -0700 | [diff] [blame] | 207 | <!-- Positive button text of the warning dialog contents after users select to delete a ReadOnly contact. [CHAR LIMIT=30]--> |
Gary Mai | 868e477 | 2016-11-09 16:49:28 -0800 | [diff] [blame] | 208 | <string name="readOnlyContactWarning_positive_button">Hide Contact</string> |
Tingting Wang | 07bc676 | 2015-10-30 15:19:38 -0700 | [diff] [blame] | 209 | |
Gary Mai | c5c4045 | 2016-11-21 13:44:28 -0800 | [diff] [blame] | 210 | <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable data sources. |
| 211 | Tells the user that data from the read-only accounts will be hidden and not deleted. [CHAR LIMIT=NONE]--> |
Gary Mai | 868e477 | 2016-11-09 16:49:28 -0800 | [diff] [blame] | 212 | <string name="readOnlyContactDeleteConfirmation">Read-only accounts in this contact will be hidden, not deleted.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 213 | |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 214 | <!-- Confirmation dialog. Shown after user selects to delete one writable contact [CHAR LIMIT=NONE] --> |
| 215 | <string name="single_delete_confirmation">Delete this contact?</string> |
| 216 | |
| 217 | <!-- Confirmation dialog. Shown after user selects to delete multimple writable contacts. [CHAR LIMIT=NONE] --> |
| 218 | <string name="batch_delete_confirmation">Delete selected contacts?</string> |
Brian Attwell | d2962a3 | 2015-03-02 14:48:50 -0800 | [diff] [blame] | 219 | |
Brian Attwell | d3946ca | 2015-03-03 11:13:49 -0800 | [diff] [blame] | 220 | <!-- Confirmation dialog. Shown after user selects to delete readonly contacts. [CHAR LIMIT=NONE] --> |
Tingting Wang | 6e43162 | 2015-10-30 17:23:36 -0700 | [diff] [blame] | 221 | <string name="batch_delete_read_only_contact_confirmation">Contacts from your read-only accounts cannot be deleted, but they can be hidden.</string> |
Brian Attwell | d2962a3 | 2015-03-02 14:48:50 -0800 | [diff] [blame] | 222 | |
| 223 | <!-- Confirmation dialog. Shown after user selects to delete contacts from multiple accounts. [CHAR LIMIT=NONE] --> |
Tingting Wang | 6e43162 | 2015-10-30 17:23:36 -0700 | [diff] [blame] | 224 | <string name="batch_delete_multiple_accounts_confirmation">The contacts to be deleted have details from multiple accounts. Details from read-only accounts will be hidden, not deleted.</string> |
Brian Attwell | d2962a3 | 2015-03-02 14:48:50 -0800 | [diff] [blame] | 225 | |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 226 | <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 227 | <string name="multipleContactDeleteConfirmation">Deleting this contact will delete details from multiple accounts.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 228 | |
| 229 | <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 230 | <string name="deleteConfirmation">Delete this contact?</string> |
| 231 | |
| 232 | <!-- Positive button text of confirmation dialog contents after users selects to delete a Writable contact. [CHAR LIMIT=30] --> |
| 233 | <string name="deleteConfirmation_positive_button">Delete</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 234 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 235 | <!-- Message displayed in a toast when you try to view the details of a contact that |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 236 | for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> |
| 237 | <string name="invalidContactMessage">The contact doesn\'t exist.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 238 | |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 239 | <!-- Message without name displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> |
| 240 | <string name="createContactShortcutSuccessful_NoName">Contact added to Home screen.</string> |
| 241 | |
| 242 | <!-- Message with name displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> |
| 243 | <string name="createContactShortcutSuccessful"><xliff:g id="name">%s</xliff:g> added to Home screen.</string> |
Maurice Chu | 056a846 | 2012-04-11 18:29:32 -0700 | [diff] [blame] | 244 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 245 | <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> |
Dmitri Plotnikov | 4120f60 | 2010-11-05 11:40:55 -0700 | [diff] [blame] | 246 | <skip/> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 247 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 248 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
John Shao | 744f403 | 2017-01-24 00:01:03 -0800 | [diff] [blame] | 249 | <string name="photoPickerNotFoundText">No pictures are available on the device.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 250 | |
John Shao | 93f8271 | 2016-12-08 11:50:10 -0800 | [diff] [blame] | 251 | <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] --> |
| 252 | <string name="attach_photo_dialog_title">Contact photo</string> |
| 253 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 254 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 255 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 256 | <string name="customLabelPickerTitle">Custom label name</string> |
| 257 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 258 | <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] --> |
| 259 | <string name="removePhoto">Remove photo</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 260 | |
Isaac Katzenelson | 66606b6 | 2011-07-22 18:47:45 -0700 | [diff] [blame] | 261 | <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] --> |
yaolu | 189036a | 2016-07-29 15:50:28 -0700 | [diff] [blame] | 262 | <string name="noContacts">Your contacts list is empty</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 263 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 264 | <!-- The text displayed when there are no members that have this label while displaying the label detail page [CHAR LIMIT=70] --> |
yaolu | d8effeb | 2016-06-29 14:42:38 -0700 | [diff] [blame] | 265 | <string name="emptyGroup">No contacts with this label</string> |
Tingting Wang | d2ff80f | 2016-03-11 11:13:04 -0800 | [diff] [blame] | 266 | |
Wenyi Wang | f128ea8 | 2016-07-25 11:56:40 -0700 | [diff] [blame] | 267 | <!-- The text displayed when there's no contacts in this account [CHAR LIMIT=70] --> |
| 268 | <string name="emptyAccount">No contacts in this account</string> |
| 269 | |
| 270 | <!-- The text displayed when there's no contacts in the main contacts list [CHAR LIMIT=70] --> |
| 271 | <string name="emptyMainList">Your contacts list is empty</string> |
| 272 | |
James Laskey | b167105 | 2016-09-16 13:57:21 -0700 | [diff] [blame] | 273 | <!-- Toast displayed when a contact is saved [CHAR LIMIT=30] --> |
| 274 | <string name="contactSavedNamedToast"><xliff:g id="display_name">%s</xliff:g> saved</string> |
| 275 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 276 | <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] --> |
Wenyi Wang | 13aede8 | 2015-10-26 13:28:34 -0700 | [diff] [blame] | 277 | <string name="contactSavedToast">Contact saved</string> |
| 278 | |
| 279 | <!-- Toast displayed when linked contacts get unlinked [CHAR LIMIT=NONE] --> |
| 280 | <string name="contactUnlinkedToast">Contacts unlinked</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 281 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 282 | <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 283 | <string name="contactSavedErrorToast">Couldn\'t save contact changes</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 284 | |
Wenyi Wang | c47121c | 2015-10-21 17:12:46 -0700 | [diff] [blame] | 285 | <!-- Toast displayed when unlinking a contact failed. [CHAR LIMIT=NONE] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 286 | <string name="contactUnlinkErrorToast">Couldn\'t unlink contact</string> |
Wenyi Wang | c47121c | 2015-10-21 17:12:46 -0700 | [diff] [blame] | 287 | |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 288 | <!-- Toast displayed when linking a contact failed. [CHAR LIMIT=NONE] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 289 | <string name="contactJoinErrorToast">Couldn\'t link contact</string> |
Wenyi Wang | c47121c | 2015-10-21 17:12:46 -0700 | [diff] [blame] | 290 | |
| 291 | <!-- Generic error default clause displayed when saving a contact failed. [CHAR LIMIT=NONE] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 292 | <string name="contactGenericErrorToast">Error saving contact</string> |
Wenyi Wang | c47121c | 2015-10-21 17:12:46 -0700 | [diff] [blame] | 293 | |
Brian Attwell | 5234be9 | 2015-05-13 19:26:43 -0700 | [diff] [blame] | 294 | <!-- Toast displayed when saving a contact photo failed. [CHAR LIMIT=NONE] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 295 | <string name="contactPhotoSavedErrorToast">Couldn\'t save contact photo changes</string> |
Brian Attwell | 5234be9 | 2015-05-13 19:26:43 -0700 | [diff] [blame] | 296 | |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 297 | <!-- Toast displayed when something goes wrong while loading a label. [CHAR LIMIT=70] --> |
| 298 | <string name="groupLoadErrorToast">Failed to load label</string> |
| 299 | |
Marcus Hagerott | bea2b85 | 2016-08-11 14:55:52 -0700 | [diff] [blame] | 300 | <!-- Toast or snackbar displayed when a label name is deleted. [CHAR LIMIT=50] --> |
Walter Jang | 72f9988 | 2016-05-26 09:01:31 -0700 | [diff] [blame] | 301 | <string name="groupDeletedToast">Label deleted</string> |
| 302 | |
Walter Jang | 13710d5 | 2016-07-08 14:36:20 -0700 | [diff] [blame] | 303 | <!-- Toast displayed when a new label name is created. [CHAR LIMIT=50] --> |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 304 | <string name="groupCreatedToast">Label created</string> |
| 305 | |
Walter Jang | 13710d5 | 2016-07-08 14:36:20 -0700 | [diff] [blame] | 306 | <!-- Toast displayed when a new label name cannot be created. [CHAR LIMIT=50] --> |
| 307 | <string name="groupCreateFailedToast">Can\'t create label</string> |
| 308 | |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 309 | <!-- Toast displayed when a new label is created. [CHAR LIMIT=50] --> |
| 310 | <string name="groupUpdatedToast">Label updated</string> |
| 311 | |
| 312 | <!-- Toast displayed when contacts are removed from a label. [CHAR LIMIT=50] --> |
Walter Jang | 05e7147 | 2016-06-23 19:00:10 -0700 | [diff] [blame] | 313 | <string name="groupMembersRemovedToast">Removed from label</string> |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 314 | |
Walter Jang | a489721 | 2016-06-21 19:02:23 -0700 | [diff] [blame] | 315 | <!-- Toast displayed when one or more contacts is added to a label. [CHAR LIMIT=50] --> |
| 316 | <string name="groupMembersAddedToast">Added to label</string> |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 317 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 318 | <!-- Toast displayed when saving a label failed [CHAR LIMIT=70] --> |
John Shao | a3c507a | 2016-09-13 14:26:17 -0700 | [diff] [blame] | 319 | <string name="groupSavedErrorToast">Couldn\'t save label changes</string> |
Katherine Kuan | c6b8afe | 2011-06-22 19:03:50 -0700 | [diff] [blame] | 320 | |
Marcus Hagerott | bc66bba | 2016-08-01 17:31:38 -0700 | [diff] [blame] | 321 | <!-- Message displayed when creating a group with the same name as an existing group --> |
| 322 | <string name="groupExistsErrorMessage">That label already exists</string> |
| 323 | |
Sean Midford | ff6f1bb | 2016-10-12 09:48:23 -0700 | [diff] [blame] | 324 | <!-- Toast displayed when some group contacts do not have any emails (for group send) [CHAR LIMIT=50] --> |
| 325 | <string name="groupSomeContactsNoEmailsToast">Some contacts do not have emails.</string> |
| 326 | |
| 327 | <!-- Toast displayed when some group contacts do not have any phone numbers (for group send) [CHAR LIMIT=50] --> |
| 328 | <string name="groupSomeContactsNoPhonesToast">Some contacts do not have phone numbers.</string> |
| 329 | |
| 330 | <!-- Option name to send email to all members of a group/selection [CHAR LIMIT=30] --> |
| 331 | <string name="menu_sendEmailOption">Send email</string> |
| 332 | |
| 333 | <!-- Option name to send message to all members of a group/selection [CHAR LIMIT=30] --> |
| 334 | <string name="menu_sendMessageOption">Send message</string> |
| 335 | |
Wenyi Wang | 94d2cbc | 2016-11-09 20:34:33 -0800 | [diff] [blame] | 336 | <!-- Activity title when the user is selecting items [CHAR LIMIT=40] --> |
| 337 | <string name="pickerSelectContactsActivityTitle">Choose Contacts</string> |
Sean Midford | ff6f1bb | 2016-10-12 09:48:23 -0700 | [diff] [blame] | 338 | |
| 339 | <!-- The menu item to send the currently selected contacts to selected items [CHAR LIMIT=10] --> |
| 340 | <string name="send_to_selection">Send</string> |
| 341 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 342 | <!-- 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 Chu | 62c7dc1 | 2012-05-21 11:14:04 -0700 | [diff] [blame] | 343 | <string name="listFoundAllContactsZero">No contacts</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 344 | |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 345 | <!-- Dialog message when prompting before creating a contact. Includes |
| 346 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 347 | <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string> |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 348 | |
John Shao | e36ba75 | 2016-12-16 17:19:25 -0800 | [diff] [blame] | 349 | <!-- The string used to describe Contacts as a searchable item within system search settings. --> |
| 350 | <string name="search_settings_description">Names of your contacts</string> |
| 351 | |
Paul Soulos | 91cdf7d | 2014-09-02 12:48:02 -0700 | [diff] [blame] | 352 | <!-- Content description for the transparent views around the visible section of QuickContacts. |
Brian Attwell | f2bd6c2 | 2014-06-25 14:29:21 -0700 | [diff] [blame] | 353 | Clicking this view causes Quick Contacts to close. [CHAR LIMIT=NONE] --> |
| 354 | <string name="quickcontact_transparent_view_description">Click to return to previous screen</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 355 | |
Brian Attwell | b584ddd | 2014-07-09 10:59:29 -0700 | [diff] [blame] | 356 | <!-- When a contact has no data, we prompt the user to add a phone number for the contact. [CHAR LIMIT=40] --> |
| 357 | <string name="quickcontact_add_phone_number">Add phone number</string> |
| 358 | <!-- When a contact has no data, we prompt the user to add an email for the contact. [CHAR LIMIT=40] --> |
| 359 | <string name="quickcontact_add_email">Add email</string> |
| 360 | |
Jay Shrauner | 1d815e6 | 2014-01-31 10:37:31 -0800 | [diff] [blame] | 361 | <!-- Shown as a toast when the user attempts an action (add contact, edit |
| 362 | contact, etc) and no application was found that could perform that |
| 363 | action. [CHAR LIMIT=NONE] --> |
| 364 | <string name="missing_app">No app was found to handle this action.</string> |
| 365 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 366 | <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] --> |
Makoto Onuki | 4bd346d | 2011-08-09 14:58:17 -0700 | [diff] [blame] | 367 | <string name="menu_share">Share</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 368 | |
Brian Attwell | 2e4214c | 2014-07-10 22:03:16 -0700 | [diff] [blame] | 369 | <!-- The menu item to add the the currently viewed contact to your contacts [CHAR LIMIT=30] --> |
| 370 | <string name="menu_add_contact">Add to contacts</string> |
| 371 | |
Wenyi Wang | f5493a6 | 2016-07-11 14:28:52 -0700 | [diff] [blame] | 372 | <!-- The menu item to add the the currently selected contacts to a label [CHAR LIMIT=10] --> |
| 373 | <string name="menu_add_contacts">Add</string> |
| 374 | |
Wenyi Wang | 281689f | 2016-05-30 10:32:30 -0700 | [diff] [blame] | 375 | <!-- Dialog title when picking the application to share one or multiple contacts with. [CHAR LIMIT=40] --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 376 | <string name="title_share_via"> {count, plural, |
| 377 | =1 {Share contact via} |
| 378 | other {Share contacts via} |
| 379 | }</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 380 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 381 | <!-- Title for the disambiguation dialog that requests the user choose an account for the new label to be created under [CHAR LIMIT=NONE] --> |
Walter Jang | f260c8c | 2016-05-15 14:50:36 -0700 | [diff] [blame] | 382 | <string name="dialog_new_group_account">Choose account</string> |
| 383 | |
| 384 | <!-- Title for the create new label dialog. CHAR LIMIT=40] --> |
Walter Jang | 72f9988 | 2016-05-26 09:01:31 -0700 | [diff] [blame] | 385 | <string name="group_name_dialog_insert_title">Create label</string> |
Walter Jang | f260c8c | 2016-05-15 14:50:36 -0700 | [diff] [blame] | 386 | |
Walter Jang | 44e91b1 | 2016-05-22 12:37:00 -0700 | [diff] [blame] | 387 | <!-- Title for the update label dialog. CHAR LIMIT=40] --> |
Walter Jang | 72f9988 | 2016-05-26 09:01:31 -0700 | [diff] [blame] | 388 | <string name="group_name_dialog_update_title">Rename label</string> |
| 389 | |
Wenyi Wang | 64a6bc4 | 2016-07-07 18:34:48 -0700 | [diff] [blame] | 390 | <!-- Hint for the label name input field on the insert and update label dialogs [CHAR LIMIT=15] --> |
Sean Midford | d3bf8fc | 2016-11-22 14:59:24 -0800 | [diff] [blame] | 391 | <string name="group_name_dialog_hint">Label name</string> |
| 392 | |
| 393 | <!-- Hint for the custom label name input filed on dialogs [CHAR LIMIT=15] --> |
| 394 | <string name="label_name_dialog_hint">Label name</string> |
Katherine Kuan | 971116e | 2011-07-04 15:14:35 -0700 | [diff] [blame] | 395 | |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 396 | <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 397 | <string name="audio_chat">Voice chat</string> |
Katherine Kuan | 0698bfc | 2011-10-05 16:04:26 -0700 | [diff] [blame] | 398 | <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> |
| 399 | <string name="video_chat">Video chat</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 400 | |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 401 | <!-- String describing which account type a contact came from when editing it --> |
| 402 | <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> |
| 403 | |
Walter Jang | c4cecc7 | 2015-06-25 10:45:50 -0700 | [diff] [blame] | 404 | <!-- String describing that a contact came from the google account type when editing it. --> |
| 405 | <string name="google_account_type_format"><xliff:g id="source" example="Google">%1$s</xliff:g> account</string> |
| 406 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 407 | <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 8e24b40 | 2010-03-03 19:07:54 -0800 | [diff] [blame] | 408 | <string name="take_photo">Take photo</string> |
| 409 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 410 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
| 411 | <string name="take_new_photo">Take new photo</string> |
| 412 | |
| 413 | <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> |
Yorke Lee | b575cb5 | 2013-12-03 15:52:59 -0800 | [diff] [blame] | 414 | <string name="pick_photo">Choose photo</string> |
Dmitri Plotnikov | 98fd650 | 2010-03-09 11:05:55 -0800 | [diff] [blame] | 415 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 416 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
Yorke Lee | b575cb5 | 2013-12-03 15:52:59 -0800 | [diff] [blame] | 417 | <string name="pick_new_photo">Select new photo</string> |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 418 | |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 419 | <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] --> |
| 420 | <string name="search_results_searching">Searching\u2026</string> |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 421 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 422 | <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] --> |
| 423 | <string name="event_edit_field_hint_text">Date</string> |
| 424 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 425 | <!-- The button to add an label field to a contact in the Raw Contact Editor [CHAR LIMIT=15] --> |
Wenyi Wang | 64a6bc4 | 2016-07-07 18:34:48 -0700 | [diff] [blame] | 426 | <string name="group_edit_field_hint_text">Label</string> |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 427 | |
junhezhang | 0486566 | 2024-01-17 23:02:25 +0000 | [diff] [blame] | 428 | <!-- Editor section title to show below shown editor fields are not editable. Users are only allowed to delete them. [CHAR LIMIT=NONE] --> |
| 429 | <string name="editor_uneditable_section_title">Can’t update this info</string> |
| 430 | |
Gary Mai | 15646ce | 2016-11-17 10:54:01 -0800 | [diff] [blame] | 431 | <!-- Content description for a cancel button. [CHAR LIMIT=NONE] --> |
| 432 | <string name="cancel_button_content_description">Cancel</string> |
| 433 | |
| 434 | <!-- Content description for a back button. [CHAR LIMIT=NONE] --> |
| 435 | <string name="back_arrow_content_description">Back</string> |
| 436 | |
Tingting Wang | faa2ec5 | 2016-07-13 13:14:46 -0700 | [diff] [blame] | 437 | <!-- Content description for the fake action menu up button as used |
| 438 | inside edit or select. [CHAR LIMIT=NONE] --> |
| 439 | <string name="action_menu_back_from_edit_select">close</string> |
| 440 | |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 441 | <!-- The message in a confirmation dialog shown when the user selects a |
| 442 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 443 | <string name="aggregation_suggestion_edit_dialog_message">Switch to editing |
| 444 | the selected contact? Information you entered so far will be copied.</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 445 | |
Dmitri Plotnikov | 02cd491 | 2010-09-01 20:42:17 -0700 | [diff] [blame] | 446 | <!-- The description of the directory where the contact was found [CHAR LIMIT=100]--> |
Dmitri Plotnikov | ee194e5 | 2010-11-29 12:10:13 -0800 | [diff] [blame] | 447 | <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string> |
Dmitri Plotnikov | caf0bc7 | 2010-09-03 15:16:21 -0700 | [diff] [blame] | 448 | |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 449 | <!-- Title of the settings activity [CHAR LIMIT=64] --> |
| 450 | <string name="activity_title_settings">Settings</string> |
| 451 | |
| 452 | <!-- Menu item for the settings activity [CHAR LIMIT=64] --> |
Daisuke Miyakawa | ca657d2 | 2011-08-31 15:15:04 -0700 | [diff] [blame] | 453 | <string name="menu_settings" msgid="377929915873428211">Settings</string> |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 454 | |
Brian Attwell | 56bcc2f | 2015-02-12 23:45:27 +0000 | [diff] [blame] | 455 | <!-- Menu item for invoking contextual Help & Feedback [CHAR LIMIT=64] --> |
| 456 | <string name="menu_help">Help & feedback</string> |
Maurice Chu | 692d463 | 2012-04-25 13:45:11 -0700 | [diff] [blame] | 457 | |
Gyanesh Mittal | 72417d9 | 2020-12-04 16:07:31 -0800 | [diff] [blame] | 458 | <!-- String used to build an organization entry containing any of the 2 fields <Company>, |
| 459 | <Department> or <Job Title>, example: Google • Developer. [CHAR LIMIT=NONE] --> |
| 460 | <string name="organization_entry_two_field"> |
| 461 | <xliff:g id="first" example="Google">%1$s</xliff:g> |
| 462 | • |
| 463 | <xliff:g id="second" example="Developer">%2$s</xliff:g> |
| 464 | </string> |
| 465 | |
| 466 | <!-- String used to build an organization entry containing all the field <Company>, |
| 467 | <Department> or <Job Title>, example: Google • Department • Developer. [CHAR LIMIT=NONE] --> |
| 468 | <string name="organization_entry_all_field"> |
| 469 | <xliff:g id="company" example="Google">%1$s</xliff:g> |
| 470 | • |
| 471 | <xliff:g id="department" example="People">%2$s</xliff:g> |
| 472 | • |
| 473 | <xliff:g id="title" example="Developer">%3$s</xliff:g> |
| 474 | </string> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 475 | |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 476 | <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] --> |
| 477 | <string name="non_phone_caption">Phone number</string> |
| 478 | |
| 479 | <!-- Button to add a phone number to contacts [CHAR LIMIT=25] --> |
| 480 | <string name="non_phone_add_to_contacts">Add to contacts</string> |
| 481 | |
| 482 | <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> |
| 483 | <string name="non_phone_close">Close</string> |
Daniel Lehmann | 392ccec | 2010-11-01 20:50:03 -0700 | [diff] [blame] | 484 | |
Walter Jang | a4f9b9d | 2015-08-04 08:18:05 -0700 | [diff] [blame] | 485 | <!-- Checkbox whether to include a year for a birthday [CHAR LIMIT=30] --> |
| 486 | <string name="date_year_toggle">Include year</string> |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 487 | |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 488 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 489 | Navigates to account setup [CHAR LIMIT=128] --> |
Wenyi Wang | b0cfae5 | 2015-09-28 17:17:40 -0700 | [diff] [blame] | 490 | <string name="contacts_unavailable_add_account">Add account</string> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 491 | |
| 492 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 493 | Initiates a contact import dialog [CHAR LIMIT=128] --> |
yaolu | 189036a | 2016-07-29 15:50:28 -0700 | [diff] [blame] | 494 | <string name="contacts_unavailable_import_contacts">Import</string> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 495 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 496 | <!-- An item in the popup list of labels that triggers creation of a contact label [CHAR LIMIT=128] --> |
| 497 | <string name="create_group_item_label">Create new…</string> |
Dmitri Plotnikov | 1ac58b6 | 2010-11-19 16:12:09 -0800 | [diff] [blame] | 498 | |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 499 | <!-- Confirmation message of the dialog that allows deletion of a contact label [CHAR LIMIT=256] --> |
| 500 | <string name="delete_group_dialog_message">Delete the label |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 501 | \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"? |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 502 | (Contacts themselves will not be deleted.) |
| 503 | </string> |
| 504 | |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 505 | <!-- Toast displayed when the user creates a new contact and attempts to link it |
Dmitri Plotnikov | 4c699fc | 2010-11-23 11:49:15 -0800 | [diff] [blame] | 506 | with another before entering any data [CHAR LIMIT=256] --> |
Wenyi Wang | 3f778ac | 2015-10-23 16:29:37 -0700 | [diff] [blame] | 507 | <string name="toast_join_with_empty_contact">Type contact name before linking |
Claudia de Veaux | 109961d | 2011-10-14 15:27:31 -0700 | [diff] [blame] | 508 | with another. |
Dmitri Plotnikov | 4c699fc | 2010-11-23 11:49:15 -0800 | [diff] [blame] | 509 | </string> |
Dmitri Plotnikov | ee194e5 | 2010-11-29 12:10:13 -0800 | [diff] [blame] | 510 | |
Frank Sposaro | 627e5dd | 2011-07-25 12:44:52 -0700 | [diff] [blame] | 511 | <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] --> |
| 512 | <string name="copy_text">Copy to clipboard</string> |
| 513 | |
| 514 | <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] --> |
| 515 | <string name="set_default">Set default</string> |
| 516 | |
| 517 | <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] --> |
| 518 | <string name="clear_default">Clear default</string> |
| 519 | |
Dmitri Plotnikov | 50c02ed | 2010-12-06 14:38:45 -0800 | [diff] [blame] | 520 | <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] --> |
| 521 | <string name="toast_text_copied">Text copied</string> |
Flavio Lerda | 87bd536 | 2011-06-30 12:20:43 +0100 | [diff] [blame] | 522 | |
Dmitri Plotnikov | d3eedfc | 2010-12-15 17:36:54 -0800 | [diff] [blame] | 523 | <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] --> |
Gary Mai | b0550f0 | 2016-08-08 17:47:09 -0700 | [diff] [blame] | 524 | <string name="cancel_confirmation_dialog_message">Discard changes?</string> |
Dmitri Plotnikov | d3eedfc | 2010-12-15 17:36:54 -0800 | [diff] [blame] | 525 | |
Walter Jang | d1cc5fe | 2016-01-25 15:44:01 -0800 | [diff] [blame] | 526 | <!-- Positive button text for the cancel editing confirmation dialog. |
| 527 | Pushing this button indicates that the user wishes to discard the changes they have already |
Walter Jang | f898a58 | 2016-01-27 13:58:24 -0800 | [diff] [blame] | 528 | made and close the editor. [CHAR LIMIT=20] --> |
| 529 | <string name="cancel_confirmation_dialog_cancel_editing_button">Discard</string> |
Walter Jang | d1cc5fe | 2016-01-25 15:44:01 -0800 | [diff] [blame] | 530 | |
| 531 | <!-- Negative button text for the cancel editing confirmation dialog. |
| 532 | Pushing this button indicates that the user wishes to continue editing |
Walter Jang | f898a58 | 2016-01-27 13:58:24 -0800 | [diff] [blame] | 533 | and return to the editor [CHAR LIMIT=30] --> |
Gary Mai | b0550f0 | 2016-08-08 17:47:09 -0700 | [diff] [blame] | 534 | <string name="cancel_confirmation_dialog_keep_editing_button">Cancel</string> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 535 | |
Marcus Hagerott | 10f856c | 2016-08-15 16:28:18 -0700 | [diff] [blame] | 536 | <!-- Contents of the alert dialog when the user hits the Cancel button in the customize screen [CHAR LIMIT=128] --> |
| 537 | <string name="leave_customize_confirmation_dialog_message">Discard customizations?</string> |
| 538 | |
Wenyi Wang | 1985fb2 | 2016-05-12 14:08:44 -0700 | [diff] [blame] | 539 | <!-- 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] --> |
Tingting Wang | 2beac7b | 2016-06-24 10:45:53 -0700 | [diff] [blame] | 540 | <string name="enter_contact_name">Search contacts</string> |
Wenyi Wang | 1985fb2 | 2016-05-12 14:08:44 -0700 | [diff] [blame] | 541 | |
Walter Jang | d772515 | 2016-07-21 21:20:21 -0700 | [diff] [blame] | 542 | <!-- Title of the edit label view in selection mode when contacts are being selected for removal.[CHAR LIMIT=40] --> |
| 543 | <string name="title_edit_group">Remove contacts</string> |
Jeff Hamilton | e967f7c | 2011-06-30 12:01:23 -0500 | [diff] [blame] | 544 | |
Katherine Kuan | 9574314 | 2011-08-10 17:56:11 -0700 | [diff] [blame] | 545 | <!-- 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] --> |
| 546 | <string name="local_profile_title">My local profile</string> |
| 547 | |
| 548 | <!-- 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] --> |
| 549 | <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string> |
| 550 | |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 551 | <!-- 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] --> |
guanxiongliu | cb26b37 | 2016-07-29 15:44:13 -0700 | [diff] [blame] | 552 | <string name="contact_editor_prompt_zero_accounts">Take a minute to add an account that will back up your contacts to Google.</string> |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 553 | |
| 554 | <!-- 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] --> |
Wenyi Wang | 0bf6314 | 2015-11-04 14:47:53 -0800 | [diff] [blame] | 555 | <string name="contact_editor_prompt_one_account">New contacts will be saved to <xliff:g id="account_name">%1$s</xliff:g>.</string> |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 556 | |
| 557 | <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] --> |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 558 | <string name="contact_editor_prompt_multiple_accounts">Choose a default account for new contacts:</string> |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 559 | |
Walter Jang | 8bac28b | 2016-08-30 10:34:55 -0700 | [diff] [blame] | 560 | <!-- Title of the editor activity when creating a new contact. The char |
Brian Attwell | 5a4c59d | 2014-06-27 14:16:09 -0700 | [diff] [blame] | 561 | limit is short and cannot be increased, since this needs to be displayed in a single line |
| 562 | at a pre-determined text size. [CHAR LIMIT=20] --> |
yaolu | 8c3cc16 | 2016-11-17 11:00:25 -0800 | [diff] [blame] | 563 | <string name="contact_editor_title_new_contact">Create new contact</string> |
Brian Attwell | 5a4c59d | 2014-06-27 14:16:09 -0700 | [diff] [blame] | 564 | |
Walter Jang | 8bac28b | 2016-08-30 10:34:55 -0700 | [diff] [blame] | 565 | <!-- Title of the editor activity when editing a contact that already exists. The char |
Brian Attwell | 5a4c59d | 2014-06-27 14:16:09 -0700 | [diff] [blame] | 566 | limit is short and cannot be increased, since this needs to be displayed in a single line |
| 567 | at a pre-determined text size. [CHAR LIMIT=20] --> |
| 568 | <string name="contact_editor_title_existing_contact">Edit contact</string> |
| 569 | |
Gary Mai | 079598f | 2016-11-03 15:02:45 -0700 | [diff] [blame] | 570 | <!-- Title of the editor activity when viewing a read-only raw contact. The char |
| 571 | limit is short and cannot be increased, since this needs to be displayed in a single line |
| 572 | at a pre-determined text size. [CHAR LIMIT=20] --> |
| 573 | <string name="contact_editor_title_read_only_contact">View only</string> |
| 574 | |
Gary Mai | a6c80b3 | 2016-09-30 16:34:55 -0700 | [diff] [blame] | 575 | <!-- Dialog title when the user is selecting a raw contact to edit. [CHAR LIMIT=128] --> |
Gary Mai | a172180 | 2016-11-01 17:55:31 -0700 | [diff] [blame] | 576 | <string name="contact_editor_pick_raw_contact_to_edit_dialog_title">Choose contact to edit</string> |
Gary Mai | a6c80b3 | 2016-09-30 16:34:55 -0700 | [diff] [blame] | 577 | |
Gary Mai | fe63a1a | 2016-11-10 10:47:47 -0800 | [diff] [blame] | 578 | <!-- Dialog title showing the user the list of contacts that are linked together to create the aggregate they are viewing. [CHAR LIMIT=128] --> |
| 579 | <string name="contact_editor_pick_linked_contact_dialog_title">Linked contacts</string> |
| 580 | |
| 581 | <!-- Dialog button label to prompt user to add more linked contacts to the one they're viewing. [CHAR LIMIT=15] --> |
| 582 | <string name="contact_editor_add_linked_contact">Add</string> |
| 583 | |
| 584 | <!-- Dialog button label to prompt user to unlinked the contact they're looking at to it's constituent parts. [CHAR LIMIT=15] --> |
| 585 | <string name="contact_editor_unlink_contacts">Unlink</string> |
| 586 | |
Katherine Kuan | 659704a | 2011-09-22 17:26:13 -0700 | [diff] [blame] | 587 | <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] --> |
| 588 | <string name="add_account">Add account</string> |
| 589 | |
| 590 | <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] --> |
| 591 | <string name="add_new_account">Add new account</string> |
Daisuke Miyakawa | 5993574 | 2011-09-26 13:40:32 -0700 | [diff] [blame] | 592 | |
Gary Mai | b9065dd | 2016-11-08 10:49:00 -0800 | [diff] [blame] | 593 | <!-- Menu item shown only when the special debug mode is enabled, which is used to send all contacts database files via email. [CHAR LIMIT=NONE] --> |
Makoto Onuki | 9ae6041 | 2012-07-19 15:56:41 -0700 | [diff] [blame] | 594 | <string name="menu_export_database">Export database files</string> |
| 595 | |
Paul Soulos | 2b9563d | 2014-05-27 16:21:23 -0700 | [diff] [blame] | 596 | <!-- Content description for the button that adds a new contact |
| 597 | [CHAR LIMIT=NONE] --> |
yaolu | 8c3cc16 | 2016-11-17 11:00:25 -0800 | [diff] [blame] | 598 | <string name="action_menu_add_new_contact_button">Create new contact</string> |
Paul Soulos | 2d48b5a | 2014-05-29 13:56:25 -0700 | [diff] [blame] | 599 | <!-- Button Label to see more on an ExpandingEntryCardView [CHAR LIMIT=40] --> |
| 600 | <string name="expanding_entry_card_view_see_more">See more</string> |
| 601 | <!-- Button Label to see less on an ExpandingEntryCardView [CHAR LIMIT=40] --> |
| 602 | <string name="expanding_entry_card_view_see_less">See less</string> |
| 603 | |
avipul | 8aaf300 | 2019-01-10 11:18:52 -0800 | [diff] [blame] | 604 | <!-- Title of about card. [CHAR LIMIT=40] --> |
Paul Soulos | eb64a4b | 2014-07-07 17:03:27 -0700 | [diff] [blame] | 605 | <string name="about_card_title">About</string> |
| 606 | |
Brian Attwell | d28851f | 2014-06-10 13:25:07 -0700 | [diff] [blame] | 607 | <!-- Toast that appears when you are copying a directory contact into your personal contacts --> |
Wenyi Wang | 5663f08 | 2016-05-02 20:27:18 -0700 | [diff] [blame] | 608 | <string name="toast_making_personal_copy">Creating a personal copy…</string> |
Brian Attwell | ee89164 | 2014-06-16 17:46:36 -0700 | [diff] [blame] | 609 | |
| 610 | <!-- Name of the button in the date/time picker to accept the date/time change [CHAR LIMIT=15] --> |
| 611 | <string name="date_time_set">Set</string> |
| 612 | |
Paul Soulos | eb64a4b | 2014-07-07 17:03:27 -0700 | [diff] [blame] | 613 | <!-- Header for the IM entry [CHAR LIMIT=40] --> |
| 614 | <string name="header_im_entry">IM</string> |
| 615 | <!-- Header for the Organization entry [CHAR LIMIT=40] --> |
| 616 | <string name="header_organization_entry">Organization</string> |
| 617 | <!-- Header for the Nickname entry [CHAR LIMIT=40] --> |
| 618 | <string name="header_nickname_entry">Nickname</string> |
| 619 | <!-- Header for the Note entry [CHAR LIMIT=40] --> |
| 620 | <string name="header_note_entry">Note</string> |
| 621 | <!-- Header for the Website entry [CHAR LIMIT=40] --> |
| 622 | <string name="header_website_entry">Website</string> |
| 623 | <!-- Header for the Event entry [CHAR LIMIT=40] --> |
| 624 | <string name="header_event_entry">Event</string> |
| 625 | <!-- Header for the Relation entry [CHAR LIMIT=40] --> |
| 626 | <string name="header_relation_entry">Relation</string> |
Brian Attwell | da71919 | 2014-11-11 18:30:05 -0800 | [diff] [blame] | 627 | <!-- Content description for the name fields header entry [CHAR LIMIT=NONE] --> |
Brian Attwell | 8c8cafb | 2014-11-12 18:38:24 -0800 | [diff] [blame] | 628 | <string name="header_name_entry">Name</string> |
Brian Attwell | da71919 | 2014-11-11 18:30:05 -0800 | [diff] [blame] | 629 | <!-- Content description for the email fields header entry [CHAR LIMIT=NONE] --> |
Brian Attwell | 8c8cafb | 2014-11-12 18:38:24 -0800 | [diff] [blame] | 630 | <string name="header_email_entry">Email</string> |
Brian Attwell | da71919 | 2014-11-11 18:30:05 -0800 | [diff] [blame] | 631 | <!-- Content description for the phone fields header entry [CHAR LIMIT=NONE] --> |
Brian Attwell | 8c8cafb | 2014-11-12 18:38:24 -0800 | [diff] [blame] | 632 | <string name="header_phone_entry">Phone</string> |
Paul Soulos | eb64a4b | 2014-07-07 17:03:27 -0700 | [diff] [blame] | 633 | |
Paul Soulos | 101b0b0 | 2014-07-11 14:36:24 -0700 | [diff] [blame] | 634 | <!-- Content description for directions secondary button [CHAR LIMIT=NONE] --> |
| 635 | <string name="content_description_directions">directions to location</string> |
| 636 | |
Gary Mai | 363af60 | 2016-09-28 10:01:23 -0700 | [diff] [blame] | 637 | <!-- Button to expand the contact editor to show all available input fields. [CHAR LIMIT=60] --> |
| 638 | <string name="editor_more_fields">More fields</string> |
Walter Jang | 356e93d | 2015-05-21 09:43:15 -0700 | [diff] [blame] | 639 | |
Gary Mai | ef6ceb2 | 2016-11-17 12:25:19 -0800 | [diff] [blame] | 640 | <!-- Content description for the contact editor photo overlay which, when clicked, shows a dialog with the options for changing the contact photo. [CHAR LIMIT=NONE] --> |
| 641 | <string name="editor_change_photo_content_description">Change contact photo</string> |
| 642 | |
| 643 | <!-- Content description for the contact editor photo overlay which, when clicked, shows a dialog with the options for adding a contact photo. [CHAR LIMIT=NONE] --> |
| 644 | <string name="editor_add_photo_content_description">Add contact photo</string> |
Tingting Wang | d5b686e | 2015-07-13 12:52:40 -0700 | [diff] [blame] | 645 | |
Gary Mai | 34047d2 | 2016-11-17 10:36:59 -0800 | [diff] [blame] | 646 | <!-- Accessibility content description, describes the image as being the photo for the contact the user is viewing. [CHAR LIMIT=NONE] --> |
| 647 | <string name="editor_contact_photo_content_description">Contact photo</string> |
| 648 | |
Walter Jang | 79658e1 | 2015-09-24 10:36:26 -0700 | [diff] [blame] | 649 | <!-- Toast message displayed when the editor fails to load for a contacts. [CHAR LIMIT=NONE] --> |
Gary Mai | 363af60 | 2016-09-28 10:01:23 -0700 | [diff] [blame] | 650 | <string name="editor_failed_to_load">Failed to open editor.</string> |
Walter Jang | 79658e1 | 2015-09-24 10:36:26 -0700 | [diff] [blame] | 651 | |
Walter Jang | 9488a76 | 2015-10-16 13:42:48 -0700 | [diff] [blame] | 652 | <!-- Label for the account selector to indicate which account a contact will be saved to. [CHAR LIMIT=30] --> |
Gary Mai | 363af60 | 2016-09-28 10:01:23 -0700 | [diff] [blame] | 653 | <string name="editor_account_selector_title">Saving to</string> |
Walter Jang | 9488a76 | 2015-10-16 13:42:48 -0700 | [diff] [blame] | 654 | |
Gary Mai | 2fca910 | 2016-12-05 14:37:39 -0800 | [diff] [blame] | 655 | <!-- Label for the account selector to indicate the current information (name, phone number, email etc.) about the contact comes from a read-only account. [CHAR LIMIT=55] --> |
Gary Mai | 079598f | 2016-11-03 15:02:45 -0700 | [diff] [blame] | 656 | <string name="editor_account_selector_read_only_title">Contact info from <xliff:g id="account">%s</xliff:g> is not editable</string> |
Gary Mai | 4ceabed | 2016-09-16 12:14:13 -0700 | [diff] [blame] | 657 | |
Tingting Wang | 5585c6e | 2015-10-14 11:19:58 -0700 | [diff] [blame] | 658 | <!-- Button used in quick contact suggestion card to link selected contacts. [CHAR LIMIT=30]--> |
Tingting Wang | 18906c0 | 2015-10-16 14:53:10 -0700 | [diff] [blame] | 659 | <string name="quickcontact_suggestion_link_button">LINK CONTACTS</string> |
| 660 | |
| 661 | <!-- Button used in quick contact suggestion card to collapse suggestion card. [CHAR LIMIT=30]--> |
| 662 | <string name="quickcontact_suggestion_cancel_button">CANCEL</string> |
| 663 | |
Tingting Wang | 18906c0 | 2015-10-16 14:53:10 -0700 | [diff] [blame] | 664 | <!-- "This contact" title showing in suggestion card in Quick contact. [CHAR LIMIT=30]--> |
| 665 | <string name="suggestion_card_this_contact_title">This contact</string> |
| 666 | |
| 667 | <!-- "Duplicates" title showing in suggestion card in Quick contact. [CHAR LIMIT=30]--> |
Wenyi Wang | 5368489 | 2015-10-23 11:11:16 -0700 | [diff] [blame] | 668 | <string name="suggestion_card_duplicates_title">Possible duplicates</string> |
Tingting Wang | 18906c0 | 2015-10-16 14:53:10 -0700 | [diff] [blame] | 669 | |
Tingting Wang | 168331d | 2015-10-30 12:00:57 -0700 | [diff] [blame] | 670 | <!-- Help message showing in suggestion card in Quick contact. [CHAR LIMIT=NONE]--> |
| 671 | <string name="suggestion_card_help_message">These contacts might be the same person. You can link them together as a single contact.</string> |
Walter Jang | 9488a76 | 2015-10-16 13:42:48 -0700 | [diff] [blame] | 672 | |
Wenyi Wang | daf8a41 | 2015-11-06 12:59:57 -0800 | [diff] [blame] | 673 | <!-- Content description of delete button to the right of each section in editor, including |
| 674 | data type. For example: Delete Home Phone, Delete Work Email, etc [CHAR LIMIT=30]--> |
Gary Mai | bb15fab | 2016-12-02 11:46:34 -0800 | [diff] [blame] | 675 | <string name="editor_delete_view_description">Delete <xliff:g id="data_type">%1$s </xliff:g><xliff:g id="data_kind">%2$s</xliff:g></string> |
Wenyi Wang | daf8a41 | 2015-11-06 12:59:57 -0800 | [diff] [blame] | 676 | |
| 677 | <!-- Content description of delete button to the right of each section in editor, without data |
| 678 | type. For example: Delete Website, Delete SIP, etc [CHAR LIMIT=30]--> |
| 679 | <string name="editor_delete_view_description_short">Delete <xliff:g id="data_kind">%s</xliff:g></string> |
| 680 | |
John Shao | 5f3c81e | 2016-11-07 11:04:57 -0800 | [diff] [blame] | 681 | <!-- Left drawer menu item to open contacts assistant/suggestion cards. [CHAR LIMIT=20]--> |
| 682 | <string name="menu_assistant">Suggestions</string> |
Wenyi Wang | f568b30 | 2016-04-02 13:58:43 -0700 | [diff] [blame] | 683 | |
John Shao | 5f3c81e | 2016-11-07 11:04:57 -0800 | [diff] [blame] | 684 | <!-- Badge shown next to Suggestions in left drawer menu when user has not visited it yet. [CHAR LIMIT=10] --> |
Sean Midford | dfd0b0d | 2016-11-01 15:05:33 -0700 | [diff] [blame] | 685 | <string name="menu_assistant_new_badge">New</string> |
| 686 | |
Wenyi Wang | f568b30 | 2016-04-02 13:58:43 -0700 | [diff] [blame] | 687 | <!-- Open drawer content descriptions [CHAR LIMIT=40] --> |
| 688 | <string name="navigation_drawer_open">Open navigation drawer</string> |
| 689 | |
| 690 | <!-- Close drawer content descriptions [CHAR LIMIT=40] --> |
| 691 | <string name="navigation_drawer_close">Close navigation drawer</string> |
Wenyi Wang | 9cfe1af | 2016-04-07 18:06:08 -0700 | [diff] [blame] | 692 | |
Wenyi Wang | 2829deb | 2017-01-04 14:05:13 -0800 | [diff] [blame] | 693 | <!-- Content description of label name in navigation drawer. For example: Coworker Label, Friends Label [CHAR LIMIT=30] --> |
| 694 | <string name="navigation_drawer_label"><xliff:g id="label_name">%s</xliff:g> label</string> |
| 695 | |
Wenyi Wang | 9cfe1af | 2016-04-07 18:06:08 -0700 | [diff] [blame] | 696 | <!-- Menu section title of "labels" [CHAR LIMIT=20] --> |
| 697 | <string name="menu_title_groups">Labels</string> |
| 698 | |
| 699 | <!-- Menu section title of "accounts" [CHAR LIMIT=20] --> |
| 700 | <string name="menu_title_filters">Accounts</string> |
guanxiongliu | 04a1936 | 2016-05-18 14:38:51 -0700 | [diff] [blame] | 701 | |
Tingting Wang | dce1e68 | 2016-07-28 10:06:29 -0700 | [diff] [blame] | 702 | <!-- The header text for hamburger promo [CHAR LIMIT=60]--> |
Sean Midford | a9338cf | 2016-11-11 18:08:39 -0800 | [diff] [blame] | 703 | <string name="hamburger_feature_highlight_header">Suggestions</string> |
Tingting Wang | dce1e68 | 2016-07-28 10:06:29 -0700 | [diff] [blame] | 704 | <!-- The body text for hamburger promo [CHAR LIMIT=200]--> |
Sean Midford | a9338cf | 2016-11-11 18:08:39 -0800 | [diff] [blame] | 705 | <string name="hamburger_feature_highlight_body">Keep your contacts organized and useful</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 706 | |
Marcus Hagerott | bea2b85 | 2016-08-11 14:55:52 -0700 | [diff] [blame] | 707 | <!-- The label for the action shown in a snackbar after an operation that modifies some data is performed. |
| 708 | The user can click on the action to rollback the modification--> |
| 709 | <string name="undo">Undo</string> |
| 710 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 711 | <!-- Action string for calling a custom phone number --> |
| 712 | <string name="call_custom">Call |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 713 | <xliff:g id="custom_label" example="business">%s</xliff:g> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 714 | </string> |
| 715 | <!-- Action string for calling a home phone number --> |
| 716 | <string name="call_home">Call home</string> |
| 717 | <!-- Action string for calling a mobile phone number --> |
| 718 | <string name="call_mobile">Call mobile</string> |
| 719 | <!-- Action string for calling a work phone number --> |
| 720 | <string name="call_work">Call work</string> |
| 721 | <!-- Action string for calling a work fax phone number --> |
| 722 | <string name="call_fax_work">Call work fax</string> |
| 723 | <!-- Action string for calling a home fax phone number --> |
| 724 | <string name="call_fax_home">Call home fax</string> |
| 725 | <!-- Action string for calling a pager phone number --> |
| 726 | <string name="call_pager">Call pager</string> |
| 727 | <!-- Action string for calling an other phone number --> |
| 728 | <string name="call_other">Call</string> |
| 729 | <!-- Action string for calling a callback number --> |
| 730 | <string name="call_callback">Call callback</string> |
| 731 | <!-- Action string for calling a car phone number --> |
| 732 | <string name="call_car">Call car</string> |
| 733 | <!-- Action string for calling a company main phone number --> |
| 734 | <string name="call_company_main">Call company main</string> |
| 735 | <!-- Action string for calling a ISDN phone number --> |
| 736 | <string name="call_isdn">Call ISDN</string> |
| 737 | <!-- Action string for calling a main phone number --> |
| 738 | <string name="call_main">Call main</string> |
| 739 | <!-- Action string for calling an other fax phone number --> |
| 740 | <string name="call_other_fax">Call fax</string> |
| 741 | <!-- Action string for calling a radio phone number --> |
| 742 | <string name="call_radio">Call radio</string> |
| 743 | <!-- Action string for calling a Telex phone number --> |
| 744 | <string name="call_telex">Call telex</string> |
| 745 | <!-- Action string for calling a TTY/TDD phone number --> |
| 746 | <string name="call_tty_tdd">Call TTY/TDD</string> |
| 747 | <!-- Action string for calling a work mobile phone number --> |
| 748 | <string name="call_work_mobile">Call work mobile</string> |
| 749 | <!-- Action string for calling a work pager phone number --> |
| 750 | <string name="call_work_pager">Call work pager</string> |
| 751 | <!-- Action string for calling an assistant phone number --> |
| 752 | <string name="call_assistant">Call |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 753 | <xliff:g id="custom_label" example="assistant">%s</xliff:g> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 754 | </string> |
| 755 | <!-- Action string for calling a MMS phone number --> |
| 756 | <string name="call_mms">Call MMS</string> |
| 757 | <!-- Action string for calling a contact by shortcut --> |
| 758 | <string name="call_by_shortcut"><xliff:g id="contact_name">%s</xliff:g> (Call)</string> |
| 759 | |
| 760 | <!-- Action string for sending an SMS to a custom phone number --> |
| 761 | <string name="sms_custom">Text |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 762 | <xliff:g id="custom_label" example="business">%s</xliff:g> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 763 | </string> |
| 764 | <!-- Action string for sending an SMS to a home phone number --> |
| 765 | <string name="sms_home">Text home</string> |
| 766 | <!-- Action string for sending an SMS to a mobile phone number --> |
| 767 | <string name="sms_mobile">Text mobile</string> |
| 768 | <!-- Action string for sending an SMS to a work phone number --> |
| 769 | <string name="sms_work">Text work</string> |
| 770 | <!-- Action string for sending an SMS to a work fax phone number --> |
| 771 | <string name="sms_fax_work">Text work fax</string> |
| 772 | <!-- Action string for sending an SMS to a home fax phone number --> |
| 773 | <string name="sms_fax_home">Text home fax</string> |
| 774 | <!-- Action string for sending an SMS to a pager phone number --> |
| 775 | <string name="sms_pager">Text pager</string> |
| 776 | <!-- Action string for sending an SMS to an other phone number --> |
| 777 | <string name="sms_other">Text</string> |
| 778 | <!-- Action string for sending an SMS to a callback number --> |
| 779 | <string name="sms_callback">Text callback</string> |
| 780 | <!-- Action string for sending an SMS to a car phone number --> |
| 781 | <string name="sms_car">Text car</string> |
| 782 | <!-- Action string for sending an SMS to a company main phone number --> |
| 783 | <string name="sms_company_main">Text company main</string> |
| 784 | <!-- Action string for sending an SMS to a ISDN phone number --> |
| 785 | <string name="sms_isdn">Text ISDN</string> |
| 786 | <!-- Action string for sending an SMS to a main phone number --> |
| 787 | <string name="sms_main">Text main</string> |
| 788 | <!-- Action string for sending an SMS to an other fax phone number --> |
| 789 | <string name="sms_other_fax">Text fax</string> |
| 790 | <!-- Action string for sending an SMS to a radio phone number --> |
| 791 | <string name="sms_radio">Text radio</string> |
| 792 | <!-- Action string for sending an SMS to a Telex phone number --> |
| 793 | <string name="sms_telex">Text telex</string> |
| 794 | <!-- Action string for sending an SMS to a TTY/TDD phone number --> |
| 795 | <string name="sms_tty_tdd">Text TTY/TDD</string> |
| 796 | <!-- Action string for sending an SMS to a work mobile phone number --> |
| 797 | <string name="sms_work_mobile">Text work mobile</string> |
| 798 | <!-- Action string for sending an SMS to a work pager phone number --> |
| 799 | <string name="sms_work_pager">Text work pager</string> |
| 800 | <!-- Action string for sending an SMS to an assistant phone number --> |
| 801 | <string name="sms_assistant">Text |
| 802 | <xliff:g id="assistant">%s</xliff:g> |
| 803 | </string> |
| 804 | <!-- Action string for sending an SMS to a MMS phone number --> |
| 805 | <string name="sms_mms">Text MMS</string> |
| 806 | <!-- Action string for sending an SMS to a contact by shortcut --> |
| 807 | <string name="sms_by_shortcut"><xliff:g id="contact_name">%s</xliff:g> (Message)</string> |
| 808 | |
| 809 | <!-- Description string for an action button to initiate a video call. --> |
| 810 | <string name="description_video_call">Make video call</string> |
| 811 | |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 812 | <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=60] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 813 | <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string> |
| 814 | |
| 815 | <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] --> |
| 816 | <string name="clearFrequentsConfirmation">You\'ll clear the frequently contacted list in the |
| 817 | Contacts and Phone apps, and force email apps to learn your addressing preferences from |
| 818 | scratch. |
| 819 | </string> |
| 820 | |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 821 | <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=60] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 822 | <string name="clearFrequentsProgress_title">Clearing frequently contacted\u2026</string> |
| 823 | |
| 824 | <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] --> |
| 825 | <string name="status_available">Available</string> |
| 826 | |
| 827 | <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] --> |
| 828 | <string name="status_away">Away</string> |
| 829 | |
| 830 | <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] --> |
| 831 | <string name="status_busy">Busy</string> |
| 832 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 833 | <!-- The name of the invisible local contact directory --> |
| 834 | <string name="local_invisible_directory">Other</string> |
| 835 | |
| 836 | <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] --> |
| 837 | <string name="directory_search_label">Directory</string> |
| 838 | |
| 839 | <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] --> |
| 840 | <string name="directory_search_label_work">Work directory</string> |
| 841 | |
| 842 | <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] --> |
| 843 | <string name="local_search_label">All contacts</string> |
| 844 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 845 | <!-- String describing the text for photo of a contact in a contacts list. |
| 846 | |
| 847 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 848 | This is especially valuable for views without textual representation like ImageView. |
| 849 | --> |
| 850 | <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string> |
| 851 | |
| 852 | <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]--> |
| 853 | <string name="missing_name">(No name)</string> |
| 854 | |
| 855 | <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] --> |
| 856 | <string name="favoritesFrequentContacted">Frequently contacted</string> |
| 857 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 858 | <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] --> |
| 859 | <string name="list_filter_phones">All contacts with phone numbers</string> |
| 860 | |
| 861 | <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] --> |
| 862 | <string name="list_filter_phones_work">Work profile contacts</string> |
| 863 | |
| 864 | <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] --> |
| 865 | <string name="view_updates_from_group">View updates</string> |
| 866 | |
| 867 | <!-- Title for data source when creating or editing a contact that doesn't |
| 868 | belong to a specific account. This contact will only exist on the phone |
| 869 | and will not be synced. [CHAR LIMIT=20] --> |
| 870 | <string name="account_phone">Device</string> |
| 871 | |
Marcus Hagerott | 6caf23f | 2016-08-18 15:02:42 -0700 | [diff] [blame] | 872 | <!-- Title for data source when creating or editing a contact that is stored on the |
| 873 | devices SIM card. This contact will only exist on the phone and will not be synced. |
| 874 | [CHAR LIMIT=20] --> |
| 875 | <string name="account_sim">SIM</string> |
| 876 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 877 | <!-- Header that expands to list all name types when editing a structured name of a contact |
| 878 | [CHAR LIMIT=20] --> |
| 879 | <string name="nameLabelsGroup">Name</string> |
| 880 | |
| 881 | <!-- Header that expands to list all nickname types when editing a nickname of a contact |
| 882 | [CHAR LIMIT=20] --> |
| 883 | <string name="nicknameLabelsGroup">Nickname</string> |
| 884 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 885 | <!-- Field title for the given name of a contact --> |
| 886 | <string name="name_given">First name</string> |
| 887 | <!-- Field title for the family name of a contact --> |
| 888 | <string name="name_family">Last name</string> |
| 889 | <!-- Field title for the prefix name of a contact --> |
| 890 | <string name="name_prefix">Name prefix</string> |
| 891 | <!-- Field title for the middle name of a contact --> |
| 892 | <string name="name_middle">Middle name</string> |
| 893 | <!-- Field title for the suffix name of a contact --> |
| 894 | <string name="name_suffix">Name suffix</string> |
| 895 | |
| 896 | <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]--> |
| 897 | <string name="name_phonetic">Phonetic name</string> |
| 898 | |
| 899 | <!-- Field title for the phonetic given name of a contact --> |
| 900 | <string name="name_phonetic_given">Phonetic first name</string> |
| 901 | <!-- Field title for the phonetic middle name of a contact --> |
| 902 | <string name="name_phonetic_middle">Phonetic middle name</string> |
| 903 | <!-- Field title for the phonetic family name of a contact --> |
| 904 | <string name="name_phonetic_family">Phonetic last name</string> |
| 905 | |
| 906 | <!-- Header that expands to list all of the types of phone numbers when editing or creating a |
| 907 | phone number for a contact [CHAR LIMIT=20] --> |
| 908 | <string name="phoneLabelsGroup">Phone</string> |
| 909 | |
| 910 | <!-- Header that expands to list all of the types of email addresses when editing or creating |
| 911 | an email address for a contact [CHAR LIMIT=20] --> |
| 912 | <string name="emailLabelsGroup">Email</string> |
| 913 | |
| 914 | <!-- Header that expands to list all of the types of postal addresses when editing or creating |
| 915 | an postal address for a contact [CHAR LIMIT=20] --> |
| 916 | <string name="postalLabelsGroup">Address</string> |
| 917 | |
| 918 | <!-- Header that expands to list all of the types of IM account when editing or creating an IM |
| 919 | account for a contact [CHAR LIMIT=20] --> |
| 920 | <string name="imLabelsGroup">IM</string> |
| 921 | |
| 922 | <!-- Header that expands to list all organization types when editing an organization of a |
| 923 | contact [CHAR LIMIT=20] --> |
| 924 | <string name="organizationLabelsGroup">Organization</string> |
| 925 | |
| 926 | <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] --> |
| 927 | <string name="relationLabelsGroup">Relationship</string> |
| 928 | |
| 929 | <!-- Header that expands to list all event types when editing an event of a contact |
| 930 | [CHAR LIMIT=20] --> |
| 931 | <string name="eventLabelsGroup">Special date</string> |
| 932 | |
| 933 | <!-- Generic action string for text messaging a contact. Used by AccessibilityService to |
| 934 | announce the purpose of the view. [CHAR LIMIT=NONE] --> |
| 935 | <string name="sms">Text message</string> |
| 936 | |
| 937 | <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]--> |
| 938 | <string name="postal_address">Address</string> |
| 939 | |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 940 | <!-- Hint text for the organization name when editing a business/work contact. [CHAR LIMIT=64] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 941 | <string name="ghostData_company">Company</string> |
| 942 | |
Gyanesh Mittal | 72417d9 | 2020-12-04 16:07:31 -0800 | [diff] [blame] | 943 | <!-- Hint text for the organization department when editing a business/work contact. |
| 944 | [CHAR LIMIT=64] --> |
| 945 | <string name="ghostData_department">Department</string> |
| 946 | |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 947 | <!-- Hint text for the organization title when editing a business/work contact. [CHAR LIMIT=64] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 948 | <string name="ghostData_title">Title</string> |
| 949 | |
| 950 | <!-- The label describing the Notes field of a contact. This field allows free form text entry |
| 951 | about a contact --> |
| 952 | <string name="label_notes">Notes</string> |
| 953 | |
yaolu | 1bd8826 | 2016-08-18 10:29:12 -0700 | [diff] [blame] | 954 | <!-- The label describing the custom field of a contact. [CHAR LIMIT=20] --> |
| 955 | <string name="label_custom_field">Custom</string> |
| 956 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 957 | <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] --> |
| 958 | <string name="label_sip_address">SIP</string> |
| 959 | |
| 960 | <!-- Header that expands to list all website types when editing a website of a contact |
| 961 | [CHAR LIMIT=20] --> |
| 962 | <string name="websiteLabelsGroup">Website</string> |
| 963 | |
| 964 | <!-- Header for the list of all labels for a contact [CHAR LIMIT=20] --> |
| 965 | <string name="groupsLabel">Labels</string> |
| 966 | |
| 967 | <!-- Action string for sending an email to a home email address --> |
| 968 | <string name="email_home">Email home</string> |
| 969 | <!-- Action string for sending an email to a mobile email address --> |
| 970 | <string name="email_mobile">Email mobile</string> |
| 971 | <!-- Action string for sending an email to a work email address --> |
| 972 | <string name="email_work">Email work</string> |
| 973 | <!-- Action string for sending an email to an other email address --> |
| 974 | <string name="email_other">Email</string> |
| 975 | <!-- Action string for sending an email to a custom email address --> |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 976 | <string name="email_custom">Email <xliff:g id="custom_label" example="business">%s</xliff:g></string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 977 | |
| 978 | <!-- Generic action string for sending an email --> |
| 979 | <string name="email">Email</string> |
| 980 | |
| 981 | <!-- Field title for the street of a structured postal address of a contact --> |
| 982 | <string name="postal_street">Street</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 983 | <!-- Field title for the city of a structured postal address of a contact --> |
| 984 | <string name="postal_city">City</string> |
| 985 | <!-- Field title for the region, or state, of a structured postal address of a contact --> |
| 986 | <string name="postal_region">State</string> |
| 987 | <!-- Field title for the postal code of a structured postal address of a contact --> |
| 988 | <string name="postal_postcode">ZIP code</string> |
| 989 | <!-- Field title for the country of a structured postal address of a contact --> |
| 990 | <string name="postal_country">Country</string> |
| 991 | |
| 992 | <!-- Action string for viewing a home postal address --> |
| 993 | <string name="map_home">View home address</string> |
| 994 | <!-- Action string for viewing a work postal address --> |
| 995 | <string name="map_work">View work address</string> |
| 996 | <!-- Action string for viewing an other postal address --> |
| 997 | <string name="map_other">View address</string> |
| 998 | <!-- Action string for viewing a custom postal address --> |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 999 | <string name="map_custom">View <xliff:g id="custom_label" example="vacation">%s</xliff:g> address</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1000 | |
| 1001 | <!-- Action string for starting an IM chat with the AIM protocol --> |
| 1002 | <string name="chat_aim">Chat using AIM</string> |
| 1003 | <!-- Action string for starting an IM chat with the MSN or Windows Live protocol --> |
| 1004 | <string name="chat_msn">Chat using Windows Live</string> |
| 1005 | <!-- Action string for starting an IM chat with the Yahoo protocol --> |
| 1006 | <string name="chat_yahoo">Chat using Yahoo</string> |
| 1007 | <!-- Action string for starting an IM chat with the Skype protocol --> |
| 1008 | <string name="chat_skype">Chat using Skype</string> |
| 1009 | <!-- Action string for starting an IM chat with the QQ protocol --> |
| 1010 | <string name="chat_qq">Chat using QQ</string> |
| 1011 | <!-- Action string for starting an IM chat with the Google Talk protocol --> |
| 1012 | <string name="chat_gtalk">Chat using Google Talk</string> |
| 1013 | <!-- Action string for starting an IM chat with the ICQ protocol --> |
| 1014 | <string name="chat_icq">Chat using ICQ</string> |
| 1015 | <!-- Action string for starting an IM chat with the Jabber protocol --> |
| 1016 | <string name="chat_jabber">Chat using Jabber</string> |
| 1017 | |
| 1018 | <!-- Generic action string for starting an IM chat --> |
| 1019 | <string name="chat">Chat</string> |
| 1020 | |
| 1021 | <!-- String describing the Contact Editor Minus button |
| 1022 | |
| 1023 | Used by AccessibilityService to announce the purpose of the button. |
| 1024 | |
| 1025 | [CHAR LIMIT=NONE] |
| 1026 | --> |
| 1027 | <string name="description_minus_button">delete</string> |
| 1028 | |
| 1029 | <!-- Content description for the expand or collapse name fields button. |
| 1030 | Clicking this button causes the name editor to toggle between showing |
| 1031 | a single field where the entire name is edited at once, or multiple |
| 1032 | fields corresponding to each part of the name (Name Prefix, First Name, |
| 1033 | Middle Name, Last Name, Name Suffix). |
| 1034 | [CHAR LIMIT=NONE] --> |
Sean Midford | 102b3b1 | 2016-11-18 14:45:24 -0800 | [diff] [blame] | 1035 | <string name="expand_name_fields_description">Show more name fields</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1036 | |
Gary Mai | 1c6298b | 2016-09-09 14:34:52 -0700 | [diff] [blame] | 1037 | <!-- Content description for the collapse name fields button. [CHAR LIMIT=NONE] --> |
| 1038 | <string name="collapse_name_fields_description">Collapse name fields</string> |
| 1039 | |
| 1040 | <!-- Content description for the expand phonetic name fields button. [CHAR LIMIT=NONE] --> |
Sean Midford | 102b3b1 | 2016-11-18 14:45:24 -0800 | [diff] [blame] | 1041 | <string name="expand_phonetic_name_fields_description">Show more phonetic name fields</string> |
Gary Mai | 1c6298b | 2016-09-09 14:34:52 -0700 | [diff] [blame] | 1042 | |
| 1043 | <!-- Content description for the collapse phonetic name fields button. [CHAR LIMIT=NONE] --> |
| 1044 | <string name="collapse_phonetic_name_fields_description">Collapse phonetic name fields</string> |
| 1045 | |
| 1046 | <!-- Content description for a generic expand fields button. [CHAR LIMIT=NONE] --> |
| 1047 | <string name="expand_fields_description">Expand</string> |
| 1048 | |
| 1049 | <!-- Content description for a generic collapse fields button. [CHAR LIMIT=NONE] --> |
| 1050 | <string name="collapse_fields_description">Collapse</string> |
| 1051 | |
| 1052 | <!-- A11y announcement text for when a expand fields button is actioned. [CHAR LIMIT=NONE] --> |
| 1053 | <string name="announce_expanded_fields">Expanded</string> |
| 1054 | |
| 1055 | <!-- A11y announcement text for when a collapse fields button is actioned. [CHAR LIMIT=NONE] --> |
| 1056 | <string name="announce_collapsed_fields">Collapsed</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1057 | |
| 1058 | <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] --> |
| 1059 | <string name="list_filter_all_accounts">All contacts</string> |
| 1060 | |
| 1061 | <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] --> |
| 1062 | <string name="list_filter_all_starred">Starred</string> |
| 1063 | |
| 1064 | <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> |
| 1065 | <string name="list_filter_customize">Customize</string> |
| 1066 | |
| 1067 | <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] --> |
| 1068 | <string name="list_filter_single">Contact</string> |
| 1069 | |
| 1070 | <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] --> |
| 1071 | <string name="display_ungrouped">All other contacts</string> |
| 1072 | |
| 1073 | <!-- List title for a special contacts group that covers all contacts that aren't members of any other group. [CHAR LIMIT=25] --> |
| 1074 | <string name="display_all_contacts">All contacts</string> |
| 1075 | |
| 1076 | <!-- Menu item to remove a contacts sync group. [CHAR LIMIT=40] --> |
| 1077 | <string name="menu_sync_remove">Remove sync group</string> |
| 1078 | |
| 1079 | <!-- Menu item to add a contacts sync group. [CHAR LIMIT=40] --> |
| 1080 | <string name="dialog_sync_add">Add sync group</string> |
| 1081 | |
| 1082 | <!-- Text displayed in the sync groups footer view for unknown sync groups. [CHAR LIMIT=40 --> |
| 1083 | <string name="display_more_groups">More groups\u2026</string> |
| 1084 | |
| 1085 | <!-- Warning message given to users just before they remove a currently syncing |
| 1086 | group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] --> |
| 1087 | <string name="display_warn_remove_ungrouped">Removing \"<xliff:g id="group" example="Starred">%s</xliff:g>\" from sync will also remove any ungrouped contacts from sync.</string> |
| 1088 | |
| 1089 | <!-- Displayed in a spinner dialog as user changes to display options are saved --> |
| 1090 | <string name="savingDisplayGroups">Saving display options\u2026</string> |
| 1091 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1092 | <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=50] --> |
| 1093 | <string name="listCustomView">Customized view</string> |
| 1094 | |
| 1095 | <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] --> |
| 1096 | <string name="dialog_new_contact_account">Save imported contacts to:</string> |
| 1097 | |
| 1098 | <!-- Action string for selecting SIM for importing contacts --> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1099 | <string name="import_from_sim">SIM card</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1100 | |
| 1101 | <!-- Action string for selecting a SIM subscription for importing contacts --> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1102 | <string name="import_from_sim_summary_fmt">SIM <xliff:g id="sim_name">%1$s</xliff:g></string> |
| 1103 | |
| 1104 | <!-- Secondary string showing the number of SIM contacts for the SIM card on the action for |
| 1105 | importing from that SIM. Only shown if there is no phone number available for the SIM card |
| 1106 | [CHAR LIMIT=25] --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 1107 | <string name="import_from_sim_secondary_contact_count_fmt"> {count, plural, |
| 1108 | =1 {# contact} |
| 1109 | other {# contacts} |
| 1110 | }</string> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1111 | |
| 1112 | <!-- Secondary string showing the number of SIM contacts and phone number for the SIM card |
| 1113 | on the action for importing that SIM. Note that the bullet character is purely a visual |
| 1114 | separator between the contact count and phone number; it has no grammatical meaning in |
| 1115 | this string [CHAR LIMIT=35]--> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 1116 | <string name="import_from_sim_secondary_template"> {count, plural, |
| 1117 | =1 {# contact • <xliff:g id="phone_number">^1</xliff:g>} |
| 1118 | other {# contacts • <xliff:g id="phone_number">^1</xliff:g>} |
| 1119 | }</string> |
Marcus Hagerott | 02f5dba | 2016-10-18 12:34:57 -0700 | [diff] [blame] | 1120 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1121 | <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] --> |
John Shao | 744f403 | 2017-01-24 00:01:03 -0800 | [diff] [blame] | 1122 | <string name="import_from_vcf_file">.vcf file</string> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1123 | |
| 1124 | <!-- Message shown on Import from dialog when there is nothing available to import (no .vcf option or SIM cards) [CHAR LIMIT=NONE] --> |
| 1125 | <string name="nothing_to_import_message">Nothing to import</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1126 | |
Walter Jang | 915ccdd | 2016-10-24 12:18:20 -0700 | [diff] [blame] | 1127 | <!-- Dialog message asking the user for confirmation before starting to import contacts from a .vcf file. [CHAR LIMIT=NONE] --> |
John Shao | 744f403 | 2017-01-24 00:01:03 -0800 | [diff] [blame] | 1128 | <string name="import_from_vcf_file_confirmation_message">Import contacts from vCard?</string> |
Walter Jang | 915ccdd | 2016-10-24 12:18:20 -0700 | [diff] [blame] | 1129 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1130 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import. |
| 1131 | The argument is file name for the vCard import the user wants to cancel. |
| 1132 | [CHAR LIMIT=128] --> |
| 1133 | <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string> |
| 1134 | |
| 1135 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export. |
| 1136 | The argument is file name for the vCard export the user wants to cancel. |
| 1137 | [CHAR LIMIT=128] --> |
| 1138 | <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string> |
| 1139 | |
Walter Jang | 8ed46ff | 2016-08-23 10:21:15 -0700 | [diff] [blame] | 1140 | <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=80] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1141 | <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string> |
| 1142 | |
| 1143 | <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] --> |
| 1144 | <string name="fail_reason_unknown">Unknown error.</string> |
| 1145 | |
| 1146 | <!-- The failed reason shown when vCard importer/exporter could not open the file |
| 1147 | specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] --> |
Gary Mai | bb15fab | 2016-12-02 11:46:34 -0800 | [diff] [blame] | 1148 | <string name="fail_reason_could_not_open_file">Couldn\'t open \"<xliff:g id="file_name">%1$s</xliff:g>\": <xliff:g id="exact_reason">%2$s</xliff:g>.</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1149 | |
| 1150 | <!-- The failed reason shown when contacts exporter fails to be initialized. |
| 1151 | Some exact reason must follow this. [CHAR LIMIT=NONE]--> |
| 1152 | <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string> |
| 1153 | |
| 1154 | <!-- The failed reason shown when there's no contact which is allowed to be exported. |
| 1155 | Note that user may have contacts data but all of them are probably not allowed to be |
| 1156 | exported because of security/permission reasons. [CHAR LIMIT=NONE] --> |
| 1157 | <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string> |
| 1158 | |
| 1159 | <!-- The user doesn't have all permissions required to use the current screen. So |
| 1160 | close the current screen and show the user this message. --> |
| 1161 | <string name="missing_required_permission">You have disabled a required permission.</string> |
| 1162 | |
| 1163 | <!-- The failed reason shown when some error happend during contacts export. |
| 1164 | Some exact reason must follow this. [CHAR LIMIT=NONE] --> |
| 1165 | <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string> |
| 1166 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1167 | <!-- The failed reason shown when Contacts app (especially vCard importer/exporter) |
| 1168 | emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] --> |
| 1169 | <string name="fail_reason_io_error">I/O error</string> |
| 1170 | |
| 1171 | <!-- Failure reason show when Contacts app (especially vCard importer) encountered |
| 1172 | low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] --> |
| 1173 | <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string> |
| 1174 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1175 | <!-- The failed reason shown when vCard importer doesn't support the format. |
| 1176 | This may be shown when the vCard is corrupted [CHAR LIMIT=40] --> |
| 1177 | <string name="fail_reason_not_supported">The format isn\'t supported.</string> |
| 1178 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1179 | <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] --> |
| 1180 | <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string> |
| 1181 | |
| 1182 | <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] --> |
| 1183 | <string name="exporting_vcard_finished_title_fallback">Finished exporting contacts.</string> |
| 1184 | |
| 1185 | <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]--> |
| 1186 | <string name="exporting_vcard_finished_toast">Finished exporting contacts, click the notification to share contacts.</string> |
| 1187 | |
| 1188 | <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]--> |
| 1189 | <string name="touch_to_share_contacts">Tap to share contacts.</string> |
| 1190 | |
| 1191 | <!-- The title shown when exporting vCard is canceled (probably by a user) |
| 1192 | The argument is file name the user canceled importing. |
| 1193 | [CHAR LIMIT=40] --> |
| 1194 | <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string> |
| 1195 | |
| 1196 | <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] --> |
| 1197 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 1198 | |
| 1199 | <!-- Message shown when the application is exporting contact data outside --> |
| 1200 | <string name="exporting_contact_list_message">Contact data is being exported.</string> |
| 1201 | |
| 1202 | <!-- The error reason the vCard composer "may" emit when database is corrupted or |
| 1203 | something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] --> |
| 1204 | <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string> |
| 1205 | |
| 1206 | <!-- This error message shown when the user actually have no contact |
| 1207 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
| 1208 | contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] --> |
John Shao | 1e24ae8 | 2016-12-06 18:55:24 -0800 | [diff] [blame] | 1209 | <string name="composer_has_no_exportable_contact">There are no exportable contacts.</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1210 | |
| 1211 | <!-- The error reason the vCard composer may emit when vCard composer is not initialized |
| 1212 | even when needed. |
| 1213 | Users should not usually see this error message. [CHAR LIMIT=NONE] --> |
| 1214 | <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string> |
| 1215 | |
| 1216 | <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] --> |
| 1217 | <string name="exporting_contact_failed_title">Couldn\'t export</string> |
| 1218 | |
| 1219 | <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] --> |
| 1220 | <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
| 1221 | |
| 1222 | <!-- Description shown when importing vCard data. |
| 1223 | The argument is the name of a contact which is being read. |
| 1224 | [CHAR LIMIT=20] --> |
| 1225 | <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string> |
| 1226 | |
| 1227 | <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] --> |
| 1228 | <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string> |
| 1229 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1230 | <!-- The title shown when reading vCard finished |
| 1231 | The argument is file name the user imported. |
| 1232 | [CHAR LIMIT=40] --> |
| 1233 | <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string> |
| 1234 | |
| 1235 | <!-- The title shown when importing vCard is canceled (probably by a user) |
| 1236 | The argument is file name the user canceled importing. |
| 1237 | [CHAR LIMIT=40] --> |
| 1238 | <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string> |
| 1239 | |
| 1240 | <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later |
| 1241 | when there are already other import/export requests. |
| 1242 | The argument is file name the user imported. |
| 1243 | [CHAR LIMIT=40] --> |
| 1244 | <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string> |
| 1245 | <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests. |
| 1246 | "The file" is what a user selected for importing. |
| 1247 | [CHAR LIMIT=40] --> |
| 1248 | <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string> |
| 1249 | <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] --> |
| 1250 | <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1251 | |
| 1252 | <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]--> |
| 1253 | <string name="contacts_export_will_start_message">Contacts will be exported shortly.</string> |
| 1254 | |
| 1255 | <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] --> |
| 1256 | <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string> |
| 1257 | <!-- Used when file name is unknown in vCard processing. It typically happens |
| 1258 | when the file is given outside the Contacts app. [CHAR LIMIT=30] --> |
| 1259 | <string name="vcard_unknown_filename">contact</string> |
| 1260 | |
| 1261 | <!-- The message shown when vCard importer is caching files to be imported into local temporary |
| 1262 | data storage. [CHAR LIMIT=NONE] --> |
| 1263 | <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string> |
| 1264 | |
| 1265 | <!-- Message used when vCard import has failed. [CHAR LIMIT=40] --> |
| 1266 | <string name="vcard_import_failed">Couldn\'t import vCard.</string> |
| 1267 | |
Walter Jang | 60316c8 | 2016-08-22 18:56:00 -0700 | [diff] [blame] | 1268 | <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=50] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1269 | <string name="nfc_vcard_file_name">Contact received over NFC</string> |
| 1270 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1271 | <!-- The title shown when vCard importer is caching files to be imported into local temporary |
| 1272 | data storage. [CHAR LIMIT=40] --> |
| 1273 | <string name="caching_vcard_title">Caching</string> |
| 1274 | |
| 1275 | <!-- The message shown while importing vCard(s). |
| 1276 | First argument is current index of contacts to be imported. |
| 1277 | Second argument is the total number of contacts. |
| 1278 | Third argument is the name of a contact which is being read. |
| 1279 | [CHAR LIMIT=20] --> |
Gary Mai | bb15fab | 2016-12-02 11:46:34 -0800 | [diff] [blame] | 1280 | <string name="progress_notifier_message">Importing <xliff:g id="current_number">%1$s</xliff:g>/<xliff:g id="total_number">%2$s</xliff:g>: <xliff:g id="name" example="Joe Due">%3$s</xliff:g></string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1281 | |
| 1282 | <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] --> |
John Shao | 744f403 | 2017-01-24 00:01:03 -0800 | [diff] [blame] | 1283 | <string name="export_to_vcf_file">Export to .vcf file</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1284 | |
| 1285 | <!-- Contact preferences related strings --> |
| 1286 | |
| 1287 | <!-- Label of the "sort by" display option --> |
| 1288 | <string name="display_options_sort_list_by">Sort by</string> |
| 1289 | |
avipul | bf9dddc | 2017-02-21 10:46:38 -0800 | [diff] [blame] | 1290 | <!-- Label of the "phonetic name fields" display option. [CHAR LIMIT=50] --> |
| 1291 | <string name="display_options_phonetic_name_fields">Phonetic name</string> |
| 1292 | |
| 1293 | <!-- Option to initially show the phonetic name input fields on the contact editor even if the |
| 1294 | contact does not have a phonetic name. [CHAR LIMIT=25] --> |
| 1295 | <string name="editor_options_always_show_phonetic_names">Always show</string> |
| 1296 | |
| 1297 | <!-- Option to initially hide the phonetic name input fields on the contact editor if the |
| 1298 | contact being edited doesn't have a phonetic name. [CHAR LIMIT=25] --> |
| 1299 | <string name="editor_options_hide_phonetic_names_if_empty">Hide if empty</string> |
| 1300 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1301 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1302 | <string name="display_options_sort_by_given_name">First name</string> |
| 1303 | |
| 1304 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1305 | <string name="display_options_sort_by_family_name">Last name</string> |
| 1306 | |
| 1307 | <!-- Label of the "name format" display option [CHAR LIMIT=64]--> |
| 1308 | <string name="display_options_view_names_as">Name format</string> |
| 1309 | |
| 1310 | <!-- An allowable value for the "view names as" contact display option --> |
| 1311 | <string name="display_options_view_given_name_first">First name first</string> |
| 1312 | |
| 1313 | <!-- An allowable value for the "view names as" contact display option --> |
| 1314 | <string name="display_options_view_family_name_first">Last name first</string> |
| 1315 | |
| 1316 | <!--Lable of the "Accounts" in settings [CHAR LIMIT=30]--> |
| 1317 | <string name="settings_accounts">Accounts</string> |
| 1318 | |
| 1319 | <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]--> |
| 1320 | <string name="default_editor_account">Default account for new contacts</string> |
| 1321 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1322 | <!-- Title of my info preference, showing the name of user's personal profile [CHAR LIMIT=30]--> |
| 1323 | <string name="settings_my_info_title">My info</string> |
| 1324 | |
| 1325 | <!-- Displayed below my info for user to set up the user's personal profile entry [CHAR LIMIT=64] --> |
| 1326 | <string name="set_up_profile">Set up your profile</string> |
| 1327 | |
| 1328 | <!-- Label of the "About" setting --> |
| 1329 | <string name="setting_about">About Contacts</string> |
| 1330 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1331 | <!-- Action that shares favorite contacts [CHAR LIMIT=40]--> |
| 1332 | <string name="share_favorite_contacts">Share favorite contacts</string> |
| 1333 | |
| 1334 | <!-- Action that shares contacts [CHAR LIMIT=30]--> |
| 1335 | <string name="share_contacts">Share all contacts</string> |
| 1336 | |
| 1337 | <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]--> |
| 1338 | <string name="share_contacts_failure">Failed to share contacts.</string> |
| 1339 | |
| 1340 | <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] --> |
James Laskey | 1e2102f | 2016-09-19 10:09:08 -0700 | [diff] [blame] | 1341 | <string name="dialog_export">Export contacts</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1342 | |
Marcus Hagerott | 4dc1224 | 2016-12-06 14:29:49 -0800 | [diff] [blame] | 1343 | <!-- Dialog title when importing contacts from an external source such as SIM card or a vcf file. [CHAR LIMIT=36] --> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1344 | <string name="dialog_import">Import contacts from</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1345 | |
| 1346 | <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] --> |
| 1347 | <string name="share_error">This contact can\'t be shared.</string> |
| 1348 | |
| 1349 | <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] --> |
| 1350 | <string name="no_contact_to_share">There are no contacts to share.</string> |
| 1351 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1352 | <!-- The menu item to filter the list of contacts displayed --> |
| 1353 | <string name="menu_contacts_filter">Contacts to display</string> |
| 1354 | |
John Shao | 93f8271 | 2016-12-08 11:50:10 -0800 | [diff] [blame] | 1355 | <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] --> |
| 1356 | <string name="activity_title_contacts_filter">Contacts to display</string> |
| 1357 | |
| 1358 | <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] --> |
Walter Jang | f5faebf | 2016-12-08 10:33:08 -0800 | [diff] [blame] | 1359 | <string name="custom_list_filter">Customize view</string> |
John Shao | 93f8271 | 2016-12-08 11:50:10 -0800 | [diff] [blame] | 1360 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1361 | <!-- Menu item to save changes to custom filter. [CHAR LIMIT=15] --> |
| 1362 | <string name="menu_custom_filter_save">Save</string> |
| 1363 | |
| 1364 | <!-- Query hint displayed inside the search field [CHAR LIMIT=64] --> |
| 1365 | <string name="hint_findContacts">Search contacts</string> |
| 1366 | |
Wenyi Wang | 7438b13 | 2016-11-17 15:39:24 -0800 | [diff] [blame] | 1367 | <!-- The content description text for star icon in contacts list [CHAR LIMIT=30] --> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1368 | <string name="contactsFavoritesLabel">Favorites</string> |
| 1369 | |
James Laskey | 1e2102f | 2016-09-19 10:09:08 -0700 | [diff] [blame] | 1370 | <!-- The menu item to bulk import contacts from SIM card or SD card. [CHAR LIMIT=30]--> |
| 1371 | <string name="menu_import">Import</string> |
| 1372 | |
| 1373 | <!-- The menu item to bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]--> |
| 1374 | <string name="menu_export">Export</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1375 | |
| 1376 | <!-- The menu item to open blocked numbers activity [CHAR LIMIT=60]--> |
| 1377 | <string name="menu_blocked_numbers">Blocked numbers</string> |
| 1378 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1379 | <!-- Attribution of a contact status update, when the time of update is unknown --> |
| 1380 | <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> |
| 1381 | |
| 1382 | <!-- Attribution of a contact status update, when the time of update is known --> |
| 1383 | <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string> |
| 1384 | |
| 1385 | <!-- Font family used when drawing letters for letter tile avatars. |
| 1386 | Do not translate. --> |
| 1387 | <string name="letter_tile_letter_font_family">sans-serif-medium</string> |
| 1388 | |
| 1389 | <!-- Content description for the fake action menu up button as used |
| 1390 | inside search. [CHAR LIMIT=NONE] --> |
| 1391 | <string name="action_menu_back_from_search">stop searching</string> |
| 1392 | |
| 1393 | <!-- String describing the icon used to clear the search field --> |
| 1394 | <string name="description_clear_search">Clear search</string> |
| 1395 | |
| 1396 | <!-- The font-family to use for the text inside the searchbox. |
| 1397 | Do not translate. --> |
| 1398 | <string name="search_font_family">sans-serif</string> |
| 1399 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1400 | <!-- Title for Select Account Dialog [CHAR LIMIT=30] --> |
| 1401 | <string name="select_account_dialog_title">Account</string> |
| 1402 | |
| 1403 | <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]--> |
| 1404 | <string name="set_default_account">Always use this for calls</string> |
| 1405 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1406 | <!-- String used for actions in the dialer call log and the quick contact card to initiate |
| 1407 | a call to an individual. The user is prompted to enter a note which is sent along with |
| 1408 | the call (e.g. a call subject). [CHAR LIMIT=40] --> |
| 1409 | <string name="call_with_a_note">Call with a note</string> |
| 1410 | |
| 1411 | <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] --> |
Walter Jang | 0c8c709 | 2016-08-23 13:59:13 -0700 | [diff] [blame] | 1412 | <string name="call_subject_hint">Type a note to send with call…</string> |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1413 | |
| 1414 | <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] --> |
| 1415 | <string name="send_and_call_button">SEND & CALL</string> |
| 1416 | |
| 1417 | <!-- String used to represent the total number of characters entered for a call subject, |
| 1418 | compared to the character limit. Example: 2 / 64 --> |
| 1419 | <string name="call_subject_limit"><xliff:g id="count" example="4">%1$s</xliff:g> / <xliff:g id="limit" example="64">%2$s</xliff:g></string> |
| 1420 | |
| 1421 | <!-- String used to build a phone number bype and phone number string. |
| 1422 | Example: Mobile • 650-555-1212 --> |
| 1423 | <string name="call_subject_type_and_number"><xliff:g id="type" example="Mobile">%1$s</xliff:g> • <xliff:g id="number" example="(650) 555-1212">%2$s</xliff:g></string> |
| 1424 | |
Walter Jang | 13a9c33 | 2016-08-13 08:35:14 -0700 | [diff] [blame] | 1425 | <!-- Build version title in About preference. [CHAR LIMIT=40]--> |
| 1426 | <string name="about_build_version">Build version</string> |
| 1427 | |
| 1428 | <!-- Open source licenses title in About preference. [CHAR LIMIT=60] --> |
| 1429 | <string name="about_open_source_licenses">Open source licenses</string> |
| 1430 | |
| 1431 | <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] --> |
| 1432 | <string name="about_open_source_licenses_summary">License details for open source software</string> |
| 1433 | |
| 1434 | <!-- Privacy policy title in About preference. [CHAR LIMIT=40]--> |
| 1435 | <string name="about_privacy_policy">Privacy policy</string> |
| 1436 | |
| 1437 | <!-- Terms of service title in about preference. [CHAR LIMIT=60]--> |
| 1438 | <string name="about_terms_of_service">Terms of service</string> |
| 1439 | |
| 1440 | <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]--> |
| 1441 | <string name="activity_title_licenses">Open source licenses</string> |
| 1442 | |
| 1443 | <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]--> |
| 1444 | <string name="url_open_error_toast">Failed to open the url.</string> |
| 1445 | |
| 1446 | <!-- Content description of entries (including that radio button is checked) in contact |
| 1447 | accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]--> |
| 1448 | <string name="account_filter_view_checked"><xliff:g id="account_info">%s</xliff:g> checked</string> |
| 1449 | |
| 1450 | <!-- Content description of entries (including that the radio button is not checked) in contact |
| 1451 | accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]--> |
| 1452 | <string name="account_filter_view_not_checked"><xliff:g id="account_info">%s</xliff:g> not checked</string> |
| 1453 | |
| 1454 | <!-- Description string for an action button to initiate a video call from search results. |
| 1455 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 1456 | This is especially valuable for views without textual representation like ImageView. |
| 1457 | |
| 1458 | [CHAR LIMIT=NONE]--> |
| 1459 | <string name="description_search_video_call">Place video call</string> |
| 1460 | |
| 1461 | <!-- Content description of delete contact button [CHAR LIMIT=30]--> |
| 1462 | <string name="description_delete_contact">Delete</string> |
| 1463 | |
| 1464 | <!-- Content description for (...) in no name header [CHAR LIMIT=30]--> |
| 1465 | <string name="description_no_name_header">Ellipsis</string> |
yaolu | 0dd79bb | 2016-08-09 14:19:33 -0700 | [diff] [blame] | 1466 | |
Marcus Hagerott | c5083f9 | 2016-09-14 08:34:29 -0700 | [diff] [blame] | 1467 | <!-- Toast shown when a dynamic shortcut is tapped after being disabled because the experiment was turned off on the device --> |
| 1468 | <string name="dynamic_shortcut_disabled_message">This shortcut has been disabled</string> |
| 1469 | |
| 1470 | <!-- Toast shown when a dynamic shortcut is tapped after being disabled because the contact was removed --> |
| 1471 | <string name="dynamic_shortcut_contact_removed_message">Contact was removed</string> |
| 1472 | |
Marcus Hagerott | 819214d | 2016-09-29 14:58:27 -0700 | [diff] [blame] | 1473 | <!-- Text for button shown in toolbar to start import of SIM contacts --> |
| 1474 | <string name="sim_import_button_text">Import</string> |
| 1475 | |
| 1476 | <!-- Toolbar title shown when importing SIM contacts and none are selected --> |
| 1477 | <string name="sim_import_title_none_selected">Select contacts</string> |
| 1478 | |
Marcus Hagerott | 819214d | 2016-09-29 14:58:27 -0700 | [diff] [blame] | 1479 | <!-- Message shown when the SIM import screen is displayed but there are no contacts on the |
| 1480 | SIM card --> |
| 1481 | <string name="sim_import_empty_message">No contacts on your SIM card</string> |
| 1482 | |
Marcus Hagerott | 2aa3198 | 2016-10-25 14:36:25 -0700 | [diff] [blame] | 1483 | <!-- Snackbar message shown on the SIM import screen when the user taps on a contact that |
| 1484 | is disabled because an exact duplicate already exists in their contacts [CHAR LIMIT=60] --> |
| 1485 | <string name="sim_import_contact_exists_toast">Contact already exists in your list</string> |
| 1486 | |
Marcus Hagerott | 819214d | 2016-09-29 14:58:27 -0700 | [diff] [blame] | 1487 | <!-- Toast shown on settings screen when importing from SIM completes successfully --> |
John Shao | d32c4e9 | 2021-10-12 20:53:55 +0000 | [diff] [blame] | 1488 | <string name="sim_import_success_toast_fmt"> {count, plural, |
| 1489 | =1 {# SIM contact imported} |
| 1490 | other {# SIM contacts imported} |
| 1491 | }</string> |
Marcus Hagerott | 819214d | 2016-09-29 14:58:27 -0700 | [diff] [blame] | 1492 | |
| 1493 | <!-- Toast shown on settings screen when importing from SIM completes with an error --> |
| 1494 | <string name="sim_import_failed_toast">Failed to import SIM contacts</string> |
| 1495 | |
Marcus Hagerott | a8b448a | 2016-11-18 12:51:39 -0800 | [diff] [blame] | 1496 | <!-- Title of the SIM import activity; this isn't displayed but is announced by talkback |
| 1497 | when the window is first opened [CHAR LIMIT=40] --> |
| 1498 | <string name="sim_import_title">Import from SIM</string> |
Marcus Hagerott | da071fb | 2016-10-13 10:29:15 -0700 | [diff] [blame] | 1499 | |
Sean Midford | 92beec5 | 2016-11-21 15:57:11 -0800 | [diff] [blame] | 1500 | <!-- Content description of the cancel navigation icon shown in SIM import screen toolbar [CHAR LIMIT=NONE]--> |
| 1501 | <string name="sim_import_cancel_content_description">Cancel</string> |
Marcus Hagerott | da071fb | 2016-10-13 10:29:15 -0700 | [diff] [blame] | 1502 | |
yaolu | 491cca5 | 2016-09-30 14:04:40 -0700 | [diff] [blame] | 1503 | <!-- Alert for letting user know that their device auto-sync setting is turned off, |
| 1504 | in case they are wondering why they are not seeing any contact. [CHAR LIMIT=150] --> |
| 1505 | <string name="auto_sync_off">Auto-sync is off. Tap to turn on.</string> |
| 1506 | |
| 1507 | <!-- Content description for the "X" image icon for dismissing an alert.[CHAR LIMIT=50] --> |
| 1508 | <string name="dismiss_sync_alert">Dismiss</string> |
| 1509 | |
| 1510 | <!-- Alert for letting user know that their account level sync setting is turned off, |
| 1511 | in case they are wondering why they are not seeing any contact. [CHAR LIMIT=150] --> |
| 1512 | <string name="account_sync_off">Account sync is off. Tap to turn on.</string> |
| 1513 | |
| 1514 | <!-- Title of dialog to turn auto-sync on [CHAR LIMIT=100] --> |
yaolu | 12c8ea5 | 2016-11-09 11:54:38 -0800 | [diff] [blame] | 1515 | <string name="turn_auto_sync_on_dialog_title">Turn on auto-sync?</string> |
yaolu | 491cca5 | 2016-09-30 14:04:40 -0700 | [diff] [blame] | 1516 | |
| 1517 | <!-- Text of dialog to turn auto-sync on [CHAR LIMIT=500] --> |
yaolu | 12c8ea5 | 2016-11-09 11:54:38 -0800 | [diff] [blame] | 1518 | <string name="turn_auto_sync_on_dialog_body">Changes you make to all apps and accounts, not just Google Contacts, will be kept up to date between the web and your devices.</string> |
yaolu | 491cca5 | 2016-09-30 14:04:40 -0700 | [diff] [blame] | 1519 | |
| 1520 | <!-- Confirm button text for dialog to turn auto-sync on [CHAR LIMIT=30] --> |
| 1521 | <string name="turn_auto_sync_on_dialog_confirm_btn">Turn on</string> |
yaolu | 395c3f8 | 2016-10-18 11:13:39 -0700 | [diff] [blame] | 1522 | |
| 1523 | <!-- No network connection error message [CHAR LIMIT=50] --> |
| 1524 | <string name="connection_error_message">No connection</string> |
Marcus Hagerott | 2aa3198 | 2016-10-25 14:36:25 -0700 | [diff] [blame] | 1525 | |
| 1526 | <!-- Generic label for the SIM card when there is only a single SIM in the device [CHAR LIMIT=10]--> |
| 1527 | <string name="single_sim_display_label">SIM</string> |
Marcus Hagerott | 8636d1e | 2016-10-27 19:14:12 -0700 | [diff] [blame] | 1528 | |
Marcus Hagerott | 4b11232 | 2016-11-18 10:09:32 -0800 | [diff] [blame] | 1529 | <!-- Content description for dropdown arrow (https://material.io/icons/#ic_arrow_drop_down) |
| 1530 | This is used to indicate that a list of options can be opened by tapping on it. |
| 1531 | [CHAR LIMIT=NONE] --> |
| 1532 | <string name="show_more_content_description">Show more</string> |
| 1533 | |
Marcus Hagerott | 95246bb | 2016-11-11 10:56:09 -0800 | [diff] [blame] | 1534 | <!-- The notification title shown when importing a SIM card finishes [CHAR LIMIT=40] --> |
| 1535 | <string name="importing_sim_finished_title">Finished importing SIM card</string> |
| 1536 | |
| 1537 | <!-- Notification title shown when importing SIM contacts failed [CHAR LIMIT=40] --> |
Marcus Hagerott | 4dc1224 | 2016-12-06 14:29:49 -0800 | [diff] [blame] | 1538 | <string name="importing_sim_failed_title">Import failed</string> |
| 1539 | |
| 1540 | <!-- Notification message shown when importing SIM contacts failed [CHAR LIMIT=NONE] --> |
| 1541 | <string name="importing_sim_failed_message">Couldn\'t import contacts from SIM card</string> |
Marcus Hagerott | 95246bb | 2016-11-11 10:56:09 -0800 | [diff] [blame] | 1542 | |
| 1543 | <!-- The notification title shown while SIM contacts are being imported [CHAR LIMIT=40] --> |
| 1544 | <string name="importing_sim_in_progress_title">Importing SIM</string> |
| 1545 | |
Wenyi Wang | 7ae9136 | 2017-03-06 16:31:12 -0800 | [diff] [blame] | 1546 | <!-- Text shown when viewing channel settings for default Contacts notifications [CHAR LIMIT=50] --> |
| 1547 | <string name="contacts_default_notification_channel">Notifications</string> |
| 1548 | |
Takahiro Manabe | 5ae068b | 2017-11-17 09:39:47 +0900 | [diff] [blame] | 1549 | <!-- Text of Positive Button in dialog --> |
| 1550 | <string name="yes_button">Yes</string> |
| 1551 | |
| 1552 | <!-- Text of Negative Button in dialog --> |
| 1553 | <string name="no_button">No</string> |
| 1554 | |
Gyanesh Mittal | 76816ec | 2023-06-06 17:42:47 +0000 | [diff] [blame] | 1555 | <!-- The label to display as a section header in the contact list for an SDN directory [CHAR LIMIT=40] --> |
| 1556 | <string name="sdn_contacts_directory_search_label">Carrier service numbers</string> |
| 1557 | |
avipul | 8aaf300 | 2019-01-10 11:18:52 -0800 | [diff] [blame] | 1558 | </resources> |