da.js 479 B

123456789101112
  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( 'about', 'da', {
  6. copy: 'Copyright © $1. Alle rettigheder forbeholdes.',
  7. dlgTitle: 'Om CKEditor',
  8. help: 'Se $1 for at få hjælp.',
  9. moreInfo: 'For informationer omkring licens, se venligst vores hjemmeside (på engelsk):',
  10. title: 'Om CKEditor',
  11. userGuide: 'CKEditor-brugermanual'
  12. } );