1
0

fr.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* ===========================================================
  2. * fr.js
  3. * French translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Alexandre Demode (Alex-D)
  7. * Twitter : @AlexandreDemode
  8. * Website : alex-d.fr
  9. * Reviewed by : Abdou Developer (test20091)
  10. * Github : https://github.com/test20091
  11. */
  12. jQuery.trumbowyg.langs.fr = {
  13. viewHTML: 'Voir le HTML',
  14. undo: 'Annuler',
  15. redo: 'Refaire',
  16. formatting: 'Format',
  17. p: 'Paragraphe',
  18. blockquote: 'Citation',
  19. code: 'Code',
  20. header: 'Titre',
  21. bold: 'Gras',
  22. italic: 'Italique',
  23. strikethrough: 'Barré',
  24. underline: 'Souligné',
  25. strong: 'Fort',
  26. em: 'Emphase',
  27. del: 'Supprimé',
  28. superscript: 'Exposant',
  29. subscript: 'Indice',
  30. unorderedList: 'Liste à puces',
  31. orderedList: 'Liste ordonnée',
  32. insertImage: 'Insérer une image',
  33. insertVideo: 'Insérer une video',
  34. link: 'Lien',
  35. createLink: 'Insérer un lien',
  36. unlink: 'Supprimer le lien',
  37. justifyLeft: 'Aligner à gauche',
  38. justifyCenter: 'Centrer',
  39. justifyRight: 'Aligner à droite',
  40. justifyFull: 'Justifier',
  41. horizontalRule: 'Insérer un séparateur horizontal',
  42. removeformat: 'Supprimer formatage',
  43. fullscreen: 'Plein écran',
  44. close: 'Fermer',
  45. submit: 'Valider',
  46. reset: 'Annuler',
  47. required: 'Obligatoire',
  48. description: 'Description',
  49. title: 'Titre',
  50. text: 'Texte',
  51. target: 'Cible'
  52. };