Changeset 481 for trunk/ICeCoffEE
- Timestamp:
- 07/12/08 16:22:26 (16 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Info.plist
r387 r481 8 8 <string>Unsanity Installer</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>Unsanity Installer version 3.7 , Copyright ©2002-2008 Unsanity LLC.</string>10 <string>Unsanity Installer version 3.7.1, Copyright ©2002-2008 Unsanity LLC.</string> 11 11 <key>CFBundleIconFile</key> 12 12 <string>ui.icns</string> … … 20 20 <string>????</string> 21 21 <key>CFBundleVersion</key> 22 <string>3.7 </string>22 <string>3.7.1</string> 23 23 <key>NSMainNibFile</key> 24 24 <string>MainMenu</string> -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/Localizable.strings
r180 r481 1 /* Incompatible OSX Panel */1 /* Incompatible OSX Panel */ 2 2 "Incompatible Mac OS X Version" = "Incompatible Mac OS X Version"; 3 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."; -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
r180 r481 1 { 2 IBClasses = ( 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 {CLASS = UIBigTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 5 { 6 ACTIONS = { 7 doAPEHomePage = id; 8 doBackButton = id; 9 doContinueButton = id; 10 doLicenseAgree = id; 11 doLicenseDisagree = id; 12 doShowInstallFiles = id; 13 doUninstallCancel = id; 14 doUninstallConfirm = id; 15 }; 16 CLASS = UIController; 17 LANGUAGE = ObjC; 18 OUTLETS = { 19 apeCurrentVersionText = id; 20 apeInstallVersionText = id; 21 cautionIconWell = NSImageView; 22 currentStepName = id; 23 donLogOutText = NSBox; 24 dotView = UIProgressDotView; 25 filFilesTable = id; 26 filWindow = id; 27 genBackButton = id; 28 genContinueButton = id; 29 insProgress = NSProgressIndicator; 30 insProgressText = NSTextField; 31 installerBackground = NSImageView; 32 licAgreePanel = id; 33 licTextView = id; 34 optCreateLog = id; 35 optGlobalInstallMatrix = id; 36 optOpenUponCompletion = id; 37 redExplanationText = id; 38 remTextView = id; 39 tabView = id; 40 uiVersionField = id; 41 uipPlaceholderView = id; 42 uniAuthRequiredText = id; 43 uniExplanationText = id; 44 uniFilesTable = id; 45 uniPanel = id; 46 }; 47 SUPERCLASS = NSWindowController; 48 }, 49 {CLASS = UIProgressDotView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; }, 50 {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; } 51 ); 52 IBVersion = 1; 53 } 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>IBClasses</key> 6 <array> 7 <dict> 8 <key>CLASS</key> 9 <string>FirstResponder</string> 10 <key>LANGUAGE</key> 11 <string>ObjC</string> 12 <key>SUPERCLASS</key> 13 <string>NSObject</string> 14 </dict> 15 <dict> 16 <key>CLASS</key> 17 <string>URLTextView</string> 18 <key>LANGUAGE</key> 19 <string>ObjC</string> 20 <key>SUPERCLASS</key> 21 <string>NSTextView</string> 22 </dict> 23 <dict> 24 <key>CLASS</key> 25 <string>UIBigTextField</string> 26 <key>LANGUAGE</key> 27 <string>ObjC</string> 28 <key>SUPERCLASS</key> 29 <string>NSTextField</string> 30 </dict> 31 <dict> 32 <key>ACTIONS</key> 33 <dict> 34 <key>doAPEHomePage</key> 35 <string>id</string> 36 <key>doBackButton</key> 37 <string>id</string> 38 <key>doContinueButton</key> 39 <string>id</string> 40 <key>doLicenseAgree</key> 41 <string>id</string> 42 <key>doLicenseDisagree</key> 43 <string>id</string> 44 <key>doShowInstallFiles</key> 45 <string>id</string> 46 <key>doUninstallCancel</key> 47 <string>id</string> 48 <key>doUninstallConfirm</key> 49 <string>id</string> 50 </dict> 51 <key>CLASS</key> 52 <string>UIController</string> 53 <key>LANGUAGE</key> 54 <string>ObjC</string> 55 <key>OUTLETS</key> 56 <dict> 57 <key>apeCurrentVersionText</key> 58 <string>id</string> 59 <key>apeInstallVersionText</key> 60 <string>id</string> 61 <key>cautionIconWell</key> 62 <string>NSImageView</string> 63 <key>currentStepName</key> 64 <string>NSTextField</string> 65 <key>donLogOutText</key> 66 <string>NSBox</string> 67 <key>dotView</key> 68 <string>UIProgressDotView</string> 69 <key>filFilesTable</key> 70 <string>id</string> 71 <key>filWindow</key> 72 <string>id</string> 73 <key>genBackButton</key> 74 <string>id</string> 75 <key>genContinueButton</key> 76 <string>id</string> 77 <key>insProgress</key> 78 <string>NSProgressIndicator</string> 79 <key>insProgressText</key> 80 <string>NSTextField</string> 81 <key>installerBackground</key> 82 <string>NSImageView</string> 83 <key>licAgreePanel</key> 84 <string>id</string> 85 <key>licTextView</key> 86 <string>id</string> 87 <key>mUIPlugin</key> 88 <string>id</string> 89 <key>optCreateLog</key> 90 <string>id</string> 91 <key>optGlobalInstallMatrix</key> 92 <string>id</string> 93 <key>optGlobalInstallMatrixLabel</key> 94 <string>id</string> 95 <key>optOpenUponCompletion</key> 96 <string>id</string> 97 <key>redExplanationText</key> 98 <string>id</string> 99 <key>remTextView</key> 100 <string>id</string> 101 <key>tabView</key> 102 <string>id</string> 103 <key>uiVersionField</key> 104 <string>NSTextField</string> 105 <key>uipPlaceholderView</key> 106 <string>NSView</string> 107 <key>uniAuthRequiredText</key> 108 <string>id</string> 109 <key>uniExplanationText</key> 110 <string>id</string> 111 <key>uniFilesTable</key> 112 <string>id</string> 113 <key>uniPanel</key> 114 <string>id</string> 115 </dict> 116 <key>SUPERCLASS</key> 117 <string>NSWindowController</string> 118 </dict> 119 <dict> 120 <key>CLASS</key> 121 <string>UIProgressDotView</string> 122 <key>LANGUAGE</key> 123 <string>ObjC</string> 124 <key>SUPERCLASS</key> 125 <string>NSMatrix</string> 126 </dict> 127 </array> 128 <key>IBVersion</key> 129 <string>1</string> 130 </dict> 131 </plist> -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib
r262 r481 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>IBDocumentLocation</key>6 <string>73 168 356 240 0 0 1280 1002 </string>7 <key>IBEditorPositions</key>8 <dict>9 <key>29</key>10 <string>370 197 209 44 0 0 1280 1002 </string>11 </dict>12 5 <key>IBFramework Version</key> 13 <string>446.1</string> 6 <string>670</string> 7 <key>IBLastKnownRelativeProjectPath</key> 8 <string>../Unsanity Installer.xcodeproj</string> 9 <key>IBOldestOS</key> 10 <integer>5</integer> 14 11 <key>IBOpenObjects</key> 15 12 <array> 16 <integer>29</integer> 17 <integer>21</integer> 18 <integer>330</integer> 13 <integer>2</integer> 14 <integer>331</integer> 15 <integer>279</integer> 16 <integer>340</integer> 19 17 </array> 20 18 <key>IBSystem Version</key> 21 <string>8J135</string> 19 <string>9E17</string> 20 <key>targetFramework</key> 21 <string>IBCocoaFramework</string> 22 22 </dict> 23 23 </plist> -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/Italian.lproj/InfoPlist.strings
r387 r481 2 2 3 3 CFBundleName = "Unsanity Installer"; 4 CFBundleGetInfoString = "Unsanity Installer versione 3.7 ";4 CFBundleGetInfoString = "Unsanity Installer versione 3.7.1"; 5 5 NSHumanReadableCopyright = "Copyright ©2002-2008, Unsanity LLC."; -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/Italian.lproj/Localizable.strings
r167 r481 1 /* Incompatible OSX Panel */1 /* Incompatible OSX Panel */ 2 2 "Incompatible Mac OS X Version" = "Versione Mac OS X Incompatibile"; 3 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." = "%@ richiede almeno Mac OS X %@. Hai una versione precedente installata. Per favore Aggiorna o scarica una versione precedente di %@ che sia compatibile col tuo sistema."; -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/es.lproj/InfoPlist.strings
r387 r481 2 2 3 3 CFBundleName = "Instalador Unsanity"; 4 CFBundleGetInfoString = "Instalador Unsanity versión 3.7 ";4 CFBundleGetInfoString = "Instalador Unsanity versión 3.7.1"; 5 5 NSHumanReadableCopyright = "Copyright ©2002-2008, Unsanity LLC."; -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/es.lproj/Localizable.strings
r167 r481 1 /* Incompatible OSX Panel */1 /* Incompatible OSX Panel */ 2 2 "Incompatible Mac OS X Version" = "Versión de Mac OS X incompatible"; 3 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." = "%@ requiere al menos Mac OS X %@. Usted tiene instalada una versión antigua. Por favor, actualice o descargue una versión de %@ que sea compatible con su sistema.";
Note:
See TracChangeset
for help on using the changeset viewer.