hu.js 694 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', 'hu', {
  6. IdInputLabel: 'Azonosító',
  7. advisoryTitleInputLabel: 'Tipp szöveg',
  8. cssClassInputLabel: 'Stíluslap osztály',
  9. edit: 'DIV szerkesztése',
  10. inlineStyleInputLabel: 'Inline stílus',
  11. langDirLTRLabel: 'Balról jobbra (LTR)',
  12. langDirLabel: 'Nyelvi irány',
  13. langDirRTLLabel: 'Jobbról balra (RTL)',
  14. languageCodeInputLabel: ' Nyelv kódja',
  15. remove: 'DIV eltávolítása',
  16. styleSelectLabel: 'Stílus',
  17. title: 'DIV tároló létrehozása',
  18. toolbar: 'DIV tároló létrehozása'
  19. } );