-
AuthorPosts
-
cmart02 Friend
cmart02
- Join date:
- February 2011
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 6
- Thanked:
- 2 times in 2 posts
February 20, 2012 at 2:39 pm #174144I 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.-
John Wesley Brett Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 21, 2012 at 8:25 pm #439352All of the translation changes may be made to the following file:
/plugins/system/japopup/thickbox/js/thickbox.jsCAUTION: 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!
-
AuthorPosts
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, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum