Home | History | Annotate | Download | only in values
      1 <!--
      2   ~ Copyright (C) 2016 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 
     17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18   <!-- String used to display calls from unknown numbers in the call log -->
     19   <string name="unknown">Unknown</string>
     20 
     21   <!-- String to identify an unknown/restricted callers. ex. "Unknown 1", "Restricted 2", ect. -->
     22   <string name="unknown_counter">
     23     <xliff:g id="unknown">%s</xliff:g> <xliff:g id="id">%d</xliff:g>
     24   </string>
     25 
     26   <!-- String used to display calls from pay phone in the call log -->
     27   <string name="payphone">Payphone</string>
     28 
     29   <!-- Title for the activity that dials the phone.  This is the name
     30        used in the Launcher icon. -->
     31   <string name="launcherActivityLabel">Phone</string>
     32 
     33   <!-- text on a button, Video call, as in to place a video call. -->
     34   <string name="video_call">Video call</string>
     35 
     36   <!-- Label shown on the 'positive' button for the dialog. Indicates that the call will proceed -->
     37   <string name="call">Call</string>
     38 </resources>
     39