Annotation of loncom/html/htmlarea/lang/fr.js, revision 1.2

1.1       www         1: // I18N constants
1.2     ! www         2: // Author: Jonathan Ernst, <Jonathan.Ernst@NetOxygen.ch>
        !             3: 
        !             4: // FOR TRANSLATORS:
        !             5: //
        !             6: //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
        !             7: //      (at least a valid email address)
        !             8: //
        !             9: //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
        !            10: //      (if this is not possible, please include a comment
        !            11: //       that states what encoding is necessary.)
1.1       www        12: 
                     13: HTMLArea.I18N = {
                     14: 
                     15: 	// the following should be the filename without .js extension
                     16: 	// it will be used for automatically load plugin language.
                     17: 	lang: "fr",
                     18: 
                     19: 	tooltips: {
                     20: 		bold:           "Gras",
                     21: 		italic:         "Italique",
                     22: 		underline:      "Souligné",
                     23: 		strikethrough:  "Barré",
                     24: 		subscript:      "Subscript",
                     25: 		superscript:    "Superscript",
                     26: 		justifyleft:    "Aligné à gauche",
                     27: 		justifycenter:  "Centré",
                     28: 		justifyright:   "Aligné à droite",
                     29: 		justifyfull:    "Justifié",
                     30: 		orderedlist:    "Numérotation",
                     31: 		unorderedlist:  "Puces",
                     32: 		outdent:        "Augmenter le retrait",
                     33: 		indent:         "Diminuer le retrait",
                     34: 		forecolor:      "Couleur du texte",
1.2     ! www        35: 		hilitecolor:    "Couleur du fond",
1.1       www        36: 		horizontalrule: "Ligne horizontale",
                     37: 		createlink:     "Insérer un lien",
                     38: 		insertimage:    "Insérer une image",
                     39: 		inserttable:    "Insérer un tableau",
                     40: 		htmlmode:       "Passer au code source HTML",
                     41: 		popupeditor:    "Agrandir l'éditeur",
                     42: 		about:          "A propos de cet éditeur",
1.2     ! www        43: 		showhelp:       "Aide sur l'éditeur",
        !            44: 		textindicator:  "Style courant",
        !            45: 		undo:           "Annule la dernière action",
        !            46: 		redo:           "Refait la dernière action",
        !            47: 		cut:            "Coupe la sélection",
        !            48: 		copy:           "Copie la sélection",
        !            49: 		paste:          "Colle depuis le presse papiers"
        !            50: 	},
        !            51: 
        !            52: 	buttons: {
        !            53: 		"ok":           "OK",
        !            54: 		"cancel":       "Annuler"
        !            55: 	},
        !            56: 
        !            57: 	msg: {
        !            58: 		"Path":         "Chemin",
        !            59: 		"TEXT_MODE":    "Vous êtes en mode texte.  Utilisez le bouton [<>] pour revenir au mode WYSIWIG."
1.1       www        60: 	}
                     61: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>