1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3STRINGTABLE
4BEGIN
5    IDS_USAGE "\nConfigure a WLAN adapter.\n\n\
6WLANCONF [-c SSID [-w WEP] [-a]] [-d] [-s]\n\n\
7\t-c SSID\t\tConnects to a supplied SSID,\n\
8\t-w WEP\t\tSpecifies a WEP key to use.\n\
9\t-a\t\tSpecifies the target network is ad-hoc\n\
10\t-d\t\tDisconnects from the current AP.\n\
11\t-s\t\tScans and displays a list of access points\n\
12\t\t\tin range.\n\n\
13Passing no parameters will print information about the current WLAN connection\n"
14    IDS_NO_NETWORK "No networks found in range\n"
15    IDS_NO_WLAN_ADAPTER "Unable to find a WLAN adapter on the system\n"
16    IDS_SUCCESS "The operation completed successfully.\n"
17    IDS_WLAN_DISCONNECT "\nWLAN disconnected\n"
18    IDS_MSG_WEP_ENABLED "WEP enabled: %s\n"
19    IDS_MSG_NETWORK_MODE "Network mode: %s\n"
20    IDS_MSG_CURRENT_WIRELESS "\nCurrent wireless configuration information:\n\n"
21    IDS_MSG_ENCRYPTED "Encrypted: %s\n"
22    IDS_MSG_NETWORK_TYPE "Network Type: %s\n"
23    IDS_MSG_RSSI "RSSI: %i dBm\n"
24    IDS_MSG_SUPPORT_RATE "Supported Rates (Mbps): "
25    IDS_MSG_TRANSMISSION_POWER "Transmission power: %d mW\n"
26    IDS_MSG_ANTENNA_COUNT "Antenna count: %d\n"
27    IDS_MSG_TRANSMIT_ANTENNA "Transmit antenna: %d\n"
28    IDS_MSG_TRANSMIT_ANTENNA_ANY "Transmit antenna: Any\n"
29    IDS_MSG_RECEIVE_ANTENNA "Receive antenna: %d\n"
30    IDS_MSG_RECEIVE_ANTENNA_ANY "Receive antenna: Any\n"
31    IDS_MSG_FRAGMENT_THRESHOLD "Fragmentation threshold: %d bytes\n"
32    IDS_MSG_RTS_THRESHOLD "RTS threshold: %d bytes\n"
33    IDS_YES "Yes"
34    IDS_NO "No"
35    IDS_ADHOC "Adhoc"
36    IDS_INFRASTRUCTURE "Infrastructure"
37END
38