/* Copyright (c) 2003-2013, Cricri042. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license Targeted for "ad-gallery" JavaScript : http://adgallery.codeplex.com/ And "Fancybox" : http://fancyapps.com/fancybox/ */ CKEDITOR.plugins.setLang( 'slideshow', 'en', { toolbar : 'SlideShow', dialogTitle : 'SlideShow properties', fakeObject : 'SlideShow', imgList : 'Picture', imgAdd : 'Add a Picture', imgTitle : 'Title', imgDelete : 'Delete', imgEdit : 'Edit', validModif : 'Save Changes', previewMode : 'Preview', imgDesc : 'Short Description', editSlideShow : 'Edit SlideShow', picturesList : "Pictures List :", insertSlideShow : 'Insert SlideShow', showThumbs : 'Show thumbnails', showTitle : 'Show Title', showControls : "Show Start / Stop", labelStart : "Start", labelStop : "Stop", arrowUp : "\u2191", arrowDown : "\u2193", displayTime : 'Disp. Time (Sec.)', transitionTime : 'Tr. Time (mSec.)', autoStart : 'AutoStart', pictHeight : 'Height (px)', pictWidth : 'Width (px)', openOnClick : 'Open on Click', transition : 'Transition Type', tr1 : 'None', tr2 : 'Resize', tr3 : 'Slide Vertical', tr4 : 'Slide Horizontal', tr5 : 'Fade', });