/* obsolote */ /* The universal gettext mechanism was implemented */ /* Error messages in various languages. */ /* This file contais the messages in english. */ /* Other language files are included to allow different file encodings. */ /* NOTE: */ /* In future the universal gettext mechanism could be implemented */ /* Default language is english */ #define LANG "en" /* Let's define all the messages in the default language */ #define ERROR "\nError :\n%s" /* Frecnh language */ #ifdef LANG="fr" #define ERROR "\nError :\n%s"