PDA

View Full Version : Can i modify the local_en.inc.php file?


pabloadmin
15-03-2005, 21:41
I want modify the local_en.inc.php file, because i want Zabbix in spanish.
Can i translate the tags to spanish without problems?.

thank you.

Alexei
17-03-2005, 12:11
Yes, of course. Feel free to translate it to spanish, you could even share you work with ZABBIX users!

osde
21-04-2005, 20:00
The promised is debt, i translate local_en.inc.php to local_sp.inc.php and now Zabbix is in spanish. If you want to use, change the line:

include_once "include/local_en.inc.php";

by

include_once "include/local_sp.inc.php";

at config.inc.php file and rename local_sp.inc.txt to local_sp.inc.php then
copy it to <zabbix-frontends>/include.


best regards.