aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/bidi/lang/da.js
blob: a53fbf7b2d855036bc2af73310cebbc162e19cce (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'bidi', 'da', {
	ltr: 'Tekstretning fra venstre til højre',
	rtl: 'Tekstretning fra højre til venstre'
} );