2017-04-15 01:34:36 +03:00

36 lines
1.0 KiB
JavaScript
Executable File

/*
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',
previewMode : 'Preview',
imgDesc : 'Short Description',
editSlideShow : 'Edit SlideShow',
picturesList : "Pictures List :",
insertSlideShow : 'Insert SlideShow',
showThumbs : 'Show thumbnails',
showTitle : 'Show Title',
showControls : "Show Start / Stop",
displayTime : 'Disp. Time (Sec.)',
transitionTime : 'Tr. Time (mSec.)',
autoStart : 'AutoStart',
pictHeight : 'Height (px)',
openOnClick : 'Open on Click',
transition : 'Transition Type',
tr1 : 'None',
tr2 : 'Resize',
tr3 : 'Slide Vertical',
tr4 : 'Slide Horizontal',
tr5 : 'Fade',
});