Trad: Et un peu de traduction en plus
This commit is contained in:
parent
c816fa9d08
commit
a5891b06ef
@ -89,11 +89,12 @@ if ($_GET["action"] == 'delete')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
llxHeader('','Fiche commande','FactureConfiguration');
|
|
||||||
|
|
||||||
$dir = "../includes/modules/facture/";
|
$dir = "../includes/modules/facture/";
|
||||||
|
|
||||||
print_titre("Configuration du module Factures");
|
|
||||||
|
llxHeader('','Fiche commande','FactureConfiguration');
|
||||||
|
|
||||||
|
print_titre($langs->trans("BillsSetup"));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -102,7 +103,7 @@ print_titre("Configuration du module Factures");
|
|||||||
print "<br>";
|
print "<br>";
|
||||||
print_titre("Module de numérotation des factures");
|
print_titre("Module de numérotation des factures");
|
||||||
|
|
||||||
print '<table class="noborder" cellpadding="2" cellspacing="0" width=\"100%\">';
|
print '<table class="noborder" width=\"100%\">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("Name").'</td>';
|
print '<td>'.$langs->trans("Name").'</td>';
|
||||||
print '<td>'.$langs->trans("Description").'</td>';
|
print '<td>'.$langs->trans("Description").'</td>';
|
||||||
@ -188,9 +189,6 @@ else
|
|||||||
}
|
}
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
|
|
||||||
@ -201,7 +199,7 @@ print '</table>';
|
|||||||
print '<br>';
|
print '<br>';
|
||||||
print_titre("Modèles de facture pdf");
|
print_titre("Modèles de facture pdf");
|
||||||
|
|
||||||
print '<table class="noborder" cellpadding="2" cellspacing="0" width=\"100%\">';
|
print '<table class="noborder" width=\"100%\">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("Name").'</td>';
|
print '<td>'.$langs->trans("Name").'</td>';
|
||||||
print '<td>'.$langs->trans("Description").'</td>';
|
print '<td>'.$langs->trans("Description").'</td>';
|
||||||
@ -366,6 +364,7 @@ print "</table>";
|
|||||||
|
|
||||||
print "<br>";
|
print "<br>";
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||||
|
|||||||
@ -22,7 +22,8 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file htdocs/admin/fichinter.php
|
/**
|
||||||
|
\file htdocs/admin/fichinter.php
|
||||||
\ingroup fichinter
|
\ingroup fichinter
|
||||||
\brief Page d'administration/configuration du module FicheInter
|
\brief Page d'administration/configuration du module FicheInter
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
@ -38,8 +39,6 @@ if (!$user->admin)
|
|||||||
accessforbidden();
|
accessforbidden();
|
||||||
|
|
||||||
|
|
||||||
// positionne la variable pour le test d'affichage de l'icone
|
|
||||||
|
|
||||||
$ficheinter_addon_var_pdf = FICHEINTER_ADDON_PDF;
|
$ficheinter_addon_var_pdf = FICHEINTER_ADDON_PDF;
|
||||||
|
|
||||||
|
|
||||||
@ -60,11 +59,8 @@ if ($_GET["action"] == 'setpdf')
|
|||||||
|
|
||||||
$dir = "../includes/modules/fichinter/";
|
$dir = "../includes/modules/fichinter/";
|
||||||
|
|
||||||
/*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
print_titre("Configuration du module Fiches d'interventions");
|
print_titre($langs->trans("InterventionsSetup"));
|
||||||
|
|
||||||
print "<br>";
|
print "<br>";
|
||||||
|
|
||||||
|
|||||||
@ -216,3 +216,7 @@ LDAPSetup=LDAP Setup
|
|||||||
LDAPServer=LDAP Server
|
LDAPServer=LDAP Server
|
||||||
##### Propal #####
|
##### Propal #####
|
||||||
PropalSetup=Commercial proposals module setup
|
PropalSetup=Commercial proposals module setup
|
||||||
|
##### Bills #####
|
||||||
|
BillsSetup=Bills module setup
|
||||||
|
##### Interventions #####
|
||||||
|
InterventionsSetup=Interventions module setup
|
||||||
|
|||||||
@ -215,4 +215,8 @@ ClickToDialSetup=Configuration du module Click To Dial
|
|||||||
LDAPSetup=Configuration du module LDAP
|
LDAPSetup=Configuration du module LDAP
|
||||||
LDAPServer=Serveur LDAP
|
LDAPServer=Serveur LDAP
|
||||||
##### Propal #####
|
##### Propal #####
|
||||||
PropalSetup=Configuration du module Propositions Commerciales
|
PropalSetup=Configuration du module Propositions Commerciales
|
||||||
|
##### Bills #####
|
||||||
|
BillsSetup=Configuration du module Factures
|
||||||
|
##### Interventions #####
|
||||||
|
InterventionsSetup=Configuration du module Interventions
|
||||||
Loading…
Reference in New Issue
Block a user