33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
|
<?php
|
||
|
/***********************************************************
|
||
|
* Module : SMSNotifier
|
||
|
* Language : French
|
||
|
* Version : 5.4.0
|
||
|
* License : GPL
|
||
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
||
|
***********************************************************/
|
||
|
|
||
|
$mod_strings = array (
|
||
|
'SMSNotifier' => 'Notification SMS',
|
||
|
'SINGLE_SMSNotifier' => 'Info SMS',
|
||
|
'LBL_SMSNOTIFIER_INFORMATION' => 'Information SMS',
|
||
|
'LBL_CUSTOM_INFORMATION' => 'Information personnalisée',
|
||
|
'Assigned To' => 'Assigné à',
|
||
|
'Created Time' => 'Date de création',
|
||
|
'Modified Time' => 'Date de modification',
|
||
|
'message' => 'Message',
|
||
|
'Related To' => 'Relatif à',
|
||
|
'Status' => 'Statut',
|
||
|
'LBL_CHECK_STATUS' => 'Vérifier le statut',
|
||
|
'SERVER_CONFIGURATION' => 'Configuration du serveur',
|
||
|
'SERVER_CONFIGURATION_DESCRIPTION' => 'Configurer le serveur SMS',
|
||
|
'LBL_ADDNEW' => 'Ajouter un nouveau',
|
||
|
'LBL_UPDATE' => 'Mis à jour',
|
||
|
'LBL_PROVIDER' => 'Fournisseur',
|
||
|
'LBL_SELECT_ONE' => 'Sélectionner',
|
||
|
'LBL_RECEPIENTS' => 'Detinataire(s)',
|
||
|
'SMSCheckStatus' => 'Vérifier le statut',
|
||
|
'StatusInformation' => 'Information du statut',
|
||
|
'SMSNotifier ID' => 'Notification SMS ID',
|
||
|
);
|
||
|
?>
|