I am trying to integrate some code into my site and there is something I hve never seen before. It looks like this:
translate ("foo bar")
I don't see a function defining 'translate', so I assumed it was a PHP function, but I cant find it any where in the docs.
Any ideas?
http://www.zugeschaut-und-mitgebaut.de/php/t.html
It's not a php funciton.
Any chance the code is from php-nuke?
If so, see lang-english.php3, lang-swedish.php3, etc. Those are internationalization modules specific to the application.