mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Fix openssl engine's internationalisation
Only english yet
This commit is contained in:
parent
51ffe4be2c
commit
1e164ecc4e
@ -6432,8 +6432,8 @@ UINT PcAccountOpensslEngineCertSet(CONSOLE *c, char *cmd_name, wchar_t *str, voi
|
|||||||
{
|
{
|
||||||
{"[name]", CmdPrompt, _UU("CMD_AccountCreate_Prompt_Name"), CmdEvalNotEmpty, NULL},
|
{"[name]", CmdPrompt, _UU("CMD_AccountCreate_Prompt_Name"), CmdEvalNotEmpty, NULL},
|
||||||
{"LOADCERT", CmdPrompt, _UU("CMD_LOADCERTPATH"), CmdEvalIsFile, NULL},
|
{"LOADCERT", CmdPrompt, _UU("CMD_LOADCERTPATH"), CmdEvalIsFile, NULL},
|
||||||
{"KEYNAME", CmdPrompt, _UU("CMD_AccountSecureCertSet_PROMPT_KEYNAME"), CmdEvalNotEmpty, NULL},
|
{"KEYNAME", CmdPrompt, _UU("CMD_AccountOpensslCertSet_PROMPT_KEYNAME"), CmdEvalNotEmpty, NULL},
|
||||||
{"ENGINENAME", CmdPrompt, _UU("Openssl engine name."), CmdEvalNotEmpty, NULL},
|
{"ENGINENAME", CmdPrompt, _UU("CMD_AccountOpensslCertSet_PROMPT_ENGINENAME"), CmdEvalNotEmpty, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get the parameter list
|
// Get the parameter list
|
||||||
|
@ -398,6 +398,7 @@ PW_TYPE_1 Standard Password Authentication
|
|||||||
PW_TYPE_2 RADIUS or NT Domain Authentication
|
PW_TYPE_2 RADIUS or NT Domain Authentication
|
||||||
PW_TYPE_3 Client Certificate Authentication
|
PW_TYPE_3 Client Certificate Authentication
|
||||||
PW_TYPE_4 Smart Card Authentication
|
PW_TYPE_4 Smart Card Authentication
|
||||||
|
PW_TYPE_5 Openssl Engine Authentication
|
||||||
|
|
||||||
PW_MSG_PROXY User authentication failed on the proxy server %S. Re-enter the correct user name and password.
|
PW_MSG_PROXY User authentication failed on the proxy server %S. Re-enter the correct user name and password.
|
||||||
PW_TYPE_PROXY Proxy Server Authentication
|
PW_TYPE_PROXY Proxy Server Authentication
|
||||||
@ -6859,6 +6860,10 @@ CMD_AccountSecureCertSet_KEYNAME Specify the name of the private key object stor
|
|||||||
CMD_AccountSecureCertSet_PROMPT_CERTNAME Name of Certificate Object on Smart Card:
|
CMD_AccountSecureCertSet_PROMPT_CERTNAME Name of Certificate Object on Smart Card:
|
||||||
CMD_AccountSecureCertSet_PROMPT_KEYNAME Name of Private Key Object on Smart Card:
|
CMD_AccountSecureCertSet_PROMPT_KEYNAME Name of Private Key Object on Smart Card:
|
||||||
|
|
||||||
|
# PcAccountOpensslEngineCertSet
|
||||||
|
CMD_AccountOpensslCertSet_PROMPT_KEYNAME Specify the openssl engine specific key name:
|
||||||
|
CMD_AccountOpensslCertSet_PROMPT_ENGINENAME Specify the openssl engine name:
|
||||||
|
|
||||||
|
|
||||||
# AccountRetrySet コマンド
|
# AccountRetrySet コマンド
|
||||||
CMD_AccountRetrySet Set Interval between Connection Retries for Connection Failures or Disconnections of VPN Connection Setting
|
CMD_AccountRetrySet Set Interval between Connection Retries for Connection Failures or Disconnections of VPN Connection Setting
|
||||||
|
Loading…
Reference in New Issue
Block a user