2006-08-02 10:07:34 +00:00

21 lines
1.3 KiB
PHP

<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $
##########################################################################
# 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_S9YMARKUP_NAME', 'Balises: Serendipity');
@define('PLUGIN_EVENT_S9YMARKUP_DESC', 'Active les balises Serendipity dans le texte des billets');
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', 'Marquer un texte en gras: *mot*, souligner un texte: _mot_.');
/* vim: set sts=4 ts=4 expandtab : */
?>