38 lines
2.3 KiB
C
38 lines
2.3 KiB
C
//+---------------------------------------------------------------------------
|
|
// Default names
|
|
#define IDS_DEFAULT_START 1800
|
|
#define IDS_DEFAULT_VPNName IDS_DEFAULT_START + 1
|
|
#define IDS_DEFAULT_VPNName_Type IDS_DEFAULT_START + 2
|
|
#define IDS_DEFAULT_PHONEName IDS_DEFAULT_START + 3
|
|
#define IDS_DEFAULT_PHONEName_Type IDS_DEFAULT_START + 4
|
|
#define IDS_DEFAULT_ISDNName IDS_DEFAULT_START + 5
|
|
#define IDS_DEFAULT_ISDNName_Type IDS_DEFAULT_START + 6
|
|
#define IDS_DEFAULT_PPPOEName IDS_DEFAULT_START + 7
|
|
#define IDS_DEFAULT_PPPOEName_Type IDS_DEFAULT_START + 8
|
|
#define IDS_DEFAULT_IncomingName IDS_DEFAULT_START + 9
|
|
#define IDS_DEFAULT_IncomingName_Type IDS_DEFAULT_START + 10
|
|
#define IDS_DEFAULT_LANName IDS_DEFAULT_START + 11
|
|
#define IDS_DEFAULT_LANName_Type IDS_DEFAULT_START + 12
|
|
#define IDS_DEFAULT_WirelessName IDS_DEFAULT_START + 13
|
|
#define IDS_DEFAULT_WirelessName_Type IDS_DEFAULT_START + 14
|
|
#define IDS_DEFAULT_BRIDGEName IDS_DEFAULT_START + 15
|
|
#define IDS_DEFAULT_BRIDGEName_Type IDS_DEFAULT_START + 16
|
|
#define IDS_DEFAULT_SAHLANName IDS_DEFAULT_START + 17
|
|
#define IDS_DEFAULT_SAHLANName_Type IDS_DEFAULT_START + 18
|
|
#define IDS_DEFAULT_SAHRASName IDS_DEFAULT_START + 19
|
|
#define IDS_DEFAULT_SAHRASName_Type IDS_DEFAULT_START + 20
|
|
#define IDS_DEFAULT_ATMName IDS_DEFAULT_START + 21
|
|
#define IDS_DEFAULT_ATMName_Type IDS_DEFAULT_START + 22
|
|
#define IDS_DEFAULT_ELANName IDS_DEFAULT_START + 23
|
|
#define IDS_DEFAULT_ELANName_Type IDS_DEFAULT_START + 24
|
|
#define IDS_DEFAULT_1394Name IDS_DEFAULT_START + 25
|
|
#define IDS_DEFAULT_1394Name_Type IDS_DEFAULT_START + 26
|
|
#define IDS_TO_THE_INTERNET IDS_DEFAULT_START + 27
|
|
#define IDS_ON_THE_HOMENET IDS_DEFAULT_START + 28
|
|
#define IDS_DEFAULT_DIRECTName IDS_DEFAULT_START + 29
|
|
#define IDS_DEFAULT_DIRECTName_Type IDS_DEFAULT_START + 30
|
|
|
|
#define IDS_RESERVED_INCOMING IDS_DEFAULT_IncomingName
|
|
#define IDS_RESERVED_NCW IDS_DEFAULT_START + 31
|
|
#define IDS_RESERVED_HNW IDS_DEFAULT_START + 32
|