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/";
|
||||
|
||||
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_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 '<td>'.$langs->trans("Name").'</td>';
|
||||
print '<td>'.$langs->trans("Description").'</td>';
|
||||
@ -188,9 +189,6 @@ else
|
||||
}
|
||||
print "</td></tr>\n";
|
||||
|
||||
|
||||
|
||||
|
||||
print '</table>';
|
||||
|
||||
|
||||
@ -201,7 +199,7 @@ print '</table>';
|
||||
print '<br>';
|
||||
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 '<td>'.$langs->trans("Name").'</td>';
|
||||
print '<td>'.$langs->trans("Description").'</td>';
|
||||
@ -366,6 +364,7 @@ print "</table>";
|
||||
|
||||
print "<br>";
|
||||
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
||||
|
||||
@ -22,7 +22,8 @@
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
/*! \file htdocs/admin/fichinter.php
|
||||
/**
|
||||
\file htdocs/admin/fichinter.php
|
||||
\ingroup fichinter
|
||||
\brief Page d'administration/configuration du module FicheInter
|
||||
\version $Revision$
|
||||
@ -38,8 +39,6 @@ if (!$user->admin)
|
||||
accessforbidden();
|
||||
|
||||
|
||||
// positionne la variable pour le test d'affichage de l'icone
|
||||
|
||||
$ficheinter_addon_var_pdf = FICHEINTER_ADDON_PDF;
|
||||
|
||||
|
||||
@ -60,11 +59,8 @@ if ($_GET["action"] == 'setpdf')
|
||||
|
||||
$dir = "../includes/modules/fichinter/";
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
print_titre("Configuration du module Fiches d'interventions");
|
||||
print_titre($langs->trans("InterventionsSetup"));
|
||||
|
||||
print "<br>";
|
||||
|
||||
|
||||
@ -216,3 +216,7 @@ LDAPSetup=LDAP Setup
|
||||
LDAPServer=LDAP Server
|
||||
##### Propal #####
|
||||
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
|
||||
LDAPServer=Serveur LDAP
|
||||
##### 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