49 lines
2.4 KiB
XML
49 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2013 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
|
|
<string name="app_name">Contacts List</string>
|
|
<string name="activity_contacts_list">Contacts List</string>
|
|
<string name="activity_contact_detail">Contact Detail</string>
|
|
<string name="contacts_list_search_results_title">Contacts List Search for \"%s\"</string>
|
|
<string name="app_description">This is a sample app, demonstrating use of the Android system Contacts Provider.</string>
|
|
<string name="imageview_description">Contact Thumbnail</string>
|
|
<string name="address_button_description">View Address</string>
|
|
<string name="menu_search">Search</string>
|
|
<string name="menu_add_contact">Add Contact</string>
|
|
<string name="menu_edit_contact">Edit Contact</string>
|
|
<string name="no_contacts">No Contacts Found</string>
|
|
<string name="no_contact_selected">No Contact Selected</string>
|
|
<string name="search_hint">Find contacts</string>
|
|
|
|
<!-- Used for the AlphabetIndexer in ContactsListFragment to provide quick navigation by
|
|
alphabet using ListView fast scroll. -->
|
|
<string name="alphabet">ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
|
|
|
|
<!-- When using ContactsContract.Contacts#CONTENT_FILTER_URI to search contacts, a match occurs
|
|
when using a number of different fields, such as name, e-mail address, address, phone
|
|
number, etc. When a match occurs that is not the name, there is currently no way to tell
|
|
which other field was matched. This string is displayed in the secondary display text in
|
|
ContactsListFragment when a search query match occurs that is not the display name.
|
|
-->
|
|
<string name="search_match_other">Matches Other Field</string>
|
|
|
|
<string name="no_address">No addresses found</string>
|
|
<string name="no_intent_found">No application found to handle this action</string>
|
|
|
|
</resources>
|