| | |
| | | string txtLinkNotExist = "连接信息错误。"; |
| | | public SystemRemote () |
| | | { |
| | | |
| | | txtCheckInternet = "Please check your network connection."; |
| | | txtLinkSeverLoser = "Remote connection failed to communicate with the server."; |
| | | txtRemoteDevicesHaveNoReply = "One port is not responding."; |
| | | txtPwdError = "Password error"; |
| | | txtLinkNotExist = "Connection information error."; |
| | | if (Language.CurrentLanguage != "Chinese") { |
| | | txtCheckInternet = "Please check your network connection."; |
| | | txtLinkSeverLoser = "Remote connection failed to communicate with the server."; |
| | | txtRemoteDevicesHaveNoReply = "One port is not responding."; |
| | | txtPwdError = "Password error"; |
| | | txtLinkNotExist = "Connection information error."; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |