en.js 1.2 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', 'en', {
  8. toolbar : 'SlideShow',
  9. dialogTitle : 'SlideShow properties',
  10. fakeObject : 'SlideShow',
  11. imgList : 'Picture',
  12. imgAdd : 'Add a Picture',
  13. imgTitle : 'Title',
  14. imgDelete : 'Delete',
  15. imgEdit : 'Edit',
  16. validModif : 'Save Changes',
  17. previewMode : 'Preview',
  18. imgDesc : 'Short Description',
  19. editSlideShow : 'Edit SlideShow',
  20. picturesList : "Pictures List :",
  21. insertSlideShow : 'Insert SlideShow',
  22. showThumbs : 'Show thumbnails',
  23. showTitle : 'Show Title',
  24. showControls : "Show Start / Stop",
  25. labelStart : "Start",
  26. labelStop : "Stop",
  27. arrowUp : "\u2191",
  28. arrowDown : "\u2193",
  29. displayTime : 'Disp. Time (Sec.)',
  30. transitionTime : 'Tr. Time (mSec.)',
  31. autoStart : 'AutoStart',
  32. pictHeight : 'Height (px)',
  33. pictWidth : 'Width (px)',
  34. openOnClick : 'Open on Click',
  35. transition : 'Transition Type',
  36. tr1 : 'None',
  37. tr2 : 'Resize',
  38. tr3 : 'Slide Vertical',
  39. tr4 : 'Slide Horizontal',
  40. tr5 : 'Fade',
  41. });