The classifieds is released with all the strings in english. The file is named phrases.php
Here is a short tutorial if you want to make a file to use on your install
Take the default phrases.php
Inside here is the top of the queries
Code:
Content visible to verified customers only.
Now you need to make the new language in the language database and I have included the first phrase as an example of what you want to translate
Any reference to 1 needs to be the new language id. I am using 2 as an example
Code:
Content visible to verified customers only.
The above should show you what needs to be done to make a new phrase file in german. You change the langid to 2 make a new language with an id of 2 and the first translation is the text to translate the second is the original which stays the same.