Dutch translation file for Livesearch
Posted: Mon Jul 17, 2006 11:30 am
Hello, I made a translation of the Livesearch plugin in Dutch.
Right now I can't find a free host that allows the inc.php extension so here you have the code:
Just copy that into a editor name the file as lang_nl.inc.php and put it in the livesearch plugin root and the utf-8 map of the livesearchplugin.
Right now I can't find a free host that allows the inc.php extension so here you have the code:
Code: Select all
<?php # $Id: lang_en.inc.php 690 2005-11-13 04:49:04Z elf2000 $
/**
* @version $Revision: 690 $
* @author Wilco Wietsma <demo@demo.webxtra.nl>
* NL-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livezoeken');
@define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Veranderd de zoekfunctie door te zoeken zodra er getypt word (Javascript)');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wacht AUB, bezig met verzenden....');
?>