Mise à jour de l'about

This commit is contained in:
Regis Houssin 2007-11-30 12:26:49 +00:00
parent a039b4cc93
commit 76cb51b11e
3 changed files with 5 additions and 4 deletions

View File

@ -74,10 +74,10 @@ print '</li>';
if (eregi('^fr_',$langs->getDefaultLang())) if (eregi('^fr_',$langs->getDefaultLang()))
{ {
print '<li>'; print '<li>';
print '<a target="blank" href="http://www.dolibarr.com/">'.$langs->trans("OfficialWebSiteFr").'</a>'; print '<a target="blank" href="http://www.dolibarr.fr/">'.$langs->trans("OfficialWebSiteFr").'</a>';
print '</li>'; print '</li>';
print '<li>'; print '<li>';
print '<a target="blank" href="http://www.dolibarr.fr/">'.$langs->trans("NewOfficialWebSiteFr").'</a>'; print '<a target="blank" href="http://www.dolibarr.com/wikidev/">'.$langs->trans("OfficialWikiFr").'</a>';
print '</li>'; print '</li>';
} }
print '<li>'; print '<li>';

View File

@ -122,6 +122,7 @@ DolibarrProjectLeader=Project leader
OtherDeveloppers=Other developers/contributors OtherDeveloppers=Other developers/contributors
OfficialWebSite=International official web site OfficialWebSite=International official web site
OfficialWebSiteFr=French official web site OfficialWebSiteFr=French official web site
OfficialWikiFr=French wiki
CurrentTheme=Current theme CurrentTheme=Current theme
CurrentTopMenuHandler=Current top menu handler CurrentTopMenuHandler=Current top menu handler
CurrentLeftMenuHandler=Current left menu handler CurrentLeftMenuHandler=Current left menu handler

View File

@ -120,8 +120,8 @@ DolibarrLicense=Licence
DolibarrProjectLeader=Chef de projet DolibarrProjectLeader=Chef de projet
OtherDeveloppers=Autres développeurs/contributeurs OtherDeveloppers=Autres développeurs/contributeurs
OfficialWebSite=Site web officiel internationnal OfficialWebSite=Site web officiel internationnal
NewOfficialWebSiteFr=Site francophone (nouveau) OfficialWebSiteFr=Site web officiel francophone
OfficialWebSiteFr=Site web officiel francophone (non maintenu) OfficialWikiFr=Wiki francophone
CurrentTheme=Theme courant CurrentTheme=Theme courant
CurrentTopMenuHandler=Gestionnaire menu haut courant CurrentTopMenuHandler=Gestionnaire menu haut courant
CurrentLeftMenuHandler=Gestionnaire menu gauche courant CurrentLeftMenuHandler=Gestionnaire menu gauche courant