|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/home/queenjbs/xe/modules/rss/lang/ |
Upload File : |
<?php
/**
* @file modules/rss/lang/fr.lang.php
* @author zero <zero@nzeo.com> Traduit par Pierre Duvent <PierreDuvent@gmail.com>
* @brief Paquet du langage en français pour le module de RSS
**/
// general words
$lang->rss_disable = "Invalider RSS";
$lang->rss_type = "Le Format pour imprimer RSS";
$lang->open_rss = 'Exposer RSS';
$lang->open_rss_types = array(
'Y' => 'Exposer Tout',
'H' => 'Exposer Résumé',
'N' => 'Ne pas exposer',
);
// for description
$lang->about_rss_disable = "Si vous cochez, RSS sera invalidé.";
$lang->about_rss_type = "Vous pouvez désignez le format pour inprimer RSS.";
$lang->about_open_rss = 'Vous pouvez exposez au publique le RSS du module courant ou non.\nN\'importe comment est la permission de l\'article, RSS sera exposé au publique selon son option.';
// for error message
$lang->msg_rss_is_disabled = "La fonction RSS est invalidé.";
?>