1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources>
17    <!-- Notifications are shown after the user logs in to a captive portal network, to indicate
18         that the network should now have internet connectivity. This is the channel name of
19         the notification. [CHAR LIMIT=40] -->
20    <string name="notification_channel_name_connected">Captive portal authentication</string>
21    <!-- Notifications are shown after the user logs in to a captive portal network, to indicate
22         that the network should now have internet connectivity. This is the description of the
23         channel for these notifications. [CHAR LIMIT=300] -->
24    <string name="notification_channel_description_connected">Notifications shown when the device has successfully authenticated to a captive portal network</string>
25
26    <!-- Notifications are shown when a user connects to a network that advertises a venue
27         information page, so that the user can access that page. This is the channel name of
28         the notification. [CHAR LIMIT=40] -->
29    <string name="notification_channel_name_network_venue_info">Network venue information</string>
30    <!-- Notifications are shown when a user connects to a network that advertises a venue
31         information page, so that the user can access that page. [CHAR LIMIT=300] -->
32    <string name="notification_channel_description_network_venue_info">Notifications shown to indicate the network has a venue information page</string>
33
34    <!-- A notification is shown after the user logs in to a captive portal network, to indicate
35         that the network should now have internet connectivity. This is the description of the
36         notification, indicating that the device is connected to the network. [CHAR LIMIT=50] -->
37    <string name="connected">Connected</string>
38
39    <!-- Notifications are shown when a user connects to a network that advertises a venue
40         information page, so that the user can access that page. This is the description of
41         the notification. [CHAR LIMIT=50] -->
42    <string name="tap_for_info">Connected / Tap to view website</string>
43
44    <!-- The label of application. It's also a sender name of notification. [CHAR LIMIT=50]-->
45    <string name="application_label">Network manager</string>
46</resources>
47