Showing posts with label language. Show all posts
Showing posts with label language. Show all posts

Thursday, May 2, 2013

Remove JPAGE_CURRENT_OF_TOTAL


If after upgrading to the latest version of Joomla 1.5.15 you started to get JPAGE_CURRENT_OF_TOTAL displayed at the bottom of the page just below the page navigation, this means that you're using localized version of the Frontend and that if you want to get rid of this mess you should keep reading.

This is how typically it would look like:

«Inicio Prev 1 2 3 4 5 6  7 8 9 10 Próximo Fin»

JPAGE_CURRENT_OF_TOTAL

The problem is the lack of appropriate language pack for the installed version of Joomla. JPAGE_CURRENT_OF_TOTAL is in fact a "code representation" of the sentense "Page x of z." and the reason you seeing it this ways is because your current language pack doesn't have this sentence in it. This string actualy belong to the Joomla pagination plugin.

Solve it in 2 ways:
  1. Download a matching language pack for the version of Joomla you're working with.
  2. If the language pack is just not available yet, fix it manually:
  • Locate the main localization file - so if you have Finish installation it would be : <Joomla folder>\language\yourlanguage\yourlanguage.ini
  • Manually add the following line in to it: JPAGE_CURRENT_OF_TOTAL=Page %s of %s
That's it! Hope this tip was helpfull.

Thursday, April 25, 2013

Remove LAST_UPDATED2

After changing language, maybe you found an error message/bug displaying 'LAST_UPDATED2 '. To remove this you can follow this instructions :

1. Sign in to your website file manager
2. Entry to the / language / your_language / your_language.ini
3. Add the following line in the file yourlanguage.ini

Page = Page% s of% s
LAST_UPDATED2 = Last updated on% s4. 

Done, that's it. View the changes. May be useful

Thursday, April 18, 2013

Changing language in K2 items

K2 is one of components on Joomla.  If you want to change language of its, here are the steps :


1. Get a translation package http://getk2.org/extend/translations
2. Now go to http://extensions.joomla.org/extensions/languages and search for your language pack to install first
3. Install first Joomla language pack
4. After that you can install the language pack for K2.