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