mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +00:00
[NET] Replace remaining hard-coded strings by string resources for the NET STATISTICS command.
This commit is contained in:
parent
14f0e62f9a
commit
ef0f6861fb
9 changed files with 209 additions and 32 deletions
|
@ -128,8 +128,25 @@
|
|||
#define IDS_STATISTICS_SRV_BUFFERS 335
|
||||
#define IDS_STATISTICS_SRV_BIGBUFFERS 336
|
||||
#define IDS_STATISTICS_SRV_REQBUFFERS 337
|
||||
|
||||
#define IDS_STATISTICS_WKS_NAME 342
|
||||
#define IDS_STATISTICS_WKS_NAME 338
|
||||
#define IDS_STATISTICS_WKS_BYTESRCVD 339
|
||||
#define IDS_STATISTICS_WKS_SMBSRCVD 340
|
||||
#define IDS_STATISTICS_WKS_BYTESTRANS 341
|
||||
#define IDS_STATISTICS_WKS_SMBSTRANS 342
|
||||
#define IDS_STATISTICS_WKS_READOPS 343
|
||||
#define IDS_STATISTICS_WKS_WRITEOPS 344
|
||||
#define IDS_STATISTICS_WKS_READDENIED 345
|
||||
#define IDS_STATISTICS_WKS_WRITEDENIED 346
|
||||
#define IDS_STATISTICS_WKS_NETWORKERROR 347
|
||||
#define IDS_STATISTICS_WKS_CONNECTS 348
|
||||
#define IDS_STATISTICS_WKS_RECONNECTS 349
|
||||
#define IDS_STATISTICS_WKS_DISCONNECTS 350
|
||||
#define IDS_STATISTICS_WKS_SESSIONS 351
|
||||
#define IDS_STATISTICS_WKS_HUNGSESSIONS 352
|
||||
#define IDS_STATISTICS_WKS_FAILSESSIONS 353
|
||||
#define IDS_STATISTICS_WKS_FAILEDOPS 354
|
||||
#define IDS_STATISTICS_WKS_USECOUNT 355
|
||||
#define IDS_STATISTICS_WKS_FAILUSECOUNT 356
|
||||
|
||||
#define IDS_USER_ACCOUNTS 449
|
||||
#define IDS_USER_NAME 450
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue