mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: information
This commit is contained in:
parent
090f6b5000
commit
95eaf1345f
@ -142,7 +142,7 @@ namespace BuildUtil
|
||||
"All [yes|no] [/NORMALIZESRC:yes|no] [/IGNOREERROR:yes|no] [/DEBUG:yes|no] [/SERIAL:yes|no]",
|
||||
"Builds all sources and releases all packages.",
|
||||
"[yes|no]:Specify 'yes' if you'd like to increment the build number.",
|
||||
"NORMALIZESRC:Specity 'yes' if you'd like to normalize the build infomations in the source codes and resource scripts.",
|
||||
"NORMALIZESRC:Specity 'yes' if you'd like to normalize the build informations in the source codes and resource scripts.",
|
||||
"IGNOREERROR:Specify yes if you'd like to ignore the child process to show the error message.",
|
||||
"SERIAL:Specify yes not to use parallel mode.",
|
||||
"DEBUG:Specity yes to enable debug mode. (UNIX only)"
|
||||
@ -945,7 +945,7 @@ namespace BuildUtil
|
||||
"BuildWin32 [yes|no] [/NORMALIZESRC:yes|no]",
|
||||
"Builds all executable files for win32 and HamCore for all OS.",
|
||||
"[yes|no]:Specify 'yes' if you'd like to increment the build number.",
|
||||
"NORMALIZESRC:Specity 'yes' if you'd like to normalize the build infomations in the source codes and resource scripts."
|
||||
"NORMALIZESRC:Specity 'yes' if you'd like to normalize the build informations in the source codes and resource scripts."
|
||||
)]
|
||||
static int BuildWin32(ConsoleService c, string cmdName, string str)
|
||||
{
|
||||
|
@ -6075,7 +6075,7 @@ UINT StGetLinkStatus(ADMIN *a, RPC_LINK_STATUS *t)
|
||||
return ERR_OBJECT_NOT_FOUND;
|
||||
}
|
||||
|
||||
// Get status infomation from session
|
||||
// Get status information from session
|
||||
Lock(k->lock);
|
||||
{
|
||||
sess = k->ClientSession;
|
||||
|
@ -144,7 +144,7 @@ BEGIN
|
||||
IDS_STRING11004 "Failed to download file %S.\r\nInstallation of VPN software aborted."
|
||||
IDS_STRING11005 "Invalid file %S. \r\nInstallation of VPN software aborted."
|
||||
IDS_STRING11006 "Failed to create temporary file %s."
|
||||
IDS_STRING11007 "Getting data and installing VPN software...\r\nPlease wait.\r\n\r\nAny of your private infomation is not sent to the Internet."
|
||||
IDS_STRING11007 "Getting data and installing VPN software...\r\nPlease wait.\r\n\r\nAny of your private information is not sent to the Internet."
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
|
Loading…
Reference in New Issue
Block a user