How do I translate Merak reports nto my own language?
Merak Mail server issues all email message strings, such as errors, notifications, confirmations, etc. in English by default.
You may wish to translate all these strings so that you can localise Merak Email Server for your community.
To do so, you have to create a strings.dat file in Merak\Config\ folder and define all the strings there. The easiest way is to copy the strings.dat file from Merak\examples\ folder to Merak\Config\ folder, edit that file, delete all to comment text from that file and translate the messages there.
Warning: In the translations the %s system variable is used extensively. It must remain in place as it is substituted with system information - time, error number, etc..
Example:
You want to translate the string:
"Remote Server Watchdog: server mail.demo.com unreachable"
mail.demo.com being an example of a system-substituted variable.
Locate the string in the Example file -
stRemoteServerMonitorSubject = 'Remote Server Watchdog: server %s unreachable'
and change it accordingly
stRemoteServerMonitorSubject = 'Text in your language %s Text in your language'
NOTE that the %s MUST stay so it is evaluated and your message makes sense