From aa5b27d8072cd47d230b7d99fe77563bb38203d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 11 Nov 2007 11:24:27 +0000 Subject: #172584 by myself, keith.smith, yoroy, O Govinda and catch: help text for content translation module --- modules/translation/translation.module | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 1d7b3326a..466bedb63 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -31,8 +31,18 @@ define ('TRANSLATION_ENABLED', 2); function translation_help($path, $arg) { switch ($path) { case 'admin/help#translation': - $output = '

'. t('The translation module allows content translation for multilingual sites.') .'

'; - $output .= '

'. t('For more information please read the configuration and customization handbook Translation page.', array('@translation' => 'http://drupal.org/handbook/modules/translation/')) .'

'; + $output = '

'. t('The content translation module allows content to be translated into different languages. Working with the locale module (which manages enabled languages and provides translation for the site interface), the content translation module is key to creating and maintaining translated site content.') .'

'; + $output .= '

'. t('Configuring content translation and translation-enabled content types:') .'

'; + $output .= ''; + $output .= '

'. t('Working with translation-enabled content types:') .'

'; + $output .= ''; + $output .= '

'. t('Use the language switcher block provided by locale module to allow users to select a language. If available, both the site interface and site content are presented in the language selected.', array('@blocks' => url('admin/build/block'))) .'

'; + $output .= '

'. t('For more information please read the handbook Translation page.', array('@translation' => 'http://drupal.org/handbook/modules/translation/')) .'

'; return $output; case 'node/%/translate': $output = '

'. t('Translations of a piece of content are managed with translation sets. Each translation set has one source post and any number of translations in any of the enabled languages. All translations are tracked to be up to date or outdated based on whether the source post was modified significantly.', array('!languages' => url('admin/settings/language'))) .'

'; @@ -326,3 +336,4 @@ function translation_translation_link_alter(&$links, $path) { } } } + -- cgit v1.2.3