Ajout traduction
This commit is contained in:
parent
538c0ffc50
commit
641b2912ce
@ -99,6 +99,7 @@ print "</table>\n";
|
|||||||
* Tableau de bord d'états Dolibarr (statistiques)
|
* Tableau de bord d'états Dolibarr (statistiques)
|
||||||
* Non affiché pour un utilisateur externe
|
* Non affiché pour un utilisateur externe
|
||||||
*/
|
*/
|
||||||
|
$langs->load("other");
|
||||||
if ($user->societe_id == 0)
|
if ($user->societe_id == 0)
|
||||||
{
|
{
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
@ -30,6 +30,7 @@ require("./pre.inc.php");
|
|||||||
require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
|
require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
|
||||||
|
|
||||||
$langs->load("companies");
|
$langs->load("companies");
|
||||||
|
$langs->load("other");
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
|
|||||||
@ -127,6 +127,7 @@ if ( $soc->fetch($soc->id) )
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->compta->enabled) {
|
if ($conf->compta->enabled) {
|
||||||
|
$langs->load("compta");
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;
|
$head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;
|
||||||
$head[$h][1] = $langs->trans("Accountancy");
|
$head[$h][1] = $langs->trans("Accountancy");
|
||||||
$h++;
|
$h++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user