Page 1 of 1

[SOLVED] Guestbook translation

Posted: Wed Jan 10, 2007 8:08 am
by RonnyK
I'm using the new Guestbook version 1.1.3, and set the language to "NL". The posted messages get:

"Bericht 1-1 of 1."

In Dutch this should be:

"Bericht 1-1 van 1.". Where can I change this.

Re: Guestbook translation

Posted: Wed Jan 10, 2007 8:14 am
by Dee
in modules/Guestbook/lang/ext/nl_NL.php add:

Code: Select all

$lang['pagination_of'] = "van";
Or try Guestbook-1.1.6 :)

Regards,
D

Re: Guestbook translation

Posted: Wed Jan 10, 2007 9:57 am
by RonnyK
Upgrading to 1.1.6 did the trick. I only installed 1.1.3 this week and wasn't aware that I was already three release behind.

Thanks.