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!
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
Well, what can I say? :) You're VERY right! The strings were in joomla's main translation file. Thank you very much!