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 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15 --> 16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 18 <!-- Application name used in Settings/Apps. Default label for activities 19 that don't specify a label. --> 20 <string name="applicationLabel">Contacts</string> 21 22 <!-- Title for the activity that launches Contacts. This is the name 23 used in the Launcher icon. --> 24 <string name="launcherActivityLabel">Contacts</string> 25 26 <!-- Title for Quick Contact activity. --> 27 <string name="quickContactActivityLabel">View Contact</string> 28 29 <!-- Title for Edit Contact activity. --> 30 <string name="editContactActivityLabel">Edit Contact</string> 31 32 <!-- Directory partition name --> 33 <string name="contactsList">Contacts</string> 34 35 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. 36 This shows up in a list of things like bookmark, folder, music playlist, etc --> 37 <string name="shortcutContact">Contact</string> 38 39 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. 40 This shows up in a list of things like bookmark, folder, music playlist, etc --> 41 <string name="shortcutDialContact">Direct dial</string> 42 43 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. 44 This shows up in a list of things like bookmark, folder, music playlist, etc --> 45 <string name="shortcutMessageContact">Direct message</string> 46 47 <!-- Activity title when the user is selecting a contact for a shortcut. --> 48 <string name="shortcutActivityTitle">Choose a contact shortcut</string> 49 50 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> 51 <string name="callShortcutActivityTitle">Choose a number to call</string> 52 53 <!-- Activity title when the user is selecting a contact for a direct message shortcut. --> 54 <string name="messageShortcutActivityTitle">Choose a number to message</string> 55 56 <!-- Activity title when the user is inserting into an existing contact, or creating a new one. [CHAR LIMIT=128] --> 57 <string name="contactInsertOrEditActivityTitle">Add to contact</string> 58 59 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] --> 60 <string name="contactPickerActivityTitle">Choose a contact</string> 61 62 <!-- Entry that prompts user to select a newly created contact. [CHAR LIMIT=30] --> 63 <string name="header_entry_contact_list_adapter_header_title">Create new contact</string> 64 65 <!-- Title for the activity that shows only starred contacts --> 66 <string name="starredList">Starred</string> 67 68 <!-- Title for the activity that shows only frequently contacted contacts --> 69 <string name="frequentList">Frequent</string> 70 71 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted 72 contacts. --> 73 <string name="strequentList">Favorites</string> 74 75 <!-- The title bar when viewing the contact details activity --> 76 <string name="viewContactTitle">Contact details</string> 77 78 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 79 editing a contact. This string represents the built in way to edit the contact. --> 80 <string name="editContactDescription">Edit contact</string> 81 82 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 83 creating a new contact. This string represents the built in way to create the contact. --> 84 <string name="insertContactDescription">Create contact</string> 85 86 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 87 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] --> 88 <string name="editGroupDescription">Edit group</string> 89 90 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 91 creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] --> 92 <string name="insertGroupDescription">Create group</string> 93 94 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> 95 <string name="contactDetailAbout">About</string> 96 97 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> 98 <string name="contactDetailUpdates">Updates</string> 99 100 <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> 101 <string name="searchHint">Search contacts</string> 102 103 <!-- Menu item used to view the details for a specific contact --> 104 <string name="menu_viewContact">View contact</string> 105 106 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> 107 <string name="menu_addStar">Add to favorites</string> 108 109 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> 110 <string name="menu_removeStar">Remove from favorites</string> 111 112 <!-- Description of what happens when you click on the unstar MenuItem. [CHAR LIMIT=NONE] --> 113 <string name="description_action_menu_remove_star">Removed from favorites</string> 114 <!-- Description of what happens when you click on the star MenuItem. [CHAR LIMIT=NONE] --> 115 <string name="description_action_menu_add_star">Added to favorites</string> 116 117 <!-- Menu item used to edit a specific contact --> 118 <string name="menu_editContact">Edit</string> 119 120 <!-- Menu item used to delete a specific contact --> 121 <string name="menu_deleteContact">Delete</string> 122 123 <!-- Menu item used to change the photo for a specific contact [CHAR LIMIT=30]--> 124 <string name="menu_change_photo">Change photo</string> 125 126 <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] --> 127 <string name="menu_create_contact_shortcut">Place on Home screen</string> 128 129 <!-- Menu item used to call a specific contact when viewing the details of that contact. --> 130 <string name="menu_call">Call contact</string> 131 132 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> 133 <string name="menu_sendSMS">Text contact</string> 134 135 <!-- Menu item that splits an item from the contact detail into a separate aggregate --> 136 <string name="menu_splitAggregate">Unlink</string> 137 138 <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] --> 139 <string name="menu_editGroup">Edit</string> 140 141 <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] --> 142 <string name="menu_deleteGroup">Delete</string> 143 144 <!-- Menu item (in the action bar) that creates a new contact [CHAR LIMIT=30] --> 145 <string name="menu_new_contact_action_bar">Add Contact</string> 146 147 <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=30] --> 148 <string name="menu_new_group_action_bar">Add Group</string> 149 150 <!-- Confirmation dialog for unlinking contacts into multiple instances [CHAR LIMIT=NONE] --> 151 <string name="splitConfirmation">Unlink this contact into multiple contacts?</string> 152 153 <!-- Positive button text from the confirmation dialog for unlinking contacts [CHAR LIMIT = 30] --> 154 <string name="splitConfirmation_positive_button">Unlink</string> 155 156 <!-- Confirmation dialog for unlinking contacts into multiple instances when there are also unsaved changes for the current contact. [CHAR LIMIT=NONE] --> 157 <string name="splitConfirmationWithPendingChanges">Would you like to save the changes you already made and unlink this contact into multiple contacts?</string> 158 159 <!-- Positive button text from the confirmation dialog for unlinking contacts with pending changes [CHAR LIMIT = 60] --> 160 <string name="splitConfirmationWithPendingChanges_positive_button">Save and Unlink</string> 161 162 <!-- Confirmation dialog message for joining contacts when there are unsaved changes. [CHAR LIMIT=NONE] --> 163 <string name="joinConfirmation">Would you like to save the changes you already made and link with the contact selected?</string> 164 165 <!-- Positive button text from the confirmation dialog for joining contacts when there are unsaved changes. [CHAR LIMIT = 60] --> 166 <string name="joinConfirmation_positive_button">Save and Link</string> 167 168 <!-- Menu item that links an aggregate with another aggregate --> 169 <string name="menu_joinAggregate">Link</string> 170 171 <!-- Menu item (in the action bar) to indicate that changes should be saved [CHAR LIMIT=20] --> 172 <string name="menu_save">Save</string> 173 174 <!-- Heading of the Link Contact screen --> 175 <string name="titleJoinContactDataWith">Link contacts</string> 176 177 <!-- Info blurb on the Link Contact screen [CHAR LIMIT=NONE]--> 178 <string name="blurbJoinContactDataWith">Choose the contact you want to link with <xliff:g 179 id="name">%s</xliff:g>:</string> 180 181 <!-- An item in the Join Contact activity that opens up the full contact A-Z list --> 182 <string name="showAllContactsJoinItem">Show all contacts</string> 183 184 <!-- List separator for the Join Contact list: Suggestions --> 185 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> 186 187 <!-- List separator for the Join Contact list: A-Z --> 188 <string name="separatorJoinAggregateAll">All contacts</string> 189 190 <!-- Toast shown after two contacts have been linked by a user action. [CHAR LIMIT=NONE] --> 191 <string name="contactsJoinedMessage">Contacts linked</string> 192 193 <!-- Toast shown after contacts that the user has selected are deleted by a user action. [CHAR LIMIT=30] --> 194 <plurals name="contacts_deleted_toast"> 195 <item quantity="one">Contact deleted</item> 196 <item quantity="other">Contacts deleted</item> 197 </plurals> 198 199 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] --> 200 <string name="menu_set_ring_tone">Set ringtone</string> 201 202 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] --> 203 <string name="menu_redirect_calls_to_vm">All calls to voicemail</string> 204 205 <!-- Warning dialog contents after users select to delete a ReadOnly contact. [CHAR LIMIT=NONE] --> 206 <string name="readOnlyContactWarning">Contacts from your read-only accounts cannot be deleted, but they can be hidden.</string> 207 208 <!-- Positive button text of the warning dialog contents after users select to delete a ReadOnly contact. [CHAR LIMIT=30]--> 209 <string name="readOnlyContactWarning_positive_button">Hide</string> 210 211 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. [CHAR LIMIT=NONE]--> 212 <string name="readOnlyContactDeleteConfirmation">The contact to be deleted has details from multiple accounts. Details from read-only accounts will be hidden, not deleted.</string> 213 214 <!-- Warning dialog. Shown if user selects a single contact to link. [CHAR LIMIT=NONE] --> 215 <string name="batch_link_single_contact_warning">You need at least two contacts selected to perform a link.</string> 216 217 <!-- Confirmation dialog. Shown after user selects to link contacts. [CHAR LIMIT=NONE] --> 218 <string name="batch_link_confirmation">Link selected contacts?</string> 219 220 <!-- Positive button text from confirmation dialog. Shown after user selects to link contacts. [CHAR LIMIT=40] --> 221 <string name="batch_link_confirmation_positive_button">Link</string> 222 223 <!-- Confirmation dialog. Shown after user selects to delete one writable contact [CHAR LIMIT=NONE] --> 224 <string name="single_delete_confirmation">Delete this contact?</string> 225 226 <!-- Confirmation dialog. Shown after user selects to delete multimple writable contacts. [CHAR LIMIT=NONE] --> 227 <string name="batch_delete_confirmation">Delete selected contacts?</string> 228 229 <!-- Confirmation dialog. Shown after user selects to delete readonly contacts. [CHAR LIMIT=NONE] --> 230 <string name="batch_delete_read_only_contact_confirmation">Contacts from your read-only accounts cannot be deleted, but they can be hidden.</string> 231 232 <!-- Confirmation dialog. Shown after user selects to delete contacts from multiple accounts. [CHAR LIMIT=NONE] --> 233 <string name="batch_delete_multiple_accounts_confirmation">The contacts to be deleted have details from multiple accounts. Details from read-only accounts will be hidden, not deleted.</string> 234 235 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> 236 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete details from multiple accounts.</string> 237 238 <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> 239 <string name="deleteConfirmation">Delete this contact?</string> 240 241 <!-- Positive button text of confirmation dialog contents after users selects to delete a Writable contact. [CHAR LIMIT=30] --> 242 <string name="deleteConfirmation_positive_button">Delete</string> 243 244 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=30] --> 245 <string name="menu_discard">Discard changes</string> 246 247 <!-- Message displayed in a toast when you try to view the details of a contact that 248 for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> 249 <string name="invalidContactMessage">The contact doesn\'t exist.</string> 250 251 <!-- Message without name displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> 252 <string name="createContactShortcutSuccessful_NoName">Contact added to Home screen.</string> 253 254 <!-- Message with name displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> 255 <string name="createContactShortcutSuccessful"><xliff:g id="name">%s</xliff:g> added to Home screen.</string> 256 257 <!-- When picking a contact from a list of all contacts there is an entry at the top of the 258 list that allows the user to create a new contact, which this string is used for --> 259 <string name="pickerNewContactHeader">Create new contact</string> 260 261 <!-- Text for a "create new contact" button on the bottom of the contact picker screen. 262 The text will be all capitalized. 263 [CHAR LIMIT=30] --> 264 <string name="pickerNewContactText">Create new contact</string> 265 266 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> 267 <skip/> 268 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] --> 269 <string-array name="otherLabels"> 270 <!-- An organization associated with a contact --> 271 <item>Organization</item> 272 <!-- A note associated with a contact --> 273 <item>Note</item> 274 </string-array> 275 276 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> 277 <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string> 278 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> 279 <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string> 280 281 <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] --> 282 <string name="attach_photo_dialog_title">Contact photo</string> 283 284 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. 285 For example, this may be used to set a phone number's label to "Vaction house" --> 286 <string name="customLabelPickerTitle">Custom label name</string> 287 288 <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> 289 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> 290 291 <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] --> 292 <string name="removePhoto">Remove photo</string> 293 294 <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] --> 295 <string name="noContacts">No contacts</string> 296 297 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] --> 298 <string name="noGroups">No groups.</string> 299 300 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] --> 301 <string name="noAccounts">To create groups you need an account.</string> 302 303 <!-- The text displayed when there are no members in the group while displaying the group detail page [CHAR LIMIT=40] --> 304 <string name="emptyGroup">No people in this group.</string> 305 306 <!-- The text displayed to instruct users to add members to a group (when viewing a group detail page for a group with no members) [CHAR LIMIT=50] --> 307 <string name="addPeopleToGroup">To add some, edit the group.</string> 308 309 <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database --> 310 <string name="savingContact">Saving contact\u2026</string> 311 312 <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] --> 313 <string name="contactSavedToast">Contact saved</string> 314 315 <!-- Toast displayed when linked contacts get unlinked [CHAR LIMIT=NONE] --> 316 <string name="contactUnlinkedToast">Contacts unlinked</string> 317 318 <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] --> 319 <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string> 320 321 <!-- Toast displayed when unlinking a contact failed. [CHAR LIMIT=NONE] --> 322 <string name="contactUnlinkErrorToast">Couldn\'t unlink contact.</string> 323 324 <!-- Toast displayed when linking a contact failed. [CHAR LIMIT=NONE] --> 325 <string name="contactJoinErrorToast">Couldn\'t link contact.</string> 326 327 <!-- Generic error default clause displayed when saving a contact failed. [CHAR LIMIT=NONE] --> 328 <string name="contactGenericErrorToast">Error saving contact.</string> 329 330 <!-- Toast displayed when saving a contact photo failed. [CHAR LIMIT=NONE] --> 331 <string name="contactPhotoSavedErrorToast">Couldn\'t save contact photo changes.</string> 332 333 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] --> 334 <string name="groupSavedToast">Group saved.</string> 335 336 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] --> 337 <string name="groupSavedErrorToast">Couldn\'t save group changes.</string> 338 339 <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected --> 340 <plurals name="listTotalPhoneContacts"> 341 <item quantity="one">1 contact with phone number</item> 342 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item> 343 </plurals> 344 345 <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected [CHAR LIMIT=64]--> 346 <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string> 347 348 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected [CHAR LIMIT=30] --> 349 <plurals name="listFoundAllContacts"> 350 <item quantity="one">1 found</item> 351 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> 352 </plurals> 353 354 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30] --> 355 <string name="listFoundAllContactsZero">No contacts</string> 356 357 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> 358 <plurals name="searchFoundContacts"> 359 <item quantity="one">1 found</item> 360 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> 361 </plurals> 362 363 <!-- The title of "all contacts" tab. [CHAR LIMIT=14] --> 364 <string name="all_contacts_tab_label">All</string> 365 366 <!-- The title of "favorites" tab. [CHAR LIMIT=14] --> 367 <string name="favorites_tab_label">Favorites</string> 368 369 <!-- Action string for calling back a number in the call log --> 370 <string name="callBack">Call back</string> 371 372 <!-- Action string for calling a number in the call log again --> 373 <string name="callAgain">Call again</string> 374 375 <!-- Action string for returning a missed call in the call log --> 376 <string name="returnCall">Return call</string> 377 378 <!-- Dialog message when prompting before creating a contact. Includes 379 the email address, e.g. "Add xyz (a] foo.com to contacts?" --> 380 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string> 381 382 <!-- String describing the Contact Photo Image 383 384 Used by AccessibilityService to announce the purpose of the view. 385 --> 386 <string name="description_contact_photo">contact photo</string> 387 388 <!-- String describing the Contact Editor Plus button 389 390 Used by AccessibilityService to announce the purpose of the button. 391 --> 392 <string name="description_plus_button">plus</string> 393 394 <!-- 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)")--> 395 <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> 396 397 <!-- The string used to describe Contacts as a searchable item within system search settings. --> 398 <string name="search_settings_description">Names of your contacts</string> 399 400 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application 401 was found that could perform the selected action. [CHAR LIMIT=NONE] --> 402 <string name="quickcontact_missing_app">No app was found to handle this action.</string> 403 <!-- Content description for the transparent views around the visible section of QuickContacts. 404 Clicking this view causes Quick Contacts to close. [CHAR LIMIT=NONE] --> 405 <string name="quickcontact_transparent_view_description">Click to return to previous screen</string> 406 407 <!-- When a contact has no data, we prompt the user to add a phone number for the contact. [CHAR LIMIT=40] --> 408 <string name="quickcontact_add_phone_number">Add phone number</string> 409 <!-- When a contact has no data, we prompt the user to add an email for the contact. [CHAR LIMIT=40] --> 410 <string name="quickcontact_add_email">Add email</string> 411 412 <!-- Shown as a toast when the user attempts an action (add contact, edit 413 contact, etc) and no application was found that could perform that 414 action. [CHAR LIMIT=NONE] --> 415 <string name="missing_app">No app was found to handle this action.</string> 416 417 <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] --> 418 <string name="menu_share">Share</string> 419 420 <!-- The menu item to add the the currently viewed contact to your contacts [CHAR LIMIT=30] --> 421 <string name="menu_add_contact">Add to contacts</string> 422 423 <!-- Dialog title when picking the application to share a contact with. --> 424 <string name="share_via">Share contact via</string> 425 426 <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] --> 427 <string name="dialog_new_group_account">Create group under account</string> 428 429 <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> 430 <string name="audio_chat">Voice chat</string> 431 <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> 432 <string name="video_chat">Video chat</string> 433 434 <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] --> 435 <string name="connections">Connections</string> 436 437 <!-- Label of the button to open the "add connection" popup where the user can invite a contact to other social networks or services [CHAR LIMIT=32] --> 438 <string name="add_connection_button">Add connection</string> 439 440 <!-- Section title for the page containing the contact's social updates on the contact card (this abbreviated version of "Recent updates" is used when "updates" is already shown as the title of the page) [CHAR LIMIT=20]--> 441 <string name="recent" msgid="2062236709538790412">Recent</string> 442 443 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]--> 444 <string name="recent_updates" msgid="2018245636796411442">Recent updates</string> 445 446 <!-- String describing which account type a contact came from when editing it --> 447 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> 448 449 <!-- String describing that a contact came from the google account type when editing it. --> 450 <string name="google_account_type_format"><xliff:g id="source" example="Google">%1$s</xliff:g> account</string> 451 452 <!-- String describing which account a contact came from when editing it --> 453 <string name="from_account_format"><xliff:g id="source" example="user (a] gmail.com">%1$s</xliff:g></string> 454 455 <!-- Text used to explain that a contact cannot be edited from the People application since the data is read only [CHAR LIMIT=40] --> 456 <string name="contact_read_only">Not editable from this app.</string> 457 458 <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] --> 459 <string name="group_read_only">Not editable on this device.</string> 460 461 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> 462 <string name="take_photo">Take photo</string> 463 464 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> 465 <string name="take_new_photo">Take new photo</string> 466 467 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> 468 <string name="pick_photo">Choose photo</string> 469 470 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> 471 <string name="pick_new_photo">Select new photo</string> 472 473 <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] --> 474 <string name="upgrade_in_progress">Contact list is being updated.</string> 475 476 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] --> 477 <string name="search_results_searching">Searching\u2026</string> 478 479 <!-- Label to display only selection in multiple picker --> 480 <string name="menu_display_selected">"Show selected"</string> 481 482 <!-- Label to display all recipients in multiple picker --> 483 <string name="menu_display_all">"Show all"</string> 484 485 <!-- Label to select all contacts in multiple picker --> 486 <string name="menu_select_all">"Select all"</string> 487 488 <!-- Label to clear all selection in multiple picker --> 489 <string name="menu_select_none">"Unselect all"</string> 490 491 <!-- The button to add another entry of a specific data type (i.e. email, phone, address) to a contact in the Raw Contact Editor [CHAR LIMIT=22] --> 492 <string name="add_new_entry_for_section">Add new</string> 493 494 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] --> 495 <string name="add_organization">Add organization</string> 496 497 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] --> 498 <string name="event_edit_field_hint_text">Date</string> 499 500 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] --> 501 <string name="group_edit_field_hint_text">Group name</string> 502 503 <!-- Button used for changing a photo in the Raw Contact Editor [CHAR LIMIT=15] --> 504 <string name="change_photo">Change</string> 505 506 <!-- RadioButton that determines whether a raw contact's photo should be used for the entire contact [CHAR LIMIT=25] --> 507 <string name="primary_photo">Primary photo</string> 508 509 <!-- String describing the Star/Favorite checkbox 510 511 Used by AccessibilityService to announce the purpose of the view. 512 --> 513 <string name="description_star">favorite</string> 514 515 <!-- The title of the Edit-Contact screen --> 516 <string name="edit_contact">Edit contact</string> 517 518 <!-- The message in a confirmation dialog shown when the user selects a 519 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> 520 <string name="aggregation_suggestion_join_dialog_message">Link 521 the current contact with the selected contact?</string> 522 523 <!-- The message in a confirmation dialog shown when the user selects a 524 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> 525 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing 526 the selected contact? Information you entered so far will be copied.</string> 527 528 <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]--> 529 <string name="menu_copyContact">Copy to My Contacts</string> 530 531 <!-- The button that adds a contact to the predefined group "My Contacts" (as this is 532 mostly interesting for Google-contacts, this should have the same description as the 533 function of GMail/Contacts on the Web 534 [CHAR LIMIT=40] --> 535 <string name="add_to_my_contacts">Add to My Contacts</string> 536 537 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]--> 538 <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string> 539 540 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> 541 <string name="list_filter_custom">Custom</string> 542 543 <!-- Title of the settings activity [CHAR LIMIT=64] --> 544 <string name="activity_title_settings">Settings</string> 545 546 <!-- Menu item for the settings activity [CHAR LIMIT=64] --> 547 <string name="menu_settings" msgid="377929915873428211">Settings</string> 548 549 <!-- Menu item for invoking contextual Help & Feedback [CHAR LIMIT=64] --> 550 <string name="menu_help">Help & feedback</string> 551 552 <!-- The preference section title for contact display options [CHAR LIMIT=128] --> 553 <string name="preference_displayOptions">Display options</string> 554 555 <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View 556 of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] --> 557 <string name="organization_company_and_title"><xliff:g id="company" example="Technical Program Manager">%2$s</xliff:g>, <xliff:g id="company" example="Google Inc.">%1$s</xliff:g></string> 558 559 <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] --> 560 <string name="non_phone_caption">Phone number</string> 561 562 <!-- Button to add a phone number to contacts [CHAR LIMIT=25] --> 563 <string name="non_phone_add_to_contacts">Add to contacts</string> 564 565 <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] --> 566 <string name="activity_title_confirm_add_detail">Add to contact</string> 567 568 <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> 569 <string name="non_phone_close">Close</string> 570 571 <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] --> 572 <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string> 573 574 <!-- Checkbox whether to include a year for a birthday [CHAR LIMIT=30] --> 575 <string name="date_year_toggle">Include year</string> 576 577 <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] --> 578 <string name="social_widget_label">Contact</string> 579 580 <!-- Message of widget while it is loading data [CHAR LIMIT=20] --> 581 <string name="social_widget_loading">Loading\u2026</string> 582 583 <!-- Button shown on the main contacts screen when there are no contacts on the device. 584 Creates a new contact. [CHAR LIMIT=128] --> 585 <string name="contacts_unavailable_create_contact">Create a new contact</string> 586 587 <!-- Button shown on the main contacts screen when there are no contacts on the device. 588 Navigates to account setup [CHAR LIMIT=128] --> 589 <string name="contacts_unavailable_add_account">Add account</string> 590 591 <!-- Button shown on the main contacts screen when there are no contacts on the device. 592 Initiates a contact import dialog [CHAR LIMIT=128] --> 593 <string name="contacts_unavailable_import_contacts">Import contacts</string> 594 595 <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] --> 596 <string name="create_group_dialog_title">Create new group</string> 597 598 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] --> 599 <string name="create_group_item_label">Create new group</string> 600 601 <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] --> 602 <plurals name="num_groups_in_account"> 603 <item quantity="one">1 group</item> 604 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item> 605 </plurals> 606 607 <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] --> 608 <string name="delete_group_dialog_message">Delete the group 609 \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"? 610 (Contacts themselves will not be deleted.) 611 </string> 612 613 <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] --> 614 <plurals name="num_contacts_in_group"> 615 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item> 616 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item> 617 </plurals> 618 619 <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] --> 620 <plurals name="group_list_num_contacts_in_group"> 621 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item> 622 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item> 623 </plurals> 624 625 <!-- Toast displayed when the user creates a new contact and attempts to link it 626 with another before entering any data [CHAR LIMIT=256] --> 627 <string name="toast_join_with_empty_contact">Type contact name before linking 628 with another. 629 </string> 630 631 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] --> 632 <string name="copy_text">Copy to clipboard</string> 633 634 <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] --> 635 <string name="set_default">Set default</string> 636 637 <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] --> 638 <string name="clear_default">Clear default</string> 639 640 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] --> 641 <string name="toast_text_copied">Text copied</string> 642 643 <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] --> 644 <string name="cancel_confirmation_dialog_message">Discard your changes and quit editing?</string> 645 646 <!-- Positive button text for the cancel editing confirmation dialog. 647 Pushing this button indicates that the user wishes to discard the changes they have already 648 made and close the editor. [CHAR LIMIT=20] --> 649 <string name="cancel_confirmation_dialog_cancel_editing_button">Discard</string> 650 651 <!-- Negative button text for the cancel editing confirmation dialog. 652 Pushing this button indicates that the user wishes to continue editing 653 and return to the editor [CHAR LIMIT=30] --> 654 <string name="cancel_confirmation_dialog_keep_editing_button">Keep editing</string> 655 656 <!-- Description of a call log entry, made of a call type and a date --> 657 <string name="call_type_and_date"> 658 <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g> 659 </string> 660 661 <!-- Text displayed in place of the display name for the contact that represents the user's 662 personal profile entry [CHAR LIMIT=64] --> 663 <string name="profile_display_name">Set up my profile</string> 664 665 <!-- Label to instruct the user to type in a contact's name to add the contact as a member of the current group. [CHAR LIMIT=64] --> 666 <string name="enter_contact_name">Type person\'s name</string> 667 668 <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]--> 669 <string name="group_name_hint">Group\'s name</string> 670 671 <!-- Header label in the contact editor for a profile that is local to the device only (and not associated with any account) [CHAR LIMIT=25] --> 672 <string name="local_profile_title">My local profile</string> 673 674 <!-- Header label in the contact editor for a profile that comes from an external third-party app whose name is given by source [CHAR LIMIT=20] --> 675 <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string> 676 677 <!-- Toast shown when the app starts showing all contacts regardless of its current 678 contact filter state. [CHAR LIMIT=64] --> 679 <string name="toast_displaying_all_contacts">Displaying all contacts</string> 680 681 <!-- Message in the standard "no account" prompt that encourages the user to add any account (non Google-specific) before continuing to use the People app [CHAR LIMIT=NONE] --> 682 <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string> 683 684 <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better Contacts app experience [CHAR LIMIT=20] --> 685 <string name="generic_no_account_prompt_title">Add an account</string> 686 687 <!-- Message in the contact editor prompt that notifies the user that the newly created contact will not be saved to any account, and prompts addition of an account [CHAR LIMIT=NONE] --> 688 <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string> 689 690 <!-- Message in the contact editor prompt that asks the user if it's okay to save the newly created contact to the account shown. [CHAR LIMIT=NONE] --> 691 <string name="contact_editor_prompt_one_account">New contacts will be saved to <xliff:g id="account_name">%1$s</xliff:g>.</string> 692 693 <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] --> 694 <string name="contact_editor_prompt_multiple_accounts">Choose a default account for new contacts:</string> 695 696 <!-- Title of the ContactEditorActivity when creating a new contact. The char 697 limit is short and cannot be increased, since this needs to be displayed in a single line 698 at a pre-determined text size. [CHAR LIMIT=20] --> 699 <string name="contact_editor_title_new_contact">Add new contact</string> 700 701 <!-- Title of the ContactEditorActivity when editing a contact that already exists. The char 702 limit is short and cannot be increased, since this needs to be displayed in a single line 703 at a pre-determined text size. [CHAR LIMIT=20] --> 704 <string name="contact_editor_title_existing_contact">Edit contact</string> 705 706 <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] --> 707 <string name="keep_local">Keep local</string> 708 709 <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] --> 710 <string name="add_account">Add account</string> 711 712 <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] --> 713 <string name="add_new_account">Add new account</string> 714 715 <!-- Menu item shown only when the special debug mode is enabled, which is used to send all contacts database files via email. [CHAR LIMI=NONE] --> 716 <string name="menu_export_database">Export database files</string> 717 718 <!-- Content description for the button that adds a new contact 719 [CHAR LIMIT=NONE] --> 720 <string name="action_menu_add_new_contact_button">add new contact</string> 721 <!-- Button Label to see more on an ExpandingEntryCardView [CHAR LIMIT=40] --> 722 <string name="expanding_entry_card_view_see_more">See more</string> 723 <!-- Button Label to see less on an ExpandingEntryCardView [CHAR LIMIT=40] --> 724 <string name="expanding_entry_card_view_see_less">See less</string> 725 <!-- Button Label to see all on an ExpandingEntryCardView [CHAR LIMIT=40] --> 726 <string name="expanding_entry_card_view_see_all">See all</string> 727 728 <!-- Title of recent card. [CHAR LIMIT=60] --> 729 <string name="recent_card_title">Recent</string> 730 731 <!-- Title of recent card. [CHAR LIMIT=40] --> 732 <string name="about_card_title">About</string> 733 734 <!-- Title of sms action entry. [CHAR LIMIT=60] --> 735 <string name="send_message">Send message</string> 736 737 <!-- Toast that appears when you are copying a directory contact into your personal contacts --> 738 <string name="toast_making_personal_copy">Creating a personal copy...</string> 739 <!-- Timestamp string for interactions from yesterday. [CHAR LIMIT=40] --> 740 <string name="yesterday">Yesterday</string> 741 <string name="tomorrow">Tomorrow</string> 742 <!-- Timestamp string for interactions from today. [CHAR LIMIT=40] --> 743 <string name="today">Today</string> 744 <!-- Text for an event starting on the current day with a start and end time. 745 For ex, "Today at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 746 <string name="today_at_time_fmt">"Today at <xliff:g id="time_interval">%s</xliff:g>"</string> 747 <!-- Text for an event starting on the next day with a start and end time. 748 For ex, "Tomorrow at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 749 <string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string> 750 <!-- Format string for a date and time description. For ex: 751 "April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] --> 752 <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string> 753 <!-- Title for untitled calendar interactions [CHAR LIMIT=40] --> 754 <string name="untitled_event">(Untitled event)</string> 755 756 <!-- Name of the button in the date/time picker to accept the date/time change [CHAR LIMIT=15] --> 757 <string name="date_time_set">Set</string> 758 759 <!-- Header for the IM entry [CHAR LIMIT=40] --> 760 <string name="header_im_entry">IM</string> 761 <!-- Header for the Organization entry [CHAR LIMIT=40] --> 762 <string name="header_organization_entry">Organization</string> 763 <!-- Header for the Nickname entry [CHAR LIMIT=40] --> 764 <string name="header_nickname_entry">Nickname</string> 765 <!-- Header for the Note entry [CHAR LIMIT=40] --> 766 <string name="header_note_entry">Note</string> 767 <!-- Header for the Website entry [CHAR LIMIT=40] --> 768 <string name="header_website_entry">Website</string> 769 <!-- Header for the Event entry [CHAR LIMIT=40] --> 770 <string name="header_event_entry">Event</string> 771 <!-- Header for the Relation entry [CHAR LIMIT=40] --> 772 <string name="header_relation_entry">Relation</string> 773 <!-- Content description for the account field header image. Example accounts listed in this field: Google, Hotmail and Exchange. [CHAR LIMIT=NONE] --> 774 <string name="header_account_entry">Account</string> 775 <!-- Content description for the name fields header entry [CHAR LIMIT=NONE] --> 776 <string name="header_name_entry">Name</string> 777 <!-- Content description for the email fields header entry [CHAR LIMIT=NONE] --> 778 <string name="header_email_entry">Email</string> 779 <!-- Content description for the phone fields header entry [CHAR LIMIT=NONE] --> 780 <string name="header_phone_entry">Phone</string> 781 <!-- Content description for the camera icon beside the photo section in the Raw Contact Editor [CHAR LIMIT=NONE] --> 782 <string name="header_photo_entry">Photo</string> 783 784 <!-- Content description for the expand button inside the raw contact editor's header. [CHAR LIMIT=NONE] --> 785 <string name="content_description_expand_editor">Click to expand contact editor.</string> 786 <!-- Content description for the collapse button inside the raw contact editor's header. [CHAR LIMIT=NONE] --> 787 <string name="content_description_collapse_editor">Click to collapse contact editor.</string> 788 789 <!-- Content description for directions secondary button [CHAR LIMIT=NONE] --> 790 <string name="content_description_directions">directions to location</string> 791 792 <!-- Content description for recent sms interaction [CHAR LIMIT=NONE] --> 793 <string name="content_description_recent_sms">recent sms. <xliff:g id="message_body">%s</xliff:g>. <xliff:g id="phone_number">%s</xliff:g>. <xliff:g id="date">%s</xliff:g>. click to respond</string> 794 795 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 796 <string name="content_description_recent_call_type_incoming">incoming</string> 797 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 798 <string name="content_description_recent_call_type_outgoing">outgoing</string> 799 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 800 <string name="content_description_recent_call_type_missed">missed</string> 801 802 <!-- Content description for recent sms interaction [CHAR LIMIT=NONE] --> 803 <string name="content_description_recent_call">recent call. <xliff:g id="call_type">%s</xliff:g>. <xliff:g id="phone_number">%s</xliff:g>. <xliff:g id="date">%s</xliff:g>. click to call back</string> 804 805 <!-- Prefix for messages that you sent [CHAR LIMIT=40] --> 806 <string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string> 807 808 <!-- When a user tries to create an IM Hangouts field, an alert dialog pops up displaying this message. We don't want users entering email addresses of phone numbers into the IM field. [CHAR LIMIT=200] --> 809 <string name="contact_editor_hangouts_im_alert">Hangouts works better when you enter the person\'s Hangouts identifier into the email field or phone field.</string> 810 811 <!-- Button to expand the compact contact editor to show all available input fields. [CHAR LIMIT=60] --> 812 <string name="compact_editor_more_fields">More fields</string> 813 814 <!-- Content description for the compact contact editor photo overlay which, when clicked, shows a dialog with the options for changing the contact photo. [CHAR LIMIT=30] --> 815 <string name="compact_editor_change_photo_content_description">Change photo</string> 816 817 <!-- Toast message displayed when the editor fails to load for a contacts. [CHAR LIMIT=NONE] --> 818 <string name="compact_editor_failed_to_load">Failed to open editor.</string> 819 820 <!-- Label for the account selector to indicate which account a contact will be saved to. [CHAR LIMIT=30] --> 821 <string name="compact_editor_account_selector_title">Saving to</string> 822 823 <!-- Content description for the account selector to indicate which account a contact will be saved to. [CHAR LIMIT=NONE] --> 824 <string name="compact_editor_account_selector_description">Currently saving to <xliff:g id="account_name">%s</xliff:g>. Double-tap to pick a different account.</string> 825 826 <!-- Label for the linked contacts selector which indicates the number of raw contacts which have been linked together into the aggregate being viewed. [CHAR LIMIT=40] --> 827 <plurals name="compact_editor_linked_contacts_selector_title"> 828 <item quantity="one">Linked contact</item> 829 <item quantity="other">Linked contacts (<xliff:g id="count">%d</xliff:g>)</item> 830 </plurals> 831 832 <!-- Number of linked contacts of the current contact, only shown when there are more than 2 linked contacts (plural only!!!) [CHAR LIMIT=60] --> 833 <string name="quickcontact_contacts_number"><xliff:g id="count">%d</xliff:g> linked contacts</string> 834 835 <!-- Quick contact display name with phonetic name --> 836 <string name="quick_contact_display_name_with_phonetic"><xliff:g id="display_name">%s</xliff:g> (<xliff:g id="phonetic_name">%s</xliff:g>)</string> 837 838 <!-- Button used in quick contact suggestion card to link selected contacts. [CHAR LIMIT=30]--> 839 <string name="quickcontact_suggestion_link_button">LINK CONTACTS</string> 840 841 <!-- Button used in quick contact suggestion card to collapse suggestion card. [CHAR LIMIT=30]--> 842 <string name="quickcontact_suggestion_cancel_button">CANCEL</string> 843 844 <!-- Suggestion card title in quick contact UI [CHAR LIMIT=100] --> 845 <plurals name="quickcontact_suggestion_card_title"> 846 <item quantity="one">1 Possible duplicate</item> 847 <item quantity="other"><xliff:g id="count">%d</xliff:g> Possible duplicates</item> 848 </plurals> 849 850 <!-- Suggestions number in quick contact suggestion card [CHAR LIMIT=60] --> 851 <plurals name="quickcontact_suggestions_number"> 852 <item quantity="one">1 linked contact</item> 853 <item quantity="other"><xliff:g id="count">%d</xliff:g> linked contacts</item> 854 </plurals> 855 856 <!-- Account type number for suggestions in quick contact suggestion card [CHAR LIMIT=30]--> 857 <plurals name="quickcontact_suggestion_account_type_number"> 858 <item quantity="one"></item> 859 <item quantity="other">(<xliff:g id="count">%d</xliff:g>)</item> 860 </plurals> 861 862 <!-- Account type with number in quick contact suggestion card [CHAR LIMIT=30]--> 863 <string name="quickcontact_suggestion_account_type"><xliff:g id="account_type">%s</xliff:g><xliff:g id="account_type_number">%s</xliff:g></string> 864 865 <!-- "This contact" title showing in suggestion card in Quick contact. [CHAR LIMIT=30]--> 866 <string name="suggestion_card_this_contact_title">This contact</string> 867 868 <!-- "Duplicates" title showing in suggestion card in Quick contact. [CHAR LIMIT=30]--> 869 <string name="suggestion_card_duplicates_title">Possible duplicates</string> 870 871 <!-- Help message showing in suggestion card in Quick contact. [CHAR LIMIT=NONE]--> 872 <string name="suggestion_card_help_message">These contacts might be the same person. You can link them together as a single contact.</string> 873 874 <!-- Linked contacts title showing in contact editor UI. [CHAR LIMIT=30]--> 875 <string name="compact_editor_linked_contacts_title">Linked contacts</string> 876 877 <!-- Title of profile photos that are from your various accounts --> 878 <string name="from_your_accounts">From your accounts</string> 879 880 <!-- Button used in photo picker to open camera [CHAR LIMIT=30]--> 881 <string name="take_a_photo_button">Take a photo</string> 882 883 <!-- Button used in photo picker to open photo/gallery [CHAR LIMIT=20]--> 884 <string name="all_photos_button">All photos</string> 885 886 <!-- Title of photo picker [CHAR LIMIT=30]--> 887 <string name="photo_picker_title">Choose photo</string> 888 889 <!-- Message below contact name, showing from which account [CHAR LIMIT=NONE]--> 890 <string name="contact_from_account_name">From <xliff:g id="account_name">%s</xliff:g></string> 891 892 <!-- Content description of delete button to the right of each section in editor, including 893 data type. For example: Delete Home Phone, Delete Work Email, etc [CHAR LIMIT=30]--> 894 <string name="editor_delete_view_description">Delete <xliff:g id="data_type">%s </xliff:g><xliff:g id="data_kind">%s</xliff:g></string> 895 896 <!-- Content description of delete button to the right of each section in editor, without data 897 type. For example: Delete Website, Delete SIP, etc [CHAR LIMIT=30]--> 898 <string name="editor_delete_view_description_short">Delete <xliff:g id="data_kind">%s</xliff:g></string> 899 900 <!-- Content description of photo in photo picker indicating a photo from a specific account is *not* selected. 901 For example: Photo from Google abc (a] gmail.com not checked. [CHAR LIMIT=60]--> 902 <string name="photo_view_description_not_checked">Photo from <xliff:g id="account_type">%s </xliff:g><xliff:g id="user_name">%s </xliff:g>not checked</string> 903 904 <!-- Content description of photo in photo picker indicating a photo from a specific account is selected. 905 For example: Photo from Google abc (a] gmail.com checked. [CHAR LIMIT=60]--> 906 <string name="photo_view_description_checked">Photo from <xliff:g id="account_type">%s </xliff:g><xliff:g id="user_name">%s </xliff:g>checked</string> 907 908 <!-- Content description of photo in photo picker indicating a photo from unknown account is *not* selected.--> 909 <string name="photo_view_description_not_checked_no_info">Photo from unknown account not checked</string> 910 911 <!-- Content description of photo in photo picker indicating a photo from unknown account is selected. --> 912 <string name="photo_view_description_checked_no_info">Photo from unknown account checked</string> 913 914 <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=150]--> 915 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.\n\nPlease wait...</string> 916 917 <!-- The menu item to open blocked numbers activity [CHAR LIMIT=60]--> 918 <string name="menu_blocked_numbers">Blocked numbers</string> 919 </resources> 920