home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
controls
/
htmlarea
/
lang
/
fr.js
< prev
next >
Wrap
Text File
|
2004-03-08
|
2KB
|
62 lines
// I18N constants
// 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.)
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Θ",
strikethrough: "BarrΘ",
subscript: "Subscript",
superscript: "Superscript",
justifyleft: "AlignΘ α gauche",
justifycenter: "CentrΘ",
justifyright: "AlignΘ α droite",
justifyfull: "JustifiΘ",
orderedlist: "NumΘrotation",
unorderedlist: "Puces",
outdent: "Augmenter le retrait",
indent: "Diminuer le retrait",
forecolor: "Couleur du texte",
hilitecolor: "Couleur du fond",
horizontalrule: "Ligne horizontale",
createlink: "InsΘrer un lien",
insertimage: "InsΘrer une image",
inserttable: "InsΘrer un tableau",
htmlmode: "Passer au code source HTML",
popupeditor: "Agrandir l'Θditeur",
about: "A propos de cet Θditeur",
showhelp: "Aide sur l'Θditeur",
textindicator: "Style courant",
undo: "Annule la derniΦre action",
redo: "Refait la derniΦ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 Ωtes en mode texte. Utilisez le bouton [<>] pour revenir au mode WYSIWIG."
}
};