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"> |
Dianne Hackborn | 15a5ad8 | 2010-06-22 16:09:43 -0700 | [diff] [blame] | 17 | <!-- Label for this app's shared user ID (and thus for all other |
| 18 | apps sharing the uid). --> |
| 19 | <string name="sharedUserLabel">Android Core Apps</string> |
| 20 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 21 | <!-- Title for the activity that shows contacts. This is the name |
| 22 | used in the Launcher icon. --> |
| 23 | <string name="contactsList">Contacts</string> |
| 24 | |
| 25 | <!-- Title for the activity that dials the phone. This is the name |
| 26 | used in the Launcher icon. --> |
Nicolas Catania | 0883240 | 2009-09-24 09:52:50 -0700 | [diff] [blame] | 27 | <string name="launcherDialer">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 28 | |
| 29 | <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. |
| 30 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 31 | <string name="shortcutContact">Contact</string> |
| 32 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 33 | <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. |
| 34 | 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] | 35 | <string name="shortcutDialContact">Direct dial</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 36 | |
| 37 | <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. |
| 38 | 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] | 39 | <string name="shortcutMessageContact">Direct message</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 40 | |
| 41 | <!-- Activity title when the user is selecting a contact for a shortcut. --> |
| 42 | <string name="shortcutActivityTitle">Choose a contact shortcut</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 43 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 44 | <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> |
| 45 | <string name="callShortcutActivityTitle">Choose a number to call</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 46 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 47 | <!-- Activity title when the user is selecting a contact for a direct message shortcut. --> |
| 48 | <string name="messageShortcutActivityTitle">Choose a number to message</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 49 | |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 50 | <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] --> |
| 51 | <string name="contactPickerActivityTitle">Select a contact</string> |
| 52 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 53 | <!-- Title for the activity that shows only starred contacts --> |
| 54 | <string name="starredList">Starred</string> |
| 55 | |
| 56 | <!-- Title for the activity that shows only frequently contacted contacts --> |
| 57 | <string name="frequentList">Frequent</string> |
| 58 | |
| 59 | <!-- Title for the activity that shows a mix of starred contacts and frequently contacted |
| 60 | contacts. --> |
| 61 | <string name="strequentList">Favorites</string> |
| 62 | |
| 63 | <!-- The title bar when viewing the contact details activity --> |
| 64 | <string name="viewContactTitle">Contact details</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 65 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 66 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 67 | viewing a contact. This string represents the built in way to view the contact. --> |
| 68 | <string name="viewContactDesription">View contact</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 69 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 70 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 71 | editing a contact. This string represents the built in way to edit the contact. --> |
| 72 | <string name="editContactDescription">Edit contact</string> |
| 73 | |
| 74 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 75 | creating a new contact. This string represents the built in way to create the contact. --> |
| 76 | <string name="insertContactDescription">Create contact</string> |
| 77 | |
| 78 | <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> |
| 79 | <string name="searchHint">Search contacts</string> |
| 80 | |
| 81 | <!-- Menu item to search contacts --> |
| 82 | <string name="menu_search">Search</string> |
| 83 | |
| 84 | <!-- Menu item to create a new contact --> |
| 85 | <string name="menu_newContact">New contact</string> |
| 86 | |
| 87 | <!-- Menu item used to view the details for a specific contact --> |
| 88 | <string name="menu_viewContact">View contact</string> |
| 89 | |
| 90 | <!-- Menu item used to call a contact, containing the name of the contact to call --> |
| 91 | <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 92 | |
| 93 | <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> |
| 94 | <string name="menu_addStar">Add to favorites</string> |
| 95 | |
| 96 | <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> |
| 97 | <string name="menu_removeStar">Remove from favorites</string> |
| 98 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 99 | <!-- Menu item used to edit a specific contact --> |
| 100 | <string name="menu_editContact">Edit contact</string> |
| 101 | |
| 102 | <!-- Menu item used to delete a specific contact --> |
| 103 | <string name="menu_deleteContact">Delete contact</string> |
| 104 | |
| 105 | <!-- Menu item used to call a specific contact when viewing the details of that contact. --> |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 106 | <string name="menu_call">Call contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 107 | |
| 108 | <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 109 | <string name="menu_sendSMS">Text contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 110 | |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 111 | <!-- Menu item that makes an email address the default for a contact. The default email used |
Evan Millar | 2e1b8af | 2009-09-24 09:39:21 -0700 | [diff] [blame] | 112 | when you try to email a contact without specifying a specific address. --> |
Evan Millar | 45e0ed3 | 2009-06-01 16:44:38 -0700 | [diff] [blame] | 113 | <string name="menu_makeDefaultEmail">Make default email</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 114 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 115 | <!-- Menu item that splits an item from the contact detail into a separate aggregate --> |
Dmitri Plotnikov | f042df9 | 2009-10-02 17:34:27 -0700 | [diff] [blame] | 116 | <string name="menu_splitAggregate">Separate</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 117 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 118 | <!-- Menu item that renames the currently selected group [CHAR LIMIT=30] --> |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 119 | <string name="menu_renameGroup">Rename group</string> |
| 120 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 121 | <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] --> |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 122 | <string name="menu_deleteGroup">Delete group</string> |
| 123 | |
Dmitri Plotnikov | f042df9 | 2009-10-02 17:34:27 -0700 | [diff] [blame] | 124 | <!-- Title of the confirmation dialog for separating contacts into multiple instances --> |
| 125 | <string name="splitConfirmation_title">Separate Contact</string> |
| 126 | |
| 127 | <!-- Confirmation dialog for separating contacts into multiple instances --> |
| 128 | <string name="splitConfirmation">Are you sure you want to separate this single contact |
| 129 | into multiple contacts: one for each set of contact information that was joined into it? |
| 130 | </string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 131 | |
| 132 | <!-- Menu item that joins an aggregate with another aggregate --> |
| 133 | <string name="menu_joinAggregate">Join</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 134 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 135 | <!-- Heading of the Join Contact screen --> |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 136 | <string name="titleJoinContactDataWith">Join contacts</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 137 | |
| 138 | <!-- Info blurb on the Join Contact screen --> |
Dmitri Plotnikov | a5cfca3 | 2009-09-29 18:13:08 -0700 | [diff] [blame] | 139 | <string name="blurbJoinContactDataWith">Select the contact you want to join with <xliff:g id="name">%s</xliff:g>.</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 140 | |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 141 | <!-- An item in the Join Contact activity that opens up the full contact A-Z list --> |
| 142 | <string name="showAllContactsJoinItem">Show all contacts</string> |
| 143 | |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 144 | <!-- List separator for the Join Contact list: Suggestions --> |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 145 | <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 146 | |
| 147 | <!-- List separator for the Join Contact list: A-Z --> |
| 148 | <string name="separatorJoinAggregateAll">All contacts</string> |
| 149 | |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 150 | <!-- Toast shown after two contacts have been joined by a user action --> |
| 151 | <string name="contactsJoinedMessage">Contacts joined</string> |
| 152 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 153 | <!-- Menu item that opens the Options activity for a given contact --> |
| 154 | <string name="menu_contactOptions">Options</string> |
| 155 | |
Eric Fischer | 26530a5 | 2010-11-29 13:52:25 -0800 | [diff] [blame^] | 156 | <!-- Title for the Options activity for a given contact --> |
| 157 | <string name="contactOptionsTitle">Options</string> |
| 158 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 159 | <!-- Confirmation dialog title after users selects to delete a contact. --> |
| 160 | <string name="deleteConfirmation_title">Delete</string> |
| 161 | |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 162 | <!-- Warning dialog contents after users selects to delete a ReadOnly contact. --> |
Megha Joshi | c508bd8 | 2009-10-01 17:31:49 -0700 | [diff] [blame] | 163 | <string name="readOnlyContactWarning">You cannot delete contacts from read-only accounts, but you can hide them in your contacts lists.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 164 | |
| 165 | <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. --> |
Megha Joshi | c508bd8 | 2009-10-01 17:31:49 -0700 | [diff] [blame] | 166 | <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string> |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 167 | |
| 168 | <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> |
| 169 | <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string> |
| 170 | |
| 171 | <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 172 | <string name="deleteConfirmation">This contact will be deleted.</string> |
| 173 | |
| 174 | <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> |
| 175 | <string name="menu_done">Done</string> |
| 176 | |
| 177 | <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made --> |
| 178 | <string name="menu_doNotSave">Revert</string> |
| 179 | |
| 180 | <!-- The title of the activity that edits and existing contact --> |
| 181 | <string name="editContact_title_edit">Edit contact</string> |
| 182 | |
| 183 | <!-- The title of the activity that creates a new contact --> |
| 184 | <string name="editContact_title_insert">New contact</string> |
| 185 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 186 | <!-- The label describing the phonetic pronunciation/reading of a contact name [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 187 | <string name="label_phonetic_name">Phonetic</string> |
| 188 | |
| 189 | <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact --> |
| 190 | <string name="label_notes">Notes</string> |
| 191 | |
David Brown | 4423ca5 | 2010-08-30 18:56:37 -0700 | [diff] [blame] | 192 | <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] --> |
David Brown | 73fcbec | 2010-09-01 18:58:18 -0700 | [diff] [blame] | 193 | <string name="label_sip_address">Internet call</string> |
David Brown | 4423ca5 | 2010-08-30 18:56:37 -0700 | [diff] [blame] | 194 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 195 | <!-- The label describing the custom ringtone for a contact --> |
| 196 | <string name="label_ringtone">Ringtone</string> |
| 197 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 198 | <!-- Hint text for the phonetic reading of the contact name when editing --> |
| 199 | <string name="ghostData_phonetic_name">Phonetic name</string> |
| 200 | |
| 201 | <!-- Hint text for the organization name when editing --> |
| 202 | <string name="ghostData_company">Company</string> |
| 203 | |
Daniel Lehmann | a166050 | 2010-03-24 14:18:34 -0700 | [diff] [blame] | 204 | <!-- Hint text for the organization title when editing --> |
| 205 | <string name="ghostData_title">Title</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 206 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 207 | <!-- Message displayed in a toast when you try to view the details of a contact that |
| 208 | for some reason doesn't exist anymore. --> |
| 209 | <string name="invalidContactMessage">The contact does not exist.</string> |
| 210 | |
| 211 | <!-- When picking a contact from a list of all contacts there is an entry at the top of the |
| 212 | list that allows the user to create a new contact, which this string is used for --> |
| 213 | <string name="pickerNewContactHeader">Create new contact</string> |
| 214 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 215 | <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 216 | <string name="phoneLabelsGroup">Phone</string> |
| 217 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 218 | <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 219 | <string name="emailLabelsGroup">Email</string> |
| 220 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 221 | <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 222 | <string name="imLabelsGroup">IM</string> |
| 223 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 224 | <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact [CHAR LIMIT=20] --> |
Daniel Lehmann | a472325 | 2010-10-13 11:17:45 -0700 | [diff] [blame] | 225 | <string name="postalLabelsGroup">Address</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 226 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 227 | <!-- 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] | 228 | <skip/> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 229 | <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 230 | <string-array name="otherLabels"> |
| 231 | <!-- An organization associated with a contact --> |
| 232 | <item>Organization</item> |
| 233 | <!-- A note associated with a contact --> |
| 234 | <item>Note</item> |
| 235 | </string-array> |
| 236 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 237 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 238 | <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string> |
| 239 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 240 | <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 241 | |
Daniel Lehmann | 9442ef4 | 2010-11-09 17:35:53 -0800 | [diff] [blame] | 242 | <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] --> |
| 243 | <string name="attach_photo_dialog_title">Contact photo</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 244 | |
| 245 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 246 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 247 | <string name="customLabelPickerTitle">Custom label name</string> |
| 248 | |
Eric Fischer | 7e55612 | 2010-10-27 16:01:07 -0700 | [diff] [blame] | 249 | <!-- The menu item to open the list of groups to display --> |
| 250 | <string name="menu_displayGroup">Display options</string> |
| 251 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 252 | <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> |
| 253 | <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> |
| 254 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 255 | <!-- String used to indicate that a contact doesn't have a custom ringtone --> |
| 256 | <string name="default_ringtone">Default</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 | |
| 261 | <!-- The text displayed when the contacts list is empty while displaying all contacts --> |
| 262 | <string name="noContacts">No contacts.</string> |
| 263 | |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 264 | <!-- The text displayed when the contacts list is empty while displaying results after searching contacts --> |
| 265 | <string name="noMatchingContacts">No matching contacts found.</string> |
| 266 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 267 | <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers --> |
| 268 | <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string> |
| 269 | |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 270 | <!-- The title of the filter to only show contacts with phone numbers --> |
| 271 | <string name="showFilterPhones">Only contacts with phones</string> |
| 272 | |
| 273 | <!-- The description of the filter to only show contacts with phone numbers --> |
| 274 | <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string> |
| 275 | |
| 276 | <!-- The header over the list of all contacts groups --> |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 277 | <string name="headerContactGroups">Choose contacts to display</string> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 278 | |
| 279 | <!-- The description of a group with the total number of contacts --> |
| 280 | <plurals name="groupDescrip"> |
| 281 | <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item> |
| 282 | </plurals> |
| 283 | |
| 284 | <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers --> |
| 285 | <plurals name="groupDescripPhones"> |
| 286 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item> |
| 287 | </plurals> |
| 288 | |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 289 | <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database --> |
Jeff Sharkey | 22678e7 | 2009-09-24 03:10:06 -0700 | [diff] [blame] | 290 | <string name="savingContact">Saving contact\u2026</string> |
| 291 | |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 292 | <!-- Displayed in a spinner dialog as user changes to display options are saved --> |
| 293 | <string name="savingDisplayGroups">Saving display options\u2026</string> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 294 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 295 | <!-- Toast displayed when a contact is saved --> |
| 296 | <string name="contactSavedToast">Contact saved.</string> |
| 297 | |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 298 | <!-- Toast displayed when saving a contact failed --> |
| 299 | <string name="contactSavedErrorToast">Error, unable to save contact changes.</string> |
| 300 | |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 301 | <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected --> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 302 | <plurals name="listTotalPhoneContacts"> |
Dmitri Plotnikov | ac14436 | 2010-09-27 17:23:59 -0700 | [diff] [blame] | 303 | <item quantity="one">1 contact with phone number</item> |
| 304 | <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 305 | </plurals> |
| 306 | |
| 307 | <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected --> |
| 308 | <string name="listTotalPhoneContactsZero">No visible contacts with phone numbers</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 309 | |
| 310 | <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" not selected --> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 311 | <plurals name="listTotalAllContacts"> |
Dmitri Plotnikov | ac14436 | 2010-09-27 17:23:59 -0700 | [diff] [blame] | 312 | <item quantity="one">1 contact</item> |
| 313 | <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 314 | </plurals> |
| 315 | |
| 316 | <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Only contacts with phones" not selected --> |
| 317 | <string name="listTotalAllContactsZero">No visible contacts</string> |
| 318 | |
| 319 | <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected --> |
| 320 | <plurals name="listFoundAllContacts"> |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 321 | <item quantity="one">1 found</item> |
| 322 | <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 323 | </plurals> |
| 324 | |
Dmitri Plotnikov | 6183540 | 2010-09-27 18:29:02 -0700 | [diff] [blame] | 325 | <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] --> |
| 326 | <string name="foundTooManyContacts">more than <xliff:g id="count">%d</xliff:g> found</string> |
| 327 | |
Dmitri Plotnikov | b8594f2 | 2009-10-02 16:00:18 -0700 | [diff] [blame] | 328 | <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected --> |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 329 | <string name="listFoundAllContactsZero">Not found</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 330 | |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 331 | <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> |
| 332 | <plurals name="searchFoundContacts"> |
Dmitri Plotnikov | d5061fe | 2010-06-07 15:06:58 -0700 | [diff] [blame] | 333 | <item quantity="one">1 found</item> |
| 334 | <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 335 | </plurals> |
| 336 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 337 | <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better --> |
| 338 | <string name="contactsIconLabel">Contacts</string> |
| 339 | |
| 340 | <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better --> |
| 341 | <string name="contactsFavoritesLabel">Favorites</string> |
| 342 | |
| 343 | <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better --> |
Nicolas Catania | 0883240 | 2009-09-24 09:52:50 -0700 | [diff] [blame] | 344 | <string name="dialerIconLabel">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 345 | |
| 346 | <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better --> |
| 347 | <string name="recentCallsIconLabel">Call log</string> |
| 348 | <string name="liveFolderAll">All contacts</string> |
| 349 | <string name="liveFolderFavorites">Starred contacts</string> |
| 350 | <string name="liveFolderPhone">Contacts with phone numbers</string> |
| 351 | |
| 352 | <!-- Menu item used to send an SMS or MMS message to a phone number --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 353 | <string name="menu_sendTextMessage">Send text message</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 354 | |
| 355 | <!-- Menu item used to call a contact from the call log --> |
| 356 | <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 357 | |
| 358 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 359 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 360 | |
| 361 | <!-- Menu item used to add a number from the call log to contacts --> |
| 362 | <string name="recentCalls_addToContact">Add to contacts</string> |
| 363 | |
| 364 | <!-- Menu item used to remove a single call from the call log --> |
| 365 | <string name="recentCalls_removeFromRecentList">Remove from call log</string> |
| 366 | |
| 367 | <!-- Menu item used to remove all calls from the call log --> |
| 368 | <string name="recentCalls_deleteAll">Clear call log</string> |
| 369 | |
| 370 | <!-- Text displayed when the call log is empty --> |
| 371 | <string name="recentCalls_empty">Call log is empty.</string> |
| 372 | |
Daniel Lehmann | dd42181 | 2010-03-01 14:54:56 -0800 | [diff] [blame] | 373 | <!-- Title of the confirmation dialog for clearing the call log --> |
| 374 | <string name="clearCallLogConfirmation_title">Clear call log</string> |
| 375 | |
| 376 | <!-- Confirmation dialog for clearing the call log --> |
| 377 | <string name="clearCallLogConfirmation">Are you sure you want to clear the call log?</string> |
| 378 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 379 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 380 | <string name="imei">IMEI</string> |
| 381 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 382 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 383 | <string name="meid">MEID</string> |
| 384 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 385 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 386 | <string name="voicemail">Voicemail</string> |
| 387 | |
| 388 | <!-- String used to display calls from unknown numbers in the call log --> |
| 389 | <string name="unknown">Unknown</string> |
| 390 | |
| 391 | <!-- String used to display calls from private numbers in the call log --> |
| 392 | <string name="private_num">Private number</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 393 | |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 394 | <!-- String used to display calls from pay phone in the call log --> |
| 395 | <string name="payphone">Pay phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 396 | |
| 397 | <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| 398 | to dial using the physical keyboard --> |
| 399 | <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| 400 | |
| 401 | <!-- Hint text displayed in the "digits" field above the dialer's |
| 402 | dialpad, if there's already a call in progress. (This hint |
| 403 | reminds the user that the dialer will add a new call, as opposed |
| 404 | to sending DTMF tones over the current call.) --> |
| 405 | <string name="dialerDialpadHintText">Dial to add a call</string> |
| 406 | |
| 407 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 408 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 409 | |
| 410 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 411 | <string name="simContacts_title">SIM card contacts</string> |
| 412 | |
Bai Tao | bc38e1f | 2010-03-19 09:57:03 +0800 | [diff] [blame] | 413 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled --> |
| 414 | <string name="noContactsHelpTextWithSyncForCreateShortcut">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)"</string> |
| 415 | |
| 416 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts --> |
| 417 | <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string> |
| 418 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 419 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 420 | <string name="noContactsHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 421 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li> |
| 422 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 423 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>" |
| 424 | </string> |
| 425 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled --> |
| 426 | <string name="noContactsHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 427 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 428 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 429 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 430 | </string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 431 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 432 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 433 | <string name="noContactsHelpTextWithSync" product="tablet">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 434 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li> |
| 435 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
| 436 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 437 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>" |
| 438 | </string> |
| 439 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled --> |
| 440 | <string name="noContactsHelpTextWithSync" product="default">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 441 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li> |
Roy West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 442 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 443 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 444 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>" |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 445 | </string> |
| 446 | |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 447 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled, and there is no sim card (cdma)--> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 448 | <string name="noContactsNoSimHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 449 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li> |
| 450 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 451 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
| 452 | </string> |
| 453 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled, and there is no sim card (cdma)--> |
| 454 | <string name="noContactsNoSimHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 455 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 456 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 457 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 458 | </string> |
| 459 | |
| 460 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled, and there is no sim card (cdma) --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 461 | <string name="noContactsNoSimHelpTextWithSync" product="tablet">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 462 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the tablet\n</li> |
| 463 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
| 464 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
| 465 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
| 466 | </string> |
| 467 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled, and there is no sim card (cdma) --> |
| 468 | <string name="noContactsNoSimHelpTextWithSync" product="default">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 469 | \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li> |
Roy West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 470 | \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 471 | \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li> |
Tim Park | bc1a76c | 2010-04-23 13:11:11 -0700 | [diff] [blame] | 472 | \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>" |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 473 | </string> |
| 474 | |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 475 | <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab --> |
Neel Parekh | 865d5d0 | 2009-09-22 14:26:26 -0700 | [diff] [blame] | 476 | <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\n |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 477 | <li>Touch the <b>Contacts</b> tab\n</li> |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 478 | \n<li>Touch the contact you want to add to your favorites\n</li> |
| 479 | \n<li>Touch the star next to the contact\'s name\n</li>" |
| 480 | </string> |
| 481 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 482 | <!-- Live folder label for all contacts --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 483 | <string name="liveFolder_all_label">All contacts</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 484 | |
| 485 | <!-- Live folder label for only starred contacts --> |
| 486 | <string name="liveFolder_favorites_label">Starred</string> |
| 487 | |
| 488 | <!-- Live folder label for all contacts with phone numbers --> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 489 | <string name="liveFolder_phones_label">Phones</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 490 | |
| 491 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 492 | (Part of a list of options shown in the dialer when another call |
| 493 | is already in progress.) --> |
| 494 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 495 | |
| 496 | <!-- Item label: jump to the in-call UI. |
| 497 | (Part of a list of options shown in the dialer when another call |
| 498 | is already in progress.) --> |
| 499 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 500 | |
| 501 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 502 | (Part of a list of options shown in the dialer when another call |
| 503 | is already in progress.) --> |
| 504 | <string name="dialer_addAnotherCall">Add call</string> |
| 505 | |
| 506 | <!-- Title bar for call detail screen --> |
| 507 | <string name="callDetailTitle">Call details</string> |
| 508 | |
| 509 | <!-- Toast for call detail screen when couldn't read the requested details --> |
| 510 | <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string> |
| 511 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 512 | <!-- Title for incoming call details screen --> |
| 513 | <string name="type_incoming">Incoming call</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 514 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 515 | <!-- Title for outgoing call details screen --> |
| 516 | <string name="type_outgoing">Outgoing call</string> |
| 517 | |
| 518 | <!-- Title for missed call details screen --> |
| 519 | <string name="type_missed">Missed call</string> |
| 520 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 521 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 522 | <string name="actionIncomingCall">Incoming calls</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 523 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 524 | <!-- Action string for calling back a number in the call log --> |
| 525 | <string name="callBack">Call back</string> |
| 526 | |
| 527 | <!-- Action string for calling a number in the call log again --> |
| 528 | <string name="callAgain">Call again</string> |
| 529 | |
| 530 | <!-- Action string for returning a missed call in the call log --> |
| 531 | <string name="returnCall">Return call</string> |
| 532 | |
| 533 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" --> |
| 534 | <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 535 | |
Dmitri Plotnikov | ec8821b | 2010-03-03 14:35:24 -0800 | [diff] [blame] | 536 | <!-- A list separator for the Favorites tab indicating that items below it are frequently contacted contacts rather than starred contacts --> |
| 537 | <string name="favoritesFrquentSeparator">Frequently contacted</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 538 | |
| 539 | <!-- Dialog title when prompting before creating a contact --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 540 | <string name="add_contact_dlg_title">Add contact</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 541 | <!-- Dialog message when prompting before creating a contact. Includes |
| 542 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 543 | <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] | 544 | |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 545 | <!-- String describing the image on ImageButton one |
| 546 | |
| 547 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 548 | This is especially valuable for views without textual representation like ImageView. |
| 549 | --> |
| 550 | <string name="description_image_button_one">one</string> |
| 551 | |
| 552 | <!-- String describing the image on ImageButton two |
| 553 | |
| 554 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 555 | This is especially valuable for views without textual representation like ImageView. |
| 556 | --> |
| 557 | <string name="description_image_button_two">two</string> |
| 558 | |
| 559 | <!-- String describing the image on ImageButton three |
| 560 | |
| 561 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 562 | This is especially valuable for views without textual representation like ImageView. |
| 563 | --> |
| 564 | <string name="description_image_button_three">three</string> |
| 565 | |
| 566 | <!-- String describing the image on ImageButton four |
| 567 | |
| 568 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 569 | This is especially valuable for views without textual representation like ImageView. |
| 570 | --> |
| 571 | <string name="description_image_button_four">four</string> |
| 572 | |
| 573 | <!-- String describing the image on ImageButton five |
| 574 | |
| 575 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 576 | This is especially valuable for views without textual representation like ImageView. |
| 577 | --> |
| 578 | <string name="description_image_button_five">five</string> |
| 579 | |
| 580 | <!-- String describing the image on ImageButton six |
| 581 | |
| 582 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 583 | This is especially valuable for views without textual representation like ImageView. |
| 584 | --> |
| 585 | <string name="description_image_button_six">six</string> |
| 586 | |
| 587 | <!-- String describing the image on ImageButton seven |
| 588 | |
| 589 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 590 | This is especially valuable for views without textual representation like ImageView. |
| 591 | --> |
| 592 | <string name="description_image_button_seven">seven</string> |
| 593 | |
| 594 | <!-- String describing the image on ImageButton eight |
| 595 | |
| 596 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 597 | This is especially valuable for views without textual representation like ImageView. |
| 598 | --> |
| 599 | <string name="description_image_button_eight">eight</string> |
| 600 | |
| 601 | <!-- String describing the image on ImageButton nine |
| 602 | |
| 603 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 604 | This is especially valuable for views without textual representation like ImageView. |
| 605 | --> |
| 606 | <string name="description_image_button_nine">nine</string> |
| 607 | |
| 608 | <!-- String describing the image on ImageButton star |
| 609 | |
| 610 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 611 | This is especially valuable for views without textual representation like ImageView. |
| 612 | --> |
| 613 | <string name="description_image_button_star">star</string> |
| 614 | |
| 615 | <!-- String describing the image on ImageButton zero |
| 616 | |
| 617 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 618 | This is especially valuable for views without textual representation like ImageView. |
| 619 | --> |
| 620 | <string name="description_image_button_zero">zero</string> |
| 621 | |
| 622 | <!-- String describing the image on ImageButton pound |
| 623 | |
| 624 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 625 | This is especially valuable for views without textual representation like ImageView. |
| 626 | --> |
| 627 | <string name="description_image_button_pound">pound</string> |
| 628 | |
Dominic Mazzoni | 5de8800 | 2010-02-03 09:54:40 -0800 | [diff] [blame] | 629 | <!-- String describing the Voicemail ImageButton |
| 630 | |
| 631 | Used by AccessibilityService to announce the purpose of the button. |
| 632 | --> |
| 633 | <string name="description_voicemail_button">voicemail</string> |
| 634 | |
| 635 | <!-- String describing the Dial ImageButton |
| 636 | |
| 637 | Used by AccessibilityService to announce the purpose of the button. |
| 638 | --> |
| 639 | <string name="description_dial_button">dial</string> |
| 640 | |
| 641 | <!-- String describing the Delete/Backspace ImageButton |
| 642 | |
| 643 | Used by AccessibilityService to announce the purpose of the button. |
| 644 | --> |
| 645 | <string name="description_delete_button">backspace</string> |
| 646 | |
| 647 | <!-- String describing the digits text box containing the number to dial. |
| 648 | |
| 649 | Used by AccessibilityService to announce the purpose of the view. |
| 650 | --> |
| 651 | <string name="description_digits_edittext">number to dial</string> |
| 652 | |
| 653 | <!-- String describing the Contact Photo Image |
| 654 | |
| 655 | Used by AccessibilityService to announce the purpose of the view. |
| 656 | --> |
| 657 | <string name="description_contact_photo">contact photo</string> |
| 658 | |
| 659 | <!-- String describing the Contact Editor Minus button |
| 660 | |
| 661 | Used by AccessibilityService to announce the purpose of the button. |
| 662 | --> |
| 663 | <string name="description_minus_button">minus</string> |
| 664 | |
| 665 | <!-- String describing the Contact Editor Plus button |
| 666 | |
| 667 | Used by AccessibilityService to announce the purpose of the button. |
| 668 | --> |
| 669 | <string name="description_plus_button">plus</string> |
| 670 | |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 671 | <!-- Dialog title shown when USB storage does not exist [CHAR LIMIT=25] --> |
| 672 | <string name="no_sdcard_title" product="nosdcard">USB storage unavailable</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 673 | <!-- Dialog title shown when SD Card does not exist --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 674 | <string name="no_sdcard_title" product="default">No SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 675 | |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 676 | <!-- Dialog message shown when USB storage does not exist [CHAR LIMIT=30] --> |
| 677 | <string name="no_sdcard_message" product="nosdcard">No USB storage detected</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 678 | <!-- Dialog message shown when SDcard does not exist --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 679 | <string name="no_sdcard_message" product="default">No SD card detected</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 680 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 681 | <!-- Dialog title shown when searching vCard data from SD Card --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 682 | <string name="searching_vcard_title">Searching for vCard</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 683 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 684 | <!-- Action string for selecting SIM for importing contacts --> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 685 | <string name="import_from_sim">Import from SIM card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 686 | |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 687 | <!-- Action string for selecting USB storage for importing contacts [CHAR LIMIT=25] --> |
| 688 | <string name="import_from_sdcard" product="nosdcard">Import from USB storage</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 689 | <!-- Action string for selecting SD Card for importing contacts --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 690 | <string name="import_from_sdcard" product="default">Import from SD card</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 691 | |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 692 | <!-- Action that exports all contacts to USB storage [CHAR LIMIT=25] --> |
| 693 | <string name="export_to_sdcard" product="nosdcard">Export to USB storage</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 694 | <!-- Action that exports all contacts to SD Card --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 695 | <string name="export_to_sdcard" product="default">Export to SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 696 | |
Daisuke Miyakawa | a92bd03 | 2010-02-24 15:08:45 +0900 | [diff] [blame] | 697 | <!-- Action that shares visible contacts --> |
| 698 | <string name="share_visible_contacts">Share visible contacts</string> |
| 699 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 700 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 701 | should be imported. This message shows only when the system is certain that there's more |
| 702 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 703 | <string name="import_one_vcard_string">Import one vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 704 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 705 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 706 | should be imported. This message shows only when the system is certain that there's more |
| 707 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 708 | <string name="import_multiple_vcard_string">Import multiple vCard files</string> |
| 709 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 710 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 711 | should be imported. This message shows only when the system is certain that there's more |
| 712 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 713 | <string name="import_all_vcard_string">Import all vCard files</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 714 | |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 715 | <!-- Dialog message shown when searching VCard data from SD Card [CHAR LIMIT=NONE] --> |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 716 | <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in USB storage</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 717 | <!-- Dialog message shown when searching VCard data from SD Card --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 718 | <string name="searching_vcard_message" product="default">Searching for vCard data on SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 719 | |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 720 | <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] --> |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 721 | <string name="scanning_sdcard_failed_title" product="nosdcard">Scanning USB storage failed</string> |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 722 | <!-- Dialog title shown when scanning VCard data failed. --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 723 | <string name="scanning_sdcard_failed_title" product="default">Scanning SD card failed</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 724 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 725 | <!-- Dialog message shown when searching VCard data failed. |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 726 | An exact reason for the failure should [CHAR LIMIT=NONE] --> |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 727 | <string name="scanning_sdcard_failed_message" product="nosdcard">Scanning USB storage failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 728 | <!-- Dialog message shown when searching VCard data failed. |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 729 | An exact reason for the failure should --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 730 | <string name="scanning_sdcard_failed_message" product="default">Scanning SD card failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 731 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 732 | <!-- The failed reason shown when Contacts app (especially vCard importer/exporter) |
| 733 | emitted some I/O error. Exact reason will be appended by the system. --> |
Daisuke Miyakawa | 3696632 | 2009-09-30 09:43:58 -0700 | [diff] [blame] | 734 | <string name="fail_reason_io_error">I/O Error</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 735 | |
Daisuke Miyakawa | 0e9c4b5 | 2010-06-07 12:01:02 -0700 | [diff] [blame] | 736 | <!-- Failure reason show when Contacts app (especially vCard importer) encountered |
| 737 | low memory problem and could not proceed its import procedure. --> |
| 738 | <string name="fail_reason_low_memory_during_import">Memory is insufficient (the file may be too large)</string> |
| 739 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 740 | <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard |
| 741 | implementation. This might happen even when the input vCard is completely valid, though |
| 742 | we believe it is rather rare in the actual world. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 743 | <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 744 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 745 | <!-- The failed reason shown when the current vCard importer cannot parse the file since the |
| 746 | parser is incomplete (actually, there's missing part in the current vCard parser, though |
| 747 | our understanding is that the functionality missed by the current vCard parser |
| 748 | is rarely needed in the actual vCard...). --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 749 | <string name="fail_reason_vcard_not_supported_error">Failed to parse vCard though it seems in valid format, since the current implementation does not support it</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 750 | |
Daisuke Miyakawa | 783a09a | 2010-11-22 12:33:37 -0800 | [diff] [blame] | 751 | <!-- The failure message shown when the system could not find any vCard file. |
| 752 | (with extension ".vcf" in USB storage.) |
| 753 | [CHAR LIMIT=128] --> |
| 754 | <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in the USB storage</string> |
| 755 | <!-- The failure message shown when the system could not find any vCard file. |
| 756 | (with extension ".vcf" in SDCard.) |
| 757 | [CHAR LIMIT=128] --> |
| 758 | <string name="import_failure_no_vcard_file" product="default">No vCard file found on the SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 759 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 760 | <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). --> |
| 761 | <string name="fail_reason_failed_to_collect_vcard_meta_info">Failed to collect meta information of given vCard file(s).</string> |
| 762 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 763 | <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard |
| 764 | files import. It includes the case where all files were failed to be imported. --> |
Daisuke Miyakawa | c98d5ad | 2009-09-01 08:37:54 +0900 | [diff] [blame] | 765 | <string name="fail_reason_failed_to_read_files">One or more files failed to be imported (%s).</string> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 766 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 767 | <!-- The failed reason which should not be shown but it may in some buggy condition. --> |
Daisuke Miyakawa | b751e1d | 2009-09-22 11:17:02 -0700 | [diff] [blame] | 768 | <string name="fail_reason_unknown">Unknown error</string> |
| 769 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 770 | <!-- Dialog title shown when a user is asked to select vCard file --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 771 | <string name="select_vcard_title">Select vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 772 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 773 | <!-- The title shown when vCard importer is caching files to be imported into local temporary |
| 774 | data storage. --> |
| 775 | <string name="caching_vcard_title">Caching vCard(s) to local temporary storage</string> |
| 776 | |
| 777 | <!-- The message shown when vCard importer is caching files to be imported into local temporary |
| 778 | data storage. --> |
| 779 | <string name="caching_vcard_message">Importer is caching vCard(s) to local temporary storage. Actual import will start soon.</string> |
| 780 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 781 | <!-- The message shown while importing vCard(s). |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 782 | First argument is current index of contacts to be imported. |
| 783 | Second argument is the total number of contacts. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 784 | Third argument is the name of a contact which is being read. |
| 785 | [CHAR LIMIT=20] --> |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 786 | <string name="progress_notifier_message">Importing <xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="name" example="Joe Due">%s</xliff:g></string> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 787 | |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 788 | <!-- Description shown when importing vCard data. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 789 | The argument is the name of a contact which is being read. |
| 790 | [CHAR LIMIT=20] --> |
Daisuke Miyakawa | d20f2c7 | 2010-08-18 15:21:56 -0700 | [diff] [blame] | 791 | <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 792 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 793 | <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] --> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 794 | <string name="reading_vcard_failed_title">Failed to Read vCard data</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 795 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 796 | <!-- The title shown when reading vCard is canceled (probably by a user) |
| 797 | [CHAR LIMIT=40] --> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 798 | <string name="reading_vcard_canceled_title">Reading vCard data was canceled</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 799 | |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 800 | <!-- The title shown when reading vCard finished |
| 801 | The argument is file name the user imported. |
| 802 | [CHAR LIMIT=40] --> |
| 803 | <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 804 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 805 | <!-- The title shown when importing vCard is canceled (probably by a user) |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 806 | The argument is file name the user canceled importing. |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 807 | [CHAR LIMIT=40] --> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 808 | <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> was canceled</string> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 809 | |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 810 | <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 811 | when there are already other import/export requests. |
| 812 | The argument is file name the user imported. |
| 813 | [CHAR LIMIT=40] --> |
| 814 | <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string> |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 815 | <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] --> |
| 816 | <string name="vcard_import_request_rejected_message">vCard import request is rejected. Please try later.</string> |
| 817 | <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 818 | when there are already other import/export requests. |
| 819 | The argument is file name the user exported. |
| 820 | [CHAR LIMIT=40] --> |
| 821 | <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string> |
Daisuke Miyakawa | 7c819a1 | 2010-11-08 18:59:46 -0800 | [diff] [blame] | 822 | <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] --> |
| 823 | <string name="vcard_export_request_rejected_message">vCard export request is rejected. Please try later.</string> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 824 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 825 | |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 826 | <!-- The percentage, used for expressing the progress of vCard import/export. --> |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 827 | <string name="percentage">%s%%</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 828 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 829 | <!-- Dialog title shown when a user confirms whether he/she export Contact data --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 830 | <string name="confirm_export_title">Confirm export</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 831 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 832 | <!-- Dialog message shown when a user confirms whether he/she export Contact data --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 833 | <string name="confirm_export_message">Are you sure you want to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 834 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 835 | <!-- Dialog title shown when exporting Contact data failed --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 836 | <string name="exporting_contact_failed_title">Failed to export contact data</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 837 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 838 | <!-- Dialog message shown when exporting Contact data failed --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 839 | <string name="exporting_contact_failed_message">Failed to export contact data.\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 840 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 841 | <!-- The failed reason shown when there's no contact which is allowed to be exported. |
| 842 | Note that user may have contacts data but all of them are probably not allowed to be |
| 843 | exported because of security/permission reasons. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 844 | <string name="fail_reason_no_exportable_contact">There is no exportable contact</string> |
| 845 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 846 | <!-- The failed reason shown when vCard exporter could not create a file for the vCard since |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 847 | there are too many files relevant to vCard. [CHAR LIMIT=NONE] --> |
Roy West | c8a57fa | 2010-10-15 16:16:49 -0700 | [diff] [blame] | 848 | <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files in the USB storage</string> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 849 | <!-- The failed reason shown when vCard exporter could not create a file for the vCard since |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 850 | there are too many files relevant to vCard. --> |
Eric Fischer | 3ae3ffe | 2010-09-28 16:34:42 -0700 | [diff] [blame] | 851 | <string name="fail_reason_too_many_vcard" product="default">Too many vCard files on the SD card</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 852 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 853 | <!-- The failed reason shown when the given file name is too long for the system. |
| 854 | The length limit of each file is different in each Android device, so we don't need to |
| 855 | mention it here. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 856 | <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\")</string> |
Daisuke Miyakawa | db5e62d | 2009-07-17 17:50:31 -0700 | [diff] [blame] | 857 | |
Daisuke Miyakawa | 9706f46 | 2010-11-16 13:28:24 -0800 | [diff] [blame] | 858 | <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] --> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 859 | <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g></string> |
| 860 | |
| 861 | <!-- The title shown when exporting vCard is canceled (probably by a user) |
| 862 | The argument is file name the user canceled importing. |
| 863 | [CHAR LIMIT=40] --> |
| 864 | <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> was canceled</string> |
Daisuke Miyakawa | d8fb81a | 2010-06-08 17:44:22 -0700 | [diff] [blame] | 865 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 866 | <!-- Dialog title shown when the application is exporting contact data outside --> |
| 867 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 868 | |
| 869 | <!-- Message shown when the application is exporting contact data outside --> |
| 870 | <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 871 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 872 | <!-- The failed reason shown when contacts exporter fails to be initialized. |
| 873 | Some exact reason must follow this. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 874 | <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 875 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 876 | <!-- The failed reason shown when some error happend during contacts export. |
| 877 | Some exact reason must follow this. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 878 | <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 879 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 880 | <!-- The error reason the vCard composer "may" emit when database is corrupted or |
| 881 | something is going wrong. Usually users should not see this text. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 882 | <string name="composer_failed_to_get_database_infomation">Failed to get database information</string> |
| 883 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 884 | <!-- This error message shown when the user actually have no contact |
| 885 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
| 886 | contacts from being exported to outside world via vcard exporter, etc. --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 887 | <string name="composer_has_no_exportable_contact" product="tablet">There are no exportable contacts. If you actually have contacts on your tablet, all the contacts may be prohibited from being exported to outside the tablet by some data providers.</string> |
| 888 | <!-- This error message shown when the user actually have no contact |
| 889 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
| 890 | contacts from being exported to outside world via vcard exporter, etc. --> |
| 891 | <string name="composer_has_no_exportable_contact" product="default">There are no exportable contacts. If you actually have contacts on your phone, all the contacts may be prohibited from being exported to outside the phone by some data providers.</string> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 892 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 893 | <!-- The error reason the vCard composer may emit when vCard composer is not initialized |
| 894 | even when needed. |
| 895 | Users should not usually see this error message. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 896 | <string name="composer_not_initialized">The vCard composer is not correctly initialized</string> |
| 897 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 898 | <!-- The failed reason shown when vCard importer/exporter could not open the file |
| 899 | specified by a user. The file name should be in the message. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 900 | <string name="fail_reason_could_not_open_file">Could not open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g></string> |
| 901 | |
| 902 | <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")--> |
| 903 | <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 904 | |
Daisuke Miyakawa | 0fa55d6 | 2010-09-15 14:55:13 -0700 | [diff] [blame] | 905 | <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard import. [CHAR LIMIT=40] --> |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 906 | <string name="cancel_import_confirmation_title">Canceling vCard import</string> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 907 | |
| 908 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import. |
Daisuke Miyakawa | ab59660 | 2010-11-18 17:28:02 -0800 | [diff] [blame] | 909 | The argument is file name for the vCard import the user wants to cancel. |
| 910 | [CHAR LIMIT=128] --> |
| 911 | <string name="cancel_import_confirmation_message">Are you sure to cancel importing <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string> |
| 912 | |
| 913 | <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard export. [CHAR LIMIT=128] --> |
| 914 | <string name="cancel_export_confirmation_title">Canceling vCard export</string> |
| 915 | |
| 916 | <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export. |
| 917 | The argument is file name for the vCard export the user wants to cancel. |
| 918 | [CHAR LIMIT=128] --> |
| 919 | <string name="cancel_export_confirmation_message">Are you sure to cancel exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string> |
| 920 | |
| 921 | <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] --> |
| 922 | <string name="cancel_vcard_import_or_export_failed">Failed to cancel vCard import/export</string> |
Daisuke Miyakawa | 18b5190 | 2010-08-19 14:13:38 -0700 | [diff] [blame] | 923 | |
Mike LeBeau | 98d6927 | 2009-06-30 18:34:49 -0700 | [diff] [blame] | 924 | <!-- The string used to describe Contacts as a searchable item within system search settings. --> |
Mike LeBeau | 2cc7c87 | 2009-07-17 09:58:31 -0700 | [diff] [blame] | 925 | <string name="search_settings_description">Names of your contacts</string> |
Reli Tal | c2a2a51 | 2009-06-10 16:48:00 -0400 | [diff] [blame] | 926 | |
| 927 | <!-- Menu items for dialpad options as part of Pause and Wait ftr --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 928 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 929 | <string name="add_wait">Add wait</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 930 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 931 | <!-- Title for the call disambiguation dialog --> |
| 932 | <string name="call_disambig_title">Call using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 933 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 934 | <!-- Title for the sms disambiguation dialog --> |
| 935 | <string name="sms_disambig_title">Text using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 936 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 937 | <!-- Message next to disamgiguation dialog check box --> |
| 938 | <string name="make_primary">Remember this choice</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 939 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 940 | <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application |
| 941 | was found that could perform the selected action --> |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 942 | <string name="quickcontact_missing_app">No application found to handle this action</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 943 | |
Jeff Sharkey | 73714ff | 2009-08-23 22:13:04 -0700 | [diff] [blame] | 944 | <!-- Shown as the checkbox label that, when checked, will store remember the |
| 945 | selected choice and shortcut to it in the future. For example, this would |
| 946 | make a selected phone number the default. --> |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 947 | <string name="quickcontact_remember_choice">Remember this choice</string> |
Jeff Sharkey | 73714ff | 2009-08-23 22:13:04 -0700 | [diff] [blame] | 948 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 949 | <!-- Shown as the header name for a person when the name is missing or unknown. --> |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 950 | <string name="quickcontact_missing_name">Unknown</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 951 | |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 952 | <!-- Text that is shown in the Badge, when there is no data to display --> |
| 953 | <string name="quickcontact_no_data">No data</string> |
| 954 | |
Daniel Lehmann | 0f78e8b | 2010-11-24 17:32:03 -0800 | [diff] [blame] | 955 | <!-- Accessibility description for the button in QuickContacts that allows the user to clear |
| 956 | defaults of a contact (like primary email). [CHAR LIMIT=100] --> |
| 957 | <string name="quickcontact_clear_defaults_description">Clear defaults</string> |
| 958 | |
| 959 | <!-- Caption that shows above the list of defaults (like primary email). [CHAR LIMIT=40] --> |
| 960 | <string name="quickcontact_clear_defaults_caption">Defaults set for this contact:</string> |
| 961 | |
| 962 | <!-- Button caption that allows the user to clear the defaults (like primary email) of one |
| 963 | contact. [CHAR LIMIT=15] --> |
| 964 | <string name="quickcontact_clear_defaults_button">Clear</string> |
| 965 | |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 966 | <!-- The menu item to open the list of accounts --> |
| 967 | <string name="menu_accounts">Accounts</string> |
| 968 | |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 969 | <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. --> |
| 970 | <string name="menu_import_export">Import/Export</string> |
| 971 | |
| 972 | <!-- Dialog title when selecting the bulk operation to perform from a list. --> |
| 973 | <string name="dialog_import_export">Import/Export contacts</string> |
| 974 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 975 | <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] --> |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 976 | <string name="menu_share">Share contact</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 977 | |
| 978 | <!-- Dialog title when picking the application to share a contact with. --> |
| 979 | <string name="share_via">Share contact via</string> |
| 980 | |
| 981 | <!-- Toast indicating that sharing a contact has failed. --> |
| 982 | <string name="share_error">This contact cannot be shared.</string> |
| 983 | |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 984 | <!-- Header that expands to list all name types when editing a structured name of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 985 | <string name="nameLabelsGroup">Name</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 986 | <!-- Header that expands to list all nickname types when editing a nickname of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 987 | <string name="nicknameLabelsGroup">Nickname</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 988 | <!-- Header that expands to list all organization types when editing an organization of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 989 | <string name="organizationLabelsGroup">Organization</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 990 | <!-- Header that expands to list all website types when editing a website of a contact [CHAR LIMIT=20] --> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 991 | <string name="websiteLabelsGroup">Website</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 992 | <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] --> |
Fred Quintana | 60d19a7 | 2009-09-30 17:22:21 -0700 | [diff] [blame] | 993 | <string name="eventLabelsGroup">Event</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 994 | <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] --> |
Daniel Lehmann | 0540f8b | 2010-10-28 16:55:00 -0700 | [diff] [blame] | 995 | <string name="relationLabelsGroup">Relationship</string> |
Daniel Lehmann | cb5f750 | 2010-11-02 12:23:33 -0700 | [diff] [blame] | 996 | <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] --> |
Dmitri Plotnikov | 2deaee1 | 2010-09-15 15:42:08 -0700 | [diff] [blame] | 997 | <string name="groupsLabel">Groups</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 998 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 999 | <!-- Single-character overlay for home phone numbers when creating desktop shortcuts --> |
| 1000 | <string name="type_short_home">H</string> |
| 1001 | <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts --> |
| 1002 | <string name="type_short_mobile">M</string> |
| 1003 | <!-- Single-character overlay for work phone numbers when creating desktop shortcuts --> |
| 1004 | <string name="type_short_work">W</string> |
| 1005 | <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts --> |
| 1006 | <string name="type_short_pager">P</string> |
| 1007 | <!-- Single-character overlay for other phone numbers when creating desktop shortcuts --> |
| 1008 | <string name="type_short_other">O</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 1009 | |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 1010 | <string name="dialog_new_contact_account">Create contact under account</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1011 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1012 | <string name="menu_sync_remove">Remove sync group</string> |
Jeff Sharkey | 5356815 | 2009-09-15 23:21:49 -0700 | [diff] [blame] | 1013 | <string name="dialog_sync_add">Add sync group</string> |
| 1014 | <string name="display_more_groups">More groups\u2026</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1015 | |
Dmitri Plotnikov | e6b5b3e | 2009-09-29 14:07:19 -0700 | [diff] [blame] | 1016 | <!-- List title for a special contacts group that covers all contacts.--> |
| 1017 | <string name="display_ungrouped">All Other Contacts</string> |
| 1018 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1019 | <!-- List title for a special contacts group that covers all contacts that |
Dmitri Plotnikov | e6b5b3e | 2009-09-29 14:07:19 -0700 | [diff] [blame] | 1020 | aren't members of any other group. --> |
| 1021 | <string name="display_all_contacts">All Contacts</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 1022 | |
| 1023 | <!-- Warning message given to users just before they remove a currently syncing |
| 1024 | group that would also cause all ungrouped contacts to stop syncing. --> |
Eric Fischer | 45681b2 | 2009-08-28 12:56:58 -0700 | [diff] [blame] | 1025 | <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> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1026 | |
Jeff Sharkey | aad8848 | 2009-08-29 18:19:20 -0700 | [diff] [blame] | 1027 | <!-- Title for data source when creating or editing a contact that doesn't |
| 1028 | belong to a specific account. This contact will only exist on the phone |
| 1029 | and will not be synced. --> |
Eric Fischer | fbbab5f | 2010-11-03 17:03:52 -0700 | [diff] [blame] | 1030 | <string name="account_phone" product="tablet">Tablet-only, unsynced</string> |
| 1031 | <!-- Title for data source when creating or editing a contact that doesn't |
| 1032 | belong to a specific account. This contact will only exist on the phone |
| 1033 | and will not be synced. --> |
| 1034 | <string name="account_phone" product="default">Phone-only, unsynced</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1035 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1036 | <!-- Action string for calling a custom phone number --> |
| 1037 | <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string> |
| 1038 | <!-- Action string for calling a home phone number --> |
| 1039 | <string name="call_home">Call home</string> |
| 1040 | <!-- Action string for calling a mobile phone number --> |
| 1041 | <string name="call_mobile">Call mobile</string> |
| 1042 | <!-- Action string for calling a work phone number --> |
| 1043 | <string name="call_work">Call work</string> |
| 1044 | <!-- Action string for calling a work fax phone number --> |
| 1045 | <string name="call_fax_work">Call work fax</string> |
| 1046 | <!-- Action string for calling a home fax phone number --> |
| 1047 | <string name="call_fax_home">Call home fax</string> |
| 1048 | <!-- Action string for calling a pager phone number --> |
| 1049 | <string name="call_pager">Call pager</string> |
| 1050 | <!-- Action string for calling an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1051 | <string name="call_other">Call</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1052 | <!-- Action string for calling a callback number --> |
| 1053 | <string name="call_callback">Call callback</string> |
| 1054 | <!-- Action string for calling a car phone number --> |
| 1055 | <string name="call_car">Call car</string> |
| 1056 | <!-- Action string for calling a company main phone number --> |
| 1057 | <string name="call_company_main">Call company main</string> |
| 1058 | <!-- Action string for calling a ISDN phone number --> |
| 1059 | <string name="call_isdn">Call ISDN</string> |
| 1060 | <!-- Action string for calling a main phone number --> |
| 1061 | <string name="call_main">Call main</string> |
| 1062 | <!-- Action string for calling an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1063 | <string name="call_other_fax">Call fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1064 | <!-- Action string for calling a radio phone number --> |
| 1065 | <string name="call_radio">Call radio</string> |
| 1066 | <!-- Action string for calling a Telex phone number --> |
| 1067 | <string name="call_telex">Call telex</string> |
| 1068 | <!-- Action string for calling a TTY/TDD phone number --> |
| 1069 | <string name="call_tty_tdd">Call TTY/TDD</string> |
| 1070 | <!-- Action string for calling a work mobile phone number --> |
| 1071 | <string name="call_work_mobile">Call work mobile</string> |
| 1072 | <!-- Action string for calling a work pager phone number --> |
| 1073 | <string name="call_work_pager">Call work pager</string> |
| 1074 | <!-- Action string for calling an assistant phone number --> |
| 1075 | <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string> |
| 1076 | <!-- Action string for calling a MMS phone number --> |
| 1077 | <string name="call_mms">Call MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1078 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1079 | <!-- Action string for sending an SMS to a custom phone number --> |
| 1080 | <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string> |
| 1081 | <!-- Action string for sending an SMS to a home phone number --> |
| 1082 | <string name="sms_home">Text home</string> |
| 1083 | <!-- Action string for sending an SMS to a mobile phone number --> |
| 1084 | <string name="sms_mobile">Text mobile</string> |
| 1085 | <!-- Action string for sending an SMS to a work phone number --> |
| 1086 | <string name="sms_work">Text work</string> |
| 1087 | <!-- Action string for sending an SMS to a work fax phone number --> |
| 1088 | <string name="sms_fax_work">Text work fax</string> |
| 1089 | <!-- Action string for sending an SMS to a home fax phone number --> |
| 1090 | <string name="sms_fax_home">Text home fax</string> |
| 1091 | <!-- Action string for sending an SMS to a pager phone number --> |
| 1092 | <string name="sms_pager">Text pager</string> |
| 1093 | <!-- Action string for sending an SMS to an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1094 | <string name="sms_other">Text</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1095 | <!-- Action string for sending an SMS to a callback number --> |
| 1096 | <string name="sms_callback">Text callback</string> |
| 1097 | <!-- Action string for sending an SMS to a car phone number --> |
| 1098 | <string name="sms_car">Text car</string> |
| 1099 | <!-- Action string for sending an SMS to a company main phone number --> |
| 1100 | <string name="sms_company_main">Text company main</string> |
| 1101 | <!-- Action string for sending an SMS to a ISDN phone number --> |
| 1102 | <string name="sms_isdn">Text ISDN</string> |
| 1103 | <!-- Action string for sending an SMS to a main phone number --> |
| 1104 | <string name="sms_main">Text main</string> |
| 1105 | <!-- Action string for sending an SMS to an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1106 | <string name="sms_other_fax">Text fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1107 | <!-- Action string for sending an SMS to a radio phone number --> |
| 1108 | <string name="sms_radio">Text radio</string> |
| 1109 | <!-- Action string for sending an SMS to a Telex phone number --> |
| 1110 | <string name="sms_telex">Text telex</string> |
| 1111 | <!-- Action string for sending an SMS to a TTY/TDD phone number --> |
| 1112 | <string name="sms_tty_tdd">Text TTY/TDD</string> |
| 1113 | <!-- Action string for sending an SMS to a work mobile phone number --> |
| 1114 | <string name="sms_work_mobile">Text work mobile</string> |
| 1115 | <!-- Action string for sending an SMS to a work pager phone number --> |
| 1116 | <string name="sms_work_pager">Text work pager</string> |
| 1117 | <!-- Action string for sending an SMS to an assistant phone number --> |
| 1118 | <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string> |
| 1119 | <!-- Action string for sending an SMS to a MMS phone number --> |
| 1120 | <string name="sms_mms">Text MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1121 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1122 | <!-- Action string for sending an email to a home email address --> |
| 1123 | <string name="email_home">Email home</string> |
| 1124 | <!-- Action string for sending an email to a mobile email address --> |
| 1125 | <string name="email_mobile">Email mobile</string> |
| 1126 | <!-- Action string for sending an email to a work email address --> |
| 1127 | <string name="email_work">Email work</string> |
| 1128 | <!-- Action string for sending an email to an other email address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1129 | <string name="email_other">Email</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1130 | <!-- Action string for sending an email to a custom email address --> |
| 1131 | <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1132 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1133 | <!-- Generic action string for sending an email --> |
| 1134 | <string name="email">Email</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1135 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1136 | <!-- Action string for viewing a home postal address --> |
| 1137 | <string name="map_home">View home address</string> |
| 1138 | <!-- Action string for viewing a work postal address --> |
| 1139 | <string name="map_work">View work address</string> |
| 1140 | <!-- Action string for viewing an other postal address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1141 | <string name="map_other">View address</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1142 | <!-- Action string for viewing a custom postal address --> |
| 1143 | <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1144 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1145 | <!-- Action string for starting an IM chat with the AIM protocol --> |
| 1146 | <string name="chat_aim">Chat using AIM</string> |
| 1147 | <!-- Action string for starting an IM chat with the MSN or Windows Live protocol --> |
| 1148 | <string name="chat_msn">Chat using Windows Live</string> |
| 1149 | <!-- Action string for starting an IM chat with the Yahoo protocol --> |
| 1150 | <string name="chat_yahoo">Chat using Yahoo</string> |
| 1151 | <!-- Action string for starting an IM chat with the Skype protocol --> |
| 1152 | <string name="chat_skype">Chat using Skype</string> |
| 1153 | <!-- Action string for starting an IM chat with the QQ protocol --> |
| 1154 | <string name="chat_qq">Chat using QQ</string> |
| 1155 | <!-- Action string for starting an IM chat with the Google Talk protocol --> |
| 1156 | <string name="chat_gtalk">Chat using Google Talk</string> |
| 1157 | <!-- Action string for starting an IM chat with the ICQ protocol --> |
| 1158 | <string name="chat_icq">Chat using ICQ</string> |
| 1159 | <!-- Action string for starting an IM chat with the Jabber protocol --> |
| 1160 | <string name="chat_jabber">Chat using Jabber</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1161 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1162 | <!-- Generic action string for starting an IM chat --> |
| 1163 | <string name="chat">Chat</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1164 | |
Dmitri Plotnikov | b5954e8 | 2010-08-19 19:04:37 -0700 | [diff] [blame] | 1165 | <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]--> |
| 1166 | <string name="postal_address">Address</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1167 | <!-- Field title for the street of a structured postal address of a contact --> |
| 1168 | <string name="postal_street">Street</string> |
| 1169 | <!-- Field title for the PO box of a structured postal address of a contact --> |
| 1170 | <string name="postal_pobox">PO box</string> |
| 1171 | <!-- Field title for the neighborhood of a structured postal address of a contact --> |
| 1172 | <string name="postal_neighborhood">Neighborhood</string> |
| 1173 | <!-- Field title for the city of a structured postal address of a contact --> |
| 1174 | <string name="postal_city">City</string> |
| 1175 | <!-- Field title for the region, or state, of a structured postal address of a contact --> |
| 1176 | <string name="postal_region">State</string> |
| 1177 | <!-- Field title for the postal code of a structured postal address of a contact --> |
| 1178 | <string name="postal_postcode">ZIP code</string> |
| 1179 | <!-- Field title for the country of a structured postal address of a contact --> |
| 1180 | <string name="postal_country">Country</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1181 | |
Dmitri Plotnikov | 41f026d | 2010-08-19 12:05:59 -0700 | [diff] [blame] | 1182 | <!-- Field title for the full name of a contact [CHAR LIMIT=64]--> |
| 1183 | <string name="full_name">Name</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1184 | <!-- Field title for the given name of a contact --> |
| 1185 | <string name="name_given">Given name</string> |
| 1186 | <!-- Field title for the family name of a contact --> |
| 1187 | <string name="name_family">Family name</string> |
| 1188 | <!-- Field title for the prefix name of a contact --> |
| 1189 | <string name="name_prefix">Name prefix</string> |
| 1190 | <!-- Field title for the middle name of a contact --> |
| 1191 | <string name="name_middle">Middle name</string> |
| 1192 | <!-- Field title for the suffix name of a contact --> |
| 1193 | <string name="name_suffix">Name suffix</string> |
| 1194 | <!-- Field title for the phonetic given name of a contact --> |
| 1195 | <string name="name_phonetic_given">Phonetic given name</string> |
| 1196 | <!-- Field title for the phonetic middle name of a contact --> |
| 1197 | <string name="name_phonetic_middle">Phonetic middle name</string> |
| 1198 | <!-- Field title for the phonetic family name of a contact --> |
| 1199 | <string name="name_phonetic_family">Phonetic family name</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 1200 | |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1201 | <!-- String describing which account type a contact came from when editing it --> |
| 1202 | <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> |
| 1203 | |
| 1204 | <!-- String describing which account a contact came from when editing it --> |
| 1205 | <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string> |
| 1206 | |
| 1207 | <!-- Checkbox asking the user if they want to display a particular photo for a contact --> |
| 1208 | <string name="use_photo_as_primary">Use this photo</string> |
| 1209 | |
| 1210 | <!-- Text used to explain that a contact cannot be edited since the data is read only --> |
| 1211 | <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string> |
| 1212 | |
Jeff Hamilton | d5a4567 | 2009-10-06 22:12:02 -0500 | [diff] [blame] | 1213 | <!-- Text describing that a contact has no information available other than name and photo --> |
| 1214 | <string name="no_contact_details">No additional information for this contact</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1215 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1216 | <!-- Label of the "sort list by" display option --> |
| 1217 | <string name="display_options_sort_list_by">Sort list by</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1218 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1219 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1220 | <string name="display_options_sort_by_given_name">Given name</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1221 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1222 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1223 | <string name="display_options_sort_by_family_name">Family name</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1224 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1225 | <!-- Label of the "view names as" display option --> |
| 1226 | <string name="display_options_view_names_as">View contact names as</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1227 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1228 | <!-- An allowable value for the "view names as" contact display option --> |
| 1229 | <string name="display_options_view_given_name_first">Given name first</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1230 | |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1231 | <!-- An allowable value for the "view names as" contact display option --> |
| 1232 | <string name="display_options_view_family_name_first">Family name first</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1233 | |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 1234 | <!-- Gray hint displayed in the search field in Contacts when empty --> |
| 1235 | <string name="search_bar_hint">Search contacts</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1236 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 1237 | <!-- Button displayed underneath the list of filtered visible contacts --> |
| 1238 | <string name="search_for_all_contacts">Search for all contacts</string> |
| 1239 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1240 | <!-- 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] | 1241 | <string name="take_photo">Take photo</string> |
| 1242 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1243 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
| 1244 | <string name="take_new_photo">Take new photo</string> |
| 1245 | |
| 1246 | <!-- 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] | 1247 | <string name="pick_photo">Select photo from Gallery</string> |
Dmitri Plotnikov | 98fd650 | 2010-03-09 11:05:55 -0800 | [diff] [blame] | 1248 | |
Daniel Lehmann | fe22aff | 2010-10-27 17:34:28 -0700 | [diff] [blame] | 1249 | <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> |
| 1250 | <string name="pick_new_photo">Select new photo from Gallery</string> |
| 1251 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1252 | <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1253 | <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1254 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1255 | <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1256 | <string name="upgrade_in_progress">Contact list is being updated.</string> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1257 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1258 | <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] --> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1259 | <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded. |
| 1260 | \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g> |
| 1261 | Mb of internal storage.\n\nChoose one of the following options:</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1262 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1263 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1264 | <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string> |
Christian Mehlmauer | 4ba04b3 | 2010-07-02 21:31:23 +0200 | [diff] [blame] | 1265 | |
Dmitri Plotnikov | c1d25fd | 2010-11-24 17:45:57 -0800 | [diff] [blame] | 1266 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1267 | <string name="upgrade_out_of_memory_retry">Retry upgrade</string> |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 1268 | |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 1269 | <!-- Title shown in the search result activity of contacts app while searching --> |
| 1270 | <string name="search_results_searching">Searching...</string> |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1271 | |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1272 | <!-- Label to display only selection in multiple picker --> |
| 1273 | <string name="menu_display_selected">"Show selected"</string> |
| 1274 | |
| 1275 | <!-- Label to display all recipients in multiple picker --> |
| 1276 | <string name="menu_display_all">"Show all"</string> |
| 1277 | |
| 1278 | <!-- Label to select all contacts in multiple picker --> |
| 1279 | <string name="menu_select_all">"Select all"</string> |
| 1280 | |
| 1281 | <!-- Label to clear all selection in multiple picker --> |
| 1282 | <string name="menu_select_none">"Unselect all"</string> |
| 1283 | |
| 1284 | <!-- Label to display how many selected in multiple picker --> |
| 1285 | <plurals name="multiple_picker_title"> |
| 1286 | <!-- number of selected recipients is one --> |
| 1287 | <item quantity="one">"1 recipient selected"</item> |
| 1288 | <!-- number of selected recipients is not equal to one --> |
| 1289 | <item quantity="other"><xliff:g id="count">%d</xliff:g>" recipients selected"</item> |
| 1290 | </plurals> |
| 1291 | |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1292 | <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker --> |
| 1293 | <string name="no_contacts_selected">"No contacts selected."</string> |
| 1294 | |
Daniel Lehmann | f7ce597 | 2010-11-02 22:30:24 -0700 | [diff] [blame] | 1295 | <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] --> |
| 1296 | <string name="add_field">Add another field</string> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1297 | |
| 1298 | <!-- Attbution of a contact status update, when the time of update is unknown --> |
| 1299 | <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> |
| 1300 | |
| 1301 | <!-- Attbution of a contact status update, when the time of update is known --> |
| 1302 | <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> |
| 1303 | |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1304 | <!-- String describing the Star/Favorite checkbox |
| 1305 | |
| 1306 | Used by AccessibilityService to announce the purpose of the view. |
| 1307 | --> |
| 1308 | <string name="description_star">favorite</string> |
| 1309 | |
| 1310 | <!-- The title of the Edit-Contact screen --> |
| 1311 | <string name="edit_contact">Edit contact</string> |
| 1312 | |
| 1313 | <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated |
| 1314 | anyway if we change our mind later --> |
| 1315 | <plurals name="merge_info"> |
| 1316 | <item quantity="one">not merged</item> |
| 1317 | <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item> |
| 1318 | </plurals> |
| 1319 | |
Dmitri Plotnikov | 1c5c8e2 | 2010-06-24 15:14:45 -0700 | [diff] [blame] | 1320 | <!-- The name of the invisible local contact directory --> |
| 1321 | <string name="local_invisible_directory">Other</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1322 | |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 1323 | <!-- The title of a confirmation dialog shown when the user selects a |
| 1324 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]--> |
| 1325 | <string name="aggregation_suggestion_join_dialog_title">Join contacts</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1326 | |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 1327 | <!-- The message in a confirmation dialog shown when the user selects a |
| 1328 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> |
| 1329 | <string name="aggregation_suggestion_join_dialog_message">Join |
| 1330 | the current contact with the selected contact?</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1331 | |
Dmitri Plotnikov | bd0c12c | 2010-11-01 16:36:04 -0700 | [diff] [blame] | 1332 | <!-- The title of a confirmation dialog shown when the user selects a |
| 1333 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]--> |
| 1334 | <string name="aggregation_suggestion_edit_dialog_title">Edit selected contacts</string> |
| 1335 | |
| 1336 | <!-- The message in a confirmation dialog shown when the user selects a |
| 1337 | contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> |
| 1338 | <string name="aggregation_suggestion_edit_dialog_message">Switch to editing |
| 1339 | the selected contact? Information you entered so far will be copied.</string> |
Dmitri Plotnikov | f491ae9 | 2010-08-16 12:18:53 -0700 | [diff] [blame] | 1340 | |
Dmitri Plotnikov | 02cd491 | 2010-09-01 20:42:17 -0700 | [diff] [blame] | 1341 | <!-- The menu item (or button) that creates a local copy of a corporate contact. [CHAR LIMIT=40]--> |
Daniel Lehmann | 18db43d | 2010-09-30 18:16:59 -0700 | [diff] [blame] | 1342 | <string name="menu_copyContact">Copy to my contacts</string> |
Dmitri Plotnikov | 02cd491 | 2010-09-01 20:42:17 -0700 | [diff] [blame] | 1343 | |
| 1344 | <!-- 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] | 1345 | <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] | 1346 | |
Dmitri Plotnikov | 15ccbb4 | 2010-10-05 17:29:07 -0700 | [diff] [blame] | 1347 | <!-- The label displayed in the Contacts action bar when in search mode [CHAR LIMIT=64] --> |
Dmitri Plotnikov | bee8d3b | 2010-10-12 20:57:46 -0700 | [diff] [blame] | 1348 | <string name="search_label">Searching all contacts</string> |
Dmitri Plotnikov | 15ccbb4 | 2010-10-05 17:29:07 -0700 | [diff] [blame] | 1349 | |
Dmitri Plotnikov | 400a5f8 | 2010-09-28 21:10:19 -0700 | [diff] [blame] | 1350 | <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] --> |
| 1351 | <string name="directory_search_label">Directory</string> |
| 1352 | |
| 1353 | <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] --> |
| 1354 | <string name="local_search_label">Contacts</string> |
| 1355 | |
Dmitri Plotnikov | caf0bc7 | 2010-09-03 15:16:21 -0700 | [diff] [blame] | 1356 | <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] --> |
| 1357 | <string name="toast_making_personal_copy">Creating a personal copy</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1358 | |
| 1359 | <!-- Prompt for selection of a contact list filter [CHAR LIMIT=64] --> |
| 1360 | <string name="list_filter_prompt">Choose contact list</string> |
| 1361 | |
| 1362 | <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] --> |
Dmitri Plotnikov | 049a645 | 2010-09-26 12:47:12 -0700 | [diff] [blame] | 1363 | <string name="list_filter_all_accounts">All contacts</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1364 | |
Dmitri Plotnikov | c41524c | 2010-10-06 16:25:58 -0700 | [diff] [blame] | 1365 | <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] --> |
| 1366 | <string name="list_filter_all_starred">Starred</string> |
| 1367 | |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1368 | <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> |
Dmitri Plotnikov | c41524c | 2010-10-06 16:25:58 -0700 | [diff] [blame] | 1369 | <string name="list_filter_custom">Custom</string> |
Dmitri Plotnikov | f7d450d | 2010-09-15 15:52:48 -0700 | [diff] [blame] | 1370 | |
| 1371 | <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> |
| 1372 | <string name="list_filter_customize">Customize...</string> |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 1373 | |
Dmitri Plotnikov | 009676f | 2010-10-08 12:13:57 -0700 | [diff] [blame] | 1374 | <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] --> |
| 1375 | <string name="list_filter_phones">Contacts with phone numbers</string> |
| 1376 | |
Dmitri Plotnikov | 6e850a0 | 2010-10-28 10:46:21 -0700 | [diff] [blame] | 1377 | <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] --> |
| 1378 | <string name="list_filter_single">Contact</string> |
| 1379 | |
Dmitri Plotnikov | d6e6b8a | 2010-09-15 16:23:02 -0700 | [diff] [blame] | 1380 | <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] --> |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 1381 | <string name="custom_list_filter">Define custom view</string> |
Dmitri Plotnikov | c85ad18 | 2010-09-17 18:12:49 -0700 | [diff] [blame] | 1382 | |
| 1383 | <!-- Title of the settings activity [CHAR LIMIT=64] --> |
| 1384 | <string name="activity_title_settings">Settings</string> |
| 1385 | |
| 1386 | <!-- Menu item for the settings activity [CHAR LIMIT=64] --> |
| 1387 | <string name="menu_settings">Settings</string> |
| 1388 | |
| 1389 | <!-- The preference section title for contact display options [CHAR LIMIT=128] --> |
| 1390 | <string name="preference_displayOptions">Display options</string> |
Daniel Lehmann | 1ad4d1b | 2010-10-18 19:20:41 -0700 | [diff] [blame] | 1391 | |
| 1392 | <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View |
| 1393 | of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] --> |
| 1394 | <string name="organization_company_and_title"><xliff:g id="company" example="Technical Program Manager">%2$s</xliff:g>, <xliff:g id="company" example="Google Inc.">%1$s</xliff:g></string> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 1395 | |
Dmitri Plotnikov | 4d174aa | 2010-10-25 15:38:54 -0700 | [diff] [blame] | 1396 | <!-- Query hint displayed inside the search field [CHAR LIMIT=64] --> |
| 1397 | <string name="hint_findContacts">Find contacts</string> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 1398 | |
| 1399 | <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] --> |
| 1400 | <string name="non_phone_caption">Phone number</string> |
| 1401 | |
| 1402 | <!-- Button to add a phone number to contacts [CHAR LIMIT=25] --> |
| 1403 | <string name="non_phone_add_to_contacts">Add to contacts</string> |
| 1404 | |
| 1405 | <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> |
| 1406 | <string name="non_phone_close">Close</string> |
Daniel Lehmann | 392ccec | 2010-11-01 20:50:03 -0700 | [diff] [blame] | 1407 | |
Daniel Lehmann | fad92b8 | 2010-10-27 21:00:21 -0700 | [diff] [blame] | 1408 | <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] --> |
| 1409 | <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string> |
Daniel Lehmann | 392ccec | 2010-11-01 20:50:03 -0700 | [diff] [blame] | 1410 | |
| 1411 | <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] --> |
| 1412 | <string name="date_year_toggle">Provide a year</string> |
Daniel Lehmann | b0ab5d7 | 2010-11-03 16:21:22 -0700 | [diff] [blame] | 1413 | |
| 1414 | <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] --> |
| 1415 | <string name="social_widget_label">Contact</string> |
Daniel Lehmann | 3cceb3f | 2010-11-05 12:59:17 -0700 | [diff] [blame] | 1416 | |
| 1417 | <!-- Message of widget while it is loading data [CHAR LIMIT=20] --> |
| 1418 | <string name="social_widget_loading">Loading \u2026</string> |
Dmitri Plotnikov | 8b82646 | 2010-11-17 14:52:24 -0800 | [diff] [blame] | 1419 | |
| 1420 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1421 | Creates a new contact. [CHAR LIMIT=128] --> |
| 1422 | <string name="contacts_unavailable_create_contact">Create a new contact</string> |
| 1423 | |
| 1424 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1425 | Navigates to account setup [CHAR LIMIT=128] --> |
| 1426 | <string name="contacts_unavailable_add_account">Sign in to an account</string> |
| 1427 | |
| 1428 | <!-- Button shown on the main contacts screen when there are no contacts on the device. |
| 1429 | Initiates a contact import dialog [CHAR LIMIT=128] --> |
| 1430 | <string name="contacts_unavailable_import_contacts">Import contacts from a file</string> |
| 1431 | |
Dmitri Plotnikov | 1ac58b6 | 2010-11-19 16:12:09 -0800 | [diff] [blame] | 1432 | <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] --> |
| 1433 | <string name="create_group_dialog_title">Create new group</string> |
| 1434 | |
| 1435 | <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] --> |
| 1436 | <string name="create_group_item_label">[Create new group]</string> |
| 1437 | |
Dmitri Plotnikov | e898a9f | 2010-11-18 16:58:25 -0800 | [diff] [blame] | 1438 | <!-- Title of the dialog that allows renaming of a contact group [CHAR LIMIT=128] --> |
| 1439 | <string name="rename_group_dialog_title">Rename group</string> |
| 1440 | |
| 1441 | <!-- Title of the dialog that allows deletion of a contact group [CHAR LIMIT=128] --> |
| 1442 | <string name="delete_group_dialog_title">Delete group</string> |
| 1443 | |
| 1444 | <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] --> |
| 1445 | <string name="delete_group_dialog_message">Are you sure you want to delete the group |
| 1446 | \'<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\'? |
| 1447 | (Contacts themselves will not be deleted.) |
| 1448 | </string> |
| 1449 | |
Dmitri Plotnikov | 4c699fc | 2010-11-23 11:49:15 -0800 | [diff] [blame] | 1450 | <!-- Toast displayed when the user creates a new contact and attempts to join it |
| 1451 | with another before entering any data [CHAR LIMIT=256] --> |
| 1452 | <string name="toast_join_with_empty_contact">Please enter contact name before joining |
| 1453 | with another contact. |
| 1454 | </string> |
Dmitri Plotnikov | ee194e5 | 2010-11-29 12:10:13 -0800 | [diff] [blame] | 1455 | |
| 1456 | <!-- Joined contact indicator displayed in the contact detail [CHAR LIMIT=64] --> |
| 1457 | <string name="indicator_joined_contact">Joined contact</string> |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 1458 | </resources> |