Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • dieudonne Friend
    #721450

    Hello,

    I searched, but can’t find where can I change the translation of “reading mode” and the “share this

    See my screenshot for more understanding.

    If someone have a idea, it’ll be great !

    Regard.

    dieudonne Friend
    #721473

    Ok, it is in en-GB.tpl_ja_magz_ii.ini
    TPL_TYPO_TOOL_READING_MODE

    But for the “share this”, it is not working with TPL_SHARING_TOOL_TITLE

    A idea ?

    dieudonne Friend
    #753724

    Ok, it is in en-GB.tpl_ja_magz_ii.ini
    TPL_TYPO_TOOL_READING_MODE

    But for the “share this”, it is not working with TPL_SHARING_TOOL_TITLE

    A idea ?

    pavit Moderator
    #721477

    Hi

    You can try my suggestion as suggested in this post http://www.joomlart.com/forums/topic/icons-share-this/

    pavit Moderator
    #753728

    Hi

    You can try my suggestion as suggested in this post http://id.joomlart.com/forums/topic/icons-share-this/

    timtecsa Friend
    #721483

    Previously from @pavit re ‘SHARE THIS’

    Hi

    It is not in the languages files it is added in a different way

    Edit this file templatesja_magz_iihtmllayoutsjoomlacontent sharing_tools.php

    Code:

    <div class=”sharing-tools”> <span class=”sharing-title”>Share This</span> <!– Go to http://www.addthis.com/dashboard to customize your tools –> <div class=”addthis_sharing_toolbox”></div></div>
    Change the span text with your translation

    Anyway if you want to have the 2 versions english and french you can change it in this way

    Code:

    <div class=”sharing-tools”> <span class=”sharing-title”><?php echo JText::_(‘TPL_SHARING_TOOL_TITLE’) ?></span> <!– Go to http://www.addthis.com/dashboard to customize your tools –> <div class=”addthis_sharing_toolbox”></div></div>
    Then edit it into your languagefr-FRfr-FR.tpl_ja_magz_ii.ini

    Code:

    ; ToolsTPL_PREV_ARTICLE =”Previous Article”TPL_NEXT_ARTICLE =”Next Article”TPL_DEFAULT_TOOL_TITLE =”Tools”TPL_TYPO_TOOL_TITLE =”Typography”TPL_SHARING_TOOL_TITLE =”Your french translation”


    G
    ood luck. Tim

    timtecsa Friend
    #753734

    Previously from @pavit re ‘SHARE THIS’

    Hi

    It is not in the languages files it is added in a different way

    Edit this file templatesja_magz_iihtmllayoutsjoomlacontent sharing_tools.php

    Code:

    <div class=”sharing-tools”> <span class=”sharing-title”>Share This</span> <!– Go to http://www.addthis.com/dashboard to customize your tools –> <div class=”addthis_sharing_toolbox”></div></div>
    Change the span text with your translation

    Anyway if you want to have the 2 versions english and french you can change it in this way

    Code:

    <div class=”sharing-tools”> <span class=”sharing-title”><?php echo JText::_(‘TPL_SHARING_TOOL_TITLE’) ?></span> <!– Go to http://www.addthis.com/dashboard to customize your tools –> <div class=”addthis_sharing_toolbox”></div></div>
    Then edit it into your languagefr-FRfr-FR.tpl_ja_magz_ii.ini

    Code:

    ; ToolsTPL_PREV_ARTICLE =”Previous Article”TPL_NEXT_ARTICLE =”Next Article”TPL_DEFAULT_TOOL_TITLE =”Tools”TPL_TYPO_TOOL_TITLE =”Typography”TPL_SHARING_TOOL_TITLE =”Your french translation”


    G
    ood luck. Tim

    dieudonne Friend
    #721489

    @pavit. Thank but, in your link, there is no tip for the translation. This is the documentation.

    @timtecsa. Thank you very much. It is working great.
    Here just replace with the french language (we don’t have a multilingual website)
    Your full tip is very interesting.

    But if there is a update of the template, we ‘ll lose our change…

    Regard.

    dieudonne Friend
    #753740

    @pavit. Thank but, in your link, there is no tip for the translation. This is the documentation.

    @timtecsa. Thank you very much. It is working great.
    Here just replace with the french language (we don’t have a multilingual website)
    Your full tip is very interesting.

    But if there is a update of the template, we ‘ll lose our change…

    Regard.

    dieudonne Friend
    #721490

    @pavit.
    OK now I understand. Yes it is better with this method (override).

    Thank you very very much for your help.

    Regard.

    dieudonne Friend
    #753741

    @pavit.
    OK now I understand. Yes it is better with this method (override).

    Thank you very very much for your help.

    Regard.

    timtecsa Friend
    #721491

    Making an FR language ini override is, I think, the way to avoid template update problems, even if the site is not multilingual.

    timtecsa Friend
    #753742

    Making an FR language ini override is, I think, the way to avoid template update problems, even if the site is not multilingual.

    emrekilicer Friend
    #1068831

    @timtecsa thanks for your help

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

This topic contains 13 replies, has 4 voices, and was last updated by  emrekilicer 7 years ago.

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