nl.js 652 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', 'nl', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Adviserende titel',
  8. cssClassInputLabel: 'Stylesheet klassen',
  9. edit: 'Div wijzigen',
  10. inlineStyleInputLabel: 'Inline stijl',
  11. langDirLTRLabel: 'Links naar rechts (LTR)',
  12. langDirLabel: 'Schrijfrichting',
  13. langDirRTLLabel: 'Rechts naar links (RTL)',
  14. languageCodeInputLabel: ' Taalcode',
  15. remove: 'Div verwijderen',
  16. styleSelectLabel: 'Stijl',
  17. title: 'Div aanmaken',
  18. toolbar: 'Div aanmaken'
  19. } );