this repo has no description
at fixPythonPipStalling 52 lines 3.5 kB view raw
1�� 2/* 3 * Network "set" (location) strings 4 */ 5"DEFAULT_SET_NAME" = "Automatic"; 6 7/* 8 * [System] Keychain descriptions for PPP 9 */ 10"KEYCHAIN_KIND_PPP_PASSWORD" = "PPP Password"; 11 12/* 13 * [System] Keychain descriptions for IPSec 14 */ 15"KEYCHAIN_KIND_IPSEC_SHARED_SECRET" = "IPSec Shared Secret"; 16"KEYCHAIN_KIND_IPSEC_XAUTH_PASSWORD" = "IPSec XAuth Password"; 17 18/* 19 * [System] Keychain descriptions for 802.1X 20 * Network Connection (Ethernet) 21 * Network Connection 22 * 802.1X Password 23 */ 24"KEYCHAIN_DESCRIPTION_EAPOL_INTERFACE" = "Network Connection (%@)"; 25"KEYCHAIN_DESCRIPTION_EAPOL" = "Network Connection"; 26"KEYCHAIN_KIND_EAPOL" = "802.1X Password"; 27 28/* 29 * [System] Keychain descriptions for VPN 30 */ 31"KEYCHAIN_KIND_VPN_PASSWORD" = "VPN Password"; 32 33/* 34 * This header/message will appear when a "new" network interface has 35 * been detected while the console is locked. The new interface will 36 * be added after LOCKED_SINGLE_INTERFACE_MESSAGE. 37 */ 38"LOCKED_SINGLE_INTERFACE_HEADER" = "A new network adapter was attached while the console was locked."; 39"LOCKED_SINGLE_INTERFACE_MESSAGE" = "If you did not attach the following network adapter, choose Ignore.\r"; 40"LOCKED_SINGLE_INTERFACE_ADD" = "Use this adapter"; 41 42/* 43 * This header/message appear when multiple "new" network interfaces have 44 * been detected while the console is locked. A list of interfaces will be 45 * added after LOCKED_MULTIPLE_INTERFACES_MESSAGE. 46 */ 47"LOCKED_MULTIPLE_INTERFACES_HEADER" = "New network adapters were attached while the console was locked."; 48"LOCKED_MULTIPLE_INTERFACES_MESSAGE" = "If you did not attach the following network adapters, choose Ignore.\r"; 49"LOCKED_MULTIPLE_INTERFACES_ADD" = "Use these adapters"; 50 51"LOCKED_INTERFACES_IGNORE" = "Ignore"; 52