additional_plugins/alpha/serendipity_plugin_pagerank/lang_fr.inc.php
Matthias Mees 40b527040d Deprecate broken plugins
- serendipity_event_communityrating (sidebar plugin throws a
  frontend error)
- serendipity_plugin_pagerank (throws a frontend error)
- serendipity_plugin_heavyrotation (throws a frontend error)
- serendipity_plugin_shoutcast (throws errors in frontend and
  backend)
2017-05-08 09:57:06 +02:00

14 lines
881 B
PHP

<?php
@define('PLUGIN_PAGERANK_NAME', 'Google PageRank');
@define('PLUGIN_PAGERANK_DETAIL', 'Affichage dynamique du PageRank Google');
@define('PLUGIN_PAGERANK_PAGE_COUNT', 'Nombre de pages à afficher');
@define('PLUGIN_PAGERANK_PAGE_COUNT_DESC', 'Attention! Si vous changez ce nombre, enregistrez DEUX FOIS !');
@define('PLUGIN_PAGERANK_PAGE_URL', 'URL %s');
@define('PLUGIN_PAGERANK_PAGE_URL_DESC', 'URL de la page pour laquelle vous voulez afficher le PageRank (ex. s9y.org/5.html)');
@define('PLUGIN_PAGERANK_PAGE_CAPTION', 'Légende pour l\'URL %s');
@define('PLUGIN_PAGERANK_THIS_PAGE', 'PageRank de la page en cours');
@define('PLUGIN_PAGERANK_THIS_PAGE_DESC', 'Faut-il afficher le PageRank de la page en cours ?');
@define('PLUGIN_PAGERANK_THIS_PAGE_YES', 'Oui');
@define('PLUGIN_PAGERANK_THIS_PAGE_NO', 'Non');
@define('PLUGIN_PAGERANK_THIS_PAGE_CAPTION', 'Cette page');
?>