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', 'ku', {
label: 'ڕازاندنهوه',
panelTitle: 'بهشی ڕازاندنهوه',
tag_address: 'ناونیشان',
tag_div: '(DIV)-ی ئاسایی',
tag_h1: 'سهرنووسهی ١',
tag_h2: 'سهرنووسهی ٢',
tag_h3: 'سهرنووسهی ٣',
tag_h4: 'سهرنووسهی ٤',
tag_h5: 'سهرنووسهی ٥',
tag_h6: 'سهرنووسهی ٦',
tag_p: 'ئاسایی',
tag_pre: 'شێوازکراو'
});
|