Files
2010-04-02 02:48:44 -03:00

60 lines
7.9 KiB
NSIS
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; First is default
LoadLanguageFile "${NSISDIR}\Contrib\Language files\French.nlf"
; Language selection dialog
LangString InstallerLanguageTitle ${LANG_FRENCH} "Langue du programme dinstallation"
LangString SelectInstallerLanguage ${LANG_FRENCH} "Veuillez sélectionner la langue du programme dinstallation"
; subtitle on license text caption
LangString LicenseSubTitleUpdate ${LANG_FRENCH} " Mise à jour"
LangString LicenseSubTitleSetup ${LANG_FRENCH} " Configuration"
; installation directory text
LangString DirectoryChooseTitle ${LANG_FRENCH} "Répertoire d'installation"
LangString DirectoryChooseUpdate ${LANG_FRENCH} "Sélectionnez le répertoire de Second Life pour installer la nouvelle version ${VERSION_LONG}. (XXX) :"
LangString DirectoryChooseSetup ${LANG_FRENCH} "Sélectionnez le répertoire dans lequel installer Second Life :"
; CheckStartupParams message box
LangString CheckStartupParamsMB ${LANG_FRENCH} "Impossible de trouver le programme '$INSTPROG'. La mise à jour silencieuse a échoué."
; installation success dialog
LangString InstSuccesssQuestion ${LANG_FRENCH} "Démarrer Second Life maintenant ?"
; remove old NSIS version
LangString RemoveOldNSISVersion ${LANG_FRENCH} "Vérification de l'ancienne version en cours..."
; check windows version
LangString CheckWindowsVersionDP ${LANG_FRENCH} "Vérification de la version de Windows en cours..."
LangString CheckWindowsVersionMB ${LANG_FRENCH} "Second Life prend uniquement en charge Windows XP, Windows 2000 et Mac OS X.$\n$\nToute tentative d'installation sous Windows $R0 peut causer des crashs et des pertes de données.$\n$\nInstaller quand même ?"
; checkifadministrator function (install)
LangString CheckAdministratorInstDP ${LANG_FRENCH} "Vérification de la permission pour effectuer l'installation en cours..."
LangString CheckAdministratorInstMB ${LANG_FRENCH} "Il semblerait que votre compte soit « limité ».$\nPour installer Second Life, vous devez avoir un compte « administrateur »."
; checkifadministrator function (uninstall)
LangString CheckAdministratorUnInstDP ${LANG_FRENCH} "Vérification de la permission pour effectuer la désinstallation en cours..."
LangString CheckAdministratorUnInstMB ${LANG_FRENCH} "Il semblerait que votre compte soit « limité ».$\nPour désinstaller Second Life, vous devez avoir un compte « administrateur »."
; checkifalreadycurrent
LangString CheckIfCurrentMB ${LANG_FRENCH} "Il semblerait que vous ayez déjà installé Second Life ${VERSION_LONG}.$\n$\nSouhaitez-vous procéder à une nouvelle installation ?"
; closesecondlife function (install)
LangString CloseSecondLifeInstDP ${LANG_FRENCH} "En attente de la fermeture de Second Life..."
LangString CloseSecondLifeInstMB ${LANG_FRENCH} "Second Life ne peut pas être installé si l'application est déjà lancée..$\n$\nFinissez ce que vous faites puis sélectionnez OK pour fermer Second Life et continuer.$\nSélectionnez ANNULER pour annuler l'installation."
; closesecondlife function (uninstall)
LangString CloseSecondLifeUnInstDP ${LANG_FRENCH} "En attente de la fermeture de Second Life..."
LangString CloseSecondLifeUnInstMB ${LANG_FRENCH} "Second Life ne peut pas être désinstallé si l'application est déjà lancée.$\n$\nFinissez ce que vous faites puis sélectionnez OK pour fermer Second Life et continuer.$\nSélectionnez ANNULER pour annuler la désinstallation."
; CheckNetworkConnection
LangString CheckNetworkConnectionDP ${LANG_FRENCH} "Connexion au réseau en cours de vérification..."
; removecachefiles
LangString RemoveCacheFilesDP ${LANG_FRENCH} "Suppression des fichiers du cache dans le dossier Documents et Paramètres"
; delete program files
LangString DeleteProgramFilesMB ${LANG_FRENCH} "Il y a encore des fichiers dans votre répertoire Second Life.$\n$\nIl est possible que vous ayez créé ou déplacé ces dossiers vers : $\n$INSTDIR$\n$\nVoulez-vous les supprimer ?"
; uninstall text
LangString UninstallTextMsg ${LANG_FRENCH} "Cela désinstallera Second Life ${VERSION_LONG} de votre système."