Home | History | Annotate | Download | only in values

Lines Matching full:network

78     <!-- Strings for connecting to a network from WiFi NFC tags -->
79 <!-- Dialog button text for confirming the user wants to connect to the network on the tag-->
81 <!-- Text informing the user that an error ocurred during the process of connecting to the network-->
82 <string name="status_unable_to_connect">Unable to connect to network</string>
83 <!-- Text informing the user that the network was connected to successfully -->
85 <!-- Title for dialog where user confirms that they want to connect to the network on the tag they tapped-->
86 <string name="title_connect_to_network">Connect to network</string>
87 <!-- Message prompt asking the user if they wish to connect to the given network. Contains the network name (ssid).-->
88 <string name="prompt_connect_to_network">Connect to network <xliff:g id="network_ssid">%1$s</xliff:g>?</string>