Task #2426
Mis à jour par Sebastien Jacquot il y a plus de 7 ans
Externalize string messages of all plug-ins.
h3. Steps
* use the specifications of https://groupes.renater.fr/wiki/txm-info/public/nommage_symboles_externalisation for keys naming
* move common strings that can be shared to classes TXMCoreMessages and TXMUIMessages
* do not externalize/translate log string of level "finest" (add //$NON-NLS-1$)
* use NLS binding system (with {0}, {1}, etc. and stop to concatenate strings. The concatenation will lead to problems in some languages)
* TBD
h3. Steps
* use the specifications of https://groupes.renater.fr/wiki/txm-info/public/nommage_symboles_externalisation for keys naming
* move common strings that can be shared to classes TXMCoreMessages and TXMUIMessages
* do not externalize/translate log string of level "finest" (add //$NON-NLS-1$)
* use NLS binding system (with {0}, {1}, etc. and stop to concatenate strings. The concatenation will lead to problems in some languages)
* TBD