forked from extern/egroupware
37 lines
1.1 KiB
JavaScript
37 lines
1.1 KiB
JavaScript
|
// I18N constants
|
|||
|
|
|||
|
HTMLArea.I18N = {
|
|||
|
|
|||
|
// the following should be the filename without .js extension
|
|||
|
// it will be used for automatically load plugin language.
|
|||
|
lang: "fr",
|
|||
|
|
|||
|
tooltips: {
|
|||
|
bold: "Gras",
|
|||
|
italic: "Italique",
|
|||
|
underline: "Soulign<67>",
|
|||
|
strikethrough: "Barr<72>",
|
|||
|
subscript: "Subscript",
|
|||
|
superscript: "Superscript",
|
|||
|
justifyleft: "Align<67> <20> gauche",
|
|||
|
justifycenter: "Centr<74>",
|
|||
|
justifyright: "Align<67> <20> droite",
|
|||
|
justifyfull: "Justifi<66>",
|
|||
|
orderedlist: "Num<75>rotation",
|
|||
|
unorderedlist: "Puces",
|
|||
|
outdent: "Augmenter le retrait",
|
|||
|
indent: "Diminuer le retrait",
|
|||
|
forecolor: "Couleur du texte",
|
|||
|
backcolor: "Couleur du fond",
|
|||
|
horizontalrule: "Ligne horizontale",
|
|||
|
createlink: "Ins<6E>rer un lien",
|
|||
|
insertimage: "Ins<6E>rer une image",
|
|||
|
inserttable: "Ins<6E>rer un tableau",
|
|||
|
htmlmode: "Passer au code source HTML",
|
|||
|
popupeditor: "Agrandir l'<27>diteur",
|
|||
|
about: "A propos de cet <20>diteur",
|
|||
|
help: "Aide sur l'<27>diteur",
|
|||
|
textindicator: "Style courant"
|
|||
|
}
|
|||
|
};
|