Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • apusweb Friend
    #140099

    How do I change the language to the message “Click to close image, click and drag to move. Use arrow keys for next and previous. Photo gallery and change the loading … to put it in Spanish?

    Thank you 😀

    jsliao Friend
    #300623

    look in
    /plugins/content/ja_highslide.php
    line 381 to 398

    $html .= '<div class="highslide-caption" id="'.$id_link.'">
    <a href="#" onclick="return hs.previous(this); return false;" class="control" style="float:left; display: block">
    Previous
    <br/>
    <small style="font-weight: normal; text-transform: none">left arrow key</small>
    </a>
    <a href="#" onclick="return hs.next(this); return false;" class="control"
    style="float:left; display: block; text-align: right; margin-left: 50px">
    Next
    <br/>
    <small style="font-weight: normal; text-transform: none">right arrow key</small>
    </a>
    <a href="#" onclick="return hs.close(this); return false;" class="control">Close</a>
    <a href="#" onclick="return false" class="highslide-move control">Move</a>
    <div style="clear:both"> </div>
    </div>';

    $html .= '</div>';

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

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

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