1
2//
3// This header/message will appear when a "new" network interface has
4// been detected.
5//   %@ will take an interface name; Ethernet, USB Ethernet, USB Modem, etc..
6//
7"HEADER_1"   = "A new network interface has been detected.";
8"MESSAGE_1" =  "The \"%@\" network interface has not been set up. To set up this interface, use Network Preferences.";
9
10//
11// This header/message appear when multiple "new" network interfaces have
12// been detected. A list of interfaces will be added between MESSAGE_SN
13// and MESSAGE_EN.
14//
15"HEADER_N"   = "New network interfaces have been detected.";
16"MESSAGE_SN" =  "The following network interfaces have not been set up.\r";
17"MESSAGE_EN" =  "\r\rTo set up these interfaces, use Network Preferences.";
18
19"OPEN_NP"    = "Network Preferences…";
20"CANCEL"     = "Cancel";
21