aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/basicstyles/lang/el.js
blob: 2c72cda70a38c009ae10b1dd22499199a1484cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'el', {
	bold: 'Έντονη',
	italic: 'Πλάγια',
	strike: 'Διακριτή Διαγραφή',
	subscript: 'Δείκτης',
	superscript: 'Εκθέτης',
	underline: 'Υπογράμμιση'
} );