da.js 364 B

1234567891011
  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( 'iframe', 'da', {
  6. border: 'Vis kant på rammen',
  7. noUrl: 'Venligst indsæt URL på iframen',
  8. scrolling: 'Aktiver scrollbars',
  9. title: 'Iframe egenskaber',
  10. toolbar: 'Iframe'
  11. } );