Herman Suijs 23-08-2001: I wanted to create a possibility to support translations of messages. I tried to use gettext, but is not allways supported, so I had to create a possibility to handle translations without gettext. The solution I created is a seperate class that can be changed to add translation support. It can do so by using a mechanism used in the phpGroupware project or (when available) use gettext for translations. I have not implemented the code for the translations, just the seperate class that can be extended.