Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • davidrabinov Friend
    #147337

    Hi,

    On the upper left next to the date, I need the words Last Update in Spanish.

    Any ideas?

    TY

    micrantha Friend
    #328324

    Hello davidrabinov

    Perhaps this post helps you.
    In this case “setlocale” is for NL; but same method must work for Spanish.

    Good luck,
    Micrantha

    davidrabinov Friend
    #328325

    Thanks for your reply.

    Is there a different way to fix this other than changing the Last update to Spanish?

    <p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo $this->getLastUpdate(); ?></em></p>

    Thanx

    Saguaros Moderator
    #328402

    Dear guy!
    [PHP]
    <p class=”ja-updatetime”><span><?php echo JText::_(‘Last update’)?></span><em><?php echo $this->getLastUpdate(); ?></em></p>[/PHP]

    You change:
    [PHP]
    <p class=”ja-updatetime”><span><?php echo JText::_(‘LAST UPDATE’)?></span><em><?php echo $this->getLastUpdate(); ?></em></p>[/PHP]

    you put those text into the global language file or the template language file:

    English:
    LAST UPDATE=Last Update
    Spanish:
    LAST UPDATE=Última actualización

    Goodluck

    davidrabinov Friend
    #328463

    <em>@tienhc 159222 wrote:</em><blockquote>

    you put those text into the global language file or the template language file:

    English:
    LAST UPDATE=Last Update
    Spanish:
    LAST UPDATE=Última actualización

    Goodluck</blockquote>

    Hello, could you be more specific please?

    Saguaros Moderator
    #328542

    With English: you open the file: languageen-GBen-GB.ini you put the “LAST UPDATE=Last Update” text into this. you make the language for the Spanish language in the same way

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 14 years, 4 months ago.

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