Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hartvig7345 Friend
    #155567

    I can’t figure out where to change the remaining text parts of the login module ?

    I need to change the text “Name:” to “Navn:”

    I need to change the text “Verify Password:” to “Gentag password:”

    I need to change the text “Fields marked with an asteriks (*) are required.” til Felter markeret med en stjerne (*) skal udfyldes.”

    Hope you can help as these texts are not inside the language file.

    /Henrik Denmark

    Arvind Chauhan Moderator
    #360086

    Hi,

    language file overrides are not working for this module. Its basically a override of default joomla registration >> index.php?option=com_user&view=register

    You can translate the text directly in the php file

    /templates/ja_community_plus/html/mod_jalogin/default.php

    around line 90 onwards you can see these codes :

    [PHP]<label id=”namemsg” for=”name”>
    <?php echo JText::_( ‘Name’ ); ?>:
    </label>[/PHP]

    Here you can change the ‘Name’ to your choice. You can translate the complete form this way.

    Hope it helps

    Regards

    Arvind

    alemao59 Friend
    #386088

    and how can i have the login form and create account form in 2 different languages? i need it in german and english? Any suggestions?

    jan2222 Friend
    #469330

    and where do I translate “Create account”?

    Luna Garden Moderator
    #469384

    <em>@jan2222 341354 wrote:</em><blockquote>and where do I translate “Create account”?</blockquote>

    Hi,
    To create translator for your JA Login Module, please copy file
    languageen-GBen-GB.mod_jalogin.ini
    to your language folder, change name and change path translate to your language.
    Ex:
    If your language is Russian, change your file name to
    ru-RU.mod_jalogin.ini
    And change every single tag to Russian language.
    From

    FORGOT_YOUR_PASSWORD="Forgot your password?"
    To

    FORGOT_YOUR_PASSWORD="Забыли пароль?"

    Hope this helps.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 5 voices, and was last updated by  Luna Garden 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum