1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2010 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 <string name="applicationLabel">Contacts Test</string> 19 20 <string-array name="allIntents"> 21 <!-- List modes --> 22 <item>ACTION_PICK: contact</item> 23 <item>ACTION_PICK: contact (legacy)</item> 24 <item>ACTION_PICK: phone</item> 25 <item>ACTION_PICK: phone (legacy)</item> 26 <item>ACTION_PICK: postal</item> 27 <item>ACTION_PICK: postal (legacy)</item> 28 <item>ACTION_PICK: e-mail</item> 29 <item>ACTION_CREATE_SHORTCUT: contact</item> 30 <item>ACTION_CREATE_SHORTCUT: dial</item> 31 <item>ACTION_CREATE_SHORTCUT: message</item> 32 <item>ACTION_GET_CONTENT: contact</item> 33 <item>ACTION_GET_CONTENT: contact (legacy)</item> 34 <item>ACTION_GET_CONTENT: phone</item> 35 <item>ACTION_GET_CONTENT: phone (legacy)</item> 36 <item>ACTION_GET_CONTENT: postal</item> 37 <item>ACTION_GET_CONTENT: postal (legacy)</item> 38 <item>ACTION_INSERT_OR_EDIT</item> 39 <item>ACTION_INSERT_OR_EDIT_PHONE_NUMBER</item> 40 <item>ACTION_INSERT_OR_EDIT_EMAIL_ADDRESS</item> 41 <item>ACTION_INSERT_GROUP</item> 42 <item>ACTION_SEARCH (call button)</item> 43 <item>ACTION_SEARCH: contact</item> 44 <item>ACTION_SEARCH: email</item> 45 <item>ACTION_SEARCH: phone</item> 46 <item>ACTION_SEARCH: general</item> 47 <item>SEARCH_SUGGESTION_CLICKED: contact</item> 48 49 <!-- Edit --> 50 <item>EDIT (content uri with only id)</item> 51 <item>EDIT (lookup uri without id)</item> 52 <item>EDIT (lookup uri)</item> 53 <item>EDIT (called for raw contact)</item> 54 <item>EDIT (legacy style uri)</item> 55 <item>EDIT (create new contact)</item> 56 <item>EDIT (create new contact with data)</item> 57 <item>EDIT (create new contact for account)</item> 58 <item>EDIT (create new contact for account with data)</item> 59 <item>EDIT (create new raw contact)</item> 60 <item>EDIT (create new legacy)</item> 61 <item>EDIT (group)</item> 62 63 <!-- View --> 64 <item>VIEW (content uri without any id)</item> 65 <item>VIEW PERSON (content uri without any id)</item> 66 <item>VIEW (content uri with only id)</item> 67 <item>VIEW (lookup uri without id)</item> 68 <item>VIEW (lookup uri)</item> 69 <item>VIEW (called for raw contact)</item> 70 <item>VIEW (legacy style uri)</item> 71 <item>VIEW (group)</item> 72 73 <!-- Various ways to start Contacts --> 74 <item>QuickContactTestsActivity</item> 75 76 <!-- Intents accepted by PeopleActivity --> 77 <item>LIST_DEFAULT</item> 78 <item>LIST_CONTACTS</item> 79 <item>LIST_ALL_CONTACTS</item> 80 <item>LIST_CONTACTS_WITH_PHONES</item> 81 <item>LIST_STARRED</item> 82 <item>LIST_FREQUENT</item> 83 <item>LIST_STREQUENT</item> 84 </string-array> 85 86 <string name="pickContact">Pick contact</string> 87 <string name="quickContactIntent">Start with Intent</string> 88 <string name="fillCallLogTest">Fill call log test</string> 89 <string name="addToCallLogButton">Add</string> 90 <string name="numberOfCallLogEntries">Number of call log entries to add:</string> 91 <string name="useRandomNumbers">Use random numbers</string> 92 <string name="addedLogEntriesToast">Added %1$d call log entries.</string> 93 <string name="noLogEntriesToast">No entries in the call log yet. Need at least one record for the template. Or use random numbers.</string> 94 <string name="exitButton">Exit</string> 95 96 <string-array name="pinnedHeaderUseCases"> 97 <item>One short section - no headers</item> 98 <item>Two short sections with headers</item> 99 <item>Five short sections with headers</item> 100 </string-array> 101 102 <string name="attribution_google_plus">Google+</string> 103 <string name="attribution_google_talk">Google Talk</string> 104 <string name="attribution_flicker">Flicker</string> 105 <string name="attribution_twitter">Twitter</string> 106 107 <string name="test_string">TEST STRING</string> 108</resources> 109