Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • cmart02 Friend
    #174144

    I got an answer with regards to the translation issue (threat: http://www.joomlart.com/forums/topic/how-to-change-language-ja-thumbnail/) but it does not fully solve my problem. Unfortunately, the thread was closed too quickly, so I am forced to open a new thread.

    The problems I have are two-fold

    1. I cannot find all the items I need to translate inside the file suggested above. So I can partially translate (see image 1 attached)
    2. The popup that appears after clicking on the thumbnail, doubles the image count. Plus, I also need to translate this popup. Where is the translation file? I opened the japopup.ini file, but it is not there.


    1. jathumbnail_002
    2. jathumbnail_001
    John Wesley Brett Moderator
    #439352

    All of the translation changes may be made to the following file:
    /plugins/system/japopup/thickbox/js/thickbox.js

    CAUTION: Please back up the file before editing if you are unfamiliar with javascript

    “next >” can be found on line 86

    TB_NextHTML = "<span id='TB_next'>  <a href='#'>Next ></a></span>";
    “< Prev “ can be found on line 90

    TB_PrevHTML = "<span id='TB_prev'>  <a href='#'>< Prev</a></span>";
    “Image 1 of 10” can be found on line 94

    TB_imageCount = "Image " + (TB_Counter + 1) +" of "+ (TB_TempArray.length);

    “Close or Esc Key” can be found on line 128

    jQuery("#TB_window").append("<a href='' id='TB_ImageOff' title='Close'><img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/></a>" + "<div id='TB_caption'>"+caption+"<div id='TB_secondLine'>" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "</div></div><div id='TB_closeWindow'><a href='#' id='TB_closeWindowButton' title='Close'>Close</a> or Esc Key</div>");

    “1 of 5” can be found on line 210

    TB_imageCount = "Item " + (TB_Counter + 1) +" of "+ (TB_TempArray.length);

    Have fun!

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

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 12 years, 2 months ago.

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