Ajout traduction

This commit is contained in:
Regis Houssin 2005-12-02 13:20:06 +00:00
parent 538c0ffc50
commit 641b2912ce
3 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,7 @@ print "</table>\n";
* Tableau de bord d'états Dolibarr (statistiques)
* Non affiché pour un utilisateur externe
*/
$langs->load("other");
if ($user->societe_id == 0)
{
print '<br>';

View File

@ -30,6 +30,7 @@ require("./pre.inc.php");
require_once (DOL_DOCUMENT_ROOT."/societe.class.php");
$langs->load("companies");
$langs->load("other");
llxHeader();

View File

@ -127,6 +127,7 @@ if ( $soc->fetch($soc->id) )
}
if ($conf->compta->enabled) {
$langs->load("compta");
$head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;
$head[$h][1] = $langs->trans("Accountancy");
$h++;