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
LuckyCoinkydink/plugins/serendipity_event_textile/lang_fr.inc.php
Tadashi Jokagi 65d819a986 * propset.
2006-08-15 10:14:56 +00:00

21 lines
1.2 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_EVENT_TEXTILE_NAME', 'Balises: Textile');
@define('PLUGIN_EVENT_TEXTILE_DESC', 'Permet l\'utilisation de balises Textile dans le texte des billets');
@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', 'Syntaxe <a href="http://www.textism.com/tools/textile/">Textile</a> autorisée');
/* vim: set sts=4 ts=4 expandtab : */
?>