1bd152049dfa41d146e672bb0f6feec754620cf3
[reactos.git] / base / applications / network / net / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_ACCOUNTS_FORCE_LOGOFF "Force logoff after"
6 IDS_ACCOUNTS_LOGOFF_SECONDS "%lu seconds"
7 IDS_ACCOUNTS_PRIMARY_SERVER "Primary server"
8 IDS_ACCOUNTS_BACKUP_SERVER "Backup server"
9 IDS_ACCOUNTS_STANDALONE_SERVER "Standalone server"
10 IDS_ACCOUNTS_WORKSTATION "Workstation"
11
12 IDS_STATISTICS_TEXT "Statistics are available for the following services:\n\n\
13 Server\n Workstation\n\n"
14 IDS_STATISTICS_SINCE "Statistics since %d/%d/%d %d:%02d %s\n\n\n"
15 IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
16 IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
17 IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
18 IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
19 IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
20 IDS_STATISTICS_WKS_READOPS "Read operations"
21 IDS_STATISTICS_WKS_WRITEOPS "Write operations"
22 IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
23 IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
24 IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
25 IDS_STATISTICS_WKS_CONNECTS "Connections made"
26 IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
27 IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
28 IDS_STATISTICS_WKS_SESSIONS "Sessions started"
29 IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
30 IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
31 IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
32 IDS_STATISTICS_WKS_USECOUNT "Use count"
33 IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
34
35 IDS_USER_ENTER_PASSWORD1 "Enter a new password for the user: "
36 IDS_USER_ENTER_PASSWORD2 "Enter the password again: "
37 IDS_USER_NO_PASSWORD_MATCH "The passwords do not match!"
38
39 IDS_USE_NOW_CONNECTED "%s is now connected to %s\n"
40
41 IDS_GENERIC_YES "Yes"
42 IDS_GENERIC_NO "No"
43 IDS_GENERIC_NEVER "Never"
44 IDS_GENERIC_NONE "None"
45 IDS_GENERIC_ALL "All"
46 IDS_GENERIC_LOCKED "Locked"
47 IDS_GENERIC_UNLIMITED "Unlimited"
48 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
49
50 IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
51 IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
52 IDS_ERROR_SYSTEM_ERROR "The system error %d happened.\n"
53 IDS_ERROR_NO_ERROR "The command completed successfully.\n\n"
54 END