Opened 15 years ago

Closed 15 years ago

#3647 closed Bug (fixed)

Some values for Flash dialog need to be resourced

Reported by: Damian Owned by: Artur Formella
Priority: Normal Milestone: CKEditor 3.0
Component: UI : Language Version:
Keywords: IBM Confirmed Review+ Cc:

Description

Below is a proposal to resource the outstanding items in the Flash dialog.

en.js:

 flash :
       {
             ...
             quality		 		 : 'Quality',
             qualityBest		 : 'Best',
             qualityHigh		 : 'High',
             qualityAutoHigh		 : 'Auto High',
             qualityMedium		 : 'Medium',
             qualityAutoLow		 : 'Auto Low',
             qualityLow		 : 'Low',
             windowMode		 : 'Window mode',,
             windowModeWindow		 : 'Window',
             windowModeOpaque		 : 'Opaque',
             windowModeTransparent		 : 'Transparent',
             ...
       },..

They are used in the flash dialog as:

 items :
       [
             [ editor.lang.common.notSet , ''],
             [ editor.lang.flash.qualityBest, 'best' ],
             [ editor.lang.flash.qualityHigh, 'high' ],
             [ editor.lang.flash.qualityAutoHigh, 'autohigh' ],
             [ editor.lang.flash.qualityMedium, 'medium' ],
             [ editor.lang.flash.qualityAutoLow, 'autolow' ],],
             [ editor.lang.flash.qualityLow, 'low' ]
       ],

and

items :
       [
             [ editor.lang.common.notSet , ''],
             [ editor.lang.flash.windowModeWindow, 'window' ],,
             [ editor.lang.flash.windowModeOpaque, 'opaque' ],,
             [ editor.lang.flash.windowModeTransparent, 'transparent' ]
       ],

Attachments (1)

3647.patch (51.4 KB) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Artur Formella

Component: GeneralUI : Language
Keywords: Confirmed added
Owner: set to Artur Formella
Status: newassigned

Changed 15 years ago by Artur Formella

Attachment: 3647.patch added

comment:2 Changed 15 years ago by Artur Formella

Keywords: Review? added

comment:3 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:4 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed

Fixed with [3613]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy