reactos/base/applications/network/net/lang/en-US.rc
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

71 lines
3.2 KiB
Plaintext

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_ACCOUNTS_FORCE_LOGOFF "Force logoff after"
IDS_ACCOUNTS_LOGOFF_SECONDS "%lu seconds"
IDS_ACCOUNTS_PRIMARY_SERVER "Primary server"
IDS_ACCOUNTS_BACKUP_SERVER "Backup server"
IDS_ACCOUNTS_STANDALONE_SERVER "Standalone server"
IDS_ACCOUNTS_WORKSTATION "Workstation"
IDS_STATISTICS_TEXT "Statistics are available for the following services:\n\n\
Server\n Workstation\n\n"
IDS_STATISTICS_SINCE "Statistics since %d/%d/%d %d:%02d %s\n\n\n"
IDS_STATISTICS_SRV_NAME "Server statistics for \\\\%s\n\n\n"
IDS_STATISTICS_SRV_SESACCEPT "Sessions accepted"
IDS_STATISTICS_SRV_SESSTIME "Sessions timed-out"
IDS_STATISTICS_SRV_SESSERROR "Sessions errored-out"
IDS_STATISTICS_SRV_KBSENT "Kilobytes sent"
IDS_STATISTICS_SRV_KBRCVD "Kilobytes received"
IDS_STATISTICS_SRV_MRESPTIME "Mean response time (msec)"
IDS_STATISTICS_SRV_SYSERRORS "System errors"
IDS_STATISTICS_SRV_PMERRORS "Permission violations"
IDS_STATISTICS_SRV_PWERRORS "Password violations"
IDS_STATISTICS_SRV_FILES "Files accessed"
IDS_STATISTICS_SRV_DEVICES "Communication devices accessed"
IDS_STATISTICS_SRV_JOBS "Print jobs spooled"
IDS_STATISTICS_SRV_BUFFERS "Times buffers exhausted\n\n"
IDS_STATISTICS_SRV_BIGBUFFERS " Big buffers"
IDS_STATISTICS_SRV_REQBUFFERS " Request buffers"
IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
IDS_STATISTICS_WKS_READOPS "Read operations"
IDS_STATISTICS_WKS_WRITEOPS "Write operations"
IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
IDS_STATISTICS_WKS_CONNECTS "Connections made"
IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
IDS_STATISTICS_WKS_SESSIONS "Sessions started"
IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
IDS_STATISTICS_WKS_USECOUNT "Use count"
IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
IDS_USER_ENTER_PASSWORD1 "Enter a new password for the user: "
IDS_USER_ENTER_PASSWORD2 "Enter the password again: "
IDS_USER_NO_PASSWORD_MATCH "The passwords do not match!"
IDS_USE_NOW_CONNECTED "%s is now connected to %s\n"
IDS_GENERIC_YES "Yes"
IDS_GENERIC_NO "No"
IDS_GENERIC_NEVER "Never"
IDS_GENERIC_NONE "None"
IDS_GENERIC_ALL "All"
IDS_GENERIC_LOCKED "Locked"
IDS_GENERIC_UNLIMITED "Unlimited"
IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
IDS_ERROR_SYSTEM_ERROR "The system error %d happened.\n"
IDS_ERROR_NO_ERROR "The command completed successfully.\n\n"
END