Browse Source

Update 'Main_Install_Script.sh'

master
Darren 3 years ago
parent
commit
86f0ff1d0b
  1. 16
      Main_Install_Script.sh

16
Main_Install_Script.sh

@ -17,13 +17,13 @@ PREFIX="SeriousSam-TheFirstEncounter"
WORKING_WINE_VERSION="1.3.5" WORKING_WINE_VERSION="1.3.5"
if [ "$POL_LANG" == "fr" ]; then if [ "$POL_LANG" == "fr" ]; then
LNG_WAIT_WARNING="Essayez de jouer en version native à Serious Sam via l'installeur\ndisponible à cette adresse: http://www.liflg.org/?catid=6&gameid=71" LNG_WAIT_WARNING="Try playing Serious Sam in native version via the installer \navailable at this address: http://www.liflg.org/?catid=6&gameid=71"
LNG_CHOOSE_MEDIA="Choisissez votre méthode d'installation :" LNG_CHOOSE_MEDIA="Choose your installation method :"
LNG_MEDIA_DDV="Version Digital Download" LNG_MEDIA_DDV="Digital Download Version"
LNG_MEDIA_CD="Version CD" LNG_MEDIA_CD="CD Version"
LNG_CHOOSE_DDV="Veuillez sélectionner votre exécutable Digital Download de $TITLE" LNG_CHOOSE_DDV="Please select your Digital Download executable from $TITLE"
LNG_INSTALL_RUN="Installation en cours..." LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du programme sera\nterminée sous peine de devoir recommencer l'installation." LNG_WAIT_END="Press \"Next\" ONLY when the installation of the program isnterminated or you will have to start the installation again."
LNG_WAIT_HF="Are you serious?!" LNG_WAIT_HF="Are you serious?!"
else else
LNG_CHOOSE_MEDIA="Choose your install method :" LNG_CHOOSE_MEDIA="Choose your install method :"
@ -32,7 +32,7 @@ LNG_MEDIA_CD="CD Version"
LNG_CHOOSE_DDV="Please select your $TITLE Digital Download executable" LNG_CHOOSE_DDV="Please select your $TITLE Digital Download executable"
LNG_WAIT_WARNING="Try to play Serious Sam natively via the installer which is\navailable there: http://www.liflg.org/?catid=6&gameid=71" LNG_WAIT_WARNING="Try to play Serious Sam natively via the installer which is\navailable there: http://www.liflg.org/?catid=6&gameid=71"
LNG_INSTALL_RUN="Installation in progress..." LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Next\" ONLY when the software installation is finished\nor you will have to install again the game." LNG_WAIT_END="Click on \"Next\" ONLY when the software installation is finished \nor you will have to install the game again."
LNG_WAIT_HF="Are you serious?!" LNG_WAIT_HF="Are you serious?!"
fi fi

Loading…
Cancel
Save