-
AuthorPosts
-
June 29, 2015 at 10:25 am #208003
Hello,
i want translate VIEW ALL on User Gallery (JA ACM magazine gallery) and top places (JA ACM magazine featured news) positioned on homepage for other language: Slovak, Czech, Polish
http://prntscr.com/7mn9nwbut can not find the right language file
when i use en-EN.tpl_ja_hotel.ini to sk-SK.tpl_ja_hotel.ini, can not see the translated text “VIEW ALL” afÅ¥er translation
http://prntscr.com/7mn91ythank you
umio
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 29, 2015 at 3:42 pm #575812Hi
You can use the override function , from language manager > Override > New and add your translation for each language
June 30, 2015 at 9:22 am #575890Hi,
yes, when is possible, but this word is not to override…
Any other Solution?pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 30, 2015 at 10:43 am #575896<em>@umio 480651 wrote:</em><blockquote>Hi,
yes, when is possible, but this word is not to override…
Any other Solution?</blockquote>Please provide a website backend super user access i will try to take a look at it
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 30, 2015 at 10:43 am #642225<em>@umio 480651 wrote:</em><blockquote>Hi,
yes, when is possible, but this word is not to override…
Any other Solution?</blockquote>Please provide a website backend super user access i will try to take a look at it
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 30, 2015 at 10:43 am #740885<em>@umio 480651 wrote:</em><blockquote>Hi,
yes, when is possible, but this word is not to override…
Any other Solution?</blockquote>Please provide a website backend super user access i will try to take a look at it
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 3:54 pm #576142Hi
I translated your JA Acm module View All language
It is a JA ACM Module Magazine Featured News packery type so you should edit this file /templates/ja_hotel/acm/news-featured/tmpl/packery.php
i added at line 92 of the file
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
You can translate the VIEW_ALL string for all your languages from the Template language override exactly as is now for the Slovak language
-
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 3:54 pm #642468Hi
I translated your JA Acm module View All language
It is a JA ACM Module Magazine Featured News packery type so you should edit this file /templates/ja_hotel/acm/news-featured/tmpl/packery.php
i added at line 92 of the file
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
You can translate the VIEW_ALL string for all your languages from the Template language override exactly as is now for the Slovak language
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 3:54 pm #741127Hi
I translated your JA Acm module View All language
It is a JA ACM Module Magazine Featured News packery type so you should edit this file /templates/ja_hotel/acm/news-featured/tmpl/packery.php
i added at line 92 of the file
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
You can translate the VIEW_ALL string for all your languages from the Template language override exactly as is now for the Slovak language
1 user says Thank You to pavit for this useful post
July 2, 2015 at 4:23 pm #576144Hi Pavit,
thank you for the Magazine Featured News,
http://prntscr.com/7nztmxbut i need translate the second for Magazine gallery
pls see http://prntscr.com/7nzt9aUmio
July 2, 2015 at 4:23 pm #642470Hi Pavit,
thank you for the Magazine Featured News,
http://prntscr.com/7nztmxbut i need translate the second for Magazine gallery
pls see http://prntscr.com/7nzt9aUmio
July 2, 2015 at 4:23 pm #741129Hi Pavit,
thank you for the Magazine Featured News,
http://prntscr.com/7nztmxbut i need translate the second for Magazine gallery
pls see http://prntscr.com/7nzt9aUmio
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 4:38 pm #576146Hi
It is the same as the file i posted above , this time the file to modify is /templates/ja_hotel/acm/gallery/tmpl/list.php line 167
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
I already modified it
-
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 4:38 pm #642472Hi
It is the same as the file i posted above , this time the file to modify is /templates/ja_hotel/acm/gallery/tmpl/list.php line 167
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
I already modified it
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
July 2, 2015 at 4:38 pm #741131Hi
It is the same as the file i posted above , this time the file to modify is /templates/ja_hotel/acm/gallery/tmpl/list.php line 167
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('VIEW_ALL'); ?></a><?php endif; ?>
I already modified it
1 user says Thank You to pavit for this useful post
AuthorPostsThis topic contains 18 replies, has 2 voices, and was last updated by umio 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum