-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 4, 2015 at 12:23 pm #721450Hello,
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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 4, 2015 at 12:27 pm #721473Ok, it is in en-GB.tpl_ja_magz_ii.ini
TPL_TYPO_TOOL_READING_MODEBut for the “share this”, it is not working with TPL_SHARING_TOOL_TITLE
A idea ?
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 4, 2015 at 12:27 pm #753724Ok, it is in en-GB.tpl_ja_magz_ii.ini
TPL_TYPO_TOOL_READING_MODEBut for the “share this”, it is not working with TPL_SHARING_TOOL_TITLE
A idea ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 4, 2015 at 1:11 pm #721477Hi
You can try my suggestion as suggested in this post http://www.joomlart.com/forums/topic/icons-share-this/
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 4, 2015 at 1:11 pm #753728Hi
You can try my suggestion as suggested in this post http://id.joomlart.com/forums/topic/icons-share-this/
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
November 4, 2015 at 2:17 pm #721483Previously 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 translationAnyway 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.iniCode:
; 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”
Good luck. Tim1 user says Thank You to timtecsa for this useful post
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
November 4, 2015 at 2:17 pm #753734Previously 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 translationAnyway 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.iniCode:
; 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”
Good luck. Tim2 users say Thank You to timtecsa for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 4, 2015 at 3:30 pm #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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 4, 2015 at 3:30 pm #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 Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
November 4, 2015 at 3:48 pm #721491Making an FR language ini override is, I think, the way to avoid template update problems, even if the site is not multilingual.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
November 4, 2015 at 3:48 pm #753742Making an FR language ini override is, I think, the way to avoid template update problems, even if the site is not multilingual.
-
AuthorPosts
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