0692ff5da8d2fef1b523fa81381456d23f17a668
[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_SRV_NAME "Server statistics for \\\\%s\n\n\n"
16 IDS_STATISTICS_SRV_SESACCEPT "Sessions accepted"
17 IDS_STATISTICS_SRV_SESSTIME "Sessions timed-out"
18 IDS_STATISTICS_SRV_SESSERROR "Sessions errored-out"
19 IDS_STATISTICS_SRV_KBSENT "Kilobytes sent"
20 IDS_STATISTICS_SRV_KBRCVD "Kilobytes received"
21 IDS_STATISTICS_SRV_MRESPTIME "Mean response time (msec)"
22 IDS_STATISTICS_SRV_SYSERRORS "System errors"
23 IDS_STATISTICS_SRV_PMERRORS "Permission violations"
24 IDS_STATISTICS_SRV_PWERRORS "Password violations"
25 IDS_STATISTICS_SRV_FILES "Files accessed"
26 IDS_STATISTICS_SRV_DEVICES "Communication devices accessed"
27 IDS_STATISTICS_SRV_JOBS "Print jobs spooled"
28 IDS_STATISTICS_SRV_BUFFERS "Times buffers exhausted\n\n"
29 IDS_STATISTICS_SRV_BIGBUFFERS " Big buffers"
30 IDS_STATISTICS_SRV_REQBUFFERS " Request buffers"
31 IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
32 IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
33 IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
34 IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
35 IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
36 IDS_STATISTICS_WKS_READOPS "Read operations"
37 IDS_STATISTICS_WKS_WRITEOPS "Write operations"
38 IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
39 IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
40 IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
41 IDS_STATISTICS_WKS_CONNECTS "Connections made"
42 IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
43 IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
44 IDS_STATISTICS_WKS_SESSIONS "Sessions started"
45 IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
46 IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
47 IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
48 IDS_STATISTICS_WKS_USECOUNT "Use count"
49 IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
50
51 IDS_USER_ACCOUNTS "User accounts for \\\\%s"
52 IDS_USER_NAME "User name"
53 IDS_USER_FULL_NAME "Full name"
54 IDS_USER_COMMENT "Comment"
55 IDS_USER_USER_COMMENT "User comment"
56 IDS_USER_COUNTRY_CODE "Country code"
57 IDS_USER_ACCOUNT_ACTIVE "Account active"
58 IDS_USER_ACCOUNT_EXPIRES "Account expires"
59 IDS_USER_PW_LAST_SET "Password last set"
60 IDS_USER_PW_EXPIRES "Password expires"
61 IDS_USER_PW_CHANGEABLE "Password changeable"
62 IDS_USER_PW_REQUIRED "Password required"
63 IDS_USER_CHANGE_PW "User may change password"
64 IDS_USER_WORKSTATIONS "Workstations allowed"
65 IDS_USER_LOGON_SCRIPT "Logon script"
66 IDS_USER_PROFILE "User profile"
67 IDS_USER_HOME_DIR "Home directory"
68 IDS_USER_LAST_LOGON "Last logon"
69 IDS_USER_LOGON_HOURS "Logon hours allowed"
70 IDS_USER_LOCAL_GROUPS "Local group memberships"
71 IDS_USER_GLOBAL_GROUPS "Global group memberships"
72
73 IDS_USER_ENTER_PASSWORD1 "Enter a new password for the user: "
74 IDS_USER_ENTER_PASSWORD2 "Enter the password again: "
75 IDS_USER_NO_PASSWORD_MATCH "The passwords do not match!"
76
77 IDS_USE_NOW_CONNECTED "%s is now connected to %s\n"
78
79 IDS_GENERIC_YES "Yes"
80 IDS_GENERIC_NO "No"
81 IDS_GENERIC_NEVER "Never"
82 IDS_GENERIC_NONE "None"
83 IDS_GENERIC_ALL "All"
84 IDS_GENERIC_LOCKED "Locked"
85 IDS_GENERIC_UNLIMITED "Unlimited"
86 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
87
88 IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
89 IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
90 IDS_ERROR_SYSTEM_ERROR "The system error %d happened.\n"
91 IDS_ERROR_NO_ERROR "The command completed successfully.\n\n"
92 END