bs.js 723 B

12345678910111213141516171819
  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( 'div', 'bs', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Advisory title',
  8. cssClassInputLabel: 'Klase CSS stilova',
  9. edit: 'Edit Div', // MISSING
  10. inlineStyleInputLabel: 'Inline Style', // MISSING
  11. langDirLTRLabel: 'S lijeva na desno (LTR)',
  12. langDirLabel: 'Smjer pisanja',
  13. langDirRTLLabel: 'S desna na lijevo (RTL)',
  14. languageCodeInputLabel: ' Language Code', // MISSING
  15. remove: 'Remove Div', // MISSING
  16. styleSelectLabel: 'Stil',
  17. title: 'Create Div Container', // MISSING
  18. toolbar: 'Create Div Container' // MISSING
  19. } );