/* 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 will display one of the following LastCause published in the service/state of the PPP dictionnary. PPP errors contain a PPP generic part in the key "LastCause". and a Device specific part in the key "DeviceLastCause". The Device specific part is there to give more details of the PPP error. For example, for a PPP Error 8, meaning that the connection has failed, we can have a Device Error detailing the failure cause, like Busy, NoDialTone... Therefore, if the device specific part is not 0, PPP will display the device error message, that is defained in the bundle of the corresponding PPP subtype (for example PPPSerial.ppp). If the Device specific part is 0, then PPP will display the PPP message. Device error must be formatted "Device Error %d". Device errors start from 1. PPP Error start from 0. If the text for the error does not exist, the error number will be displayed. If the text for the error exist but is empty, nothing will be displayed */ "PPP Error 0" = "The connection was terminated by the remote site. Please try again."; "PPP Error 1" = "A fatal error has occured. Please verify your settings and try again."; "PPP Error 2" = "An incorrect PPP option has been set. Please verify your settings and try again."; "PPP Error 3" = "PPP must have super user privileges to function correctly."; "PPP Error 4" = "Could not find the PPP kernel extension."; "PPP Error 5" = ""; /* normal exit, nothing to display */ "PPP Error 6" = "Lock failed"; /* not supported */ "PPP Error 7" = "Could not open the communication device."; "PPP Error 8" = "The connection has failed. Please verify your settings and try again."; "PPP Error 9" = "The pty connection has failed. Please verify your settings and try again."; /* not supported */ "PPP Error 10" = "Could not negotiate a connection with the remote PPP server. Please verify your settings and try again."; "PPP Error 11" = "Could not authenticate the other side"; /* not supported */ "PPP Error 12" = "The connection was terminated due to a lack of network activity."; "PPP Error 13" = "The connection was terminated because the maximum connection time has elapsed."; "PPP Error 14" = "Callback failed"; /* not supported */ "PPP Error 15" = "The connection was terminated because the other side is not responding. Please try again."; "PPP Error 16" = "The connection was terminated by the communication device. Please verify your settings and try again."; "PPP Error 17" = "A crossed connection has been detected. Please verify your settings and try again."; "PPP Error 18" = "The initialization of PPP has failed"; "PPP Error 19" = "Authentication failed."; "PPP Error 20" = "The terminal script has failed. Please verify your settings and try again."; "PPP Error 21" = "The selected communication device does not exist. Please verify your settings and try again."; "PPP Error 22" = "The connection was terminated because you reached the preset traffic limit."; "PPP Error 23" = "The user is not authorized for access."; "PPP Error 127" = "The connection was unexpectedly terminated. Please verify your settings and try again.";