16 lines
660 B
PHP
16 lines
660 B
PHP
<?php #
|
|
|
|
/**
|
|
* @version 1381
|
|
* @file lang_nl.inc.php 1381 2006-08-15 10:14:56Z elf2000
|
|
* @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.');
|
|
|