From 5a6db9c93efb6e0a68e2514b96ef74107b6611a9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 May 2008 01:38:34 +0000 Subject: [PATCH] Typo fix --- build/exe/doliwamp/doliwamp2.4.iss | 8 ++++---- htdocs/langs/en_US/install.lang | 2 +- htdocs/langs/fr_FR/install.lang | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/exe/doliwamp/doliwamp2.4.iss b/build/exe/doliwamp/doliwamp2.4.iss index 81fae4fc4ab..66d19c31fb4 100644 --- a/build/exe/doliwamp/doliwamp2.4.iss +++ b/build/exe/doliwamp/doliwamp2.4.iss @@ -146,7 +146,7 @@ var mypass: String; function InitializeSetup(): Boolean; begin - Result := MsgBox('You will install DoliWamp (Apache+Mysql+PHP+Dolibarr) on your computer.' #13#13 'This setup install Dolibarr and third party softwares (Apache, Mysql and PHP) configured for ' #13 'a Dolibarr usage.' #13#13 'If you want to share your Apache, Mysql and PHP with other projects then Dolibarr, it is recommended to make a manual' #13 'installation of Dolibarr on your own Apache, Mysql and PHP installation.' #13#13 'Do you want to continue install?', mbConfirmation, MB_YESNO) = idYes; + Result := MsgBox('You will install DoliWamp (Apache+Mysql+PHP+Dolibarr) on your computer.' #13#13 'This setup install Dolibarr and third party softwares (Apache, Mysql and PHP) configured for a Dolibarr usage.' #13#13 'If you want to share your Apache, Mysql and PHP with other projects than Dolibarr, it is recommended to make a manual' #13 'installation of Dolibarr on your own Apache, Mysql and PHP installation.' #13#13 'Do you want to continue install ?', mbConfirmation, MB_YESNO) = idYes; end; @@ -675,9 +675,9 @@ begin 'Please specify some technical parameters. If you don t understand or ' #13 'are not sure, just leave the default values.'); Page.Add('SMTP server (your own or ISP SMTP server) :', False); - Page.Add('Apache port:', False); - Page.Add('Mysql port:', False); - Page.Add('Mysql and Dolibarr root password:', False); + Page.Add('Apache port (common choice is 80) :', False); + Page.Add('Mysql port (common choice is 3306) :', False); + Page.Add('Mysql server and database password you want for root :', False); // Valeurs par defaut Page.Values[0] := smtpServer; diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index df3690be706..47d82e8bde3 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -79,7 +79,7 @@ SystemIsInstalled=Your system is now installed. SystemIsUpgraded=Dolibarr has been upgraded successfully. YouNeedToPersonalizeSetup=Now you must configure Dolibarr to match your needs (Look choice, functionnalities, ...). For this, click on the following link: AdminLoginCreatedSuccessfuly=Dolibarr administrator login '%s' created successfuly. -GoToSetupArea=Go to setup area +GoToSetupArea=Go to Dolibarr (setup area) Examples=Examples WithNoSlashAtTheEnd=Without the slash "/" at the end DirectoryRecommendation=It is recommanded to put this directry out of directory for web pages. diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index 83def72bcd1..6d45e89a9f6 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -80,7 +80,7 @@ SystemIsInstalled=Votre syst SystemIsUpgraded=Dolibarr a été mis à jour avec succès. YouNeedToPersonalizeSetup=Vous devez maintenant configurer Dolibarr selon vos besoins (Choix de l'apparence, des fonctionnalités, etc.). Pour cela, cliquez sur le lien ci-dessous: AdminLoginCreatedSuccessfuly=Création du compte administrateur Dolibarr '%s' réussie. -GoToSetupArea=Accès à l'espace de configuration +GoToSetupArea=Accéder à Dolibarr (espace configuration) Examples=Exemples WithNoSlashAtTheEnd=Sans le slash "/" à la fin DirectoryRecommendation=Il est recommandé de mettre ce répertoire en dehors du répertoire des pages web.