Index: modules/locale.module =================================================================== RCS file: /cvs/drupal/drupal/modules/locale.module,v retrieving revision 1.111 diff -u -r1.111 locale.module --- modules/locale.module 16 Sep 2004 07:17:55 -0000 1.111 +++ modules/locale.module 5 Oct 2004 11:00:28 -0000 @@ -31,7 +31,8 @@ return t("

This page allows you to export Drupal strings. The first option is to export a translation so it can be shared. The second option is to generate a translation template, which contains all Drupal strings, but without their translations. You can use this template to start a new translation using a specialized desktop application.

"); case 'admin/locale/string/search': return t("

It is often more convinient to get the strings of your setup on the export page, and start with a desktop Gettext translation editor though. Here you can search in the translated and untranslated strings, and the default English texts provided by Drupal.

", array("%export" => url("admin/locale/language/export"))); - + case 'admin/logs/locale': + return '

Watchdog events related to interface translation

'; case 'admin/help#locale': return t("

Most programs are written and documented in English, and primarily use English to interact with users. This is also true for a great deal of web sites. However, most people are less comfortable with English than with their native language, and would prefer to use their mother tongue as much as possible. Many people love to see their web site showing a lot less English, and far more of their own language. Therefore Drupal provides a framework to setup a multi-lingual web site, or to overwrite the default English texts.