1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_browsercompatibility
serendipity_event_contentrewrite
serendipity_event_creativecommons
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_recententries
serendipity_plugin_remoterss
UTF-8
lang_cn.inc.php
lang_cs.inc.php
lang_cz.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pl.inc.php
lang_pt_PT.inc.php
lang_tn.inc.php
lang_zh.inc.php
plugin_remoterss.tpl
plugin_remoterss_nasaiotd.tpl
serendipity_plugin_remoterss.php
serendipity_plugin_shoutbox
serendipity_plugin_templatedropdown
sql
templates
templates_c
tests
uploads
checksums.inc.php
comment.php
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_define.js.php
serendipity_editor.js
serendipity_xmlrpc.php
wfwcomment.php
LuckyCoinkydink/plugins/serendipity_plugin_remoterss/lang_fr.inc.php
Tadashi Jokagi 65d819a986 * propset.
2006-08-15 10:14:56 +00:00

37 lines
2.5 KiB
PHP

<?php # $Id$
##########################################################################
# serendipity - another blogger... #
##########################################################################
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# Sebastian Mordziol <argh@php-tools.net> #
# http://sebastian.mordziol.de #
# #
##########################################################################
@define('PLUGIN_REMOTERSS_TITLE', 'Fil RSS/OPML externe');
@define('PLUGIN_REMOTERSS_BLAHBLAH', 'Affiche les billets d\'un fil RSS/OPML externe (exemple: blogroll)');
@define('PLUGIN_REMOTERSS_NUMBER', 'Nombre de billets');
@define('PLUGIN_REMOTERSS_NUMBER_BLAHBLAH', 'Définit le nombre de billets à afficher. (Par défaut, tous les billets du fil)');
@define('PLUGIN_REMOTERSS_SIDEBARTITLE', 'Titre du fil');
@define('PLUGIN_REMOTERSS_SIDEBARTITLE_BLAHBLAH', 'Titre du fil dans la barre latérale');
@define('PLUGIN_REMOTERSS_RSSURI', 'Adresse du fil');
@define('PLUGIN_REMOTERSS_RSSURI_BLAHBLAH', 'Définit l\'adresse du fil RSS/OPML à afficher');
@define('PLUGIN_REMOTERSS_NOURI', 'Pas de fil RSS/OPML sélectionné');
@define('PLUGIN_REMOTERSS_RSSTARGET', 'Cible des liens');
@define('PLUGIN_REMOTERSS_RSSTARGET_BLAHBLAH', 'Cible des liens aux billets affichés. Valeur par défaut: _blank');
@define('PLUGIN_REMOTERSS_CACHETIME', 'Intervalle de mise à jour');
@define('PLUGIN_REMOTERSS_CACHETIME_BLAHBLAH', 'Le contenu d\'un fil sont stockés dans un ficher cache qui est actualisé toutes les X minutes. Valeur par défaut: 3');
@define('PLUGIN_REMOTERSS_FEEDTYPE', 'Type de file');
@define('PLUGIN_REMOTERSS_FEEDTYPE_BLAHBLAH', 'Choisissez le format du fil');
@define('PLUGIN_REMOTERSS_BULLETIMG', 'Image titre');
@define('PLUGIN_REMOTERSS_BULLETIMG_BLAHBLAH', 'Image à afficher avec chaque titre.');
@define('PLUGIN_REMOTERSS_DISPLAYDATE', 'Afficher la date');
@define('PLUGIN_REMOTERSS_DISPLAYDATE_BLAHBLAH', 'Afficher la date du billet sous son titre?');
/* vim: set sts=4 ts=4 expandtab : */
?>