34 lines
1.0 KiB
PHP
34 lines
1.0 KiB
PHP
<?php
|
|
/***********************************************************
|
|
* Module : ModComments
|
|
* Language : French
|
|
* Version : 5.4.0
|
|
* License : GPL
|
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
|
***********************************************************/
|
|
|
|
$mod_strings = Array (
|
|
'ModComments' => 'Commentaires',
|
|
'SINGLE_ModComments' => 'Commentaire',
|
|
'LBL_MODCOMMENTS_INFORMATION' => 'Information Commentaire',
|
|
'LBL_OTHER_INFORMATION' => 'Autres Informations',
|
|
'LBL_CUSTOM_INFORMATION' => 'Informations personnalisées',
|
|
|
|
'Assigned To' => 'Assigné à',
|
|
'Created Time' => 'Date de création',
|
|
'Modified Time' => 'Date de modification',
|
|
'Comment' => 'Commentaire',
|
|
'Comments' => 'Commentaires',
|
|
'Related To' => 'Relatif à',
|
|
'Creator' => 'Créé par',
|
|
'Related To Comments' => 'Commentaires liés',
|
|
|
|
'LBL_ADD_COMMENT' => 'ajouter un commentaire',
|
|
'LBL_AUTHOR' => 'Auteur',
|
|
'LBL_ON' => 'De',
|
|
'LBL_MINE' => 'Les miens',
|
|
'LBL_LAST5'=> 'Les 5 derniers',
|
|
'ModComments ID' => 'Commentaire ID ',
|
|
);
|
|
|
|
?>
|