diff --git a/core/modules/translation_entity/translation_entity.module b/core/modules/translation_entity/translation_entity.module index 177ecd3..d4a6e8f 100644 --- a/core/modules/translation_entity/translation_entity.module +++ b/core/modules/translation_entity/translation_entity.module @@ -24,13 +24,13 @@ function translation_entity_help($path, $arg) { $output .= '
' . t('Enabling translation') . '
'; $output .= '

' . t('Before you can translate content, there must be at least two non-system languages added on the languages administration page.', array('!url' => url('admin/config/regional/language'))) . '

'; $output .= '

' . t('After adding languages, enable translation for any content you wish to translate:') . '

'; - $output .= '
'; + $output .= '
  • ' . t('User accounts: Enable translation of user accounts on the account settings page, by checking Enable translation under Language settings.', array('@account_url' => url('admin/config/people/accounts'))) . '
  • '; + $output .= '

    ' . t('Finally, under the Manage fields tab, edit each field you wish to be translatable, and enable translation under Global settings.') . '

    '; $output .= '
    ' . t('Translating content') . '
    '; - $output .= '
    ' . t('After enabling translation you can create a new piece of content, or edit existing content and assign it a language. Once this is done you will see a Translations tab or link that will give you access to an overview of the translation status for the current content. From there, you can add translations and edit or delete existing translations. This process is similar for every translatable element on your site, such as taxonomy terms, comments or user accounts.') . '
    '; + $output .= '
    ' . t('After enabling translation you can create a new piece of content, or edit existing content and assign it a language. Then, you will see a Translations tab or link that will gives an overview of the translation status for the current content. From there, you can add translations and edit or delete existing translations. This process is similar for every translatable element on your site, such as taxonomy terms, comments or user accounts.') . '
    '; $output .= '
    ' . t('Changing source language') . '
    '; $output .= '
    ' . t('When there are two or more possible source languages, selecting a Source language will repopulate the form using the specified source\'s values. For example, French is much closer to Spanish than to Chinese, so changing the French translation\'s source language to Spanish can assist translators.') . '
    '; $output .= '
    ' . t('Maintaining translations') . '
    ';