LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/toolbar/lang/fa.js

23 lines
752 B
JavaScript
Raw Normal View History

2014-04-11 20:19:54 +00:00
/*
2018-06-17 16:07:19 +00:00
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
2014-04-11 20:19:54 +00:00
*/
CKEDITOR.plugins.setLang( 'toolbar', 'fa', {
toolbarCollapse: 'بستن نوار ابزار',
toolbarExpand: 'بازکردن نوار ابزار',
toolbarGroups: {
document: 'سند',
clipboard: 'حافظه موقت/برگشت',
editing: 'در حال ویرایش',
forms: 'فرم​ها',
2018-06-17 16:07:19 +00:00
basicstyles: 'سبک‌های پایه',
2014-04-11 20:19:54 +00:00
paragraph: 'بند',
links: 'پیوندها',
insert: 'ورود',
2018-06-17 16:07:19 +00:00
styles: 'سبک‌ها',
2014-04-11 20:19:54 +00:00
colors: 'رنگ​ها',
tools: 'ابزارها'
},
2018-06-17 16:07:19 +00:00
toolbars: 'نوار ابزارهای ویرایش‌گر'
2014-04-11 20:19:54 +00:00
} );