1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <string name="app_name">Carrier Communications</string> 4 <string name="android_system_label">Mobile Carrier</string> 5 <string name="portal_notification_id">Mobile data has run out</string> 6 <string name="no_data_notification_id">Your mobile data has been deactivated</string> 7 <string name="portal_notification_detail">Tap to visit the %s website</string> 8 <string name="no_data_notification_detail">Please contact your service provider %s</string> 9 <string name="no_mobile_data_connection_title">No mobile data connection</string> 10 <string name="no_mobile_data_connection">Add data or roaming plan through %s</string> 11 <string name="mobile_data_status_notification_channel_name">Mobile data status</string> 12 <string name="action_bar_label">Sign in to mobile network</string> 13 <string name="ssl_error_warning">The network you’re trying to join has security issues.</string> 14 <string name="ssl_error_example">For example, the login page may not belong to the organization shown.</string> 15 <string name="ssl_error_continue">Continue anyway via browser</string> 16 17 <!-- Telephony notification channel name for performance boost notifications. --> 18 <string name="performance_boost_notification_channel">Performance boost</string> 19 <!-- Notification title text for the performance boost notification. --> 20 <string name="performance_boost_notification_title">5G options from your carrier</string> 21 <!-- Notification detail text for the performance boost notification. --> 22 <string name="performance_boost_notification_detail">Visit %s\'s website to see options for your app experience</string> 23 <!-- Notification button text to cancel the performance boost notification. --> 24 <string name="performance_boost_notification_button_not_now">Not now</string> 25 <!-- Notification button text to manage the performance boost notification. --> 26 <string name="performance_boost_notification_button_manage">Manage</string> 27 28 <!-- Label to display when the slice purchase application opens. --> 29 <string name="slice_purchase_app_label">Purchase a performance boost.</string> 30</resources> 31