ar.js 725 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', 'ar', {
  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 Container',
  18. toolbar: 'إحداث Div Container'
  19. } );