1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2021 Google Inc. 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 18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <!-- The name of the package [CHAR LIMIT=NONE] --> 20 <string name="app_label" translatable="false">VoWiFi Activation</string> 21 22 <!-- Error message showed when the app failed to activate WiFi calling and is to exit; 23 the user may want to retry. [CHAR LIMIT=NONE] --> 24 <string name="wfc_activation_error">Unable to activate Wi-Fi calling. Please try again later.</string> 25 <!-- Error message showed when the app failed to update e911 address and is to exit; 26 the user may want to retry. [CHAR LIMIT=NONE] --> 27 <string name="address_update_error">Unable to update the current emergency address at this time. Please try again later.</string> 28 <!-- Error message showed when the terms 29 and conditions page failed to load. [CHAR LIMIT=NONE] --> 30 <string name="show_terms_and_condition_error">Can\'t show carrier Terms and Conditions. Try again later.</string> 31 32 <!-- Default title showed on the top of a fullscreen view, indicating that the app is for 33 managing the user's e911 address. [CHAR LIMIT=40] --> 34 <string name="emergency_address_app_label">Carrier Setup</string> 35 <!-- Text used in progress dialog which is showed 36 when app is loading web content. [CHAR LIMIT=30] --> 37 <string name="progress_text">This will take a few moments</string> 38 39 <!-- Error message showed when nothing can be done on device to enable Wi-Fi calling; 40 the user has to contact the wireless carrier to enable. [CHAR LIMIT=NONE] --> 41 <string name="failure_contact_carrier">Please contact your carrier to enable Wi-Fi calling.</string> 42 43 <!-- Strings for Carrier TOS Fragment --> 44 <!-- Title of 'Activate Wi-Fi Calling' screen. Generic for carriers --> 45 <string name="activate_title">Activate Wi-Fi Calling</string> 46 <!-- Label of a button which the user clicks to cancel current operation 47 and exit the app. [CHAR LIMIT=10]--> 48 <string name="cancel">Cancel</string> 49 <!-- Title of 'Terms and Conditions' screen. Generic for carriers --> 50 <string name="tos_title">Terms and Conditions</string> 51 <!-- Button to continue to the next Wi-Fi calling activation step [CHAR LIMIT=20] --> 52 <string name="tos_continue">Continue</string> 53 54 <!-- Strings for Emergency Address Fragment --> 55 <!-- Title showed on the top of a fullscreen view 56 which is for the user to enter e911 location for Wi-Fi calling. [CHAR LIMIT=50] --> 57 <string name="e911_title">Emergency Location Information</string> 58 59 <!-- Label of a button in error message dialog; 60 clicking it dismisses error dialog. [CHAR LIMIT=10] --> 61 <string name="ok">OK</string> 62</resources>