Opened 16 years ago
Closed 16 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)
Change History (5)
comment:1 Changed 16 years ago by
Component: | General → UI : Language |
---|---|
Keywords: | Confirmed added |
Owner: | set to Artur Formella |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3647.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3613]