Fix: traduction

This commit is contained in:
Regis Houssin 2008-01-10 21:28:54 +00:00
parent 03985cf520
commit 4d7c0b1fee
3 changed files with 36 additions and 30 deletions

View File

@ -180,7 +180,7 @@ if ($_POST['action'] == 'add' && $user->rights->propale->creer)
$db->begin(); $db->begin();
// Si on a selectionn<EFBFBD> une propal <20> copier, on r<>alise la copie // Si on a selectionne une propal a copier, on realise la copie
if($_POST['createmode']=='copy' && $_POST['copie_propal']) if($_POST['createmode']=='copy' && $_POST['copie_propal'])
{ {
if ($propal->fetch($_POST['copie_propal']) > 0) if ($propal->fetch($_POST['copie_propal']) > 0)
@ -244,7 +244,7 @@ if ($_POST['action'] == 'add' && $user->rights->propale->creer)
{ {
$error=0; $error=0;
// Insertion contact par defaut si d<EFBFBD>fini // Insertion contact par defaut si defini
if ($_POST["contactidp"]) if ($_POST["contactidp"])
{ {
$result=$propal->add_contact($_POST["contactidp"],'CUSTOMER','external'); $result=$propal->add_contact($_POST["contactidp"],'CUSTOMER','external');
@ -323,13 +323,13 @@ if ($_POST['action'] == 'send')
if ($_POST['sendto']) if ($_POST['sendto'])
{ {
// Le destinataire a <EFBFBD>t<EFBFBD> fourni via le champ libre // Le destinataire a ete fourni via le champ libre
$sendto = $_POST['sendto']; $sendto = $_POST['sendto'];
$sendtoid = 0; $sendtoid = 0;
} }
elseif ($_POST['receiver']) elseif ($_POST['receiver'])
{ {
// Le destinataire a <EFBFBD>t<EFBFBD> fourni via la liste d<>roulante // Le destinataire a ete fourni via la liste deroulante
if ($_POST['receiver'] < 0) // Id du tiers if ($_POST['receiver'] < 0) // Id du tiers
{ {
$sendto = $propal->client->email; $sendto = $propal->client->email;
@ -360,15 +360,15 @@ if ($_POST['action'] == 'send')
} }
$actiontypeid=3; $actiontypeid=3;
$actionmsg ='Mail envoy<6F> par '.$from.' <20> '.$sendto.'.<br>'; $actionmsg = $langs->trans('MailSentBy').' '.$from.' '.$langs->trans('To').' '.$sendto.'.<br>';
if ($message) if ($message)
{ {
$actionmsg.='Texte utilis<69> dans le corps du message:<br>'; $actionmsg.=$langs->trans('TextUsedInTheMessageBody').' :<br>';
$actionmsg.=$message; $actionmsg.=$message;
} }
$actionmsg2='Envoi Propal par mail'; $actionmsg2=$langs->trans('SendPropalByMail');
} }
$filepath[0] = $file; $filepath[0] = $file;
@ -455,8 +455,8 @@ if ($_POST['action'] == 'send')
else else
{ {
$langs->load("other"); $langs->load("other");
$mesg='<div class="error">'.$langs->trans('ErrorFailedToReadEntity',$langs->trans("Invoice")).'</div>'; $mesg='<div class="error">'.$langs->trans('ErrorFailedToReadEntity',$langs->trans("Proposal")).'</div>';
dolibarr_syslog('Impossible de lire les donn<EFBFBD>es de la facture. Le fichier facture n\'a peut-<2D>tre pas <20>t<EFBFBD> g<>n<EFBFBD>r<EFBFBD>.'); dolibarr_syslog('Impossible de lire les donnees de la facture. Le fichier propal n\'a peut-etre pas ete genere.');
} }
} }
@ -599,7 +599,7 @@ if ($_POST['action'] == "addligne" && $user->rights->propale->creer)
} }
/* /*
* Mise <EFBFBD> jour d'une ligne dans la propale * Mise a jour d'une ligne dans la propale
*/ */
if ($_POST['action'] == 'updateligne' && $user->rights->propale->creer && $_POST["save"] == $langs->trans("Save")) if ($_POST['action'] == 'updateligne' && $user->rights->propale->creer && $_POST["save"] == $langs->trans("Save"))
{ {
@ -659,7 +659,7 @@ if ($_POST['action'] == 'classin')
$propal->set_project($user, $_POST['projetidp']); $propal->set_project($user, $_POST['projetidp']);
} }
// Conditions de r<EFBFBD>glement // Conditions de reglement
if ($_POST["action"] == 'setconditions') if ($_POST["action"] == 'setconditions')
{ {
$propal = new Propal($db); $propal = new Propal($db);
@ -684,7 +684,7 @@ if ($_REQUEST['action'] == 'setremiseabsolue' && $user->rights->propale->creer)
$_GET['propalid']=$_REQUEST['propalid']; $_GET['propalid']=$_REQUEST['propalid'];
} }
// Mode de r<EFBFBD>glement // Mode de reglement
if ($_POST["action"] == 'setmode') if ($_POST["action"] == 'setmode')
{ {
$propal = new Propal($db); $propal = new Propal($db);
@ -816,7 +816,7 @@ if ($_GET['propalid'] > 0)
$rowspan=8; $rowspan=8;
// Soci<EFBFBD>t<EFBFBD> // Societe
print '<tr><td>'.$langs->trans('Company').'</td><td colspan="5">'.$societe->getNomUrl(1).'</td>'; print '<tr><td>'.$langs->trans('Company').'</td><td colspan="5">'.$societe->getNomUrl(1).'</td>';
print '</tr>'; print '</tr>';
@ -897,12 +897,13 @@ if ($_GET['propalid'] > 0)
print '</tr>'; print '</tr>';
// date de livraison (conditionn<EFBFBD> sur PROPALE_ADD_SHIPPING_DATE car carac <20> // date de livraison (conditionne sur PROPALE_ADD_SHIPPING_DATE car carac a
// g<EFBFBD>rer par les commandes et non les propal // gerer par les commandes et non les propales
if ($conf->expedition->enabled) if ($conf->expedition->enabled || $conf->livraison->enabled)
{ {
if ($conf->global->PROPALE_ADD_SHIPPING_DATE) if ($conf->global->PROPALE_ADD_SHIPPING_DATE)
{ {
$langs->load('deliveries');
print '<tr><td>'; print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td>'; print '<table class="nobordernopadding" width="100%"><tr><td>';
print $langs->trans('DeliveryDate'); print $langs->trans('DeliveryDate');
@ -950,7 +951,7 @@ if ($_GET['propalid'] > 0)
} }
} }
// Conditions et modes de r<EFBFBD>glement // Conditions et modes de reglement
print '<tr><td>'; print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td>'; print '<table class="nobordernopadding" width="100%"><tr><td>';
print $langs->trans('PaymentConditionsShort'); print $langs->trans('PaymentConditionsShort');
@ -1199,7 +1200,7 @@ if ($_GET['propalid'] > 0)
print '<td class="nobordernopadding" nowrap="nowrap" align="left">'; print '<td class="nobordernopadding" nowrap="nowrap" align="left">';
if (($objp->info_bits & 2) == 2) if (($objp->info_bits & 2) == 2)
{ {
// Ligne remise pr<EFBFBD>d<EFBFBD>finie, on ne permet pas modif // Ligne remise predefinie, on ne permet pas modif
} }
else else
{ {
@ -1256,7 +1257,7 @@ if ($_GET['propalid'] > 0)
print '<td align="center">'; print '<td align="center">';
if (($objp->info_bits & 2) == 2) if (($objp->info_bits & 2) == 2)
{ {
// Ligne remise pr<EFBFBD>d<EFBFBD>finie, on permet pas modif // Ligne remise predefinie, on permet pas modif
} }
else else
{ {
@ -1331,7 +1332,7 @@ if ($_GET['propalid'] > 0)
} }
if ($_GET["action"] == 'editline') if ($_GET["action"] == 'editline')
{ {
// <EFBFBD>diteur wysiwyg // editeur wysiwyg
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS) if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS)
{ {
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
@ -1380,7 +1381,7 @@ if ($_GET['propalid'] > 0)
if ($conf->service->enabled) if ($conf->service->enabled)
{ {
print "<tr $bc[$var]>"; print "<tr $bc[$var]>";
print '<td colspan="5">Si produit de type service <EFBFBD> dur<75>e limit<69>e: Du '; print '<td colspan="5">Si produit de type service a duree limitee: Du ';
print $html->select_date($objp->date_start,"date_start",0,0,$objp->date_start?0:1); print $html->select_date($objp->date_start,"date_start",0,0,$objp->date_start?0:1);
print ' au '; print ' au ';
print $html->select_date($objp->date_end,"date_end",0,0,$objp->date_end?0:1); print $html->select_date($objp->date_end,"date_end",0,0,$objp->date_end?0:1);
@ -1418,7 +1419,7 @@ if ($_GET['propalid'] > 0)
print '<td colspan="4">&nbsp;</td>'; print '<td colspan="4">&nbsp;</td>';
print "</tr>\n"; print "</tr>\n";
// Ajout produit produits/services personnalis<EFBFBD>s // Ajout produit produits/services personnalises
print '<form action="'.$_SERVER["PHP_SELF"].'?propalid='.$propal->id.'#add" method="post">'; print '<form action="'.$_SERVER["PHP_SELF"].'?propalid='.$propal->id.'#add" method="post">';
print '<input type="hidden" name="propalid" value="'.$propal->id.'">'; print '<input type="hidden" name="propalid" value="'.$propal->id.'">';
print '<input type="hidden" name="action" value="addligne">'; print '<input type="hidden" name="action" value="addligne">';
@ -1427,7 +1428,7 @@ if ($_GET['propalid'] > 0)
print '<tr '.$bc[$var].">\n"; print '<tr '.$bc[$var].">\n";
print '<td '.$colspan.'>'; print '<td '.$colspan.'>';
// <EFBFBD>diteur wysiwyg // editeur wysiwyg
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS) if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS)
{ {
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
@ -1457,7 +1458,7 @@ if ($_GET['propalid'] > 0)
print '</form>'; print '</form>';
// Ajout de produits/services pr<EFBFBD>d<EFBFBD>finis // Ajout de produits/services predefinis
if ($conf->produit->enabled) if ($conf->produit->enabled)
{ {
if ($conf->global->PRODUIT_USE_MARKUP) if ($conf->global->PRODUIT_USE_MARKUP)
@ -1502,7 +1503,7 @@ if ($_GET['propalid'] > 0)
} }
if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) print '<br>'; if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) print '<br>';
// <EFBFBD>diteur wysiwyg // editeur wysiwyg
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS) if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_DETAILS)
{ {
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
@ -1531,7 +1532,7 @@ if ($_GET['propalid'] > 0)
print "\n"; print "\n";
/* /*
* Formulaire cloture (sign<EFBFBD> ou non) * Formulaire cloture (signe ou non)
*/ */
$form_close = '<form action="'.$_SERVER["PHP_SELF"].'?propalid='.$propal->id.'" method="post">'; $form_close = '<form action="'.$_SERVER["PHP_SELF"].'?propalid='.$propal->id.'" method="post">';
$form_close.= '<table class="border" width="100%">'; $form_close.= '<table class="border" width="100%">';
@ -1652,7 +1653,7 @@ if ($_GET['propalid'] > 0)
/* /*
* Documents g<EFBFBD>n<EFBFBD>r<EFBFBD>s * Documents generes
*/ */
$filename=sanitize_string($propal->ref); $filename=sanitize_string($propal->ref);
$filedir=$conf->propal->dir_output . "/" . sanitize_string($propal->ref); $filedir=$conf->propal->dir_output . "/" . sanitize_string($propal->ref);
@ -1666,7 +1667,7 @@ if ($_GET['propalid'] > 0)
/* /*
* Commandes rattach<EFBFBD>es * Commandes rattachees
*/ */
if($conf->commande->enabled) if($conf->commande->enabled)
{ {
@ -1782,7 +1783,7 @@ if ($_GET['propalid'] > 0)
$formmail->withdeliveryreceipt=1; $formmail->withdeliveryreceipt=1;
// Tableau des substitutions // Tableau des substitutions
$formmail->substit['__PROPREF__']=$propal->ref; $formmail->substit['__PROPREF__']=$propal->ref;
// Tableau des param<EFBFBD>tres compl<70>mentaires // Tableau des parametres complementaires
$formmail->param['action']='send'; $formmail->param['action']='send';
$formmail->param['models']='propal_send'; $formmail->param['models']='propal_send';
$formmail->param['propalid']=$propal->id; $formmail->param['propalid']=$propal->id;
@ -1935,7 +1936,7 @@ else
$url = DOL_URL_ROOT.'/comm/prospect/fiche.php?socid='.$objp->rowid; $url = DOL_URL_ROOT.'/comm/prospect/fiche.php?socid='.$objp->rowid;
} }
// Soci<EFBFBD>t<EFBFBD> // Societe
print '<td><a href="'.$url.'">'.img_object($langs->trans('ShowCompany'),'company').' '.$objp->nom.'</a></td>'; print '<td><a href="'.$url.'">'.img_object($langs->trans('ShowCompany'),'company').' '.$objp->nom.'</a></td>';
// Date propale // Date propale

View File

@ -382,6 +382,8 @@ CloseWindow=Close window
Question=Question Question=Question
Response=Response Response=Response
Priority=Priority Priority=Priority
MailSentBy=Mail sent by
TextUsedInTheMessageBody=Text used in the message body
SendAcknowledgementByMail=Send Ack. by mail SendAcknowledgementByMail=Send Ack. by mail
NoEMail=No EMail NoEMail=No EMail
Owner=Owner Owner=Owner

View File

@ -270,6 +270,7 @@ Category=Cat
By=Par By=Par
From=Du From=Du
to=au to=au
To=à
and=et and=et
or=ou or=ou
Other=Autre Other=Autre
@ -383,6 +384,8 @@ CloseWindow=Fermer fen
Question=Question Question=Question
Response=Réponse Response=Réponse
Priority=Priorité Priority=Priorité
MailSentBy=Mail envoyé par
TextUsedInTheMessageBody=Texte utilisé dans le corps du message
SendAcknowledgementByMail=Envoi A.R. par mail SendAcknowledgementByMail=Envoi A.R. par mail
NoEMail=Pas d'email NoEMail=Pas d'email
Owner=Propriétaire Owner=Propriétaire