# Message file # The messages in this file are returned by the following two functions: # - GetSessionStateMessage(); # - GetAuthenticationErrorMessage(); # # To customize these messages, edit the text between quotes only. # The following messages returned by GetAuthenticationErrorMessage(); # The customer logged out, but no URL for the Goodbye page was defined. err-msg-logout-no-goodbye-url = "You have been logged out." # The customer login was rejected by the server, but no URL for the # Login Error page was defined. The rejection may be due to any # number of factors and depends on how access is granted by the AAA server. # Possible causes include: invalid username or password, no more connection # time available, account expired. err-msg-login-refused = "Your login was refused." # An abnormal condition was encountered. # This error message should not appear in the course of normal operations. err-msg-internal-error = "Your request could not be processed. Please try again. If the problem persists, call your service provider and report error code" # The maximum number of customers are already connected. err-msg-max-user-reached = "No connection is currently available. Please try again later." # The customer is already logged in. err-msg-already-logged-in = "The username you specified is already logged in." # The customer's password is longer that the limit of 127 characters. err-msg-password-too-long = "The password you specified is too long." # The customer's username is longer than the limit of 127 characters err-msg-username-too-long = "The username you specified is too long." # This only occurs during the short periods when the access controller is in the process # of authenticating itself to the RADIUS server. err-msg-service-initializing = "The service is initializing, please try again later." # The customer did not provide a username. err-msg-missing-username = "Please provide a username." # The access controller could not authenticate the customer because no reply was received from the RADIUS server. # The network may be down or the server itself may be down. err-msg-login-timeout = "You cannot be logged in at this time. Please try again later." # The access controller could not authenticate the customer because there is no RADIUS server spcified in the # the configuration. In the management tool, go to the Security > Radius page and enter the address of your RADIUS Server. err-msg-missing-aaa-servers = "Incomplete configuration: You must configure at least one RADIUS Server." # This only occurs when the access controller is not able to reach the RADIUS servers to authenticate customers. err-msg-lost-service = "The service is currently unavailable, please try again later." # The following messages are returned by GetSessionStateMessage(); # The customer is logged in. (MAC address has been verified.) stat-logged-in = "Logged in." # The customer's computer is not replying to ARP request or has changed its MAC address. stat-lost-carrier = "Logged out. Your computer was unreachable." # The customer's session has been idle for too long stat-idle-timeout = "Logged out. Your session was idle for too long." # The customer has exhausted their available session time. stat-session-timeout = "Logged out. You have reached your session time limit." # User was logged out due to administrator termination stat-admin-reset = "Logged out. The administrator terminated your session." # The network authentication software is down. stat-nas-is-rebooting = "The service is currently unavailable." # The customer has already logged out. stat-logged-out = "You are already logged out." # Pending login in request stat-logging-in = "Your login request is pending. Please wait." # Pending login out request stat-logging-out = "Your logout request is pending. Please wait." # The customer's session exceeded its quotas stat-quota-exceeded = "Logged out. Your session has exceeded its quota." # The customer's session exceeded its quotas stat-kicked-out = "Your session has been terminated."