9 lines
255 B
JavaScript
Executable File
9 lines
255 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'elementspath', 'da', {
|
|
eleLabel: 'Sti på element',
|
|
eleTitle: '%1 element'
|
|
} );
|