1/* ***********************************************************************************************
2*
3* Mac OS X 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" = "Enter your password.";
15"Account Name:" = "Enter your name:";
16"Password:" = "Enter your password:";
17"Token:" = "Enter your token:";
18"Incorrectly entered password" = "You may have entered your password incorrectly.";
19"Incorrectly entered token" = "You may have entered your token incorrectly.";
20
21"Expired password" = "Your password has expired.";
22"Expired token" = "Your PIN has expired.";
23
24"Incorrect password" = "Your name or password may be incorrect.";
25"Incorrect token" = "Your name or token may be incorrect.";
26
27"New password:" = "Enter your new password:";
28"Confirm new password:" = "Reenter your new password:";
29"New token:" = "Enter your new PIN:";
30"Confirm new token:" = "Reenter your new PIN:";
31
32"Retry name:" = "Enter your name:";
33"Retry password:" = "Enter your password:";
34"Retry token:" = "Enter your token:";
35
36/* Reminder message, Default button, Cancel button */
37"Reminder timeout" = "This is a reminder that you're still connected. 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