[NET] Move COMPUTER, CONFIG and CONTINUE command syntax and help texts into a message table.

This commit is contained in:
Eric Kohl 2018-12-23 20:22:48 +01:00
parent d0b263f26f
commit 34e9290821
13 changed files with 565 additions and 377 deletions

View file

@ -183,12 +183,12 @@ cmdConfig(
if (bServer == TRUE)
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SERVER_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
}
else
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SYNTAX);
PrintNetMessage(MSG_CONFIG_SYNTAX);
}
return 0;
}
@ -199,20 +199,15 @@ cmdConfig(
if (bServer == TRUE)
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SERVER_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_1);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_2);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_3);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_4);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_5);
PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_HELP);
ConResPuts(StdOut, IDS_GENERIC_PAGE);
}
else
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_HELP_1);
ConResPuts(StdOut, IDS_CONFIG_HELP_2);
PrintNetMessage(MSG_CONFIG_SYNTAX);
PrintNetMessage(MSG_CONFIG_HELP);
}
return 0;
}
@ -271,7 +266,7 @@ cmdConfig(
else
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SERVER_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
result = 1;
goto done;
}

View file

@ -20,7 +20,7 @@ INT cmdContinue(INT argc, WCHAR **argv)
if (argc != 3)
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONTINUE_SYNTAX);
PrintNetMessage(MSG_CONTINUE_SYNTAX);
return 1;
}
@ -29,9 +29,8 @@ INT cmdContinue(INT argc, WCHAR **argv)
if (_wcsicmp(argv[i], L"/help") == 0)
{
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
ConResPuts(StdOut, IDS_CONTINUE_SYNTAX);
ConResPuts(StdOut, IDS_CONTINUE_HELP_1);
ConResPuts(StdOut, IDS_CONTINUE_HELP_2);
PrintNetMessage(MSG_CONTINUE_SYNTAX);
PrintNetMessage(MSG_CONTINUE_HELP);
ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 1;
}

View file

@ -30,9 +30,8 @@ INT cmdHelp(INT argc, WCHAR **argv)
if (_wcsicmp(argv[2], L"COMPUTER") == 0)
{
ConResPuts(StdOut, IDS_COMPUTER_SYNTAX);
ConResPuts(StdOut, IDS_COMPUTER_HELP_1);
ConResPuts(StdOut, IDS_COMPUTER_HELP_2);
PrintNetMessage(MSG_COMPUTER_SYNTAX);
PrintNetMessage(MSG_COMPUTER_HELP);
return 0;
}
@ -40,20 +39,15 @@ INT cmdHelp(INT argc, WCHAR **argv)
{
if ((argc > 3) && (_wcsicmp(argv[3], L"SERVER") == 0))
{
ConResPuts(StdOut, IDS_CONFIG_SERVER_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_1);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_2);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_3);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_4);
ConResPuts(StdOut, IDS_CONFIG_SERVER_HELP_5);
PrintNetMessage(MSG_CONFIG_SERVER_SYNTAX);
PrintNetMessage(MSG_CONFIG_SERVER_HELP);
ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
else
{
ConResPuts(StdOut, IDS_CONFIG_SYNTAX);
ConResPuts(StdOut, IDS_CONFIG_HELP_1);
ConResPuts(StdOut, IDS_CONFIG_HELP_2);
PrintNetMessage(MSG_CONFIG_SYNTAX);
PrintNetMessage(MSG_CONFIG_HELP);
ConResPuts(StdOut, IDS_GENERIC_PAGE);
return 0;
}
@ -61,9 +55,8 @@ INT cmdHelp(INT argc, WCHAR **argv)
if (_wcsicmp(argv[2], L"CONTINUE") == 0)
{
ConResPuts(StdOut, IDS_CONTINUE_SYNTAX);
ConResPuts(StdOut, IDS_CONTINUE_HELP_1);
ConResPuts(StdOut, IDS_CONTINUE_HELP_2);
PrintNetMessage(MSG_CONTINUE_SYNTAX);
PrintNetMessage(MSG_CONTINUE_HELP);
return 0;
}

View file

