hi all,
i have recently started using ZenPhoto for my photoblog and I like it a lot.
I still have to customize the look a bit but time isn't my best friend lately ;)
I have a question though... I'm using the dutch translation but I have 1 item that isn't translated on my pages and I can't seem to find it in the NL_NL locale files (there everything is properly translated).
It concerns the item [news] that's placed after the title of news topics on my homepage.
For example :
Black goedgekeurd, Regi in the mix afgezegd [news]
this should be :
Black goedgekeurd, Regi in the mix afgezegd [nieuws]
I have looked in the translation files and in the theme but can't anyplace where to change this.
Any ideas?
Cheers for the help already!
The display of "news" is actually not really needed. It is just used to show what type of news you have if you are in CombiNews mode where images or albums are mixed between the actual news articles.
You actually can remove that completely. Or code something like if(getNewsType() == "news") { echo "[nieuws]"; } instead.
oh I see :) In that case I can keep the part of code on comment so that it won't show since the category the news is in, is listed just below the title.
Perhaps I'll check out that CombiNews mode as it is interesting to put images there also... Thanks for the answer acrylian!