Ajout du site web dans about.php

This commit is contained in:
Regis Houssin 2007-10-11 10:06:57 +00:00
parent 9390e1b613
commit b2cad2c540
2 changed files with 5 additions and 1 deletions

View File

@ -77,6 +77,9 @@ if (eregi('^fr_',$langs->getDefaultLang()))
print '<li>';
print '<a target="blank" href="http://www.dolibarr.com/">'.$langs->trans("OfficialWebSiteFr").'</a>';
print '</li>';
print '<li>';
print '<a target="blank" href="http://www.dolibarr.fr/">'.$langs->trans("NewOfficialWebSiteFr").'</a>';
print '</li>';
}
print '<li>';
print '<a target="blank" href="http://freshmeat.net/projects/dolibarr/">Freshmeat</a>';

View File

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