Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Andre Prior Friend
    #129738

    Hi, wenn I click on SEARCH in the upper menu the highslide window opens with “MOVE” and “CLOSE”. Where can I translate that to command into my local language?

    thanks!

    Andre Prior Friend
    #253867

    Additional question, how to translate the usertools “Text Size”?

    VisiGod Friend
    #253872

    Open templates/ja_teline_ii/html/mod_login/default.php and on line 19 replace:

    <a href="#" onclick="return false">Move</a>
    with

    <a href="#" onclick="return false"><?php echo JText::_('Move');?></a>
    on line 22:

    <a href="#" onclick="return hs.close(this)">Close</a>
    with:

    <a href="#" onclick="return hs.close(this)"><?php echo JText::_('Close');?></a>
    on line 78:

    <a href="#" onclick="return false">Move</a>
    with:

    <a href="#" onclick="return false"><?php echo JText::_('Move');?></a>
    one line 81:

    <a href="#" onclick="return hs.close(this)">Close</a>
    with:

    <a href="#" onclick="return hs.close(this)"><?php echo JText::_('Close');?></a>

    In the file
    templates/ja_teline_ii/html/mod_search/default.php
    on line 13:

    <a href="#" onclick="return false">Move</a>
    with:

    <a href="#" onclick="return false"><?php echo JText::_('Move');?></a>
    on line 16:

    <a href="#" onclick="return hs.close(this)">Close</a>
    with:

    <a href="#" onclick="return hs.close(this)"><?php echo JText::_('Close');?></a>

    Open the file templates/ja_teline_ii/index.php and find:

    <strong>Text size</strong>
    Replace it with:

    <strong><?php echo JText::_( 'Text Size' ); ?></strong>

    Now open the file:
    language/en-GB/en-GB.tpl_ja_teline_ii.ini (or the respective same file in your language) and add at the bottom:

    MOVE=Move
    CLOSE=Close
    TEXT SIZE=Text Size

    Andre Prior Friend
    #254035

    Thank you! Works awesome!

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

This topic contains 4 replies, has 2 voices, and was last updated by  Andre Prior 16 years, 4 months ago.

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