Mini Shell
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang('cssanim', 'en', {
userGuide: 'CKEditor User\'s Guide',
//
genProperties: 'CSS Animations General Properties',
editAnimsTitle : 'CSS Animations Edition',
HighLight : 'OutLine',
AddAnimations : 'Add Animations',
EditAnimations : 'Edit Animations',
RemoveAnimations : 'Remove All Animations',
warningOverride : '(Warning, this rule override an existing rule in cssAnim.css)',
animationFound : 'Animations Rules found in CSS',
noAnimationFound : 'No Animations Rules found in CSS',
errorLoadingFile : 'Error loading file :',
loadStatus : 'Status : ',
specFile : 'The specified CSS file :',
fileNotAvailable : ' is not available !!',
fileCannotAccess : 'Cannot access the CSS File',
fileSpecified : 'specified CSS file : ',
fileExtInvalid : ' has invalid extention (.css required) !',
testIt : 'Test It',
cssAnimPause : 'Pause OnLoad',
//
HBS : 'OutLine Box Settings',
HBGC : 'BackGround Color',
HBW : 'Border Width',
HBP : 'Padding',
CustomCSS : 'Custom CSS',
cssPath : 'Path ',
cssInfo : 'To remove any custom css, clear the path box<br>To change custom css, enter the css path in the the path box<br>(Any change of css file will require to close the form (OK Button) to be effective !!)',
irrelevant : 'irrelevant',
noElements : 'No Animations',
animFromDef : 'Animation from default CSS',
animPause : 'Special "Pause" Animation',
animFromCustom : 'Animation from custom CSS',
animBoth : 'Animation defined in both default and custom CSS (may not work correctly)',
animUndef : 'Animation not defined in any CSS (may not work)',
dblClick : 'Double click on a line to edit animations',
ral : 'Remove After Load',
yes : 'YES',
no : 'NO',
docAnim : 'Document Animations',
allowedTags : 'Allowed Tags',
advSettings : 'Advanced Settings',
//
none : 'NONE',
name : 'Name',
duration : 'Duration',
tFunc : 'Timing Function',
delay : 'Delay',
iter : 'Iteration',
direction : 'Direction',
ralTitle : 'If not checked, this animation 
will be set as \'initial\' state transition and 
will happen after completion of any 
other \'click\' or \'hover\' transitions',
forStr : 'for',
pbOnClickPause : 'Error, Cannot set this animation to "none" as "OnClick" animation is "Pause OnLoad"',
pbOnOverPause : 'Error, Cannot set this animation to "none" as "OnOver" animation is "Pause OnLoad"',
pbOnClickOnLoadNone : 'Error, Cannot set this animation to "Pause OnLoad" as "OnLoad" animation is "none"',
pbOnOverOnLoadNone : 'Error, Cannot set this animation to "Pause OnLoad" as "OnLoad" animation is "none"'
} );
Zerion Mini Shell 1.0