Translators: Agenda-X uses standard gettext like method for language selection, only minimum XOOPS string constants need to be translated the way XOOPS does (for the administration part of Agenda-X) For main application string translation, please use one of agendax.po file as model, for example the one in XOOPS_DIR/modules/agendax/locale/zh_TW/LC_MESSAGES/agendax.po If your PHP installation has built-in gettext extension enabled, your should compile your language file "agendax.po" into "agendax.mo" file by the unix command "xgettext". The minical and block side translating system remains that of Xoops, please translate all files in agendax/language/english/ dir and put in directory agendax/language/your_language/ dir Send your new language translation files by email to wjue@wjue.org for inclusion in furtur Agenda-X releases. List of language translation files: language/your_language/admin.php language/your_language/blocks.php language/your_language/main.php language/your_language/modinfo.php locale/xy_XY/LC_MESSAGES/agendax.po --> text translation locale/xy_XY/LC_MESSAGES/agendax.mo --> output of "xgettext" with input: agendax.po Thank you and enjoy using Agenda-X !