mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[NET][MC] Replace strings for the ACCOUNTS, GROUP and LOCALGROUP commands by netmsg.dll messages.
This commit is contained in:
parent
5d4d48a850
commit
9f95e35ff3
15 changed files with 160 additions and 230 deletions
|
@ -2,14 +2,6 @@
|
|||
|
||||
#define IDS_ACCOUNTS_FORCE_LOGOFF 200
|
||||
#define IDS_ACCOUNTS_LOGOFF_SECONDS 201
|
||||
#define IDS_ACCOUNTS_MIN_PW_AGE 202
|
||||
#define IDS_ACCOUNTS_MAX_PW_AGE 203
|
||||
#define IDS_ACCOUNTS_MIN_PW_LENGTH 204
|
||||
#define IDS_ACCOUNTS_PW_HIST_LENGTH 205
|
||||
#define IDS_ACCOUNTS_LOCKOUT_THRESHOLD 206
|
||||
#define IDS_ACCOUNTS_LOCKOUT_DURATION 207
|
||||
#define IDS_ACCOUNTS_LOCKOUT_WINDOW 208
|
||||
#define IDS_ACCOUNTS_COMPUTER_ROLE 209
|
||||
#define IDS_ACCOUNTS_PRIMARY_SERVER 210
|
||||
#define IDS_ACCOUNTS_BACKUP_SERVER 211
|
||||
#define IDS_ACCOUNTS_STANDALONE_SERVER 212
|
||||
|
@ -32,16 +24,6 @@
|
|||
#define IDS_CONFIG_WORKSTATION_DOMAIN 244
|
||||
#define IDS_CONFIG_WORKSTATION_LOGON 245
|
||||
|
||||
#define IDS_GROUP_GROUPS 260
|
||||
#define IDS_GROUP_NAME 261
|
||||
#define IDS_GROUP_COMMENT 262
|
||||
#define IDS_GROUP_MEMBERS 263
|
||||
|
||||
#define IDS_LOCALGROUP_ALIASES 300
|
||||
#define IDS_LOCALGROUP_ALIAS_NAME 301
|
||||
#define IDS_LOCALGROUP_COMMENT 302
|
||||
#define IDS_LOCALGROUP_MEMBERS 303
|
||||
|
||||
#define IDS_STATISTICS_TEXT 320
|
||||
#define IDS_STATISTICS_SINCE 321
|
||||
#define IDS_STATISTICS_SRV_NAME 322
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue