blob: 2bbe24670bbacda68d3c19de0d0f424979efd511 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'widget', 'vi', {
'move': 'Nhấp chuột và kéo để di chuyển',
'label': '%1 widget' // MISSING
} );
|