39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
|
<?php
|
||
|
/***********************************************************
|
||
|
* Module : RSS
|
||
|
* Language : French
|
||
|
* Version : 5.4.0
|
||
|
* License : GPL
|
||
|
* Author : ABOnline solutions http://www.vtiger-crm.fr
|
||
|
***********************************************************/
|
||
|
|
||
|
$mod_strings = array (
|
||
|
'LBL_MODULE_NAME' => 'RSS',
|
||
|
'LBL_MODULE_TITLE' => 'RSS',
|
||
|
'LBL_NEW_RSS_ENTRY' => 'Nouveau flux RSS :',
|
||
|
'LBL_SEARCH_RSS' => 'Rechercher titre :',
|
||
|
'LBL_NEW_RSS_BUTTON' => 'Ajouter',
|
||
|
'LBL_STARRED_RSS' => 'En première page',
|
||
|
'LBL_POP_CRM_RSS' => 'Flux en relation avec le CRM',
|
||
|
'LBL_ALL_RSS_FEEDS' => 'Tous les flux',
|
||
|
'LBL_VTIGER_RSS_READER' => 'Flux RSS',
|
||
|
'LBL_MORE' => 'Plus...',
|
||
|
'LBL_SUBJECT' => 'Objet',
|
||
|
'LBL_SENDER' => 'Expéditeur',
|
||
|
'LBL_CATEGORY' => 'Catégorie :',
|
||
|
'LBL_FEED' => 'Flux :',
|
||
|
'LBL_FEED_SOURCES' => 'Sources',
|
||
|
'LBL_ADD_RSS_FEED' => 'Ajouter un flux',
|
||
|
'LBL_DELETE_BUTTON' => 'Supprimer',
|
||
|
'LBL_SET_DEFAULT_BUTTON' => 'Utiliser par défaut',
|
||
|
'LBL_FEEDS_LIST' => 'Listes des flux de :',
|
||
|
'LBL_ERROR_MSG' => 'Aucun flux RSS sélectionné ou votre proxy est mal configuré',
|
||
|
'LBL_REGRET_MSG' => 'Erreur : impossible de lire ce flux RSS',
|
||
|
'UNABLE_TO_SAVE' => 'Erreur : impossible de sauvegarder ce flux RSS',
|
||
|
'NOT_A_VALID' => 'Flux RSS non valide ou proxy incorrecte.',
|
||
|
'INVALID_RSS_URL' => 'URL de RSS invalide',
|
||
|
'UNABLE_TO_SAVE' => 'Impossible d\'enregistrer l\'URL',
|
||
|
);
|
||
|
$mod_list_strings = array (
|
||
|
);
|
||
|
?>
|