vi.js 624 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'toolbar', 'vi', {
  6. toolbarCollapse: 'Thu gọn thanh công cụ',
  7. toolbarExpand: 'Mở rộng thnah công cụ',
  8. toolbarGroups: {
  9. document: 'Tài liệu',
  10. clipboard: 'Clipboard/Undo',
  11. editing: 'Chỉnh sửa',
  12. forms: 'Bảng biểu',
  13. basicstyles: 'Kiểu cơ bản',
  14. paragraph: 'Đoạn',
  15. links: 'Liên kết',
  16. insert: 'Chèn',
  17. styles: 'Kiểu',
  18. colors: 'Màu sắc',
  19. tools: 'Công cụ'
  20. },
  21. toolbars: 'Thanh công cụ'
  22. } );