Add link to promote dolicloud and dolibox into about page.
This commit is contained in:
parent
c77bc5adf5
commit
2dcd966046
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
|
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
|
||||||
* Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
|
* Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be>
|
||||||
* Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
|
* Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
|
||||||
*
|
*
|
||||||
@ -47,7 +47,7 @@ print '<ul>';
|
|||||||
print '<li>'.DOL_VERSION.' / <a href="http://www.gnu.org/copyleft/gpl.html">GNU-GPL</a></li>';
|
print '<li>'.DOL_VERSION.' / <a href="http://www.gnu.org/copyleft/gpl.html">GNU-GPL</a></li>';
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
print "<br>\n";
|
//print "<br>\n";
|
||||||
|
|
||||||
print $langs->trans("Developpers").':';
|
print $langs->trans("Developpers").':';
|
||||||
print '<ul>';
|
print '<ul>';
|
||||||
@ -55,37 +55,37 @@ print '<li>'.$langs->trans("SeeWikiForAllTeam").': <a href="http://wiki.dolibarr
|
|||||||
print '<li>'.$langs->trans("DoliForge").': <a href="http://www.doliforge.org" target="_blank">http://wwww.doliforge.org</a></li>';
|
print '<li>'.$langs->trans("DoliForge").': <a href="http://www.doliforge.org" target="_blank">http://wwww.doliforge.org</a></li>';
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
print "<br>\n";
|
//print "<br>\n";
|
||||||
|
|
||||||
print $langs->trans("OtherInformations").':';
|
print $langs->trans("OtherInformations").':';
|
||||||
|
|
||||||
print '<ul>';
|
print '<ul>';
|
||||||
print '<li>';
|
print '<li>';
|
||||||
print '<a target="blank" href="http://www.dolibarr.org/">'.$langs->trans("OfficialWebSite").'</a>';
|
print '<a target="_blank" href="http://www.dolibarr.org/">'.$langs->trans("OfficialWebSite").'</a>';
|
||||||
print '</li>';
|
print '</li>';
|
||||||
// If the French language, it displays French website
|
// If the French language, it displays French website
|
||||||
if (preg_match('/^fr_/i',$langs->getDefaultLang()))
|
if (preg_match('/^fr_/i',$langs->getDefaultLang()))
|
||||||
{
|
{
|
||||||
print '<li>';
|
print '<li>';
|
||||||
print '<a target="blank" href="http://www.dolibarr.fr/">'.$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://wiki.dolibarr.org/">'.$langs->trans("OfficialWiki").'</a>';
|
print '<a target="_blank" href="http://wiki.dolibarr.org/">'.$langs->trans("OfficialWiki").'</a>';
|
||||||
print '</li>';
|
print '</li>';
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
print $langs->trans("Demo").':';
|
print $langs->trans("Demo").':';
|
||||||
print '<ul>';
|
print '<ul>';
|
||||||
print '<li>';
|
print '<li>';
|
||||||
print '<a target="blank" href="http://www.dolibarr.org/onlinedemo/">'.$langs->trans("OfficialDemo").'</a>';
|
print '<a target="_blank" href="http://www.dolibarr.org/onlinedemo/">'.$langs->trans("OfficialDemo").'</a>';
|
||||||
print '</li>';
|
print '</li>';
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
print $langs->trans("ModulesMarketPlaces").':';
|
print $langs->trans("ModulesMarketPlaces").':';
|
||||||
print '<ul>';
|
print '<ul>';
|
||||||
print '<li>';
|
print '<li>';
|
||||||
print '<a target="blank" href="http://www.dolistore.com">'.$langs->trans("OfficialMarketPlace").'</a>';
|
print '<a target="_blank" href="http://www.dolistore.com">'.$langs->trans("OfficialMarketPlace").'</a>';
|
||||||
print '</li>';
|
print '</li>';
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
@ -103,7 +103,24 @@ print $langs->trans("Foundation").':<br>';
|
|||||||
print '<ul>';
|
print '<ul>';
|
||||||
$url='http://wiki.dolibarr.org/index.php/Subscribe';
|
$url='http://wiki.dolibarr.org/index.php/Subscribe';
|
||||||
if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
|
if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
|
||||||
print '<li><a href="'.$url.'">'.$langs->trans("SubscribeToFoundation").'</a></li>';
|
if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Subscribirse';
|
||||||
|
print '<li><a href="'.$url.'" target="_blank">'.$langs->trans("SubscribeToFoundation").'</a></li>';
|
||||||
|
print '</ul>';
|
||||||
|
|
||||||
|
|
||||||
|
print $langs->trans("OfficialWebHostingService");
|
||||||
|
$url='http://www.dolicloud.com'; $title='DoliCloud';
|
||||||
|
print '<ul>';
|
||||||
|
print '<li>';
|
||||||
|
print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
|
||||||
|
print '</li>';
|
||||||
|
if (preg_match('/^fr_/i',$langs->getDefaultLang()))
|
||||||
|
{
|
||||||
|
$url='http://www.dolibox.fr'; $title='DoliBox';
|
||||||
|
print '<li>';
|
||||||
|
print '<a target="_blank" href="'.$url.'">'.$title.'</a>';
|
||||||
|
print '</li>';
|
||||||
|
}
|
||||||
print '</ul>';
|
print '</ul>';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -215,6 +215,7 @@ OfficialWebSiteFr=French official web site
|
|||||||
OfficialWiki=Dolibarr documentation on Wiki
|
OfficialWiki=Dolibarr documentation on Wiki
|
||||||
OfficialDemo=Dolibarr online demo
|
OfficialDemo=Dolibarr online demo
|
||||||
OfficialMarketPlace=Official market place for external modules/addons
|
OfficialMarketPlace=Official market place for external modules/addons
|
||||||
|
OfficialWebHostingService=Official web hosting service (Cloud hosting)
|
||||||
ForDocumentationSeeWiki=For user's or developer's documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
|
ForDocumentationSeeWiki=For user's or developer's documentation (Doc, FAQs...),<br>take a look at the Dolibarr Wiki:<br><b><a href="%s" target="_blank">%s</a></b>
|
||||||
ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
|
ForAnswersSeeForum=For any other questions/help, you can use the Dolibarr forum:<br><b><a href="%s" target="_blank">%s</a></b>
|
||||||
HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
|
HelpCenterDesc1=This area can help you to get a Help support service on Dolibarr.
|
||||||
|
|||||||
@ -213,7 +213,7 @@ Developpers=Desarrolladores/contribuidores
|
|||||||
OtherDeveloppers=Otros desarrolladores/contribuidores
|
OtherDeveloppers=Otros desarrolladores/contribuidores
|
||||||
OfficialWebSite=Sitio web oficial internacional
|
OfficialWebSite=Sitio web oficial internacional
|
||||||
OfficialWebSiteFr=sitio web oficial habla francesa
|
OfficialWebSiteFr=sitio web oficial habla francesa
|
||||||
OfficialWiki=Wiki Dolibarr
|
OfficialWiki=Wiki documentación Dolibarr
|
||||||
OfficialDemo=Demo en línea Dolibarr
|
OfficialDemo=Demo en línea Dolibarr
|
||||||
OfficialMarketPlace=Sitio oficial de módulos complementarios y extensiones
|
OfficialMarketPlace=Sitio oficial de módulos complementarios y extensiones
|
||||||
ForDocumentationSeeWiki=Para la documentación de usuario, desarrollador o Preguntas Frecuentes (FAQ), consulte el wiki Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
|
ForDocumentationSeeWiki=Para la documentación de usuario, desarrollador o Preguntas Frecuentes (FAQ), consulte el wiki Dolibarr: <br><b><a href="%s" target="_blank">%s</a></b>
|
||||||
|
|||||||
@ -216,6 +216,7 @@ OfficialWebSiteFr= Site web officiel francophone
|
|||||||
OfficialWiki= Wiki de documentation Dolibarr
|
OfficialWiki= Wiki de documentation Dolibarr
|
||||||
OfficialDemo= Démo en ligne Dolibarr
|
OfficialDemo= Démo en ligne Dolibarr
|
||||||
OfficialMarketPlace=Place de marché officielle des modules et extensions complémentaires
|
OfficialMarketPlace=Place de marché officielle des modules et extensions complémentaires
|
||||||
|
OfficialWebHostingService=Service d'hébergement officiel (SaaS)
|
||||||
ForDocumentationSeeWiki= Pour la documentation utilisateur, développeur ou les FAQs,<br>consultez le wiki Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
|
ForDocumentationSeeWiki= Pour la documentation utilisateur, développeur ou les FAQs,<br>consultez le wiki Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
|
||||||
ForAnswersSeeForum= Pour tout autre question/aide, vous pouvez utiliser le forum Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
|
ForAnswersSeeForum= Pour tout autre question/aide, vous pouvez utiliser le forum Dolibarr:<br><b><a href="%s" target="_blank">%s</a></b>
|
||||||
HelpCenterDesc1= Cette application, indépendante de Dolibarr, vous permet de vous aider à obtenir un service de support sur Dolibarr.
|
HelpCenterDesc1= Cette application, indépendante de Dolibarr, vous permet de vous aider à obtenir un service de support sur Dolibarr.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user