fa.js 710 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'toolbar', 'fa', {
  6. toolbarCollapse: 'بستن نوار ابزار',
  7. toolbarExpand: 'بازکردن نوار ابزار',
  8. toolbarGroups: {
  9. document: 'سند',
  10. clipboard: 'حافظه موقت/برگشت',
  11. editing: 'در حال ویرایش',
  12. forms: 'فرم​ها',
  13. basicstyles: 'سبک‌های پایه',
  14. paragraph: 'بند',
  15. links: 'پیوندها',
  16. insert: 'ورود',
  17. styles: 'سبک‌ها',
  18. colors: 'رنگ​ها',
  19. tools: 'ابزارها'
  20. },
  21. toolbars: 'نوار ابزارهای ویرایش‌گر'
  22. } );