Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rlgonzalez50 Friend
    #154693

    How I can translate this?


    1. Capture3
    2. Capture
    Sherlock Friend
    #356898

    <em>@rlgonzalez50 195754 wrote:</em><blockquote>How I can translate this?</blockquote>

    Dear rlgonzalez50,

    You can try as follow
    Go to the templates/your_template/html/mod_login/default.php file,Look for this
    <span>Login</span>
    And change it to
    <span><?php JText::_(‘Login’); ?></span>

    Then look for
    <input type=”submit” name=”Submit” class=”button” value=”Login” />
    Change
    <input type=”submit” name=”Submit” class=”button” value=”<?php JText::_(‘Login’); ?>” />

    I do hope these will help !

    yadesafar Friend
    #377484

    <em>@dathq 195798 wrote:</em><blockquote>Dear rlgonzalez50,

    You can try as follow
    Go to the templates/your_template/html/mod_login/default.php file,Look for this
    <span>Login</span>
    And change it to
    <span><?php JText::_(‘Login’); ?></span>

    Then look for
    <input type=”submit” name=”Submit” class=”button” value=”Login” />
    Change
    <input type=”submit” name=”Submit” class=”button” value=”<?php JText::_(‘Login’); ?>” />

    I do hope these will help !</blockquote>

    I test your suggestion in my site but it doesn’t work. (http://www.yadesafar.com)
    I also want to use it in my multilingual site (I use Joom!Fish). what is your solution in my case?

    John Wesley Brett Moderator
    #377755

    rlgonzalez50, kindly recheck your work – as dathq’s answer is the correct one.
    Perhaps you have made modifications to Joomfish that are causing the issue?

    One other suggestion, if you are simply wanting to translate that one word to one other language just change

    <em>@dathq 195798 wrote:</em><blockquote>
    Go to the templates/your_template/html/mod_login/default.php file,Look for this
    <span>Login</span></blockquote>

    To this:
    <span>Entrada</span>

    Again, the issue may be with Joomfish, for which we do not support.

    Let us know if we can be of further assistance.
    John.

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

This topic contains 4 replies, has 4 voices, and was last updated by  John Wesley Brett 13 years, 9 months ago.

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