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 >
Text File  |  2004-03-08  |  2KB  |  62 lines

  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. };
  62.