2012-01-06 10:49:11 +01:00

15 lines
671 B
PHP

<?php # $Id: lang_nl.inc.php 1381 2006-08-15 10:14:56Z elf2000 $
/**
* @version $Revision: 1381 $
* @author Eric Lopes Cardozo ericl@ericlopescardozo.nl
* NL-Revision: Revision of lang_nl.inc.php
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Opmaak: Emoticate');
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Converteer standaard emoticons naar afbeeldingen');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standaad emoticons zoals :-) en ;-) worden geconverteerd naar afbeeldingen.');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'Bestandsextensie');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'De bestandsextensie van je emoticons. Dit is case sensitive.');
?>