1/* ***********************************************************************************************
2*
3* Mac OS X -- NOT Embedded
4* Localizable Strings
5*
6 *********************************************************************************************** */
7
8
9/* Alert  strings */
10"OK" = "OK";
11"Cancel" = "Cancel";
12"Disconnect" = "Disconnect";
13
14/* Notification window title */
15"Network Connection" = "Network Connection";
16"VPN Connection" = "VPN Connection";
17
18/* Misc messages */
19"Waiting for disconnection" = "Waiting for PPP termination…";
20
21/*
22    PPP error strings
23
24    PPP will display one of the following LastCause published in the service/state
25    of the PPP dictionnary.
26    PPP errors contain a PPP generic part in the key "LastCause".
27    and a Device specific part in the key "DeviceLastCause".
28
29    The Device specific part is there to give more details of the PPP error.
30    For example, for a PPP Error 8, meaning that the connection has failed,
31    we can have a Device Error detailing the failure cause, like Busy, NoDialTone...
32
33    Therefore, if the device specific part is not 0,
34    PPP will display the device error message, that is defained in the bundle of the
35    corresponding PPP subtype (for example PPPSerial.ppp).
36    If the Device specific part is 0, then PPP will display the PPP message.
37    Device error must be formatted "Device Error %d".
38
39    Device errors start from 1. PPP Error start from 0.
40    If the text for the error does not exist, the error number will be displayed.
41    If the text for the error exist but is empty, nothing will be displayed
42	PPP Error 5 is normal exit error and is special case in the code.
43*/
44
45"PPP Error 0" = "You were disconnected by the PPP server. Try reconnecting.";
46"PPP Error 1" = "Your connection failed because of an unrecoverable error. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
47"PPP Error 2" = "Your connection failed because of an incorrect PPP setting. Verify your settings and try reconnecting.";
48"PPP Error 3" = "PPP doesn't have sufficient privileges to work correctly.";
49"PPP Error 4" = "Could not find the PPP kernel extension.";
50/* "PPP Error 5" = ""; */ /* normal exit, nothing to display. this is special case in the code */
51"PPP Error 6" = "Lock failed"; /* not supported */
52"PPP Error 7" = "Your connection failed because the communication device is unavailable. Make sure it's connected to your computer and try reconnecting.";
53"PPP Error 8" = "Your connection failed. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
54"PPP Error 9" = "The terminal connection failed. Verify your settings and try reconnecting."; /* not supported */
55"PPP Error 10" = "A connection could not be established to the PPP server. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
56"PPP Error 11" = "The PPP server could not be authenticated"; /* not supported */
57"PPP Error 12" = "You were disconnected because there was no network activity.";
58"PPP Error 13" = "You were disconnected because you reached the time limit.";
59"PPP Error 14" = "Callback failed"; /* not supported */
60"PPP Error 15" = "You were disconnected because the PPP server is not responding. Try reconnecting.";
61"PPP Error 16" = "You were disconnected by the communication device. Try reconnecting. If the problem continues, verify your settings.";
62"PPP Error 17" = "A crossed connection was detected. Verify your settings and try reconnecting.";
63"PPP Error 18" = "Failed to initialize PPP";
64"PPP Error 19" = "Authentication failed.";
65"PPP Error 20" = "The terminal script failed. Verify your settings and try reconnecting.";
66"PPP Error 21" = "The communication device selected for your connection does not exist. Verify your settings and try reconnecting.";
67"PPP Error 22" = "You were disconnected because you transfered the maximum amount of data.";
68"PPP Error 23" = "The user is not authorized to access.";
69"PPP Error 24" = "The remote number is not permitted to connect. Verify your settings and try again.";
70"PPP Error 25" = "The server is unreachable. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
71"PPP Error 127" = "You were disconnected. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
72
73/*
74	PPP Device errors
75	The following errors are PPP Link specific.
76	When returned by the link, they provide more accurate error than the generic PPP error.
77*/
78
79"PPPoE Error 1" = "Could not find a PPPoE server.";
80"PPPoE Error 2" = "Could not find a PPPoE server for the specified service. Delete the service name option and try reconnecting. If the problem continues, contact your Administrator.";
81"PPPoE Error 3" = "Could not find the specified PPPoE access concentrator. Delete the access concentrator option and try reconnecting. If the problem continues, contact your Administrator.";
82"PPPoE Error 4" = "Could not find the specified PPPoE server. Delete the service name or the access concentrator option and try reconnecting. If the problem continues, contact your Administrator.";
83"PPPoE Error 5" = "The PPPoE server did not accept the connection.";
84
85"PPPSerial Error 1" = "No phone service detected. Check your phone line and try reconnecting.";
86"PPPSerial Error 2" = "The connection failed because you have not entered a telephone number.";
87"PPPSerial Error 3" = "The phone number you're dialing is busy.";
88"PPPSerial Error 4" = "No dial tone was detected. Check your phone line and try reconnecting.";
89"PPPSerial Error 5" = "An error occurred with the modem. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
90"PPPSerial Error 6" = "The phone number you're dialing did not answer. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
91"PPPSerial Error 7" = "The modem disconnected. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
92"PPPSerial Error 8" = "The modem script selected for your connection does not exist. Verify your settings and try reconnecting.";
93"PPPSerial Error 9" = "The modem script selected for your connection does not work with your modem. Verify your settings and try reconnecting.";
94
95
96"L2TP Error 1" = "The L2TP-VPN server was unreachable. Verify the server address and try reconnecting. If the problem continues, contact your Administrator.";
97"L2TP Error 2" = "The L2TP-VPN server did not respond. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
98"L2TP Error 5" = "Your attempt to connect to the L2TP-VPN server failed. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
99"L2TP Error 6" = "You have been disconnected from the L2TP server because the network configuration changed.";
100"L2TP Error 7" = "The IPSec Shared Secret is missing. Verify your settings and try reconnecting.";
101"L2TP Error 8" = "The IPSec Certificate is missing. Verify your settings and try reconnecting.";
102
103
104"PPTP Error 1" = "The PPTP-VPN server was unreachable. Verify the server address and try reconnecting. If the problem continues, contact your Administrator";
105"PPTP Error 2" = "The PPTP-VPN server did not respond. Try reconnecting. If the problem continues, verify your settings and contact your Administrator.";
106"PPTP Error 5" = "Your attempt to connect to the PPTP-VPN server failed. Verify the server address and try reconnecting.";
107"PPTP Error 6" = "You've been disconnected from the PPTP-VPN server because the network configuration changed.";
108
109
110/*
111    IPSec error strings
112
113    IPSec will display one of the following errors.
114*/
115
116
117/* "IPSec Error 0" = ""; */ /* no error */
118"IPSec Error 1" = "An unexpected error occurred. Try reconnecting. If the problem continues, verify your settings and contact your Administrator."; /* Generic error */
119"IPSec Error 2" = "No VPN server address was provided. Verify your settings and try reconnecting."; /* No Server Address error */
120"IPSec Error 3" = "No VPN shared secret was provided. Verify your settings and try reconnecting."; /* No Shared Secret error */
121"IPSec Error 4" = "No VPN Certificate was provided. Verify your settings and try reconnecting."; /* No Certificate error */
122"IPSec Error 5" = "The VPN server could not be found. Verify the server address and try reconnecting."; /* Server Address did not resolve error */
123"IPSec Error 6" = "No network connection available. Verify your settings and try reconnecting."; /* No Local Network error */
124"IPSec Error 7" = "A configuration error occurred. Verify your settings and try reconnecting."; /* Configuration error */
125"IPSec Error 8" = "An unrecoverable error occurred. Verify your settings and try reconnecting."; /* Racoon Control error */
126"IPSec Error 9" = "The VPN server did not respond. Verify the server address and try reconnecting."; /* Connection error */
127"IPSec Error 10" = "The negotiation with the VPN server failed. Verify the server address and try reconnecting."; /* Negotiation error */
128"IPSec Error 11" = "The VPN Shared Secret is incorrect."; /* Invalid Shared Secret error */
129"IPSec Error 12" = "Could not validate the server certificate. Verify your settings and try reconnecting."; /* Certificate authentication error */
130"IPSec Error 13" = "Certificate authentication failed. Verify your settings and try reconnecting."; /* Certificate authentication error */
131"IPSec Error 14" = "User Authentication failed."; /* XAUTH User Authentication error */
132"IPSec Error 15" = "You have been disconnected from the VPN server because the network configuration changed."; /* Network changed error */
133"IPSec Error 16" = "The connection was terminated by the VPN server. Try reconnecting."; /* Peer Disconnection error */
134"IPSec Error 17" = "The connection was terminated because the VPN server is not responding. Try reconnecting."; /* Peer Dead Detection error */
135"IPSec Error 19" = "You were disconnected because there was no network activity.";  /* Idle Timeout error */
136"IPSec Error 20" = "Your certificate is premature. Verify your settings and try reconnecting."; /* Server Certificate date not yet valid */
137"IPSec Error 21" = "Your certificate has expired. Verify your settings and try reconnecting."; /* Client Certificate expiry error */
138"IPSec Error 22" = "The server certificate is premature. Contact your network administrator."; /* Server Certificate date not yet valid */
139"IPSec Error 23" = "The server certificate has expired. Contact your network administrator."; /* Server Certificate expiry error */
140"IPSec Error 24" = "The server certificate's identity is incorrect. Contact your network administrator."; /* Server Certificate ID mismatched or unexpected */
141
142
143/*
144	IPSec XAuth strings
145	Ipsec will use those strings in the User Authentication dialogs
146*/
147
148"Enter your user authentication" = "Enter your user authentication";
149"Answer" = "Answer:";
150"Next PIN" = "Next PIN:";
151"Account" = "Account Name:";
152"Passcode" = "Passcode:";
153"Password" = "Password:";
154"Group" = "Group:";
155"Role" = "Role:";
156
157
158/*
159    VPN error strings
160
161    VPN will display one of the following errors.
162*/
163
164/* "VPN Error 0" = ""; */ /* no error */
165"VPN Error 1" = "An unexpected error occurred."; /* Generic error */
166"VPN Error 2" = "No VPN server address was provided."; /* No Server Address error */
167"VPN Error 3" = "No VPN Certificate was provided."; /* No Certificate error */
168"VPN Error 4" = "The VPN server could not be found."; /* Server Address did not resolve error */
169"VPN Error 5" = "No network connection available."; /* No Local Network error */
170"VPN Error 6" = "A configuration error occurred."; /* Configuration error */
171"VPN Error 7" = "An unrecoverable error occurred."; /* Control error */
172"VPN Error 8" = "The VPN server did not respond."; /* Connection error */
173
174/* From HI guidelines: we should never show the disconnection errors below */
175"VPN Error 9" = "You have been disconnected from the VPN server because the network configuration changed."; /* Network changed error */
176"VPN Error 10" = "The connection was terminated by the VPN server. Try reconnecting."; /* Peer Disconnection error */
177"VPN Error 11" = "The connection was terminated because the VPN server is not responding. Try reconnecting."; /* Peer Dead Detection error */
178"VPN Error 12" = "The connection was terminated because the VPN server is not responding. Try reconnecting."; /* Peer Dead Detection error */
179"VPN Error 13" = "Negotiation error"; /* Peer Dead Detection error */
180"VPN Error 14" = "User Authentication failed."; /* XAUTH User Authentication error */
181"VPN Error 15" = "No network connection available."; /* EDGE connection failed */
182"VPN Error 16" = "You were disconnected because there was no network activity."; /* Idle Timeout error */
183"VPN Error 17" = "Invalid server address."; /* "You were disconnected because there was no network activity."; */ /* Idle Timeout error */
184"VPN Error 18" = "The VPN connection requires an application to start up."; /* "The VPN connection requires an application to start up."; */ /* Application required error */
185"VPN Error 20" = "Your certificate is premature."; /* Client Certificate date not yet valid */
186"VPN Error 21" = "Your certificate has expired."; /* Certificate expired error */
187"VPN Error 22" = "The server certificate is premature. Contact your network administrator."; /* Server Certificate date not yet valid */
188"VPN Error 23" = "The server certificate has expired. Contact your network administrator."; /* Server Certificate expiry error */
189"VPN Error 24" = "The server certificate's identity is incorrect. Contact your network administrator."; /* Server Certificate ID mismatched or unexpected */
190"VPN Error 25" = "";																	/* Plugin Update */
191"VPN Error 26" = "Please launch the VPN application to enable the VPN connection.";			/* plugin needs to be enabled */
192
193"Please launch %@ to enable the VPN connection." = "Please launch %@ to enable the VPN connection.";
194