Translate the word "HITS"

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Oct 01, 2011 9:54 am
Hello

I've tried to translate the word HITS in MOD NEWS SHOW Pro GK4, but no success.

All words are well translating, but the code NHITS does not get the translation to spanish.

This is a part of my es-ES.mod_news_pro_gk4.ini file

Code: Select all
MOD_NEWS_PRO_GK4_NSP_PREV="Anterior"
MOD_NEWS_PRO_GK4_NSP_NEXT="Siguiente"
MOD_NEWS_PRO_GK4_NHITS="Leído"
MOD_NEWS_PRO_GK4_NSP_PAGE="Página:"
MOD_NEWS_PRO_GK4_NSP_ERROR="Error: No hay artículos para mostrar"
MOD_NEWS_PRO_GK4_NSP_READMORE="Leer más"
MOD_NEWS_PRO_GK4_NSP_RATE="Puntuación:"
MOD_NEWS_PRO_GK4_HITS="Leído"


This is my config in first info field:

Code: Select all
 %DATE | %HITS | %CATEGORY | %AUTHOR | %COMMENTS


How could I translate this word?

www.elhierrodigital.es

Thank you
User avatar
Expert Boarder

GK User
Sun Oct 02, 2011 11:24 am
Can you try below please...

Find and edit file : Website Rootmodulesmod_news_pro_gk4tmpllayout.parts.php

Find Line : 344 which is as below
Code: Select all
            $info_hits = JText::_('NHITS').$news_hits;

Change it as below
Code: Select all
            $info_hits = JText::_('MOD_NEWS_PRO_GK4_NHITS').$news_hits;
User avatar
Platinum Boarder

GK User
Mon Oct 03, 2011 9:10 am
Now works fine. Thank you
User avatar
Expert Boarder

GK User
Mon Oct 03, 2011 9:19 am
No problem at all...
User avatar
Platinum Boarder


cron