e1a58c884618c3e1f0687292338f0d06145c299a
[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_USE_NOW_CONNECTED 500
11
12 #define IDS_GENERIC_YES 600
13 #define IDS_GENERIC_NO 601
14 #define IDS_GENERIC_NEVER 602
15 #define IDS_GENERIC_NONE 603
16 #define IDS_GENERIC_ALL 604
17 #define IDS_GENERIC_LOCKED 605
18 #define IDS_GENERIC_UNLIMITED 606
19 #define IDS_GENERIC_SYNTAX 607
20
21 #define IDS_ERROR_OPTION_NOT_SUPPORTED 700
22 #define IDS_ERROR_INVALID_OPTION_VALUE 701
23 #define IDS_ERROR_SYSTEM_ERROR 702
24 #define IDS_ERROR_NO_ERROR 703