fa.js 535 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'format', 'fa', {
  6. label: 'قالب',
  7. panelTitle: 'قالب بند',
  8. tag_address: 'نشانی',
  9. tag_div: 'بند',
  10. tag_h1: 'سرنویس ۱',
  11. tag_h2: 'سرنویس ۲',
  12. tag_h3: 'سرنویس ۳',
  13. tag_h4: 'سرنویس ۴',
  14. tag_h5: 'سرنویس ۵',
  15. tag_h6: 'سرنویس ۶',
  16. tag_p: 'معمولی',
  17. tag_pre: 'قالب‌دار'
  18. } );