[NET] Implement the NET CONFIG WORKSTATION command
[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_SYNTAX "NET ACCOUNTS [/FORCELOGOFF:{Minutes|NO}] [/MINPWLEN:Length]\n\
6 [/MAXPWAGE:{Days|UNLIMITED}] [/MINPWAGE:Days]\n\
7 [/UNIQUEPW:Count] [/DOMAIN]\n\n"
8 IDS_ACCOUNTS_HELP_1 "NET ACCOUNTS updates the user accounts database and modifies password\n\
9 and logon requirements for all accounts.\n\
10 When used without parameters, NET ACCOUNTS displays the current settings for\n\
11 passwords, logon limitations, and domain information.\n\n"
12 IDS_ACCOUNTS_HELP_2 "Two conditions are required in order for options used with\n\
13 NET ACCOUNTS to take effect.\n\n"
14 IDS_ACCOUNTS_HELP_3 "- The password and logon requirements are only effective if user\n\
15 accounts havebeen set up (user User Manager or the NET USER command).\n\n"
16 IDS_ACCOUNTS_HELP_4 "- The Net Logon service must be running on all servers in the domain\n\
17 that verify logon. Net Logon is started autmatically when the\n\
18 operating system starts.\n\n"
19 IDS_ACCOUNTS_HELP_5 "/FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before\n\
20 being forced to log off when the\n\
21 account expires or valid logon hours expire.\n\
22 NO, the default, prevents forced logoff.\n"
23 IDS_ACCOUNTS_HELP_6 "/MINPWLEN:length Sets the minimum number of characters for\n\
24 a password. The range is 0-14 characters;\n\
25 the default is 6 characters.\n"
26 IDS_ACCOUNTS_HELP_7 "/MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a\n\
27 password is valid. No limit is specified\n\
28 by using UNLIMITED. /MAXPWAGE cannot be less\n\
29 than /MINPWAGE. The range is 1-999; the\n\
30 default is to leave the value unchanged.\n"
31 IDS_ACCOUNTS_HELP_8 "/MINPWAGE:days Sets the minimum number of days that must\n\
32 pass before a user can change a password.\n\
33 A value of 0 sets no minimum time. The range\n\
34 is 0-999; the default is 0 days. /MINPWAGE\n\
35 cannot be more than /MAXPWAGE.\n"
36 IDS_ACCOUNTS_HELP_9 "/UNIQUEPW:number Requires that a users passwords be unique\n\
37 through the specified number of password\n\
38 changes. The maximum value is 24.\n"
39 IDS_ACCOUNTS_HELP_10 "/DOMAIN Performs the operation on a domain\n\
40 controller of the current domain. Otherwise,\n\
41 the operation is performed on the local\n\
42 computer.\n\n"
43 IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
44 IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
45 command is available only on server operating systems.\n\n"
46 IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
47 the domain.\n\
48 /ADD Adds the specified computer to the domain.\n\
49 /DEL Removes the specified computer from the domain.\n\n"
50 IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
51 IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
52 Server service. When used without the WORKSTATION or SERVER switch,\n\
53 it displays a list of configurable services. To get help with\n\
54 configuring a service, type NET HELP CONFIG service.\n\n"
55 IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
56 Server service.\n\
57 WORKSTATION Displays information about the configuration of the\n\
58 Workstation service.\n\n"
59 IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
60 [/HIDDEN:{YES | NO}]\n\n"
61 IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
62 IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
63 session can be inactive before it is disconected.\n\
64 You can specify -1 to never disconnect. The range\n\
65 is -1-65535 minutes; the default is 15.\n"
66 IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
67 screen and with the NET VIEW command.\n\
68 Enclose the text in quotation marks.\n"
69 IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
70 appears on displays listings of servers. Note that\n\
71 hiding a serverdoes not alter the permissions\n\
72 on that server. The default is NO.\n\n"
73 IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
74 type NET CONFIG SERVER without parameters.\n\n"
75 IDS_CONTINUE_SYNTAX "NET CONTINUE service\n\n"
76 IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
77 IDS_CONTINUE_HELP_2 "service Is the paused service\n\
78 For example, one of the following:\n\
79 NET LOGON\n\
80 NT LM SECURITY SUPPORT PROVIDER\n\
81 SCHEDULE\n\
82 SERVER\n\
83 WORKSTATION\n\n"
84 IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
85 IDS_FILE_HELP "FILE\n...\n\n"
86 IDS_GROUP_SYNTAX "NET GROUP ...\n\n"
87 IDS_GROUP_HELP "GROUP\n...\n\n"
88 IDS_HELP_SYNTAX "NET HELP command\n - or -\nNET command /HELP\n\n"
89 IDS_HELP_HELP_1 " The following commands are available:\n\n\
90 NET ACCOUNTS NET HELP NET SHARE\n\
91 NET COMPUTER NET HELPMSG NET START\n\
92 NET CONFIG NET LOCALGROUP NET STATISTICS\n\
93 NET CONFIG SERVER NET NAME NET STOP\n\
94 NET CONFIG WORKSTATION NET PAUSE NET TIME\n\
95 NET CONTINUE NET PRINT NET USE\n\
96 NET FILE NET SEND NET USER\n\
97 NET GROUP NET SESSION NET VIEW\n\n"
98 IDS_HELP_HELP_2 " ...\n\n"
99 IDS_HELPMSG_SYNTAX "NET HELPMSG message#\n\n"
100 IDS_HELPMSG_HELP_1 "NET HELPMSG displays information about network messages (such as\n\
101 error, warning and alert messages). When you type NET HELPMSG and the numeric\n\
102 error (for example, ""net helpmsg 2182""), you will get information about the\n\
103 message and suggested actions you can take to solve the problem.\n\n"
104 IDS_HELPMSG_HELP_2 "message# Is the numerical error with which you need help.\n\n"
105 IDS_LOCALGROUP_SYNTAX "NET LOCALGROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
106 groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
107 groupname name [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
108 IDS_LOCALGROUP_HELP "LOCALGROUP\n...\n\n"
109 IDS_NAME_SYNTAX "NET NAME ...\n\n"
110 IDS_NAME_HELP "NAME\n...\n\n"
111 IDS_PRINT_SYNTAX "NET PRINT ...\n\n"
112 IDS_PRINT_HELP "PRINT\n...\n\n"
113 IDS_PAUSE_SYNTAX "NET PAUSE service\n\n"
114 IDS_PAUSE_HELP_1 "NET PAUSE suspends a service. Pausing a service puts it on hold.\n\n"
115 IDS_PAUSE_HELP_2 "service The name of the service to be paused.\n\n"
116 IDS_SEND_SYNTAX "NET SEND ...\n\n"
117 IDS_SEND_HELP "SEND\n...\n\n"
118 IDS_SESSION_SYNTAX "NET SESSION ...\n\n"
119 IDS_SESSION_HELP "SESSION\n...\n\n"
120 IDS_SHARE_SYNTAX "NET SHARE ...\n\n"
121 IDS_SHARE_HELP "SHARE\n...\n\n"
122 IDS_START_SYNTAX "NET START [service]\n\n"
123 IDS_START_HELP_1 "NET START starts services or lists running services.\n\n"
124 IDS_START_HELP_2 "service The name of the service to be started.\n\n"
125 IDS_START_HELP_3 "When typed at the command prompt, service name of two words or more must\n\
126 be enclosed in quotation marks. For example, NET START ""NET LOGON""\n\
127 starts the net logon service.\n\n"
128 IDS_STATISTICS_SYNTAX "NET STATISTICS ...\n\n"
129 IDS_STATISTICS_HELP "STATISTICS\n...\n\n"
130 IDS_STOP_SYNTAX "NET STOP service\n\n"
131 IDS_STOP_HELP_1 "NET STOP stops services.\n\n"
132 IDS_STOP_HELP_2 "service The name of the service to be stopped.\n\n"
133 IDS_STOP_HELP_3 "Stopping a service cancels any network connection the service is\n\
134 using. Also, some services are dependent on others. Stopping one\n\
135 service can stop others. Some services cannot be stopped.\n\n"
136 IDS_TIME_SYNTAX "NET TIME ...\n\n"
137 IDS_TIME_HELP "TIME\n...\n\n"
138 IDS_USE_SYNTAX "NET USE ...\n\n"
139 IDS_USE_HELP "USE\n...\n\n"
140 IDS_USER_SYNTAX "NET USER [username [password | *] [options]] [/DOMAIN]\n\
141 username {password | *} /ADD [options] [/DOMAIN]\n\
142 username [/DELETE] [/DOMAIN]\n\n"
143 IDS_USER_HELP "USER\n...\n\n"
144 IDS_VIEW_SYNTAX "NET VIEW ...\n\n"
145 IDS_VIEW_HELP "VIEW\n...\n\n"
146
147 IDS_NET_SYNTAX "NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |\n\
148 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |\n\
149 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]\n"
150
151 IDS_ACCOUNTS_FORCE_LOGOFF "Force logoff after"
152 IDS_ACCOUNTS_LOGOFF_SECONDS "%lu seconds"
153 IDS_ACCOUNTS_MIN_PW_AGE "Minimum password age (in days)"
154 IDS_ACCOUNTS_MAX_PW_AGE "Maximum password age (in days)"
155 IDS_ACCOUNTS_MIN_PW_LENGTH "Minimum password length"
156 IDS_ACCOUNTS_PW_HIST_LENGTH "Password history length"
157 IDS_ACCOUNTS_LOCKOUT_THRESHOLD "Lockout threshold"
158 IDS_ACCOUNTS_LOCKOUT_DURATION "Lockout duration (in minutes)"
159 IDS_ACCOUNTS_LOCKOUT_WINDOW "Lockout observation window (in minutes)"
160 IDS_ACCOUNTS_COMPUTER_ROLE "Computer role"
161 IDS_ACCOUNTS_PRIMARY_SERVER "Primary server"
162 IDS_ACCOUNTS_BACKUP_SERVER "Backup server"
163 IDS_ACCOUNTS_STANDALONE_SERVER "Standalone server"
164 IDS_ACCOUNTS_WORKSTATION "Workstation"
165
166 IDS_CONFIG_TEXT "The following running services can be controlled:\n\n\
167 Server\n Workstation\n\n"
168 IDS_CONFIG_SERVER_NAME "Server Name"
169 IDS_CONFIG_SERVER_COMMENT "Server Comment"
170 IDS_CONFIG_SERVER_VERSION "Software version"
171 IDS_CONFIG_SERVER_ACTIVE "Server is active on"
172 IDS_CONFIG_SERVER_HIDDEN "Server hidden"
173 IDS_CONFIG_SERVER_USERS "Maximum Logged On Users"
174 IDS_CONFIG_SERVER_FILES "Maximum open files per session"
175 IDS_CONFIG_SERVER_IDLE "Idle session time (min)"
176 IDS_CONFIG_WORKSTATION_NAME "Computer name"
177 IDS_CONFIG_WORKSTATION_FULLNAME "Full Computer name"
178 IDS_CONFIG_WORKSTATION_USERNAME "User name"
179 IDS_CONFIG_WORKSTATION_ACTIVE "Workstation is active on"
180 IDS_CONFIG_WORKSTATION_VERSION "Software version"
181 IDS_CONFIG_WORKSTATION_DOMAIN "Workstation domain"
182 IDS_CONFIG_WORKSTATION_LOGON "Logon domain"
183
184 IDS_LOCALGROUP_ALIASES "Aliases for \\\\%s"
185 IDS_LOCALGROUP_ALIAS_NAME "Alias name"
186 IDS_LOCALGROUP_COMMENT "Comment"
187 IDS_LOCALGROUP_MEMBERS "Members"
188
189 IDS_USER_ACCOUNTS "User accounts for \\\\%s"
190 IDS_USER_NAME "User name"
191 IDS_USER_FULL_NAME "Full name"
192 IDS_USER_COMMENT "Comment"
193 IDS_USER_USER_COMMENT "User comment"
194 IDS_USER_COUNTRY_CODE "Country code"
195 IDS_USER_ACCOUNT_ACTIVE "Account active"
196 IDS_USER_ACCOUNT_EXPIRES "Account expires"
197 IDS_USER_PW_LAST_SET "Password last set"
198 IDS_USER_PW_EXPIRES "Password expires"
199 IDS_USER_PW_CHANGEABLE "Password changeable"
200 IDS_USER_PW_REQUIRED "Password required"
201 IDS_USER_CHANGE_PW "User may change password"
202 IDS_USER_WORKSTATIONS "Workstations allowed"
203 IDS_USER_LOGON_SCRIPT "Logon script"
204 IDS_USER_PROFILE "User profile"
205 IDS_USER_HOME_DIR "Home directory"
206 IDS_USER_LAST_LOGON "Last logon"
207 IDS_USER_LOGON_HOURS "Logon hours allowed"
208 IDS_USER_LOCAL_GROUPS "Local group memberships"
209 IDS_USER_GLOBAL_GROUPS "Global group memberships"
210
211 IDS_USER_ENTER_PASSWORD1 "Enter a new password for the user: "
212 IDS_USER_ENTER_PASSWORD2 "Enter the password again: "
213 IDS_USER_NO_PASSWORD_MATCH "The passwords do not match!"
214
215 IDS_USE_NOW_CONNECTED "%s is now connected to %s\n"
216
217 IDS_GENERIC_YES "Yes"
218 IDS_GENERIC_NO "No"
219 IDS_GENERIC_NEVER "Never"
220 IDS_GENERIC_NONE "None"
221 IDS_GENERIC_ALL "All"
222 IDS_GENERIC_LOCKED "Locked"
223 IDS_GENERIC_UNLIMITED "Unlimited"
224 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
225 IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
226
227 IDS_ERROR_OPTION_NOT_SUPPORTED "The %s option is not supported yet.\n"
228 IDS_ERROR_INVALID_OPTION_VALUE "You entered an invalid value for the %s option.\n"
229 IDS_ERROR_SYSTEM_ERROR "The system error %d happened.\n"
230 IDS_ERROR_NO_ERROR "The command completed successfully.\n\n\n"
231 END