bg.js 777 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', 'bg', {
  6. toolbarCollapse: 'Свиване на лентата с инструменти',
  7. toolbarExpand: 'Разширяване на лентата с инструменти',
  8. toolbarGroups: {
  9. document: 'Документ',
  10. clipboard: 'Clipboard/Undo',
  11. editing: 'Промяна',
  12. forms: 'Форми',
  13. basicstyles: 'Базови стилове',
  14. paragraph: 'Параграф',
  15. links: 'Връзки',
  16. insert: 'Вмъкване',
  17. styles: 'Стилове',
  18. colors: 'Цветове',
  19. tools: 'Инструменти'
  20. },
  21. toolbars: 'Ленти с инструменти'
  22. } );