5d03128159757ed2286fb90e730bd1a4dc0f4ba2
[reactos.git] / base / applications / network / net / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE
4 BEGIN
5 IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
6 IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
7 command is available only on server operating systems.\n\n"
8 IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
9 the domain.\n\
10 /ADD Adds the specified computer to the domain.\n\
11 /DEL Removes the specified computer from the domain.\n\n"
12 IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
13 IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
14 Server service. When used without the WORKSTATION or SERVER switch,\n\
15 it displays a list of configurable services. To get help with\n\
16 configuring a service, type NET HELP CONFIG service.\n\n"
17 IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
18 Server service.\n\
19 WORKSTATION Displays information about the configuration of the\n\
20 Workstation service.\n\n"
21 IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
22 [/HIDDEN:{YES | NO}]\n\n"
23 IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
24 IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
25 session can be inactive before it is disconected.\n\
26 You can specify -1 to never disconnect. The range\n\
27 is -1-65535 minutes; the default is 15.\n"
28 IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
29 screen and with the NET VIEW command.\n\
30 Enclose the text in quotation marks.\n"
31 IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
32 appears on displays listings of servers. Note that\n\
33 hiding a serverdoes not alter the permissions\n\
34 on that server. The default is NO.\n\n"
35 IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Server service,\n\
36 type NET CONFIG SERVER without parameters.\n\n"
37 IDS_CONTINUE_SYNTAX "NET CONTINUE service\n\n"
38 IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
39 IDS_CONTINUE_HELP_2 "service Is the paused service\n\
40 For example, one of the following:\n\
41 NET LOGON\n\
42 NT LM SECURITY SUPPORT PROVIDER\n\
43 SCHEDULE\n\
44 SERVER\n\
45 WORKSTATION\n\n"
46 IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
47 IDS_FILE_HELP "FILE\n...\n\n"
48 IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
49 groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
50 groupname username [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
51 IDS_GROUP_HELP_1 "NET GROUP adds, displays or modifies global groups on servers. When\n\
52 used without parameters, it displays the groupnames on the server.\n\n"
53 IDS_GROUP_HELP_2 "groupname Is the name of the group to add, expand, or delete.\n\
54 Supply only a groupname to view a list of users\n\
55 in a group.\n"
56 IDS_GROUP_HELP_3 "/COMMENT:""text"" Adds a comment for a new or existing group.\n\
57 Enclose the text inquotation marks.\n"
58 IDS_GROUP_HELP_4 "/DOMAIN Performs the operation on a domain controller\n\
59 of the current domain. Otherwise, the operation is \n\
60 performed on the local computer.\n"
61 IDS_GROUP_HELP_5 "username[ ...] List one or more usernames to add to or remove from\n\
62 a group. Separate multiple username entries with a space.\n"
63 IDS_GROUP_HELP_6 "/ADD Adds a group, or adds a username to a group.\n"
64 IDS_GROUP_HELP_7 "/DELETE Removes a group, or removes a username from a group.\n\n"
65 IDS_HELP_SYNTAX "NET HELP command\n - or -\nNET command /HELP\n\n"
66 IDS_HELP_HELP_1 " The following commands are available:\n\n\
67 NET ACCOUNTS NET HELP NET SHARE\n\
68 NET COMPUTER NET HELPMSG NET START\n\
69 NET CONFIG NET LOCALGROUP NET STATISTICS\n\
70 NET CONFIG SERVER NET NAME NET STOP\n\
71 NET CONFIG WORKSTATION NET PAUSE NET TIME\n\
72 NET CONTINUE NET PRINT NET USE\n\
73 NET FILE NET SEND NET USER\n\
74 NET GROUP NET SESSION NET VIEW\n\n"
75 IDS_HELP_HELP_2 " ...\n\n"
76 IDS_HELPMSG_SYNTAX "NET HELPMSG message#\n\n"
77 IDS_HELPMSG_HELP_1 "NET HELPMSG displays information about network messages (such as\n\
78 error, warning and alert messages). When you type NET HELPMSG and the numeric\n\
79 error (for example, ""net helpmsg 2182""), you will get information about the\n\
80 message and suggested actions you can take to solve the problem.\n\n"
81 IDS_HELPMSG_HELP_2 "message# Is the numerical error with which you need help.\n\n"
82 IDS_LOCALGROUP_SYNTAX "NET LOCALGROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
83 groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
84 groupname name [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
85 IDS_LOCALGROUP_HELP_1 "NET LOCALGROUP adds, displays or modifies local groups on computers. When\n\
86 used without parameters, it displays the local groups on the computer.\n\n"
87 IDS_LOCALGROUP_HELP_2 "groupname Is the name of the local group to add, expand, or\n\
88 delete. Supply only a groupname to view a list of\n\
89 users or global groups in a local group.\n"
90 IDS_LOCALGROUP_HELP_3 "/COMMENT:""text"" Adds a comment for a new or existing group.\n\
91 Enclose the text inquotation marks.\n"
92 IDS_LOCALGROUP_HELP_4 "/DOMAIN Performs the operation on a domain controller\n\
93 of the current domain. Otherwise, the operation is \n\
94 performed on the local computer.\n"
95 IDS_LOCALGROUP_HELP_5 "name[ ...] List one or more usernames or groupnams to add to or\n\
96 remove from a local group. Separate multiple entries with\n\
97 a space. Names may be users or global groups, but not\n\
98 other local groups. If a user is from another doamin,\n\
99 preface the username with the domain name (for\n\
100 example, SALES\\RALPHR).\n"
101 IDS_LOCALGROUP_HELP_6 "/ADD Adds a groupname or username to a local group. An account\n\
102 must be established for users or global groups added to a\n\
103 local group with this command.\n"
104 IDS_LOCALGROUP_HELP_7 "/DELETE Removes a groupname or username from a local group.\n\n"
105
106 IDS_NAME_SYNTAX "NET NAME ...\n\n"
107 IDS_NAME_HELP "NAME\n...\n\n"
108 IDS_PRINT_SYNTAX "NET PRINT ...\n\n"
109 IDS_PRINT_HELP "PRINT\n...\n\n"
110 IDS_PAUSE_SYNTAX "NET PAUSE service\n\n"
111 IDS_PAUSE_HELP_1 "NET PAUSE suspends a service. Pausing a service puts it on hold.\n\n"
112 IDS_PAUSE_HELP_2 "service The name of the service to be paused.\n\n"
113 IDS_SEND_SYNTAX "NET SEND ...\n\n"
114 IDS_SEND_HELP "SEND\n...\n\n"
115 IDS_SESSION_SYNTAX "NET SESSION ...\n\n"
116 IDS_SESSION_HELP "SESSION\n...\n\n"
117 IDS_SHARE_SYNTAX "NET SHARE ...\n\n"
118 IDS_SHARE_HELP "SHARE\n...\n\n"
119 IDS_START_SYNTAX "NET START [service]\n\n"
120 IDS_START_HELP_1 "NET START starts services or lists running services.\n\n"
121 IDS_START_HELP_2 "service The name of the service to be started.\n\n"
122 IDS_START_HELP_3 "When typed at the command prompt, service name of two words or more must\n\
123 be enclosed in quotation marks. For example, NET START ""NET LOGON""\n\
124 starts the net logon service.\n\n"
125 IDS_STATISTICS_SYNTAX "NET STATISTICS [SERVER | WORKSTATION]\n\n"
126 IDS_STATISTICS_HELP_1 "NET STATISTICS displays the statisticslog for the local Workstation or\n\
127 Server service. Used without parameters, NET STATISTICS displays\n\
128 the services for which statistics are available.\n\n"
129 IDS_STATISTICS_HELP_2 "SERVER Displays the Server service statistics.\n\
130 WORKSTATION Displays the Workstation service statistics.\n\n"
131
132 IDS_STOP_SYNTAX "NET STOP service\n\n"
133 IDS_STOP_HELP_1 "NET STOP stops services.\n\n"
134 IDS_STOP_HELP_2 "service The name of the service to be stopped.\n\n"
135 IDS_STOP_HELP_3 "Stopping a service cancels any network connection the service is\n\
136 using. Also, some services are dependent on others. Stopping one\n\
137 service can stop others. Some services cannot be stopped.\n\n"
138 IDS_TIME_SYNTAX "NET TIME ...\n\n"
139 IDS_TIME_HELP "TIME\n...\n\n"
140 IDS_USE_SYNTAX "NET USE ...\n\n"
141 IDS_USE_HELP "USE\n...\n\n"
142 IDS_USER_SYNTAX "NET USER [username [password | *] [options]] [/DOMAIN]\n\
143 username {password | *} /ADD [options] [/DOMAIN]\n\
144 username [/DELETE] [/DOMAIN]\n\n"
145 IDS_USER_HELP "USER\n...\n\n"
146 IDS_VIEW_SYNTAX "NET VIEW ...\n\n"
147 IDS_VIEW_HELP "VIEW\n...\n\n"
148
149 IDS_NET_SYNTAX "NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |\n\
150 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |\n\
151 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]\n"
152
153 IDS_ACCOUNTS_FORCE_LOGOFF "Force logoff after"
154 IDS_ACCOUNTS_LOGOFF_SECONDS "%lu seconds"
155 IDS_ACCOUNTS_MIN_PW_AGE "Minimum password age (in days)"
156 IDS_ACCOUNTS_MAX_PW_AGE "Maximum password age (in days)"
157 IDS_ACCOUNTS_MIN_PW_LENGTH "Minimum password length"
158 IDS_ACCOUNTS_PW_HIST_LENGTH "Password history length"
159 IDS_ACCOUNTS_LOCKOUT_THRESHOLD "Lockout threshold"
160 IDS_ACCOUNTS_LOCKOUT_DURATION "Lockout duration (in minutes)"
161 IDS_ACCOUNTS_LOCKOUT_WINDOW "Lockout observation window (in minutes)"
162 IDS_ACCOUNTS_COMPUTER_ROLE "Computer role"
163 IDS_ACCOUNTS_PRIMARY_SERVER "Primary server"
164 IDS_ACCOUNTS_BACKUP_SERVER "Backup server"
165 IDS_ACCOUNTS_STANDALONE_SERVER "Standalone server"
166 IDS_ACCOUNTS_WORKSTATION "Workstation"
167
168 IDS_CONFIG_TEXT "The following running services can be controlled:\n\n\
169 Server\n Workstation\n\n"
170 IDS_CONFIG_SERVER_NAME "Server Name"
171 IDS_CONFIG_SERVER_COMMENT "Server Comment"
172 IDS_CONFIG_SERVER_VERSION "Software version"
173 IDS_CONFIG_SERVER_ACTIVE "Server is active on"
174 IDS_CONFIG_SERVER_HIDDEN "Server hidden"
175 IDS_CONFIG_SERVER_USERS "Maximum Logged On Users"
176 IDS_CONFIG_SERVER_FILES "Maximum open files per session"
177 IDS_CONFIG_SERVER_IDLE "Idle session time (min)"
178 IDS_CONFIG_WORKSTATION_NAME "Computer name"
179 IDS_CONFIG_WORKSTATION_FULLNAME "Full Computer name"
180 IDS_CONFIG_WORKSTATION_USERNAME "User name"
181 IDS_CONFIG_WORKSTATION_ACTIVE "Workstation is active on"
182 IDS_CONFIG_WORKSTATION_VERSION "Software version"
183 IDS_CONFIG_WORKSTATION_DOMAIN "Workstation domain"
184 IDS_CONFIG_WORKSTATION_LOGON "Logon domain"
185
186 IDS_GROUP_GROUPS "Group Accounts for \\\\%s"
187 IDS_GROUP_NAME "Group name"
188 IDS_GROUP_COMMENT "Comment"
189 IDS_GROUP_MEMBERS "Members"
190
191 IDS_LOCALGROUP_ALIASES "Aliases for \\\\%s"
192 IDS_LOCALGROUP_ALIAS_NAME "Alias name"
193 IDS_LOCALGROUP_COMMENT "Comment"
194 IDS_LOCALGROUP_MEMBERS "Members"
195
196 IDS_STATISTICS_TEXT "Statistics are available for the following services:\n\n\
197 Server\n Workstation\n\n"
198 IDS_STATISTICS_SINCE "Statistics since %d/%d/%d %d:%02d %s\n\n\n"
199 IDS_STATISTICS_SRV_NAME "Server statistics for \\\\%s\n\n\n"
200 IDS_STATISTICS_SRV_SESACCEPT "Sessions accepted"
201 IDS_STATISTICS_SRV_SESSTIME "Sessions timed-out"
202 IDS_STATISTICS_SRV_SESSERROR "Sessions errored-out"
203 IDS_STATISTICS_SRV_KBSENT "Kilobytes sent"
204 IDS_STATISTICS_SRV_KBRCVD "Kilobytes received"
205 IDS_STATISTICS_SRV_MRESPTIME "Mean response time (msec)"
206 IDS_STATISTICS_SRV_SYSERRORS "System errors"
207 IDS_STATISTICS_SRV_PMERRORS "Permission violations"
208 IDS_STATISTICS_SRV_PWERRORS "Password violations"
209 IDS_STATISTICS_SRV_FILES "Files accessed"
210 IDS_STATISTICS_SRV_DEVICES "Communication devices accessed"
211 IDS_STATISTICS_SRV_JOBS "Print jobs spooled"
212 IDS_STATISTICS_SRV_BUFFERS "Times buffers exhausted\n\n"
213 IDS_STATISTICS_SRV_BIGBUFFERS " Big buffers"
214 IDS_STATISTICS_SRV_REQBUFFERS " Request buffers"
215 IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
216 IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
217 IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
218 IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
219 IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
220 IDS_STATISTICS_WKS_READOPS "Read operations"
221 IDS_STATISTICS_WKS_WRITEOPS "Write operations"
222 IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
223 IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
224 IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
225 IDS_STATISTICS_WKS_CONNECTS "Connections made"
226 IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
227 IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
228 IDS_STATISTICS_WKS_SESSIONS "Sessions started"
229 IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
230 IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
231 IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
232 IDS_STATISTICS_WKS_USECOUNT "Use count"
233 IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
234
235 IDS_USER_ACCOUNTS "User accounts for \\\\%s"
236 IDS_USER_NAME "User name"
237 IDS_USER_FULL_NAME "Full name"
238 IDS_USER_COMMENT "Comment"
239 IDS_USER_USER_COMMENT "User comment"
240 IDS_USER_COUNTRY_CODE "Country code"
241 IDS_USER_ACCOUNT_ACTIVE "Account active"
242 IDS_USER_ACCOUNT_EXPIRES "Account expires"
243 IDS_USER_PW_LAST_SET "Password last set"
244 IDS_USER_PW_EXPIRES "Password expires"
245 IDS_USER_PW_CHANGEABLE "Password changeable"
246 IDS_USER_PW_REQUIRED "Password required"
247 IDS_USER_CHANGE_PW "User may change password"
248 IDS_USER_WORKSTATIONS "Workstations allowed"
249 IDS_USER_LOGON_SCRIPT "Logon script"
250 IDS_USER_PROFILE "User profile"
251 IDS_USER_HOME_DIR "Home directory"
252 IDS_USER_LAST_LOGON "Last logon"
253 IDS_USER_LOGON_HOURS "Logon hours allowed"
254 IDS_USER_LOCAL_GROUPS "Local group memberships"
255 IDS_USER_GLOBAL_GROUPS "Global group memberships"
256
257 IDS_USER_ENTER_PASSWORD1 "Enter a new password for the user: "
258 IDS_USER_ENTER_PASSWORD2 "Enter the password again: "
259 IDS_USER_NO_PASSWORD_MATCH "The passwords do not match!"
260
261 IDS_USE_NOW_CONNECTED "%s is now connected to %s\n"
262
263 IDS_GENERIC_YES "Yes"
264 IDS_GENERIC_NO "No"
265 IDS_GENERIC_NEVER "Never"
266 IDS_GENERIC_NONE "None"
267 IDS_GENERIC_ALL "All"
268 IDS_GENERIC_LOCKED "Locked"
269 IDS_GENERIC_UNLIMITED "Unlimited"
270 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
271 IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
272
273 IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
274 IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
275 IDS_ERROR_SYSTEM_ERROR "The system error %d happened.\n"
276 IDS_ERROR_NO_ERROR "The command completed successfully.\n\n"
277 END