Translate

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Sep 16, 2011 2:15 pm
How to translate
http://demo.gavick.com/joomla16/apr2010/


FIND MORE
tool
login
Red Green Blue Neutral
User avatar
Fresh Boarder

GK User
Sat Sep 17, 2011 8:36 am
Edit the below file
Code: Select all
language/en-GB/en-GB.tpl_gk_corporate2.ini


If you are using your own language for an example French language then you need to copy above file into below folder and rename the file and make your translations so if you change your frontend language from joomla admin you can switch between languages
Code: Select all
language/fr-FR/fr-FR.tpl_gk_corporate2.ini
User avatar
Platinum Boarder

GK User
Sat Sep 17, 2011 11:15 am
Thank you for replay

login tools fixed
but
Red Green Blue Neutral won't changed ..
and FIND MORE not exist
and im looking also for this too can't find where is ..
Log in to your account or
User avatar
Fresh Boarder

GK User
Sat Sep 17, 2011 11:38 am
This is an error on Gavick side and should be corrected in current download versions.

Please apply these changes as below.

Edit File:
Code: Select all
templatesgk_corporate2layoutsblocksfooter.php

Find Code in lines 15 to 22 as below
Code: Select all
   <?php if($this->getParam('stylearea', '0') == '1') : ?>
   <p id="gkStyleArea">
      <a href="#" id="gkStyle1">Red</a>
      <a href="#" id="gkStyle2">Green</a>
      <a href="#" id="gkStyle3">Blue</a>
           <a href="#" id="gkStyle4">Neutral</a>
   </p>
   <?php endif; ?>


Replace it with

Code: Select all
   <?php if($this->getParam('stylearea', '0') == '1') : ?>
   <p id="gkStyleArea">
      <a href="#" id="gkStyle1"><?php echo JText::_('TPL_GK_LANG_COLOR_1'); ?></a>
      <a href="#" id="gkStyle2"><?php echo JText::_('TPL_GK_LANG_COLOR_2'); ?></a>
      <a href="#" id="gkStyle3"><?php echo JText::_('TPL_GK_LANG_COLOR_3'); ?></a>
           <a href="#" id="gkStyle4"><?php echo JText::_('TPL_GK_LANG_COLOR_4'); ?></a>
   </p>
   <?php endif; ?>


Then again edit language file as suggested in my previous reply for colour translations.



For " Find More " text goto
Joomla Administration > Extensions > Module Manager > Find "Image Show GK4" in the list which is a Image Show GK4 type module and click on it to edit it.
Then on right look under Interface > Readmore text " Find More " . Change it to what you like.


For " Log in to your account or " text goto
Joomla Administration > Extensions > Module Manager > Find "Sign In" in the list which is a login type module and click on it to edit it.
Then on right look for Pre-text " Log in to your account or " , change it to what you like.
User avatar
Platinum Boarder


cron