1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 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 <!-- Button text for canceling an operation. [CHAR_LIMIT=15] --> 19 <string name="cancel">Cancel</string> 20 <!-- Title for the emergency action view. This is the view which will be launched when the user looks for help from their device. [CHAR LIMIT=25]--> 21 <string name="emergency_action_title">Emergency SOS</string> 22 <!-- Subtitle for the emergency action view. This is the view which will be launched when the user looks for help from their device. [CHAR LIMIT=NONE]--> 23 <string name="emergency_action_subtitle">Preparing a call to <xliff:g id="emergency_number" example="911">%1$s</xliff:g></string> 24 <!-- The abbreviation of time unit "second". [CHAR LIMIT=NONE]--> 25 <string name="count_down_unit">s</string> 26 <!-- Content description for the countdown timer to indicate the remaining time (in seconds) [CHAR_LIMIT=NONE] --> 27 <string name="countdown_text_content_description"> 28 {seconds_left, plural, 29 =1 {1 second} 30 other {# seconds} 31 } 32 </string> 33 <!-- Content description for slider button [CHAR_LIMIT=NONE]--> 34 <string name="slider_seek_bar_content_description">Slide with two fingers to activate</string> 35</resources> 36