// Declaration of the function used to initialize the glossary strings.
// To avoid errors at runtime when it is not necessary to initialize these strings

function initGlossaryStringsFr(){
}

function initGlossaryStringsEn(){
}


