Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#4661 closed Bug (fixed)

Translation missing in link dialog

Reported by: Martin Owned by: Minh Nguyen
Priority: Normal Milestone: CKEditor 3.3
Component: UI : Language Version: 3.0.1
Keywords: Confirmed Review+ Cc:

Description

On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key.

(The text "other" should be possible to translate)

		id : 'protocol',
		type : 'select',
		label : editor.lang.common.protocol,
		'default' : 'http://',
		style : 'width : 100%;',
		items :		
			[ 'http://' ],
			[ 'https://' ],
			[ 'ftp://' ],
			[ 'news://' ],
			[ '<other>', '' ]
		],

Attachments (1)

4661.patch (22.3 KB) - added by Minh Nguyen 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: CKEditor 3.2

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.2CKEditor 3.3

Changed 14 years ago by Minh Nguyen

Attachment: 4661.patch added

comment:3 Changed 14 years ago by Minh Nguyen

Keywords: Review? added
Owner: set to Minh Nguyen
Status: newassigned

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:5 Changed 14 years ago by Minh Nguyen

Resolution: fixed
Status: assignedclosed

Fixed with #5222.

comment:6 Changed 14 years ago by Minh Nguyen

Fixed with [5222].

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