Home | History | Annotate | Download | only in values
      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 
     41 </resources>
     42