⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lang_fr.inc.php

📁 Serendipity是一个php+mysql的blog程序
💻 PHP
字号:
<?php # $Id: lang_fr.inc.php 1381 2006-08-15 10:14:56Z elf2000 $########################################################################### 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_ENTRYPROPERTIES_TITLE', 'Propri茅t茅s 茅tendues pour les billets');@define('PLUGIN_EVENT_ENTRYPROPERTIES_DESC', '(cache, billets non publics, billets collants)');@define('PLUGIN_EVENT_ENTRYPROPERTIES_STICKYPOSTS', 'Render ce billet collant');@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS', 'Billets peuvent 锚tre lus par');@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_PRIVATE', 'Moi-m锚me');@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_MEMBER', 'Co-auteurs');@define('PLUGIN_EVENT_ENTRYPROPERTIES_ACCESS_PUBLIC', 'Tout le monde');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE', 'Activer le cache des billets?');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DESC', 'Si activ茅, une version cach茅e sera cr茅e 脿 chaque enregistrement du billet. Le cache augmente la performance, mais peut aussi diminuer la flexibilit茅 pour les autres plugins actifs.');@define('PLUGIN_EVENT_ENTRYPROPERTY_BUILDCACHE', 'Cr茅er le cache pour les billets');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_FETCHNEXT', 'Chargement du prochain jeu de billets...');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_FETCHNO', 'Chargement des billets %d 脿 %d');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_BUILDING', 'Cr茅ation du cache pour le billet #%d, <em>%s</em>...');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHED', 'Billet cach茅.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_DONE', 'Cr茅ation du cache termin茅.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_ABORTED', 'Cr茅ation du cache ANNUL脡.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CACHE_TOTAL', ' (%d billets au total)...');@define('PLUGIN_EVENT_ENTRYPROPERTIES_NL2BR', 'D茅sactiver nl2br');@define('PLUGIN_EVENT_ENTRYPROPERTIES_NO_FRONTPAGE', 'Ne pas afficher sur la page principale');@define('PLUGIN_EVENT_ENTRYPROPERTIES_GROUPS', 'Utiliser les restrictions par groupes');@define('PLUGIN_EVENT_ENTRYPROPERTIES_GROUPS_DESC', 'Si cette option est activ茅e, vous pouvez d茅finir quels utilisateurs d\'un groupe sont autoris茅s 脿 lire des billets. Attention: si activ茅e cette option a un grand impact sur la performance sur les listes de billets, ne l\'activez donc que si vous l\'utilisez vraiment.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_USERS', 'Utiliser les restrictions par utilisateur');@define('PLUGIN_EVENT_ENTRYPROPERTIES_USERS_DESC', 'Si activ茅e, cette option permet de d茅finir quels utilisateurs sp茅cifiques sont autoris茅s 脿 lire des billets. Attention: si activ茅e cette option a un grand impact sur la performance sur les listes de billets, ne l\'activez donc que si vous l\'utilisez vraiment.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_HIDERSS', 'Exclure du fil RSS');@define('PLUGIN_EVENT_ENTRYPROPERTIES_HIDERSS_DESC', 'Si vous activez cette option, le contenu de ce billet ne sera pas inclu dans le fil RSS de votre blog.');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS', 'Variables sur mesure');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1', 'Des variables suppl茅mentaires peuvent 锚tre utilis茅s dans les templates de votre th猫me pour qu\'ils soient affich茅s quand vous le d茅sirez. Pour cela, modifiez le fichier template \'entries.tpl\' et placez des balises Smarty comme par ex. {$entry.properties.ep_MonChampsSurMesure} o霉 vous voulez dans le code HTML. Notez que chaque variable doit commencer par \'ep_\'. ');@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC2', 'Ici vous pouvez d茅finir une liste s茅pr茅e par des virgules de noms de champs (variables) 脿 remplir pour chaque billet. Attention, le nom de ces variables ne doit pas contenir de caract猫res sp茅ciaux ni d\'espaces. Exemples: "Variable1, Variable2, ChouetteVariable". ' . PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC1);@define('PLUGIN_EVENT_ENTRYPROPERTIES_CUSTOMFIELDS_DESC3', 'La liste des variables sur mesure peut 锚tre modifi茅e dans la <a href="%s" target="_blank" title="' . PLUGIN_EVENT_ENTRYPROPERTIES_TITLE . '">configuration du plugin</a>.');/* vim: set sts=4 ts=4 expandtab : */?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -