X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Far.js;h=2986380bc903777dcb9c7eb71488037cd8a77ba4;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=c504f6673053d5cb965f3984fc749d2440df6c41;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/ar.js b/_source/lang/ar.js index c504f66..2986380 100644 --- a/_source/lang/ar.js +++ b/_source/lang/ar.js @@ -105,6 +105,10 @@ CKEDITOR.lang['ar'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, غير متاح' @@ -196,6 +200,7 @@ CKEDITOR.lang['ar'] = bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING @@ -736,11 +741,18 @@ CKEDITOR.lang['ar'] = colordialog : { title : 'اختر لون', + options : 'Color Options', // MISSING highlight : 'إلقاء الضوء', selected : 'مُختار', clear : 'مسح' }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };