when i translated this file into simplifed chinese ,i use this method:
(1)translated the file into chinese.
(2)copy this file to my linux server
(3)./opt/zimbra/jdk1.5.0_08/bin/native2ascii -encoding GB2312 ZmMsg_zh_CN.properties /home/ZmMsg_zh_CN.properties
(note:encodeing para and the file name:_zh_CN,this should match your language)
(4)copy this changed file (/home/ZmMsg_zh_CN.properties) to /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msg/
(5)#cd /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msg/
#chown zimbra ZmMSg_zh_CN.properties
#chgrp zimbra ZmMsg_zh_CN.properties
#chmod 644 ZmMsg_zh_CN.properties
(6)edit httpd.conf,defaultlanguage GB2312(this should be match your language)
(7)# su - zimbra
$tomcat restart
(8)clear ie or firefox's cookis and cache
and i found it works well.
使用方法:
(4)copy this changed file (ZmMsg_zh_CN.properties and ZMsg_zh_CN.properties) to /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msg/
(5)#cd /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msg/
#chown zimbra ZmMSg_zh_CN.properties
#chgrp zimbra ZmMsg_zh_CN.properties
#chmod 644 ZmMsg_zh_CN.properties
(6)edit httpd.conf,defaultlanguage GB2312(this should be match your language)
(7)# su - zimbra
$tomcat restart
(8)clear ie or firefox's cookis and cache |