Thêm ngôn ngữ Dutch vào Open-Xchange.
I made this simple howto to guide people like you by translating OX into Dutch.
I hope you can understand my English because it is not as good as my nerdskillz ;-).
The files:
Groupware:
Download
OX-NL-Groupware.0.8.0-2.tar.gz.
Do:
root@geert:~# tar -xzf OX-NL-Groupware.0.8.0-2.tar.gz
And:
root@geert:~# cp opt/html/NL /usr/share/groupware/data/templates/
Then:
root@geert:~# cp opt/locales/NL.dlc /etc/openxchange/groupware/locales/
And remove it:
root@geert:~# rm -r opt
Don't forget to correct the path to your situation.
Webmail:
Download
OX-NL-Webmail.0.8.0-2.tar.gz
Do:
root@geert:~# tar -xzf OX-NL-Webmail.0.8.0-2.tar.gz
And:
root@geert:~# cp opt/html/NL /usr/share/webmail/data/templates/
Then:
root@geert:~# cp opt/locales/NL.dlc /etc/webmail/groupware/locales/
And remove it:
root@geert:~# rm -r opt
Don't forget to correct the path to your situation.
For Groupware and Webmail u also need to edit
/var/www/cgi-bin/login.pm (Correct path).
change
my $languages = ['DE','EN']; into
my $languages = ['DE','EN','NL'];
Umin:
Download
oxusermin_nl.properties
Copy the file to your umin root (this depends on your tomcat installation):
red@geert:~$ cp oxusermin_nl.properties /usr/lib/tomcat/webapps/umin/WEB-INF/classes
Now edit:
/usr/lib/tomcat/webapps/umin/WEB-INF/classes/oxuserminconfig.properties
and change
AVAILABLE_LANGUAGES=DE,EN into
AVAILABLE_LANGUAGES=DE,EN,NL
Then edit every oxusermin_LANGUAGE.properties (LANGUAGE=en,de,fr,nl,etc,etc,etc...) in /usr/lib/tomcat/webapps/umin/WEB-INF/classes/, and add
mydata.groupware.lang_nl=Dutch.
Now restart tomcat and you should have a new choice in your umin.
And some links with more documentation...
http://www.open-xchange.org The official Open-Xchange site (ofcourse).
http://www.cobradevil.org A guide on howto install Open-Xchange on Slackware 10.
Remember this is not a full howto, but only to help you a little bit.
You can send your comments, questions, loveletters, and blablabla to ronnie_at_karstenberg.nl
Theo: karstenberg.nl