@ -2,47 +2,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Server service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE service\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -5,47 +5,6 @@ LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <nombre del servicio>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -1,47 +1,6 @@
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\nazwa_komputera {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER dodaje lub usuwa komputer z bazy danych domeny.\n\
To polecenie jest dostępne tylko na serwerowych systemach opoeracyjnych.\n\n"
IDS_COMPUTER_HELP_2 "\\nazwa_komputera Określa komputer dodawany lub usuwany\n\
z domeny.\n\
/ADD Dodaje określony komputer do domeny.\n\
/DEL Usuwa określony komputer z domeny.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG wyświetla informacje o konfiguracji usług Stacja robocza lub\n\
Serwer. Polecenie użyte bez przełącznika SERVER lub WORKSTATION wyświetla,\n\
listę usług dostępnych do konfiguracji. Aby uzyskać pomoc na temat\n\
konfigurowania usługi, wpisz polecenie NET HELP CONFIG usługa.\n\n"
IDS_CONFIG_HELP_2 "SERVER Wyświetla informacje o konfiguracji usługi Serwer\n\
WORKSTATION Wyświetla informacje o konfiguracji usługi Stacja robocza.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:czas] [/SRVCOMMENT:""tekst""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER wyświetla lub zmienia ustawienia usługi Serwer.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:czas Ustawia maksymalną liczbę minut, przez\n\
które sesja użytkownika może być nieaktywna, zanim\n\
nastąpi jej rozłączenie. Użyj wartości -1, aby\n\
zapobiec rozłączaniu. Zakres wynosi od -1 do 65535\n\
minut, domyślnie 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""tekst"" Dodaje komentarz dla serwera wyświetlany na\n\
ekranie komputera i przez polecenie NET VIEW.\n\
Tekst musi być ujęty w cudzysłów.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Określa, czy nazwa serwera pojawia się\n\
podczas wyświetlania listy serwerów. Należy pamiętać,\n\
że ukrycie serwera nie zmienia uprawnień na tym\n\
serwerze. Wartość domyślna: NO (nie ukrywaj).\n\n"
IDS_CONFIG_SERVER_HELP_5 "Aby wyświetlić bieżącą konfigurację usługi Serwer,\n\
wpisz NET CONFIG SERVER bez parametrów.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE usługa\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE wznawia działanie usługi, która została.\n\
wstrzymana poleceniem NET PAUSE.\n"
IDS_CONTINUE_HELP_2 "usługa Wstrzymana usługa\n\
Może to być jedna z następujących usług:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [identyfikator [/CLOSE]]\n\n"
IDS_FILE_HELP "FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [nazwa_grupy [/COMMENT:""tekst""]] [/DOMAIN]\n\

View file

@ -8,47 +8,6 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <nume serviciu>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -4,47 +4,6 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <имя_службы>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -4,47 +4,6 @@ LANGUAGE LANG_TURKISH, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <Hizmet Adı>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -4,47 +4,6 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <Service Name>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -4,47 +4,6 @@ LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
command is available only on server operating systems.\n\n"
IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
the domain.\n\
/ADD Adds the specified computer to the domain.\n\
/DEL Removes the specified computer from the domain.\n\n"
IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
Server service. When used without the WORKSTATION or SERVER switch,\n\
it displays a list of configurable services. To get help with\n\
configuring a service, type NET HELP CONFIG service.\n\n"
IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
Server service.\n\
WORKSTATION Displays information about the configuration of the\n\
Workstation service.\n\n"
IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
[/HIDDEN:{YES | NO}]\n\n"
IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
session can be inactive before it is disconected.\n\
You can specify -1 to never disconnect. The range\n\
is -1-65535 minutes; the default is 15.\n"
IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
screen and with the NET VIEW command.\n\
Enclose the text in quotation marks.\n"
IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
appears on displays listings of servers. Note that\n\
hiding a serverdoes not alter the permissions\n\
on that server. The default is NO.\n\n"
IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
type NET CONFIG SERVER without parameters.\n\n"
IDS_CONTINUE_SYNTAX "NET CONTINUE <服務名稱>\n\n"
IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
IDS_CONTINUE_HELP_2 "service Is the paused service\n\
For example, one of the following:\n\
NET LOGON\n\
NT LM SECURITY SUPPORT PROVIDER\n\
SCHEDULE\n\
SERVER\n\
WORKSTATION\n\n"
IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
IDS_FILE_HELP "NET FILE\n...\n\n"
IDS_GROUP_SYNTAX "NET GROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\

View file

@ -1,20 +1,5 @@
#pragma once
#define IDS_COMPUTER_SYNTAX 111
#define IDS_COMPUTER_HELP_1 112
#define IDS_COMPUTER_HELP_2 113
#define IDS_CONFIG_SYNTAX 114
#define IDS_CONFIG_HELP_1 115
#define IDS_CONFIG_HELP_2 116
#define IDS_CONFIG_SERVER_SYNTAX 117
#define IDS_CONFIG_SERVER_HELP_1 118
#define IDS_CONFIG_SERVER_HELP_2 119
#define IDS_CONFIG_SERVER_HELP_3 120
#define IDS_CONFIG_SERVER_HELP_4 121
#define IDS_CONFIG_SERVER_HELP_5 122
#define IDS_CONTINUE_SYNTAX 123
#define IDS_CONTINUE_HELP_1 124
#define IDS_CONTINUE_HELP_2 125
#define IDS_FILE_SYNTAX 126
#define IDS_FILE_HELP 127
#define IDS_GROUP_SYNTAX 128