View Single Post
Old 01-04-2010, 10:29 PM   #2
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

ISPmanager will be automatically updated if it is not forcibly disabled in the panel in the License menu.

Watch for updates (to track the release of new versions) you can on the website http://ispsystem.com/en/software/ispmanager/changelog/

Quote:
Can i translate the ispmanager language files or not?
Translation into your language is possible, you can do it by yourself, as how to the translation written on the forum (http://forum.ispsystem.com/ru/showthread.php?t=4110 - link in Russian)

You need to copy the language file (in the /usr/local/ispmge/etc/ directory), for example, ispmgr_msg_en.xml in ispmgr_msg_hu.xml (this file must be translated is you need)

And in the new file ispmgr_msg_hu.xml you should replace the line <lang name="en"> to <lang name="hu">

Also create a file ispmgr_mod_hu.xml

Code:
<?xml version="1.0" encoding="UTF-8"?>
<mgrdata>
<lang name="en">
<messages name="login">
<msg name="hu">Magyar</msg>
</messages>
<messages name="usrparam">
<msg name="hu">Magyar</msg>
</messages>
</lang>
</mgrdata>
After then you need clean ISPmanager's cache and restart panel
Code:
rm -rf /usr/local/ispmgr/var/.xmlcache
killall ispmgr
slava is offline   Reply With Quote