reactos/base/applications/network/wlanconf/resource.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

27 lines
964 B
C

#pragma once
#define IDS_USAGE 0
#define IDS_NO_NETWORK 1
#define IDS_NO_WLAN_ADAPTER 2
#define IDS_SUCCESS 3
#define IDS_WLAN_DISCONNECT 4
#define IDS_MSG_WEP_ENABLED 5
#define IDS_MSG_NETWORK_MODE 6
#define IDS_MSG_CURRENT_WIRELESS 7
#define IDS_MSG_ENCRYPTED 8
#define IDS_MSG_NETWORK_TYPE 9
#define IDS_MSG_RSSI 10
#define IDS_MSG_SUPPORT_RATE 11
#define IDS_MSG_TRANSMISSION_POWER 12
#define IDS_MSG_ANTENNA_COUNT 13
#define IDS_MSG_TRANSMIT_ANTENNA 14
#define IDS_MSG_TRANSMIT_ANTENNA_ANY 15
#define IDS_MSG_RECEIVE_ANTENNA 16
#define IDS_MSG_RECEIVE_ANTENNA_ANY 17
#define IDS_MSG_FRAGMENT_THRESHOLD 18
#define IDS_MSG_RTS_THRESHOLD 19
#define IDS_YES 20
#define IDS_NO 21
#define IDS_ADHOC 22
#define IDS_INFRASTRUCTURE 23