reactos/base/applications/network/net/resource.h
Eric Kohl 050db4facb [NET][MC] Move NET USER strings from net.exe to netmsg.dll.
Translators, please check the translations!
2019-04-06 15:42:10 +02:00

67 lines
2.5 KiB
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_STATISTICS_TEXT 320
#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 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_ENTER_PASSWORD1 490
#define IDS_USER_ENTER_PASSWORD2 491
#define IDS_USER_NO_PASSWORD_MATCH 492
#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