-
AuthorPosts
-
bocomu Friend
bocomu
- Join date:
- January 2012
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 9, 2012 at 7:47 am #179786Hellow. I have to change the english name fields like: register, name, confirm email, etc. of JA Login Module to spanish language.
I modified the .ini file located in “language/en-GB/en-GB.mod_jalogin.ini but it doesn´t work.Also, how can change the language of the registration form of ja_vintas to spanish. ¿?.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 10, 2012 at 8:10 am #463845Hi Bocomu
its working now
Please confirm this.
Regards,-
1 user says Thank You to HeR0 for this useful post
bocomu Friendbocomu
- Join date:
- January 2012
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 10, 2012 at 11:49 am #463867Yes, but there is one word that I cant change.
SIGN IN = ACCEDER
Where I change it, in depault.php ¿?
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
bocomu Friendbocomu
- Join date:
- January 2012
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 13, 2012 at 12:24 pm #464057This is the code of default.php file of tmpl:
<a class=”login-switch” href=”<?php echo JRoute::_(‘index.php?option=com_user&view=login’);?>” onclick=”showBox(‘ja-user-login’,’mod_login_username’,this, window.event || event);return false;” title=”<?php echo JText::_(‘TXT_LOGIN’);?>”><span><?php echo JText::_(‘TXT_LOGIN’);?></span></a>
And this is the en-GB.mod_jalogin.ini:
BUTTON_LOGIN=”Log in”
JLOGOUT=”Log out”
CLASS_SUFFIX=”Module Class Suffix”
PARAMMODULECLASSSUFFIX=”A suffix to be applied to the CSS class of the module (table.moduletable).”
DESCLOGINFORM=”JA login module.”
ENCRYPT_LOGIN_FORM=”Encrypt Login Form”
ENCRYT_LOGIN_FORM_DESC=”Submit encrypted login data (requires SSL). Do not enable this option if Joomla is not accessible using the https:// protocol prefix.”FORGOT_YOUR_PASSWORD=”Forgot your password?”
FORGOT_YOUR_USERNAME=”Forgot your username?”
GREETING=”Greeting”
HINAME=”Hi %s,”
LOGIN_MESSAGE=”Login Message”
LOGIN_REDIRECTION_URL=”Login Redirection Page”
LOGOUT_MESSAGE=”Logout Message”
LOGOUT_REDIRECTION_URL=”Logout Redirection Page”
MOD_LOGIN=”<em>mod_login</em>”
NAME_USERNAME=”Name/Username”
MOD_LOGIN_VALUE_USERNAME=”Name/Username”
USERNAME=”Usuario”
NAME_USERNAME_DESC=”Choose name or username to display on Welcome text.”
NO_ACCOUNT_YET=”No Account Yet?”
PARAMPOSTTEXT=”This is the text or HTML that is displayed below the login form.”
PARAMPRETEXT=”This is the text or HTML that is displayed above the login form.”
PARAMLOGINREDIRECTURL=”Select the page the user will be redirected to after login successed. Select from all the pages listed in the dropdown menu. If no selection is made, the Front Page will be loaded by default.”
PARAMLOGOUTREDIRECTURL=”Select the page the user will be redirected to after ending their current session successfully by logging out. Select from all the pages listed in the dropdown menu. If no selection is made, the Front Page will be loaded by default.”
PARAMLOGINMESSAGE=”Show/Hide the JavaScript Pop-up indicating Login Success”
PARAMLOGOUTMESSAGE=”Show/Hide the JavaScript Pop-up indicating Logout Success”
PASSWORD=”Password”
JGLOBAL_PASSWORD=”Password”
JGLOBAL_REPASSWORD=”Confirm Password”
POST_TEXT=”Post-text”
PRE_TEXT=”Pre-text”
JAREGISTER=”Create an account”
REGISTER=”Create an account”
REMEMBER_ME=”Remember Me”
MOD_LOGIN_REMEMBER_ME=”Remember Me”
GREETING_DESC=”Show/Hide the simple greeting text”
CACHING =”Caching”
CACHING_DESC=”Select whether to cache the content of this module”
TXT_LOGIN = “Login”
DESC_REQUIREMENT=”Fields marked with an asterisk (*) are required.”
JAUSERNAME=”Username”
JAREMEMBER_ME = “Remember Me”
JABUTTON_LOGIN = “Login”
JANAME = “Name”
JAEMAIL = “Email”
JACONFIRM_EMAIL_ADDRESS = “Confirm email Address”TXT_LOGIN = “Login” not “Sign in”. Sign in doesn´t appear here. The call to the name of the button should be somewhere else. Where ¿?.
I changed the same in my language, but doesn´t apper for the same problem. “Sign in” doesn´t apper in the language.ini file…
1 user says Thank You to bocomu for this useful post
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 14, 2012 at 1:58 am #464110Hi Bocomu
Sorry, to override layout in JA Vintas template, please modify file templatesja_vintashtmlmod_jalogindefault.php
find code line
<a class="login-switch" href="<?php echo JRoute::_('index.php?option=com_user&view=login');?>" onclick="showBox('ja-user-login','mod_login_username',this, window.event || event);return false;" title="<?php echo JText::_('TXT_LOGIN');?>"><span><?php echo JText::_('Sign in');?></span></a>
then replace by
<a class="login-switch" href="<?php echo JRoute::_('index.php?option=com_user&view=login');?>" onclick="showBox('ja-user-login','mod_login_username',this, window.event || event);return false;" title="<?php echo JText::_('TXT_LOGIN');?>"><span><?php echo JText::_('TXT_LOGIN');?></span></a>
Regards,
1 user says Thank You to HeR0 for this useful post
bocomu Friendbocomu
- Join date:
- January 2012
- Posts:
- 28
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 14, 2012 at 9:12 am #464169Thank you. It´s working :).
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by bocomu 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Change Login module language
Viewing 7 posts - 1 through 7 (of 7 total)