Dutch translation file for Livesearch

Discussion corner for Developers of Serendipity.
Post Reply
Gamersea
Regular
Posts: 65
Joined: Thu Jun 15, 2006 8:52 am

Dutch translation file for Livesearch

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Dutch translation file for Livesearch

Post by garvinhicking »

Hi!

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

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
lijaron
Posts: 2
Joined: Sun Jul 30, 2006 10:54 pm
Location: Delft
Contact:

Re: Dutch translation file for Livesearch

Post 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, :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Dutch translation file for Livesearch

Post by garvinhicking »

Hi!

Thanks a lot, I fixed this :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
lijaron
Posts: 2
Joined: Sun Jul 30, 2006 10:54 pm
Location: Delft
Contact:

Post by lijaron »

You're welcome,

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