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
13/* Password message and field*/
14"Enter password" = "Please enter your password.";
15"Account Name:" = "Please enter your name:";
16"Password:" = "Please enter your password:";
17"Token:" = "Please enter your token:";
18"Incorrectly entered password" = "Your password was entered incorrectly.";
19"Incorrectly entered token" = "Your token was entered incorrectly.";
20
21"Expired password" = "Your password has expired.";
22"Expired token" = "Your PIN has expired.";
23
24"Incorrect password" = "Your name or password was incorrect.";
25"Incorrect token" = "Your name or token was incorrect.";
26
27"New password:" = "Please enter your new password:";
28"Confirm new password:" = "Confirm your new password:";
29"New token:" = "Please enter your new PIN:";
30"Confirm new token:" = "Confirm your new PIN:";
31
32"Retry name:" = "Please enter your name:";
33"Retry password:" = "Please enter your password:";
34"Retry token:" = "Please enter your token:";
35
36/* Reminder message, Default button, Cancel button */
37"Reminder timeout" = "This is your reminder that your connection is still active. Do you wish to remain connected ?";
38"Stay connected" = "Stay connected";
39"Disconnect" = "Disconnect";
40
41/* Notification window title */
42"Network Connection" = "Network Connection";
43"VPN Connection" = "VPN Connection";
44
45