File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / fr.js
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:10 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Next version HTMLArea.

    1: // I18N constants
    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.)
   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",
   35: 		hilitecolor:    "Couleur du fond",
   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",
   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."
   60: 	}
   61: };

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