diff --git a/htdocs/about.php b/htdocs/about.php index 590431fcf5b..c3e7f3ae308 100644 --- a/htdocs/about.php +++ b/htdocs/about.php @@ -38,15 +38,18 @@ print_titre("Dolibarr"); print "
\n"; -print $langs->trans("Dolibarr est publié sous licence GNU/GPL"); +print $langs->trans("DolibarrLicense").': GNU/GPL
'; -print '

'; -print $langs->trans("Dolibarr est développé par :"); +print "
\n"; +print $langs->trans("DolibarrProjectLeader").':'; print '

'; -print $langs->trans("D'autres développeurs y contribuent activement :"); + +print "
\n"; + +print $langs->trans("OtherDeveloppers").':'; print ''; -print '

'; +print "
\n"; -print $langs->trans("Informations").' :'; +print $langs->trans("Informations").':'; print '

'; -// \todo Faut-il inviter l'utilisateur à aller sur le site en français si sa langue n'est pas le français ? -//if (eregi('^fr_',$langs->getDefaultLang()) -//{ +if (eregi('^fr_',$langs->getDefaultLang())) +{ print '

'; print 'Vente / Support'; print '

'; print 'Contactez Rodolphe Quiédeville sur www.dolibarr.com'; print ''; print ''; -//} +} llxFooter('$Date$ - $Revision$'); diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 31b16004012..05cd1a29a09 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -59,6 +59,10 @@ Required=Required Security=Security Passwords=Passwords Feature=Feature +DolibarrLicense=License +DolibarrProjectLeader=Project leader +OtherDeveloppers=Other developers/contributors +OfficialWebSite=Official web site ModuleSetup=Module setup ModuleFamilyBase=System ModuleFamilyCrm=Customer Ressource Management (CRM) diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 7c82ef50448..bc3233b4c1b 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -59,6 +59,10 @@ Required=Requis Security=Sécurité Passwords=Mots de passe Feature=Fonction +DolibarrLicense=Licence +DolibarrProjectLeader=Chef de projet +OtherDeveloppers=autres développeurs/contributeurs +OfficialWebSite=site web officiel francophone ModuleSetup=Configuration du module ModuleFamilyBase=Système ModuleFamilyCrm=Gestion client (CRM)