mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
39
base/applications/cmdutils/whoami/resource.h
Normal file
39
base/applications/cmdutils/whoami/resource.h
Normal file
|
@ -0,0 +1,39 @@
|
|||
#pragma once
|
||||
|
||||
#define IDS_USER_HEADER 0
|
||||
#define IDS_GROU_HEADER 1
|
||||
#define IDS_PRIV_HEADER 2
|
||||
|
||||
#define IDS_COL_USER_NAME 3
|
||||
#define IDS_COL_GROUP_NAME 4
|
||||
#define IDS_COL_TYPE 5
|
||||
#define IDS_COL_SID 6
|
||||
#define IDS_COL_ATTRIB 7
|
||||
#define IDS_COL_PRIV_NAME 8
|
||||
#define IDS_COL_DESCRIPTION 9
|
||||
#define IDS_COL_STATE 10
|
||||
|
||||
#define IDS_TP_WELL_KNOWN_GROUP 11
|
||||
#define IDS_TP_ALIAS 12
|
||||
#define IDS_TP_LABEL 13
|
||||
|
||||
#define IDS_ATTR_GROUP_MANDATORY 14
|
||||
#define IDS_ATTR_GROUP_ENABLED_BY_DEFAULT 15
|
||||
#define IDS_ATTR_GROUP_ENABLED 16
|
||||
#define IDS_ATTR_GROUP_OWNER 17
|
||||
|
||||
#define IDS_UNKNOWN_DESCRIPTION 18
|
||||
|
||||
#define IDS_STATE_ENABLED 19
|
||||
#define IDS_STATE_DISABLED 20
|
||||
|
||||
#define IDS_ERROR_UPN 21
|
||||
#define IDS_ERROR_FQDN 22
|
||||
#define IDS_ERROR_VALUEXPECTED 23
|
||||
#define IDS_ERROR_VALUENOTALLOWED 24
|
||||
#define IDS_ERROR_1TIMES 25
|
||||
#define IDS_ERROR_INVALIDSYNTAX 26
|
||||
#define IDS_ERROR_INVALIDARG 27
|
||||
#define IDS_ERROR_NH_LIST 28
|
||||
|
||||
#define IDS_HELP 29
|
Loading…
Add table
Add a link
Reference in a new issue