1
0

Add danish treanslations by Henrik Schack

This commit is contained in:
Garvin Hicking
2006-10-16 12:33:00 +00:00
parent 99f7e0d9a7
commit e5f078a540
6 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php # $Id: lang_en.inc.php 1381 2006-08-15 10:14:56Z elf2000 $
/**
* @version $Revision: 1381 $
* @author henrik@schack.dk <henrik@schack.dk>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Formatering: Smileys');
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Konverter standard tekst-smileys til billeder');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standard tekst-smileys som :-) og ;-) konverteres til billeder.');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'Filnavnendelse');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'Filnavnendelsen på dine smileys. Der er forskel på store/små bogstaver.');
?>

View File

@ -0,0 +1,14 @@
<?php # $Id: lang_en.inc.php 1381 2006-08-15 10:14:56Z elf2000 $
/**
* @version $Revision: 1381 $
* @author henrik@schack.dk <henrik@schack.dk>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Formatering: Smileys');
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Konverter standard tekst-smileys til billeder');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standard tekst-smileys som :-) og ;-) konverteres til billeder.');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'Filnavnendelse');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'Filnavnendelsen p<> dine smileys. Der er forskel p<> store/sm<73> bogstaver.');
?>