-
AuthorPosts
-
April 23, 2008 at 1:35 pm #127831
I am running Joomla in the German version. Most parts of Teline II Template are translated, including “login” and “sign up” in the top right corner (highslide). The word “Search” though is still English. Where can I translate it into German? I tried the search module, but it does not work. I have all the German language files installed.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 24, 2008 at 3:37 am #246647Hi.
Plz edit default.php(templatesja_teline_iihtmlmod_search)
Search those lines(~line 4)
<a href="<?php echo JRoute::_("index.php?option=com_search");?>" onclick="return hs.htmlExpand(this, { contentId: 'id_highslide_search', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 230} )" class="highslide">
Search
</a>
Change to
<a href="<?php echo JRoute::_("index.php?option=com_search");?>" onclick="return hs.htmlExpand(this, { contentId: 'id_highslide_search', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 230} )" class="highslide">
<?php echo JText::_( 'SEARCH' ); ?>
</a>April 24, 2008 at 9:35 am #246670thank you for your reply, I managed to translate most of the words in the highslide section. the only sentence which is still English is “Fields marked with an asterisk (*) are required.” if you click on “register”. where can I change this?
April 24, 2008 at 9:53 am #246673Hi oigroig,
I’ve copied and translated (and added some rules) in the “en-GB.tpl_ja_teline_ii.ini” file in the language folder. This seems to work with the Registration form, but still leaves some language issues, such as the MOVE & CLOSE text, and the DATE-Format in the header.
Peter
April 24, 2008 at 12:22 pm #246685thank you, peter, for your answer. could you please tell me exactly which rules you added? just translating the file you indicated does not work in my case. but I’ve managed to translate the MOVE &CLOSE text. you can do this in templates/ja_teline_ii/html/mod_login/default.php. the date format in the header can be changed in templates/ja_teline_ii/index.php.
April 24, 2008 at 1:48 pm #246694thanks; in my case two labels (“Name” and “Verify Password”) in the Registration-form didn’t react to the Dutch localization settings. I’ve added them as rules in both language/template.ini files.
April 30, 2008 at 8:35 am #247347I have similar problems with pathway home, that appears in english not in spanish.
And insiede ja_news the “MORE” indication still imn english.
my demo site is http://www.24fm.es/index.php
Thanks.
May 30, 2008 at 4:44 pm #251248<em>@nguoiabcd 50253 wrote:</em><blockquote>Hi.
Plz edit default.php(templatesja_teline_iihtmlmod_search)
Search those lines(~line 4)
<a href="<?php echo JRoute::_("index.php?option=com_search");?>" onclick="return hs.htmlExpand(this, { contentId: 'id_highslide_search', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 230} )" class="highslide">
Search
</a>
Change to
<a href="<?php echo JRoute::_("index.php?option=com_search");?>" onclick="return hs.htmlExpand(this, { contentId: 'id_highslide_search', outlineType : 'rounded-white', outlineWhileAnimating : true, width : 230} )" class="highslide">
<?php echo JText::_( 'SEARCH' ); ?>
</a>
</blockquote>
Thank YOU very much man 🙂
But I take in another way with this problem, I’m translate original english file, after translate all mod. is work corectly 😎
Thank YOU ! -
AuthorPosts
This topic contains 8 replies, has 5 voices, and was last updated by radimir01 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum