32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<?php
|
|
/***********************************************************
|
|
* Module : FieldFormulas
|
|
* Language : French
|
|
* Version : 5.4.0
|
|
* License : GPL
|
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
|
***********************************************************/
|
|
|
|
$mod_strings = Array (
|
|
'FieldFormulas' => 'Champs',
|
|
'LBL_FIELDFORMULAS' => 'Champs calculés',
|
|
'LBL_FIELDFORMULAS_DESCRIPTION' => 'Ajoutez une formule calculée au champ',
|
|
'LBL_FIELDS' => 'Champs',
|
|
'LBL_FUNCTIONS' => 'Fonctions',
|
|
'LBL_FIELD' => 'Champ',
|
|
'LBL_EXPRESSION' => 'Expression',
|
|
'LBL_SETTINGS' => 'Réglages',
|
|
'LBL_NEW_FIELD_EXPRESSION_BUTTON' => 'Nouvelle expression de champs',
|
|
'LBL_EDIT_EXPRESSION' => 'Editer Expression',
|
|
'LBL_MODULE_INFO' => 'Champs avec calcul dans ',
|
|
'NEED_TO_ADD_A' =>'Vous devez ajouter une chaine ou un entier ',
|
|
'LBL_CUSTOM_FIELD' =>'Choix des champs',
|
|
'LBL_CHECKING'=>'Vérification...',
|
|
'LBL_SELECT_ONE_DOTDOTDOT'=>'Choisir un(e)...',
|
|
'LBL_TARGET_FIELD'=>'Champ cible',
|
|
'LBL_DELETE_EXPRESSION_CONFIRM'=>'Etes-vous sûr de vouloir supprimer?',
|
|
'LBL_EXAMPLES'=>'Exemples',
|
|
'LBL_USE_FIELD_VALUE_DASHDASH'=>'-- Utiliser la valeur --',
|
|
'LBL_USE_FUNCTION_DASHDASH'=>'-- Utiliser la fonction --',
|
|
);
|
|
?>
|