Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • przemowes Friend
    #143275

    I’m from Poland, so my english language is no good.
    I have version of joomla 1.5.10 and two fronted language: english and polish

    I have problem with translate some field in mod_login.

    Please see on attachment with jpg.

    Current language of website is polish and Some fields are translate, but some not translate and I do not why ?

    Please help !


    1. problem_login
    amejat Friend
    #315507

    Do you use Joom!Fish for your translations ? or do you do them manually ?

    JoomFish should be a no brainer for that.

    Regards

    przemowes Friend
    #316018

    Yes, I use Joom!Fish and this some field are not translete

    Saguaros Moderator
    #316188

    Hello przemowes!

    They are missing in the polish language package and the Login Module has a small mistake to translate language.

    To resolve your problem, you do this as following:

    1) Open File /templates/ja_tube/html/mod_login/default.php, you find a code section at line 136:
    [PHP]<?php echo “Fields marked with an asterisk (*) are required.”; ?>[/PHP]

    You change it by:
    [PHP]
    <?php echo JText::_( ‘Fields marked with an asterisk (*) are required.’ ); ?>[/PHP]

    2) You open file languages/pl-PL.ini
    You will make Polish language for some fields not translate. you add this code section inside this file:
    <blockquote>
    Name=Imię
    Verify Password=Sprawdzają Parol
    Fields marked with an asterisk (*) are required.=Pola oznaczone gwiazdką (*) są wymagane.
    </blockquote>

    Good luck

    przemowes Friend
    #316220

    Thank You tienhc, You are master. I,ve maked changes, and now is ok.

    best regards

    amejat Friend
    #317181

    Again a poor coding from JA…

    This template is full of terms wich can not be translated because of the poor coding of the template.

    Just a shame… but it is ALWAYS like that with JA. You spend hours fixing details of poor coding.

    amejat Friend
    #317185

    Once again a nice example of how poor coded are JA templates…

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

This topic contains 7 replies, has 3 voices, and was last updated by  amejat 15 years, 2 months ago.

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