Trad: Modif traduction
This commit is contained in:
parent
e8c5d6ab3a
commit
9350f486e5
@ -173,10 +173,10 @@ if ($mil->fetch($_GET["id"]) == 0)
|
||||
if ($mil->statut == 0)
|
||||
{
|
||||
print '<form action="cibles.php?action=clear&rowid='.$mil->id.'" method="POST">';
|
||||
print_titre($langs->trans("ToClearAllRecipientsClickHere").': <input type="submit" class="button" value="'.$langs->trans("TargetsReset").'"></form>');
|
||||
print_titre($langs->trans("ToClearAllRecipientsClickHere").' <input type="submit" class="button" value="'.$langs->trans("TargetsReset").'"></form>');
|
||||
print '<br>';
|
||||
|
||||
print_titre($langs->trans("ToAddRecipientsChooseHere").':');
|
||||
print_titre($langs->trans("ToAddRecipientsChooseHere"));
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans("RecipientSelectionModules").'</td>';
|
||||
|
||||
@ -91,11 +91,13 @@ class mailing_fraise extends MailingTargets
|
||||
function formFilter()
|
||||
{
|
||||
global $langs;
|
||||
$langs->load("members");
|
||||
|
||||
$s='';
|
||||
$s.='<select name="filter" class="flat">';
|
||||
$s.='<option value="-1">'.$langs->trans("ToValidate").'</option>';
|
||||
$s.='<option value="1" selected="true">'.$langs->trans("Validated").'</option>';
|
||||
$s.='<option value="0">'.$langs->trans("Resiliated").'</option>';
|
||||
$s.='<option value="-1">'.$langs->trans("MemberStatusShortDraft").'</option>';
|
||||
$s.='<option value="1" selected="true">'.$langs->trans("MemberStatusActive").'</option>';
|
||||
$s.='<option value="0">'.$langs->trans("MemberStatusResiliated").'</option>';
|
||||
$s.='</select>';
|
||||
return $s;
|
||||
}
|
||||
|
||||
@ -32,8 +32,7 @@
|
||||
* code des postes et des télécommunications et L. 121-20-5 du code de la
|
||||
* consommation. L'application du principe du consentement préalable en
|
||||
* droit français résulte de la transposition de l'article 13 de la Directive
|
||||
* européenne du 12 juillet 2002 « Vie privée et communications électroniques ».
|
||||
*
|
||||
* européenne du 12 juillet 2002 « Vie privée et communications électroniques ».
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -96,12 +95,13 @@ class mailing_poire extends MailingTargets
|
||||
function formFilter()
|
||||
{
|
||||
global $langs;
|
||||
$langs->load("companies");
|
||||
$langs->load("commercial");
|
||||
$langs->load("suppliers");
|
||||
|
||||
$s='';
|
||||
$s.='<select name="filter" class="flat">';
|
||||
$s.='<option value="all">'.$langs->trans("All").'</option>';
|
||||
$s.='<option value="all">'.$langs->trans("ContactsAllShort").'</option>';
|
||||
$s.='<option value="prospects">'.$langs->trans("Prospects").'</option>';
|
||||
$s.='<option value="customers">'.$langs->trans("Customers").'</option>';
|
||||
$s.='<option value="suppliers">'.$langs->trans("Suppliers").'</option>';
|
||||
|
||||
@ -32,7 +32,6 @@
|
||||
* consommation. L'application du principe du consentement préalable en
|
||||
* droit français résulte de la transposition de l'article 13 de la Directive
|
||||
* européenne du 12 juillet 2002 « Vie privée et communications électroniques ».
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@ -83,6 +83,7 @@ ListOfSuppliersContacts=List of supplier contacts
|
||||
ListOfCompanies=List of companies
|
||||
ShowCompany=Show company
|
||||
ShowContact=Show contact
|
||||
ContactsAllShort=All
|
||||
ContactType=Contact type
|
||||
NewContact=New contact
|
||||
LastContacts=Last contacts
|
||||
|
||||
@ -26,6 +26,7 @@ MembersTypes=Members types
|
||||
MembersAttributes=Members attributes
|
||||
SearchAMember=Search a member
|
||||
MemberStatusDraft=Draft (need to be validated)
|
||||
MemberStatusShortDraft=To validate
|
||||
MemberStatusActive=Validated
|
||||
MemberStatusResiliated=Resiliated
|
||||
MembersStatusToValid=Members to valid
|
||||
|
||||
@ -83,6 +83,7 @@ ListOfSuppliersContacts=Liste des contacts fournisseurs
|
||||
ListOfCompanies=Liste des sociétés
|
||||
ShowCompany=Afficher société
|
||||
ShowContact=Afficher contact
|
||||
ContactsAllShort=Tous
|
||||
ContactType=Type de contact
|
||||
NewContact=Nouveau contact
|
||||
LastContacts=Derniers contacts
|
||||
|
||||
@ -26,6 +26,7 @@ MembersTypes=Types d'adh
|
||||
MembersAttributes=Attributs adhérents
|
||||
SearchAMember=Rechercher un membre
|
||||
MemberStatusDraft=Brouillon (à valider)
|
||||
MemberStatusShortDraft=A valider
|
||||
MemberStatusActive=Validé
|
||||
MemberStatusResiliated=Résilié
|
||||
MembersStatusToValid=Adhérent à valider
|
||||
|
||||
Loading…
Reference in New Issue
Block a user