16 lines
580 B
PHP
16 lines
580 B
PHP
<?php
|
|
/***********************************************************
|
|
* Module : VtigerBackup
|
|
* Language : French
|
|
* Version : 5.4.0
|
|
* License : GPL
|
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
|
***********************************************************/
|
|
|
|
$mod_strings = array(
|
|
'LBL_CREATE_ZIP_FAILURE' => 'Erreur pendant la création du fichier zip',
|
|
'LBL_ZIP_FILE_ADD_FAILURE' => 'Erreur lors de l\'ajout du fichier ',
|
|
'LBL_FTP_CONNECT_FAILED' => 'Connexion au serveur FTP echouée',
|
|
'LBL_FTP_LOGIN_FAILED' => 'Login FTP echoué',
|
|
);
|
|
?>
|