/* Alert strings */ "OK" = "OK"; "Cancel" = "Cancel"; /* Notification window title */ "Internet Connect" = "Internet Connect"; /* Misc messages */ "Waiting for disconnection" = "Waiting for PPP termination..."; /* PPP error strings */ "PPP_ERR_GEN_ERROR" = "The connection has failed. Please verify your settings and try again."; "PPP_ERR_CONNSCRIPTFAILED" = "The connection script has failed. Please verify your settings and try again."; "PPP_ERR_TERMSCRIPTFAILED" = "The terminal script has failed. Please verify your settings and try again."; "PPP_ERR_LCPFAILED" = "Could not negotiate a connection with the remote PPP server. Please verify your settings and try again."; "PPP_ERR_AUTHFAILED" = "Authentication failed."; "PPP_ERR_IDLETIMEOUT" = "The connection was terminated due to a lack of network activity."; "PPP_ERR_SESSIONTIMEOUT" = "The connection was terminated because the maximum connection time has elasped."; "PPP_ERR_LOOPBACK" = "A crossed connection has been detected. Please verify your settings and try again."; "PPP_ERR_PEERDEAD" = "The connection was terminated because the other side is not responding. Please try again."; "PPP_ERR_DISCSCRIPTFAILED" = "The disconnection script has failed, your connection might not have been terminated."; "PPP_ERR_DISCBYDEVICE" = "The connection was terminated by the communication device. Please verify your settings and try again."; "PPP_ERR_DISCBYPEER" = "The connection was terminated by the remote site. Please try again."; /* Modem error strings */ "PPP_ERR_MOD_NOCARRIER" = "No carrier detected. Please check phone line connection and try again."; "PPP_ERR_MOD_BUSY" = "Destination is busy."; "PPP_ERR_MOD_NODIALTONE" = "No dial tone detected. Please check phone line connection and try again."; "PPP_ERR_MOD_ERROR" = "A modem error occurred. Please verify your settings and try again."; "PPP_ERR_MOD_HANGUP" = "The modem has unexpectedly hungup. Please verify your settings and try again.";