mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-04-03 18:00:08 +03:00
Update strtable_ru.stb
This commit is contained in:
parent
985ca8b94c
commit
2c95b26a7b
896
strtable_ru.stb
896
strtable_ru.stb
@ -11,7 +11,7 @@
|
|||||||
# (Excludes dialog box resource strings) #
|
# (Excludes dialog box resource strings) #
|
||||||
# #
|
# #
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Virtual Hub - виртуальный узел или виртуальный хаб
|
||||||
|
|
||||||
|
|
||||||
# Environment parameters
|
# Environment parameters
|
||||||
@ -6425,896 +6425,4 @@ CMD_VersionGet_5 OS Type
|
|||||||
|
|
||||||
# PasswordSet command
|
# PasswordSet command
|
||||||
CMD_PasswordSet Set the password to connect to the VPN Client service.
|
CMD_PasswordSet Set the password to connect to the VPN Client service.
|
||||||
CMD_PasswordSet_Help You can make it mandatory to input a password for occasions when the Command Line Management Utility and the VPN Client Manager connect to a VPN Client service to control it. You can use this command to set the password that must be input. \nYou can also make it mandatory for this password to be input when doing remote operations (from a computer that is not localhost)
|
CMD_PasswordSet_H
|
||||||
CMD_PasswordSet_Args PasswordSet [password] [/REMOTEONLY:yes|no]
|
|
||||||
CMD_PasswordSet_[password] Specify the password you wish to set. You can delete the password setting by specifying "none".
|
|
||||||
CMD_PasswordSet_REMOTEONLY Specify "yes" to only require the password to be input when operation is done remotely (from a computer that is not localhost). This stops the password being required when the connection is from localhost. When this parameter is omitted, it will be regarded as "no".
|
|
||||||
|
|
||||||
|
|
||||||
# PasswordGet command
|
|
||||||
CMD_PasswordGet Get Password Setting to Connect to VPN Client Service
|
|
||||||
CMD_PasswordGet_Help Use this to get the setting that determines whether to input a password for occasions when the Command Line Management Utility and the VPN Client Manager connect to a VPN Client service to control it. \nIn the case when a password is requested, it also gets the setting that determines whether this password is only requested when operation is performed remotely (from a computer that is not localhost).
|
|
||||||
CMD_PasswordGet_Args PasswordGet
|
|
||||||
CMD_PasswordGet_1 Set Password
|
|
||||||
CMD_PasswordGet_2 Request Password for Remote Operation Only
|
|
||||||
|
|
||||||
|
|
||||||
# CertList command
|
|
||||||
CMD_CertList Get List of Trusted CA Certificates
|
|
||||||
CMD_CertList_Help Here you can manage the list of certificate authority certificates that are trusted by VPN client. You can use the registered CA certificate list to verify server certificates when connecting to VPN Servers.
|
|
||||||
CMD_CertList_Args CertList
|
|
||||||
|
|
||||||
|
|
||||||
# CertAdd command
|
|
||||||
CMD_CertAdd Add Trusted CA Certificate
|
|
||||||
CMD_CertAdd_Help Use this to add a new certificate to a list of CA certificates trusted by the VPN Client. You can use the registered CA certificate list to verify server certificates when connecting to VPN Servers. \nTo get a list of the current certificates you can use the CertList command. \nThe certificate you add must be saved in the X.509 file format.
|
|
||||||
CMD_CertAdd_Args CertAdd [path]
|
|
||||||
CMD_CertAdd_[path] Specify the file name of the X.509 certificate to register.
|
|
||||||
|
|
||||||
|
|
||||||
# CertDelete command
|
|
||||||
CMD_CertDelete Delete Trusted CA Certificate
|
|
||||||
CMD_CertDelete_Help Use this to delete an existing certificate from a list of CA certificates trusted by the VPN Client. \nTo get a list of the current certificates you can use the CertList command.
|
|
||||||
CMD_CertDelete_Args CertDelete [id]
|
|
||||||
CMD_CertDelete_[id] Specify the ID of the certificate to delete.
|
|
||||||
|
|
||||||
|
|
||||||
# CertGet command
|
|
||||||
CMD_CertGet Get Trusted CA Certificate
|
|
||||||
CMD_CertGet_Help Use this to get an existing certificate from the list of CA certificates trusted by the VPN Client and save it as a file in X.509 format.
|
|
||||||
CMD_CertGet_Args CertGet [id] [/SAVECERT:path]
|
|
||||||
CMD_CertGet_[id] Specify the ID of the certificate to get.
|
|
||||||
CMD_CertGet_SAVECERT Specify the file name to save the certificate you obtained.
|
|
||||||
|
|
||||||
|
|
||||||
# SecureList command
|
|
||||||
CMD_SecureList Get List of Usable Smart Card Types
|
|
||||||
CMD_SecureList_Help Use this to display a list of smart cards that are supported by VPN Client. \nThe types of smart cards listed in this list have had their drivers installed on the current computer and are supported by VPN software. \r\nIf there is a type of smart card that is currently being used that does not appear in the list, it may be possible to enable use by updating the VPN software to a newer version.
|
|
||||||
CMD_SecureList_Args SecureList
|
|
||||||
|
|
||||||
|
|
||||||
# SecureSelect command
|
|
||||||
CMD_SecureSelect Select the Smart Card Type to Use
|
|
||||||
CMD_SecureSelect_Help Use this to select the type of the smart card to be used by the VPN Client. \nTo get the list of usable smart card types, use the SecureList command.
|
|
||||||
CMD_SecureSelect_Args SecureSelect [id]
|
|
||||||
CMD_SecureSelect_[id] Specify the ID of the smart card type.
|
|
||||||
CMD_SecureSelect_PROMPT_ID ID of Smart Card Type to Use
|
|
||||||
|
|
||||||
|
|
||||||
# SecureGet command
|
|
||||||
CMD_SecureGet Get ID of Smart Card Type to Use
|
|
||||||
CMD_SecureGet_Help Use this to get the ID of the smart card type that is set to be used for the current VPN Client. By viewing the results of the SecureList command based on this ID, you can get the type of the currently selected smart card. \nIf there is no smart card that is currently selected, 0 will be displayed for the ID.
|
|
||||||
CMD_SecureGet_Args SecureGet
|
|
||||||
CMD_SecureGet_Print The currently selected smart card ID is %u.
|
|
||||||
CMD_SecureGet_NoPrint Currently, a smart card is not selected.
|
|
||||||
|
|
||||||
|
|
||||||
# NicCreate command
|
|
||||||
CMD_NicCreate Создать новый виртуальный сетевой адаптер
|
|
||||||
CMD_NicCreate_Help Используется для создания нового виртуального сетевого адаптера в систему. Вы можете дать виртуальному сетевому адаптеру название по вашему выбору.\nВ названии виртуального сетевого адаптера вы можете использовать буквы, цифры и знаки препинания. Для Windows 2000 или более новых систем это название может содержать до 31 символа, а для Windows 98, 98SE и ME - до 4 символов.\nПри вызове команды NicCreate в операционной системе, на которой работает VPN клиент, будет установлен новый виртуальный сетевой адаптер. \nВ зависимости от операционной системы, может появиться диалоговое окно для подтверждения правильности установки драйвера устройства.
|
|
||||||
CMD_NicCreate_Args NicCreate [name]
|
|
||||||
CMD_NicCreate_[name] Укажите название виртуального сетевого адаптера.
|
|
||||||
CMD_NicCreate_PROMPT_NAME Название виртуального сетевого адаптера:
|
|
||||||
|
|
||||||
|
|
||||||
# NicDelete command
|
|
||||||
CMD_NicDelete Удалить виртуальный сетевой адаптер
|
|
||||||
CMD_NicDelete_Help Используется для удаления существующего виртуального сетевого адаптера из системы. \nПри удалении виртуального сетевого адаптера из системы все подключения, использующие этот виртуальный сетевой адаптер, будут отключены. \nКроме того, в настройках подключений, у которых установлено использование удаленного виртуального сетевого адаптера, параметры будут автоматически изменены на использование другого виртуального сетевого адаптера. \nЭта команда может использоваться, когда VPN клиент работает в Windows 2000 или более поздней операционной системе.
|
|
||||||
CMD_NicDelete_Args NicDelete [name]
|
|
||||||
CMD_NicDelete_[name] Укажите имя виртуального сетевого адаптера.
|
|
||||||
|
|
||||||
|
|
||||||
# NicUpgrade command
|
|
||||||
CMD_NicUpgrade Upgrade Virtual Network Adapter Device Driver
|
|
||||||
CMD_NicUpgrade_Help If the device driver version of the existing virtual network adapter is old, then this upgrades to the latest device driver that was bundled with the currently operating VPN client. Even if a upgrade is not performed, the device driver will be reinstalled. \nIn this case, depending on the operating system, a dialog box may appear to confirm if it is OK to install the device driver. \nThis command can be used when VPN Client is operating on Windows 2000 or newer operating systems.
|
|
||||||
CMD_NicUpgrade_Args NicUpgrade [name]
|
|
||||||
CMD_NicUpgrade_[name] Specify the name of the virtual network adapter.
|
|
||||||
|
|
||||||
|
|
||||||
# NicGetSetting command
|
|
||||||
CMD_NicGetSetting Get Virtual Network Adapter Setting
|
|
||||||
CMD_NicGetSetting_Help Use this to get the MAC address setting of the existing virtual network adapter. \nThis command can be used when VPN Client is operating on Windows 2000 or newer operating systems.
|
|
||||||
CMD_NicGetSetting_Args NicGetSetting [name]
|
|
||||||
CMD_NicGetSetting_[name] Specify the name of the virtual network adapter.
|
|
||||||
CMD_NicGetSetting_1 Device Name
|
|
||||||
CMD_NicGetSetting_2 Status
|
|
||||||
CMD_NicGetSetting_3 MAC Address
|
|
||||||
CMD_NicGetSetting_4 Version
|
|
||||||
CMD_NicGetSetting_5 Driver File Name
|
|
||||||
CMD_NicGetSetting_6 GUID
|
|
||||||
|
|
||||||
|
|
||||||
# NicSetSetting command
|
|
||||||
CMD_NicSetSetting Change Virtual Network Adapter Setting
|
|
||||||
CMD_NicSetSetting_Help Use this to change the MAC address setting of the existing virtual network adapter. When this command is executed, the currently operating virtual network adapter device drivers will be restarted. \nThis command can be used when VPN Client is operating on Windows 2000 or newer operating systems.
|
|
||||||
CMD_NicSetSetting_Args NicSetSetting [name] [/MAC:mac]
|
|
||||||
CMD_NicSetSetting_[name] Specify the name of the virtual network adapter.
|
|
||||||
CMD_NicSetSetting_MAC Specify the MAC address you wish to set. \nSpecify a 6-byte hexadecimal string for the MAC address. \nExample: 00:AC:01:23:45:67 or 00-AC-01-23-45-67
|
|
||||||
CMD_NicSetSetting_PROMPT_MAC MAC Address to Set:
|
|
||||||
|
|
||||||
|
|
||||||
# NicEnable command
|
|
||||||
CMD_NicEnable Enable Virtual Network Adapter
|
|
||||||
CMD_NicEnable_Help Use this to enable an existing, disabled virtual network adapter. \nThis command can be used when VPN Client is operating on Windows 2000 or newer operating systems.
|
|
||||||
CMD_NicEnable_Args NicEnable [name]
|
|
||||||
CMD_NicEnable_[name] Specify the name of the virtual network adapter.
|
|
||||||
|
|
||||||
|
|
||||||
# NicDisable command
|
|
||||||
CMD_NicDisable Disable Virtual Network Adapter
|
|
||||||
CMD_NicDisable_Help Use this to disable an existing, enabled virtual network adapter. \nThis command can be used when VPN Client is operating on Windows 2000 or newer operating systems.
|
|
||||||
CMD_NicDisable_Args NicDisable [name]
|
|
||||||
CMD_NicDisable_[name] Specify the name of the virtual network adapter.
|
|
||||||
|
|
||||||
|
|
||||||
# NicList command
|
|
||||||
CMD_NicList Get List of Virtual Network Adapters
|
|
||||||
CMD_NicList_Help This allows you to get a list of virtual network adapters registered on the current system.
|
|
||||||
CMD_NicList_Args NicList
|
|
||||||
|
|
||||||
|
|
||||||
# AccountList command
|
|
||||||
CMD_AccountList Get List of VPN Connection Settings
|
|
||||||
CMD_AccountList_Help Use this to get a list of VPN Connection Settings registered on the VPN Client.
|
|
||||||
CMD_AccountList_Args AccountList
|
|
||||||
|
|
||||||
|
|
||||||
# AccountCreate command
|
|
||||||
CMD_AccountCreate Create New VPN Connection Setting
|
|
||||||
CMD_AccountCreate_Help Use this to create a new VPN Connection Setting on the VPN Client. \nTo create a VPN Connection Setting, in addition to specifying the VPN Connection Setting name and destination server as initial parameters and the destination virtual Hub, and user name, you must also specify the name of the virtual network adapter to use. When a new VPN Connection Setting is created, the type of user authentication is initially set as Anonymous Authentication and the proxy server setting and the verification options of the server certificate is not set. To change these settings and other advanced settings after the VPN Connection Setting has been created, use the other commands that begin with the name "Account".
|
|
||||||
CMD_AccountCreate_Args AccountCreate [name] [/SERVER:hostname:port] [/HUB:hubname] [/USERNAME:username] [/NICNAME:nicname]
|
|
||||||
CMD_AccountCreate_[name] Specify the name of the VPN Connection Setting to create.
|
|
||||||
CMD_AccountCreate_SERVER Specify the host name and port number of the destination VPN Server using the format [host name:port number]. You can also specify by IP address.
|
|
||||||
CMD_AccountCreate_HUB Specify the Virtual Hub on the destination VPN Server.
|
|
||||||
CMD_AccountCreate_USERNAME Specify the user name to use for user authentication when connecting to the destination VPN Server.
|
|
||||||
CMD_AccountCreate_NICNAME Specify the virtual network adapter to use to connect.
|
|
||||||
CMD_AccountCreate_Prompt_Name Name of VPN Connection Setting:
|
|
||||||
CMD_AccountCreate_Prompt_Server Destination VPN Server Host Name and Port Number:
|
|
||||||
CMD_AccountCreate_Prompt_Hub Destination Virtual Hub Name:
|
|
||||||
CMD_AccountCreate_Prompt_Username Connecting User Name:
|
|
||||||
CMD_AccountCreate_Prompt_Nicname Used Virtual Network Adapter Name:
|
|
||||||
|
|
||||||
|
|
||||||
# AccountSet command
|
|
||||||
CMD_AccountSet Set the VPN Connection Setting Connection Destination
|
|
||||||
CMD_AccountSet_Help Use this to set, for the VPN Connection Setting registered on the VPN Client, the destination VPN Server host name and port number, Virtual Hub name, user name used for connection and virtual network adapter name to use.
|
|
||||||
CMD_AccountSet_Args AccountSet [name] [/SERVER:hostname:port] [/HUB:hubname]
|
|
||||||
CMD_AccountSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountSet_SERVER Specify the host name and port number of the destination VPN Server using the format "host name:port number". You can also specify by IP address.
|
|
||||||
CMD_AccountSet_HUB Specify the Virtual Hub on the destination VPN Server.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountGet command
|
|
||||||
CMD_AccountGet Get Setting of VPN Connection Setting
|
|
||||||
CMD_AccountGet_Help Use this to get the VPN Connection Setting contents of a VPN Connection Setting registered on the VPN Client. \nTo change the VPN Connection Setting contents of the VPN Connection Setting, use the other commands that begin with the name "Account" after creating the VPN Connection Setting.
|
|
||||||
CMD_AccountGet_Args AccountGet [name]
|
|
||||||
CMD_AccountGet_[name] Specify the name of the VPN Connection Setting whose setting you want to get.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountDelete command
|
|
||||||
CMD_AccountDelete Delete VPN Connection Setting
|
|
||||||
CMD_AccountDelete_Help Use this to delete VPN Connection Setting that is registered on the VPN Client. If the specified VPN Connection Setting has a status of online, the connections will be automatically disconnected and then the VPN Connection Setting will be deleted.
|
|
||||||
CMD_AccountDelete_Args AccountDelete [name]
|
|
||||||
CMD_AccountDelete_[name] Specify the name of the VPN Connection Setting to delete.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountUsernameSet command
|
|
||||||
CMD_AccountUsernameSet Set User Name of User to Use Connection of VPN Connection Setting
|
|
||||||
CMD_AccountUsernameSet_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to the VPN Server, use this to specify the user name required for user authentication. \nIn some cases it is necessary to specify the type of user authentication and specify the required parameters. To change this information you can use commands such as AccountAnonymousSet, AccountPasswordSet, AccountCertSet and AccountSecureCertSet.
|
|
||||||
CMD_AccountUsernameSet_Args AccountUsernameSet [name] [/USERNAME:username]
|
|
||||||
CMD_AccountUsernameSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountUsernameSet_USERNAME Specify the user name required for user authentication when the VPN Connection Setting connects to the VPN Server.
|
|
||||||
CMD_AccountUsername_Notice The auth type for this VPN Connection Setting is currently set as password authentication. After changing the user name, you must use the AccountPasswordSet command to reset the password.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountAnonymousSet command
|
|
||||||
CMD_AccountAnonymousSet Set User Authentication Type of VPN Connection Setting to Anonymous Authentication
|
|
||||||
CMD_AccountAnonymousSet_Help Use this to set the user auth type to [Anonymous Authentication] for when a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to the VPN Server.
|
|
||||||
CMD_AccountAnonymousSet_Args AccountAnonymousSet [name]
|
|
||||||
CMD_AccountAnonymousSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountPasswordSet command
|
|
||||||
CMD_AccountPasswordSet Set User Authentication Type of VPN Connection Setting to Password Authentication
|
|
||||||
CMD_AccountPasswordSet_Help Use this to set the user auth type to Password Authentication for when a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to the VPN Server. Specify Standard Password Authentication and RADIUS or NT Domain Authentication as the password authentication type.
|
|
||||||
CMD_AccountPasswordSet_Args AccountPasswordSet [name] [/PASSWORD:password] [/TYPE:standard|radius]
|
|
||||||
CMD_AccountPasswordSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountPasswordSet_PASSWORD Specify the password to use for password authentication. If this is not specified, a prompt will appear to input the password.
|
|
||||||
CMD_AccountPasswordSet_TYPE Specify either "standard" (Standard Password Authentication) or "radius" (RADIUS or NT Domain Authentication) as the password authentication type.
|
|
||||||
CMD_AccountPasswordSet_Prompt_Type Specify standard or radius:
|
|
||||||
CMD_AccountPasswordSet_Type_Invalid The standard or radius specification is invalid.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountCertSet command
|
|
||||||
CMD_AccountCertSet Set User Authentication Type of VPN Connection Setting to Client Certificate Authentication
|
|
||||||
CMD_AccountCertSet_Help Use this to set the user auth type to Client Certificate Authentication for when a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to the VPN Server. For this certificate, you must specify a certificate file in the X.509 format and a private key file that is Base 64 encoded.
|
|
||||||
CMD_AccountCertSet_Args AccountCertSet [name] [/LOADCERT:cert] [/LOADKEY:key]
|
|
||||||
CMD_AccountCertSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountCertSet_LOADCERT Specify the X.509 format certificate file to provide for certificate authentication.
|
|
||||||
CMD_AccountCertSet_LOADKEY Specify the Base-64-encoded private key file name for the certificate.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountCertGet command
|
|
||||||
CMD_AccountCertGet Get Client Certificate to Use for Cascade Connection
|
|
||||||
CMD_AccountCertGet_Help When a VPN Connection Setting registered on VPN Client is specified and that VPN Connection Setting uses client certificate authentication, use this to get the certificate that is provided as the client certificate and save the certificate file in X.509 format.
|
|
||||||
CMD_AccountCertGet_Args AccountCertGet [name] [/SAVECERT:cert]
|
|
||||||
CMD_AccountCertGet_[name] Specify the name of the VPN Connection Setting whose setting you want to get.
|
|
||||||
CMD_AccountCertGet_SAVECERT Specify the file name to save the certificate you obtained in X.509 format.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountEncryptEnable command
|
|
||||||
CMD_AccountEncryptEnable Enable Encryption when Communicating by VPN Connection Setting
|
|
||||||
CMD_AccountEncryptEnable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting is used for communication between VPN Servers via a VPN connection, use this to set the communication contents between the VPN Servers to be encrypted by SSL. \nNormally communication between VPN Servers is encrypted by SSL to prevent eavesdropping of information and fraud. You can also disable encryption. When encryption is disabled, the communication throughput improves but the communication data flows over the network in plain text.
|
|
||||||
CMD_AccountEncryptEnable_Args AccountEncryptEnable [name]
|
|
||||||
CMD_AccountEncryptEnable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountEncryptDisable command
|
|
||||||
CMD_AccountEncryptDisable Disable Encryption when Communicating by VPN Connection Setting
|
|
||||||
CMD_AccountEncryptDisable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting is used for communication between VPN Servers via a VPN connection, use this to set the communication contents between the VPN Servers not to be encrypted. \nNormally communication between VPN Servers is encrypted by SSL to prevent eavesdropping of information and fraud. You can also disable encryption. When encryption is disabled, the communication throughput improves but the communication data flows over the network in plain text.
|
|
||||||
CMD_AccountEncryptDisable_Args AccountEncryptDisable [name]
|
|
||||||
CMD_AccountEncryptDisable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountCompressEnable command
|
|
||||||
CMD_AccountCompressEnable Enable Data Compression when Communicating by VPN Connection Setting
|
|
||||||
CMD_AccountCompressEnable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting is used for communication between VPN Servers via a VPN connection, use this to set the communication contents between the VPN Servers to be compressed. \nIt is possible to achieve a maximum of 80% compression. Compression however places higher loads on the CPU of both the client and server machines. When the line speed is about 10 Mbps or greater, compression can lower throughput, but sometimes it can have the opposite effect.
|
|
||||||
CMD_AccountCompressEnable_Args AccountCompressEnable [name]
|
|
||||||
CMD_AccountCompressEnable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountCompressDisable command
|
|
||||||
CMD_AccountCompressDisable Disable Data Compression when Communicating by VPN Connection Setting
|
|
||||||
CMD_AccountCompressDisable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting is used for communication between VPN Servers via a VPN connection, use this to set the communication contents between the VPN Servers not to be compressed.
|
|
||||||
CMD_AccountCompressDisable_Args AccountCompressDisable [name]
|
|
||||||
CMD_AccountCompressDisable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountHttpHeader* commands
|
|
||||||
CMD_AccountHttpHeader_Prompt_Name Value name (part before the colon):
|
|
||||||
CMD_AccountHttpHeader_Prompt_Data Value data (part after the colon):
|
|
||||||
|
|
||||||
|
|
||||||
# AccountHttpHeaderAdd command
|
|
||||||
CMD_AccountHttpHeaderAdd Add a custom value in the HTTP header sent to the proxy server
|
|
||||||
CMD_AccountHttpHeaderAdd_Help Use this to add a custom value in the HTTP header sent to the proxy server. A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
|
|
||||||
CMD_AccountHttpHeaderAdd_Args AccountHttpHeaderAdd [name] [/NAME:name] [/DATA:data]
|
|
||||||
CMD_AccountHttpHeaderAdd_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountHttpHeaderAdd_NAME Specify the name of the custom value (the part before the colon character).
|
|
||||||
CMD_AccountHttpHeaderAdd_DATA Specify the data of the custom value (the part after the colon character).
|
|
||||||
|
|
||||||
|
|
||||||
# AccountHttpHeaderDelete command
|
|
||||||
CMD_AccountHttpHeaderDelete Delete a custom value in the HTTP header sent to the proxy server
|
|
||||||
CMD_AccountHttpHeaderDelete_Help Use this to delete a custom value in the HTTP header sent to the proxy server. A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
|
|
||||||
CMD_AccountHttpHeaderDelete_Args AccountHttpHeaderDelete [name] [/NAME:name]
|
|
||||||
CMD_AccountHttpHeaderDelete_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountHttpHeaderDelete_NAME Specify the name of the custom value (the part before the colon character).
|
|
||||||
|
|
||||||
|
|
||||||
# AccountHttpHeaderGet command
|
|
||||||
CMD_AccountHttpHeaderGet Get the list of custom values in the HTTP header sent to the proxy server
|
|
||||||
CMD_AccountHttpHeaderGet_Help Use this to get the list of custom values in the HTTP header sent to the proxy server. A custom HTTP header can be used to bypass certain restrictions imposed on the network or to avoid speed limitations applied by the QoS.
|
|
||||||
CMD_AccountHttpHeaderGet_Args AccountHttpHeaderGet [name]
|
|
||||||
CMD_AccountHttpHeaderGet_[name] Specify the name of the VPN Connection Setting whose setting you want to get.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountProxyNone command
|
|
||||||
CMD_AccountProxyNone Specify Direct TCP/IP Connection as the Connection Method of VPN Connection Setting
|
|
||||||
CMD_AccountProxyNone_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to set Direct TCP/IP Connection as the connection method to use, in which case the connection route will not be via a proxy server.
|
|
||||||
CMD_AccountProxyNone_Args AccountProxyNone [name]
|
|
||||||
CMD_AccountProxyNone_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountProxyHttp command
|
|
||||||
CMD_AccountProxyHttp Set Connection Method of VPN Connection Setting to be via an HTTP Proxy Server
|
|
||||||
CMD_AccountProxyHttp_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to set Connect via HTTP Proxy Server as the method of connection to use, which requires the specification of the host name and port number of the HTTP Proxy server to communicate via as well as a user name and password (when required). \nThe HTTP proxy server that communication will travel via must be compatible with the CONNECT method to use HTTPS communication.
|
|
||||||
CMD_AccountProxyHttp_Args AccountProxyHttp [name] [/SERVER:hostname:port] [/USERNAME:username] [/PASSWORD:password]
|
|
||||||
CMD_AccountProxyHttp_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountProxyHttp_SERVER Specify the host name or IP address, and port number of the on-route HTTP proxy server using the format [host name:port number].
|
|
||||||
CMD_AccountProxyHttp_USERNAME When user authentication is required to connect to the on-route HTTP proxy server, specify the user name. Also, specify the /PASSWORD parameter at the same time. If the parameters /USERNAME and /PASSWORD are not specified, the user authentication data will not be set.
|
|
||||||
CMD_AccountProxyHttp_PASSWORD When user authentication is required to connect to the on-route HTTP proxy server, specify the password. Specify this together with the /USERNAME parameter.
|
|
||||||
CMD_AccountProxyHttp_Prompt_Server Proxy Server Host Name and Port Number:
|
|
||||||
|
|
||||||
|
|
||||||
# AccountProxySocks command
|
|
||||||
CMD_AccountProxySocks Set Connection Method of VPN Connection Setting to be via a SOCKS4 Proxy Server
|
|
||||||
CMD_AccountProxySocks_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to set Connect via SOCKS4 Proxy Server as the method of connection to use, which requires the specification of the host name and port number of the SOCKS4 Proxy server to communicate via as well as a user name and password (when required).
|
|
||||||
CMD_AccountProxySocks_Args AccountProxySocks [name] [/SERVER:hostname:port] [/USERNAME:username] [/PASSWORD:password]
|
|
||||||
CMD_AccountProxySocks_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountProxySocks_SERVER Specify the host name or IP address, and port number of the on-route SOCKS4 proxy server using the format [host name:port number].
|
|
||||||
CMD_AccountProxySocks_USERNAME When user authentication is required to connect to the on-route SOCKS4 proxy server, specify the user name. Also, specify the /PASSWORD parameter at the same time. If the parameters /USERNAME and /PASSWORD are not specified, the user authentication data will not be set.
|
|
||||||
CMD_AccountProxySocks_PASSWORD When user authentication is required to connect to the on-route SOCKS4 proxy server, specify the password. Specify this together with the /USERNAME parameter.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountProxySocks5 command
|
|
||||||
CMD_AccountProxySocks5 Set Connection Method of VPN Connection Setting to be via a SOCKS5 Proxy Server
|
|
||||||
CMD_AccountProxySocks5_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to set Connect via SOCKS5 Proxy Server as the method of connection to use, which requires the specification of the host name and port number of the SOCKS5 Proxy server to communicate via as well as a user name and password (when required).
|
|
||||||
CMD_AccountProxySocks5_Args AccountProxySocks5 [name] [/SERVER:hostname:port] [/USERNAME:username] [/PASSWORD:password]
|
|
||||||
CMD_AccountProxySocks5_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountProxySocks5_SERVER Specify the host name or IP address, and port number of the on-route SOCKS5 proxy server using the format [host name:port number].
|
|
||||||
CMD_AccountProxySocks5_USERNAME When user authentication is required to connect to the on-route SOCKS5 proxy server, specify the user name. Also, specify the /PASSWORD parameter at the same time. If the parameters /USERNAME and /PASSWORD are not specified, the user authentication data will not be set.
|
|
||||||
CMD_AccountProxySocks5_PASSWORD When user authentication is required to connect to the on-route SOCKS5 proxy server, specify the password. Specify this together with the /USERNAME parameter.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountServerCertEnable command
|
|
||||||
CMD_AccountServerCertEnable Enable VPN Connection Setting Server Certificate Verification Option
|
|
||||||
CMD_AccountServerCertEnable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to enable the option to check whether the SSL certificate provided by the destination VPN Server can be trusted. \nIf this option is enabled, we recommend that you either use the AccountServerCertSet command to save the connection destination server SSL certificate beforehand in the VPN Connection Setting settings beforehand, or use the CertAdd command etc. to register a root certificate containing the signed server SSL certificate in the list of Virtual Hub trusted CA certificates. If it is not registered, a confirmation message sometimes is displayed on the initial connection. \nIf the certificate of the connected VPN Server cannot be trusted under the condition where the option to verify server certificates has been enabled for the VPN Connection Setting, the connection will be promptly cancelled and continual reattempts at connection will be made.
|
|
||||||
CMD_AccountServerCertEnable_Args AccountServerCertEnable [name]
|
|
||||||
CMD_AccountServerCertEnable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountServerCertDisable command
|
|
||||||
CMD_AccountServerCertDisable Disable VPN Connection Setting Server Certificate Verification Option
|
|
||||||
CMD_AccountServerCertDisable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to disable the option to check whether the SSL certificate provided by the destination VPN Server can be trusted.
|
|
||||||
CMD_AccountServerCertDisable_Args AccountServerCertDisable [name]
|
|
||||||
CMD_AccountServerCertDisable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountRetryOnServerCertEnable command
|
|
||||||
CMD_AccountRetryOnServerCertEnable Enable VPN connection retry if server certificate is invalid
|
|
||||||
CMD_AccountRetryOnServerCertEnable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to enable the option to retry connection if Server certificate cannot be trusted.
|
|
||||||
CMD_AccountRetryOnServerCertEnable_Args AccountRetryOnServerCertEnable [name]
|
|
||||||
CMD_AccountRetryOnServerCertEnable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountRetryOnServerCertDisable command
|
|
||||||
CMD_AccountRetryOnServerCertDisable Enable VPN connection retry if server certificate is invalid
|
|
||||||
CMD_AccountRetryOnServerCertDisable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to disable the option to retry connection if Server certificate cannot be trusted.
|
|
||||||
CMD_AccountRetryOnServerCertDisable_Args AccountRetryOnServerCertEnable [name]
|
|
||||||
CMD_AccountRetryOnServerCertDisable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountServerCertSet command
|
|
||||||
CMD_AccountServerCertSet Set Server Individual Certificate for VPN Connection Setting
|
|
||||||
CMD_AccountServerCertSet_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to register the same certificate as the SSL certificate provided by the destination VPN Server. \nIf the option to verify server certificates for VPN Connection Settings is enabled, you must either use this command to save the connection destination server SSL certificate beforehand in the VPN Connection Setting settings beforehand, or use the CAAdd command etc. to register a root certificate containing the signed server SSL certificate in the list of Virtual Hub trusted CA certificates. \nIf the certificate of the connected VPN Server cannot be trusted under the condition where the option to verify server certificates has been enabled for the VPN Connection Setting, the connection will be promptly cancelled and continual reattempts at connection will be made.
|
|
||||||
CMD_AccountServerCertSet_Args AccountServerCertSet [name] [/LOADCERT:cert]
|
|
||||||
CMD_AccountServerCertSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountServerCertSet_LOADCERT Specify X.509 format certificate file name that the server individual certificate which you wish to set is saved under.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountServerCertDelete command
|
|
||||||
CMD_AccountServerCertDelete Delete Server Individual Certificate for VPN Connection Setting
|
|
||||||
CMD_AccountServerCertDelete_Help When a VPN Connection Setting registered on the VPN Client is specified and a server individual certificate is registered for that VPN Connection Setting, use this to delete that certificate.
|
|
||||||
CMD_AccountServerCertDelete_Args AccountServerCertDelete [name]
|
|
||||||
CMD_AccountServerCertDelete_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountServerCertGet command
|
|
||||||
CMD_AccountServerCertGet Get Server Individual Certificate for VPN Connection Setting
|
|
||||||
CMD_AccountServerCertGet_Help When a VPN Connection Setting is specified and a server Individual certificate is registered for that VPN Connection Setting, use this to get that certificate and save it as an X.509 format certificate file.
|
|
||||||
CMD_AccountServerCertGet_Args AccountServerCertGet [name] [/SAVECERT:path]
|
|
||||||
CMD_AccountServerCertGet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountServerCertGet_SAVECERT Specify the certificate file name to save the server individual certificate in X.509 format.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountDetailSet command
|
|
||||||
CMD_AccountDetailSet Set Advanced Settings for VPN Connection Setting
|
|
||||||
CMD_AccountDetailSet_Help Use this to customize the VPN protocol communication settings used when a VPN Connection Setting registered on a VPN Client is specified and that VPN Connection Setting connects to the VPN Server.
|
|
||||||
CMD_AccountDetailSet_Args AccountDetailSet [name] [/MAXTCP:max_connection] [/INTERVAL:additional_interval] [/TTL:disconnect_span] [/HALF:yes|no] [/BRIDGE:yes|no] [/MONITOR:yes|no] [/NOTRACK:yes|no] [/NOQOS:yes|no]
|
|
||||||
CMD_AccountDetailSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountDetailSet_MAXTCP Specify, using an integer in the range 1 to 32, the number of TCP connections to be used for VPN communication. By using data transmission by multiple TCP connections for VPN communication sessions with VPN Servers it is sometimes possible to increase communication speed. \nNote: We recommend about 8 lines when the connection lines to the server are fast, and 1 line when using a slow connection such as dialup.
|
|
||||||
CMD_AccountDetailSet_INTERVAL When communicating by VPN by establishing multiple TCP connections, specify in seconds, the establishing interval for each TCP connection. The standard value is 1 second.
|
|
||||||
CMD_AccountDetailSet_TTL When specifying connection life of each TCP connection specify in seconds the keep-alive time from establishing a TCP connection until disconnection. If 0 is specified, keep-alive will not be set.
|
|
||||||
CMD_AccountDetailSet_HALF Specify "yes" when enabling half duplex mode. When using two or more TCP connections for VPN communication, it is possible to use Half Duplex Mode. By enabling half duplex mode it is possible to automatically fix data transmission direction as half and half for each TCP connection. In the case where a VPN using 8 TCP connections is established, for example, when half-duplex is enabled, communication can be fixes so that 4 TCP connections are dedicated to the upload direction and the other 4 connections are dedicated to the download direction.
|
|
||||||
CMD_AccountDetailSet_BRIDGE Specify "yes" when connecting to the VPN Server using Bridge / Router Mode. When using Bridge / Router Mode to connect, it is possible to provide bridging or routing to another network on the side of the virtual network adapter of the VPN Client. However, if the security policy of the user who is being used for connection denies the use of bridges or routing, then connection will fail.
|
|
||||||
CMD_AccountDetailSet_MONITOR Specify "yes" when connecting to the VPN Server using Monitoring Mode. When a connection is made using Monitoring Mode, you can receive all packets that flow through the Virtual Hub. However, if the security policy of the user who is being used for connection does not allow Monitoring Mode, then connection will fail.
|
|
||||||
CMD_AccountDetailSet_NOTRACK Specify "yes" will disable the adjustments of routing table. Normally "no" is specified.
|
|
||||||
CMD_AccountDetailSet_NOQOS Specify "yes" when disabling VoIP / QoS functions. Normally "no" is specified.
|
|
||||||
CMD_AccountDetailSet_DISABLEUDP Specify "yes" when disabling UDP acceleration function. Normally "no" is specified.
|
|
||||||
CMD_AccountDetailSet_Eval_MaxTcp Specify an integer in the range 1 to 32 for the number of TCP connections.
|
|
||||||
CMD_AccountDetailSet_Eval_Interval Set at least 1 second for the interval to establish a TCP connection.
|
|
||||||
CMD_AccountDetailSet_Prompt_MaxTcp Number of TCP Connections to Use in VPN Communication:
|
|
||||||
CMD_AccountDetailSet_Prompt_Interval Interval between Establishing Each TCP Connection:
|
|
||||||
CMD_AccountDetailSet_Prompt_TTL Connection Life of Each TCP Connection (0 for no keep-alive):
|
|
||||||
CMD_AccountDetailSet_Prompt_HALF Enable Half-Duplex Mode (yes/no):
|
|
||||||
CMD_AccountDetailSet_Prompt_BRIDGE Enable Bridge / Router Mode (yes/no):
|
|
||||||
CMD_AccountDetailSet_Prompt_MONITOR Enable Monitoring Mode (yes/no):
|
|
||||||
CMD_AccountDetailSet_Prompt_NOTRACK Disable Adjustment of Routing Table (yes/no):
|
|
||||||
CMD_AccountDetailSet_Prompt_NOQOS Disable QoS Control Function (yes/no):
|
|
||||||
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
|
||||||
|
|
||||||
|
|
||||||
# AccountRename command
|
|
||||||
CMD_AccountRename Change VPN Connection Setting Name
|
|
||||||
CMD_AccountRename_Help Use this to specify a VPN Connection Setting registered on the VPN Client and change its name.
|
|
||||||
CMD_AccountRename_Args AccountRename [name] [/NEW:new_name]
|
|
||||||
CMD_AccountRename_[name] Specify the current name of the VPN Connection Setting whose name you want to change.
|
|
||||||
CMD_AccountRename_NEW Specify the new name after the change.
|
|
||||||
CMD_AccountRename_PROMPT_OLD Current Name:
|
|
||||||
CMD_AccountRename_PROMPT_NEW New Name:
|
|
||||||
|
|
||||||
|
|
||||||
# AccountConnect command
|
|
||||||
CMD_AccountConnect Start Connection to VPN Server using VPN Connection Setting
|
|
||||||
CMD_AccountConnect_Help Use this to specify a VPN Connection Setting registered on the VPN Client and start a connection to the VPN Server using that VPN Connection Setting. A VPN Connection Setting that has a connecting status or a connected status will continue to be connected to the VPN Server, or continue to attempt to connect to the VPN Server until the AccountDisconnect command is used to disconnect the connection (Note however, if the AccountRetrySet command is used to specify the number of retries, connection attempts will be aborted when the specified value is reached.)
|
|
||||||
CMD_AccountConnect_Args AccountConnect [name]
|
|
||||||
CMD_AccountConnect_[name] Specify the name of the VPN Connection Setting whose connection you want to start.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountDisconnect command
|
|
||||||
CMD_AccountDisconnect Disconnect VPN Connection Setting During Connection
|
|
||||||
CMD_AccountDisconnect_Help Use this to specify a VPN Connection Setting that is registered on the VPN Client and that is either in the condition of connecting or is connected, and immediately disconnect it.
|
|
||||||
CMD_AccountDisconnect_Args AccountDisconnect [name]
|
|
||||||
CMD_AccountDisconnect_[name] Specify the name of the VPN Connection Setting to disconnect.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountStatusGet command
|
|
||||||
CMD_AccountStatusGet Get Current VPN Connection Setting Status
|
|
||||||
CMD_AccountStatusGet_Help When a VPN Connection Setting that is registered on the VPN Client is specified and that VPN Connection Setting is currently connected, use this to get its connection status and other information.
|
|
||||||
CMD_AccountStatusGet_Args AccountStatusGet [name]
|
|
||||||
CMD_AccountStatusGet_[name] Specify the name of the VPN Connection Setting whose information you want to get.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountNicSet command
|
|
||||||
CMD_AccountNicSet Set Virtual Network Adapter for VPN Connection Setting to Use
|
|
||||||
CMD_AccountNicSet_Help Use this to change the Virtual Network Adapter name that the existing VPN Connection Settings registered on the VPN Client will use for the connection to a VPN Server.
|
|
||||||
CMD_AccountNicSet_Args AccountNicSet [name] [/NICNAME:nicname]
|
|
||||||
CMD_AccountNicSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountNicSet_NICNAME Specify the Virtual Network Adapter name to use when connecting to the VPN Server.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountStatusShow command
|
|
||||||
CMD_AccountStatusShow Set Connection Status and Error Screen to Display when Connecting to VPN Server
|
|
||||||
CMD_AccountStatusShow_Help When a communication setting is registered on the VPN Client and that communication setting is being used to connect to the VPN Server, use this to set the connection status and error screen to be displayed on the computer display.
|
|
||||||
CMD_AccountStatusShow_Args AccountStatusShow [name]
|
|
||||||
CMD_AccountStatusShow_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountStatusHide command
|
|
||||||
CMD_AccountStatusHide Set Connection Status and Error Screen to be Hidden when Connecting to VPN Server
|
|
||||||
CMD_AccountStatusHide_Help When a communication setting is registered on the VPN Client and that communication setting is being used to connect to the VPN Server, use this to set the connection status and error screen to not be displayed on the computer display.
|
|
||||||
CMD_AccountStatusHide_Args AccountStatusHide [name]
|
|
||||||
CMD_AccountStatusHide_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountSecureCertSet command
|
|
||||||
CMD_AccountSecureCertSet Set User Authentication Type of VPN Connection Setting to Smart Card Authentication
|
|
||||||
CMD_AccountSecureCertSet_Help Use this to set the user auth type to Smart Card Authentication for when a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to the VPN Server. Also, you must specify the names of the certificate object and the private key object stored on the smart card.
|
|
||||||
CMD_AccountSecureCertSet_Args AccountSecureCertSet [name] [/CERTNAME:cert] [/KEYNAME:key]
|
|
||||||
CMD_AccountSecureCertSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountSecureCertSet_CERTNAME Specify the name of the certificate object stored on the smart card.
|
|
||||||
CMD_AccountSecureCertSet_KEYNAME Specify the name of the private key object stored on the smart card. The private key must be compatible with the certificate specified by /CERTNAME.
|
|
||||||
CMD_AccountSecureCertSet_PROMPT_CERTNAME Name of Certificate Object on Smart Card:
|
|
||||||
CMD_AccountSecureCertSet_PROMPT_KEYNAME Name of Private Key Object on Smart Card:
|
|
||||||
|
|
||||||
|
|
||||||
# AccountRetrySet コマンド
|
|
||||||
CMD_AccountRetrySet Set Interval between Connection Retries for Connection Failures or Disconnections of VPN Connection Setting
|
|
||||||
CMD_AccountRetrySet_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting attempts to connect to a VPN Server, use this to specify the interval to wait between connection attempts and the limit of how many times to retry connecting when communication with the VPN Server has been disconnected or when the connection process failed. \nIf the user authentication type is Smart Card Authentication, no connection retry will be performed regardless of the Number of Connection Attempts setting.
|
|
||||||
CMD_AccountRetrySet_Args AccountRetrySet [name] [/NUM:num_retry] [/INTERVAL:retry_interval]
|
|
||||||
CMD_AccountRetrySet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
CMD_AccountRetrySet_NUM Specify the number of times to make consecutive retries. By specifying "999", there will be limitless attempts to reconnection (always connect). By specifying "0", not attempt at reconnection will be made.
|
|
||||||
CMD_AccountRetrySet_INTERVAL When attempting a reconnection, this sets how many seconds to wait after the previous disconnection or connection failure before starting the reconnection process.
|
|
||||||
CMD_AccountRetrySet_PROMPT_NUM Reconnection Count ("999" is unlimited):
|
|
||||||
CMD_AccountRetrySet_PROMPT_INTERVAL Reconnection Interval (Seconds):
|
|
||||||
CMD_AccountRetrySet_EVAL_INTERVAL Specify 5 seconds or more for the retries interval.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountStartupSet command
|
|
||||||
CMD_AccountStartupSet Set VPN Connection Setting as Startup Connection
|
|
||||||
CMD_AccountStartupSet_Help Use this to specify a VPN Connection Setting registered on the VPN Client and set it as the startup connection. The VPN Connection Setting that is set as the startup connection will automatically start the connection process when the VPN Client service starts.
|
|
||||||
CMD_AccountStartupSet_Args AccountStartupSet [name]
|
|
||||||
CMD_AccountStartupSet_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountStartupRemove command
|
|
||||||
CMD_AccountStartupRemove Remove Startup Connection of VPN Connection Setting
|
|
||||||
CMD_AccountStartupRemove_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting is currently set as a startup connection, use this to delete the startup connection.
|
|
||||||
CMD_AccountStartupRemove_Args AccountStartupRemove [name]
|
|
||||||
CMD_AccountStartupRemove_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
|
||||||
|
|
||||||
|
|
||||||
# AccountExport command
|
|
||||||
CMD_AccountExport Export VPN Connection Setting
|
|
||||||
CMD_AccountExport_Help Use this to specify a VPN Connection Setting registered on the VPN Client and export its contents as a text file. By exporting a VPN Connection Setting file, and then later, importing it, you can duplicate the contents of a VPN Connection Setting. Also, because it gets saved as a text file, you can edit the contents using a conventional text editor. \nThe export destination file is saved as a UTF-8 format text file. Also, it is convenient to save the file name with the file extension .vpn as this file extension is associated to the Windows Edition VPN Client Manager.
|
|
||||||
CMD_AccountExport_Args AccountExport [name] [/SAVEPATH:savepath]
|
|
||||||
CMD_AccountExport_[name] Specify the name of the VPN Connection Setting to export.
|
|
||||||
CMD_AccountExport_SAVEPATH Specify a file name for the save destination.
|
|
||||||
CMD_AccountExport_PROMPT_SAVEPATH Save Destination File Name (recommended extension: vpn):
|
|
||||||
|
|
||||||
|
|
||||||
# AccountImport command
|
|
||||||
CMD_AccountImport Import VPN Connection Setting
|
|
||||||
CMD_AccountImport_Help Use this to import the VPN Connection Setting file that has been exported by the AccountExport command and add it to the VPN Client.
|
|
||||||
CMD_AccountImport_Args AccountImport [path]
|
|
||||||
CMD_AccountImport_[path] Specify the file name of the import source.
|
|
||||||
CMD_AccountImport_PROMPT_PATH Import Source File Name:
|
|
||||||
CMD_AccountImport_FAILED_PARSE Unable to correctly parse the specified file. Please check it if the file was exported correctly.
|
|
||||||
CMD_AccountImport_OK The VPN Connection Setting "%s" has been imported.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# RemoteEnable command
|
|
||||||
CMD_RemoteEnable Allow Remote Management of VPN Client Service
|
|
||||||
CMD_RemoteEnable_Help Use this to allow management of a VPN Client service from a remote computer that is not localhost, via a remote connection by Command Line Management Utility or VPN Client Manager.
|
|
||||||
CMD_RemoteEnable_Args RemoteEnable
|
|
||||||
|
|
||||||
|
|
||||||
# RemoteDisable command
|
|
||||||
CMD_RemoteDisable Deny Remote Management of VPN Client Service
|
|
||||||
CMD_RemoteDisable_Help Use this to deny management of a VPN Client service from a remote computer that is not localhost, via a remote connection by Command Line Management Utility or VPN Client Manager.
|
|
||||||
CMD_RemoteDisable_Args RemoteDisable
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
###################################################
|
|
||||||
# #
|
|
||||||
# Commands for VPN Tools are listed below #
|
|
||||||
# #
|
|
||||||
###################################################
|
|
||||||
|
|
||||||
|
|
||||||
# MakeCert command
|
|
||||||
CMD_MakeCert Create New X.509 Certificate and Private Key (1024 bit)
|
|
||||||
CMD_MakeCert_Help Use this to create a new X.509 certificate and private key and save it as a file. \nThe algorithm used to create the public key and private key of the certificate is RSA 1024 bit. \nYou can choose to create a root certificate (self-signed certificate) or a certificate signed by another certificate. To create a certificate that is signed by another certificate, you require a private key file (base 64 encoded) that is compatible with the certificate that uses the signature (X.509 format file). \n\nWhen creating a certificate, you can specify the following: Name (CN), Organization (O), Organization Unit (OU), Country (C), State (ST), Locale (L), Serial Number, and Expiration Date. \nThe created certificate will be saved as an X.509 format file and the private key file will be saved in a Base 64 encoded RSA 1024 bit format file. \n\nThe MakeCert command is a tool that provides the most rudimentary function for creating certificates. If you want to create a more substantial certificate, we recommend that you use either free software such as OpenSSL, or commercial CA (certificate authority) software. \n\nNote: This command can be called from the SoftEther VPN Command Line Management Utility. You can also execute this command while connected to the current VPN Server or VPN Client in Administration Mode but, what actually performs the RSA computation, generates the certificate data and saves it to file is the computer on which the command is running, and all this is executed in a context that has absolutely no relationship to the computer that is the destination of the Administration Mode connection.
|
|
||||||
CMD_MakeCert_Args MakeCert [/CN:cn] [/O:o] [/OU:ou] [/C:c] [/ST:st] [/L:l] [/SERIAL:serial] [/EXPIRES:expires] [/SIGNCERT:signcert] [/SIGNKEY:signkey] [/SAVECERT:savecert] [/SAVEKEY:savekey]
|
|
||||||
CMD_MakeCert_CN Specify the Name (CN) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_O Specify the Organization (O) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_OU Specify the Organization Unit (OU) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_C Specify the Country (C) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_ST Specify the State (ST) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_L Specify the Locale (L) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert_SERIAL Specify the Serial Number item of the certificate to create. Specify using hexadecimal values. You can specify "none".
|
|
||||||
CMD_MakeCert_EXPIRES Specify the Expiration Date item of the certificate to create. If you specify "none" or "0", 3650 days (approx. 10 years) will be used. You can specify a maximum of 10950 days (about 30 years).
|
|
||||||
CMD_MakeCert_SIGNCERT For cases when the certificate to be created is signed by an existing certificate, specify the X.509 format certificate file name to be used to sign the signature. When this parameter is omitted, such signature signing is not performed and the new certificate is created as a root certificate.
|
|
||||||
CMD_MakeCert_SIGNKEY Specify a private key (RSA, base-64 encoded) that is compatible with the certificate specified by /SIGNCERT.
|
|
||||||
CMD_MakeCert_SAVECERT Specify the file name to save the certificate you created. The certificate is saved as an X.509 file that includes a public key that is RSA format 1024 bit.
|
|
||||||
CMD_MakeCert_SAVEKEY Specify the file name to save private key that is compatible with the certificate you created. The private key will be saved as an RSA-format 1024-bit private key file.
|
|
||||||
CMD_MakeCert_PROMPT_CN Name of Certificate to Create (CN):
|
|
||||||
CMD_MakeCert_PROMPT_O Organization of Certificate to Create (O):
|
|
||||||
CMD_MakeCert_PROMPT_OU Organization Unit of Certificate to Create (OU):
|
|
||||||
CMD_MakeCert_PROMPT_C Country of Certificate to Create (C):
|
|
||||||
CMD_MakeCert_PROMPT_ST State of Certificate to Create (ST):
|
|
||||||
CMD_MakeCert_PROMPT_L Locale of Certificate to Create (L):
|
|
||||||
CMD_MakeCert_PROMPT_SERIAL Serial Number of Certificate to Create (Hexadecimal):
|
|
||||||
CMD_MakeCert_PROMPT_EXPIRES Expiration Date of Certificate to Create (Days):
|
|
||||||
CMD_MakeCert_PROMPT_SAVECERT File Name to Save Certificate to Create:
|
|
||||||
CMD_MakeCert_PROMPT_SAVEKEY File Name to Save Private Key to Create:
|
|
||||||
CMD_MakeCert_EVAL_EXPIRES Specify the Expiration Date within the range %u to %u.
|
|
||||||
CMD_MakeCert_ERROR_SIGNKEY Either it is not possible to read the certificate or private key specified by /SIGNCERT and /SIGNKEY, or they were an invalid combination.
|
|
||||||
CMD_MakeCert_ERROR_GEN_FAILED Creation of certificate and private key failed.
|
|
||||||
|
|
||||||
|
|
||||||
# MakeCert2048 command
|
|
||||||
CMD_MakeCert2048 Create New X.509 Certificate and Private Key (2048 bit)
|
|
||||||
CMD_MakeCert2048_Help Use this to create a new X.509 certificate and private key and save it as a file. \nThe algorithm used to create the public key and private key of the certificate is RSA 2048 bit. \nYou can choose to create a root certificate (self-signed certificate) or a certificate signed by another certificate. To create a certificate that is signed by another certificate, you require a private key file (base 64 encoded) that is compatible with the certificate that uses the signature (X.509 format file). \n\nWhen creating a certificate, you can specify the following: Name (CN), Organization (O), Organization Unit (OU), Country (C), State (ST), Locale (L), Serial Number, and Expiration Date. \nThe created certificate will be saved as an X.509 format file and the private key file will be saved in a Base 64 encoded RSA 2048 bit format file. \n\nThe MakeCert command is a tool that provides the most rudimentary function for creating certificates. If you want to create a more substantial certificate, we recommend that you use either free software such as OpenSSL, or commercial CA (certificate authority) software. \n\nNote: This command can be called from the SoftEther VPN Command Line Management Utility. You can also execute this command while connected to the current VPN Server or VPN Client in Administration Mode but, what actually performs the RSA computation, generates the certificate data and saves it to file is the computer on which the command is running, and all this is executed in a context that has absolutely no relationship to the computer that is the destination of the Administration Mode connection.
|
|
||||||
CMD_MakeCert2048_Args MakeCert2048 [/CN:cn] [/O:o] [/OU:ou] [/C:c] [/ST:st] [/L:l] [/SERIAL:serial] [/EXPIRES:expires] [/SIGNCERT:signcert] [/SIGNKEY:signkey] [/SAVECERT:savecert] [/SAVEKEY:savekey]
|
|
||||||
CMD_MakeCert2048_CN Specify the Name (CN) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_O Specify the Organization (O) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_OU Specify the Organization Unit (OU) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_C Specify the Country (C) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_ST Specify the State (ST) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_L Specify the Locale (L) item of the certificate to create. You can specify "none".
|
|
||||||
CMD_MakeCert2048_SERIAL Specify the Serial Number item of the certificate to create. Specify using hexadecimal values. You can specify "none".
|
|
||||||
CMD_MakeCert2048_EXPIRES Specify the Expiration Date item of the certificate to create. If you specify "none" or "0", 3650 days (approx. 10 years) will be used. You can specify a maximum of 10950 days (about 30 years).
|
|
||||||
CMD_MakeCert2048_SIGNCERT For cases when the certificate to be created is signed by an existing certificate, specify the X.509 format certificate file name to be used to sign the signature. When this parameter is omitted, such signature signing is not performed and the new certificate is created as a root certificate.
|
|
||||||
CMD_MakeCert2048_SIGNKEY Specify a private key (RSA, base-64 encoded) that is compatible with the certificate specified by /SIGNCERT.
|
|
||||||
CMD_MakeCert2048_SAVECERT Specify the file name to save the certificate you created. The certificate is saved as an X.509 file that includes a public key that is RSA format 2048 bit.
|
|
||||||
CMD_MakeCert2048_SAVEKEY Specify the file name to save private key that is compatible with the certificate you created. The private key will be saved as an RSA-format 2048-bit private key file.
|
|
||||||
|
|
||||||
|
|
||||||
# TrafficClient command
|
|
||||||
CMD_TrafficClient Run Network Traffic Speed Test Tool in Client Mode
|
|
||||||
CMD_TrafficClient_Help Use this to execute the communication throughput measurement tool's client program. \nTwo commands, TrafficClient and TrafficServer, are used for the communication throughput measurement tool to enable the measurement of communication throughput that can be transferred between two computers connected by IP network. The TrafficServer command is used first on another computer which puts the communication throughput measurement tool server in a listening condition. Then the TrafficClient command is used to connect to that server by specifying its host name or IP address and port number, which makes it possible to measure the communication speed. \nMeasurement of the communication speed is carried out by concurrently establishing multiple TCP connections and calculating the actual number of bits of data that can be transferred within a specified time based on the respective results of transferring the maximum stream data on each connection and then using that to calculate the average value (bps) of communication throughput. Normally when there is one TCP connection, it is common to only be able to achieve communication speeds slower than the actual net throughput because of limitations related to the TCP algorithm. We therefore recommend the establishment of multiple concurrent TCP connections when measuring communication results. Because the throughput that is measured using this measurement method is calculated from the bit length of the data that arrives on the receiver side as a stream by TCP, the packet loss that occurs during transfer and the packets with corrupted data are not included in the packets that actually arrive, which means it is possible to calculate a genuine value that is close to the maximum possible communication bandwidth of the network. \nUsing the measurement results, i.e. the stream size transferred by TCP, the approximate value of data volume that actually passed through the network is calculated and this is divided by time to calculate the bits per sec (bps). The calculation assumes the type of the physical network is Ethernet (IEEE802.3) and the MAC frame payload size is 1,500 bytes (TCP MSS is 1,460 bytes). By specifying the /RAW option, the calculation will not make corrections for the TCP/IP header and MAC header data volume. \n\nNote: This command can be called from the SoftEther VPN Command Line Management Utility. You can also execute this command while connected to the current VPN Server or VPN Client in Administration Mode but, what actually conducts communication and measures the throughput is the computer on which the command is running, and all this is executed in a context that has absolutely no relationship to the computer that is the destination of the Administration Mode connection.
|
|
||||||
CMD_TrafficClient_Args TrafficClient [host:port] [/NUMTCP:numtcp] [/TYPE:download|upload|full] [/SPAN:span] [/DOUBLE:yes|no] [/RAW:yes|no]
|
|
||||||
CMD_TrafficClient_[host:port] Specify the host name or IP address and port number that the communication throughput measurement tool server (TrafficServer) is listening for. If the port number is omitted, 9821 will be used.
|
|
||||||
CMD_TrafficClient_NUMTCP Specify the number of TCP connections to be concurrently established between the client and the server for data transfer. If omitted, 32 will be used.
|
|
||||||
CMD_TrafficClient_TYPE Specify the direction of data flow when throughput measurement is performed. Specify one of the following options: "download", "upload" or "full". By specifying "download" the data will be transmitted from the server side to the client side. By specifying "upload" the data will be transmitted from the client side to the server side. By specifying "full", the data will be transferred in both directions. When "full" is specified, the NUMTCP value must be an even number of two or more (half the number will be used for concurrent TCP connections in the download direction and the other half will be used in the upload direction). If this parameter is omitted, "full" will be used.
|
|
||||||
CMD_TrafficClient_SPAN Specify, using seconds, the time span to conduct data transfer for the measurement of throughput. If this parameter is omitted, "15" will be used.
|
|
||||||
CMD_TrafficClient_DOUBLE When "yes" is specified, the throughput of the measured result will be doubled and then displayed. This option is used for cases when a network device etc. is somewhere on the data route and the total throughput capability that is input and output by this network device is being measured.
|
|
||||||
CMD_TrafficClient_RAW By specifying "yes", the calculation will not make corrections for the TCP/IP header and MAC header data volume.
|
|
||||||
CMD_TrafficClient_EVAL_NUMTCP Specify a value of 32 or less for the number of TCP connections.
|
|
||||||
CMD_TrafficClient_PROMPT_HOST Measurement Server Name and Port Number (9821 if omitted):
|
|
||||||
CMD_TrafficClient_ERROR_NUMTCP When the data direction is "full" (both directions), you must specify an even value for the number of TCP connections (/NUMTCP).
|
|
||||||
CMD_TrafficClient_ERROR_HOSTPORT The host name or port number is incorrectly specified.
|
|
||||||
|
|
||||||
|
|
||||||
# TrafficServer command
|
|
||||||
CMD_TrafficServer Запустить средство тестирования скорости сетевого трафика в режиме сервера
|
|
||||||
CMD_TrafficServer_Help Используется для запуска инструмента измерения пропускной способности в режиме сервера. \n
|
|
||||||
Две команды, TrafficClient и TrafficServer, используются для измерения пропускной способности между двумя компьютерами, соединенными сетью IP. \nУкажите номер порта и запустите серверную часть с помощью команды TrafficServer, чтобы прослушивать подключение от TrafficClient другого компьютера. \nВы можете отобразить более подробную информацию об инструменте измерения пропускной способности, введя "TrafficClient ?". \n\nПримечание. Эту команду можно вызвать из утилиты управления командной строкой SoftEther VPN. Вы также можете выполнить эту команду при подключении к текущему VPN-серверу или VPN клиенту в режиме администрирования, но фактически осуществляет связь и измеряет пропускную способность тот компьютер, на котором выполняется команда, а не компьютер с которого выполнено подключение в режиме администрирования.
|
|
||||||
CMD_TrafficServer_Args TrafficServer [порт] [/NOHUP:да|нет]
|
|
||||||
CMD_TrafficServer_[port] Укажите номер порта для прослушивания соединения. Если указанный порт уже используется другой программой или порт не может быть открыт, произойдет ошибка
|
|
||||||
CMD_TrafficServer_NOHUP Если указано «да», серверная часть игнорирует любой ввод с консоли и никогда не останавливается. Это удобно, если вы хотите запустить TrafficServer в бесконечном режиме.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Internal message strings concerning TrafficClient / TrafficServer
|
|
||||||
TT_LISTEN_FAILED Не удалось открыть TCP порта %u. Порт может быть использован другим приложением или это приложение не имеет полномочий для открытия порта.
|
|
||||||
TTS_LISTEN_STOP Прослушиваемый порт закрыт.
|
|
||||||
TTS_ENTER_TO_EXIT \n----------------------------------------\nИнструмент тестирования скорости сетевого трафика запущен в режиме сервера.\n\nНажмите клавишу Enter, чтобы остановить сервер. \n----------------------------------------\n\n
|
|
||||||
TTS_INIT Запуск сервера...
|
|
||||||
TTS_LISTEN_STARTED Сервер был запущен. Теперь IPv4 TCP порт %u открыт и ждет соединения от клиентов.
|
|
||||||
TTS_LISTEN_STARTED_V6 IPv6 TCP порт %u ждет соединения от клиентов.
|
|
||||||
TTS_LISTEN_FAILED_V6 Не удалось открыть IPv6 TCP порт %u. Другое приложение может использовать тот же IPv6 TCP порт, либо в операционной системе не установлен стек IPv6.
|
|
||||||
TTS_STOP_INIT Остановка сервера...
|
|
||||||
TTS_STOP_FINISHED Остановка сервера завершена.
|
|
||||||
TTS_ACCEPTED Соединение %u: подключение от клиента %S порт %u.
|
|
||||||
TTS_DISCONNECTED Соединение %u (%S) было отключено.
|
|
||||||
TTS_DISCONNECT Соединение %u (%S) было отключено.
|
|
||||||
TTC_INIT Запуск клиента...
|
|
||||||
TTC_FREE Работа клиента была прекращена.
|
|
||||||
TTC_CONNECT_START Будет установлено соединение с сервером %S (порт %u). %u TCP соединений будет подключено.
|
|
||||||
TTC_CONNECT_FAILED TCP-соединение с номером %u не удалось.
|
|
||||||
TTC_CONNECT_NOT_SERVER Поскольку на TCP порту работает программа, отличная от TrafficServer, трафик не может быть измерен.
|
|
||||||
TTC_CONNECT_OK TCP-соединение с номером %u было подключено.
|
|
||||||
TTC_CONNECT_OK_2 \ Направление передачи данных: %s
|
|
||||||
TTC_ERROR_ABORTED Не удалось инициализировать TCP-соединение с сервером. Измерение будет остановлено.
|
|
||||||
TTC_SUMMARY_BAR -------------------------------------------------------
|
|
||||||
TTC_SUMMARY_TITLE Параметры инструмента тестирования скорости сетевого трафика
|
|
||||||
TTC_SUMMARY_HOST Имя хоста:
|
|
||||||
TTC_SUMMARY_PORT Номер TCP порта:
|
|
||||||
TTC_SUMMARY_NUMTCP Количество устанавливаемых TCP-соединений:
|
|
||||||
TTC_SUMMARY_TYPE Направление передачи данных:
|
|
||||||
TTC_SUMMARY_SPAN Время передачи данных:
|
|
||||||
TTC_SUMMARY_ETHER Коррекция данных Ethernet фреймов:
|
|
||||||
TTC_SUMMARY_DOUBLE Измерение общей скорости устройства ретрансляции:
|
|
||||||
TTC_TYPE_DOWNLOAD Скачивание (с сервера на клиент)
|
|
||||||
TTC_TYPE_UPLOAD Загрузка (с клиента на сервер)
|
|
||||||
TTC_TYPE_FULL В обе стороны (Сервер < -- > Клиент)
|
|
||||||
TTC_SPAN_STR %.1f сек
|
|
||||||
TTC_COMM_START \nВсе соединения были установлены и началась передача данных. \nВремя начала измерения: %s\nЗапланированное время окончания: %s\n\nИзмерение в процессе. Пожалуйста, подождите... \n(Во время измерения не используйте никакие другие приложения.)\n\n
|
|
||||||
TTC_COMM_END Поскольку прошло %.1f секунд или более, передача данных будет закончена. \n\n
|
|
||||||
TTC_COMM_USER_CANCEL Передача данных будет прервана из-за отмены пользователем. \n\n
|
|
||||||
TTC_COMM_DISCONNECTED TCP-соединение %u было отключено.
|
|
||||||
TTC_STOPPING Остановка работы инструмента измерения пропускной способности клиента...
|
|
||||||
TTC_ENTER_TO_EXIT \n----------------------------------------\nЗапущен инструмент тестирования скорости сетевого трафика в режиме клиента. \n\nНажмите клавишу Enter, чтобы остановить клиента. \n----------------------------------------\n\n
|
|
||||||
TTC_RES_TITLE \n\nТест скорости сетевого трафика\n\n
|
|
||||||
TTC_RES_COLUMN_1 Название
|
|
||||||
TTC_RES_COLUMN_2 Нормальный вид
|
|
||||||
TTC_RES_COLUMN_3 Упрощенный вид
|
|
||||||
TTC_RES_SPAN Интервал времени измерения
|
|
||||||
TTC_RES_ETHER Коррекция данных Ethernet фреймов
|
|
||||||
TTC_RES_BYTES_DOWNLOAD Объем скачанных с сервера данных
|
|
||||||
TTC_RES_BYTES_UPLOAD Объем загруженных на сервер данных
|
|
||||||
TTC_RES_BYTES_TOTAL Общий объем данных
|
|
||||||
TTC_RES_DOUBLE Расчет общей скорости устройства ретрансляции
|
|
||||||
TTC_RES_BPS_DOWNLOAD Средняя скорость скачивания с сервера
|
|
||||||
TTC_RES_BPS_UPLOAD Средняя скорость загрузки на сервер
|
|
||||||
TTC_RES_BPS_TOTAL Общая средняя скорость
|
|
||||||
|
|
||||||
|
|
||||||
# Check command
|
|
||||||
CMD_Check Проверка возможности работы SoftEther VPN
|
|
||||||
CMD_Check_Help Используется, чтобы проверить, является ли текущий компьютер, на котором работает vpncmd, подходящей рабочей платформой для SoftEther VPN Сервера / Моста.\nЕсли эта проверка пройдена, наиболее вероятно, что программное обеспечение SoftEther VPN будет правильно работать в этой системе. \nЕсли эта проверка не пройдена, это означает, что при использовании программного обеспечения SoftEther VPN в этой системе могут возникнуть проблемы.
|
|
||||||
CMD_Check_Args Проверить
|
|
||||||
|
|
||||||
|
|
||||||
# Concerning System Checker
|
|
||||||
# (This contains some strange character strings which are used to check character code conversion.)
|
|
||||||
CHECK_TITLE ---------------------------------------------------\nСредство проверки рабочей среды SoftEther VPN\nDeveloper Edition\n\nАвторские права (c) Проект SoftEther VPN.\nВсе права защищены.\n\n
|
|
||||||
CHECK_NOTE Если этот инструмент проверки рабочей среды запущен в системе и эта система прошла проверку, наиболее вероятно, что программное обеспечение SoftEther VPN может работать в этой системе. Эта проверка может занять некоторое время. Пожалуйста, подождите...\n\n
|
|
||||||
CHECK_EXEC_TAG Проверка '%s'... \n
|
|
||||||
CHECK_PASS Пройдена
|
|
||||||
CHECK_FAIL Не пройдена
|
|
||||||
CHECK_RESULT_1 Все проверки пройдены. Скорее всего, SoftEther VPN Сервер / Мост может нормально работать в этой системе.
|
|
||||||
CHECK_RESULT_2 Некоторые проверки не пройдены. Пожалуйста, проверьте рабочую среду этой системы. Если SoftEther VPN Сервер / Мост должен быть запущен в этой системе, могут возникнуть проблемы.
|
|
||||||
CHECK_TEST_123456789 123456789
|
|
||||||
|
|
||||||
|
|
||||||
CHECK_PROC_KERNEL Ядро системы
|
|
||||||
CHECK_PROC_MEMORY Память операционной системы
|
|
||||||
CHECK_PROC_STRINGS Система обработки строк ANSI / Unicode
|
|
||||||
CHECK_PROC_FILESYSTEM Файловая система
|
|
||||||
CHECK_PROC_THREAD Система обработки потоков
|
|
||||||
CHECK_PROC_NETWORK Сетевая система
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
######################################################
|
|
||||||
# #
|
|
||||||
# Setup Wizard (SW) Strings #
|
|
||||||
# #
|
|
||||||
######################################################
|
|
||||||
|
|
||||||
SW_TITLE Мастер установки SoftEther VPN Developer Edition (версия %S)
|
|
||||||
SW_EXIT_CONFIRM Процесс установки SoftEther VPN еще не завершен.\r\n\r\nВы хотите прервать установку?
|
|
||||||
SW_UNINSTALL_CONFIRM Запуск процесса удаления %s.\r\n\r\nВы хотите продолжить?
|
|
||||||
|
|
||||||
|
|
||||||
SW_COMPONENT_VPNSERVER_TITLE SoftEther VPN-сервер
|
|
||||||
SW_COMPONENT_VPNSERVER_DESCRIPTION Установите его на серверный компьютер, который станет центральным VPN узлом. Инструменты управления также будут установлены.
|
|
||||||
|
|
||||||
SW_COMPONENT_VPNCLIENT_TITLE SoftEther VPN клиент
|
|
||||||
SW_COMPONENT_VPNCLIENT_DESCRIPTION Установите его на клиентских VPN компьютерах. Клиентский VPN компьютер сможет подключаться к центральному VPN серверу. Инструменты управления также будут установлены.
|
|
||||||
|
|
||||||
SW_COMPONENT_VPNBRIDGE_TITLE SoftEther VPN-мост
|
|
||||||
SW_COMPONENT_VPNBRIDGE_DESCRIPTION Установить его на компьютеры, которые станут дополнительными узлами. Каждый VPN-мост будет устанавливать VPN-подключение к центральному VPN серверу. Средства управления также будут установлены.
|
|
||||||
|
|
||||||
SW_COMPONENT_VPNSMGR_TITLE SoftEther VPN-сервер менеджер (Инструментарий админа)
|
|
||||||
SW_COMPONENT_VPNSMGR_DESCRIPTION Будет установлен только менеджер VPN-серверов. Служба VPN-сервера не будет установлена. Вы можете использовать менеджер VPN-серверов для управления удаленными VPN-серверами и VPN-мостами на других компьютерах с Windows, Linux, Mac OS X, Solaris или FreeBSD.
|
|
||||||
|
|
||||||
SW_COMPONENT_VPNCMGR_TITLE Управление SoftEther VPN клиентом (Инструментарий админа)
|
|
||||||
SW_COMPONENT_VPNCMGR_DESCRIPTION Будет установлено только "Управление VPN клиентом на удаленных компьютерах". Служба VPN клиента не будет установлена. Вы можете использовать Управление VPN клиентом для подключения и управления удаленными VPN клиентами на других компьютерах с Windows или Linux.
|
|
||||||
|
|
||||||
SW_WELCOME_TITLE Добро пожаловать в мастер установки SoftEther VPN Developer Edition
|
|
||||||
SW_MODE_TITLE Выберите режим установки
|
|
||||||
SW_NOT_ADMIN_TITLE Недостаточно прав
|
|
||||||
SW_COMPONENTS_TITLE Выберите компоненты для установки
|
|
||||||
SW_EULA_TITLE Лицензионное соглашение конечного пользователя
|
|
||||||
SW_WARNING_TITLE Важные замечания
|
|
||||||
SW_DIR_TITLE Каталог установки
|
|
||||||
SW_READY_TITLE Готов к установке
|
|
||||||
SW_PERFORM_TITLE Установка в процессе
|
|
||||||
SW_ERROR_TITLE Результаты установки
|
|
||||||
SW_FINISH_TITLE Установка завершена
|
|
||||||
SW_UNINST1_TITLE Деинсталлятор
|
|
||||||
SW_LANG1_TITLE SoftEther VPN: настройка языка
|
|
||||||
SW_EASY1_TITLE Добро пожаловать в программу SoftEther VPN клиент Easy Installer Creator
|
|
||||||
SW_EASY2_TITLE Укажите файлы
|
|
||||||
SW_WEB1_TITLE Добро пожаловать в SoftEther VPN клиент Web Installer Creator
|
|
||||||
SW_WEB2_TITLE Укажите файлы
|
|
||||||
|
|
||||||
SW_UNINSTALLINFO_URL http://selinks.org/
|
|
||||||
SW_UNINSTALLINFO_PUBLISHER Проект SoftEther VPN
|
|
||||||
|
|
||||||
SW_KB3033929_REQUIRED В Windows 7 и Windows Server 2008 R2 для некоторых функций SoftEther VPN требуется установленное обновление Microsoft Windows Update KB3033929.\r\n\r\nЕсли KB3033929 не установлен в системе, пожалуйста, перед использованием SoftEther VPN установите его из Windows Update или с веб-сайта Microsoft.
|
|
||||||
|
|
||||||
|
|
||||||
SW_COMPONENTS_ABOUT_TAG О %s
|
|
||||||
SW_COMPONENTS_REQUIRE_ADMIN Установка требует прав администратора
|
|
||||||
SW_COMPONENTS_REQUIRE_ADMIN_TEXT Для установки %s в системном режиме, вы должны перезапустить мастер настройки с правами администратора. Для установки в системном режиме, нажмите "Назад".
|
|
||||||
SW_DIR_SELECT Пожалуйста, укажите каталог установки
|
|
||||||
SW_DIR_MORE_THAN_110 Имя каталога слишком длинное.\r\nУкажите не более 110 символов.
|
|
||||||
SW_DIR_WRITE_ERROR Не удалось создать указанный каталог "%s" или не удалось записать файл в каталог.\r\n\r\nУкажите другой каталог.
|
|
||||||
SW_DIR_DST_IS_SAME_TO_SRC Указанный каталог "%s" совпадает с исходным каталогом.
|
|
||||||
SW_DIR_IS_NOT_HDD Указанный каталог "%s" не является локальным жестким диском.\r\n\r\nЧтобы установить %s в системном режиме, вы должны указать каталог на локальном жестком диске.
|
|
||||||
SW_DIR_IS_NOT_FULLPATH Путь к каталогу "%s" не является полным путем.\r\n\r\nПожалуйста, укажите полный путь к каталогу.
|
|
||||||
SW_DIR_DST_IS_OTHER_PRODUCT В указанном каталоге уже установлен другой компонент.\r\n\r\nПожалуйста, укажите другой каталог.
|
|
||||||
SW_DIR_DST_IS_NEWER Более новая версия программного обеспечения была установлена в указанный каталог.\r\n\r\nВам не нужно устанавливать эту версию.
|
|
||||||
SW_DIR_DST_IS_NEWER_2 Более новая версия программного обеспечения была установлена в указанный каталог.\r\n\r\nЭтот установщик импортирует и применит параметры VPN-подключения, встроенные в Easy Installer. Никакие файлы программы не будут перезаписаны.
|
|
||||||
SW_DIR_DST_IS_BROKEN Невозможно прочитать файл "%s", который находится в указанном каталоге. \r\n\r\nПожалуйста, укажите другой каталог.
|
|
||||||
SW_DIR_DST_IS_SYSTEM_MODE В указанном каталоге уже установлено то же программное обеспечение в системном режиме.\r\n\r\nПожалуйста, укажите другой каталог.
|
|
||||||
SW_DIR_DST_IS_USER_MODE В указанном каталоге уже установлено то же программное обеспечение в режиме пользователя.\r\n\r\nПожалуйста, укажите другой каталог.
|
|
||||||
SW_SYSTEM_MODE_ALREADY_INSTALLED Программное обеспечение "%s" уже установлено на этом компьютерев системном режиме.\r\n\r\nУстановка программного обеспечения одновременно в ситемном режиме и режиме пользователя на одном компьютере приведет к конфликту.\r\n\r\nВы действительно хотите продолжить установку в режиме пользователя?
|
|
||||||
|
|
||||||
SW_NOT_INSTALL_SRC Программа установки была выполнена из-за пределов источника установки.\r\n\r\nНе удается продолжить установку.
|
|
||||||
SW_SETUPLOG_CORRUPTED Файл "setuplog.dat" поврежден.
|
|
||||||
SW_MSI_UNINSTALL_FAILED Старая версия %s (код продукта: "%S") установлена. Установщику Windows не удалось удалить старую версию.\r\n\r\nПожалуйста, удалите старую версию вручную и перезапустите этот установщик снова.
|
|
||||||
SW_MSI_UNINSTALL_REBOOT_REQUIRED Установщик Windows удалил старую версию %s. Требуется перезагрузка компьютера.\r\n\r\nНажмите "Готово", перезагрузите компьютер ВРУЧНУЮ и перезапустите этот установщик после перезагрузки.
|
|
||||||
SW_NOTICE_VPNSERVER_IS_INSTALLED SoftEther VPN-мост выбран в качестве компонента для установки. Однако на этом компьютере уже установлен SoftEther VPN-сервер.\r\n\r\nОбычно вам не нужно устанавливать SoftEther VPN-сервер и SoftEther VPN-мост на одном компьютере.\r\nЕсли вы установите оба варианта, могут возникнуть конфликты, такие как дублирование номера порта.\r\nЕсли вы хотите заменить SoftEther VPN-сервер на SoftEther VPN-мост, вы должны удалить SoftEther VPN-сервер и после этого запустить заново этот установщик.\r\n\r\nВы действительно хотите продолжить установку SoftEther VPN-моста?
|
|
||||||
SW_NOTICE_VPNBRIDGE_IS_INSTALLED SoftEther VPN-сервер выбран в качестве компонента для установки. Однако на этом компьютере уже установлен SoftEther VPN-мост.\r\n\r\nОбычно вам не нужно устанавливать SoftEther VPN-мост и SoftEther VPN-сервер на одном компьютере.\r\nЕсли вы установите оба варианта, могут возникнуть конфликты, такие как дублирование номера порта.\r\nЕсли вы хотите заменить SoftEther VPN-мост на SoftEther VPN-сервер, вы должны удалить SoftEther VPN-мост и после этого запустить заново этот установщик.\r\n\r\nВы действительно хотите продолжить установку SoftEther VPN-сервера?
|
|
||||||
SW_OS_FAILED Эта операционная система не поддерживает %s.
|
|
||||||
SW_LANG_NOT_CHANGED Языковые настройки %s не были изменены.
|
|
||||||
SW_LANG_LIST_LOAD_FAILED Не удалось загрузить список доступных языков.
|
|
||||||
SW_LANG_OK Язык программы %s был успешно изменен.\r\nВыйдите из программы и перезапустите ее, чтобы применить новый язык. Если язык по-прежнему не изменился, перезагрузите Windows.\r\n
|
|
||||||
SW_LANG_OK_SERVICE \r\nЯзык файлов журнала, которые записывает программа, будет изменен на новый язык после перезагрузки.
|
|
||||||
SW_LANG_OK_VPNCMGR \r\nЯзыковые настройки VPN клиента будут изменены после его перезагрузки. (Включая полную выгрузку программы через панель задач.)
|
|
||||||
SW_CHILD_PROCESS_ERROR Не удалось выполнить дочерний процесс.
|
|
||||||
SW_EXE_FILTER Исполняемые файлы Windows (*.EXE)|*.exe|Все файлы (*.*)|*.*
|
|
||||||
SW_PERFORM_MSG_EASY_INFO Компиляция VPN клиент Easy Installer...
|
|
||||||
SW_EASY_FINISHED_MSG VPN клиент Easy Installer успешно создан.\r\nУстановщик сохранен под следующим именем.\r\n\r\n%s\r\n\r\nВы можете распространять вышеуказанный файл на предприятии.
|
|
||||||
SW_EASY_ERROR_MSG Не удалось создать VPN клиент Easy Installer.
|
|
||||||
SW_OTHER_INSTANCE_EXISTS Запущен еще один мастер установки SoftEther VPN.\r\n\r\nВы можете продолжить работу этого мастера после выхода из другого запущенного мастера установки.
|
|
||||||
SW_PERFORM_MSG_WEB_INFO Компиляция VPN клиент Web Installer...
|
|
||||||
SW_WEB_ERROR_MSG Не удалось создать VPN клиент Web Installer.
|
|
||||||
SW_INSTALLER_CACHE_IS_NOT_SIGNED Установленный на этот компьютер SoftEther VPN клиент не был установлен из пакета с цифровой подписью проекта SoftEther VPN, подписанного цифровым сертификатом по технологии Authenticode.\r\nОн мог быть установлен из модифицированного установщика (например, установщика, созданного Easy Installer Creator.)\r\n\r\nЕсли вы продолжите создание Web Installer, предупреждающее сообщение будет появляться на экране пользователя при его загрузке.\r\nЧтобы избежать появления предупреждающего сообщения, следует отменить этот мастер создания, загрузить последнюю версию SoftEther VPN клиента с веб-сайта проекта SoftEther VPN, переустановить его и перезапустить мастер Web Installer Creator.\r\n\r\nВы действительно хотите продолжить создавать Web Installer?
|
|
||||||
SW_FILE_NOT_FOUNT Файл "%s" не найден.
|
|
||||||
SW_WEB_FINISHED Web Installer создан и сохранен как "%s".\r\n\r\nИзвлеките внутренние файлы из ZIP-файла, загрузите их на веб-сервер и отредактируйте HTML-файл и inf-файл, чтобы соответствующим образом заменить URL-адреса.\r\n\r\nОписание развертывания веб-установщика приведено в ZIP файле.
|
|
||||||
|
|
||||||
SW_VG_CONFIRM_MSG Вы действительно хотите установить и активировать модуль плагина VPN Gate P2P Relay Function с SoftEther VPN клиентом?\r\n\r\nЭтот плагин обеспечит стабильность связи в обход брандмауэра государственной цензуры. Однако для связи VPN Gate обычно потребляет некоторую пропускная способность сети. VPN Gate не рекомендуется использовать с мобильным интернетом.\r\n\r\nОбратите внимание, что в некоторых странах и регионах действуют правила, запрещающие шифрованние трафика для обхода брандмауэра государственной цензуры. В таком случае вы не должны использовать функции VPN Gate на вашем компьютере. VPN Gate предназначен для использования в основном в Японии. VPN Gate - это исследовательский проект только для академических целей. VPN Gate регулируется японским законодательством. Законы других стран не являются ни нашей заботой, ни ответственностью. Используя это программное обеспечение и услуги, вы должны соблюдать все соответствующие законы и правила. Вы будете нести полную ответственность за любой ущерб, который будет нанесен в результате использования этого программного обеспечения и услуг, независимо от того, происходило это внутри или за пределами территории Японии.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SW_PERFORM_MSG_INIT_TASKS Подготовка заданий...
|
|
||||||
SW_PERFORM_MSG_COPY_PREPARE Подготовка к копированию файлов...
|
|
||||||
SW_PERFORM_MSG_WRITE_ERROR Не удалось записать файл "%s".\r\n\r\nВозможно этот файл открыт в другой программе.\r\nЕсли программы или службы %s запущены, завершите их и нажмите «Повторить».
|
|
||||||
SW_PERFORM_MSG_COPY_FILE Копирование "%s"...
|
|
||||||
SW_PERFORM_MSG_SET_SECURITY Настройка безопасности на "%s"...
|
|
||||||
SW_PERFORM_MSG_PLUGIN Установка плагинов...
|
|
||||||
SW_PERFORM_MSG_STOP_SVC Остановка службы "%s"...
|
|
||||||
SW_PERFORM_MSG_WAIT_FOR_FILE_UNLOCK Файл "%s" заблокирован запущенной программой. Ожидание разблокировки...
|
|
||||||
SW_PERFORM_MSG_INSTALL_SVC Установка службы %s...
|
|
||||||
SW_PERFORM_MSG_START_SVC Запуск службы %s...
|
|
||||||
SW_PERFORM_MSG_CREATE_LINKS Создание ярлыков...
|
|
||||||
SW_PERFORM_MSG_DELETE_LINKS Удаление ярлыков ...
|
|
||||||
SW_PERFORM_MSG_DELETE_OLD_LINKS Удаление старых ярлыков ...
|
|
||||||
SW_PERFORM_MSG_REGISTER_UNINSTALL Регистрация деинсталятора в панели управления...
|
|
||||||
SW_PERFORM_MSG_IMPORTING_ACCOUNT Импорт настроек встроенного VPN-подключения в Easy Installer...
|
|
||||||
SW_PERFORM_MSG_DELETE_SETUP_INFO Удаление журналов и информации об установке...
|
|
||||||
SW_PERFORM_MSG_WRITE_LOG Запись в журнал установки...
|
|
||||||
SW_PERFORM_MSG_COPY_ERROR Копирование в файл "%s" не удалось.
|
|
||||||
SW_PERFORM_MSG_CREATE_LINK_ERROR Создание ярлыка "%s" не удалось.\r\n\r\nВы хотите повторить попытку?
|
|
||||||
SW_PERFORM_MSG_WRITE_LOG_ERROR Создание журнала установки "%s" не удалось.\r\n\r\nВы хотите повторить попытку?
|
|
||||||
SW_PERFORM_MSG_STOP_SVC_ERROR Не удалось остановить службу "%s" (внутреннее имя: "%S").
|
|
||||||
SW_PERFORM_MSG_START_SVC_ERROR Запуск службы "%s" (внутреннее имя: "%S") завершился неудачно.
|
|
||||||
SW_PERFORM_MSG_SVC_UNINSTALL_FAILED Не удалось удалить службу "%s" (внутреннее имя: "%S").
|
|
||||||
SW_PERFORM_MSG_SVC_INSTALL_FAILED Установка службы "%s" (внутреннее имя: "%S") завершилась неудачно.
|
|
||||||
SW_PERFORM_MSG_SVC_USERMODE_EXEC_FAILED Не удалось запустить режим пользователя "%s".
|
|
||||||
SW_PERFORM_MSG_UPDATING Обновление настроек системы...
|
|
||||||
SW_PERFORM_MSG_DELETE_NIC Удаление виртуальных сетевых адаптеров...
|
|
||||||
SW_PERFORM_MSG_FINISHED Процесс установки завершен.
|
|
||||||
SW_PERFORM_MSG_UNINSTALL_MSI Установщик Windows удаляет старую версию %s...
|
|
||||||
SW_PERFORM_MSG_UPDATE_LANG_CONFIG Изменение настроек языка...
|
|
||||||
|
|
||||||
SW_PERFORM_MSG_INIT_UNINST Подготовка к удалению...
|
|
||||||
SW_PERFORM_MSG_DELETE_PREPARE Подготовка к удалению файлов...
|
|
||||||
SW_PERFORM_MSG_DELETE_ERROR Невозможно удалить файл "%s".\r\n\r\nВозможно этот файл открыт в другой программе.\r\nЕсли программы или службы %s запущены, завершите их и нажмите «Повторить».
|
|
||||||
SW_PERFORM_MSG_UNINSTALL_SVC Удаление службы "%s"...
|
|
||||||
SW_PERFORM_MSG_DELETE Удаление службы "%s"...
|
|
||||||
SW_PERFORM_MSG_EASY_INIT Сборка Easy Installer...
|
|
||||||
SW_PERFORM_MSG_WEB_INIT Сборка Web Installer...
|
|
||||||
SW_PERFORM_MSG_INSTALL_SELOW Создание точки восстановления системы и установка необходимых компонентов. Это может занять некоторое время...
|
|
||||||
|
|
||||||
|
|
||||||
SW_TAG_USERNAME \ (User-mode)
|
|
||||||
SW_DIRNAME_CONFIG_TOOLS Инструменты настройки
|
|
||||||
SW_DIRNAME_ADMIN_TOOLS Инструменты управления
|
|
||||||
SW_DIRNAME_LANGUAGE_TOOLS Настройки языка
|
|
||||||
|
|
||||||
SW_RUN_TEXT_VPNSMGR Запустить SoftEther VPN-сервер менеджер.
|
|
||||||
SW_RUN_TEXT_VPNCMGR Запустить SoftEther VPN клиент.
|
|
||||||
|
|
||||||
SW_NIC_UNINSTALL Виртуальные сетевые адаптеры SoftEther VPN клиента были созданы в системе.\r\nВы хотите удалить эти виртуальные сетевые адаптеры?
|
|
||||||
|
|
||||||
# Do not translate this section !!!
|
|
||||||
SW_TAG_USERNAME_ENGLISH \ (User-Mode)
|
|
||||||
SW_LINK_NAME_VPNSERVER_SVC SoftEther VPN Server Developer User-mode Service
|
|
||||||
SW_LINK_NAME_VPNBRIDGE_SVC SoftEther VPN Bridge Developer User-mode Service
|
|
||||||
SW_LONG_VPNSERVER SoftEther VPN Server Developer Edition
|
|
||||||
SW_LONG_VPNCLIENT SoftEther VPN Client Developer Edition
|
|
||||||
SW_LONG_VPNBRIDGE SoftEther VPN Bridge Developer Edition
|
|
||||||
SW_LONG_VPNSMGR SoftEther VPN Server Manager Developer Edition
|
|
||||||
SW_LONG_VPNCMGR SoftEther VPN Client Manager Developer Edition
|
|
||||||
SW_LANG_SET_FAILED Failed to write the new language setting on lang.config file.
|
|
||||||
# --- end of "Do not translate this section" ---
|
|
||||||
|
|
||||||
|
|
||||||
# Shortcuts Filenames
|
|
||||||
SW_LINK_NAME_VPNSMGR_SHORT SoftEther VPN-сервер менеджер (Dev)
|
|
||||||
SW_LINK_NAME_VPNSMGR_SHORT_UM SE VPN-сервер менеджер (Dev User)
|
|
||||||
SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY SE VPN-сервер менеджер (Dev Tools)
|
|
||||||
SW_LINK_NAME_VPNSMGR_SHORT_TOOLSONLY_UM SE VPN-сервер менеджер (Dev Tools User)
|
|
||||||
SW_LINK_NAME_VPNSMGR_FULL SoftEther VPN-сервер менеджер Developer Edition
|
|
||||||
SW_LINK_NAME_VPNSMGR_COMMENT Вы можете управлять SoftEther VPN-сервером или SoftEther VPN-мостом на удаленном компьютере.
|
|
||||||
|
|
||||||
SW_LINK_NAME_VPNCMGR_SHORT SoftEther VPN клиент (Dev)
|
|
||||||
SW_LINK_NAME_VPNCMGR_FULL SoftEther VPN клиент Developer Edition
|
|
||||||
SW_LINK_NAME_VPNCMGR_COMMENT Вы можете подключиться к VPN-серверу с помощью SoftEther VPN клиента.
|
|
||||||
|
|
||||||
SW_LINK_NAME_VPNCMGRTOOLS_SHORT Удаленное управление SoftEther VPN клиентом (Dev)
|
|
||||||
SW_LINK_NAME_VPNCMGRTOOLS_SHORT_UM Удаленное управление SE VPN клиентом (Dev User)
|
|
||||||
SW_LINK_NAME_VPNCMGRTOOLS_FULL Удаленное управление SoftEther VPN клиентом Developer Edition
|
|
||||||
|
|
||||||
SW_LINK_NAME_VPNCMGR2_FULL Управление SoftEther VPN клиентом на удаленных компьютерах
|
|
||||||
SW_LINK_NAME_VPNCMGR2_COMMENT Вы можете установить удаленное соединение с SoftEther VPN клиентом и управлять им на удаленном компьютере.
|
|
||||||
|
|
||||||
SW_LINK_NAME_VPNCMGRTRAY_FULL Запуск SoftEther VPN клиента Developer Edition
|
|
||||||
SW_LINK_NAME_VPNCMGRTRAY_COMMENT Регистрирует значок SoftEther VPN клиента Developer Edition в области уведомлений панели задач.
|
|
||||||
|
|
||||||
SW_LINK_NAME_EASYINSTALLER Easy Installer Creator
|
|
||||||
SW_LINK_NAME_EASYINSTALLER_COMMENT Инструмент для системных администраторов предприятия для создания SoftEther VPN Client Easy Installer, который имеет функцию автоматического запуска VPN-подключения к определенному серверу.
|
|
||||||
|
|
||||||
SW_LINK_NAME_WEBINSTALLER Web Installer Creator
|
|
||||||
SW_LINK_NAME_WEBINSTALLER_COMMENT Инструмент для системных администраторов предприятия для создания SoftEther VPN Client Web Installer (установщик ActiveX), который имеет функцию автоматического запуска VPN-подключения к определенному серверу.
|
|
||||||
|
|
||||||
|
|
||||||
SW_LINK_NAME_VPNCMD Командная строка SoftEther VPN (vpncmd)
|
|
||||||
SW_LINK_NAME_VPNCMD_COMMENT Управляйте SoftEther VPN-сервером, VPN-мостом и VPN клиентом с помощью интерфейса командной строки в vpncmd.
|
|
||||||
SW_LINK_NAME_TRAFFIC Тест скорости сетевого трафика
|
|
||||||
SW_LINK_NAME_TRAFFIC_COMMENT Выполняет передачу пакетов между двумя компьютерами, подключенными по TCP/IP, с максимально возможной пропускной способностью, чтобы измерить фактическую доступную скорость сетевого трафика.
|
|
||||||
SW_LINK_NAME_TCP Утилита оптимизации TCP
|
|
||||||
SW_LINK_NAME_TCP_COMMENT Утилита оптимизации TCP может регулировать параметры TCP/IP Windows, чтобы увеличить пропускную способность сетевого соединения этого компьютера.
|
|
||||||
SW_LINK_NAME_SERVICES Службы, работающие на этом компьютере
|
|
||||||
SW_LINK_NAME_SERVICES_COMMENT Запускает, останавливает и настраивает службы Windows. Вы можете запускать и останавливать SoftEther VPN службы.
|
|
||||||
SW_LINK_NAME_VPNSERVER_SVC_COMMENT Запускает службу SoftEther VPN-сервер в режиме пользователя.
|
|
||||||
SW_LINK_NAME_VPNBRIDGE_SVC_COMMENT Запускает службу SoftEther VPN-мост в режиме пользователя.
|
|
||||||
|
|
||||||
SW_LINK_NAME_UNINSTALL Удалить %s
|
|
||||||
SW_LINK_NAME_UNINSTALL_COMMENT Удалить %s на этом компьютере.
|
|
||||||
|
|
||||||
SW_LINK_NAME_LANGUAGE Настроить язык
|
|
||||||
SW_LINK_NAME_LANGUAGE_COMMENT Изменить настройки языка %s.
|
|
||||||
|
|
||||||
SW_LINK_NAME_DEBUG Инструмент сбора отладочной информации
|
|
||||||
SW_LINK_NAME_DEBUG_COMMENT Собирает отладочную информацию SoftEther VPN. Используйте этот инструмент, только если ваши сотрудники поддержки просит вас сделать это.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user