localisation.register_translations("localisation",{ EN = { no_translation_available = "localisation.translate($2) = No translations available in $1 nor in $4 for mod $3", no_translation_registered_for_mod = "localisation.translate(msg_label) = No translations registered for this mod : $1", nil_value_for_msg_label = "localisation.translate(msg_label) = msg_label got nil as value", no_mod_specified_for_label = "localisation.translate($1) = The label $1 was not prefixed by the mod name", }, FR = { no_translation_available = "localisation.translate($2) = Pas de traductions disponibles en $1 ni en $4 pour le mod $3", no_translation_registered_for_mod = "localisation.translate(msg_label) = Aucune traduction enregistrée pour ce mod : $1", nil_value_for_msg_label = "localisation.translate(msg_label) = msg_label avait nil comme valeur", no_mod_specified_for_label = "localisation.translate($1) = The label $1 n'était pas préfixé par le nom du mod", }, } )