[SNDVOL32] Add the small line dialog
[reactos.git] / base / applications / network / tracert / resource.h
1 #pragma once
2
3 #define IDS_USAGE 100
4 #define IDS_INVALID_OPTION 101
5 #define IDS_TRACE_INFO 102
6 #define IDS_TRACE_COMPLETE 103
7 #define IDS_UNABLE_RESOLVE 104
8 #define IDS_GEN_FAILURE 105
9 #define IDS_TRANSMIT_FAILED 106
10
11 #define IDS_HOP_COUNT 107
12 #define IDS_HOP_TIME 108
13 #define IDS_HOP_ZERO 109
14 #define IDS_TIMEOUT 110
15 #define IDS_HOP_RES_INFO 111
16 #define IDS_HOP_IP_INFO 112
17 #define IDS_REQ_TIMED_OUT 113
18 #define IDS_LINEBREAK 114
19 #define IDS_HOP_RESPONSE 115
20 #define IDS_DEST_HOST_UNREACHABLE 116
21 #define IDS_DEST_NET_UNREACHABLE 117