sk.js 663 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', 'sk', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Pomocný titulok',
  8. cssClassInputLabel: 'Triedy štýlu',
  9. edit: 'Upraviť Div',
  10. inlineStyleInputLabel: 'Inline štýl',
  11. langDirLTRLabel: 'Zľava doprava (LTR)',
  12. langDirLabel: 'Smer jazyka',
  13. langDirRTLLabel: 'Zprava doľava (RTL)',
  14. languageCodeInputLabel: 'Kód jazyka',
  15. remove: 'Odstrániť Div',
  16. styleSelectLabel: 'Štýl',
  17. title: 'Vytvoriť Div kontajner',
  18. toolbar: 'Vytvoriť Div kontajner'
  19. } );