2004-01-08 10:03:17 +01:00
|
|
|
|
// I18N constants
|
2004-01-29 22:27:14 +01:00
|
|
|
|
// Author: Jonathan Ernst, <Jonathan.Ernst@NetOxygen.ch>
|
|
|
|
|
|
|
|
|
|
// FOR TRANSLATORS:
|
|
|
|
|
//
|
|
|
|
|
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
|
|
|
// (at least a valid email address)
|
|
|
|
|
//
|
|
|
|
|
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
|
|
|
|
// (if this is not possible, please include a comment
|
|
|
|
|
// that states what encoding is necessary.)
|
2004-01-08 10:03:17 +01:00
|
|
|
|
|
|
|
|
|
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",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
hilitecolor: "Couleur du fond",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
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",
|
2004-01-29 22:27:14 +01:00
|
|
|
|
showhelp: "Aide sur l'<27>diteur",
|
|
|
|
|
textindicator: "Style courant",
|
|
|
|
|
undo: "Annule la derni<6E>re action",
|
|
|
|
|
redo: "Refait la derni<6E>re action",
|
|
|
|
|
cut: "Coupe la s<>lection",
|
|
|
|
|
copy: "Copie la s<>lection",
|
|
|
|
|
paste: "Colle depuis le presse papiers"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
buttons: {
|
|
|
|
|
"ok": "OK",
|
|
|
|
|
"cancel": "Annuler"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
msg: {
|
|
|
|
|
"Path": "Chemin",
|
|
|
|
|
"TEXT_MODE": "Vous <20>tes en mode texte. Utilisez le bouton [<>] pour revenir au mode WYSIWIG."
|
2004-01-08 10:03:17 +01:00
|
|
|
|
}
|
|
|
|
|
};
|