Annotation of loncom/html/htmlarea/lang/fr.js, revision 1.1
1.1 ! www 1: // I18N constants
! 2:
! 3: HTMLArea.I18N = {
! 4:
! 5: // the following should be the filename without .js extension
! 6: // it will be used for automatically load plugin language.
! 7: lang: "fr",
! 8:
! 9: tooltips: {
! 10: bold: "Gras",
! 11: italic: "Italique",
! 12: underline: "Souligné",
! 13: strikethrough: "Barré",
! 14: subscript: "Subscript",
! 15: superscript: "Superscript",
! 16: justifyleft: "Aligné à gauche",
! 17: justifycenter: "Centré",
! 18: justifyright: "Aligné à droite",
! 19: justifyfull: "Justifié",
! 20: orderedlist: "Numérotation",
! 21: unorderedlist: "Puces",
! 22: outdent: "Augmenter le retrait",
! 23: indent: "Diminuer le retrait",
! 24: forecolor: "Couleur du texte",
! 25: backcolor: "Couleur du fond",
! 26: horizontalrule: "Ligne horizontale",
! 27: createlink: "Insérer un lien",
! 28: insertimage: "Insérer une image",
! 29: inserttable: "Insérer un tableau",
! 30: htmlmode: "Passer au code source HTML",
! 31: popupeditor: "Agrandir l'éditeur",
! 32: about: "A propos de cet éditeur",
! 33: help: "Aide sur l'éditeur",
! 34: textindicator: "Style courant"
! 35: }
! 36: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>