Page 1 of 1

Dutch translation file for Livesearch

Posted: Mon Jul 17, 2006 11:30 am
by Gamersea
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:

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....');

?>
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.

Re: Dutch translation file for Livesearch

Posted: Mon Jul 17, 2006 11:35 am
by garvinhicking
Hi!

Thanks a lot, I committed those files to our repository!

Best regards,
Garvin

Re: Dutch translation file for Livesearch

Posted: Fri Aug 04, 2006 7:08 pm
by lijaron
Gamersea wrote: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:

Code: Select all

@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....');
Well, actually there are two errors in that:

Code: Select all

@define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Verandert de zoekfunctie door te zoeken zodra er getypt word (Javascript)');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wacht aub, bezig met verzenden...');
Veranderd = past tence, so no good.
Within a sentence one uses aub instead of AUB.

Greetz, :)

Re: Dutch translation file for Livesearch

Posted: Sat Aug 05, 2006 10:33 pm
by garvinhicking
Hi!

Thanks a lot, I fixed this :)

Best regards,
Garvin

Posted: Sun Aug 06, 2006 8:34 am
by lijaron
You're welcome,

That happens a lot when I'm browsing for answers, I keep others busy. 8)