Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   ~ Copyright (C) 2017 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>
     18 
     19   <string name="incall_content_description_end_call">End call</string>
     20 
     21   <string name="incall_content_description_muted">Muted</string>
     22 
     23   <string name="incall_content_description_unmuted">Unmuted</string>
     24 
     25   <string name="incall_content_description_swap_calls">Swap calls</string>
     26 
     27   <string name="incall_content_description_swap_sim">Change SIM</string>
     28 
     29   <string name="incall_content_description_merge_calls">Merge calls</string>
     30 
     31   <string name="incall_content_description_earpiece">Handset earpiece</string>
     32 
     33   <string name="incall_content_description_speaker">Speaker</string>
     34 
     35   <string name="incall_content_description_bluetooth">Bluetooth</string>
     36 
     37   <string name="incall_content_description_headset">Wired headset</string>
     38 
     39   <!-- Text for the onscreen "Hold" button when it is not selected. Pressing it will put
     40      the call on hold. -->
     41   <string name="incall_content_description_hold">Hold call</string>
     42   <!-- Text for the onscreen "Hold" button when it is selected. Pressing it will resume
     43        the call from a previously held state. -->
     44   <string name="incall_content_description_unhold">Resume call</string>
     45 
     46   <string name="incall_content_description_video_on">Video on</string>
     47 
     48   <string name="incall_content_description_video_off">Video off</string>
     49 
     50   <string name="incall_content_description_swap_video">Swap video</string>
     51 
     52   <!-- Button shown during a phone to route audio from earpiece to speaker phone.
     53      [CHAR LIMIT=12] -->
     54   <string name="incall_label_speaker">Speaker</string>
     55   <!-- Button shown during a phone to switch the audio route.
     56      [CHAR LIMIT=12] -->
     57   <string name="incall_label_audio">Sound</string>
     58 
     59 </resources>
     60