source: trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/Localizable.strings@ 66

Last change on this file since 66 was 66, checked in by Nicholas Riley, 21 years ago

Initial import.

File size: 6.3 KB
Line 
1/* Incompatible OSX Panel */
2"Incompatible Mac OS X Version" = "Incompatible Mac OS X Version";
3"%@ reqires at least Mac OS X %@. You have an older version installed. Please upgrade or download an older version of %@ that will be compatible with your system." = "%@ reqires at least Mac OS X %@. You have an older version installed. Please upgrade or download an older version of %@ that will be compatible with your system.";
4
5/* Ready Tab */
6"%@ was already installed for all users on this machine, and you are trying to install a local version. Doing so will result in two copies of %@ running on your Macintosh, which is not a good idea. You can either Cancel, try to Remove for All Users or try to Install for All Users (you will need administrator priviliges for latter two)." = "%@ was already installed for all users on this machine, and you are trying to install a local version. Doing so will result in two copies of %@ running on your Macintosh, which is not a good idea. You can either Cancel, try to Remove for All Users or try to Install for All Users (you will need administrator priviliges for latter two).";
7"%@ was already installed for this user, and you're about to do an install for all users on this machine. Doing so will result in two copies of %@ running on your Macintosh, which is not a good idea. If you Continue, this installer will first remove the version installed for this user, then proceed with all users installation." = "%@ was already installed for this user, and you're about to do an install for all users on this machine. Doing so will result in two copies of %@ running on your Macintosh, which is not a good idea. If you Continue, this installer will first remove the version installed for this user, then proceed with all users installation.";
8"Already Installed For All Users" = "Already Installed For All Users";
9"Already Installed For This User" = "Already Installed For This User";
10"Install For All Users" = "Install For All Users";
11"When you click \"Continue\", you will be asked to authenticate with your administrator password, if needed. This is done because certain components of this software has to be installed system-wide in order to function properly." = "When you click \"Continue\", you will be asked to authenticate with your administrator password, if needed. This is done because certain components of this software has to be installed system-wide in order to function properly.";
12
13/* Install Table Strings */
14"Application Enhancer" = "Application Enhancer";
15"Installed \"%@\"" = "Installed \"%@\"";
16"Created folder \"%@\"" = "Created folder \"%@\"";
17"Uninstalled previously installed" = "Uninstalled previously installed";
18"(files were moved to the Trash)" = "(files were moved to the Trash)";
19
20/* Uninstall Panel */
21"Are you sure you want to uninstall %@ %@ %@? Please note that this installer will automatically uninstall an older version of the product during the installation." = "Are you sure you want to uninstall %@ %@ %@? Please note that this installer will automatically uninstall an older version of the product during the installation.";
22"globally installed" = "globally installed";
23"locally installed" = "locally installed";
24
25/* Authentication Failed Panel */
26"Authentication Failed" = "Authentication Failed";
27"You have failed to enter the administrator password; this installer requires Administrator privileges to install the software you have selected. Please try again." = "You have failed to enter the administrator password; this installer requires Administrator privileges to install the software you have selected. Please try again.";
28
29/* Button Titles */
30"OK" = "OK";
31"Cancel" = "Cancel";
32"Continue" = "Continue";
33"Go Back" = "Go Back";
34"Quit" = "Quit";
35"Uninstall" = "Uninstall";
36
37/* Version n/a */
38"n/a" = "n/a";
39
40/* Install paths for Show Files window */
41"%@ or %@" = "%@ or %@";
42
43/* Options Tab */
44"Open \"%@\" %@ Upon Completion" = "Open \"%@\" %@ Upon Completion";
45
46/* Ready Tab */
47"Remove For All Users" = "Remove For All Users";
48
49/* Step N of M strings */
50"Step %d of %d" = "Step %d of %d";
51"Step %d of %d: %@" = "Step %d of %d: %@";
52
53/* Installer Information Missing Panel */
54"Installer Information Missing" = "Installer Information Missing";
55"This installer cannot find or read the required information about the installable product.\n\nThe installer is unable to continue. Please contact the author of the software or re-download the package." = "This installer cannot find or read the required information about the installable product.\n\nThe installer is unable to continue. Please contact the author of the software or re-download the package.";
56
57/* Uninstall Panel */
58"Uninstall Complete" = "Uninstall Complete";
59"Uninstall Failed" = "Uninstall Failed";
60"We were unable to uninstall %@ from your system. Please check if you have entered your administrator password correctly and that you have sufficient privileges and try again (or remove the files manually)." = "We were unable to uninstall %@ from your system. Please check if you have entered your administrator password correctly and that you have sufficient privileges and try again (or remove the files manually).";
61"You will be asked for your administrator password when you click Uninstall." = "You will be asked for your administrator password when you click Uninstall.";
62"%@ was successfully uninstalled from your system. Thank you for evaluating our product!" = "%@ was successfully uninstalled from your system. Thank you for evaluating our product!";
63
64/* Default Product Name */
65"Untitled Product" = "Untitled Product";
66
67/* Default Product Version */
68"1.0" = "1.0";
69
70/* Default Product Type */
71"Application" = "Application";
72
73/* Window title */
74"Installer" = "Installer"; /* (ProductName) Installer */
75
76/* Done Tab */
77"When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit." = "When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit.";
78"When you click the \"Quit\" button below, this Installer will quit." = "When you click the \"Quit\" button below, this Installer will quit.";
79"You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!";
Note: See TracBrowser for help on using the repository browser.