1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 ~ Copyright (C) 2012 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <string-array name="allIntents"> 20 <!-- List modes --> 21 <!-- Various ways to start Contacts --> 22 <item>DIAL</item> 23 <item>DIAL phone (deprecated)</item> 24 <item>DIAL person (deprecated)</item> 25 <item>DIAL voicemail</item> 26 <item>CALL BUTTON</item> 27 <item>DIAL tel</item> 28 <item>VIEW tel</item> 29 <item>VIEW calls (call-log after a phone call)</item> 30 <item>VIEW calls item</item> 31 <item>CallDetailActivity (legacy)</item> 32 <item>CallLogActivity (legacy)</item> 33 </string-array> 34 35 <string name="addToCallLogButton">Add</string> 36 <string name="useRandomNumbers">Use random numbers</string> 37 <string name="numberOfCallLogEntries">Number of call log entries to add:</string> 38 <string name="addedLogEntriesToast">Added %1$d call log entries.</string> 39 <string name="noLogEntriesToast">No entries in the call log yet. Need at least one record for the template. Or use random numbers.</string> 40 <string name="add_custom_entry">Add custom call log entry:</string> 41 <string name="call_type_incoming">Incoming</string> 42 <string name="call_type_missed">Missed</string> 43 <string name="call_type_outgoing">Outgoing</string> 44 <string name="call_type_video">Video</string> 45 <string name="call_type_voicemail">Voicemail</string> 46 <string name="call_date">Call date</string> 47 <string name="call_time">Call time</string> 48 <string name="edit">Edit</string> 49 <string name="number">Number</string> 50 <string name="call_presentation">Presentation</string> 51 <string name="presentation_allowed">Allowed</string> 52 <string name="presentation_restricted">Restricted</string> 53 <string name="presentation_unknown">Unknown</string> 54 <string name="presentation_payphone">Payphone</string> 55 <string name="delta_after_add">Offset call time after add (min): </string> 56 <string name="call_account">Account</string> 57 <string name="account0">Account 0</string> 58 <string name="account1">Account 1</string> 59 <string name="no_account">No Account</string> 60 </resources> 61