-
AuthorPosts
-
September 28, 2010 at 12:40 am #154693
How I can translate this?
-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 28, 2010 at 7:04 am #356898<em>@rlgonzalez50 195754 wrote:</em><blockquote>How I can translate this?</blockquote>
Dear rlgonzalez50,
You can try as follow
Go to the templates/your_template/html/mod_login/default.php file,Look for this
<span>Login</span>
And change it to
<span><?php JText::_(‘Login’); ?></span>Then look for
<input type=”submit” name=”Submit” class=”button” value=”Login” />
Change
<input type=”submit” name=”Submit” class=”button” value=”<?php JText::_(‘Login’); ?>” />I do hope these will help !
February 19, 2011 at 5:48 pm #377484<em>@dathq 195798 wrote:</em><blockquote>Dear rlgonzalez50,
You can try as follow
Go to the templates/your_template/html/mod_login/default.php file,Look for this
<span>Login</span>
And change it to
<span><?php JText::_(‘Login’); ?></span>Then look for
<input type=”submit” name=”Submit” class=”button” value=”Login” />
Change
<input type=”submit” name=”Submit” class=”button” value=”<?php JText::_(‘Login’); ?>” />I do hope these will help !</blockquote>
I test your suggestion in my site but it doesn’t work. (http://www.yadesafar.com)
I also want to use it in my multilingual site (I use Joom!Fish). what is your solution in my case?John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 21, 2011 at 1:06 pm #377755rlgonzalez50, kindly recheck your work – as dathq’s answer is the correct one.
Perhaps you have made modifications to Joomfish that are causing the issue?One other suggestion, if you are simply wanting to translate that one word to one other language just change
<em>@dathq 195798 wrote:</em><blockquote>
Go to the templates/your_template/html/mod_login/default.php file,Look for this
<span>Login</span></blockquote>To this:
<span>Entrada</span>Again, the issue may be with Joomfish, for which we do not support.
Let us know if we can be of further assistance.
John. -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 4 voices, and was last updated by John Wesley Brett 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-