vi.js 384 B

1234567891011
  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( 'iframe', 'vi', {
  6. border: 'Hiển thị viền khung',
  7. noUrl: 'Vui lòng nhập địa chỉ iframe',
  8. scrolling: 'Kích hoạt thanh cuộn',
  9. title: 'Thuộc tính iframe',
  10. toolbar: 'Iframe'
  11. } );