Today we suddenly got stuck with a broken Faced Search module, the normal display options where working fine. But our views display options just kept saying the following.
Your search yielded no results
Check if your spelling is correct.
So after searching around the web and as always being helped with a anwser from the great community of Drupal, we found the solution to this problem.
A multi language website takes a long time to make and can be a shitty thing to create and then we haven't even started about writting every text in a multi language versions. So let's get this done in just seconds, copy and past the javascript code from Translateh website and let them and Google translate script take care of the rest.
Offcourse not every text will have the perfect grammer, but at least you give your visitors the change to understand what your website is about.
Today i noticed that a lot of people forget to disable there user registration page (user/register) on there Drupal website. To do this you have to login and go to the following page: /admin/user/settings.
Offcourse only do this if you have a website where no new registrations by anonomous are permitted.
I just ran into this little problem with Drupal's views filter, that when you want to translate the label that shows everything it doesn't work through the translation interface. So i searched on Google and found a link to a post about it on the Drupal forums.
Go to Views -> Tools and set <Any> to - Any -, now you can go to the translation interface of Drupal and translate it to what ever you like.