Files
crm.clientright.ru/languages/fr_fr/SMSNotifier.php

25 lines
1.4 KiB
PHP
Raw Normal View History

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Translated by ABOnline solutions - http://www.abo-s.com/
* Boris CLEMENT
* December 2013
************************************************************************************/
$languageStrings = array(
'LBL_SEND_SMS_TO_SELECTED_NUMBERS' => 'Envoi SMS aux numéros sélectionnés',
'LBL_STEP_1' => 'Etape 1' ,
'LBL_STEP_2' => 'Etape 2' ,
'LBL_SELECT_THE_PHONE_NUMBER_FIELDS_TO_SEND' => 'Choix des numéros pour l\'envoi',
'LBL_TYPE_THE_MESSAGE' => 'Saisir le message' ,
'LBL_WRITE_YOUR_MESSAGE_HERE' => 'Saisir le message ici' ,
'LBL_ADD_MORE_FIELDS' => 'Ajouter plus de champs' ,
'LBL_CHECK_STATUS' => 'Vérifier le statut' ,
'message' => 'Message' ,
'LBL_SMSNOTIFIER_INFORMATION' => 'Information SMS' ,
'SINGLE_SMSNotifier' => 'Notification SMS' ,
);