[NET][MC] Move NET USER strings from net.exe to netmsg.dll.
[reactos.git] / base / applications / network / net / resource.h
1 #pragma once
2
3 #define IDS_ACCOUNTS_FORCE_LOGOFF 200
4 #define IDS_ACCOUNTS_LOGOFF_SECONDS 201
5 #define IDS_ACCOUNTS_PRIMARY_SERVER 210
6 #define IDS_ACCOUNTS_BACKUP_SERVER 211
7 #define IDS_ACCOUNTS_STANDALONE_SERVER 212
8 #define IDS_ACCOUNTS_WORKSTATION 213
9
10 #define IDS_STATISTICS_TEXT 320
11 #define IDS_STATISTICS_SINCE 321
12 #define IDS_STATISTICS_SRV_NAME 322
13 #define IDS_STATISTICS_SRV_SESACCEPT 323
14 #define IDS_STATISTICS_SRV_SESSTIME 324
15 #define IDS_STATISTICS_SRV_SESSERROR 325
16 #define IDS_STATISTICS_SRV_KBSENT 326
17 #define IDS_STATISTICS_SRV_KBRCVD 327
18 #define IDS_STATISTICS_SRV_MRESPTIME 328
19 #define IDS_STATISTICS_SRV_SYSERRORS 329
20 #define IDS_STATISTICS_SRV_PMERRORS 330
21 #define IDS_STATISTICS_SRV_PWERRORS 331
22 #define IDS_STATISTICS_SRV_FILES 332
23 #define IDS_STATISTICS_SRV_DEVICES 333
24 #define IDS_STATISTICS_SRV_JOBS 334
25 #define IDS_STATISTICS_SRV_BUFFERS 335
26 #define IDS_STATISTICS_SRV_BIGBUFFERS 336
27 #define IDS_STATISTICS_SRV_REQBUFFERS 337
28 #define IDS_STATISTICS_WKS_NAME 338
29 #define IDS_STATISTICS_WKS_BYTESRCVD 339
30 #define IDS_STATISTICS_WKS_SMBSRCVD 340
31 #define IDS_STATISTICS_WKS_BYTESTRANS 341
32 #define IDS_STATISTICS_WKS_SMBSTRANS 342
33 #define IDS_STATISTICS_WKS_READOPS 343
34 #define IDS_STATISTICS_WKS_WRITEOPS 344
35 #define IDS_STATISTICS_WKS_READDENIED 345
36 #define IDS_STATISTICS_WKS_WRITEDENIED 346
37 #define IDS_STATISTICS_WKS_NETWORKERROR 347
38 #define IDS_STATISTICS_WKS_CONNECTS 348
39 #define IDS_STATISTICS_WKS_RECONNECTS 349
40 #define IDS_STATISTICS_WKS_DISCONNECTS 350
41 #define IDS_STATISTICS_WKS_SESSIONS 351
42 #define IDS_STATISTICS_WKS_HUNGSESSIONS 352
43 #define IDS_STATISTICS_WKS_FAILSESSIONS 353
44 #define IDS_STATISTICS_WKS_FAILEDOPS 354
45 #define IDS_STATISTICS_WKS_USECOUNT 355
46 #define IDS_STATISTICS_WKS_FAILUSECOUNT 356
47
48 #define IDS_USER_ENTER_PASSWORD1 490
49 #define IDS_USER_ENTER_PASSWORD2 491
50 #define IDS_USER_NO_PASSWORD_MATCH 492
51
52 #define IDS_USE_NOW_CONNECTED 500
53
54 #define IDS_GENERIC_YES 600
55 #define IDS_GENERIC_NO 601
56 #define IDS_GENERIC_NEVER 602
57 #define IDS_GENERIC_NONE 603
58 #define IDS_GENERIC_ALL 604
59 #define IDS_GENERIC_LOCKED 605
60 #define IDS_GENERIC_UNLIMITED 606
61 #define IDS_GENERIC_SYNTAX 607
62
63 #define IDS_ERROR_OPTION_NOT_SUPPORTED 700
64 #define IDS_ERROR_INVALID_OPTION_VALUE 701
65 #define IDS_ERROR_SYSTEM_ERROR 702
66 #define IDS_ERROR_NO_ERROR 703