Ajout de traduction

This commit is contained in:
Regis Houssin 2007-11-06 15:07:42 +00:00
parent 62e5efda54
commit 84a2167c5c
5 changed files with 12 additions and 1 deletions

View File

@ -131,6 +131,7 @@ class ModeleThirdPartyCode
if ($type == -1) $s.=$langs->trans("Required").': <b>'.yn(!$this->code_null).'</b><br>';
$s.=$langs->trans("CanBeModifiedIfOk").': <b>'.yn($this->code_modifiable).'</b><br>';
$s.=$langs->trans("CanBeModifiedIfKo").': <b>'.yn($this->code_modifiable_invalide).'</b><br>';
$s.=$langs->trans("AutomaticCode").': <b>'.yn($this->code_auto).'</b><br>';
if ($type != -1) $s.=$langs->trans("Example").': <b>'.$this->getExample($langs,$soc,1).'</b>';
return $s;
}

View File

@ -228,3 +228,7 @@ AllocateCommercial=Allocate a commercial
SelectCountry=Select a country
SelectCompany=Select a third party
Organization=Organization
# Tigre
TigreNumRefModelDesc1=Return a customizable customer/supplier number according to a defined mask.
MercureMaskCodes=You may enter all mask of numbering. In this mask, the following tags could be used:<br><b>{000000}</b> correspond to a number which will be incremented on each customer/supplier. Enter as many zeros as the desired length of the counter. The counter will be completed by zeros at the left in order to have as many zeros as the mask. <br><b>{dd}</b> days of the establishment code customer/supplier (01 à 31).<br><b>{mm}</b> months of the establishment code customer/supplier (01 à 12).<br><b>{yy}</b> or {yyyy} year over 2 or 4 numbers of the establishment of the code customer/supplier.<br><b>{pre}</b> prefix of the third parties.<br>All other characters in the mask will remain intact.<br> You can use as separator characters following: slash, dash and backslash <br> Differentiating the elements used with a pipe <b>|</b> (altgr 6).<br>Spaces are not allowed.<br><br><u>Example of simple customer/supplier code</u><br><b>CC|(00000)</b> will give <b>CC00001</b><br><b>CF|-|(00000)</b> will give <b>CF-00001</b><br><br><u>Example on the 99th invoice of the third party SFR done 31/01/2007:</u><br><b>ABC-{yy}{mm}-{000000}</b> will give <b>ABC-0701-000099</b><br><b>{0000}-{pre}/{dd}/INV</b> will give <b>0099-SFR/31/INV</b><br>

View File

@ -389,6 +389,7 @@ Refresh=Refresh
BackToList=Back to list
CanBeModifiedIfOk=Can be modified if valid
CanBeModifiedIfKo=Can be modified if not valid
AutomaticCode=Automatic code
NotManaged=Not managed
FeatureDisabled=Feature disabled
# Week day

View File

@ -230,4 +230,8 @@ ConfirmDeleteFile=
AllocateCommercial=Affecter un commercial
SelectCountry=Sélectionner un pays
SelectCompany=Sélectionner un tiers
Organization=Organisme
Organization=Organisme
# Tigre
TigreNumRefModelDesc1=Renvoie un code client/fournisseur personnalisable selon un masque à définir.
TigreMaskCodes=Vous pouvez saisir tout masque de numérotation. Dans ce masque, les balises suivantes peuvent etre utilisées:<br><b>{000000}</b> correspond a un numéro qui sera incrémenté à chaque code client/fournisseur. Mettre autant de zéro que la longueur désirée du compteur. Le compteur sera complété par des 0 à gauche afin d'avoir autant de zéro que dans le masque.<br><b>{dd}</b> jour de la création du code client/fournisseur (01 à 31).<br><b>{mm}</b> mois de la création du code client/fournisseur (01 à 12).<br><b>{yy}</b> et/ou {yyyy} annee, sur 2 ou 4 chiffres, de la création du code client/fournisseur.<br><b>{pre}</b> prefix du tiers.<br>Tout autre caractère dans le masque sera laissé inchangé.<br>Vous pouvez utiliser les caractères suivant comme séparateur : slash, anti-slash et tiret<br>Différencier les éléments utilisés avec un pipe <b>|</b> (altgr+6).<br>Les espaces ne sont pas permis.<br><br><u>Exemple de code client/fournisseur simple</u><br><b>CC|{00000}</b> donnera <b>CC00001</b><br><b>CF|-|{00000}</b> donnera <b>CF-00001</b><br><br><u>Exemple sur le 99eme code client/fournisseur fait le 31/01/2007:</u><br><b>ABC|-|{yy}|{mm}|-|{000000}</b> donnera <b>ABC-0701-000099</b><br><b>{0000}|-|{pre}|/|{dd}|/|INV</b> donnera <b>0099-SFR/31/INV</b><br>

View File

@ -390,6 +390,7 @@ Refresh=Rafraichir
BackToList=Retour liste
CanBeModifiedIfOk=Peut être modifié si valide
CanBeModifiedIfKo=Peut être modifié si invalide
AutomaticCode=Création automatique du code
NotManaged=Non géré
FeatureDisabled=Fonction désactivée
# Week day