Fix for language file

Found a bug? Tell us!!
Post Reply
oeli
Regular
Posts: 19
Joined: Sun Apr 17, 2005 10:27 am
Location: Vlissingen, The Netherlands
Contact:

Fix for language file

Post by oeli »

Hi,

there's a small translation error in two dutch language files (lang/UTF-8/serendipity_lang_nl.inc.php and lang/serendipity_lang_nl.inc.php). The translation for ENTRIES_BY is incorrect. It should be:

Code: Select all

@define('ENTRIES_BY', 'Blog posts van %s');
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Fix for language file

Post by garvinhicking »

Hi!

Thanks a lot, committed!

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/
oeli
Regular
Posts: 19
Joined: Sun Apr 17, 2005 10:27 am
Location: Vlissingen, The Netherlands
Contact:

Post by oeli »

Here are some more:

@define('ON', 'aan');
should be:
@define('ON', 'op');

and

@define('TRACKBACK_SPECIFIC', 'Trackback is een specifieke link naar deze inzending');

should be

@define('TRACKBACK_SPECIFIC', 'Trackback URI voor deze inzending');

(again in both files)
oeli
Regular
Posts: 19
Joined: Sun Apr 17, 2005 10:27 am
Location: Vlissingen, The Netherlands
Contact:

Post by oeli »

Also, please change all occurences of 'inzending' into 'bijdrage' and 'inzendingen' into 'bijdragen'. An 'inzending' is very 'nineties'. :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Thanks a lot, committed!

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/
Post Reply