1// localized port names
2
3"ether"                   = "Ethernet";
4"multiether"              = "Ethernet %@";
5"pci-ether"               = "PCI Ethernet Slot %@";
6"pci-multiether"          = "PCI Ethernet Slot %@, Port %@";
7"thunderbolt-ether"       = "Thunderbolt Ethernet Slot %@";
8"thunderbolt-multiether"  = "Thunderbolt Ethernet Slot %@, Port %@";
9"usb-ether"               = "USB Ethernet (%@)";
10"generic-ether"           = "Ethernet Adaptor (%@)";
11
12"airport"                 = "Wi-Fi";
13"generic-wireless"        = "Wireless Network Adaptor (%@)";
14
15"firewire"                = "FireWire";
16"pci-firewire"            = "PCI FireWire Slot %@";
17"pci-multifirewire"       = "PCI FireWire Slot %@, Port %@";
18"thunderbolt-firewire"    = "Thunderbolt FireWire Slot %@";
19"thunderbolt-multifirewire" = "Thunderbolt FireWire Slot %@, Port %@";
20"generic-firewire"        = "FireWire Adaptor (%@)";
21
22"thunderbolt"             = "Thunderbolt";
23"multithunderbolt"        = "Thunderbolt %@";
24"thunderbolt-bridge"      = "Thunderbolt Bridge";
25
26"bluetooth"               = "Bluetooth DUN";
27"bluetooth-modem"         = "USB Bluetooth Modem Adaptor";
28"bluetooth-modem-port"    = "Bluetooth Modem Port";
29"generic-bluetooth-modem" = "Bluetooth Modem (%@)";
30
31"bluetooth-pan-gn"        = "Bluetooth PAN";
32"bluetooth-pan-nap"       = "Bluetooth PAN-NAP";
33"bluetooth-pan-u"         = "Bluetooth P2P";
34
35"irda"                    = "IrDA";
36"irda-ircomm"             = "USB IrDA Modem Adaptor";
37"irda-ircomm-port"        = "IrDA Modem Port";
38
39"loopback"                = "Loopback";
40
41"modem"                   = "Internal Modem";
42
43"modem-port"              = "Modem Port";
44"modem-printer-port"      = "Modem/Printer Port";
45
46"printer-port"            = "Printer Port";
47"serial-port"             = "Serial Port";
48
49"usbmodem"                = "USB Modem"; 
50"generic-usbmodem"        = "USB Modem (%@)"; 
51
52"wwan"                    = "WWAN"; 
53
54"bond"                    = "Ethernet Bond (%@)";
55
56"bridge"                  = "Bridge (%@)";
57
58"cellular"                = "Cellular (%@)";
59
60"vlan"                    = "VLAN (%@)";
61
62"ipv4"                    = "IPv4";
63
64"l2tp"                    = "L2TP";
65
66"pptp"                    = "PPTP";
67
68"6to4"                    = "6to4";
69
70"ipsec"                   = "IPSec";
71
72"vpn"                     = "VPN (%@)";
73
74// port names (from drivers) that would be good to localize
75
76"AppleTV"                 = "Apple TV USB";
77
78"Display Ethernet"        = "Display Ethernet";
79"Display FireWire"        = "Display FireWire";
80
81"External Modem"          = "External Modem";
82
83"iPad"                    = "iPad USB";
84
85"iPhone"                  = "iPhone USB";
86
87"iPod"                    = "iPod USB";
88
89"Thunderbolt Ethernet"    = "Thunderbolt Ethernet";
90"Thunderbolt FireWire"    = "Thunderbolt FireWire";
91
92"USB Ethernet"            = "USB Ethernet";
93"USB Gigabit Ethernet"    = "USB Gigabit Ethernet";
94
95// older ("Built-in", HI changed) localizations
96
97"X-airport"               = "AirPort";
98"X-ether"                 = "Built-in Ethernet";
99"X-multiether"            = "Built-in Ethernet %@";
100"X-firewire"              = "Built-in FireWire";
101"X-bluetooth"             = "Bluetooth";
102"X-iPad"                  = "iPad";
103"X-iPhone"                = "iPhone";
104