VirtueMart Forum

VirtueMart 2 + 3 + 4 => Language/Translations => Topic started by: finger on March 28, 2012, 19:07:30 PM

Title: Pagination translation
Post by: finger on March 28, 2012, 19:07:30 PM
Hi,

I tried to find the translation field used in category pagination: "Results x of y" but I couldn't find any. Can anyone help me with this?
Thank you in advance!
Title: Re: Pagination translation
Post by: jjk on March 28, 2012, 23:01:53 PM
As far as I know the english pagination strings are pulled from the Joomla file ..\language\en-GB\en-GB.lib_joomla.ini.
Look for:
Line 405: JLIB_HTML_RESULTS_OF="Results %s - %s of %s"
Line 397: JLIB_HTML_PAGE_CURRENT_OF_TOTAL="Page %s of %s"

and search for the key (i.e. JLIB_HTML_RESULTS_OF) in your corresponding local language file
Title: Re: Pagination translation
Post by: finger on March 28, 2012, 23:10:20 PM
Well, what can I say? :) You're VERY right! The strings were in joomla's main translation file. Thank you very much!