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 <!-- Directory partition name --> 27 <string name="contactsList">Contacts</string> 28 29 <!-- Name of activity that allows users to create shortcuts on the home screen to a contact. 30 This shows up in a list of things like bookmark, folder, music playlist, etc --> 31 <string name="shortcutContact">Contact</string> 32 33 <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact. 34 This shows up in a list of things like bookmark, folder, music playlist, etc --> 35 <string name="shortcutDialContact">Direct dial</string> 36 37 <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact. 38 This shows up in a list of things like bookmark, folder, music playlist, etc --> 39 <string name="shortcutMessageContact">Direct message</string> 40 41 <!-- Activity title when the user is selecting a contact for a shortcut. --> 42 <string name="shortcutActivityTitle">Choose a contact shortcut</string> 43 44 <!-- Activity title when the user is selecting a contact for a direct dial shortcut. --> 45 <string name="callShortcutActivityTitle">Choose a number to call</string> 46 47 <!-- Activity title when the user is selecting a contact for a direct message shortcut. --> 48 <string name="messageShortcutActivityTitle">Choose a number to message</string> 49 50 <!-- Activity title when the user is selecting a contact. [CHAR LIMIT=128] --> 51 <string name="contactPickerActivityTitle">Choose a contact</string> 52 53 <!-- Entry that prompts user to select a newly created contact. [CHAR LIMIT=30] --> 54 <string name="header_entry_contact_list_adapter_header_title">Create new contact</string> 55 56 <!-- Title for the activity that shows only starred contacts --> 57 <string name="starredList">Starred</string> 58 59 <!-- Title for the activity that shows only frequently contacted contacts --> 60 <string name="frequentList">Frequent</string> 61 62 <!-- Title for the activity that shows a mix of starred contacts and frequently contacted 63 contacts. --> 64 <string name="strequentList">Favorites</string> 65 66 <!-- The title bar when viewing the contact details activity --> 67 <string name="viewContactTitle">Contact details</string> 68 69 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 70 editing a contact. This string represents the built in way to edit the contact. --> 71 <string name="editContactDescription">Edit contact</string> 72 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 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 78 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] --> 79 <string name="editGroupDescription">Edit group</string> 80 81 <!-- The description presented to the user in the Intent choose when there are multiple activities that allow 82 creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] --> 83 <string name="insertGroupDescription">Create group</string> 84 85 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> 86 <string name="contactDetailAbout">About</string> 87 88 <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] --> 89 <string name="contactDetailUpdates">Updates</string> 90 91 <!-- Hint text in the search box when the user hits the Search key while in the contacts app --> 92 <string name="searchHint">Search contacts</string> 93 94 <!-- Menu item used to view the details for a specific contact --> 95 <string name="menu_viewContact">View contact</string> 96 97 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> 98 <string name="menu_addStar">Add to favorites</string> 99 100 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> 101 <string name="menu_removeStar">Remove from favorites</string> 102 103 <!-- Description of what happens when you click on the unstar MenuItem. [CHAR LIMIT=NONE] --> 104 <string name="description_action_menu_remove_star">Removed from favorites</string> 105 <!-- Description of what happens when you click on the star MenuItem. [CHAR LIMIT=NONE] --> 106 <string name="description_action_menu_add_star">Added to favorites</string> 107 108 <!-- Menu item used to edit a specific contact --> 109 <string name="menu_editContact">Edit</string> 110 111 <!-- Menu item used to delete a specific contact --> 112 <string name="menu_deleteContact">Delete</string> 113 114 <!-- Menu item used to create a contact shortcut when viewing contact details. [CHAR LIMIT=30] --> 115 <string name="menu_create_contact_shortcut">Place on Home screen</string> 116 117 <!-- Menu item used to call a specific contact when viewing the details of that contact. --> 118 <string name="menu_call">Call contact</string> 119 120 <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number --> 121 <string name="menu_sendSMS">Text contact</string> 122 123 <!-- Menu item that splits an item from the contact detail into a separate aggregate --> 124 <string name="menu_splitAggregate">Separate</string> 125 126 <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] --> 127 <string name="menu_editGroup">Edit</string> 128 129 <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] --> 130 <string name="menu_deleteGroup">Delete</string> 131 132 <!-- Menu item (in the action bar) that creates a new contact [CHAR LIMIT=30] --> 133 <string name="menu_new_contact_action_bar">Add Contact</string> 134 135 <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=30] --> 136 <string name="menu_new_group_action_bar">Add Group</string> 137 138 <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=26] --> 139 <string name="splitConfirmation_title">Separate contact?</string> 140 141 <!-- Confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=NONE] --> 142 <string name="splitConfirmation">This contact will be separated into multiple contacts.</string> 143 144 <!-- Menu item that joins an aggregate with another aggregate --> 145 <string name="menu_joinAggregate">Join</string> 146 147 <!-- Heading of the Join Contact screen --> 148 <string name="titleJoinContactDataWith">Join contacts</string> 149 150 <!-- Info blurb on the Join Contact screen [CHAR LIMIT=NONE]--> 151 <string name="blurbJoinContactDataWith">Choose the contact you want to join with <xliff:g id="name">%s</xliff:g>:</string> 152 153 <!-- An item in the Join Contact activity that opens up the full contact A-Z list --> 154 <string name="showAllContactsJoinItem">Show all contacts</string> 155 156 <!-- List separator for the Join Contact list: Suggestions --> 157 <string name="separatorJoinAggregateSuggestions">Suggested contacts</string> 158 159 <!-- List separator for the Join Contact list: A-Z --> 160 <string name="separatorJoinAggregateAll">All contacts</string> 161 162 <!-- Toast shown after two contacts have been joined by a user action --> 163 <string name="contactsJoinedMessage">Contacts joined</string> 164 165 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] --> 166 <string name="menu_set_ring_tone">Set ringtone</string> 167 168 <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] --> 169 <string name="menu_redirect_calls_to_vm">All calls to voicemail</string> 170 171 <!-- Warning dialog contents after users selects to delete a ReadOnly contact. [CHAR LIMIT=NONE] --> 172 <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string> 173 174 <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. --> 175 <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> 176 177 <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. --> 178 <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string> 179 180 <!-- Confirmation dialog contents after users selects to delete a Writable contact. --> 181 <string name="deleteConfirmation">This contact will be deleted.</string> 182 183 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=30] --> 184 <string name="menu_discard">Discard changes</string> 185 186 <!-- Message displayed in a toast when you try to view the details of a contact that 187 for some reason doesn't exist anymore. [CHAR LIMIT=NONE]--> 188 <string name="invalidContactMessage">The contact doesn\'t exist.</string> 189 190 <!-- Message displayed in a toast after you create a contact shortcut in the launcher [CHAR LIMIT=NONE]--> 191 <string name="createContactShortcutSuccessful">Contact widget added to Home screen.</string> 192 193 <!-- When picking a contact from a list of all contacts there is an entry at the top of the 194 list that allows the user to create a new contact, which this string is used for --> 195 <string name="pickerNewContactHeader">Create new contact</string> 196 197 <!-- Text for a "create new contact" button on the bottom of the contact picker screen. 198 The text will be all capitalized. 199 [CHAR LIMIT=30] --> 200 <string name="pickerNewContactText">Create new contact</string> 201 202 <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java --> 203 <skip/> 204 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] --> 205 <string-array name="otherLabels"> 206 <!-- An organization associated with a contact --> 207 <item>Organization</item> 208 <!-- A note associated with a contact --> 209 <item>Note</item> 210 </string-array> 211 212 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> 213 <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string> 214 <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact --> 215 <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string> 216 217 <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] --> 218 <string name="attach_photo_dialog_title">Contact photo</string> 219 220 <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address. 221 For example, this may be used to set a phone number's label to "Vaction house" --> 222 <string name="customLabelPickerTitle">Custom label name</string> 223 224 <!-- Check box label that allows calls to the contact to be sent directly to voicemail --> 225 <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string> 226 227 <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] --> 228 <string name="removePhoto">Remove photo</string> 229 230 <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] --> 231 <string name="noContacts">No contacts.</string> 232 233 <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] --> 234 <string name="noGroups">No groups.</string> 235 236 <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] --> 237 <string name="noAccounts">To create groups you need an account.</string> 238 239 <!-- The text displayed when there are no members in the group while displaying the group detail page [CHAR LIMIT=40] --> 240 <string name="emptyGroup">No people in this group.</string> 241 242 <!-- 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] --> 243 <string name="addPeopleToGroup">To add some, edit the group.</string> 244 245 <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database --> 246 <string name="savingContact">Saving contact\u2026</string> 247 248 <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] --> 249 <string name="contactSavedToast">Contact saved.</string> 250 251 <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] --> 252 <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string> 253 254 <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] --> 255 <string name="groupSavedToast">Group saved.</string> 256 257 <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] --> 258 <string name="groupSavedErrorToast">Couldn\'t save group changes.</string> 259 260 <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected --> 261 <plurals name="listTotalPhoneContacts"> 262 <item quantity="one">1 contact with phone number</item> 263 <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item> 264 </plurals> 265 266 <!-- 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]--> 267 <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string> 268 269 <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected [CHAR LIMIT=30] --> 270 <plurals name="listFoundAllContacts"> 271 <item quantity="one">1 found</item> 272 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> 273 </plurals> 274 275 <!-- 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] --> 276 <string name="listFoundAllContactsZero">No contacts</string> 277 278 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query --> 279 <plurals name="searchFoundContacts"> 280 <item quantity="one">1 found</item> 281 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> 282 </plurals> 283 284 <!-- The title of "all contacts" tab. [CHAR LIMIT=14] --> 285 <string name="all_contacts_tab_label">All contacts</string> 286 287 <!-- The title of "favorites" tab. [CHAR LIMIT=14] --> 288 <string name="favorites_tab_label">Favorites</string> 289 290 <!-- Action string for calling back a number in the call log --> 291 <string name="callBack">Call back</string> 292 293 <!-- Action string for calling a number in the call log again --> 294 <string name="callAgain">Call again</string> 295 296 <!-- Action string for returning a missed call in the call log --> 297 <string name="returnCall">Return call</string> 298 299 <!-- Dialog message when prompting before creating a contact. Includes 300 the email address, e.g. "Add xyz@foo.com to contacts?" --> 301 <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string> 302 303 <!-- String describing the Contact Photo Image 304 305 Used by AccessibilityService to announce the purpose of the view. 306 --> 307 <string name="description_contact_photo">contact photo</string> 308 309 <!-- String describing the Contact Editor Plus button 310 311 Used by AccessibilityService to announce the purpose of the button. 312 --> 313 <string name="description_plus_button">plus</string> 314 315 <!-- 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)")--> 316 <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> 317 318 <!-- The string used to describe Contacts as a searchable item within system search settings. --> 319 <string name="search_settings_description">Names of your contacts</string> 320 321 <!-- Shown as a toast when the user taps on a QuickContact icon, and no application 322 was found that could perform the selected action. [CHAR LIMIT=NONE] --> 323 <string name="quickcontact_missing_app">No app was found to handle this action.</string> 324 <!-- Content description for the transparent views around the visible section of QuickContacts. 325 Clicking this view causes Quick Contacts to close. [CHAR LIMIT=NONE] --> 326 <string name="quickcontact_transparent_view_description">Click to return to previous screen</string> 327 328 <!-- When a contact has no data, we prompt the user to add a phone number for the contact. [CHAR LIMIT=40] --> 329 <string name="quickcontact_add_phone_number">Add phone number</string> 330 <!-- When a contact has no data, we prompt the user to add an email for the contact. [CHAR LIMIT=40] --> 331 <string name="quickcontact_add_email">Add email</string> 332 333 <!-- Shown as a toast when the user attempts an action (add contact, edit 334 contact, etc) and no application was found that could perform that 335 action. [CHAR LIMIT=NONE] --> 336 <string name="missing_app">No app was found to handle this action.</string> 337 338 <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] --> 339 <string name="menu_share">Share</string> 340 341 <!-- The menu item to add the the currently viewed contact to your contacts [CHAR LIMIT=30] --> 342 <string name="menu_add_contact">Add to contacts</string> 343 344 <!-- Dialog title when picking the application to share a contact with. --> 345 <string name="share_via">Share contact via</string> 346 347 <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] --> 348 <string name="dialog_new_group_account">Create group under account</string> 349 350 <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> 351 <string name="audio_chat">Voice chat</string> 352 <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] --> 353 <string name="video_chat">Video chat</string> 354 355 <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] --> 356 <string name="connections">Connections</string> 357 358 <!-- 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] --> 359 <string name="add_connection_button">Add connection</string> 360 361 <!-- 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]--> 362 <string name="recent" msgid="2062236709538790412">Recent</string> 363 364 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]--> 365 <string name="recent_updates" msgid="2018245636796411442">Recent updates</string> 366 367 <!-- String describing which account type a contact came from when editing it --> 368 <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string> 369 370 <!-- String describing which account a contact came from when editing it --> 371 <string name="from_account_format"><xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string> 372 373 <!-- Checkbox asking the user if they want to display a particular photo for a contact --> 374 <string name="use_photo_as_primary">Use this photo</string> 375 376 <!-- Text used to explain that a contact cannot be edited from the People application since the data is read only [CHAR LIMIT=40] --> 377 <string name="contact_read_only">Not editable from this app.</string> 378 379 <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] --> 380 <string name="group_read_only">Not editable on this device.</string> 381 382 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> 383 <string name="take_photo">Take photo</string> 384 385 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> 386 <string name="take_new_photo">Take new photo</string> 387 388 <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] --> 389 <string name="pick_photo">Choose photo</string> 390 391 <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] --> 392 <string name="pick_new_photo">Select new photo</string> 393 394 <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] --> 395 <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string> 396 397 <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] --> 398 <string name="upgrade_in_progress">Contact list is being updated.</string> 399 400 <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] --> 401 <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded. 402 \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g> 403 MB of internal storage.\n\nChoose one of the following options:</string> 404 405 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> 406 <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string> 407 408 <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] --> 409 <string name="upgrade_out_of_memory_retry">Retry upgrade</string> 410 411 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20] --> 412 <string name="search_results_searching">Searching\u2026</string> 413 414 <!-- Label to display only selection in multiple picker --> 415 <string name="menu_display_selected">"Show selected"</string> 416 417 <!-- Label to display all recipients in multiple picker --> 418 <string name="menu_display_all">"Show all"</string> 419 420 <!-- Label to select all contacts in multiple picker --> 421 <string name="menu_select_all">"Select all"</string> 422 423 <!-- Label to clear all selection in multiple picker --> 424 <string name="menu_select_none">"Unselect all"</string> 425 426 <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] --> 427 <string name="add_field">Add another field</string> 428 429 <!-- 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] --> 430 <string name="add_new_entry_for_section">Add new</string> 431 432 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] --> 433 <string name="add_organization">Add organization</string> 434 435 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] --> 436 <string name="event_edit_field_hint_text">Date</string> 437 438 <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] --> 439 <string name="group_edit_field_hint_text">Group name</string> 440 441 <!-- String describing the Star/Favorite checkbox 442 443 Used by AccessibilityService to announce the purpose of the view. 444 --> 445 <string name="description_star">favorite</string> 446 447 <!-- The title of the Edit-Contact screen --> 448 <string name="edit_contact">Edit contact</string> 449 450 <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated 451 anyway if we change our mind later --> 452 <plurals name="merge_info"> 453 <item quantity="one">not merged</item> 454 <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item> 455 </plurals> 456 457 <!-- The message in a confirmation dialog shown when the user selects a 458 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> 459 <string name="aggregation_suggestion_join_dialog_message">Join 460 the current contact with the selected contact?</string> 461 462 <!-- The message in a confirmation dialog shown when the user selects a 463 contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]--> 464 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing 465 the selected contact? Information you entered so far will be copied.</string> 466 467 <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]--> 468 <string name="menu_copyContact">Copy to My Contacts</string> 469 470 <!-- The button that adds a contact to the predefined group "My Contacts" (as this is 471 mostly interesting for Google-contacts, this should have the same description as the 472 function of GMail/Contacts on the Web 473 [CHAR LIMIT=40] --> 474 <string name="add_to_my_contacts">Add to My Contacts</string> 475 476 <!-- The description of the directory where the contact was found [CHAR LIMIT=100]--> 477 <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string> 478 479 <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] --> 480 <string name="list_filter_custom">Custom</string> 481 482 <!-- Title of the settings activity [CHAR LIMIT=64] --> 483 <string name="activity_title_settings">Settings</string> 484 485 <!-- Menu item for the settings activity [CHAR LIMIT=64] --> 486 <string name="menu_settings" msgid="377929915873428211">Settings</string> 487 488 <!-- Menu item for invoking contextual help [CHAR LIMIT=64] --> 489 <string name="menu_help">Help</string> 490 491 <!-- The preference section title for contact display options [CHAR LIMIT=128] --> 492 <string name="preference_displayOptions">Display options</string> 493 494 <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View 495 of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] --> 496 <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> 497 498 <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] --> 499 <string name="non_phone_caption">Phone number</string> 500 501 <!-- Button to add a phone number to contacts [CHAR LIMIT=25] --> 502 <string name="non_phone_add_to_contacts">Add to contacts</string> 503 504 <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] --> 505 <string name="activity_title_confirm_add_detail">Add to contact</string> 506 507 <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] --> 508 <string name="non_phone_close">Close</string> 509 510 <!-- 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] --> 511 <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> 512 513 <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] --> 514 <string name="date_year_toggle">Provide a year</string> 515 516 <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] --> 517 <string name="social_widget_label">Contact</string> 518 519 <!-- Message of widget while it is loading data [CHAR LIMIT=20] --> 520 <string name="social_widget_loading">Loading\u2026</string> 521 522 <!-- Button shown on the main contacts screen when there are no contacts on the device. 523 Creates a new contact. [CHAR LIMIT=128] --> 524 <string name="contacts_unavailable_create_contact">Create a new contact</string> 525 526 <!-- Button shown on the main contacts screen when there are no contacts on the device. 527 Navigates to account setup [CHAR LIMIT=128] --> 528 <string name="contacts_unavailable_add_account">Sign in to an account</string> 529 530 <!-- Button shown on the main contacts screen when there are no contacts on the device. 531 Initiates a contact import dialog [CHAR LIMIT=128] --> 532 <string name="contacts_unavailable_import_contacts">Import contacts</string> 533 534 <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] --> 535 <string name="create_group_dialog_title">Create new group</string> 536 537 <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] --> 538 <string name="create_group_item_label">Create new group</string> 539 540 <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] --> 541 <plurals name="num_groups_in_account"> 542 <item quantity="one">1 group</item> 543 <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item> 544 </plurals> 545 546 <!-- Confirmation message of the dialog that allows deletion of a contact group [CHAR LIMIT=256] --> 547 <string name="delete_group_dialog_message">Delete the group 548 \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"? 549 (Contacts themselves will not be deleted.) 550 </string> 551 552 <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] --> 553 <plurals name="num_contacts_in_group"> 554 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item> 555 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item> 556 </plurals> 557 558 <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] --> 559 <plurals name="group_list_num_contacts_in_group"> 560 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item> 561 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item> 562 </plurals> 563 564 <!-- Toast displayed when the user creates a new contact and attempts to join it 565 with another before entering any data [CHAR LIMIT=256] --> 566 <string name="toast_join_with_empty_contact">Type contact name before joining 567 with another. 568 </string> 569 570 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] --> 571 <string name="copy_text">Copy to clipboard</string> 572 573 <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] --> 574 <string name="set_default">Set default</string> 575 576 <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] --> 577 <string name="clear_default">Clear default</string> 578 579 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] --> 580 <string name="toast_text_copied">Text copied</string> 581 582 <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] --> 583 <string name="cancel_confirmation_dialog_message">Discard your changes?</string> 584 585 <!-- Description of a call log entry, made of a call type and a date --> 586 <string name="call_type_and_date"> 587 <xliff:g id="call_type" example="Friends">%1$s</xliff:g> <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g> 588 </string> 589 590 <!-- Text displayed in place of the display name for the contact that represents the user's 591 personal profile entry [CHAR LIMIT=64] --> 592 <string name="profile_display_name">Set up my profile</string> 593 594 <!-- 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] --> 595 <string name="enter_contact_name">Type person\'s name</string> 596 597 <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]--> 598 <string name="group_name_hint">Group\'s name</string> 599 600 <!-- 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] --> 601 <string name="local_profile_title">My local profile</string> 602 603 <!-- 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] --> 604 <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string> 605 606 <!-- Toast shown when the app starts showing all contacts regardless of its current 607 contact filter state. [CHAR LIMIT=64] --> 608 <string name="toast_displaying_all_contacts">Displaying all contacts</string> 609 610 <!-- Message in the standard "no account" prompt that encourages the user to add a Google account before continuing to use the People app [CHAR LIMIT=NONE] --> 611 <string name="no_account_prompt">Contacts works better with a Google Account.\n\n\u2022 Access from any web browser.\n\u2022 Back up your contacts securely.</string> 612 613 <!-- 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] --> 614 <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string> 615 616 <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better Contacts app experience [CHAR LIMIT=20] --> 617 <string name="generic_no_account_prompt_title">Add an account</string> 618 619 <!-- 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] --> 620 <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string> 621 622 <!-- 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] --> 623 <string name="contact_editor_prompt_one_account">Your new contact will be synchronized with <xliff:g id="account_name">%1$s</xliff:g>.</string> 624 625 <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] --> 626 <string name="contact_editor_prompt_multiple_accounts">You can synchronize your new contact with one of the following accounts. Which do you want to use?</string> 627 628 <!-- Title of the ContactEditorActivity when creating a new contact. The char 629 limit is short and cannot be increased, since this needs to be displayed in a single line 630 at a pre-determined text size. [CHAR LIMIT=20] --> 631 <string name="contact_editor_title_new_contact">Add new contact</string> 632 633 <!-- Title of the ContactEditorActivity when editing a contact that already exists. The char 634 limit is short and cannot be increased, since this needs to be displayed in a single line 635 at a pre-determined text size. [CHAR LIMIT=20] --> 636 <string name="contact_editor_title_existing_contact">Edit contact</string> 637 638 <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] --> 639 <string name="keep_local">Keep local</string> 640 641 <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] --> 642 <string name="add_account">Add account</string> 643 644 <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] --> 645 <string name="add_new_account">Add new account</string> 646 647 <!-- 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] --> 648 <string name="menu_export_database">Export database files</string> 649 650 <!-- Content description for the button that adds a new contact 651 [CHAR LIMIT=NONE] --> 652 <string name="action_menu_add_new_contact_button">add new contact</string> 653 <!-- Button Label to see more on an ExpandingEntryCardView [CHAR LIMIT=40] --> 654 <string name="expanding_entry_card_view_see_more">See more</string> 655 <!-- Button Label to see less on an ExpandingEntryCardView [CHAR LIMIT=40] --> 656 <string name="expanding_entry_card_view_see_less">See less</string> 657 <!-- Button Label to see all on an ExpandingEntryCardView [CHAR LIMIT=40] --> 658 <string name="expanding_entry_card_view_see_all">See all</string> 659 660 <!-- Title of recent card. [CHAR LIMIT=60] --> 661 <string name="recent_card_title">Recent</string> 662 663 <!-- Title of recent card. [CHAR LIMIT=40] --> 664 <string name="about_card_title">About</string> 665 666 <!-- Title of sms action entry. [CHAR LIMIT=60] --> 667 <string name="send_message">Send message</string> 668 669 <!-- Toast that appears when you are copying a directory contact into your personal contacts --> 670 <string name="toast_making_personal_copy">Creating a personal copy...</string> 671 <!-- Timestamp string for interactions from yesterday. [CHAR LIMIT=40] --> 672 <string name="yesterday">Yesterday</string> 673 <string name="tomorrow">Tomorrow</string> 674 <!-- Timestamp string for interactions from today. [CHAR LIMIT=40] --> 675 <string name="today">Today</string> 676 <!-- Text for an event starting on the current day with a start and end time. 677 For ex, "Today at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 678 <string name="today_at_time_fmt">"Today at <xliff:g id="time_interval">%s</xliff:g>"</string> 679 <!-- Text for an event starting on the next day with a start and end time. 680 For ex, "Tomorrow at 5:00pm-6:00pm" [CHAR LIMIT=NONE] --> 681 <string name="tomorrow_at_time_fmt">"Tomorrow at <xliff:g id="time_interval">%s</xliff:g>"</string> 682 <!-- Format string for a date and time description. For ex: 683 "April 19, 2012, 3:00pm - 4:00pm" [CHAR LIMIT=NONE] --> 684 <string name="date_time_fmt">"<xliff:g id="date">%s</xliff:g>, <xliff:g id="time_interval">%s</xliff:g>"</string> 685 <!-- Title for untitled calendar interactions [CHAR LIMIT=40] --> 686 <string name="untitled_event">(Untitled event)</string> 687 688 <!-- Name of the button in the date/time picker to accept the date/time change [CHAR LIMIT=15] --> 689 <string name="date_time_set">Set</string> 690 691 <!-- Header for the IM entry [CHAR LIMIT=40] --> 692 <string name="header_im_entry">IM</string> 693 <!-- Header for the Organization entry [CHAR LIMIT=40] --> 694 <string name="header_organization_entry">Organization</string> 695 <!-- Header for the Nickname entry [CHAR LIMIT=40] --> 696 <string name="header_nickname_entry">Nickname</string> 697 <!-- Header for the Note entry [CHAR LIMIT=40] --> 698 <string name="header_note_entry">Note</string> 699 <!-- Header for the Website entry [CHAR LIMIT=40] --> 700 <string name="header_website_entry">Website</string> 701 <!-- Header for the Event entry [CHAR LIMIT=40] --> 702 <string name="header_event_entry">Event</string> 703 <!-- Header for the Relation entry [CHAR LIMIT=40] --> 704 <string name="header_relation_entry">Relation</string> 705 706 <!-- Content description for directions secondary button [CHAR LIMIT=NONE] --> 707 <string name="content_description_directions">directions to location</string> 708 709 <!-- Content description for recent sms interaction [CHAR LIMIT=NONE] --> 710 <string name="content_description_recent_sms">recent sms. <xliff:g id="message_details">%s</xliff:g>. click to respond</string> 711 712 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 713 <string name="content_description_recent_call_type_incoming">incoming</string> 714 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 715 <string name="content_description_recent_call_type_outgoing">outgoing</string> 716 <!-- Header for the Relation entry [CHAR LIMIT=NONE] --> 717 <string name="content_description_recent_call_type_missed">missed</string> 718 719 <!-- Content description for recent sms interaction [CHAR LIMIT=NONE] --> 720 <string name="content_description_recent_call">recent call. <xliff:g id="call_details">%s</xliff:g>. click to call back</string> 721 722 <!-- Prefix for messages that you sent [CHAR LIMIT=40] --> 723 <string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string> 724 725 <!-- File Authority for the photo picker --> 726 <string name="photo_file_provider_authority" translatable="false">com.android.contacts.files</string> 727</resources> 728