mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-208: Define UPSTREAM_UNAVAILABLE and UPSTREAM_NOT_FOUND strings for tunnel errors.
This commit is contained in:
@@ -117,6 +117,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
|||||||
0x0203: true,
|
0x0203: true,
|
||||||
0x0204: true,
|
0x0204: true,
|
||||||
0x0205: true,
|
0x0205: true,
|
||||||
|
0x0207: true,
|
||||||
|
0x0208: true,
|
||||||
0x0301: true,
|
0x0301: true,
|
||||||
0x0303: true,
|
0x0303: true,
|
||||||
0x0308: true,
|
0x0308: true,
|
||||||
|
@@ -83,6 +83,8 @@
|
|||||||
"ERROR_TUNNEL_203" : "The server encountered an error and has closed the connection. Please try again or contact your system administrator.",
|
"ERROR_TUNNEL_203" : "The server encountered an error and has closed the connection. Please try again or contact your system administrator.",
|
||||||
"ERROR_TUNNEL_204" : "The requested connection does not exist. Please check the connection name and try again.",
|
"ERROR_TUNNEL_204" : "The requested connection does not exist. Please check the connection name and try again.",
|
||||||
"ERROR_TUNNEL_205" : "This connection is currently in use, and concurrent access to this connection is not allowed. Please try again later.",
|
"ERROR_TUNNEL_205" : "This connection is currently in use, and concurrent access to this connection is not allowed. Please try again later.",
|
||||||
|
"ERROR_TUNNEL_207" : "The Guacamole server is not currently reachable. Please check your network and try again.",
|
||||||
|
"ERROR_TUNNEL_208" : "The Guacamole server is not accepting connections. Please check your network and try again.",
|
||||||
"ERROR_TUNNEL_301" : "You do not have permission to access this connection because you are not logged in. Please log in and try again.",
|
"ERROR_TUNNEL_301" : "You do not have permission to access this connection because you are not logged in. Please log in and try again.",
|
||||||
"ERROR_TUNNEL_303" : "You do not have permission to access this connection. If you require access, please ask your system administrator to add you the list of allowed users, or check your system settings.",
|
"ERROR_TUNNEL_303" : "You do not have permission to access this connection. If you require access, please ask your system administrator to add you the list of allowed users, or check your system settings.",
|
||||||
"ERROR_TUNNEL_308" : "The Guacamole server has closed the connection because there has been no response from your browser for long enough that it appeared to be disconnected. This is commonly caused by network problems, such as spotty wireless signal, or simply very slow network speeds. Please check your network and try again.",
|
"ERROR_TUNNEL_308" : "The Guacamole server has closed the connection because there has been no response from your browser for long enough that it appeared to be disconnected. This is commonly caused by network problems, such as spotty wireless signal, or simply very slow network speeds. Please check your network and try again.",
|
||||||
|
Reference in New Issue
Block a user