Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • questbg Friend
    #152200

    Hi Folks

    I’m currently building a web site using Kyanite II (very bug free template so far) and I’m using JoomFish to translate into a second language.

    I can translate all the text that overlays the slideshow, but I can’t figure out how I can change the text on the Navigation buttons:

    Or even better, change them for the usual ‘stop, play, pause’ buttons?

    Any assistance would be gratefully appreciated.

    Chris

    Saguaros Moderator
    #348948

    Dear Chris!

    pls kindly open the file: templates/ja_kyanite_ii/html/mod_jaslideshow2/default.php and try to find the following code:
    [PHP]
    <div class=”ja-slide-buttons clearfix”>
    <span class=”ja-slide-prev”>« Previous</span>
    <span class=”ja-slide-playback”>‹Playback</span>
    <span class=”ja-slide-stop”>Stop</span>
    <span class=”ja-slide-play”>Play ›</span>
    <span class=”ja-slide-next”>Next »</span>
    </div>
    [/PHP]
    those texts do not use the JText, pls fix this :

    [PHP]
    <div class=”ja-slide-buttons clearfix”>
    <span class=”ja-slide-prev”>« <?php echo JText::_(‘Previous’);?></span>
    <span class=”ja-slide-playback”>‹ <?php echo JText::_(‘Playback’);?></span>
    <span class=”ja-slide-stop”><?php echo JText::_(‘Stop’);?></span>
    <span class=”ja-slide-play”><?php echo JText::_(‘Play’);?> ›</span>
    <span class=”ja-slide-next”><?php echo JText::_(‘Next’);?> »</span>
    </div>
    [/PHP]

    Pls kindly translate those texts in the global language file

    Good luck

    questbg Friend
    #349246

    Hi tienhc

    Many thanks. I’ve now made the changes to the default.php file, but I don’t know which language file to edit to translate the buttons.

    I can’t find a module language file for slideshow, and there’s nothing showing in the kyanite template language file?

    Can you give me a path to the language file that contains the buttons please?

    Thanks again.
    Chris

    Saguaros Moderator
    #349387

    I thinks you should put the translating languages in the global language, its languages/en-GB/en-GB.ini file GOod luck

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

This topic contains 4 replies, has 2 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