mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-19 07:11:06 +00:00
first commit
This commit is contained in:
Executable
+35
@@ -0,0 +1,35 @@
|
||||
/*
|
||||
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',
|
||||
});
|
||||
Reference in New Issue
Block a user