fr.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. Copyright (c) 2003-2013, Cricri042. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. Targeted for "ad-gallery" JavaScript : http://adgallery.codeplex.com/
  5. And "Fancybox" : http://fancyapps.com/fancybox/
  6. */
  7. CKEDITOR.plugins.setLang( 'slideshow', 'fr', {
  8. toolbar : 'Caroussel',
  9. dialogTitle : 'Propri\351t\351s du Caroussel',
  10. fakeObject : 'Caroussel',
  11. imgList : 'Image',
  12. imgAdd : 'Ajouter une Image',
  13. imgDelete : 'Supprimer',
  14. imgEdit : 'Editer',
  15. validModif : 'Valider les modifications',
  16. previewMode : 'Aper\347u',
  17. imgTitle : 'Titre',
  18. imgDesc : 'Courte Description',
  19. editSlideShow : 'Editer le Caroussel',
  20. showThumbs : 'Afficher les Vignettes',
  21. showControls : "Afficher D\351marrer / Arr\352ter",
  22. labelStart : "Démarrer",
  23. labelStop : "Arrêter",
  24. arrowUp : "\u2191",
  25. arrowDown : "\u2193",
  26. showTitle : 'Afficher le Titre',
  27. displayTime : 'Affichage (Sec.)',
  28. transitionTime : 'Transition (mSec.)',
  29. tr1 : 'Aucun',
  30. tr2 : 'Redimensionnement',
  31. tr3 : 'Glissement Vertical',
  32. tr4 : 'Glissement Horizontal',
  33. tr5 : 'Fondu',
  34. autoStart : 'Démarrage Auto.',
  35. pictHeight : 'Hauteur (px)',
  36. pictWidth : 'Largeur (px)',
  37. openOnClick : 'Ouvrir en Cliquant',
  38. transition : 'Type de Transition',
  39. picturesList : "Liste des Images : ",
  40. insertSlideShow : 'Ins\351rer un Caroussel'
  41. });