et.js 667 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', 'et', {
  6. IdInputLabel: 'ID',
  7. advisoryTitleInputLabel: 'Soovitatav pealkiri',
  8. cssClassInputLabel: 'Stiililehe klassid',
  9. edit: 'Muuda Div',
  10. inlineStyleInputLabel: 'Reasisene stiil',
  11. langDirLTRLabel: 'Vasakult paremale (LTR)',
  12. langDirLabel: 'Keele suund',
  13. langDirRTLLabel: 'Paremalt vasakule (RTL)',
  14. languageCodeInputLabel: ' Keelekood',
  15. remove: 'Eemalda Div',
  16. styleSelectLabel: 'Stiil',
  17. title: 'Div-konteineri loomine',
  18. toolbar: 'Div-konteineri loomine'
  19. } );