Ajout du site web dans about.php
This commit is contained in:
parent
9390e1b613
commit
b2cad2c540
@ -77,6 +77,9 @@ 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.com/">'.$langs->trans("OfficialWebSiteFr").'</a>';
|
||||||
print '</li>';
|
print '</li>';
|
||||||
|
print '<li>';
|
||||||
|
print '<a target="blank" href="http://www.dolibarr.fr/">'.$langs->trans("NewOfficialWebSiteFr").'</a>';
|
||||||
|
print '</li>';
|
||||||
}
|
}
|
||||||
print '<li>';
|
print '<li>';
|
||||||
print '<a target="blank" href="http://freshmeat.net/projects/dolibarr/">Freshmeat</a>';
|
print '<a target="blank" href="http://freshmeat.net/projects/dolibarr/">Freshmeat</a>';
|
||||||
|
|||||||
@ -119,7 +119,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
|
||||||
OfficialWebSiteFr=Site web officiel francophone
|
NewOfficialWebSiteFr=Site francophone (nouveau)
|
||||||
|
OfficialWebSiteFr=Site web officiel francophone (non maintenu)
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user