additional_plugins/serendipity_event_weblogping/lang_fr.inc.php

27 lines
1.9 KiB
PHP
Raw Permalink Normal View History

<?php
##########################################################################
# 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_EVENT_WEBLOGPING_PING', 'Annoncer les billets <20>: (par ping XML)');
@define('PLUGIN_EVENT_WEBLOGPING_SENDINGPING', 'Envoie le ping XML-RPC <20> l\'h<>te %s');
@define('PLUGIN_EVENT_WEBLOGPING_TITLE', 'Annconcer les billets');
@define('PLUGIN_EVENT_WEBLOGPING_DESC', 'Envoyer une mise <20> jour pour les nouveaux billets aux services d\'indexation');
@define('PLUGIN_EVENT_WEBLOGPING_SUPERSEDES', '(remplace %s)');
@define('PLUGIN_EVENT_WEBLOGPING_CUSTOM', 'Services ping additionnels');
@define('PLUGIN_EVENT_WEBLOGPING_CUSTOM_BLAHBLA', 'Vous permet d\'ajouter des services additionnels; entrez les adresses cibles ici, s<>parez plusieurs adresses par des virgules (,). Les adresses doivent <20>tre au format "h<>te.domaine/chemin". Si un "*" est ajout<75> au d<>but de l\'h<>te, les options XML-RPC <20>tendues seront envoy<6F>es <20> l\h<>te cible (seulement si celui-ci les g<>re).');
@define('PLUGIN_EVENT_WEBLOGPING_SEND_FAILURE', 'Le ping a <20>chou<6F>. (Raison: %s)');
@define('PLUGIN_EVENT_WEBLOGPING_SEND_SUCCESS', 'Ping r<>ussi.');
/* vim: set sts=4 ts=4 expandtab : */
?>