]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/flash/lang/en.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / flash / lang / en.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'flash', 'en', {
6 access: 'Script Access',
7 accessAlways: 'Always',
8 accessNever: 'Never',
9 accessSameDomain: 'Same domain',
10 alignAbsBottom: 'Abs Bottom',
11 alignAbsMiddle: 'Abs Middle',
12 alignBaseline: 'Baseline',
13 alignTextTop: 'Text Top',
14 bgcolor: 'Background color',
15 chkFull: 'Allow Fullscreen',
16 chkLoop: 'Loop',
17 chkMenu: 'Enable Flash Menu',
18 chkPlay: 'Auto Play',
19 flashvars: 'Variables for Flash',
20 hSpace: 'HSpace',
21 properties: 'Flash Properties',
22 propertiesTab: 'Properties',
23 quality: 'Quality',
24 qualityAutoHigh: 'Auto High',
25 qualityAutoLow: 'Auto Low',
26 qualityBest: 'Best',
27 qualityHigh: 'High',
28 qualityLow: 'Low',
29 qualityMedium: 'Medium',
30 scale: 'Scale',
31 scaleAll: 'Show all',
32 scaleFit: 'Exact Fit',
33 scaleNoBorder: 'No Border',
34 title: 'Flash Properties',
35 vSpace: 'VSpace',
36 validateHSpace: 'HSpace must be a number.',
37 validateSrc: 'URL must not be empty.',
38 validateVSpace: 'VSpace must be a number.',
39 windowMode: 'Window mode',
40 windowModeOpaque: 'Opaque',
41 windowModeTransparent: 'Transparent',
42 windowModeWindow: 'Window'
43 } );