[NET] Improve the NET STATISTICS command

- Add resource strings for the NET STATISTICS SERVER command.
- Convert and display the 'statistics since' time.
This commit is contained in:
Eric Kohl 2018-04-10 21:32:30 +02:00
parent 30eb3859f4
commit 2e60a17e8b
9 changed files with 235 additions and 35 deletions

View file

@ -111,8 +111,25 @@
#define IDS_LOCALGROUP_MEMBERS 303
#define IDS_STATISTICS_TEXT 320
#define IDS_STATISTICS_SERVER_NAME 321
#define IDS_STATISTICS_WORKSTATION_NAME 322
#define IDS_STATISTICS_SINCE 321
#define IDS_STATISTICS_SRV_NAME 322
#define IDS_STATISTICS_SRV_SESACCEPT 323
#define IDS_STATISTICS_SRV_SESSTIME 324
#define IDS_STATISTICS_SRV_SESSERROR 325
#define IDS_STATISTICS_SRV_KBSENT 326
#define IDS_STATISTICS_SRV_KBRCVD 327
#define IDS_STATISTICS_SRV_MRESPTIME 328
#define IDS_STATISTICS_SRV_SYSERRORS 329
#define IDS_STATISTICS_SRV_PMERRORS 330
#define IDS_STATISTICS_SRV_PWERRORS 331
#define IDS_STATISTICS_SRV_FILES 332
#define IDS_STATISTICS_SRV_DEVICES 333
#define IDS_STATISTICS_SRV_JOBS 334
#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_USER_ACCOUNTS 449
#define IDS_USER_NAME 450