mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
24 lines
834 B
C
24 lines
834 B
C
#pragma once
|
|
|
|
#define IDS_ACCOUNTS_FORCE_LOGOFF 200
|
|
#define IDS_ACCOUNTS_LOGOFF_SECONDS 201
|
|
#define IDS_ACCOUNTS_PRIMARY_SERVER 210
|
|
#define IDS_ACCOUNTS_BACKUP_SERVER 211
|
|
#define IDS_ACCOUNTS_STANDALONE_SERVER 212
|
|
#define IDS_ACCOUNTS_WORKSTATION 213
|
|
|
|
#define IDS_USE_NOW_CONNECTED 500
|
|
|
|
#define IDS_GENERIC_YES 600
|
|
#define IDS_GENERIC_NO 601
|
|
#define IDS_GENERIC_NEVER 602
|
|
#define IDS_GENERIC_NONE 603
|
|
#define IDS_GENERIC_ALL 604
|
|
#define IDS_GENERIC_LOCKED 605
|
|
#define IDS_GENERIC_UNLIMITED 606
|
|
#define IDS_GENERIC_SYNTAX 607
|
|
|
|
#define IDS_ERROR_OPTION_NOT_SUPPORTED 700
|
|
#define IDS_ERROR_INVALID_OPTION_VALUE 701
|
|
#define IDS_ERROR_SYSTEM_ERROR 702
|
|
#define IDS_ERROR_NO_ERROR 703
|