Page 1 of 1

Not everything gets translated

Posted: Fri Dec 05, 2008 10:14 am
by rima
first my system info
CMS version - 1.5.1
PHP version - 5.1.2
MySQL version - 5.0.22
Apache version - not sure server says apache :)

Ive got some problems with the Dutch(nl_NL) translation, it works pretty well but it doenst translate the following, 'News' 'Next/Previous Page' and 'You are here', these are the ones I noticed till now.

How is this possible? It kinda annoying, not to me but for visitors and I just want every thing English or Dutch.

thanks in advance
Rik

Re: Not everything gets translated

Posted: Fri Dec 05, 2008 10:21 am
by RonnyK
Hello Rik,

these labels arent translated, as for sample purposes, the label is set with a fixed value in the template. This to show the acting of the label.

For news, the label set above the div is just a string in the DIV#NEWS, and is not a translatable label, you can put there as text whatever you want.

So all are in the example templates, and there to show the acting of the parameters... Just do with them what you want.

Ronny

Re: Not everything gets translated

Posted: Fri Dec 05, 2008 10:44 am
by rima
alright I gonna work with it, just wanted to check first


thanks