2
Your PHP should have gettext extension enabled, in this case the compiled "agendax.mo" file is used by PHP gettext translation system. the v2.0.1 distribution does not contain the compiled .mo file because my version of translation (agendax.po) is not complete.
You can compile manually your agendax.po file by the unix cmd:
msgfmt -o agendax.mo agendax.po
wjue