Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • freissmann Developer
    #160784

    Hi everybody,

    I am using the JA Business Template and choose “German” in the backend. Thats works for most of the frontend content quite well – exept for some text parts in the “Login” and “Create an account” menues. Here values for “Remember me”, “Register”, “Verify Pass*” and as well the menu titel “Create an accout” are not translated.

    I alredy tried to add the values in the language files e.g. en-DE.mod_jalogin.ini and de-DE.mod_login.ini but did not get the disired result.

    Can you give me some tips and as well a short overview of how to figure out which language file is used for what text?

    Thanks in advance!

    khoand Friend
    #378723

    Hi,
    You do following steps
    – Change value MOD_LOGIN_REMEMBER_ME in de-DE.tpl_ja_business.ini file to change “Remember me”
    – Change value REGISTER in de-DE.mod_jalogin.ini file to change “Register”
    – To change “Verify Pass”
    + Add this line to end of file

    VERIFY_PASS="Verify"

    in de-DE.tpl_ja_business.ini file
    + Change line 133 in <joomla url>templatesja_businesshtmlmod_jalogindefault.php, replace

    <span><?php echo JText::_( 'Verify pass' ); ?>: * </span>

    to

    <span><?php echo JText::_( 'VERIFY_PASS' ); ?>: * </span>

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

This topic contains 2 replies, has 2 voices, and was last updated by  khoand 13 years, 8 months ago.

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