summaryrefslogtreecommitdiff
path: root/plugins/format/lang/he.js
blob: b4cc5b9ebda67e0c3600d3cc2987a1dc0daf17fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'he', {
	label: 'עיצוב',
	panelTitle: 'עיצוב',
	tag_address: 'כתובת',
	tag_div: 'נורמלי (DIV)',
	tag_h1: 'כותרת',
	tag_h2: 'כותרת 2',
	tag_h3: 'כותרת 3',
	tag_h4: 'כותרת 4',
	tag_h5: 'כותרת 5',
	tag_h6: 'כותרת 6',
	tag_p: 'נורמלי',
	tag_pre: 'קוד'
});