38 lines
2.6 KiB
XML
38 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2022 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Strings for Wi-Fi calling activation activity -->
|
|
<!-- Default title showed on the top of a fullscreen view, indicating that the app is for managing the user's Wi-Fi calling activation. [CHAR LIMIT=40] -->
|
|
<string name="wifi_calling_activation_activity_label">Carrier Setup</string>
|
|
<!-- Text used in progress dialog which is showed when app is loading web content. [CHAR LIMIT=30] -->
|
|
<string name="progress_text">This will take a few moments</string>
|
|
<!-- Title of error message dialog shown when the user tries to turn on Wi-Fi calling without Wi-Fi connection [CHAR LIMIT=40] -->
|
|
<string name="connect_to_wifi_or_web_portal_title">Wi-Fi not connected</string>
|
|
<!-- Error message shown when the user tries to turn on Wi-Fi calling without Wi-Fi connection [CHAR LIMIT=NONE] -->
|
|
<string name="connect_to_wifi_or_web_portal_message">Turn on Wi-Fi and connect to a network to use Wi-Fi calling.<xliff:g id="newline">\n</xliff:g><xliff:g id="newline">\n</xliff:g>You can set up Wi-Fi calling or update your emergency address using the mobile network.</string>
|
|
<!-- Button to exit current app and go to turing on Wi-Fi [CHAR LIMIT=NONE] -->
|
|
<string name="button_turn_on_wifi">Turn on Wi-Fi</string>
|
|
<!-- Button to continue Wi-Fi calling setup [CHAR LIMIT=NONE] -->
|
|
<string name="button_setup_web_portal">Continue Setup</string>
|
|
|
|
<!-- Do not translate. The component used to load web content on webview [CHAR LIMIT=NONE] -->
|
|
<string name="webview_component" translatable="false">com.android.imsserviceentitlement/.WfcQnsActivationActivity</string>
|
|
<!-- Do not translate. The QNS package name [CHAR LIMIT=NONE] -->
|
|
<string name="qns_package" translatable="false">com.android.telephony.qns</string>
|
|
<!-- Do not translate. The package used to bind custom tabs service[CHAR LIMIT=NONE] -->
|
|
<string name="custom_tabs_service_package_name" translatable="false" >com.android.chrome"</string>
|
|
</resources>
|