fa.js 761 B

12345678910111213141516171819
  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( 'div', 'fa', {
  6. IdInputLabel: 'شناسه',
  7. advisoryTitleInputLabel: 'عنوان مشاوره',
  8. cssClassInputLabel: 'کلاس​های شیوه​نامه',
  9. edit: 'ویرایش Div',
  10. inlineStyleInputLabel: 'سبک درون​خطی(Inline Style)',
  11. langDirLTRLabel: 'چپ به راست (LTR)',
  12. langDirLabel: 'جهت نوشتاری زبان',
  13. langDirRTLLabel: 'راست به چپ (RTL)',
  14. languageCodeInputLabel: ' کد زبان',
  15. remove: 'حذف Div',
  16. styleSelectLabel: 'سبک',
  17. title: 'ایجاد یک محل DIV',
  18. toolbar: 'ایجاد یک محل DIV'
  19. } );