Archived
1
0

upport last emoticate changes

This commit is contained in:
Ian
2014-02-08 17:03:44 +01:00
parent 1f63b68908
commit 4f164cdb55
38 changed files with 257 additions and 189 deletions
@@ -1,22 +1,15 @@
<?php # $Id$
<?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 #
# #
##########################################################################
/**
* @version
* @file
* @author Sebastian Mordziol <argh@php-tools.net> http://sebastian.mordziol.de
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Balises: Smilies');
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Convertit les smilies standard en images');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Les smilies standard comme :-) et ;-) sont convertis en images.');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'Extension du fichier');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'L\'extension de fichier de vos smilies (gif,jpg...). Attention: respecte la casse, donc \'JPG\' ne correspond pas à \'jpg\'.');
/* vim: set sts=4 ts=4 expandtab : */
?>