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 <!-- Toast when the user tried to place a call but has revoked phone permission [CHAR_LIMIT=none] --> 19 <string name="pre_call_permission_check_no_phone_permission">Cannot make call without phone permission</string> 20 21 <!-- Title of the dialog to select which SIM to call with before making a call, if the device has 22 multiple SIMs [CHAR LIMIT=40]--> 23 <string name="pre_call_select_phone_account">Choose SIM for this call</string> 24 25 <!-- Checkbox label when selecting a SIM when calling a contact, to use the selected SIM for the 26 same contact and never ask again [CHAR LIMIT=40]--> 27 <string name="pre_call_select_phone_account_remember">Remember this choice</string> 28 29 <!-- Hint to show under a SIM entry when selecting SIM for call on a multi-SIM device, when the 30 call cannot be placed with the SIM because there is already a call on the other SIM, 31 [CHAR LIMIT=NONE]--> 32 <string name="pre_call_select_phone_account_hint_other_sim_in_use">Not available while using <xliff:g example="SIM 1" id="other_sim">%1$s</xliff:g></string> 33</resources>