da.js 618 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'toolbar', 'da', {
  6. toolbarCollapse: 'Sammenklap værktøjslinje',
  7. toolbarExpand: 'Udvid værktøjslinje',
  8. toolbarGroups: {
  9. document: 'Dokument',
  10. clipboard: 'Udklipsholder/Fortryd',
  11. editing: 'Redigering',
  12. forms: 'Formularer',
  13. basicstyles: 'Basis styles',
  14. paragraph: 'Paragraf',
  15. links: 'Links',
  16. insert: 'Indsæt',
  17. styles: 'Typografier',
  18. colors: 'Farver',
  19. tools: 'Værktøjer'
  20. },
  21. toolbars: 'Editors værktøjslinjer'
  22. } );