"Registration"

GK User
Fri Mar 02, 2012 10:00 am
Hi,

Sorry for my english i'm french. Can you tell me how I can change/translate "Registration" in this page :

http://www.mxlorraine.fr/index.php?option=com_users&view=registration

Thanks you!

PS: Your template are awesome :)
User avatar
Fresh Boarder

GK User
Fri Mar 02, 2012 10:09 am
Find File: \templates\gk_game_magazine\html\com_users\registration\default.php
Find Line: 22 which is below
Code: Select all
      <h2>Registration</h2>

Replace with below
Code: Select all
      <h2><?php echo JText::_('TPL_GK_LANG_REGISTRATION');?></h2>


Find File: /language/en-GB/en-GB.tpl_gk_game_magazine.ini
Find Line: 7 which is below
Code: Select all
TPL_GK_LANG_REGISTER="Register"

Replace or add as extra line after it so it looks like below.
Code: Select all
TPL_GK_LANG_REGISTER="Register"
TPL_GK_LANG_REGISTRATION="Registration"

See you around...
User avatar
Platinum Boarder

GK User
Fri Mar 02, 2012 10:17 am
It's a very quick response! Thank you
User avatar
Fresh Boarder

GK User
Fri Mar 02, 2012 10:32 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron