1"CANCEL" = "Cancel";
2"CONNECT" = "Connect";
3
4/*
5 * NOTIFICATION_HEADER
6 *   The single argument to this format string is the localized name of
7 *   the network interface. 
8 */
9"NOTIFICATION_HEADER" = "The network for “%@” requires authentication. Select a configuration then click “Connect”.";
10
11/*
12 * DEFAULT_CONFIGURATION
13 *   The placeholder value in the pop-up that represents the default 802.1X
14 *   configuration.
15 */
16"DEFAULT_CONFIGURATION" = "Default Configuration";
17
18