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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18   <!-- Title bar for call detail screen -->
     19   <string name="call_details">Call details</string>
     20 
     21   <!-- Text for the action item to remove a call or voicemail from the call log. -->
     22   <string name="delete">Delete</string>
     23 
     24   <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] -->
     25   <string name="call_details_copy_number">Copy number</string>
     26 
     27   <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] -->
     28   <string name="call_details_edit_number">Edit number before call</string>
     29 
     30   <!-- Label for action to report a number with inaccurate caller id information. [CHAR LIMIT=48] -->
     31   <string name="call_details_report_call_id">Report inaccurate number</string>
     32 
     33   <!-- String shown when the call details show a image that was sent -->
     34   <string name="sent_a_photo">Sent a photo</string>
     35 
     36   <!-- String shown when the call details show a image that was received -->
     37   <string name="received_a_photo">Received a photo</string>
     38 
     39   <!-- Messages shown to the user are wrapped in quotes, e.g. the user would see "Some text" -->
     40   <string name="message_in_quotes">\"<xliff:g id="message">%1$s</xliff:g>\"</string>
     41 
     42   <!-- Title of dialog that confirms whether a user wants to report an incorrect number.
     43        [CHAR LIMIT=NONE] -->
     44   <string name="report_caller_id_dialog_title">Report incorrect number</string>
     45 
     46   <!-- Toast that appears when a caller id report fails to send. Could be due to network error or
     47        authentication error. [CHAR LIMIT=NONE] -->
     48   <string name="report_caller_id_failed">Couldn\'t report number</string>
     49 
     50   <!-- Toast message which appears when a contact's caller id is reported as incorrect. [CHAR LIMIT=NONE] -->
     51   <string name="report_caller_id_toast">Number reported</string>
     52 
     53   <!-- Assisted dialing section header. [CHAR LIMIT=NONE] -->
     54   <string name="assisted_dialing_country_code_entry">Assisted dialing: Used country code +<xliff:g example="1" id="ad_country_code">%1$s</xliff:g></string>
     55 
     56   <!-- A fallback string for the assisted dialing header incase parsing failes.. [CHAR LIMIT=NONE] -->
     57   <string name="assisted_dialing_country_code_entry_failure">Assisted dialing was used</string>
     58 </resources>
     59