Error translating drupal language updates, hangs a long time and finally shows this:
An HTTP error 0 occurred. / batch? id = 15 & op = do
For what it's worth too, I can not activate or deactivate modules or, drupal hangs unable to take any action, I can only browse on the web. I can not restore the database from backup and migrate, it is also hung. I do not know whether to be a problem with hosting or mysql. Please have me totally lost it and I can not continue to build my website.
When I try to create link in article with Russian name <a href="http://drupal.org/node......">Зарегистрироваться</a> after saving it has converted it in <a>Зарегистрироваться</a>. It cuts the URL.
How to solve this issue?
Hi,
I am new with Drupal and trying to realize as simple hompage. Should be completely in german. So I started to translate the label texts of the contact form with the String Overrides Module. Works like a charm. Translated
Contact->Kontakt
Message->Nachricht
etc.
Now I want to do the same thing with the error messages. I wondered that parts of the error messages were translated already although the Help of String Overrides Module says:
"To replace a string, enter the complete string that is passed through the t() function."
I am quite confused with how to provide translation for a custom module I am writing.
I am using t() for every string that the module outputs. For example:
print t('Your booking has been submitted');
Now I need this module on an italian site. So, I installed the locale module, added the "italian" language, and went to admin/config/regional/translate/translate, expecting to see my strings available here to translate. However, I can't see my module's strings in the list.