Translate problems

GK User
Fri Feb 24, 2012 7:56 pm
I searched ever where to translate the words Registration and OR i need support pls.


Capture.JPG
Capture2.JPG
User avatar
Senior Boarder

GK User
Sat Feb 25, 2012 12:04 pm
somebody out there that can help me?
User avatar
Senior Boarder

GK User
Sat Feb 25, 2012 12:12 pm
Find File: "\language\en-GB\en-GB.tpl_gk_twn2.ini"

Line 7 - TPL_GK_LANG_REGISTER="Register"
Line 397 - TPL_GK_LANG_OR=" or "

See you around...
User avatar
Platinum Boarder

GK User
Sat Feb 25, 2012 1:39 pm
Thank a lot, i found the Or but the other one is ( Registration ) and not register.
User avatar
Senior Boarder

GK User
Sun Feb 26, 2012 12:29 pm
For some reason that string hasn't been converted to joomla standard. Please do following to stay in joomla standards.

Find File: \templates\gk_twn2\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_twn2.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
Wed Feb 29, 2012 1:57 am
Thanks again fixed cheers!
User avatar
Senior Boarder

GK User
Wed Feb 29, 2012 2:34 am
No problem at all,

See you around...
User avatar
Platinum Boarder


cron