Update about page
This commit is contained in:
parent
b49d7f5390
commit
9fc942ccec
@ -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>';
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user