Changeset 481

Show
Ignore:
Timestamp:
07/12/08 4:22:26 PM (3 months ago)
Author:
nicholas
Message:

Update to Unsanity Installer 3.7.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Info.plist

    r387 r481  
    88        <string>Unsanity Installer</string> 
    99        <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> 
    1111        <key>CFBundleIconFile</key> 
    1212        <string>ui.icns</string> 
     
    2020        <string>????</string> 
    2121        <key>CFBundleVersion</key> 
    22         <string>3.7</string> 
     22        <string>3.7.1</string> 
    2323        <key>NSMainNibFile</key> 
    2424        <string>MainMenu</string> 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/InfoPlist.strings

    r387 r481  
    22 
    33CFBundleName = "Unsanity Installer"; 
    4 CFBundleGetInfoString = "Unsanity Installer version 3.7"; 
     4CFBundleGetInfoString = "Unsanity Installer version 3.7.1"; 
    55NSHumanReadableCopyright = "Copyright ©2002-2008, Unsanity LLC."; 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/Localizable.strings

    r180 r481  
    1 /* Incompatible OSX Panel */ 
     1/* Incompatible OSX Panel */ 
    22"Incompatible Mac OS X Version" = "Incompatible Mac OS X Version"; 
    33"%@ 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  
    11<?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"> 
    33<plist version="1.0"> 
    44<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> 
    125        <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> 
    1411        <key>IBOpenObjects</key> 
    1512        <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> 
    1917        </array> 
    2018        <key>IBSystem Version</key> 
    21         <string>8J135</string> 
     19        <string>9E17</string> 
     20        <key>targetFramework</key> 
     21        <string>IBCocoaFramework</string> 
    2222</dict> 
    2323</plist> 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/French.lproj/InfoPlist.strings

    r387 r481  
    33CFBundleName = "Unsanity Installer"; 
    44CFBundleShortVersionString = "Unsanity Installer"; 
    5 CFBundleGetInfoString = "Unsanity Installer version 3.7, Copyright ©2002-2008, Unsanity LLC."; 
     5CFBundleGetInfoString = "Unsanity Installer version 3.7.1, Copyright ©2002-2008, Unsanity LLC."; 
    66NSHumanReadableCopyright = "Copyright ©2002-2008, Unsanity LLC."; 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/Italian.lproj/InfoPlist.strings

    r387 r481  
    22 
    33CFBundleName = "Unsanity Installer"; 
    4 CFBundleGetInfoString = "Unsanity Installer versione 3.7"; 
     4CFBundleGetInfoString = "Unsanity Installer versione 3.7.1"; 
    55NSHumanReadableCopyright = "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 */ 
    22"Incompatible Mac OS X Version" = "Versione Mac OS X Incompatibile"; 
    33"%@ 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."; 
    44 
    55/* 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)." = "%@ Ú già stato installato per tutti gli utenti di questo computer, e stai cercando di installare una versione locale. Facendo cosi risulteranno 2 copie di %@ attive sul tuo Macintosh, il che non Ú buona idea. Puoi sia Annullare, provare a Rimuovere Per Tutti Gli Utenti o reinstallare per Tutti Gli Utenti (verranno richiesti i privilegi di amministratore)."; 
    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." = "%@ Ú già stato installato per questo utente, e stai per installare un altra copia per tutti gli utenti. Facendo cosi risulteranno 2 copie di %@ attive sul tuo Macintosh, il che non Ú buona idea. Se Continui, questo installatore prima rimuoverà la versione installata per questo utente, poi procederà all'installazione per tutti gli utenti."; 
    8 "Already Installed For All Users" = "Già Installato Per Tutti Gli Utenti"; 
    9 "Already Installed For This User" = "Già Installato Per Questo Utente"; 
     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)." = "%@ è già stato installato per tutti gli utenti di questo computer, e stai cercando di installare una versione locale. Facendo cosi risulteranno 2 copie di %@ attive sul tuo Macintosh, il che non è buona idea. Puoi sia Annullare, provare a Rimuovere Per Tutti Gli Utenti o reinstallare per Tutti Gli Utenti (verranno richiesti i privilegi di amministratore)."; 
     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." = "%@ è già stato installato per questo utente, e stai per installare un altra copia per tutti gli utenti. Facendo cosi risulteranno 2 copie di %@ attive sul tuo Macintosh, il che non è buona idea. Se Continui, questo installatore prima rimuoverà la versione installata per questo utente, poi procederà all'installazione per tutti gli utenti."; 
     8"Already Installed For All Users" = "Già Installato Per Tutti Gli Utenti"; 
     9"Already Installed For This User" = "Già Installato Per Questo Utente"; 
    1010"Install For All Users" = "Installa Per Tutti Gli Utenti"; 
    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." = "Quando Cliccherai su \"Continua\", ti verrà richiesta la parola chiave di amministratore. Questo avviene perché alcuni componenti del programma devono essere installati lungo tutto il sistema per funzionare adeguatamente."; 
     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." = "Quando Cliccherai su \"Continua\", ti verrà richiesta la parola chiave di amministratore. Questo avviene perché alcuni componenti del programma devono essere installati lungo tutto il sistema per funzionare adeguatamente."; 
    1212 
    1313/* Install Table Strings */ 
     
    1919 
    2020/* 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." = "Siete sicuro di disinstallare %@ %@ %@? Per favore nota che questo Disinstallatore rimuoverà automaticamente una versione più vecchia del prodotto durante il processo."; 
     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." = "Siete sicuro di disinstallare %@ %@ %@? Per favore nota che questo Disinstallatore rimuoverà automaticamente una versione più vecchia del prodotto durante il processo."; 
    2222"globally installed" = "globalmente installato"; 
    2323"locally installed" = "localmente installato"; 
     
    5959/* Installer Information Missing Panel */ 
    6060"Installer Information Missing" = "Informazioni Installatore Mancanti"; 
    61 "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." = "Questo installatore non può trovare o leggere le informazioni richieste sull'installatore installabile del prodotto.\n\nL'installatore non può continuare. Per favore contatta l'autore del software o ri-scarica il pacchetto."; 
     61"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." = "Questo installatore non può trovare o leggere le informazioni richieste sull'installatore installabile del prodotto.\n\nL'installatore non può continuare. Per favore contatta l'autore del software o ri-scarica il pacchetto."; 
    6262 
    6363/* Uninstall Panel */ 
     
    6565"Uninstall Failed" = "Disinstallazione fallita"; 
    6666"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)." = "Non abbiamo potuto disinstallare %@ dal sistema. Per favore controlla se hai digitato correttamente la vostra parola d'accesso dell'amministratore e se si hanno i privilegi sufficienti e prova ancora (o rimuovi manualmente gli archivi)."; 
    67 "You will be asked for your administrator password when you click Uninstall." = "Verrà chiesta la parola d'accesso dell'amministratore quando cliccherai su Disinstalla."; 
     67"You will be asked for your administrator password when you click Uninstall." = "Verrà chiesta la parola d'accesso dell'amministratore quando cliccherai su Disinstalla."; 
    6868"%@ was successfully uninstalled from your system. Thank you for evaluating our product!" = "%@ e' stato disinstallato con successo dal vostro sistema. Grazie per la valutazione del nostro prodotto!"; 
    6969 
     
    8282/* Done Tab */ 
    8383"Log Out Suggested" = "Log Out Consigliato"; 
    84 "When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit." = "Quando sotto clicchi \"Esci\" , il prodotto installato verrà lanciato, e l'installer si chiuderà."; 
    85 "When you click the \"Quit\" button below, this Installer will quit." = "Quando sotto clicchi \"Esci\" ,  l'installer si chiuderà."; 
    86 "You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "Sei fortemente consigliato di uscire e riaccedere dall'utenza (log in/out) affinchÚ il prodotto installato entri in azione. Grazie!"; 
     84"When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit." = "Quando sotto clicchi \"Esci\" , il prodotto installato verrà lanciato, e l'installer si chiuderà."; 
     85"When you click the \"Quit\" button below, this Installer will quit." = "Quando sotto clicchi \"Esci\" ,  l'installer si chiuderà."; 
     86"You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "Sei fortemente consigliato di uscire e riaccedere dall'utenza (log in/out) affinchè il prodotto installato entri in azione. Grazie!"; 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/Japanese.lproj/InfoPlist.strings

    r387 r481  
    22 
    33CFBundleName = "Unsanity Installer"; 
    4 CFBundleGetInfoString = "Unsanity Installer version 3.7"; 
     4CFBundleGetInfoString = "Unsanity Installer version 3.7.1"; 
    55NSHumanReadableCopyright = "Copyright ©2002-2008, Unsanity LLC."; 
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/es.lproj/InfoPlist.strings

    r387 r481  
    22 
    33CFBundleName = "Instalador Unsanity"; 
    4 CFBundleGetInfoString = "Instalador Unsanity versión 3.7"; 
     4CFBundleGetInfoString = "Instalador Unsanity versión 3.7.1"; 
    55NSHumanReadableCopyright = "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 */ 
    2 "Incompatible Mac OS X Version" = "Versión de Mac OS X incompatible"; 
    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."; 
     1/* Incompatible OSX Panel */ 
     2"Incompatible Mac OS X Version" = "Versión de Mac OS X incompatible"; 
     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."; 
    44 
    55/* 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)." = "%@ ya está instalado para todos los usuarios de esta máquina, y usted está intentando instalar una versión local. Esto dará como resultado tener dos copias de %@ corriendo en su Macintosh, lo cual no es una buena idea. Usted puede Cancelar, Intentar Borrarla para Todos los Usuarios o Instalarla para Todos los Usuarios (necesitará privilegios de administrador para estos dos últimos)."; 
    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." = "%@ ya está instalado para este usuario, y usted está intentando instalarlo para todos los usuarios de esta máquina. Esto dará como resultado tener dos copias de %@ corriendo en su Macintosh, lo cual no es una buena idea. Si usted Continua, este instalador primero borrará la versión de este usuario, y luego procederá a la instalación para todos los usuarios."; 
     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)." = "%@ ya está instalado para todos los usuarios de esta máquina, y usted está intentando instalar una versión local. Esto dará como resultado tener dos copias de %@ corriendo en su Macintosh, lo cual no es una buena idea. Usted puede Cancelar, Intentar Borrarla para Todos los Usuarios o Instalarla para Todos los Usuarios (necesitará privilegios de administrador para estos dos últimos)."; 
     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." = "%@ ya está instalado para este usuario, y usted está intentando instalarlo para todos los usuarios de esta máquina. Esto dará como resultado tener dos copias de %@ corriendo en su Macintosh, lo cual no es una buena idea. Si usted Continua, este instalador primero borrará la versión de este usuario, y luego procederá a la instalación para todos los usuarios."; 
    88"Already Installed For All Users" = "Ya instalado para todos los usuarios"; 
    99"Already Installed For This User" = "Ya instalado para este usuario"; 
    1010"Install For All Users" = "Instalar para todos los usuarios"; 
    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." = "Cuando haga clic en \"Continue\", se le preguntará por su contraseña de administrador para autenticarse, si es necesario. Esto es debido porque algunos componentes de este software tienen que instalarse integrados al sistema para funcionar correctamente."; 
     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." = "Cuando haga clic en \"Continue\", se le preguntará por su contraseña de administrador para autenticarse, si es necesario. Esto es debido porque algunos componentes de este software tienen que instalarse integrados al sistema para funcionar correctamente."; 
    1212 
    1313/* Install Table Strings */ 
     
    1919 
    2020/* 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." = "¿Está seguro de que quiere desinstalar %@ %@ %@? Se desinstalará automáticamente la versión antigua del producto durante la instalación."; 
     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." = "¿Está seguro de que quiere desinstalar %@ %@ %@? Se desinstalará automáticamente la versión antigua del producto durante la instalación."; 
    2222"globally installed" = "globalmente instalado"; 
    2323"locally installed" = "localmente instalado"; 
    2424 
    2525/* Authentication Failed Panel */ 
    26 "Authentication Failed" = "Autenticación errónea"; 
    27 "You have failed to enter the administrator password; this installer requires Administrator privileges to install the software you have selected. Please try again." = "La contraseña de administrador no es correcta; este instalador requiere privilegios de Administrador para instalar el software seleccionado. Por favor, inténtelo de nuevo."; 
     26"Authentication Failed" = "Autenticación errónea"; 
     27"You have failed to enter the administrator password; this installer requires Administrator privileges to install the software you have selected. Please try again." = "La contraseña de administrador no es correcta; este instalador requiere privilegios de Administrador para instalar el software seleccionado. Por favor, inténtelo de nuevo."; 
    2828 
    2929/* Button Titles */ 
     
    3131"Cancel" = "Cancelar"; 
    3232"Continue" = "Continuar"; 
    33 "Go Back" = "Volver atrás"; 
     33"Go Back" = "Volver atrás"; 
    3434"Quit" = "Salir"; 
    3535"Uninstall" = "Desinstalar"; 
     
    5252"License Agreement" = "Acuerdo de licencia"; 
    5353"About This Product" = "Acerca de este producto"; 
    54 "Installation Options" = "Opciones de instalación"; 
     54"Installation Options" = "Opciones de instalación"; 
    5555"Ready To Install" = "Preparado para instalar"; 
    56 "Install Progress" = "Progreso de instalación"; 
    57 "Installation Complete" = "Instalación completada"; 
     56"Install Progress" = "Progreso de instalación"; 
     57"Installation Complete" = "Instalación completada"; 
    5858 
    5959/* Installer Information Missing Panel */ 
    60 "Installer Information Missing" = "No se encuentra la información del Instalador"; 
    61 "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." = "Este instalador no puede encontrar o leer la información requerida acerca del producto.\n\nEl instalador no puede continuar. Por favor, contacte con el autor del software o vuelva a descargar el paquete."; 
     60"Installer Information Missing" = "No se encuentra la información del Instalador"; 
     61"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." = "Este instalador no puede encontrar o leer la información requerida acerca del producto.\n\nEl instalador no puede continuar. Por favor, contacte con el autor del software o vuelva a descargar el paquete."; 
    6262 
    6363/* Uninstall Panel */ 
    64 "Uninstall Complete" = "Desinstalación completa"; 
    65 "Uninstall Failed" = "Desinstalación fallida"; 
    66 "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)." = "No se puede desinstalar %@ de su sistema. Por favor, compruebe que ha introducido correctamente su contraseña de administrador y que tiene suficientes privilegios e inténtelo de nuevo (o borre los archivos manualmente)."; 
    67 "You will be asked for your administrator password when you click Uninstall." = "Se le preguntará por su contraseña de administrador cuando haga clic en Desinstalar."; 
    68 "%@ was successfully uninstalled from your system. Thank you for evaluating our product!" = "%@ se ha desinstalado con éxito de su sistema. ¡Gracias por probar nuestro producto!"; 
     64"Uninstall Complete" = "Desinstalación completa"; 
     65"Uninstall Failed" = "Desinstalación fallida"; 
     66"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)." = "No se puede desinstalar %@ de su sistema. Por favor, compruebe que ha introducido correctamente su contraseña de administrador y que tiene suficientes privilegios e inténtelo de nuevo (o borre los archivos manualmente)."; 
     67"You will be asked for your administrator password when you click Uninstall." = "Se le preguntará por su contraseña de administrador cuando haga clic en Desinstalar."; 
     68"%@ was successfully uninstalled from your system. Thank you for evaluating our product!" = "%@ se ha desinstalado con éxito de su sistema. ¡Gracias por probar nuestro producto!"; 
    6969 
    7070/* Default Product Name */ 
    71 "Untitled Product" = "Producto sin título"; 
     71"Untitled Product" = "Producto sin título"; 
    7272 
    7373/* Default Product Version */ 
     
    7575 
    7676/* Default Product Type */ 
    77 "Application" = "Aplicación"; 
     77"Application" = "Aplicación"; 
    7878 
    7979/* Window title */ 
     
    8181 
    8282/* Done Tab */ 
    83 "When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit." = "Cuando haga clic en el botón \"Quit\" inferior, se lanzará el producto instalado, y este Instalador saldrá de él."; 
    84 "When you click the \"Quit\" button below, this Installer will quit." = "Cuando haga clic en el botón \"Quit\" inferior, este Instalador saldrá."; 
    85 "You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "Le aconsejamos con fuerza cerrar sesión o reiniciar su ordenador para que tenga efecto completamente el producto instalado. ¡Gracias!"; 
     83"When you click the \"Quit\" button below, the installed product will be launched, and this Installer will quit." = "Cuando haga clic en el botón \"Quit\" inferior, se lanzará el producto instalado, y este Instalador saldrá de él."; 
     84"When you click the \"Quit\" button below, this Installer will quit." = "Cuando haga clic en el botón \"Quit\" inferior, este Instalador saldrá."; 
     85"You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "Le aconsejamos con fuerza cerrar sesión o reiniciar su ordenador para que tenga efecto completamente el producto instalado. ¡Gracias!";