diff --git a/htdocs/about.php b/htdocs/about.php index bbf0aa35cad9fc661fa38cb9ab368d3e4e158f0f..c3dfcc95f50571a27eca39b26026842ea8e98841 100644 --- a/htdocs/about.php +++ b/htdocs/about.php @@ -51,17 +51,11 @@ print '</ul>'; print "<br>\n"; -print $langs->trans("DolibarrProjectLeader").':'; -print '<ul>'; -print '<li><a target="blank" href="http://rodolphe.quiedeville.org">Rodolphe Qui�deville</a>'; -print '</ul>'; - -print "<br>\n"; - -print $langs->trans("OtherDeveloppers").':'; +print $langs->trans("Developpers").':'; print '<ul>'; +print '<li><a target="blank" href="http://rodolphe.quiedeville.org">Rodolphe Qui�deville</a> ('.$langs->trans("Author").')'; print '<li><a target="blank" href="http://www.ipsyn.net">Jean-Louis Bergamo</a></li>'; -print '<li><a target="blank" href="http://www.destailleur.fr/">Laurent Destailleur</a></li>'; +print '<li><a target="blank" href="http://www.destailleur.fr/">Laurent Destailleur</a> ('.$langs->trans("DolibarrProjectLeader").')</li>'; print '<li>Eric Seigne</li>'; print '<li>Benoit Mortier</li>'; print '<li>R�gis Houssin</li>'; @@ -82,7 +76,7 @@ if (eregi('^fr_',$langs->getDefaultLang())) print '<a target="blank" href="http://www.dolibarr.fr/">'.$langs->trans("OfficialWebSiteFr").'</a>'; print '</li>'; print '<li>'; - print '<a target="blank" href="http://www.dolibarr.com/wikidev/">'.$langs->trans("OfficialWikiFr").'</a>'; + print '<a target="blank" href="http://wiki.dolibarr.org/">'.$langs->trans("OfficialWikiFr").'</a>'; print '</li>'; } print '<li>'; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 6e8a891be2d2c74d1e288654436faa43685352fe..58eb331f4d7b9b50afa3ea37fb2e3fa8140413d5 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -156,6 +156,7 @@ ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to Feature=Feature DolibarrLicense=License DolibarrProjectLeader=Project leader +Developpers=Developers/contributors OtherDeveloppers=Other developers/contributors OfficialWebSite=International official web site OfficialWebSiteFr=French official web site diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index d5796fe18376b7f15845aaea6600234bebd19cc9..b13bf0bff9ba197b551ad217b610cc2276283a03 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -155,6 +155,7 @@ ProtectAndEncryptPdfFiles=Protection et encryption des pdf g ProtectAndEncryptPdfFilesDesc=La protection d'un document pdf laisse le document libre � la lecture et � l'impression avec tout logiciel de lecture PDF. Par contre, la modification et la copie deviennent impossible. DolibarrLicense=Licence DolibarrProjectLeader=Chef de projet +Developpers=D�veloppeurs/contributeurs OtherDeveloppers=Autres d�veloppeurs/contributeurs OfficialWebSite=Site web officiel internationnal OfficialWebSiteFr=Site web officiel francophone