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"> |
| 17 | <!-- Title for the activity that shows contacts. This is the name |
| 18 | used in the Launcher icon. --> |
| 19 | <string name="contactsList">Contacts</string> |
| 20 | |
| 21 | <!-- Title for the activity that dials the phone. This is the name |
| 22 | used in the Launcher icon. --> |
Nicolas Catania | 0883240 | 2009-09-24 09:52:50 -0700 | [diff] [blame] | 23 | <string name="launcherDialer">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 24 | |
| 25 | <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. |
| 26 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
| 27 | <string name="shortcutContact">Contact</string> |
| 28 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 29 | <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. |
| 30 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 31 | <string name="shortcutDialContact">Direct dial</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 32 | |
| 33 | <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. |
| 34 | This shows up in a list of things like bookmark, folder, music playlist, etc --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 35 | <string name="shortcutMessageContact">Direct message</string> |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 36 | |
| 37 | <!-- Activity title when the user is selecting a contact for a shortcut. --> |
| 38 | <string name="shortcutActivityTitle">Choose a contact shortcut</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 39 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 40 | <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> |
| 41 | <string name="callShortcutActivityTitle">Choose a number to call</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 42 | |
Dianne Hackborn | 333a615 | 2009-05-26 12:46:23 -0700 | [diff] [blame] | 43 | <!-- Activity title when the user is selecting a contact for a direct message shortcut. --> |
| 44 | <string name="messageShortcutActivityTitle">Choose a number to message</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 45 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 46 | <!-- Title for the activity that shows only starred contacts --> |
| 47 | <string name="starredList">Starred</string> |
| 48 | |
| 49 | <!-- Title for the activity that shows only frequently contacted contacts --> |
| 50 | <string name="frequentList">Frequent</string> |
| 51 | |
| 52 | <!-- Title for the activity that shows a mix of starred contacts and frequently contacted |
| 53 | contacts. --> |
| 54 | <string name="strequentList">Favorites</string> |
| 55 | |
| 56 | <!-- The title bar when viewing the contact details activity --> |
| 57 | <string name="viewContactTitle">Contact details</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 58 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 59 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 60 | viewing a contact. This string represents the built in way to view the contact. --> |
| 61 | <string name="viewContactDesription">View contact</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 62 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 63 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 64 | editing a contact. This string represents the built in way to edit the contact. --> |
| 65 | <string name="editContactDescription">Edit contact</string> |
| 66 | |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 67 | <!-- The caption in the edit-email screen --> |
| 68 | <string name="edit_email_caption">Email address:</string> |
| 69 | |
| 70 | <!-- The caption of the custom type --> |
| 71 | <string name="edit_email_type_caption">Type:</string> |
| 72 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 73 | <!-- The description presented to the user in the Intent choose when there are multiple activities that allow |
| 74 | creating a new contact. This string represents the built in way to create the contact. --> |
| 75 | <string name="insertContactDescription">Create contact</string> |
| 76 | |
| 77 | <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> |
| 78 | <string name="searchHint">Search contacts</string> |
| 79 | |
| 80 | <!-- Menu item to search contacts --> |
| 81 | <string name="menu_search">Search</string> |
| 82 | |
| 83 | <!-- Menu item to create a new contact --> |
| 84 | <string name="menu_newContact">New contact</string> |
| 85 | |
| 86 | <!-- Menu item used to view the details for a specific contact --> |
| 87 | <string name="menu_viewContact">View contact</string> |
| 88 | |
| 89 | <!-- Menu item used to call a contact, containing the name of the contact to call --> |
| 90 | <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 91 | |
| 92 | <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> |
| 93 | <string name="menu_addStar">Add to favorites</string> |
| 94 | |
| 95 | <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> |
| 96 | <string name="menu_removeStar">Remove from favorites</string> |
| 97 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 98 | <!-- Menu item used to edit a specific contact --> |
| 99 | <string name="menu_editContact">Edit contact</string> |
| 100 | |
| 101 | <!-- Menu item used to delete a specific contact --> |
| 102 | <string name="menu_deleteContact">Delete contact</string> |
| 103 | |
| 104 | <!-- 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] | 105 | <string name="menu_call">Call contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 106 | |
| 107 | <!-- 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] | 108 | <string name="menu_sendSMS">Text contact</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 109 | |
| 110 | <!-- Menu item used to send an email message to a specific email address --> |
| 111 | <string name="menu_sendEmail">Send email</string> |
| 112 | |
| 113 | <!-- Menu item used to view a contact's address on a map --> |
| 114 | <string name="menu_viewAddress">Map address</string> |
| 115 | |
| 116 | <!-- Menu item that makes a phone the default for a contact. The default number used when you |
| 117 | try to call a contact without specifying a specific number. --> |
| 118 | <string name="menu_makeDefaultNumber">Make default number</string> |
| 119 | |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 120 | <!-- 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] | 121 | when you try to email a contact without specifying a specific address. --> |
Evan Millar | 45e0ed3 | 2009-06-01 16:44:38 -0700 | [diff] [blame] | 122 | <string name="menu_makeDefaultEmail">Make default email</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 123 | |
Dmitri Plotnikov | b4491ee | 2009-06-15 09:31:02 -0700 | [diff] [blame] | 124 | <!-- 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] | 125 | <string name="menu_splitAggregate">Separate</string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 126 | |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 127 | <!-- Toast shown after a contact has been split from an aggregate by a user action --> |
Dmitri Plotnikov | f042df9 | 2009-10-02 17:34:27 -0700 | [diff] [blame] | 128 | <string name="contactsSplitMessage">Contacts separated</string> |
| 129 | |
| 130 | <!-- Title of the confirmation dialog for separating contacts into multiple instances --> |
| 131 | <string name="splitConfirmation_title">Separate Contact</string> |
| 132 | |
| 133 | <!-- Confirmation dialog for separating contacts into multiple instances --> |
| 134 | <string name="splitConfirmation">Are you sure you want to separate this single contact |
| 135 | into multiple contacts: one for each set of contact information that was joined into it? |
| 136 | </string> |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 137 | |
| 138 | <!-- Menu item that joins an aggregate with another aggregate --> |
| 139 | <string name="menu_joinAggregate">Join</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 140 | |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 141 | <!-- Heading of the Join Contact screen --> |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 142 | <string name="titleJoinContactDataWith">Join contacts</string> |
Dmitri Plotnikov | 57d27da | 2009-09-28 18:06:11 -0700 | [diff] [blame] | 143 | |
| 144 | <!-- Info blurb on the Join Contact screen --> |
Dmitri Plotnikov | a5cfca3 | 2009-09-29 18:13:08 -0700 | [diff] [blame] | 145 | <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] | 146 | |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 147 | <!-- An item in the Join Contact activity that opens up the full contact A-Z list --> |
| 148 | <string name="showAllContactsJoinItem">Show all contacts</string> |
| 149 | |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 150 | <!-- List separator for the Join Contact list: Suggestions --> |
Dmitri Plotnikov | 7bf296f | 2009-09-29 21:01:25 -0700 | [diff] [blame] | 151 | <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> |
Dmitri Plotnikov | d7c4af2 | 2009-06-19 18:31:00 -0700 | [diff] [blame] | 152 | |
| 153 | <!-- List separator for the Join Contact list: A-Z --> |
| 154 | <string name="separatorJoinAggregateAll">All contacts</string> |
| 155 | |
Dmitri Plotnikov | 49f705f | 2009-06-17 18:31:56 -0700 | [diff] [blame] | 156 | <!-- Toast shown after two contacts have been joined by a user action --> |
| 157 | <string name="contactsJoinedMessage">Contacts joined</string> |
| 158 | |
Dmitri Plotnikov | ef03872 | 2009-06-24 18:51:47 -0700 | [diff] [blame] | 159 | <!-- Menu item that opens the Options activity for a given contact --> |
| 160 | <string name="menu_contactOptions">Options</string> |
| 161 | |
| 162 | <!-- Title for the Options activity for a given contact --> |
| 163 | <string name="contactOptionsTitle">Options</string> |
| 164 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 165 | <!-- Confirmation dialog title after users selects to delete a contact. --> |
| 166 | <string name="deleteConfirmation_title">Delete</string> |
| 167 | |
Megha Joshi | d5afd8a | 2009-09-22 09:38:41 -0700 | [diff] [blame] | 168 | <!-- Warning dialog contents after users selects to delete a ReadOnly contact. --> |
Megha Joshi | c508bd8 | 2009-10-01 17:31:49 -0700 | [diff] [blame] | 169 | <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] | 170 | |
| 171 | <!-- 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] | 172 | <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] | 173 | |
| 174 | <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> |
| 175 | <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string> |
| 176 | |
| 177 | <!-- 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] | 178 | <string name="deleteConfirmation">This contact will be deleted.</string> |
| 179 | |
| 180 | <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> |
| 181 | <string name="menu_done">Done</string> |
| 182 | |
| 183 | <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made --> |
| 184 | <string name="menu_doNotSave">Revert</string> |
| 185 | |
| 186 | <!-- The title of the activity that edits and existing contact --> |
| 187 | <string name="editContact_title_edit">Edit contact</string> |
| 188 | |
| 189 | <!-- The title of the activity that creates a new contact --> |
| 190 | <string name="editContact_title_insert">New contact</string> |
| 191 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 192 | <!-- The label describing the phonetic pronunciation/reading of a contact name --> |
| 193 | <string name="label_phonetic_name">Phonetic</string> |
| 194 | |
| 195 | <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact --> |
| 196 | <string name="label_notes">Notes</string> |
| 197 | |
| 198 | <!-- The label describing the custom ringtone for a contact --> |
| 199 | <string name="label_ringtone">Ringtone</string> |
| 200 | |
| 201 | <!-- Hint text for the contact name when editing --> |
| 202 | <string name="ghostData_name">First and Last</string> |
| 203 | |
| 204 | <!-- Hint text for the phonetic reading of the contact name when editing --> |
| 205 | <string name="ghostData_phonetic_name">Phonetic name</string> |
| 206 | |
| 207 | <!-- Hint text for the organization name when editing --> |
| 208 | <string name="ghostData_company">Company</string> |
| 209 | |
Daniel Lehmann | a166050 | 2010-03-24 14:18:34 -0700 | [diff] [blame] | 210 | <!-- Hint text for the organization title when editing --> |
| 211 | <string name="ghostData_title">Title</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 212 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 213 | <!-- Message displayed in a toast when you try to view the details of a contact that |
| 214 | for some reason doesn't exist anymore. --> |
| 215 | <string name="invalidContactMessage">The contact does not exist.</string> |
| 216 | |
| 217 | <!-- When picking a contact from a list of all contacts there is an entry at the top of the |
| 218 | list that allows the user to create a new contact, which this string is used for --> |
| 219 | <string name="pickerNewContactHeader">Create new contact</string> |
| 220 | |
| 221 | <!-- Dialog title when you select a label when creating or edit a contact --> |
| 222 | <string name="selectLabel">Select label</string> |
| 223 | |
| 224 | <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> |
| 225 | <string name="phoneLabelsGroup">Phone</string> |
| 226 | |
| 227 | <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact --> |
| 228 | <string name="emailLabelsGroup">Email</string> |
| 229 | |
| 230 | <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact --> |
| 231 | <string name="imLabelsGroup">IM</string> |
| 232 | |
| 233 | <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact --> |
| 234 | <string name="postalLabelsGroup">Postal address</string> |
| 235 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 236 | <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> |
| 237 | <skip/> |
| 238 | <!-- The labels that are under the otherLabelsGroup when editing a contact. --> |
| 239 | <string-array name="otherLabels"> |
| 240 | <!-- An organization associated with a contact --> |
| 241 | <item>Organization</item> |
| 242 | <!-- A note associated with a contact --> |
| 243 | <item>Note</item> |
| 244 | </string-array> |
| 245 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 246 | <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> |
| 247 | <string name="photoPickerNotFoundText">No pictures are available on the phone.</string> |
| 248 | |
| 249 | <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact --> |
| 250 | <string name="attachToContact">Contact icon</string> |
| 251 | |
| 252 | <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. |
| 253 | For example, this may be used to set a phone number's label to "Vaction house" --> |
| 254 | <string name="customLabelPickerTitle">Custom label name</string> |
| 255 | |
| 256 | <!-- The menu item to open the list of groups to display --> |
Roy West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 257 | <string name="menu_displayGroup">Display options</string> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 258 | |
| 259 | <!-- Title of activity that lets user pick which contact groups to display --> |
Roy West | a5f960c | 2009-09-25 13:25:13 -0700 | [diff] [blame] | 260 | <string name="displayGroups">Display options</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 261 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 262 | <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> |
| 263 | <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> |
| 264 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 265 | <!-- String used to indicate that a contact doesn't have a custom ringtone --> |
| 266 | <string name="default_ringtone">Default</string> |
| 267 | |
Jeff Hamilton | 753b74f | 2009-10-08 19:46:26 -0500 | [diff] [blame] | 268 | <!-- The button/menu item that allows you to change an existing contact picture --> |
| 269 | <string name="changePicture">Change icon</string> |
| 270 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 271 | <!-- The menu item that allows you to remove a picture from a contact --> |
| 272 | <string name="removePicture">Remove icon</string> |
| 273 | |
| 274 | <!-- The text displayed when the contacts list is empty while displaying all contacts --> |
| 275 | <string name="noContacts">No contacts.</string> |
| 276 | |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 277 | <!-- The text displayed when the contacts list is empty while displaying results after searching contacts --> |
| 278 | <string name="noMatchingContacts">No matching contacts found.</string> |
| 279 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 280 | <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers --> |
| 281 | <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string> |
| 282 | |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 283 | <!-- The title of the filter to only show contacts with phone numbers --> |
| 284 | <string name="showFilterPhones">Only contacts with phones</string> |
| 285 | |
| 286 | <!-- The description of the filter to only show contacts with phone numbers --> |
| 287 | <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string> |
| 288 | |
| 289 | <!-- The header over the list of all contacts groups --> |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 290 | <string name="headerContactGroups">Choose contacts to display</string> |
Jeff Sharkey | d5c5b9a | 2009-06-21 19:46:04 -0700 | [diff] [blame] | 291 | |
| 292 | <!-- The description of a group with the total number of contacts --> |
| 293 | <plurals name="groupDescrip"> |
| 294 | <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item> |
| 295 | </plurals> |
| 296 | |
| 297 | <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers --> |
| 298 | <plurals name="groupDescripPhones"> |
| 299 | <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item> |
| 300 | </plurals> |
| 301 | |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 302 | <!-- 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] | 303 | <string name="savingContact">Saving contact\u2026</string> |
| 304 | |
Dmitri Plotnikov | db39ed1 | 2009-09-29 12:04:28 -0700 | [diff] [blame] | 305 | <!-- Displayed in a spinner dialog as user changes to display options are saved --> |
| 306 | <string name="savingDisplayGroups">Saving display options\u2026</string> |
Neel Parekh | be406ff | 2009-09-16 15:31:22 -0700 | [diff] [blame] | 307 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 308 | <!-- Toast displayed when a contact is saved --> |
| 309 | <string name="contactSavedToast">Contact saved.</string> |
| 310 | |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 311 | <!-- Toast displayed when saving a contact failed --> |
| 312 | <string name="contactSavedErrorToast">Error, unable to save contact changes.</string> |
| 313 | |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 314 | <!-- 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] | 315 | <plurals name="listTotalPhoneContacts"> |
| 316 | <item quantity="one">Displaying 1 contact with phone number</item> |
| 317 | <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts with phone numbers</item> |
| 318 | </plurals> |
| 319 | |
| 320 | <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected --> |
| 321 | <string name="listTotalPhoneContactsZero">No visible contacts with phone numbers</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 322 | |
| 323 | <!-- 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] | 324 | <plurals name="listTotalAllContacts"> |
| 325 | <item quantity="one">Displaying 1 contact</item> |
| 326 | <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts</item> |
| 327 | </plurals> |
| 328 | |
| 329 | <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Only contacts with phones" not selected --> |
| 330 | <string name="listTotalAllContactsZero">No visible contacts</string> |
| 331 | |
| 332 | <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected --> |
| 333 | <plurals name="listFoundAllContacts"> |
| 334 | <item quantity="one">Found 1 contact</item> |
| 335 | <item quantity="other">Found <xliff:g id="count">%d</xliff:g> contacts</item> |
| 336 | </plurals> |
| 337 | |
| 338 | <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected --> |
| 339 | <string name="listFoundAllContactsZero">Contact not found</string> |
Neel Parekh | 0b95e12 | 2009-09-28 17:19:03 -0700 | [diff] [blame] | 340 | |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 341 | <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> |
| 342 | <plurals name="searchFoundContacts"> |
| 343 | <item quantity="one">1 contact</item> |
| 344 | <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item> |
| 345 | </plurals> |
| 346 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 347 | <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better --> |
| 348 | <string name="contactsIconLabel">Contacts</string> |
| 349 | |
| 350 | <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better --> |
| 351 | <string name="contactsFavoritesLabel">Favorites</string> |
| 352 | |
| 353 | <!-- 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] | 354 | <string name="dialerIconLabel">Phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 355 | |
| 356 | <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better --> |
| 357 | <string name="recentCallsIconLabel">Call log</string> |
| 358 | <string name="liveFolderAll">All contacts</string> |
| 359 | <string name="liveFolderFavorites">Starred contacts</string> |
| 360 | <string name="liveFolderPhone">Contacts with phone numbers</string> |
| 361 | |
| 362 | <!-- 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] | 363 | <string name="menu_sendTextMessage">Send text message</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 364 | |
| 365 | <!-- Menu item used to call a contact from the call log --> |
| 366 | <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string> |
| 367 | |
| 368 | <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it --> |
| 369 | <string name="recentCalls_editNumberBeforeCall">Edit number before call</string> |
| 370 | |
| 371 | <!-- Menu item used to add a number from the call log to contacts --> |
| 372 | <string name="recentCalls_addToContact">Add to contacts</string> |
| 373 | |
| 374 | <!-- Menu item used to remove a single call from the call log --> |
| 375 | <string name="recentCalls_removeFromRecentList">Remove from call log</string> |
| 376 | |
| 377 | <!-- Menu item used to remove all calls from the call log --> |
| 378 | <string name="recentCalls_deleteAll">Clear call log</string> |
| 379 | |
| 380 | <!-- Text displayed when the call log is empty --> |
| 381 | <string name="recentCalls_empty">Call log is empty.</string> |
| 382 | |
Daniel Lehmann | dd42181 | 2010-03-01 14:54:56 -0800 | [diff] [blame] | 383 | <!-- Title of the confirmation dialog for clearing the call log --> |
| 384 | <string name="clearCallLogConfirmation_title">Clear call log</string> |
| 385 | |
| 386 | <!-- Confirmation dialog for clearing the call log --> |
| 387 | <string name="clearCallLogConfirmation">Are you sure you want to clear the call log?</string> |
| 388 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 389 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 390 | <string name="imei">IMEI</string> |
| 391 | |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 392 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 393 | <string name="meid">MEID</string> |
| 394 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 395 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 396 | <string name="voicemail">Voicemail</string> |
| 397 | |
| 398 | <!-- String used to display calls from unknown numbers in the call log --> |
| 399 | <string name="unknown">Unknown</string> |
| 400 | |
| 401 | <!-- String used to display calls from private numbers in the call log --> |
| 402 | <string name="private_num">Private number</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 403 | |
The Android Open Source Project | 37a16ac | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 404 | <!-- String used to display calls from pay phone in the call log --> |
| 405 | <string name="payphone">Pay phone</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 406 | |
| 407 | <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| 408 | to dial using the physical keyboard --> |
| 409 | <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| 410 | |
| 411 | <!-- Hint text displayed in the "digits" field above the dialer's |
| 412 | dialpad, if there's already a call in progress. (This hint |
| 413 | reminds the user that the dialer will add a new call, as opposed |
| 414 | to sending DTMF tones over the current call.) --> |
| 415 | <string name="dialerDialpadHintText">Dial to add a call</string> |
| 416 | |
| 417 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 418 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 419 | |
| 420 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 421 | <string name="simContacts_title">SIM card contacts</string> |
| 422 | |
Bai Tao | bc38e1f | 2010-03-19 09:57:03 +0800 | [diff] [blame] | 423 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled --> |
| 424 | <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> |
| 425 | |
| 426 | <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts --> |
| 427 | <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string> |
| 428 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 429 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled --> |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 430 | <string name="noContactsHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 431 | \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] | 432 | \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] | 433 | \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] | 434 | </string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 435 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 436 | <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled --> |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 437 | <string name="noContactsHelpTextWithSync">"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 |
| 438 | \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] | 439 | \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] | 440 | \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] | 441 | \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] | 442 | </string> |
| 443 | |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 444 | <!-- 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)--> |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 445 | <string name="noContactsNoSimHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n |
| 446 | \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] | 447 | \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] | 448 | \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] | 449 | </string> |
| 450 | |
| 451 | <!-- 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) --> |
Roy West | 4a83a6d | 2009-09-25 07:25:03 -0700 | [diff] [blame] | 452 | <string name="noContactsNoSimHelpTextWithSync">"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 |
| 453 | \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] | 454 | \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] | 455 | \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] | 456 | \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] | 457 | </string> |
| 458 | |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 459 | <!-- 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] | 460 | <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] | 461 | <li>Touch the <b>Contacts</b> tab\n</li> |
Neel Parekh | f445540 | 2009-09-14 18:00:09 -0700 | [diff] [blame] | 462 | \n<li>Touch the contact you want to add to your favorites\n</li> |
| 463 | \n<li>Touch the star next to the contact\'s name\n</li>" |
| 464 | </string> |
| 465 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 466 | <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server --> |
Dmitri Plotnikov | fc172b0 | 2010-02-23 10:10:17 -0800 | [diff] [blame] | 467 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 468 | |
| 469 | <!-- Live folder label for all contacts --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 470 | <string name="liveFolder_all_label">All contacts</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 471 | |
| 472 | <!-- Live folder label for only starred contacts --> |
| 473 | <string name="liveFolder_favorites_label">Starred</string> |
| 474 | |
| 475 | <!-- Live folder label for all contacts with phone numbers --> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 476 | <string name="liveFolder_phones_label">Phones</string> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 477 | |
| 478 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 479 | (Part of a list of options shown in the dialer when another call |
| 480 | is already in progress.) --> |
| 481 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 482 | |
| 483 | <!-- Item label: jump to the in-call UI. |
| 484 | (Part of a list of options shown in the dialer when another call |
| 485 | is already in progress.) --> |
| 486 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 487 | |
| 488 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 489 | (Part of a list of options shown in the dialer when another call |
| 490 | is already in progress.) --> |
| 491 | <string name="dialer_addAnotherCall">Add call</string> |
| 492 | |
| 493 | <!-- Title bar for call detail screen --> |
| 494 | <string name="callDetailTitle">Call details</string> |
| 495 | |
| 496 | <!-- Toast for call detail screen when couldn't read the requested details --> |
| 497 | <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string> |
| 498 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 499 | <!-- Title for incoming call details screen --> |
| 500 | <string name="type_incoming">Incoming call</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 501 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 502 | <!-- Title for outgoing call details screen --> |
| 503 | <string name="type_outgoing">Outgoing call</string> |
| 504 | |
| 505 | <!-- Title for missed call details screen --> |
| 506 | <string name="type_missed">Missed call</string> |
| 507 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 508 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 509 | <string name="actionIncomingCall">Incoming calls</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 510 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 511 | <!-- Action string for calling back a number in the call log --> |
| 512 | <string name="callBack">Call back</string> |
| 513 | |
| 514 | <!-- Action string for calling a number in the call log again --> |
| 515 | <string name="callAgain">Call again</string> |
| 516 | |
| 517 | <!-- Action string for returning a missed call in the call log --> |
| 518 | <string name="returnCall">Return call</string> |
| 519 | |
| 520 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" --> |
| 521 | <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] | 522 | |
Dmitri Plotnikov | ec8821b | 2010-03-03 14:35:24 -0800 | [diff] [blame] | 523 | <!-- A list separator for the Favorites tab indicating that items below it are frequently contacted contacts rather than starred contacts --> |
| 524 | <string name="favoritesFrquentSeparator">Frequently contacted</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 525 | |
| 526 | <!-- Dialog title when prompting before creating a contact --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 527 | <string name="add_contact_dlg_title">Add contact</string> |
The Android Open Source Project | 1f62096 | 2009-03-09 11:52:14 -0700 | [diff] [blame] | 528 | <!-- Dialog message when prompting before creating a contact. Includes |
| 529 | the email address, e.g. "Add xyz@foo.com to contacts?" --> |
| 530 | <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] | 531 | |
Evan Millar | 7911ff5 | 2009-07-21 15:55:18 -0700 | [diff] [blame] | 532 | <!-- Label for the all data tab in the view and edit card --> |
| 533 | <string name="all_tab_label">All</string> |
Jeff Hamilton | e052966 | 2009-08-21 02:43:47 -0500 | [diff] [blame] | 534 | |
svetoslavganov | a91a6fc | 2009-04-28 19:22:46 -0700 | [diff] [blame] | 535 | <!-- String describing the image on ImageButton one |
| 536 | |
| 537 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 538 | This is especially valuable for views without textual representation like ImageView. |
| 539 | --> |
| 540 | <string name="description_image_button_one">one</string> |
| 541 | |
| 542 | <!-- String describing the image on ImageButton two |
| 543 | |
| 544 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 545 | This is especially valuable for views without textual representation like ImageView. |
| 546 | --> |
| 547 | <string name="description_image_button_two">two</string> |
| 548 | |
| 549 | <!-- String describing the image on ImageButton three |
| 550 | |
| 551 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 552 | This is especially valuable for views without textual representation like ImageView. |
| 553 | --> |
| 554 | <string name="description_image_button_three">three</string> |
| 555 | |
| 556 | <!-- String describing the image on ImageButton four |
| 557 | |
| 558 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 559 | This is especially valuable for views without textual representation like ImageView. |
| 560 | --> |
| 561 | <string name="description_image_button_four">four</string> |
| 562 | |
| 563 | <!-- String describing the image on ImageButton five |
| 564 | |
| 565 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 566 | This is especially valuable for views without textual representation like ImageView. |
| 567 | --> |
| 568 | <string name="description_image_button_five">five</string> |
| 569 | |
| 570 | <!-- String describing the image on ImageButton six |
| 571 | |
| 572 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 573 | This is especially valuable for views without textual representation like ImageView. |
| 574 | --> |
| 575 | <string name="description_image_button_six">six</string> |
| 576 | |
| 577 | <!-- String describing the image on ImageButton seven |
| 578 | |
| 579 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 580 | This is especially valuable for views without textual representation like ImageView. |
| 581 | --> |
| 582 | <string name="description_image_button_seven">seven</string> |
| 583 | |
| 584 | <!-- String describing the image on ImageButton eight |
| 585 | |
| 586 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 587 | This is especially valuable for views without textual representation like ImageView. |
| 588 | --> |
| 589 | <string name="description_image_button_eight">eight</string> |
| 590 | |
| 591 | <!-- String describing the image on ImageButton nine |
| 592 | |
| 593 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 594 | This is especially valuable for views without textual representation like ImageView. |
| 595 | --> |
| 596 | <string name="description_image_button_nine">nine</string> |
| 597 | |
| 598 | <!-- String describing the image on ImageButton star |
| 599 | |
| 600 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 601 | This is especially valuable for views without textual representation like ImageView. |
| 602 | --> |
| 603 | <string name="description_image_button_star">star</string> |
| 604 | |
| 605 | <!-- String describing the image on ImageButton zero |
| 606 | |
| 607 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 608 | This is especially valuable for views without textual representation like ImageView. |
| 609 | --> |
| 610 | <string name="description_image_button_zero">zero</string> |
| 611 | |
| 612 | <!-- String describing the image on ImageButton pound |
| 613 | |
| 614 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 615 | This is especially valuable for views without textual representation like ImageView. |
| 616 | --> |
| 617 | <string name="description_image_button_pound">pound</string> |
| 618 | |
Dominic Mazzoni | 5de8800 | 2010-02-03 09:54:40 -0800 | [diff] [blame] | 619 | <!-- String describing the Voicemail ImageButton |
| 620 | |
| 621 | Used by AccessibilityService to announce the purpose of the button. |
| 622 | --> |
| 623 | <string name="description_voicemail_button">voicemail</string> |
| 624 | |
| 625 | <!-- String describing the Dial ImageButton |
| 626 | |
| 627 | Used by AccessibilityService to announce the purpose of the button. |
| 628 | --> |
| 629 | <string name="description_dial_button">dial</string> |
| 630 | |
| 631 | <!-- String describing the Delete/Backspace ImageButton |
| 632 | |
| 633 | Used by AccessibilityService to announce the purpose of the button. |
| 634 | --> |
| 635 | <string name="description_delete_button">backspace</string> |
| 636 | |
| 637 | <!-- String describing the digits text box containing the number to dial. |
| 638 | |
| 639 | Used by AccessibilityService to announce the purpose of the view. |
| 640 | --> |
| 641 | <string name="description_digits_edittext">number to dial</string> |
| 642 | |
| 643 | <!-- String describing the Contact Photo Image |
| 644 | |
| 645 | Used by AccessibilityService to announce the purpose of the view. |
| 646 | --> |
| 647 | <string name="description_contact_photo">contact photo</string> |
| 648 | |
| 649 | <!-- String describing the Contact Editor Minus button |
| 650 | |
| 651 | Used by AccessibilityService to announce the purpose of the button. |
| 652 | --> |
| 653 | <string name="description_minus_button">minus</string> |
| 654 | |
| 655 | <!-- String describing the Contact Editor Plus button |
| 656 | |
| 657 | Used by AccessibilityService to announce the purpose of the button. |
| 658 | --> |
| 659 | <string name="description_plus_button">plus</string> |
| 660 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 661 | <!-- Dialog title shown when SD Card does not exist --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 662 | <string name="no_sdcard_title">No SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 663 | |
| 664 | <!-- Dialog message shown when SDcard does not exist --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 665 | <string name="no_sdcard_message">No SD card detected</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 666 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 667 | <!-- Dialog title shown when searching vCard data from SD Card --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 668 | <string name="searching_vcard_title">Searching for vCard</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 669 | |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 670 | <!-- Action string for selecting SIM for importing contacts --> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 671 | <string name="import_from_sim">Import from SIM card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 672 | |
| 673 | <!-- Action string for selecting SD Card for importing contacts --> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 674 | <string name="import_from_sdcard">Import from SD card</string> |
| 675 | |
| 676 | <!-- Action that exports all contacts to SD Card --> |
| 677 | <string name="export_to_sdcard">Export to SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 678 | |
Daisuke Miyakawa | a92bd03 | 2010-02-24 15:08:45 +0900 | [diff] [blame] | 679 | <!-- Action that shares visible contacts --> |
| 680 | <string name="share_visible_contacts">Share visible contacts</string> |
| 681 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 682 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 683 | should be imported. This message shows only when the system is certain that there's more |
| 684 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 685 | <string name="import_one_vcard_string">Import one vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 686 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 687 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 688 | should be imported. This message shows only when the system is certain that there's more |
| 689 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 690 | <string name="import_multiple_vcard_string">Import multiple vCard files</string> |
| 691 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 692 | <!-- One of alternatives shown when the system allows a user to select how many vCard files |
| 693 | should be imported. This message shows only when the system is certain that there's more |
| 694 | than one vCard files available in the system. --> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 695 | <string name="import_all_vcard_string">Import all vCard files</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 696 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 697 | <!-- Dialog message shown when searching vCard data from SD Card --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 698 | <string name="searching_vcard_message">Searching for vCard data on SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 699 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 700 | <!-- Dialog title shown when scanning vCard data failed. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 701 | <string name="scanning_sdcard_failed_title">Scanning SD card failed</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 702 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 703 | <!-- Dialog message shown when searching vCard data failed. |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 704 | An exact reason for the failure should --> |
Daisuke Miyakawa | a1f0661 | 2009-09-30 09:53:49 -0700 | [diff] [blame] | 705 | <string name="scanning_sdcard_failed_message">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] | 706 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 707 | <!-- The failed reason shown when Contacts app (especially vCard importer/exporter) |
| 708 | 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] | 709 | <string name="fail_reason_io_error">I/O Error</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 710 | |
Daisuke Miyakawa | 0e9c4b5 | 2010-06-07 12:01:02 -0700 | [diff] [blame^] | 711 | <!-- Failure reason show when Contacts app (especially vCard importer) encountered |
| 712 | low memory problem and could not proceed its import procedure. --> |
| 713 | <string name="fail_reason_low_memory_during_import">Memory is insufficient (the file may be too large)</string> |
| 714 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 715 | <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard |
| 716 | implementation. This might happen even when the input vCard is completely valid, though |
| 717 | we believe it is rather rare in the actual world. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 718 | <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] | 719 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 720 | <!-- The failed reason shown when the current vCard importer cannot parse the file since the |
| 721 | parser is incomplete (actually, there's missing part in the current vCard parser, though |
| 722 | our understanding is that the functionality missed by the current vCard parser |
| 723 | is rarely needed in the actual vCard...). --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 724 | <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] | 725 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 726 | <!-- The failed reason shown when the system could not find any vCard file |
| 727 | (with extension ".vcf" in SDCard.) --> |
Daisuke Miyakawa | 3696632 | 2009-09-30 09:43:58 -0700 | [diff] [blame] | 728 | <string name="fail_reason_no_vcard_file">No vCard file found on the SD card</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 729 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 730 | <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). --> |
| 731 | <string name="fail_reason_failed_to_collect_vcard_meta_info">Failed to collect meta information of given vCard file(s).</string> |
| 732 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 733 | <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard |
| 734 | 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] | 735 | <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] | 736 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 737 | <!-- 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] | 738 | <string name="fail_reason_unknown">Unknown error</string> |
| 739 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 740 | <!-- Dialog title shown when a user is asked to select vCard file --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 741 | <string name="select_vcard_title">Select vCard file</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 742 | |
Daisuke Miyakawa | f700c53 | 2010-06-01 18:07:34 -0700 | [diff] [blame] | 743 | <!-- The title shown when vCard importer is caching files to be imported into local temporary |
| 744 | data storage. --> |
| 745 | <string name="caching_vcard_title">Caching vCard(s) to local temporary storage</string> |
| 746 | |
| 747 | <!-- The message shown when vCard importer is caching files to be imported into local temporary |
| 748 | data storage. --> |
| 749 | <string name="caching_vcard_message">Importer is caching vCard(s) to local temporary storage. Actual import will start soon.</string> |
| 750 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 751 | <!-- The message shown while reading vCard(s). |
| 752 | First argument is current index of contacts to be imported. |
| 753 | Second argument is the total number of contacts. |
| 754 | Third argument is the Uri which is being read. --> |
| 755 | <string name="progress_notifier_message"><xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="filename" example="foo.vcf">%s</xliff:g></string> |
Daisuke Miyakawa | 8c10807 | 2009-08-24 10:51:58 +0900 | [diff] [blame] | 756 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 757 | <!-- Dialog title shown when reading vCard data --> |
| 758 | <string name="reading_vcard_title">Reading vCard(s)</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 759 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 760 | <!-- Dialog title shown when reading vCard data failed --> |
| 761 | <string name="reading_vcard_failed_title">Failed to Read vCard data</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 762 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 763 | <!-- The title shown when reading vCard is canceled (probably by a user) --> |
| 764 | <string name="reading_vcard_canceled_title">Reading vCard data was canceled</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 765 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 766 | <!-- The title shown when reading vCard is canceled (probably by a user) --> |
| 767 | <string name="reading_vcard_finished_title">Finished Reading vCard data</string> |
Daisuke Miyakawa | 2991dd9 | 2009-05-19 08:32:17 +0900 | [diff] [blame] | 768 | |
Daisuke Miyakawa | f21bf27 | 2010-04-13 20:33:53 +0900 | [diff] [blame] | 769 | <!-- The message shown when vCard importer started running. --> |
| 770 | <string name="vcard_importer_start_message">vCard importer started.</string> |
| 771 | |
| 772 | <!-- The message shown when additional vCard to be imported is given during the import for others --> |
| 773 | <string name="vcard_importer_will_start_message">vCard importer will import the vCard after a while.</string> |
| 774 | |
| 775 | <!-- The percentage, used for expressing the progress of vCard import. --> |
| 776 | <string name="percentage">%s%%</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 777 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 778 | <!-- 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] | 779 | <string name="confirm_export_title">Confirm export</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 780 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 781 | <!-- 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] | 782 | <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] | 783 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 784 | <!-- Dialog title shown when exporting Contact data failed --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 785 | <string name="exporting_contact_failed_title">Failed to export contact data</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 786 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 787 | <!-- Dialog message shown when exporting Contact data failed --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 788 | <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] | 789 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 790 | <!-- The failed reason shown when there's no contact which is allowed to be exported. |
| 791 | Note that user may have contacts data but all of them are probably not allowed to be |
| 792 | exported because of security/permission reasons. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 793 | <string name="fail_reason_no_exportable_contact">There is no exportable contact</string> |
| 794 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 795 | <!-- The failed reason shown when vCard exporter could not create a file for the vCard since |
| 796 | there are too many files relevant to vCard. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 797 | <string name="fail_reason_too_many_vcard">Too many vCard files on the SD card</string> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 798 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 799 | <!-- The failed reason shown when the given file name is too long for the system. |
| 800 | The length limit of each file is different in each Android device, so we don't need to |
| 801 | mention it here. --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 802 | <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] | 803 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 804 | <!-- Dialog title shown when the application is exporting contact data outside --> |
| 805 | <string name="exporting_contact_list_title">Exporting contact data</string> |
| 806 | |
| 807 | <!-- Message shown when the application is exporting contact data outside --> |
| 808 | <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] | 809 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 810 | <!-- The failed reason shown when contacts exporter fails to be initialized. |
| 811 | Some exact reason must follow this. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 812 | <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] | 813 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 814 | <!-- The failed reason shown when some error happend during contacts export. |
| 815 | Some exact reason must follow this. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 816 | <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] | 817 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 818 | <!-- The error reason the vCard composer "may" emit when database is corrupted or |
| 819 | something is going wrong. Usually users should not see this text. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 820 | <string name="composer_failed_to_get_database_infomation">Failed to get database information</string> |
| 821 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 822 | <!-- This error message shown when the user actually have no contact |
| 823 | (e.g. just after data-wiping), or, data providers of the contact list prohibits their |
| 824 | contacts from being exported to outside world via vcard exporter, etc. --> |
Daisuke Miyakawa | cb70acc | 2009-10-19 14:31:40 +0900 | [diff] [blame] | 825 | <string name="composer_has_no_exportable_contact">There is no exportable contact. If you have actualy have contacts on your phone, all the contacts may be prohibited from being exported to outside the phone by some data provider.</string> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 826 | |
Daisuke Miyakawa | 23bf89e | 2009-10-20 07:28:35 +0900 | [diff] [blame] | 827 | <!-- The error reason the vCard composer may emit when vCard composer is not initialized |
| 828 | even when needed. |
| 829 | Users should not usually see this error message. --> |
Daisuke Miyakawa | 0bec3b9 | 2009-09-25 13:33:27 -0700 | [diff] [blame] | 830 | <string name="composer_not_initialized">The vCard composer is not correctly initialized</string> |
| 831 | |
Daisuke Miyakawa | ee7428a | 2009-10-22 08:10:14 +0900 | [diff] [blame] | 832 | <!-- The failed reason shown when vCard importer/exporter could not open the file |
| 833 | specified by a user. The file name should be in the message. --> |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 834 | <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> |
| 835 | |
| 836 | <!-- 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)")--> |
| 837 | <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] | 838 | |
Mike LeBeau | 98d6927 | 2009-06-30 18:34:49 -0700 | [diff] [blame] | 839 | <!-- 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] | 840 | <string name="search_settings_description">Names of your contacts</string> |
Reli Tal | c2a2a51 | 2009-06-10 16:48:00 -0400 | [diff] [blame] | 841 | |
| 842 | <!-- Menu items for dialpad options as part of Pause and Wait ftr --> |
Roy West | 07a6844 | 2009-09-20 17:18:23 -0700 | [diff] [blame] | 843 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 844 | <string name="add_wait">Add wait</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 845 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 846 | <!-- Title for the call disambiguation dialog --> |
| 847 | <string name="call_disambig_title">Call using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 848 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 849 | <!-- Title for the sms disambiguation dialog --> |
| 850 | <string name="sms_disambig_title">Text using</string> |
Neel Parekh | 5aaa36a | 2009-09-14 10:47:43 -0700 | [diff] [blame] | 851 | |
Evan Millar | 14fecb6 | 2009-09-09 09:23:12 -0700 | [diff] [blame] | 852 | <!-- Message next to disamgiguation dialog check box --> |
| 853 | <string name="make_primary">Remember this choice</string> |
David Brown | 3d07e6d | 2009-08-04 20:30:09 -0700 | [diff] [blame] | 854 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 855 | <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application |
| 856 | was found that could perform the selected action --> |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 857 | <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] | 858 | |
Jeff Sharkey | 73714ff | 2009-08-23 22:13:04 -0700 | [diff] [blame] | 859 | <!-- Shown as the checkbox label that, when checked, will store remember the |
| 860 | selected choice and shortcut to it in the future. For example, this would |
| 861 | make a selected phone number the default. --> |
Evan Millar | 0d0ab34 | 2009-09-30 19:03:35 -0700 | [diff] [blame] | 862 | <string name="quickcontact_remember_choice">Remember this choice</string> |
Jeff Sharkey | 73714ff | 2009-08-23 22:13:04 -0700 | [diff] [blame] | 863 | |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 864 | <!-- 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] | 865 | <string name="quickcontact_missing_name">Unknown</string> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 866 | |
Jeff Sharkey | d9798ae | 2009-08-24 20:46:23 -0700 | [diff] [blame] | 867 | <!-- The menu item to open the list of accounts --> |
| 868 | <string name="menu_accounts">Accounts</string> |
| 869 | |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 870 | <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. --> |
| 871 | <string name="menu_import_export">Import/Export</string> |
| 872 | |
| 873 | <!-- Dialog title when selecting the bulk operation to perform from a list. --> |
| 874 | <string name="dialog_import_export">Import/Export contacts</string> |
| 875 | |
| 876 | <!-- The menu item to share the currently viewed contact --> |
| 877 | <string name="menu_share">Share</string> |
| 878 | |
| 879 | <!-- Dialog title when picking the application to share a contact with. --> |
| 880 | <string name="share_via">Share contact via</string> |
| 881 | |
| 882 | <!-- Toast indicating that sharing a contact has failed. --> |
| 883 | <string name="share_error">This contact cannot be shared.</string> |
| 884 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 885 | <!-- Header that expands to list all name types when editing a structured name of a contact --> |
| 886 | <string name="nameLabelsGroup">Name</string> |
| 887 | <!-- Header that expands to list all nickname types when editing a nickname of a contact --> |
| 888 | <string name="nicknameLabelsGroup">Nickname</string> |
| 889 | <!-- Header that expands to list all organization types when editing an organization of a contact --> |
| 890 | <string name="organizationLabelsGroup">Organization</string> |
| 891 | <!-- Header that expands to list all website types when editing a website of a contact --> |
| 892 | <string name="websiteLabelsGroup">Website</string> |
Fred Quintana | 60d19a7 | 2009-09-30 17:22:21 -0700 | [diff] [blame] | 893 | <!-- Header that expands to list all event types when editing an event of a contact --> |
| 894 | <string name="eventLabelsGroup">Event</string> |
Jeff Sharkey | 49d17b3 | 2009-09-07 02:14:21 -0700 | [diff] [blame] | 895 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 896 | <!-- Single-character overlay for home phone numbers when creating desktop shortcuts --> |
| 897 | <string name="type_short_home">H</string> |
| 898 | <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts --> |
| 899 | <string name="type_short_mobile">M</string> |
| 900 | <!-- Single-character overlay for work phone numbers when creating desktop shortcuts --> |
| 901 | <string name="type_short_work">W</string> |
| 902 | <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts --> |
| 903 | <string name="type_short_pager">P</string> |
| 904 | <!-- Single-character overlay for other phone numbers when creating desktop shortcuts --> |
| 905 | <string name="type_short_other">O</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 906 | |
Neel Parekh | 450b88f | 2009-09-22 12:01:39 -0700 | [diff] [blame] | 907 | <!-- In edit dialog, shown if the contact is marked as being read-only --> |
| 908 | <string name="edit_read_only">This contact is read-only</string> |
| 909 | |
Jeff Sharkey | 14f61ab | 2009-08-05 21:02:37 -0700 | [diff] [blame] | 910 | <!-- Shown as the header title over a collapsible section that, by default, hides |
| 911 | secondary contact detail edit fields, such as birthday. --> |
Jeff Hamilton | 04500c6 | 2009-09-30 14:50:11 -0700 | [diff] [blame] | 912 | <string name="edit_secondary_collapse">More</string> |
Jeff Sharkey | 2ae666e | 2009-07-21 19:30:57 -0700 | [diff] [blame] | 913 | |
Jeff Sharkey | 0b45a58 | 2009-08-11 10:59:34 -0700 | [diff] [blame] | 914 | <string name="dialog_primary_name">Primary name</string> |
Jeff Sharkey | 3f0b7b8 | 2009-08-12 11:28:53 -0700 | [diff] [blame] | 915 | <string name="dialog_new_contact_account">Create contact under account</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 916 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 917 | <string name="menu_sync_remove">Remove sync group</string> |
Jeff Sharkey | 5356815 | 2009-09-15 23:21:49 -0700 | [diff] [blame] | 918 | <string name="dialog_sync_add">Add sync group</string> |
| 919 | <string name="display_more_groups">More groups\u2026</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 920 | |
Dmitri Plotnikov | e6b5b3e | 2009-09-29 14:07:19 -0700 | [diff] [blame] | 921 | <!-- List title for a special contacts group that covers all contacts.--> |
| 922 | <string name="display_ungrouped">All Other Contacts</string> |
| 923 | |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 924 | <!-- List title for a special contacts group that covers all contacts that |
Dmitri Plotnikov | e6b5b3e | 2009-09-29 14:07:19 -0700 | [diff] [blame] | 925 | aren't members of any other group. --> |
| 926 | <string name="display_all_contacts">All Contacts</string> |
Jeff Sharkey | 170f775 | 2009-08-16 00:12:48 -0700 | [diff] [blame] | 927 | |
| 928 | <!-- Warning message given to users just before they remove a currently syncing |
| 929 | group that would also cause all ungrouped contacts to stop syncing. --> |
Eric Fischer | 45681b2 | 2009-08-28 12:56:58 -0700 | [diff] [blame] | 930 | <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] | 931 | |
Jeff Sharkey | aad8848 | 2009-08-29 18:19:20 -0700 | [diff] [blame] | 932 | <!-- Title for data source when creating or editing a contact that doesn't |
| 933 | belong to a specific account. This contact will only exist on the phone |
| 934 | and will not be synced. --> |
| 935 | <string name="account_phone">Phone-only (unsynced)</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 936 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 937 | <!-- Action string for calling a custom phone number --> |
| 938 | <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string> |
| 939 | <!-- Action string for calling a home phone number --> |
| 940 | <string name="call_home">Call home</string> |
| 941 | <!-- Action string for calling a mobile phone number --> |
| 942 | <string name="call_mobile">Call mobile</string> |
| 943 | <!-- Action string for calling a work phone number --> |
| 944 | <string name="call_work">Call work</string> |
| 945 | <!-- Action string for calling a work fax phone number --> |
| 946 | <string name="call_fax_work">Call work fax</string> |
| 947 | <!-- Action string for calling a home fax phone number --> |
| 948 | <string name="call_fax_home">Call home fax</string> |
| 949 | <!-- Action string for calling a pager phone number --> |
| 950 | <string name="call_pager">Call pager</string> |
| 951 | <!-- Action string for calling an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 952 | <string name="call_other">Call</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 953 | <!-- Action string for calling a callback number --> |
| 954 | <string name="call_callback">Call callback</string> |
| 955 | <!-- Action string for calling a car phone number --> |
| 956 | <string name="call_car">Call car</string> |
| 957 | <!-- Action string for calling a company main phone number --> |
| 958 | <string name="call_company_main">Call company main</string> |
| 959 | <!-- Action string for calling a ISDN phone number --> |
| 960 | <string name="call_isdn">Call ISDN</string> |
| 961 | <!-- Action string for calling a main phone number --> |
| 962 | <string name="call_main">Call main</string> |
| 963 | <!-- Action string for calling an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 964 | <string name="call_other_fax">Call fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 965 | <!-- Action string for calling a radio phone number --> |
| 966 | <string name="call_radio">Call radio</string> |
| 967 | <!-- Action string for calling a Telex phone number --> |
| 968 | <string name="call_telex">Call telex</string> |
| 969 | <!-- Action string for calling a TTY/TDD phone number --> |
| 970 | <string name="call_tty_tdd">Call TTY/TDD</string> |
| 971 | <!-- Action string for calling a work mobile phone number --> |
| 972 | <string name="call_work_mobile">Call work mobile</string> |
| 973 | <!-- Action string for calling a work pager phone number --> |
| 974 | <string name="call_work_pager">Call work pager</string> |
| 975 | <!-- Action string for calling an assistant phone number --> |
| 976 | <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string> |
| 977 | <!-- Action string for calling a MMS phone number --> |
| 978 | <string name="call_mms">Call MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 979 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 980 | <!-- Action string for sending an SMS to a custom phone number --> |
| 981 | <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string> |
| 982 | <!-- Action string for sending an SMS to a home phone number --> |
| 983 | <string name="sms_home">Text home</string> |
| 984 | <!-- Action string for sending an SMS to a mobile phone number --> |
| 985 | <string name="sms_mobile">Text mobile</string> |
| 986 | <!-- Action string for sending an SMS to a work phone number --> |
| 987 | <string name="sms_work">Text work</string> |
| 988 | <!-- Action string for sending an SMS to a work fax phone number --> |
| 989 | <string name="sms_fax_work">Text work fax</string> |
| 990 | <!-- Action string for sending an SMS to a home fax phone number --> |
| 991 | <string name="sms_fax_home">Text home fax</string> |
| 992 | <!-- Action string for sending an SMS to a pager phone number --> |
| 993 | <string name="sms_pager">Text pager</string> |
| 994 | <!-- Action string for sending an SMS to an other phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 995 | <string name="sms_other">Text</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 996 | <!-- Action string for sending an SMS to a callback number --> |
| 997 | <string name="sms_callback">Text callback</string> |
| 998 | <!-- Action string for sending an SMS to a car phone number --> |
| 999 | <string name="sms_car">Text car</string> |
| 1000 | <!-- Action string for sending an SMS to a company main phone number --> |
| 1001 | <string name="sms_company_main">Text company main</string> |
| 1002 | <!-- Action string for sending an SMS to a ISDN phone number --> |
| 1003 | <string name="sms_isdn">Text ISDN</string> |
| 1004 | <!-- Action string for sending an SMS to a main phone number --> |
| 1005 | <string name="sms_main">Text main</string> |
| 1006 | <!-- Action string for sending an SMS to an other fax phone number --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1007 | <string name="sms_other_fax">Text fax</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1008 | <!-- Action string for sending an SMS to a radio phone number --> |
| 1009 | <string name="sms_radio">Text radio</string> |
| 1010 | <!-- Action string for sending an SMS to a Telex phone number --> |
| 1011 | <string name="sms_telex">Text telex</string> |
| 1012 | <!-- Action string for sending an SMS to a TTY/TDD phone number --> |
| 1013 | <string name="sms_tty_tdd">Text TTY/TDD</string> |
| 1014 | <!-- Action string for sending an SMS to a work mobile phone number --> |
| 1015 | <string name="sms_work_mobile">Text work mobile</string> |
| 1016 | <!-- Action string for sending an SMS to a work pager phone number --> |
| 1017 | <string name="sms_work_pager">Text work pager</string> |
| 1018 | <!-- Action string for sending an SMS to an assistant phone number --> |
| 1019 | <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string> |
| 1020 | <!-- Action string for sending an SMS to a MMS phone number --> |
| 1021 | <string name="sms_mms">Text MMS</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1022 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1023 | <!-- Action string for sending an email to a home email address --> |
| 1024 | <string name="email_home">Email home</string> |
| 1025 | <!-- Action string for sending an email to a mobile email address --> |
| 1026 | <string name="email_mobile">Email mobile</string> |
| 1027 | <!-- Action string for sending an email to a work email address --> |
| 1028 | <string name="email_work">Email work</string> |
| 1029 | <!-- Action string for sending an email to an other email address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1030 | <string name="email_other">Email</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1031 | <!-- Action string for sending an email to a custom email address --> |
| 1032 | <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] | 1033 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1034 | <!-- Generic action string for sending an email --> |
| 1035 | <string name="email">Email</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1036 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1037 | <!-- Action string for viewing a home postal address --> |
| 1038 | <string name="map_home">View home address</string> |
| 1039 | <!-- Action string for viewing a work postal address --> |
| 1040 | <string name="map_work">View work address</string> |
| 1041 | <!-- Action string for viewing an other postal address --> |
Daniel Lehmann | 30ebe09 | 2010-02-24 17:41:58 -0800 | [diff] [blame] | 1042 | <string name="map_other">View address</string> |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1043 | <!-- Action string for viewing a custom postal address --> |
| 1044 | <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] | 1045 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1046 | <!-- Action string for starting an IM chat with the AIM protocol --> |
| 1047 | <string name="chat_aim">Chat using AIM</string> |
| 1048 | <!-- Action string for starting an IM chat with the MSN or Windows Live protocol --> |
| 1049 | <string name="chat_msn">Chat using Windows Live</string> |
| 1050 | <!-- Action string for starting an IM chat with the Yahoo protocol --> |
| 1051 | <string name="chat_yahoo">Chat using Yahoo</string> |
| 1052 | <!-- Action string for starting an IM chat with the Skype protocol --> |
| 1053 | <string name="chat_skype">Chat using Skype</string> |
| 1054 | <!-- Action string for starting an IM chat with the QQ protocol --> |
| 1055 | <string name="chat_qq">Chat using QQ</string> |
| 1056 | <!-- Action string for starting an IM chat with the Google Talk protocol --> |
| 1057 | <string name="chat_gtalk">Chat using Google Talk</string> |
| 1058 | <!-- Action string for starting an IM chat with the ICQ protocol --> |
| 1059 | <string name="chat_icq">Chat using ICQ</string> |
| 1060 | <!-- Action string for starting an IM chat with the Jabber protocol --> |
| 1061 | <string name="chat_jabber">Chat using Jabber</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1062 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1063 | <!-- Generic action string for starting an IM chat --> |
| 1064 | <string name="chat">Chat</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1065 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1066 | <!-- Field title for the street of a structured postal address of a contact --> |
| 1067 | <string name="postal_street">Street</string> |
| 1068 | <!-- Field title for the PO box of a structured postal address of a contact --> |
| 1069 | <string name="postal_pobox">PO box</string> |
| 1070 | <!-- Field title for the neighborhood of a structured postal address of a contact --> |
| 1071 | <string name="postal_neighborhood">Neighborhood</string> |
| 1072 | <!-- Field title for the city of a structured postal address of a contact --> |
| 1073 | <string name="postal_city">City</string> |
| 1074 | <!-- Field title for the region, or state, of a structured postal address of a contact --> |
| 1075 | <string name="postal_region">State</string> |
| 1076 | <!-- Field title for the postal code of a structured postal address of a contact --> |
| 1077 | <string name="postal_postcode">ZIP code</string> |
| 1078 | <!-- Field title for the country of a structured postal address of a contact --> |
| 1079 | <string name="postal_country">Country</string> |
Jeff Sharkey | d4c41d5 | 2009-08-11 11:00:22 -0700 | [diff] [blame] | 1080 | |
Jeff Sharkey | ab06693 | 2009-09-21 09:55:30 -0700 | [diff] [blame] | 1081 | <!-- Field title for the given name of a contact --> |
| 1082 | <string name="name_given">Given name</string> |
| 1083 | <!-- Field title for the family name of a contact --> |
| 1084 | <string name="name_family">Family name</string> |
| 1085 | <!-- Field title for the prefix name of a contact --> |
| 1086 | <string name="name_prefix">Name prefix</string> |
| 1087 | <!-- Field title for the middle name of a contact --> |
| 1088 | <string name="name_middle">Middle name</string> |
| 1089 | <!-- Field title for the suffix name of a contact --> |
| 1090 | <string name="name_suffix">Name suffix</string> |
| 1091 | <!-- Field title for the phonetic given name of a contact --> |
| 1092 | <string name="name_phonetic_given">Phonetic given name</string> |
| 1093 | <!-- Field title for the phonetic middle name of a contact --> |
| 1094 | <string name="name_phonetic_middle">Phonetic middle name</string> |
| 1095 | <!-- Field title for the phonetic family name of a contact --> |
| 1096 | <string name="name_phonetic_family">Phonetic family name</string> |
Vasu Nori | d5e520a | 2009-09-28 14:31:02 -0700 | [diff] [blame] | 1097 | |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1098 | <!-- String describing which account type a contact came from when editing it --> |
| 1099 | <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> |
| 1100 | |
| 1101 | <!-- String describing which account a contact came from when editing it --> |
| 1102 | <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string> |
| 1103 | |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1104 | <!-- String describing both account type and account name --> |
| 1105 | <string name="account_type_and_name"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact from <xliff:g id="source" example="user@gmail.com">%2$s</xliff:g></string> |
| 1106 | |
Jeff Hamilton | 01c6865 | 2009-10-05 22:39:45 -0500 | [diff] [blame] | 1107 | <!-- Checkbox asking the user if they want to display a particular photo for a contact --> |
| 1108 | <string name="use_photo_as_primary">Use this photo</string> |
| 1109 | |
| 1110 | <!-- Text used to explain that a contact cannot be edited since the data is read only --> |
| 1111 | <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string> |
| 1112 | |
Jeff Hamilton | d5a4567 | 2009-10-06 22:12:02 -0500 | [diff] [blame] | 1113 | <!-- Text describing that a contact has no information available other than name and photo --> |
| 1114 | <string name="no_contact_details">No additional information for this contact</string> |
Dmitri Plotnikov | daa2d5c | 2010-01-29 17:44:20 -0800 | [diff] [blame] | 1115 | |
| 1116 | <!-- Label of the "sort list by" display option --> |
| 1117 | <string name="display_options_sort_list_by">Sort list by</string> |
| 1118 | |
| 1119 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1120 | <string name="display_options_sort_by_given_name">Given name</string> |
| 1121 | |
| 1122 | <!-- An allowable value for the "sort list by" contact display option --> |
| 1123 | <string name="display_options_sort_by_family_name">Family name</string> |
| 1124 | |
| 1125 | <!-- Label of the "view names as" display option --> |
| 1126 | <string name="display_options_view_names_as">View contact names as</string> |
| 1127 | |
| 1128 | <!-- An allowable value for the "view names as" contact display option --> |
| 1129 | <string name="display_options_view_given_name_first">Given name first</string> |
| 1130 | |
| 1131 | <!-- An allowable value for the "view names as" contact display option --> |
| 1132 | <string name="display_options_view_family_name_first">Family name first</string> |
Dmitri Plotnikov | db3d143 | 2010-02-09 17:45:47 -0800 | [diff] [blame] | 1133 | |
| 1134 | <!-- Gray hint displayed in the search field in Contacts when empty --> |
| 1135 | <string name="search_bar_hint">Search contacts</string> |
| 1136 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 1137 | <!-- Button displayed underneath the list of filtered visible contacts --> |
| 1138 | <string name="search_for_all_contacts">Search for all contacts</string> |
| 1139 | |
Dmitri Plotnikov | 8e24b40 | 2010-03-03 19:07:54 -0800 | [diff] [blame] | 1140 | <!-- An option in the 'change photo' or 'pick photo' dialog --> |
| 1141 | <string name="take_photo">Take photo</string> |
| 1142 | |
| 1143 | <!-- An option in the 'change photo' or 'pick photo' dialog --> |
| 1144 | <string name="pick_photo">Select photo from Gallery</string> |
Dmitri Plotnikov | 98fd650 | 2010-03-09 11:05:55 -0800 | [diff] [blame] | 1145 | |
| 1146 | <!-- Text shown in the contacts app while the background process updates contacts after a locale change --> |
| 1147 | <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.\n\nPlease wait...</string> |
Dmitri Plotnikov | 3b73d8b | 2010-03-12 19:28:21 -0800 | [diff] [blame] | 1148 | |
| 1149 | <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade --> |
| 1150 | <string name="upgrade_in_progress">Contact list is being updated.\n\nPlease wait...</string> |
| 1151 | |
| 1152 | <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage --> |
| 1153 | <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded. |
| 1154 | \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%d</xliff:g>Mb of |
| 1155 | internal phone storage.\n\nChoose one of the following options:</string> |
| 1156 | |
| 1157 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage --> |
| 1158 | <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string> |
| 1159 | |
| 1160 | <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage --> |
| 1161 | <string name="upgrade_out_of_memory_retry">Retry upgrade</string> |
Dmitri Plotnikov | 207d4f6 | 2010-03-23 16:38:29 -0700 | [diff] [blame] | 1162 | |
| 1163 | <!-- Title shown in the search result activity of contacts app --> |
| 1164 | <string name="search_results_for">Search results for: <xliff:g id="query">%s</xliff:g></string> |
| 1165 | |
| 1166 | <!-- Title shown in the search result activity of contacts app while searching --> |
| 1167 | <string name="search_results_searching">Searching...</string> |
Bai Tao | df5e05f | 2010-04-09 00:44:44 +0800 | [diff] [blame] | 1168 | |
| 1169 | <!-- Message of progress dialog for multiple picker --> |
| 1170 | <string name="adding_recipients">"Loading \u2026"</string> |
| 1171 | |
| 1172 | <!-- Label to display only selection in multiple picker --> |
| 1173 | <string name="menu_display_selected">"Show selected"</string> |
| 1174 | |
| 1175 | <!-- Label to display all recipients in multiple picker --> |
| 1176 | <string name="menu_display_all">"Show all"</string> |
| 1177 | |
| 1178 | <!-- Label to select all contacts in multiple picker --> |
| 1179 | <string name="menu_select_all">"Select all"</string> |
| 1180 | |
| 1181 | <!-- Label to clear all selection in multiple picker --> |
| 1182 | <string name="menu_select_none">"Unselect all"</string> |
| 1183 | |
| 1184 | <!-- Label to display how many selected in multiple picker --> |
| 1185 | <plurals name="multiple_picker_title"> |
| 1186 | <!-- number of selected recipients is one --> |
| 1187 | <item quantity="one">"1 recipient selected"</item> |
| 1188 | <!-- number of selected recipients is not equal to one --> |
| 1189 | <item quantity="other"><xliff:g id="count">%d</xliff:g>" recipients selected"</item> |
| 1190 | </plurals> |
| 1191 | |
| 1192 | <!-- Separator label to display unknown recipients in multiple picker --> |
| 1193 | <string name="unknown_contacts_separator">"Unknown contacts"</string> |
| 1194 | |
| 1195 | <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker --> |
| 1196 | <string name="no_contacts_selected">"No contacts selected."</string> |
| 1197 | |
Daniel Lehmann | bb55695 | 2010-05-14 15:03:45 -0700 | [diff] [blame] | 1198 | <!-- The add field button shown in the editor under each editable Raw Contact --> |
| 1199 | <string name="add_field">Add information</string> |
Daniel Lehmann | cdef2b6 | 2010-06-06 18:25:49 -0700 | [diff] [blame] | 1200 | |
| 1201 | <!-- Attbution of a contact status update, when the time of update is unknown --> |
| 1202 | <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> |
| 1203 | |
| 1204 | <!-- Attbution of a contact status update, when the time of update is known --> |
| 1205 | <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> |
| 1206 | |
| 1207 | <!-- String describing the Edit push button |
| 1208 | |
| 1209 | Used by AccessibilityService to announce the purpose of the view. |
| 1210 | --> |
| 1211 | <string name="description_edit">edit</string> |
| 1212 | |
| 1213 | <!-- String describing the Star/Favorite checkbox |
| 1214 | |
| 1215 | Used by AccessibilityService to announce the purpose of the view. |
| 1216 | --> |
| 1217 | <string name="description_star">favorite</string> |
| 1218 | |
| 1219 | <!-- The title of the Edit-Contact screen --> |
| 1220 | <string name="edit_contact">Edit contact</string> |
| 1221 | |
| 1222 | <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated |
| 1223 | anyway if we change our mind later --> |
| 1224 | <plurals name="merge_info"> |
| 1225 | <item quantity="one">not merged</item> |
| 1226 | <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item> |
| 1227 | </plurals> |
| 1228 | |
| 1229 | <!-- Command to delete a RawContact (a Fragment of a Contact) --> |
| 1230 | <string name="edit_delete_rawcontact">Delete</string> |
| 1231 | |
| 1232 | <!-- Shown in a Toast to indicate an error while trying to save the Data --> |
| 1233 | <string name="edit_error_saving"></string> |
Tracy Pu | 29a1cd8 | 2009-07-02 14:39:18 -0400 | [diff] [blame] | 1234 | </resources> |